body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Lexend', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Lexend', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Lexend', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Lexend', 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: #e85a4f !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #734fe9 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e85a4f !important;
  border-color: #e85a4f !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: #c6261a !important;
  border-color: #c6261a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c6261a !important;
  border-color: #c6261a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d8c3a5 !important;
  border-color: #d8c3a5 !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: #be9b69 !important;
  border-color: #be9b69 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #be9b69 !important;
  border-color: #be9b69 !important;
}
.btn-info,
.btn-info:active {
  background-color: #734fe9 !important;
  border-color: #734fe9 !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: #4219c8 !important;
  border-color: #4219c8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4219c8 !important;
  border-color: #4219c8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !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: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !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: #e85a4f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c6261a !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: #e85a4f !important;
  border-color: #e85a4f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d8c3a5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #be9b69 !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: #d8c3a5 !important;
  border-color: #d8c3a5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #734fe9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4219c8 !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: #734fe9 !important;
  border-color: #734fe9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !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: #40b0bf !important;
  border-color: #40b0bf !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: #e85a4f !important;
}
.text-secondary {
  color: #d8c3a5 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #734fe9 !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: #b92418 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b9945e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3e17bb !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: #e85a4f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #734fe9;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e85a4f;
  border-color: #e85a4f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e85a4f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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_wraper {
  display: none;
}
.form-control {
  font-family: 'Lexend', 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: #e85a4f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lexend', 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: #e85a4f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e85a4f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e85a4f;
}
.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: #e85a4f;
  border-bottom-color: #e85a4f;
}
.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: #e85a4f !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: #d8c3a5 !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='%23e85a4f' %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-sFF0ciwnEL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFF0ciwnEL nav.navbar {
  position: fixed;
}
.cid-sFF0ciwnEL .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-sFF0ciwnEL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFF0ciwnEL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFF0ciwnEL .dropdown-item:hover,
.cid-sFF0ciwnEL .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-sFF0ciwnEL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFF0ciwnEL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFF0ciwnEL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFF0ciwnEL .nav-link {
  position: relative;
}
.cid-sFF0ciwnEL .container {
  display: flex;
  margin: auto;
}
.cid-sFF0ciwnEL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown-menu,
.cid-sFF0ciwnEL .navbar.opened {
  background: #734fe9 !important;
}
.cid-sFF0ciwnEL .nav-item:focus,
.cid-sFF0ciwnEL .nav-link:focus {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFF0ciwnEL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFF0ciwnEL .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: #734fe9;
}
.cid-sFF0ciwnEL .navbar.opened {
  transition: all 0.3s;
}
.cid-sFF0ciwnEL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFF0ciwnEL .navbar .navbar-logo img {
  width: auto;
}
.cid-sFF0ciwnEL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar.collapsed {
  justify-content: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFF0ciwnEL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFF0ciwnEL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFF0ciwnEL .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-sFF0ciwnEL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFF0ciwnEL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFF0ciwnEL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFF0ciwnEL .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-sFF0ciwnEL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFF0ciwnEL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFF0ciwnEL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFF0ciwnEL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFF0ciwnEL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFF0ciwnEL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFF0ciwnEL .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-sFF0ciwnEL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown-item.active,
.cid-sFF0ciwnEL .dropdown-item:active {
  background-color: transparent;
}
.cid-sFF0ciwnEL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #734fe9;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFF0ciwnEL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFF0ciwnEL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFF0ciwnEL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFF0ciwnEL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFF0ciwnEL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFF0ciwnEL .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-sFF0ciwnEL .navbar {
    height: 70px;
  }
  .cid-sFF0ciwnEL .navbar.opened {
    height: auto;
  }
  .cid-sFF0ciwnEL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFF0SGinka {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-sFF0SGinka .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sFF0SGinka .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sFF0SGinka .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sFF0SGinka .mbr-section-title {
  color: #734fe9;
}
.cid-sFF0SGinka .mbr-text,
.cid-sFF0SGinka .mbr-section-btn {
  color: #232323;
}
.cid-uUhPVFMe0h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eae7dc;
}
.cid-uUhPVFMe0h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhPVFMe0h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhPVFMe0h .content-wrapper {
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-uUhPVFMe0h .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUhPVFMe0h .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUhPVFMe0h .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUhPVFMe0h .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uUhPVFMe0h .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uUhPVFMe0h .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUhPVFMe0h .card-title {
  color: #734fe9;
}
.cid-uUhVAGv2bX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uUhVAGv2bX .carousel {
    min-height: 800px;
  }
  .cid-uUhVAGv2bX .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uUhVAGv2bX .carousel {
    min-height: 520px;
  }
  .cid-uUhVAGv2bX .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uUhVAGv2bX .carousel {
    min-height: 440px;
  }
  .cid-uUhVAGv2bX .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uUhVAGv2bX .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uUhVAGv2bX .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uUhVAGv2bX .carousel,
.cid-uUhVAGv2bX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uUhVAGv2bX .item-wrapper {
  width: 100%;
}
.cid-uUhVAGv2bX .carousel-caption {
  bottom: 40px;
}
.cid-uUhVAGv2bX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uUhVAGv2bX .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uUhVAGv2bX .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uUhVAGv2bX .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uUhVAGv2bX .carousel-control {
  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-uUhVAGv2bX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUhVAGv2bX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUhVAGv2bX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUhVAGv2bX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uUhVAGv2bX .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-uUhVAGv2bX .carousel-indicators li.active,
.cid-uUhVAGv2bX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uUhVAGv2bX .carousel-indicators li::after,
.cid-uUhVAGv2bX .carousel-indicators li::before {
  content: none;
}
.cid-uUhVAGv2bX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uUhVAGv2bX .carousel-indicators {
    display: none !important;
  }
}
.cid-sFF3qL4anb {
  background-color: #eae7dc;
}
.cid-sFF3qL4anb .mbr-text,
.cid-sFF3qL4anb .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-sFF3qL4anb .mbr-text,
  .cid-sFF3qL4anb .mbr-section-title {
    text-align: center;
  }
}
.cid-sFF3qL4anb a.btn {
  height: 100%;
  margin: 0;
}
.cid-sFF3qL4anb .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-sFF3qL4anb .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sFF3qL4anb .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sFF3qL4anb .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-sFF3qL4anb .justify-content-center {
  align-items: center;
}
.cid-sFF3qL4anb H1 {
  color: #734fe9;
}
.cid-sFF3B84VW8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sFF3B84VW8 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sFF3B84VW8 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-sFF3B84VW8 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFF3B84VW8 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sFF3B84VW8 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #e85a4f;
}
.cid-sFF3B84VW8 .mbr-section-title {
  color: #734fe9;
}
.cid-uUnM7WuB9v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eae7dc;
}
.cid-uUnM7WuB9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUnM7WuB9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUnM7WuB9v .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uUnM7WuB9v .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uUnM7WuB9v .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uUnM7WuB9v .bg-instagram:hover {
  background: #bd005c;
}
.cid-uUnM7WuB9v .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uUnM7WuB9v .bg-linkedin:hover {
  background: #005582;
}
.cid-uUnM7WuB9v .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uUnM7WuB9v .bg-youtube:hover {
  background: #cc0000;
}
.cid-uUnM7WuB9v .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uUnM7WuB9v [class^="socicon-"]:before,
.cid-uUnM7WuB9v [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uUnM7WuB9v .mbr-section-title,
.cid-uUnM7WuB9v .social-list {
  color: #734fe9;
}
.cid-sFF3CYc3p7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #734fe9;
  overflow: hidden;
}
.cid-uUgB0bPmzq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUgB0bPmzq nav.navbar {
  position: fixed;
}
.cid-uUgB0bPmzq .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-uUgB0bPmzq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUgB0bPmzq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUgB0bPmzq .dropdown-item:hover,
.cid-uUgB0bPmzq .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-uUgB0bPmzq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUgB0bPmzq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUgB0bPmzq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUgB0bPmzq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUgB0bPmzq .nav-link {
  position: relative;
}
.cid-uUgB0bPmzq .container {
  display: flex;
  margin: auto;
}
.cid-uUgB0bPmzq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUgB0bPmzq .dropdown-menu,
.cid-uUgB0bPmzq .navbar.opened {
  background: #734fe9 !important;
}
.cid-uUgB0bPmzq .nav-item:focus,
.cid-uUgB0bPmzq .nav-link:focus {
  outline: none;
}
.cid-uUgB0bPmzq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUgB0bPmzq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUgB0bPmzq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUgB0bPmzq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUgB0bPmzq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUgB0bPmzq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUgB0bPmzq .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: #734fe9;
}
.cid-uUgB0bPmzq .navbar.opened {
  transition: all 0.3s;
}
.cid-uUgB0bPmzq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUgB0bPmzq .navbar .navbar-logo img {
  width: auto;
}
.cid-uUgB0bPmzq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUgB0bPmzq .navbar.collapsed {
  justify-content: center;
}
.cid-uUgB0bPmzq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUgB0bPmzq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUgB0bPmzq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUgB0bPmzq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUgB0bPmzq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUgB0bPmzq .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-uUgB0bPmzq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUgB0bPmzq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUgB0bPmzq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUgB0bPmzq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUgB0bPmzq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUgB0bPmzq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUgB0bPmzq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUgB0bPmzq .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-uUgB0bPmzq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUgB0bPmzq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUgB0bPmzq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUgB0bPmzq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUgB0bPmzq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUgB0bPmzq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUgB0bPmzq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUgB0bPmzq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUgB0bPmzq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUgB0bPmzq .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-uUgB0bPmzq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUgB0bPmzq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUgB0bPmzq .dropdown-item.active,
.cid-uUgB0bPmzq .dropdown-item:active {
  background-color: transparent;
}
.cid-uUgB0bPmzq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUgB0bPmzq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUgB0bPmzq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUgB0bPmzq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #734fe9;
}
.cid-uUgB0bPmzq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUgB0bPmzq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUgB0bPmzq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUgB0bPmzq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUgB0bPmzq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUgB0bPmzq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUgB0bPmzq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUgB0bPmzq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUgB0bPmzq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUgB0bPmzq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUgB0bPmzq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUgB0bPmzq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUgB0bPmzq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUgB0bPmzq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUgB0bPmzq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUgB0bPmzq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUgB0bPmzq .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-uUgB0bPmzq .navbar {
    height: 70px;
  }
  .cid-uUgB0bPmzq .navbar.opened {
    height: auto;
  }
  .cid-uUgB0bPmzq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUgB0eMyJL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uUgB0eMyJL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUgB0eMyJL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUgB0eMyJL .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUgB0eMyJL .mbr-section-title {
  color: #734fe9;
}
.cid-uUgB0eMyJL .mbr-text {
  color: #232323;
}
.cid-uUgB0fiMeg {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUgB0fiMeg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUgB0fiMeg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUgB0fiMeg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uUgB0fiMeg .row {
    flex-direction: column-reverse;
  }
  .cid-uUgB0fiMeg .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uUgB0fiMeg .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uUgB0fiMeg .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uUgB0fiMeg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUgB0fiMeg .mbr-text,
.cid-uUgB0fiMeg .mbr-section-btn {
  text-align: right;
}
.cid-uUgDs0wxbR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #eae7dc;
}
.cid-uUgDs0wxbR blockquote {
  border-color: #734fe9;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uUnnDa13pQ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUgB0jXLT3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uUgXpsDKEG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUgXpsDKEG nav.navbar {
  position: fixed;
}
.cid-uUgXpsDKEG .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-uUgXpsDKEG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUgXpsDKEG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUgXpsDKEG .dropdown-item:hover,
.cid-uUgXpsDKEG .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-uUgXpsDKEG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUgXpsDKEG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUgXpsDKEG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUgXpsDKEG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUgXpsDKEG .nav-link {
  position: relative;
}
.cid-uUgXpsDKEG .container {
  display: flex;
  margin: auto;
}
.cid-uUgXpsDKEG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUgXpsDKEG .dropdown-menu,
.cid-uUgXpsDKEG .navbar.opened {
  background: #734fe9 !important;
}
.cid-uUgXpsDKEG .nav-item:focus,
.cid-uUgXpsDKEG .nav-link:focus {
  outline: none;
}
.cid-uUgXpsDKEG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUgXpsDKEG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUgXpsDKEG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUgXpsDKEG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUgXpsDKEG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUgXpsDKEG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUgXpsDKEG .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: #734fe9;
}
.cid-uUgXpsDKEG .navbar.opened {
  transition: all 0.3s;
}
.cid-uUgXpsDKEG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUgXpsDKEG .navbar .navbar-logo img {
  width: auto;
}
.cid-uUgXpsDKEG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUgXpsDKEG .navbar.collapsed {
  justify-content: center;
}
.cid-uUgXpsDKEG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUgXpsDKEG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUgXpsDKEG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUgXpsDKEG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUgXpsDKEG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUgXpsDKEG .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-uUgXpsDKEG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUgXpsDKEG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUgXpsDKEG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUgXpsDKEG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUgXpsDKEG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUgXpsDKEG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUgXpsDKEG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUgXpsDKEG .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-uUgXpsDKEG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUgXpsDKEG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUgXpsDKEG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUgXpsDKEG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUgXpsDKEG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUgXpsDKEG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUgXpsDKEG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUgXpsDKEG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUgXpsDKEG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUgXpsDKEG .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-uUgXpsDKEG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUgXpsDKEG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUgXpsDKEG .dropdown-item.active,
.cid-uUgXpsDKEG .dropdown-item:active {
  background-color: transparent;
}
.cid-uUgXpsDKEG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUgXpsDKEG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUgXpsDKEG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUgXpsDKEG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #734fe9;
}
.cid-uUgXpsDKEG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUgXpsDKEG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUgXpsDKEG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUgXpsDKEG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUgXpsDKEG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUgXpsDKEG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUgXpsDKEG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUgXpsDKEG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUgXpsDKEG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUgXpsDKEG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUgXpsDKEG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUgXpsDKEG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUgXpsDKEG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUgXpsDKEG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUgXpsDKEG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUgXpsDKEG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUgXpsDKEG .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-uUgXpsDKEG .navbar {
    height: 70px;
  }
  .cid-uUgXpsDKEG .navbar.opened {
    height: auto;
  }
  .cid-uUgXpsDKEG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUgXptigZo {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uUgXptigZo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUgXptigZo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUgXptigZo .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUgXptigZo .mbr-section-title {
  color: #734fe9;
}
.cid-uUgXptigZo .mbr-text {
  color: #232323;
}
.cid-uUgXIfNR6D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUgXIfNR6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUgXIfNR6D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUgXIfNR6D .video-wrapper iframe {
  width: 100%;
}
.cid-uUgXIfNR6D .mbr-section-title,
.cid-uUgXIfNR6D .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uUgXIfNR6D .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUgXIfNR6D .mbr-section-subtitle {
  color: #734fe9;
}
.cid-uUhNesgFIq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eae7dc;
}
.cid-uUhNesgFIq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhNesgFIq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhNesgFIq .video-wrapper iframe {
  width: 100%;
}
.cid-uUhNesgFIq .mbr-section-title,
.cid-uUhNesgFIq .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uUhNesgFIq .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUhNesgFIq .mbr-section-subtitle {
  color: #734fe9;
}
.cid-uUhNeZkDX6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUhNeZkDX6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhNeZkDX6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhNeZkDX6 .video-wrapper iframe {
  width: 100%;
}
.cid-uUhNeZkDX6 .mbr-section-title,
.cid-uUhNeZkDX6 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uUhNeZkDX6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUhNeZkDX6 .mbr-section-subtitle {
  color: #734fe9;
}
.cid-uUhNfHFGYi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eae7dc;
}
.cid-uUhNfHFGYi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhNfHFGYi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhNfHFGYi .video-wrapper iframe {
  width: 100%;
}
.cid-uUhNfHFGYi .mbr-section-title,
.cid-uUhNfHFGYi .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uUhNfHFGYi .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUhNfHFGYi .mbr-section-subtitle {
  color: #734fe9;
}
.cid-uUnmg6V15C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUgXpvgLZS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uUh37akuOQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUh37akuOQ nav.navbar {
  position: fixed;
}
.cid-uUh37akuOQ .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-uUh37akuOQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUh37akuOQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUh37akuOQ .dropdown-item:hover,
.cid-uUh37akuOQ .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-uUh37akuOQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUh37akuOQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUh37akuOQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUh37akuOQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUh37akuOQ .nav-link {
  position: relative;
}
.cid-uUh37akuOQ .container {
  display: flex;
  margin: auto;
}
.cid-uUh37akuOQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUh37akuOQ .dropdown-menu,
.cid-uUh37akuOQ .navbar.opened {
  background: #734fe9 !important;
}
.cid-uUh37akuOQ .nav-item:focus,
.cid-uUh37akuOQ .nav-link:focus {
  outline: none;
}
.cid-uUh37akuOQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUh37akuOQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUh37akuOQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUh37akuOQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUh37akuOQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUh37akuOQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUh37akuOQ .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: #734fe9;
}
.cid-uUh37akuOQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uUh37akuOQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUh37akuOQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uUh37akuOQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUh37akuOQ .navbar.collapsed {
  justify-content: center;
}
.cid-uUh37akuOQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUh37akuOQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUh37akuOQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUh37akuOQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUh37akuOQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUh37akuOQ .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-uUh37akuOQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUh37akuOQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUh37akuOQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUh37akuOQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUh37akuOQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUh37akuOQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUh37akuOQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUh37akuOQ .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-uUh37akuOQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUh37akuOQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUh37akuOQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUh37akuOQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUh37akuOQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUh37akuOQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUh37akuOQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUh37akuOQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUh37akuOQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUh37akuOQ .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-uUh37akuOQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUh37akuOQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUh37akuOQ .dropdown-item.active,
.cid-uUh37akuOQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uUh37akuOQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUh37akuOQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUh37akuOQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUh37akuOQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #734fe9;
}
.cid-uUh37akuOQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUh37akuOQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUh37akuOQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUh37akuOQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUh37akuOQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUh37akuOQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUh37akuOQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUh37akuOQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUh37akuOQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUh37akuOQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUh37akuOQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUh37akuOQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUh37akuOQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUh37akuOQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUh37akuOQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUh37akuOQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUh37akuOQ .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-uUh37akuOQ .navbar {
    height: 70px;
  }
  .cid-uUh37akuOQ .navbar.opened {
    height: auto;
  }
  .cid-uUh37akuOQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUhPoRMf47 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUhPoRMf47 img,
.cid-uUhPoRMf47 .item-img {
  width: 100%;
}
.cid-uUhPoRMf47 .item:focus,
.cid-uUhPoRMf47 span:focus {
  outline: none;
}
.cid-uUhPoRMf47 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUhPoRMf47 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uUhPoRMf47 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uUhPoRMf47 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUhPoRMf47 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uUhPoRMf47 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uUhPoRMf47 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uUhPoRMf47 .mbr-section-title {
  color: #734fe9;
}
.cid-uUhPoRMf47 .mbr-text,
.cid-uUhPoRMf47 .mbr-section-btn {
  text-align: left;
}
.cid-uUhPoRMf47 .item-title {
  text-align: left;
  color: #734fe9;
}
.cid-uUhPoRMf47 .item-subtitle {
  text-align: left;
}
.cid-uUhPpvR8cD {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUhPpvR8cD img,
.cid-uUhPpvR8cD .item-img {
  width: 100%;
}
.cid-uUhPpvR8cD .item:focus,
.cid-uUhPpvR8cD span:focus {
  outline: none;
}
.cid-uUhPpvR8cD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUhPpvR8cD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uUhPpvR8cD .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uUhPpvR8cD .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUhPpvR8cD .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uUhPpvR8cD .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uUhPpvR8cD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uUhPpvR8cD .mbr-section-title {
  color: #734fe9;
}
.cid-uUhPpvR8cD .mbr-text,
.cid-uUhPpvR8cD .mbr-section-btn {
  text-align: left;
}
.cid-uUhPpvR8cD .item-title {
  text-align: left;
  color: #734fe9;
}
.cid-uUhPpvR8cD .item-subtitle {
  text-align: left;
}
.cid-uUh37e5xbk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #734fe9;
  overflow: hidden;
}
.cid-uUhnN5VJ1k {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUhnN5VJ1k nav.navbar {
  position: fixed;
}
.cid-uUhnN5VJ1k .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-uUhnN5VJ1k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUhnN5VJ1k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUhnN5VJ1k .dropdown-item:hover,
.cid-uUhnN5VJ1k .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-uUhnN5VJ1k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUhnN5VJ1k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUhnN5VJ1k .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUhnN5VJ1k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUhnN5VJ1k .nav-link {
  position: relative;
}
.cid-uUhnN5VJ1k .container {
  display: flex;
  margin: auto;
}
.cid-uUhnN5VJ1k .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUhnN5VJ1k .dropdown-menu,
.cid-uUhnN5VJ1k .navbar.opened {
  background: #734fe9 !important;
}
.cid-uUhnN5VJ1k .nav-item:focus,
.cid-uUhnN5VJ1k .nav-link:focus {
  outline: none;
}
.cid-uUhnN5VJ1k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUhnN5VJ1k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUhnN5VJ1k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUhnN5VJ1k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUhnN5VJ1k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUhnN5VJ1k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUhnN5VJ1k .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: #734fe9;
}
.cid-uUhnN5VJ1k .navbar.opened {
  transition: all 0.3s;
}
.cid-uUhnN5VJ1k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUhnN5VJ1k .navbar .navbar-logo img {
  width: auto;
}
.cid-uUhnN5VJ1k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUhnN5VJ1k .navbar.collapsed {
  justify-content: center;
}
.cid-uUhnN5VJ1k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUhnN5VJ1k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUhnN5VJ1k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUhnN5VJ1k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUhnN5VJ1k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUhnN5VJ1k .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-uUhnN5VJ1k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUhnN5VJ1k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUhnN5VJ1k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUhnN5VJ1k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUhnN5VJ1k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUhnN5VJ1k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUhnN5VJ1k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUhnN5VJ1k .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-uUhnN5VJ1k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUhnN5VJ1k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUhnN5VJ1k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUhnN5VJ1k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUhnN5VJ1k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUhnN5VJ1k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUhnN5VJ1k .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUhnN5VJ1k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUhnN5VJ1k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUhnN5VJ1k .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-uUhnN5VJ1k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUhnN5VJ1k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUhnN5VJ1k .dropdown-item.active,
.cid-uUhnN5VJ1k .dropdown-item:active {
  background-color: transparent;
}
.cid-uUhnN5VJ1k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUhnN5VJ1k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUhnN5VJ1k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUhnN5VJ1k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #734fe9;
}
.cid-uUhnN5VJ1k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUhnN5VJ1k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUhnN5VJ1k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUhnN5VJ1k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUhnN5VJ1k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUhnN5VJ1k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUhnN5VJ1k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUhnN5VJ1k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUhnN5VJ1k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUhnN5VJ1k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUhnN5VJ1k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUhnN5VJ1k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUhnN5VJ1k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUhnN5VJ1k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUhnN5VJ1k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUhnN5VJ1k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUhnN5VJ1k .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-uUhnN5VJ1k .navbar {
    height: 70px;
  }
  .cid-uUhnN5VJ1k .navbar.opened {
    height: auto;
  }
  .cid-uUhnN5VJ1k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUhnN81Gl6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUhnN81Gl6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhnN81Gl6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhnN81Gl6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uUhnN81Gl6 .row {
    flex-direction: column-reverse;
  }
  .cid-uUhnN81Gl6 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uUhnN81Gl6 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uUhnN81Gl6 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uUhnN81Gl6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUhnN81Gl6 .card-title {
  color: #734fe9;
}
.cid-uUhnN8BElL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUhnN8BElL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhnN8BElL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhnN8BElL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uUhnN8BElL .row {
    flex-direction: column-reverse;
  }
  .cid-uUhnN8BElL .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uUhnN8BElL .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uUhnN8BElL .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uUhnN8BElL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUhnNaMZvw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #734fe9;
  overflow: hidden;
}
.cid-uUhrkQUu1b {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUhrkQUu1b nav.navbar {
  position: fixed;
}
.cid-uUhrkQUu1b .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-uUhrkQUu1b .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUhrkQUu1b .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUhrkQUu1b .dropdown-item:hover,
.cid-uUhrkQUu1b .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-uUhrkQUu1b .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUhrkQUu1b .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUhrkQUu1b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUhrkQUu1b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUhrkQUu1b .nav-link {
  position: relative;
}
.cid-uUhrkQUu1b .container {
  display: flex;
  margin: auto;
}
.cid-uUhrkQUu1b .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUhrkQUu1b .dropdown-menu,
.cid-uUhrkQUu1b .navbar.opened {
  background: #734fe9 !important;
}
.cid-uUhrkQUu1b .nav-item:focus,
.cid-uUhrkQUu1b .nav-link:focus {
  outline: none;
}
.cid-uUhrkQUu1b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUhrkQUu1b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUhrkQUu1b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUhrkQUu1b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUhrkQUu1b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUhrkQUu1b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUhrkQUu1b .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: #734fe9;
}
.cid-uUhrkQUu1b .navbar.opened {
  transition: all 0.3s;
}
.cid-uUhrkQUu1b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUhrkQUu1b .navbar .navbar-logo img {
  width: auto;
}
.cid-uUhrkQUu1b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUhrkQUu1b .navbar.collapsed {
  justify-content: center;
}
.cid-uUhrkQUu1b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUhrkQUu1b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUhrkQUu1b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUhrkQUu1b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUhrkQUu1b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUhrkQUu1b .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-uUhrkQUu1b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUhrkQUu1b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUhrkQUu1b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUhrkQUu1b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUhrkQUu1b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUhrkQUu1b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUhrkQUu1b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUhrkQUu1b .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-uUhrkQUu1b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUhrkQUu1b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUhrkQUu1b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUhrkQUu1b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUhrkQUu1b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUhrkQUu1b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUhrkQUu1b .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUhrkQUu1b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUhrkQUu1b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUhrkQUu1b .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-uUhrkQUu1b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUhrkQUu1b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUhrkQUu1b .dropdown-item.active,
.cid-uUhrkQUu1b .dropdown-item:active {
  background-color: transparent;
}
.cid-uUhrkQUu1b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUhrkQUu1b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUhrkQUu1b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUhrkQUu1b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #734fe9;
}
.cid-uUhrkQUu1b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUhrkQUu1b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUhrkQUu1b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUhrkQUu1b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUhrkQUu1b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUhrkQUu1b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUhrkQUu1b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUhrkQUu1b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUhrkQUu1b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUhrkQUu1b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUhrkQUu1b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUhrkQUu1b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUhrkQUu1b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUhrkQUu1b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUhrkQUu1b .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUhrkQUu1b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUhrkQUu1b .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-uUhrkQUu1b .navbar {
    height: 70px;
  }
  .cid-uUhrkQUu1b .navbar.opened {
    height: auto;
  }
  .cid-uUhrkQUu1b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUhrkRxNY9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUhrkRxNY9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhrkRxNY9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhrkRxNY9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uUhrkRxNY9 .row {
    flex-direction: column-reverse;
  }
  .cid-uUhrkRxNY9 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uUhrkRxNY9 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uUhrkRxNY9 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uUhrkRxNY9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUhrkRxNY9 .card-title {
  color: #734fe9;
}
.cid-uUhtaVFryR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eae7dc;
}
@media (min-width: 992px) {
  .cid-uUhtaVFryR .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uUhtaVFryR .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uUhtaVFryR .mbr-text {
    text-align: center;
  }
}
.cid-uUhtaVFryR .mbr-text,
.cid-uUhtaVFryR .mbr-section-btn {
  color: #232323;
}
.cid-uUhtaVFryR H1 {
  color: #734fe9;
}
.cid-uUhrkS8fUo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUhrkS8fUo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhrkS8fUo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhrkS8fUo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uUhrkS8fUo .row {
    flex-direction: column-reverse;
  }
  .cid-uUhrkS8fUo .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uUhrkS8fUo .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uUhrkS8fUo .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uUhrkS8fUo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUhrkS8fUo .mbr-text,
.cid-uUhrkS8fUo .mbr-section-btn {
  color: #232323;
}
.cid-uUhrkS8fUo .card-title {
  color: #734fe9;
}
.cid-uUrbUhxqhs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUrbUhxqhs .line {
  background-color: #734fe9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uUrbSNKXHS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUhrkTNB0L {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #734fe9;
  overflow: hidden;
}
.cid-uUhuT5C4fr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUhuT5C4fr nav.navbar {
  position: fixed;
}
.cid-uUhuT5C4fr .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-uUhuT5C4fr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUhuT5C4fr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUhuT5C4fr .dropdown-item:hover,
.cid-uUhuT5C4fr .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-uUhuT5C4fr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUhuT5C4fr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUhuT5C4fr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUhuT5C4fr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUhuT5C4fr .nav-link {
  position: relative;
}
.cid-uUhuT5C4fr .container {
  display: flex;
  margin: auto;
}
.cid-uUhuT5C4fr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUhuT5C4fr .dropdown-menu,
.cid-uUhuT5C4fr .navbar.opened {
  background: #734fe9 !important;
}
.cid-uUhuT5C4fr .nav-item:focus,
.cid-uUhuT5C4fr .nav-link:focus {
  outline: none;
}
.cid-uUhuT5C4fr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUhuT5C4fr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUhuT5C4fr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUhuT5C4fr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUhuT5C4fr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUhuT5C4fr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUhuT5C4fr .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: #734fe9;
}
.cid-uUhuT5C4fr .navbar.opened {
  transition: all 0.3s;
}
.cid-uUhuT5C4fr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUhuT5C4fr .navbar .navbar-logo img {
  width: auto;
}
.cid-uUhuT5C4fr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUhuT5C4fr .navbar.collapsed {
  justify-content: center;
}
.cid-uUhuT5C4fr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUhuT5C4fr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUhuT5C4fr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUhuT5C4fr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUhuT5C4fr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUhuT5C4fr .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-uUhuT5C4fr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUhuT5C4fr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUhuT5C4fr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUhuT5C4fr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUhuT5C4fr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUhuT5C4fr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUhuT5C4fr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUhuT5C4fr .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-uUhuT5C4fr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUhuT5C4fr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUhuT5C4fr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUhuT5C4fr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUhuT5C4fr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUhuT5C4fr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUhuT5C4fr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUhuT5C4fr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUhuT5C4fr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUhuT5C4fr .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-uUhuT5C4fr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUhuT5C4fr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUhuT5C4fr .dropdown-item.active,
.cid-uUhuT5C4fr .dropdown-item:active {
  background-color: transparent;
}
.cid-uUhuT5C4fr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUhuT5C4fr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUhuT5C4fr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUhuT5C4fr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #734fe9;
}
.cid-uUhuT5C4fr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUhuT5C4fr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUhuT5C4fr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUhuT5C4fr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUhuT5C4fr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUhuT5C4fr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUhuT5C4fr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUhuT5C4fr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUhuT5C4fr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUhuT5C4fr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUhuT5C4fr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUhuT5C4fr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUhuT5C4fr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUhuT5C4fr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUhuT5C4fr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUhuT5C4fr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUhuT5C4fr .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-uUhuT5C4fr .navbar {
    height: 70px;
  }
  .cid-uUhuT5C4fr .navbar.opened {
    height: auto;
  }
  .cid-uUhuT5C4fr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUhuT6heGC {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-uUhuT6heGC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhuT6heGC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-uUhuT6heGC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uUhuT6heGC .row {
    flex-direction: column-reverse;
  }
  .cid-uUhuT6heGC .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uUhuT6heGC .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uUhuT6heGC .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uUhuT6heGC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUhuT6heGC .card-title {
  color: #734fe9;
}
.cid-uUhw6cLCjD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eae7dc;
}
.cid-uUhw6cLCjD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhw6cLCjD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhw6cLCjD .video-wrapper iframe {
  width: 100%;
}
.cid-uUhw6cLCjD .mbr-section-title,
.cid-uUhw6cLCjD .mbr-section-subtitle,
.cid-uUhw6cLCjD .mbr-text {
  text-align: center;
}
.cid-uUhuT6QJEN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uUhuT6QJEN .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uUhuT6QJEN .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uUhuT6QJEN .mbr-text {
    text-align: center;
  }
}
.cid-uUhuT6QJEN .mbr-text,
.cid-uUhuT6QJEN .mbr-section-btn {
  color: #232323;
}
.cid-uUhuT6QJEN H1 {
  color: #232323;
}
.cid-uUhuT9n4cq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #734fe9;
  overflow: hidden;
}
.cid-uUi69zF4kl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUi69zF4kl nav.navbar {
  position: fixed;
}
.cid-uUi69zF4kl .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-uUi69zF4kl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUi69zF4kl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUi69zF4kl .dropdown-item:hover,
.cid-uUi69zF4kl .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-uUi69zF4kl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUi69zF4kl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUi69zF4kl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUi69zF4kl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUi69zF4kl .nav-link {
  position: relative;
}
.cid-uUi69zF4kl .container {
  display: flex;
  margin: auto;
}
.cid-uUi69zF4kl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUi69zF4kl .dropdown-menu,
.cid-uUi69zF4kl .navbar.opened {
  background: #734fe9 !important;
}
.cid-uUi69zF4kl .nav-item:focus,
.cid-uUi69zF4kl .nav-link:focus {
  outline: none;
}
.cid-uUi69zF4kl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUi69zF4kl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUi69zF4kl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUi69zF4kl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUi69zF4kl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUi69zF4kl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUi69zF4kl .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: #734fe9;
}
.cid-uUi69zF4kl .navbar.opened {
  transition: all 0.3s;
}
.cid-uUi69zF4kl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUi69zF4kl .navbar .navbar-logo img {
  width: auto;
}
.cid-uUi69zF4kl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUi69zF4kl .navbar.collapsed {
  justify-content: center;
}
.cid-uUi69zF4kl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUi69zF4kl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUi69zF4kl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUi69zF4kl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUi69zF4kl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUi69zF4kl .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-uUi69zF4kl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUi69zF4kl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUi69zF4kl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUi69zF4kl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUi69zF4kl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUi69zF4kl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUi69zF4kl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUi69zF4kl .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-uUi69zF4kl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUi69zF4kl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUi69zF4kl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUi69zF4kl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUi69zF4kl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUi69zF4kl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUi69zF4kl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUi69zF4kl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUi69zF4kl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUi69zF4kl .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-uUi69zF4kl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUi69zF4kl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUi69zF4kl .dropdown-item.active,
.cid-uUi69zF4kl .dropdown-item:active {
  background-color: transparent;
}
.cid-uUi69zF4kl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUi69zF4kl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUi69zF4kl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUi69zF4kl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #734fe9;
}
.cid-uUi69zF4kl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUi69zF4kl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUi69zF4kl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUi69zF4kl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUi69zF4kl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUi69zF4kl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUi69zF4kl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUi69zF4kl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUi69zF4kl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUi69zF4kl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUi69zF4kl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUi69zF4kl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUi69zF4kl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUi69zF4kl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUi69zF4kl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUi69zF4kl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUi69zF4kl .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-uUi69zF4kl .navbar {
    height: 70px;
  }
  .cid-uUi69zF4kl .navbar.opened {
    height: auto;
  }
  .cid-uUi69zF4kl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUi69AepDs {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #eae7dc;
}
@media (max-width: 991px) {
  .cid-uUi69AepDs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUi69AepDs img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUi69AepDs .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUi69AepDs .mbr-section-title {
  color: #734fe9;
}
.cid-uUi69AepDs .mbr-text {
  color: #232323;
}
.cid-uUnsCWBulJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUnsCWBulJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUnsCWBulJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUnsCWBulJ .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uUnsCWBulJ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUnsCWBulJ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUnsCWBulJ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUnsCWBulJ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uUnsCWBulJ .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uUnsCWBulJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUnsCWBulJ .card-title {
  color: #734fe9;
}
.cid-uUnsDOiPyI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eae7dc;
}
.cid-uUnsDOiPyI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUnsDOiPyI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUnsDOiPyI .content-wrapper {
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-uUnsDOiPyI .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUnsDOiPyI .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUnsDOiPyI .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUnsDOiPyI .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uUnsDOiPyI .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uUnsDOiPyI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUnsDOiPyI .card-title {
  color: #734fe9;
}
.cid-uUnsExLX1F {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uUnsExLX1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUnsExLX1F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUnsExLX1F .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uUnsExLX1F .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUnsExLX1F .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUnsExLX1F .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUnsExLX1F .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uUnsExLX1F .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uUnsExLX1F .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUnsExLX1F .card-title {
  color: #734fe9;
}
.cid-uUnsFlbI5Z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eae7dc;
}
.cid-uUnsFlbI5Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUnsFlbI5Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUnsFlbI5Z .content-wrapper {
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-uUnsFlbI5Z .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUnsFlbI5Z .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUnsFlbI5Z .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUnsFlbI5Z .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uUnsFlbI5Z .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uUnsFlbI5Z .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUnsFlbI5Z .card-title {
  color: #734fe9;
}
.cid-uUnFdPVRUV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uUnFdPVRUV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUnFdPVRUV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUnFdPVRUV .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uUnFdPVRUV .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUnFdPVRUV .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUnFdPVRUV .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUnFdPVRUV .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uUnFdPVRUV .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uUnFdPVRUV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUnFdPVRUV .card-title {
  color: #734fe9;
}
.cid-uUnHE39bLD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUi69CofzO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uUnIc53PBt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUnIc53PBt nav.navbar {
  position: fixed;
}
.cid-uUnIc53PBt .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-uUnIc53PBt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUnIc53PBt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUnIc53PBt .dropdown-item:hover,
.cid-uUnIc53PBt .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-uUnIc53PBt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUnIc53PBt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUnIc53PBt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUnIc53PBt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUnIc53PBt .nav-link {
  position: relative;
}
.cid-uUnIc53PBt .container {
  display: flex;
  margin: auto;
}
.cid-uUnIc53PBt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUnIc53PBt .dropdown-menu,
.cid-uUnIc53PBt .navbar.opened {
  background: #734fe9 !important;
}
.cid-uUnIc53PBt .nav-item:focus,
.cid-uUnIc53PBt .nav-link:focus {
  outline: none;
}
.cid-uUnIc53PBt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUnIc53PBt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUnIc53PBt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUnIc53PBt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUnIc53PBt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUnIc53PBt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUnIc53PBt .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: #734fe9;
}
.cid-uUnIc53PBt .navbar.opened {
  transition: all 0.3s;
}
.cid-uUnIc53PBt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUnIc53PBt .navbar .navbar-logo img {
  width: auto;
}
.cid-uUnIc53PBt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUnIc53PBt .navbar.collapsed {
  justify-content: center;
}
.cid-uUnIc53PBt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUnIc53PBt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUnIc53PBt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUnIc53PBt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUnIc53PBt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUnIc53PBt .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-uUnIc53PBt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUnIc53PBt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUnIc53PBt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUnIc53PBt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUnIc53PBt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUnIc53PBt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUnIc53PBt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUnIc53PBt .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-uUnIc53PBt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUnIc53PBt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUnIc53PBt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUnIc53PBt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUnIc53PBt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUnIc53PBt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUnIc53PBt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUnIc53PBt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUnIc53PBt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUnIc53PBt .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-uUnIc53PBt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUnIc53PBt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUnIc53PBt .dropdown-item.active,
.cid-uUnIc53PBt .dropdown-item:active {
  background-color: transparent;
}
.cid-uUnIc53PBt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUnIc53PBt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUnIc53PBt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUnIc53PBt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #734fe9;
}
.cid-uUnIc53PBt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUnIc53PBt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUnIc53PBt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUnIc53PBt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUnIc53PBt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUnIc53PBt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUnIc53PBt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUnIc53PBt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUnIc53PBt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUnIc53PBt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUnIc53PBt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUnIc53PBt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUnIc53PBt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUnIc53PBt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUnIc53PBt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUnIc53PBt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUnIc53PBt .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-uUnIc53PBt .navbar {
    height: 70px;
  }
  .cid-uUnIc53PBt .navbar.opened {
    height: auto;
  }
  .cid-uUnIc53PBt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUnIc5GAwO {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-uUnIc5GAwO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUnIc5GAwO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-uUnIc5GAwO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uUnIc5GAwO .row {
    flex-direction: column-reverse;
  }
  .cid-uUnIc5GAwO .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uUnIc5GAwO .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uUnIc5GAwO .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uUnIc5GAwO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUnIc5GAwO .card-title {
  color: #734fe9;
}
.cid-uUnIc6fMdE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uUnIc6fMdE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUnIc6fMdE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUnIc6fMdE .video-wrapper iframe {
  width: 100%;
}
.cid-uUnIc6fMdE .mbr-section-title,
.cid-uUnIc6fMdE .mbr-section-subtitle,
.cid-uUnIc6fMdE .mbr-text {
  text-align: center;
}
.cid-uUnKytg9DJ {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUnIc77Yhm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #734fe9;
  overflow: hidden;
}
