body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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: #000000 !important;
}
.bg-success {
  background-color: #cbaffa !important;
}
.bg-info {
  background-color: #401c65 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.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-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #585858 !important;
  border-color: #585858 !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: #2d2d2d !important;
  border-color: #2d2d2d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2d2d2d !important;
  border-color: #2d2d2d !important;
}
.btn-info,
.btn-info:active {
  background-color: #401c65 !important;
  border-color: #401c65 !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: #150921 !important;
  border-color: #150921 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #150921 !important;
  border-color: #150921 !important;
}
.btn-success,
.btn-success:active {
  background-color: #cbaffa !important;
  border-color: #cbaffa !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: #965df5 !important;
  border-color: #965df5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #965df5 !important;
  border-color: #965df5 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !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: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #585858;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2d2d2d !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: #585858 !important;
  border-color: #585858 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #401c65;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #150921 !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: #401c65 !important;
  border-color: #401c65 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cbaffa;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #965df5 !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: #cbaffa !important;
  border-color: #cbaffa !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #000000 !important;
}
.text-secondary {
  color: #585858 !important;
}
.text-success {
  color: #cbaffa !important;
}
.text-info {
  color: #401c65 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #252525 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #8d4ff4 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0d0615 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #401c65;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #7f39c8;
}
.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: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #585858 !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='%23000000' %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-sZrMB89Kcl .navbar-dropdown {
  position: relative !important;
}
.cid-sZrMB89Kcl .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-sZrMB89Kcl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sZrMB89Kcl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sZrMB89Kcl .dropdown-item:hover,
.cid-sZrMB89Kcl .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sZrMB89Kcl .dropdown-item:hover span {
  color: white;
}
.cid-sZrMB89Kcl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sZrMB89Kcl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sZrMB89Kcl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-sZrMB89Kcl .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-sZrMB89Kcl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sZrMB89Kcl .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-sZrMB89Kcl .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-sZrMB89Kcl .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-sZrMB89Kcl .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-sZrMB89Kcl .container {
  display: flex;
  margin: auto;
}
.cid-sZrMB89Kcl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sZrMB89Kcl .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sZrMB89Kcl .navbar-nav {
    align-items: center;
  }
}
.cid-sZrMB89Kcl .dropdown-menu,
.cid-sZrMB89Kcl .navbar.opened {
  background: #ededed !important;
}
.cid-sZrMB89Kcl .nav-item:focus,
.cid-sZrMB89Kcl .nav-link:focus {
  outline: none;
}
.cid-sZrMB89Kcl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-sZrMB89Kcl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sZrMB89Kcl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sZrMB89Kcl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sZrMB89Kcl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sZrMB89Kcl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sZrMB89Kcl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ededed;
  padding: 0 !important;
  box-shadow: none;
}
.cid-sZrMB89Kcl .navbar.opened {
  transition: all 0.3s;
}
.cid-sZrMB89Kcl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sZrMB89Kcl .navbar .navbar-logo img {
  width: auto;
}
.cid-sZrMB89Kcl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sZrMB89Kcl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sZrMB89Kcl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sZrMB89Kcl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sZrMB89Kcl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sZrMB89Kcl .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-sZrMB89Kcl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sZrMB89Kcl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sZrMB89Kcl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sZrMB89Kcl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sZrMB89Kcl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sZrMB89Kcl .navbar.navbar-short {
  min-height: 60px;
}
.cid-sZrMB89Kcl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sZrMB89Kcl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sZrMB89Kcl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sZrMB89Kcl .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-sZrMB89Kcl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sZrMB89Kcl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sZrMB89Kcl .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-sZrMB89Kcl .dropdown-item.active,
.cid-sZrMB89Kcl .dropdown-item:active {
  background-color: transparent;
}
.cid-sZrMB89Kcl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sZrMB89Kcl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sZrMB89Kcl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sZrMB89Kcl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ededed;
}
.cid-sZrMB89Kcl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sZrMB89Kcl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sZrMB89Kcl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sZrMB89Kcl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sZrMB89Kcl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sZrMB89Kcl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sZrMB89Kcl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sZrMB89Kcl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZrMB89Kcl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZrMB89Kcl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sZrMB89Kcl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZrMB89Kcl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sZrMB89Kcl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sZrMB89Kcl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZrMB89Kcl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sZrMB89Kcl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sZrMB89Kcl .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-sZrMB89Kcl .navbar {
    height: 70px;
  }
  .cid-sZrMB89Kcl .navbar.opened {
    height: auto;
  }
  .cid-sZrMB89Kcl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sZrMB89Kcl .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-sZrMB89Kcl .container-fluid {
    padding: 0 40px;
  }
}
.cid-sZrMB89Kcl .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sZrMB89Kcl .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sZrMB89Kcl .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sZrMB89Kcl .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-sZrMB89Kcl .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-sZrMB89Kcl .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-sZrMB89Kcl .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-sZrMB89Kcl .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-sZrMB89Kcl .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-sZrMB89Kcl .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-sZrMB89Kcl .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-sZrMB89Kcl .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sYo1wtwEHC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #401c65;
}
.cid-sYo1wtwEHC .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sYo1wtwEHC .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uDmnJXoitK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDmnJXoitK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDmnJXoitK .row {
  flex-direction: row-reverse;
}
.cid-uDmnJXoitK img {
  width: 100%;
}
.cid-t5tTmfSPcC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t5tTmfSPcC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t5tTmfSPcC .row {
  flex-direction: row-reverse;
}
.cid-t5tTmfSPcC img {
  width: 100%;
}
.cid-sXyQZ3LnlZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #401c65;
}
.cid-sXyQZ3LnlZ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sZrMB89Kcl .navbar-dropdown {
  position: relative !important;
}
.cid-sZrMB89Kcl .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-sZrMB89Kcl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sZrMB89Kcl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sZrMB89Kcl .dropdown-item:hover,
.cid-sZrMB89Kcl .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sZrMB89Kcl .dropdown-item:hover span {
  color: white;
}
.cid-sZrMB89Kcl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sZrMB89Kcl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sZrMB89Kcl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-sZrMB89Kcl .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-sZrMB89Kcl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sZrMB89Kcl .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-sZrMB89Kcl .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-sZrMB89Kcl .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-sZrMB89Kcl .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-sZrMB89Kcl .container {
  display: flex;
  margin: auto;
}
.cid-sZrMB89Kcl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sZrMB89Kcl .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sZrMB89Kcl .navbar-nav {
    align-items: center;
  }
}
.cid-sZrMB89Kcl .dropdown-menu,
.cid-sZrMB89Kcl .navbar.opened {
  background: #ededed !important;
}
.cid-sZrMB89Kcl .nav-item:focus,
.cid-sZrMB89Kcl .nav-link:focus {
  outline: none;
}
.cid-sZrMB89Kcl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-sZrMB89Kcl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sZrMB89Kcl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sZrMB89Kcl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sZrMB89Kcl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sZrMB89Kcl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sZrMB89Kcl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ededed;
  padding: 0 !important;
  box-shadow: none;
}
.cid-sZrMB89Kcl .navbar.opened {
  transition: all 0.3s;
}
.cid-sZrMB89Kcl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sZrMB89Kcl .navbar .navbar-logo img {
  width: auto;
}
.cid-sZrMB89Kcl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sZrMB89Kcl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sZrMB89Kcl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sZrMB89Kcl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sZrMB89Kcl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sZrMB89Kcl .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-sZrMB89Kcl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sZrMB89Kcl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sZrMB89Kcl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sZrMB89Kcl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sZrMB89Kcl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sZrMB89Kcl .navbar.navbar-short {
  min-height: 60px;
}
.cid-sZrMB89Kcl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sZrMB89Kcl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sZrMB89Kcl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sZrMB89Kcl .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-sZrMB89Kcl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sZrMB89Kcl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sZrMB89Kcl .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-sZrMB89Kcl .dropdown-item.active,
.cid-sZrMB89Kcl .dropdown-item:active {
  background-color: transparent;
}
.cid-sZrMB89Kcl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sZrMB89Kcl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sZrMB89Kcl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sZrMB89Kcl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ededed;
}
.cid-sZrMB89Kcl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sZrMB89Kcl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sZrMB89Kcl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sZrMB89Kcl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sZrMB89Kcl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sZrMB89Kcl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sZrMB89Kcl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sZrMB89Kcl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZrMB89Kcl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZrMB89Kcl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sZrMB89Kcl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZrMB89Kcl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sZrMB89Kcl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sZrMB89Kcl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZrMB89Kcl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sZrMB89Kcl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sZrMB89Kcl .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-sZrMB89Kcl .navbar {
    height: 70px;
  }
  .cid-sZrMB89Kcl .navbar.opened {
    height: auto;
  }
  .cid-sZrMB89Kcl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sZrMB89Kcl .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-sZrMB89Kcl .container-fluid {
    padding: 0 40px;
  }
}
.cid-sZrMB89Kcl .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sZrMB89Kcl .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sZrMB89Kcl .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sZrMB89Kcl .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-sZrMB89Kcl .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-sZrMB89Kcl .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-sZrMB89Kcl .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-sZrMB89Kcl .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-sZrMB89Kcl .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-sZrMB89Kcl .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-sZrMB89Kcl .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-sZrMB89Kcl .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sYo0ZLrnSe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #401c65;
}
.cid-sYo0ZLrnSe .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sYo0ZLrnSe .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-srQ6ihAsK3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #401c65;
}
.cid-srQ6ihAsK3 .card-wrapper {
  background-color: #ffffff;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffffff;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-srQ6ihAsK3 .mbr-section-title,
.cid-srQ6ihAsK3 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-srQ6ihAsK3 .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-srQ6ihAsK3 .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-srQ6ihAsK3 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-srQ6ihAsK3 .card-title {
  color: #352157;
}
.cid-sZC79EeXJx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #401c65;
}
.cid-sZC79EeXJx .card-wrapper {
  background-color: #ffffff;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffffff;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sZC79EeXJx .mbr-section-title,
.cid-sZC79EeXJx .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sZC79EeXJx .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sZC79EeXJx .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sZC79EeXJx .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sZC79EeXJx .card-title {
  color: #352157;
}
.cid-sZCcxgt6j9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #401c65;
}
.cid-sZCcxgt6j9 .card-wrapper {
  background-color: #ffffff;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffffff;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sZCcxgt6j9 .mbr-section-title,
.cid-sZCcxgt6j9 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sZCcxgt6j9 .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sZCcxgt6j9 .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sZCcxgt6j9 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sZCcxgt6j9 .card-title {
  color: #352157;
}
.cid-sYzwIaQ7MC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYzwIaQ7MC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sYzwIaQ7MC .container {
  background-color: #ededed;
  padding: 8rem 2.75rem;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sYzwIaQ7MC .container {
    padding: 3.5rem 2.75rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sYzwIaQ7MC .container {
    padding: 3.5rem .75rem 4rem;
  }
}
.cid-sYzwIaQ7MC .btn-lg {
  border-radius: 0 !important;
  padding: 1.1875rem 3.25rem !important;
  margin-top: 40px;
  font-weight: 600;
  width: 100%;
}
.cid-sYzwIaQ7MC .mbr-section-title {
  margin-bottom: 18px;
  color: #401c65;
}
.cid-sYzwIaQ7MC .form_title {
  margin: 25px 0;
  text-align: center;
}
.cid-sYzwIaQ7MC .mbr-text {
  margin-bottom: 37px;
}
.cid-sYzwIaQ7MC .shape {
  width: 190px;
  height: auto;
  position: absolute;
  right: -40px;
  top: 40px;
}
.cid-sYzwIaQ7MC .shape img {
  width: 100%;
  object-fit: contain;
  height: auto;
}
@media (max-width: 991px) {
  .cid-sYzwIaQ7MC .shape {
    top: 0;
    right: 0;
  }
}
.cid-sYzwIaQ7MC .dragArea {
  justify-content: center;
}
.cid-sYzwIaQ7MC .form-group textarea {
  height: 165px;
  margin-bottom: 0;
  border: none;
}
.cid-sYzwIaQ7MC .form-group {
  margin-bottom: 0;
}
.cid-sYzwIaQ7MC .textGDPR.display-7 {
  font-size: 16px;
}
.cid-sYzwIaQ7MC .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 0;
}
.cid-sYzwIaQ7MC .form-control,
.cid-sYzwIaQ7MC .field-input,
.cid-sYzwIaQ7MC textarea {
  padding: 9px 10px;
  line-height: 25px;
  height: 48px;
  transition: 0.4s;
  outline: none;
  margin-bottom: 40px;
  border-radius: 0 !important;
}
.cid-sYzwIaQ7MC .form-check {
  padding-left: 2.5em !important;
}
.cid-sYzwIaQ7MC .form-check .display-7 {
  font-size: 16px !important;
}
.cid-sXyQZ3LnlZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #401c65;
}
.cid-sXyQZ3LnlZ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tiMbjrUzLR .navbar-dropdown {
  position: relative !important;
}
.cid-tiMbjrUzLR .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-tiMbjrUzLR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tiMbjrUzLR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tiMbjrUzLR .dropdown-item:hover,
.cid-tiMbjrUzLR .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tiMbjrUzLR .dropdown-item:hover span {
  color: white;
}
.cid-tiMbjrUzLR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tiMbjrUzLR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tiMbjrUzLR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-tiMbjrUzLR .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-tiMbjrUzLR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tiMbjrUzLR .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tiMbjrUzLR .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-tiMbjrUzLR .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-tiMbjrUzLR .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-tiMbjrUzLR .container {
  display: flex;
  margin: auto;
}
.cid-tiMbjrUzLR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tiMbjrUzLR .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tiMbjrUzLR .navbar-nav {
    align-items: center;
  }
}
.cid-tiMbjrUzLR .dropdown-menu,
.cid-tiMbjrUzLR .navbar.opened {
  background: #ededed !important;
}
.cid-tiMbjrUzLR .nav-item:focus,
.cid-tiMbjrUzLR .nav-link:focus {
  outline: none;
}
.cid-tiMbjrUzLR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-tiMbjrUzLR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tiMbjrUzLR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tiMbjrUzLR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tiMbjrUzLR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tiMbjrUzLR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tiMbjrUzLR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ededed;
  padding: 0 !important;
  box-shadow: none;
}
.cid-tiMbjrUzLR .navbar.opened {
  transition: all 0.3s;
}
.cid-tiMbjrUzLR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tiMbjrUzLR .navbar .navbar-logo img {
  width: auto;
}
.cid-tiMbjrUzLR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tiMbjrUzLR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tiMbjrUzLR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tiMbjrUzLR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tiMbjrUzLR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tiMbjrUzLR .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-tiMbjrUzLR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tiMbjrUzLR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tiMbjrUzLR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tiMbjrUzLR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tiMbjrUzLR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tiMbjrUzLR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tiMbjrUzLR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tiMbjrUzLR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tiMbjrUzLR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tiMbjrUzLR .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-tiMbjrUzLR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tiMbjrUzLR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tiMbjrUzLR .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-tiMbjrUzLR .dropdown-item.active,
.cid-tiMbjrUzLR .dropdown-item:active {
  background-color: transparent;
}
.cid-tiMbjrUzLR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tiMbjrUzLR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tiMbjrUzLR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tiMbjrUzLR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ededed;
}
.cid-tiMbjrUzLR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tiMbjrUzLR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tiMbjrUzLR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tiMbjrUzLR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tiMbjrUzLR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tiMbjrUzLR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tiMbjrUzLR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tiMbjrUzLR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiMbjrUzLR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiMbjrUzLR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tiMbjrUzLR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiMbjrUzLR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tiMbjrUzLR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tiMbjrUzLR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiMbjrUzLR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tiMbjrUzLR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tiMbjrUzLR .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-tiMbjrUzLR .navbar {
    height: 70px;
  }
  .cid-tiMbjrUzLR .navbar.opened {
    height: auto;
  }
  .cid-tiMbjrUzLR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tiMbjrUzLR .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-tiMbjrUzLR .container-fluid {
    padding: 0 40px;
  }
}
.cid-tiMbjrUzLR .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tiMbjrUzLR .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tiMbjrUzLR .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tiMbjrUzLR .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-tiMbjrUzLR .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-tiMbjrUzLR .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-tiMbjrUzLR .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-tiMbjrUzLR .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-tiMbjrUzLR .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-tiMbjrUzLR .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-tiMbjrUzLR .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tiMbjrUzLR .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tiMbjr5Zw6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #401c65;
}
.cid-tiMbjr5Zw6 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tiMbjr5Zw6 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tQjcpCfC0g {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQjcpCfC0g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQjcpCfC0g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQjcpCfC0g .mbr-section-subtitle {
  background: #000000;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tQjcpCfC0g .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #585858;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tQjcpCfC0g .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #000000;
  font-size: 1.5rem;
}
.cid-tQjcpCfC0g .mbr-section-title {
  color: #401c68;
  text-align: center;
}
.cid-tQjcpCfC0g .mbr-text,
.cid-tQjcpCfC0g .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-tYD8UN0XFF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ededed;
}
.cid-tYD8UN0XFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYD8UN0XFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYD8UN0XFF .content-container {
  display: flex;
  width: 100%;
}
.cid-tYD8UN0XFF .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
.cid-tYD8UN0XFF .text-wrap {
  width: 100%;
  padding: 0;
}
.cid-tYD8UN0XFF .mbr-section-title {
  color: #401c68;
  margin-bottom: 20px !important;
  width: 100%;
}
.cid-tYD8UN0XFF .mbr-text {
  color: #112B6D;
  padding-bottom: 0.9rem !important;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-tYD8UN0XFF .mbr-section-btn {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .cid-tYD8UN0XFF .mbr-section-btn {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 991px) {
  .cid-tYD8UN0XFF .mbr-section-btn {
    flex-direction: row;
    justify-content: space-around;
  }
}
.cid-tQjd1wLm5G {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tQjd1wLm5G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQjd1wLm5G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQjd1wLm5G .mbr-section-subtitle {
  background: #000000;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tQjd1wLm5G .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #585858;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tQjd1wLm5G .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #000000;
  font-size: 1.5rem;
}
.cid-tQjd1wLm5G .mbr-section-title {
  color: #401c68;
  text-align: center;
}
.cid-tQjd1wLm5G .mbr-text,
.cid-tQjd1wLm5G .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ux8Zvg0X1Q {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ux8Zvg0X1Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux8Zvg0X1Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux8Zvg0X1Q .mbr-section-subtitle {
  background: #000000;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-ux8Zvg0X1Q .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #585858;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ux8Zvg0X1Q .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #000000;
  font-size: 1.5rem;
}
.cid-ux8Zvg0X1Q .mbr-section-title {
  color: #401c68;
  text-align: center;
}
.cid-ux8Zvg0X1Q .mbr-text,
.cid-ux8Zvg0X1Q .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uze6Nhh9JL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uze6Nhh9JL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uze6Nhh9JL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uze6Nhh9JL .mbr-section-subtitle {
  background: #000000;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uze6Nhh9JL .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #585858;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uze6Nhh9JL .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #000000;
  font-size: 1.5rem;
}
.cid-uze6Nhh9JL .mbr-section-title {
  color: #401c68;
  text-align: center;
}
.cid-uze6Nhh9JL .mbr-text,
.cid-uze6Nhh9JL .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tiMbjrJVTF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #401c65;
}
.cid-tiMbjrJVTF .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sZrMB89Kcl .navbar-dropdown {
  position: relative !important;
}
.cid-sZrMB89Kcl .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-sZrMB89Kcl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sZrMB89Kcl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sZrMB89Kcl .dropdown-item:hover,
.cid-sZrMB89Kcl .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sZrMB89Kcl .dropdown-item:hover span {
  color: white;
}
.cid-sZrMB89Kcl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sZrMB89Kcl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sZrMB89Kcl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-sZrMB89Kcl .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-sZrMB89Kcl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sZrMB89Kcl .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-sZrMB89Kcl .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-sZrMB89Kcl .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-sZrMB89Kcl .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-sZrMB89Kcl .container {
  display: flex;
  margin: auto;
}
.cid-sZrMB89Kcl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sZrMB89Kcl .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sZrMB89Kcl .navbar-nav {
    align-items: center;
  }
}
.cid-sZrMB89Kcl .dropdown-menu,
.cid-sZrMB89Kcl .navbar.opened {
  background: #ededed !important;
}
.cid-sZrMB89Kcl .nav-item:focus,
.cid-sZrMB89Kcl .nav-link:focus {
  outline: none;
}
.cid-sZrMB89Kcl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-sZrMB89Kcl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sZrMB89Kcl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sZrMB89Kcl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sZrMB89Kcl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sZrMB89Kcl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sZrMB89Kcl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ededed;
  padding: 0 !important;
  box-shadow: none;
}
.cid-sZrMB89Kcl .navbar.opened {
  transition: all 0.3s;
}
.cid-sZrMB89Kcl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sZrMB89Kcl .navbar .navbar-logo img {
  width: auto;
}
.cid-sZrMB89Kcl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sZrMB89Kcl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sZrMB89Kcl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sZrMB89Kcl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sZrMB89Kcl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sZrMB89Kcl .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-sZrMB89Kcl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sZrMB89Kcl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sZrMB89Kcl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sZrMB89Kcl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sZrMB89Kcl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sZrMB89Kcl .navbar.navbar-short {
  min-height: 60px;
}
.cid-sZrMB89Kcl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sZrMB89Kcl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sZrMB89Kcl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sZrMB89Kcl .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-sZrMB89Kcl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sZrMB89Kcl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sZrMB89Kcl .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-sZrMB89Kcl .dropdown-item.active,
.cid-sZrMB89Kcl .dropdown-item:active {
  background-color: transparent;
}
.cid-sZrMB89Kcl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sZrMB89Kcl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sZrMB89Kcl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sZrMB89Kcl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ededed;
}
.cid-sZrMB89Kcl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sZrMB89Kcl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sZrMB89Kcl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sZrMB89Kcl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sZrMB89Kcl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sZrMB89Kcl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sZrMB89Kcl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sZrMB89Kcl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZrMB89Kcl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZrMB89Kcl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sZrMB89Kcl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZrMB89Kcl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sZrMB89Kcl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sZrMB89Kcl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZrMB89Kcl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sZrMB89Kcl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sZrMB89Kcl .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-sZrMB89Kcl .navbar {
    height: 70px;
  }
  .cid-sZrMB89Kcl .navbar.opened {
    height: auto;
  }
  .cid-sZrMB89Kcl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sZrMB89Kcl .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-sZrMB89Kcl .container-fluid {
    padding: 0 40px;
  }
}
.cid-sZrMB89Kcl .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sZrMB89Kcl .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sZrMB89Kcl .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sZrMB89Kcl .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-sZrMB89Kcl .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-sZrMB89Kcl .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-sZrMB89Kcl .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-sZrMB89Kcl .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-sZrMB89Kcl .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-sZrMB89Kcl .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-sZrMB89Kcl .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-sZrMB89Kcl .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sYo235csrK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #401c65;
}
.cid-sYo235csrK .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sYo235csrK .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-t2PYgaOLGc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2PYgaOLGc .mbr-section-title {
  color: #401c65;
}
.cid-t2PYgaOLGc .mbr-section-subtitle {
  color: #000000;
}
.cid-t2PYgaOLGc .mbr-section-title DIV {
  text-align: center;
}
.cid-sXyQZ3LnlZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #401c65;
}
.cid-sXyQZ3LnlZ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tYDo2gWo6P .navbar-dropdown {
  position: relative !important;
}
.cid-tYDo2gWo6P .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-tYDo2gWo6P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYDo2gWo6P .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYDo2gWo6P .dropdown-item:hover,
.cid-tYDo2gWo6P .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tYDo2gWo6P .dropdown-item:hover span {
  color: white;
}
.cid-tYDo2gWo6P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYDo2gWo6P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYDo2gWo6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-tYDo2gWo6P .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-tYDo2gWo6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYDo2gWo6P .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tYDo2gWo6P .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-tYDo2gWo6P .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-tYDo2gWo6P .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-tYDo2gWo6P .container {
  display: flex;
  margin: auto;
}
.cid-tYDo2gWo6P .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYDo2gWo6P .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tYDo2gWo6P .navbar-nav {
    align-items: center;
  }
}
.cid-tYDo2gWo6P .dropdown-menu,
.cid-tYDo2gWo6P .navbar.opened {
  background: #ededed !important;
}
.cid-tYDo2gWo6P .nav-item:focus,
.cid-tYDo2gWo6P .nav-link:focus {
  outline: none;
}
.cid-tYDo2gWo6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-tYDo2gWo6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYDo2gWo6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYDo2gWo6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYDo2gWo6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYDo2gWo6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYDo2gWo6P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ededed;
  padding: 0 !important;
  box-shadow: none;
}
.cid-tYDo2gWo6P .navbar.opened {
  transition: all 0.3s;
}
.cid-tYDo2gWo6P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYDo2gWo6P .navbar .navbar-logo img {
  width: auto;
}
.cid-tYDo2gWo6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tYDo2gWo6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYDo2gWo6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYDo2gWo6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYDo2gWo6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYDo2gWo6P .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-tYDo2gWo6P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYDo2gWo6P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYDo2gWo6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYDo2gWo6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYDo2gWo6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYDo2gWo6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYDo2gWo6P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYDo2gWo6P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYDo2gWo6P .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tYDo2gWo6P .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-tYDo2gWo6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYDo2gWo6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYDo2gWo6P .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-tYDo2gWo6P .dropdown-item.active,
.cid-tYDo2gWo6P .dropdown-item:active {
  background-color: transparent;
}
.cid-tYDo2gWo6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYDo2gWo6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYDo2gWo6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYDo2gWo6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ededed;
}
.cid-tYDo2gWo6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYDo2gWo6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYDo2gWo6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYDo2gWo6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYDo2gWo6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYDo2gWo6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYDo2gWo6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYDo2gWo6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYDo2gWo6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYDo2gWo6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYDo2gWo6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYDo2gWo6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYDo2gWo6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYDo2gWo6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYDo2gWo6P .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tYDo2gWo6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYDo2gWo6P .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-tYDo2gWo6P .navbar {
    height: 70px;
  }
  .cid-tYDo2gWo6P .navbar.opened {
    height: auto;
  }
  .cid-tYDo2gWo6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYDo2gWo6P .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-tYDo2gWo6P .container-fluid {
    padding: 0 40px;
  }
}
.cid-tYDo2gWo6P .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tYDo2gWo6P .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tYDo2gWo6P .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tYDo2gWo6P .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-tYDo2gWo6P .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-tYDo2gWo6P .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-tYDo2gWo6P .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-tYDo2gWo6P .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-tYDo2gWo6P .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-tYDo2gWo6P .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-tYDo2gWo6P .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tYDo2gWo6P .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tYDo2gh5Ok {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #401c65;
}
.cid-tYDo2gh5Ok .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYDo2gh5Ok .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tYDo2gy1KE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYDo2gy1KE .mbr-section-title {
  color: #401c65;
  text-align: center;
}
.cid-tYDo2gy1KE .mbr-section-subtitle {
  text-align: center;
}
.cid-tYE5evWeYV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tYE5evWeYV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYE5evWeYV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYE5evWeYV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYE5evWeYV .row {
  flex-direction: row-reverse;
}
.cid-tYE5evWeYV img {
  width: 100%;
  border: 3px solid #000000;
  border-radius: 2rem;
}
.cid-tYE5evWeYV .mbr-text {
  color: #04492e;
}
.cid-tYDtxjCf39 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tYDtxjCf39 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYDtxjCf39 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYDtxjCf39 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYDtxjCf39 .row {
  flex-direction: row-reverse;
}
.cid-tYDtxjCf39 img {
  width: 100%;
  border: 3px solid #000000;
  border-radius: 2rem;
}
.cid-tYDtxjCf39 .mbr-text {
  color: #04492e;
}
.cid-uUxCmYnWGV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUxCmYnWGV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxCmYnWGV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUxCmYnWGV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUxCmYnWGV .row {
  flex-direction: row-reverse;
}
.cid-uUxCmYnWGV img {
  width: 100%;
  border: 3px solid #000000;
  border-radius: 2rem;
}
.cid-uUxCmYnWGV .mbr-text {
  color: #04492e;
}
.cid-uUxCnqZAtF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUxCnqZAtF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxCnqZAtF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUxCnqZAtF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUxCnqZAtF .row {
  flex-direction: row-reverse;
}
.cid-uUxCnqZAtF img {
  width: 100%;
  border: 3px solid #000000;
  border-radius: 2rem;
}
.cid-uUxCnqZAtF .mbr-text {
  color: #04492e;
}
.cid-uUxCGjOwrd {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUxCGjOwrd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxCGjOwrd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUxCGjOwrd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUxCGjOwrd .row {
  flex-direction: row-reverse;
}
.cid-uUxCGjOwrd img {
  width: 100%;
  border: 3px solid #000000;
  border-radius: 2rem;
}
.cid-uUxCGjOwrd .mbr-text {
  color: #04492e;
}
.cid-tYDsXh9gjM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tYDsXh9gjM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYDsXh9gjM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYDsXh9gjM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYDsXh9gjM .row {
  flex-direction: row-reverse;
}
.cid-tYDsXh9gjM img {
  width: 100%;
  border: 3px solid #000000;
  border-radius: 2rem;
}
.cid-tYDsXh9gjM .mbr-text {
  color: #04492e;
}
.cid-tYDo2gKEDe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #401c65;
}
.cid-tYDo2gKEDe .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uUxIPbCQUk .navbar-dropdown {
  position: relative !important;
}
.cid-uUxIPbCQUk .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-uUxIPbCQUk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUxIPbCQUk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUxIPbCQUk .dropdown-item:hover,
.cid-uUxIPbCQUk .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uUxIPbCQUk .dropdown-item:hover span {
  color: white;
}
.cid-uUxIPbCQUk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUxIPbCQUk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUxIPbCQUk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-uUxIPbCQUk .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-uUxIPbCQUk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUxIPbCQUk .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uUxIPbCQUk .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-uUxIPbCQUk .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-uUxIPbCQUk .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-uUxIPbCQUk .container {
  display: flex;
  margin: auto;
}
.cid-uUxIPbCQUk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUxIPbCQUk .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uUxIPbCQUk .navbar-nav {
    align-items: center;
  }
}
.cid-uUxIPbCQUk .dropdown-menu,
.cid-uUxIPbCQUk .navbar.opened {
  background: #ededed !important;
}
.cid-uUxIPbCQUk .nav-item:focus,
.cid-uUxIPbCQUk .nav-link:focus {
  outline: none;
}
.cid-uUxIPbCQUk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-uUxIPbCQUk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUxIPbCQUk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUxIPbCQUk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUxIPbCQUk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUxIPbCQUk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUxIPbCQUk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ededed;
  padding: 0 !important;
  box-shadow: none;
}
.cid-uUxIPbCQUk .navbar.opened {
  transition: all 0.3s;
}
.cid-uUxIPbCQUk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUxIPbCQUk .navbar .navbar-logo img {
  width: auto;
}
.cid-uUxIPbCQUk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uUxIPbCQUk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUxIPbCQUk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUxIPbCQUk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUxIPbCQUk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUxIPbCQUk .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-uUxIPbCQUk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUxIPbCQUk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUxIPbCQUk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUxIPbCQUk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUxIPbCQUk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUxIPbCQUk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUxIPbCQUk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUxIPbCQUk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUxIPbCQUk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uUxIPbCQUk .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-uUxIPbCQUk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUxIPbCQUk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUxIPbCQUk .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-uUxIPbCQUk .dropdown-item.active,
.cid-uUxIPbCQUk .dropdown-item:active {
  background-color: transparent;
}
.cid-uUxIPbCQUk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUxIPbCQUk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUxIPbCQUk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUxIPbCQUk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ededed;
}
.cid-uUxIPbCQUk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUxIPbCQUk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUxIPbCQUk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUxIPbCQUk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUxIPbCQUk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUxIPbCQUk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUxIPbCQUk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUxIPbCQUk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUxIPbCQUk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUxIPbCQUk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUxIPbCQUk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUxIPbCQUk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUxIPbCQUk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUxIPbCQUk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUxIPbCQUk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUxIPbCQUk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUxIPbCQUk .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-uUxIPbCQUk .navbar {
    height: 70px;
  }
  .cid-uUxIPbCQUk .navbar.opened {
    height: auto;
  }
  .cid-uUxIPbCQUk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUxIPbCQUk .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-uUxIPbCQUk .container-fluid {
    padding: 0 40px;
  }
}
.cid-uUxIPbCQUk .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uUxIPbCQUk .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uUxIPbCQUk .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uUxIPbCQUk .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-uUxIPbCQUk .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-uUxIPbCQUk .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-uUxIPbCQUk .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-uUxIPbCQUk .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-uUxIPbCQUk .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-uUxIPbCQUk .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-uUxIPbCQUk .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uUxIPbCQUk .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uUxIPbU4vz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #401c65;
}
.cid-uUxIPbU4vz .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUxIPbU4vz .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uUxIPc2aM2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUxIPc2aM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxIPc2aM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxIPc2aM2 .mbr-section-subtitle {
  background: #000000;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uUxIPc2aM2 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #585858;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uUxIPc2aM2 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #000000;
  font-size: 1.5rem;
}
.cid-uUxIPc2aM2 .mbr-section-title {
  color: #401c68;
  text-align: center;
}
.cid-uUxIPc2aM2 .mbr-text,
.cid-uUxIPc2aM2 .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uUxK2NDJdi {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUxK2NDJdi img,
.cid-uUxK2NDJdi .item-img {
  width: 100%;
}
.cid-uUxK2NDJdi .item:focus,
.cid-uUxK2NDJdi span:focus {
  outline: none;
}
.cid-uUxK2NDJdi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUxK2NDJdi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uUxK2NDJdi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUxK2NDJdi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uUxK2NDJdi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uUxK2NDJdi .mbr-section-title {
  color: #232323;
}
.cid-uUxK2NDJdi .mbr-text,
.cid-uUxK2NDJdi .mbr-section-btn {
  text-align: left;
}
.cid-uUxK2NDJdi .item-title {
  text-align: left;
}
.cid-uUxK2NDJdi .item-subtitle {
  text-align: left;
}
.cid-uUxIPcTx2z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #401c65;
}
.cid-uUxIPcTx2z .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uUxIV4LKNt .navbar-dropdown {
  position: relative !important;
}
.cid-uUxIV4LKNt .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-uUxIV4LKNt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUxIV4LKNt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUxIV4LKNt .dropdown-item:hover,
.cid-uUxIV4LKNt .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uUxIV4LKNt .dropdown-item:hover span {
  color: white;
}
.cid-uUxIV4LKNt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUxIV4LKNt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUxIV4LKNt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-uUxIV4LKNt .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-uUxIV4LKNt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUxIV4LKNt .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uUxIV4LKNt .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-uUxIV4LKNt .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-uUxIV4LKNt .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-uUxIV4LKNt .container {
  display: flex;
  margin: auto;
}
.cid-uUxIV4LKNt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUxIV4LKNt .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uUxIV4LKNt .navbar-nav {
    align-items: center;
  }
}
.cid-uUxIV4LKNt .dropdown-menu,
.cid-uUxIV4LKNt .navbar.opened {
  background: #ededed !important;
}
.cid-uUxIV4LKNt .nav-item:focus,
.cid-uUxIV4LKNt .nav-link:focus {
  outline: none;
}
.cid-uUxIV4LKNt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-uUxIV4LKNt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUxIV4LKNt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUxIV4LKNt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUxIV4LKNt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUxIV4LKNt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUxIV4LKNt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ededed;
  padding: 0 !important;
  box-shadow: none;
}
.cid-uUxIV4LKNt .navbar.opened {
  transition: all 0.3s;
}
.cid-uUxIV4LKNt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUxIV4LKNt .navbar .navbar-logo img {
  width: auto;
}
.cid-uUxIV4LKNt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uUxIV4LKNt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUxIV4LKNt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUxIV4LKNt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUxIV4LKNt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUxIV4LKNt .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-uUxIV4LKNt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUxIV4LKNt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUxIV4LKNt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUxIV4LKNt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUxIV4LKNt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUxIV4LKNt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUxIV4LKNt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUxIV4LKNt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUxIV4LKNt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uUxIV4LKNt .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-uUxIV4LKNt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUxIV4LKNt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUxIV4LKNt .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-uUxIV4LKNt .dropdown-item.active,
.cid-uUxIV4LKNt .dropdown-item:active {
  background-color: transparent;
}
.cid-uUxIV4LKNt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUxIV4LKNt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUxIV4LKNt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUxIV4LKNt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ededed;
}
.cid-uUxIV4LKNt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUxIV4LKNt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUxIV4LKNt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUxIV4LKNt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUxIV4LKNt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUxIV4LKNt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUxIV4LKNt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUxIV4LKNt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUxIV4LKNt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUxIV4LKNt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUxIV4LKNt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUxIV4LKNt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUxIV4LKNt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUxIV4LKNt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUxIV4LKNt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUxIV4LKNt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUxIV4LKNt .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-uUxIV4LKNt .navbar {
    height: 70px;
  }
  .cid-uUxIV4LKNt .navbar.opened {
    height: auto;
  }
  .cid-uUxIV4LKNt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUxIV4LKNt .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-uUxIV4LKNt .container-fluid {
    padding: 0 40px;
  }
}
.cid-uUxIV4LKNt .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uUxIV4LKNt .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uUxIV4LKNt .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uUxIV4LKNt .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-uUxIV4LKNt .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-uUxIV4LKNt .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-uUxIV4LKNt .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-uUxIV4LKNt .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-uUxIV4LKNt .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-uUxIV4LKNt .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-uUxIV4LKNt .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uUxIV4LKNt .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uUxIV50X3Z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #401c65;
}
.cid-uUxIV50X3Z .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUxIV50X3Z .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uUxIV58BUg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUxIV58BUg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxIV58BUg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxIV58BUg .mbr-section-subtitle {
  background: #000000;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uUxIV58BUg .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #585858;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uUxIV58BUg .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #000000;
  font-size: 1.5rem;
}
.cid-uUxIV58BUg .mbr-section-title {
  color: #401c68;
  text-align: center;
}
.cid-uUxIV58BUg .mbr-text,
.cid-uUxIV58BUg .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-uUxIV5gnSS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ededed;
}
.cid-uUxIV5gnSS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxIV5gnSS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxIV5gnSS .content-container {
  display: flex;
  width: 100%;
}
.cid-uUxIV5gnSS .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
.cid-uUxIV5gnSS .text-wrap {
  width: 100%;
  padding: 0;
}
.cid-uUxIV5gnSS .mbr-section-title {
  color: #401c68;
  margin-bottom: 20px !important;
  width: 100%;
}
.cid-uUxIV5gnSS .mbr-text {
  color: #112B6D;
  padding-bottom: 0.9rem !important;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-uUxIV5gnSS .mbr-section-btn {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .cid-uUxIV5gnSS .mbr-section-btn {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 991px) {
  .cid-uUxIV5gnSS .mbr-section-btn {
    flex-direction: row;
    justify-content: space-around;
  }
}
.cid-uUxLDPCmog {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUxLDPCmog .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxLDPCmog .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxLDPCmog .content-container {
  display: flex;
  width: 100%;
}
.cid-uUxLDPCmog .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
.cid-uUxLDPCmog .text-wrap {
  width: 100%;
  padding: 0;
}
.cid-uUxLDPCmog .mbr-section-title {
  color: #401c68;
  margin-bottom: 20px !important;
  width: 100%;
}
.cid-uUxLDPCmog .mbr-text {
  color: #112B6D;
  padding-bottom: 0.9rem !important;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-uUxLDPCmog .mbr-section-btn {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .cid-uUxLDPCmog .mbr-section-btn {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 991px) {
  .cid-uUxLDPCmog .mbr-section-btn {
    flex-direction: row;
    justify-content: space-around;
  }
}
.cid-uUxLMmdG1v {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ededed;
}
.cid-uUxLMmdG1v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxLMmdG1v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxLMmdG1v .content-container {
  display: flex;
  width: 100%;
}
.cid-uUxLMmdG1v .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
.cid-uUxLMmdG1v .text-wrap {
  width: 100%;
  padding: 0;
}
.cid-uUxLMmdG1v .mbr-section-title {
  color: #401c68;
  margin-bottom: 20px !important;
  width: 100%;
}
.cid-uUxLMmdG1v .mbr-text {
  color: #112B6D;
  padding-bottom: 0.9rem !important;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-uUxLMmdG1v .mbr-section-btn {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .cid-uUxLMmdG1v .mbr-section-btn {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 991px) {
  .cid-uUxLMmdG1v .mbr-section-btn {
    flex-direction: row;
    justify-content: space-around;
  }
}
.cid-uUxLSLqJvB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUxLSLqJvB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxLSLqJvB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxLSLqJvB .content-container {
  display: flex;
  width: 100%;
}
.cid-uUxLSLqJvB .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
.cid-uUxLSLqJvB .text-wrap {
  width: 100%;
  padding: 0;
}
.cid-uUxLSLqJvB .mbr-section-title {
  color: #401c68;
  margin-bottom: 20px !important;
  width: 100%;
}
.cid-uUxLSLqJvB .mbr-text {
  color: #112B6D;
  padding-bottom: 0.9rem !important;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-uUxLSLqJvB .mbr-section-btn {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .cid-uUxLSLqJvB .mbr-section-btn {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 991px) {
  .cid-uUxLSLqJvB .mbr-section-btn {
    flex-direction: row;
    justify-content: space-around;
  }
}
.cid-uUxM0Z5BKj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ededed;
}
.cid-uUxM0Z5BKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxM0Z5BKj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxM0Z5BKj .content-container {
  display: flex;
  width: 100%;
}
.cid-uUxM0Z5BKj .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
.cid-uUxM0Z5BKj .text-wrap {
  width: 100%;
  padding: 0;
}
.cid-uUxM0Z5BKj .mbr-section-title {
  color: #401c68;
  margin-bottom: 20px !important;
  width: 100%;
}
.cid-uUxM0Z5BKj .mbr-text {
  color: #112B6D;
  padding-bottom: 0.9rem !important;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-uUxM0Z5BKj .mbr-section-btn {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .cid-uUxM0Z5BKj .mbr-section-btn {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 991px) {
  .cid-uUxM0Z5BKj .mbr-section-btn {
    flex-direction: row;
    justify-content: space-around;
  }
}
.cid-uUxIV5OyYi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #401c65;
}
.cid-uUxIV5OyYi .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uUUqYkSQ9j .navbar-dropdown {
  position: relative !important;
}
.cid-uUUqYkSQ9j .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-uUUqYkSQ9j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUUqYkSQ9j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUUqYkSQ9j .dropdown-item:hover,
.cid-uUUqYkSQ9j .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uUUqYkSQ9j .dropdown-item:hover span {
  color: white;
}
.cid-uUUqYkSQ9j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUUqYkSQ9j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUUqYkSQ9j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-uUUqYkSQ9j .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-uUUqYkSQ9j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUUqYkSQ9j .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uUUqYkSQ9j .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-uUUqYkSQ9j .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-uUUqYkSQ9j .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-uUUqYkSQ9j .container {
  display: flex;
  margin: auto;
}
.cid-uUUqYkSQ9j .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUUqYkSQ9j .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uUUqYkSQ9j .navbar-nav {
    align-items: center;
  }
}
.cid-uUUqYkSQ9j .dropdown-menu,
.cid-uUUqYkSQ9j .navbar.opened {
  background: #ededed !important;
}
.cid-uUUqYkSQ9j .nav-item:focus,
.cid-uUUqYkSQ9j .nav-link:focus {
  outline: none;
}
.cid-uUUqYkSQ9j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-uUUqYkSQ9j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUUqYkSQ9j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUUqYkSQ9j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUqYkSQ9j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUUqYkSQ9j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUUqYkSQ9j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ededed;
  padding: 0 !important;
  box-shadow: none;
}
.cid-uUUqYkSQ9j .navbar.opened {
  transition: all 0.3s;
}
.cid-uUUqYkSQ9j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUUqYkSQ9j .navbar .navbar-logo img {
  width: auto;
}
.cid-uUUqYkSQ9j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uUUqYkSQ9j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUUqYkSQ9j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUUqYkSQ9j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUUqYkSQ9j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUUqYkSQ9j .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-uUUqYkSQ9j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUUqYkSQ9j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUUqYkSQ9j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUUqYkSQ9j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUUqYkSQ9j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUUqYkSQ9j .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUUqYkSQ9j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUUqYkSQ9j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUUqYkSQ9j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uUUqYkSQ9j .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-uUUqYkSQ9j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUUqYkSQ9j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUUqYkSQ9j .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-uUUqYkSQ9j .dropdown-item.active,
.cid-uUUqYkSQ9j .dropdown-item:active {
  background-color: transparent;
}
.cid-uUUqYkSQ9j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUUqYkSQ9j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUUqYkSQ9j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUUqYkSQ9j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ededed;
}
.cid-uUUqYkSQ9j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUUqYkSQ9j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUUqYkSQ9j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUUqYkSQ9j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUUqYkSQ9j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUUqYkSQ9j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUUqYkSQ9j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUUqYkSQ9j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUqYkSQ9j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUqYkSQ9j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUUqYkSQ9j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUqYkSQ9j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUUqYkSQ9j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUUqYkSQ9j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUqYkSQ9j .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUUqYkSQ9j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUUqYkSQ9j .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-uUUqYkSQ9j .navbar {
    height: 70px;
  }
  .cid-uUUqYkSQ9j .navbar.opened {
    height: auto;
  }
  .cid-uUUqYkSQ9j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUUqYkSQ9j .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-uUUqYkSQ9j .container-fluid {
    padding: 0 40px;
  }
}
.cid-uUUqYkSQ9j .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uUUqYkSQ9j .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uUUqYkSQ9j .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uUUqYkSQ9j .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-uUUqYkSQ9j .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-uUUqYkSQ9j .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-uUUqYkSQ9j .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-uUUqYkSQ9j .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-uUUqYkSQ9j .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-uUUqYkSQ9j .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-uUUqYkSQ9j .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uUUqYkSQ9j .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uUUqYlbv42 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #401c65;
}
.cid-uUUqYlbv42 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUUqYlbv42 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uUUqYljPgA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUUqYljPgA .mbr-section-title {
  color: #401c65;
}
.cid-uUUqYljPgA .mbr-section-subtitle {
  color: #000000;
}
.cid-uUUqYljPgA .mbr-section-title DIV {
  text-align: center;
}
.cid-uUUrA49DFi {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUUrA49DFi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUUrA49DFi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUUrA49DFi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUUrA49DFi .row {
  flex-direction: row-reverse;
}
.cid-uUUrA49DFi img {
  width: 100%;
  border: 3px solid #000000;
  border-radius: 2rem;
}
.cid-uUUrA49DFi .mbr-text {
  color: #04492e;
}
.cid-uUUrAOwbHi {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUUrAOwbHi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUUrAOwbHi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUUrAOwbHi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUUrAOwbHi .row {
  flex-direction: row-reverse;
}
.cid-uUUrAOwbHi img {
  width: 100%;
  border: 3px solid #000000;
  border-radius: 2rem;
}
.cid-uUUrAOwbHi .mbr-text {
  color: #04492e;
}
.cid-uUUqYlpHWj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #401c65;
}
.cid-uUUqYlpHWj .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uUUtn7wpPt .navbar-dropdown {
  position: relative !important;
}
.cid-uUUtn7wpPt .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-uUUtn7wpPt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUUtn7wpPt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUUtn7wpPt .dropdown-item:hover,
.cid-uUUtn7wpPt .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uUUtn7wpPt .dropdown-item:hover span {
  color: white;
}
.cid-uUUtn7wpPt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUUtn7wpPt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUUtn7wpPt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-uUUtn7wpPt .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-uUUtn7wpPt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUUtn7wpPt .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uUUtn7wpPt .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-uUUtn7wpPt .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-uUUtn7wpPt .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-uUUtn7wpPt .container {
  display: flex;
  margin: auto;
}
.cid-uUUtn7wpPt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUUtn7wpPt .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uUUtn7wpPt .navbar-nav {
    align-items: center;
  }
}
.cid-uUUtn7wpPt .dropdown-menu,
.cid-uUUtn7wpPt .navbar.opened {
  background: #ededed !important;
}
.cid-uUUtn7wpPt .nav-item:focus,
.cid-uUUtn7wpPt .nav-link:focus {
  outline: none;
}
.cid-uUUtn7wpPt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-uUUtn7wpPt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUUtn7wpPt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUUtn7wpPt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUtn7wpPt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUUtn7wpPt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUUtn7wpPt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ededed;
  padding: 0 !important;
  box-shadow: none;
}
.cid-uUUtn7wpPt .navbar.opened {
  transition: all 0.3s;
}
.cid-uUUtn7wpPt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUUtn7wpPt .navbar .navbar-logo img {
  width: auto;
}
.cid-uUUtn7wpPt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uUUtn7wpPt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUUtn7wpPt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUUtn7wpPt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUUtn7wpPt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUUtn7wpPt .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-uUUtn7wpPt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUUtn7wpPt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUUtn7wpPt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUUtn7wpPt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUUtn7wpPt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUUtn7wpPt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUUtn7wpPt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUUtn7wpPt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUUtn7wpPt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uUUtn7wpPt .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-uUUtn7wpPt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUUtn7wpPt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUUtn7wpPt .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-uUUtn7wpPt .dropdown-item.active,
.cid-uUUtn7wpPt .dropdown-item:active {
  background-color: transparent;
}
.cid-uUUtn7wpPt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUUtn7wpPt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUUtn7wpPt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUUtn7wpPt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ededed;
}
.cid-uUUtn7wpPt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUUtn7wpPt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUUtn7wpPt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUUtn7wpPt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUUtn7wpPt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUUtn7wpPt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUUtn7wpPt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUUtn7wpPt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUtn7wpPt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUtn7wpPt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUUtn7wpPt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUtn7wpPt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUUtn7wpPt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUUtn7wpPt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUtn7wpPt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUUtn7wpPt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUUtn7wpPt .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-uUUtn7wpPt .navbar {
    height: 70px;
  }
  .cid-uUUtn7wpPt .navbar.opened {
    height: auto;
  }
  .cid-uUUtn7wpPt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUUtn7wpPt .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-uUUtn7wpPt .container-fluid {
    padding: 0 40px;
  }
}
.cid-uUUtn7wpPt .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uUUtn7wpPt .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uUUtn7wpPt .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uUUtn7wpPt .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-uUUtn7wpPt .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-uUUtn7wpPt .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-uUUtn7wpPt .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-uUUtn7wpPt .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-uUUtn7wpPt .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-uUUtn7wpPt .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-uUUtn7wpPt .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uUUtn7wpPt .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uUUtn85krW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #401c65;
}
.cid-uUUtn85krW .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUUtn85krW .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uUUtn8jmVT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUUtn8jmVT .mbr-section-title {
  color: #401c65;
}
.cid-uUUtn8jmVT .mbr-section-subtitle {
  color: #000000;
}
.cid-uUUtn8jmVT .mbr-section-title DIV {
  text-align: center;
}
.cid-uUUtn8rFlm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUUtn8rFlm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUUtn8rFlm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUUtn8rFlm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUUtn8rFlm .row {
  flex-direction: row-reverse;
}
.cid-uUUtn8rFlm img {
  width: 100%;
  border: 3px solid #000000;
  border-radius: 2rem;
}
.cid-uUUtn8rFlm .mbr-text {
  color: #04492e;
}
.cid-uUUtn8AyhY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUUtn8AyhY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUUtn8AyhY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUUtn8AyhY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUUtn8AyhY .row {
  flex-direction: row-reverse;
}
.cid-uUUtn8AyhY img {
  width: 100%;
  border: 3px solid #000000;
  border-radius: 2rem;
}
.cid-uUUtn8AyhY .mbr-text {
  color: #04492e;
}
.cid-uUUtn8G1pI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #401c65;
}
.cid-uUUtn8G1pI .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uUUse715NJ .navbar-dropdown {
  position: relative !important;
}
.cid-uUUse715NJ .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-uUUse715NJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUUse715NJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUUse715NJ .dropdown-item:hover,
.cid-uUUse715NJ .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uUUse715NJ .dropdown-item:hover span {
  color: white;
}
.cid-uUUse715NJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUUse715NJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUUse715NJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-uUUse715NJ .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-uUUse715NJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUUse715NJ .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uUUse715NJ .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-uUUse715NJ .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-uUUse715NJ .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-uUUse715NJ .container {
  display: flex;
  margin: auto;
}
.cid-uUUse715NJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUUse715NJ .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uUUse715NJ .navbar-nav {
    align-items: center;
  }
}
.cid-uUUse715NJ .dropdown-menu,
.cid-uUUse715NJ .navbar.opened {
  background: #ededed !important;
}
.cid-uUUse715NJ .nav-item:focus,
.cid-uUUse715NJ .nav-link:focus {
  outline: none;
}
.cid-uUUse715NJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-uUUse715NJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUUse715NJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUUse715NJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUse715NJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUUse715NJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUUse715NJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ededed;
  padding: 0 !important;
  box-shadow: none;
}
.cid-uUUse715NJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uUUse715NJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUUse715NJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uUUse715NJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uUUse715NJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUUse715NJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUUse715NJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUUse715NJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUUse715NJ .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-uUUse715NJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUUse715NJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUUse715NJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUUse715NJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUUse715NJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUUse715NJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUUse715NJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUUse715NJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUUse715NJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uUUse715NJ .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-uUUse715NJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUUse715NJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUUse715NJ .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-uUUse715NJ .dropdown-item.active,
.cid-uUUse715NJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uUUse715NJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUUse715NJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUUse715NJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUUse715NJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ededed;
}
.cid-uUUse715NJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUUse715NJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUUse715NJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUUse715NJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUUse715NJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUUse715NJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUUse715NJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUUse715NJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUse715NJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUse715NJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUUse715NJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUse715NJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUUse715NJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUUse715NJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUse715NJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUUse715NJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUUse715NJ .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-uUUse715NJ .navbar {
    height: 70px;
  }
  .cid-uUUse715NJ .navbar.opened {
    height: auto;
  }
  .cid-uUUse715NJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUUse715NJ .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-uUUse715NJ .container-fluid {
    padding: 0 40px;
  }
}
.cid-uUUse715NJ .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uUUse715NJ .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uUUse715NJ .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uUUse715NJ .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-uUUse715NJ .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-uUUse715NJ .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-uUUse715NJ .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-uUUse715NJ .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-uUUse715NJ .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-uUUse715NJ .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-uUUse715NJ .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uUUse715NJ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uUUse7yDpi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #401c65;
}
.cid-uUUse7yDpi .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUUse7yDpi .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uUUse7TJtZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUUse7TJtZ .mbr-section-title {
  color: #401c65;
}
.cid-uUUse7TJtZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uUUse7TJtZ .mbr-section-title DIV {
  text-align: center;
}
.cid-uUUse84rrL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUUse84rrL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUUse84rrL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUUse84rrL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUUse84rrL .row {
  flex-direction: row-reverse;
}
.cid-uUUse84rrL img {
  width: 100%;
  border: 3px solid #000000;
  border-radius: 2rem;
}
.cid-uUUse84rrL .mbr-text {
  color: #04492e;
}
.cid-uUUse8gX8a {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUUse8gX8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUUse8gX8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUUse8gX8a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUUse8gX8a .row {
  flex-direction: row-reverse;
}
.cid-uUUse8gX8a img {
  width: 100%;
  border: 3px solid #000000;
  border-radius: 2rem;
}
.cid-uUUse8gX8a .mbr-text {
  color: #04492e;
}
.cid-uUUse8tuwe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #401c65;
}
.cid-uUUse8tuwe .media-container-row .mbr-text {
  color: #ffffff;
}
