.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Inter', 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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: #05386b !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #05386b !important;
  border-color: #05386b !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: #010d18 !important;
  border-color: #010d18 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #010d18 !important;
  border-color: #010d18 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4e1f89 !important;
  border-color: #4e1f89 !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: #260f42 !important;
  border-color: #260f42 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #260f42 !important;
  border-color: #260f42 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #05386b;
  color: #05386b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #010d18 !important;
  background-color: transparent!important;
  border-color: #010d18 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #05386b !important;
  border-color: #05386b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4e1f89;
  color: #4e1f89;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #260f42 !important;
  background-color: transparent!important;
  border-color: #260f42 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4e1f89 !important;
  border-color: #4e1f89 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #05386b !important;
}
.text-secondary {
  color: #4e1f89 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #00050a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1f0c36 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #05386b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #05386b;
  border-color: #05386b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #05386b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0b78e5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', 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: #05386b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', 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: #05386b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #05386b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #05386b;
}
.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: #05386b;
  border-bottom-color: #05386b;
}
.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: #05386b !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: #4e1f89 !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='%2305386b' %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-uq4SzFf9QR {
  z-index: 1000;
  width: 100%;
}
.cid-uq4SzFf9QR nav.navbar {
  position: fixed;
}
.cid-uq4SzFf9QR .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-uq4SzFf9QR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uq4SzFf9QR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uq4SzFf9QR .dropdown-item:hover,
.cid-uq4SzFf9QR .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uq4SzFf9QR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uq4SzFf9QR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uq4SzFf9QR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uq4SzFf9QR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uq4SzFf9QR .nav-link {
  position: relative;
}
.cid-uq4SzFf9QR .container {
  display: flex;
  margin: auto;
}
.cid-uq4SzFf9QR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uq4SzFf9QR .dropdown-menu,
.cid-uq4SzFf9QR .navbar.opened {
  background: #ffffff !important;
}
.cid-uq4SzFf9QR .nav-item:focus,
.cid-uq4SzFf9QR .nav-link:focus {
  outline: none;
}
.cid-uq4SzFf9QR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uq4SzFf9QR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq4SzFf9QR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uq4SzFf9QR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq4SzFf9QR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uq4SzFf9QR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uq4SzFf9QR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uq4SzFf9QR .navbar.opened {
  transition: all 0.3s;
}
.cid-uq4SzFf9QR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uq4SzFf9QR .navbar .navbar-logo img {
  width: auto;
}
.cid-uq4SzFf9QR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uq4SzFf9QR .navbar.collapsed {
  justify-content: center;
}
.cid-uq4SzFf9QR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uq4SzFf9QR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uq4SzFf9QR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uq4SzFf9QR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uq4SzFf9QR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uq4SzFf9QR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uq4SzFf9QR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uq4SzFf9QR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uq4SzFf9QR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uq4SzFf9QR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uq4SzFf9QR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uq4SzFf9QR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uq4SzFf9QR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uq4SzFf9QR .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-uq4SzFf9QR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uq4SzFf9QR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uq4SzFf9QR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uq4SzFf9QR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uq4SzFf9QR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uq4SzFf9QR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uq4SzFf9QR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uq4SzFf9QR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uq4SzFf9QR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uq4SzFf9QR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uq4SzFf9QR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uq4SzFf9QR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uq4SzFf9QR .dropdown-item.active,
.cid-uq4SzFf9QR .dropdown-item:active {
  background-color: transparent;
}
.cid-uq4SzFf9QR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uq4SzFf9QR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uq4SzFf9QR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uq4SzFf9QR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uq4SzFf9QR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uq4SzFf9QR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uq4SzFf9QR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uq4SzFf9QR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uq4SzFf9QR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uq4SzFf9QR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7e15ff;
}
.cid-uq4SzFf9QR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uq4SzFf9QR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq4SzFf9QR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq4SzFf9QR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uq4SzFf9QR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq4SzFf9QR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uq4SzFf9QR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uq4SzFf9QR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq4SzFf9QR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uq4SzFf9QR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uq4SzFf9QR .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-uq4SzFf9QR .navbar {
    height: 70px;
  }
  .cid-uq4SzFf9QR .navbar.opened {
    height: auto;
  }
  .cid-uq4SzFf9QR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqGKTaGhbG {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqGKTaGhbG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqGKTaGhbG .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-uqGKTaGhbG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqGKTaGhbG .row {
  flex-direction: row-reverse;
}
.cid-uqGKTaGhbG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqGKTaGhbG .text-wrapper {
    padding: 2rem;
  }
}
.cid-uqGLGVIc6a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uqGLGVIc6a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqGLGVIc6a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqGLGVIc6a .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uqGLGVIc6a .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uqGLGVIc6a .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uq4SzKCgpb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-uq4SzKCgpb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq4SzKCgpb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq4SzKCgpb .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uq4SzKCgpb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uq4SzKCgpb .row {
    text-align: center;
  }
  .cid-uq4SzKCgpb .row > div {
    margin: auto;
  }
  .cid-uq4SzKCgpb .social-row {
    justify-content: center;
  }
}
.cid-uq4SzKCgpb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uq4SzKCgpb .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uq4SzKCgpb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uq4SzKCgpb .list {
    margin-bottom: 0rem;
  }
}
.cid-uq4SzKCgpb .mbr-text {
  color: #bbbbbb;
}
.cid-uq4SzKCgpb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uq4SzKCgpb .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uq4SzKCgpb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uqh4iOcL9I {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ceb2f4;
}
.cid-uqh4iOcL9I .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uqh4iOcL9I form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uqh4iOcL9I form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uqh4iOcL9I form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uq4SzkM8k4 {
  z-index: 1000;
  width: 100%;
}
.cid-uq4SzkM8k4 nav.navbar {
  position: fixed;
}
.cid-uq4SzkM8k4 .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-uq4SzkM8k4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uq4SzkM8k4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uq4SzkM8k4 .dropdown-item:hover,
.cid-uq4SzkM8k4 .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uq4SzkM8k4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uq4SzkM8k4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uq4SzkM8k4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uq4SzkM8k4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uq4SzkM8k4 .nav-link {
  position: relative;
}
.cid-uq4SzkM8k4 .container {
  display: flex;
  margin: auto;
}
.cid-uq4SzkM8k4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uq4SzkM8k4 .dropdown-menu,
.cid-uq4SzkM8k4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uq4SzkM8k4 .nav-item:focus,
.cid-uq4SzkM8k4 .nav-link:focus {
  outline: none;
}
.cid-uq4SzkM8k4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uq4SzkM8k4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq4SzkM8k4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uq4SzkM8k4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq4SzkM8k4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uq4SzkM8k4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uq4SzkM8k4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uq4SzkM8k4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uq4SzkM8k4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uq4SzkM8k4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uq4SzkM8k4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uq4SzkM8k4 .navbar.collapsed {
  justify-content: center;
}
.cid-uq4SzkM8k4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uq4SzkM8k4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uq4SzkM8k4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uq4SzkM8k4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uq4SzkM8k4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uq4SzkM8k4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uq4SzkM8k4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uq4SzkM8k4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uq4SzkM8k4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uq4SzkM8k4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uq4SzkM8k4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uq4SzkM8k4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uq4SzkM8k4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uq4SzkM8k4 .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-uq4SzkM8k4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uq4SzkM8k4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uq4SzkM8k4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uq4SzkM8k4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uq4SzkM8k4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uq4SzkM8k4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uq4SzkM8k4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uq4SzkM8k4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uq4SzkM8k4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uq4SzkM8k4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uq4SzkM8k4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uq4SzkM8k4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uq4SzkM8k4 .dropdown-item.active,
.cid-uq4SzkM8k4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uq4SzkM8k4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uq4SzkM8k4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uq4SzkM8k4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uq4SzkM8k4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uq4SzkM8k4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uq4SzkM8k4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uq4SzkM8k4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uq4SzkM8k4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uq4SzkM8k4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uq4SzkM8k4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7e15ff;
}
.cid-uq4SzkM8k4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uq4SzkM8k4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq4SzkM8k4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq4SzkM8k4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uq4SzkM8k4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq4SzkM8k4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uq4SzkM8k4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uq4SzkM8k4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq4SzkM8k4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uq4SzkM8k4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uq4SzkM8k4 .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-uq4SzkM8k4 .navbar {
    height: 70px;
  }
  .cid-uq4SzkM8k4 .navbar.opened {
    height: auto;
  }
  .cid-uq4SzkM8k4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqh4vRBBuy {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqh4vRBBuy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqh4vRBBuy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqh4vRBBuy .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #05386b;
  margin-bottom: 2rem;
}
.cid-uqh4vRBBuy .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-uqh4vRBBuy .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqh4vRBBuy .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uq4Szqh28y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-uq4Szqh28y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq4Szqh28y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq4Szqh28y .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uq4Szqh28y .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uq4Szqh28y .row {
    text-align: center;
  }
  .cid-uq4Szqh28y .row > div {
    margin: auto;
  }
  .cid-uq4Szqh28y .social-row {
    justify-content: center;
  }
}
.cid-uq4Szqh28y .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uq4Szqh28y .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uq4Szqh28y .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uq4Szqh28y .list {
    margin-bottom: 0rem;
  }
}
.cid-uq4Szqh28y .mbr-text {
  color: #bbbbbb;
}
.cid-uq4Szqh28y .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uq4Szqh28y .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uq4Szqh28y div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uqh0xjfQP3 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqh0xjfQP3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqh0xjfQP3 .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-uqh0xjfQP3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqh0xjfQP3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqh0xjfQP3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uqh11n1D0v {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ceb2f4;
}
.cid-uqh11n1D0v .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uqh11n1D0v form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uqh11n1D0v form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uqh11n1D0v form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uq4ZQsj5qr {
  z-index: 1000;
  width: 100%;
}
.cid-uq4ZQsj5qr nav.navbar {
  position: fixed;
}
.cid-uq4ZQsj5qr .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-uq4ZQsj5qr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uq4ZQsj5qr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uq4ZQsj5qr .dropdown-item:hover,
.cid-uq4ZQsj5qr .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uq4ZQsj5qr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uq4ZQsj5qr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uq4ZQsj5qr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uq4ZQsj5qr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uq4ZQsj5qr .nav-link {
  position: relative;
}
.cid-uq4ZQsj5qr .container {
  display: flex;
  margin: auto;
}
.cid-uq4ZQsj5qr .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uq4ZQsj5qr .dropdown-menu,
.cid-uq4ZQsj5qr .navbar.opened {
  background: #ffffff !important;
}
.cid-uq4ZQsj5qr .nav-item:focus,
.cid-uq4ZQsj5qr .nav-link:focus {
  outline: none;
}
.cid-uq4ZQsj5qr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uq4ZQsj5qr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq4ZQsj5qr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uq4ZQsj5qr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq4ZQsj5qr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uq4ZQsj5qr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uq4ZQsj5qr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uq4ZQsj5qr .navbar.opened {
  transition: all 0.3s;
}
.cid-uq4ZQsj5qr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uq4ZQsj5qr .navbar .navbar-logo img {
  width: auto;
}
.cid-uq4ZQsj5qr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uq4ZQsj5qr .navbar.collapsed {
  justify-content: center;
}
.cid-uq4ZQsj5qr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uq4ZQsj5qr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uq4ZQsj5qr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uq4ZQsj5qr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uq4ZQsj5qr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uq4ZQsj5qr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uq4ZQsj5qr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uq4ZQsj5qr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uq4ZQsj5qr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uq4ZQsj5qr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uq4ZQsj5qr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uq4ZQsj5qr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uq4ZQsj5qr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uq4ZQsj5qr .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-uq4ZQsj5qr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uq4ZQsj5qr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uq4ZQsj5qr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uq4ZQsj5qr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uq4ZQsj5qr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uq4ZQsj5qr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uq4ZQsj5qr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uq4ZQsj5qr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uq4ZQsj5qr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uq4ZQsj5qr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uq4ZQsj5qr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uq4ZQsj5qr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uq4ZQsj5qr .dropdown-item.active,
.cid-uq4ZQsj5qr .dropdown-item:active {
  background-color: transparent;
}
.cid-uq4ZQsj5qr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uq4ZQsj5qr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uq4ZQsj5qr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uq4ZQsj5qr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uq4ZQsj5qr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uq4ZQsj5qr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uq4ZQsj5qr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uq4ZQsj5qr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uq4ZQsj5qr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uq4ZQsj5qr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7e15ff;
}
.cid-uq4ZQsj5qr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uq4ZQsj5qr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq4ZQsj5qr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq4ZQsj5qr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uq4ZQsj5qr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq4ZQsj5qr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uq4ZQsj5qr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uq4ZQsj5qr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq4ZQsj5qr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uq4ZQsj5qr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uq4ZQsj5qr .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-uq4ZQsj5qr .navbar {
    height: 70px;
  }
  .cid-uq4ZQsj5qr .navbar.opened {
    height: auto;
  }
  .cid-uq4ZQsj5qr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uq4ZQwTPTh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-uq4ZQwTPTh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq4ZQwTPTh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq4ZQwTPTh .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uq4ZQwTPTh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uq4ZQwTPTh .row {
    text-align: center;
  }
  .cid-uq4ZQwTPTh .row > div {
    margin: auto;
  }
  .cid-uq4ZQwTPTh .social-row {
    justify-content: center;
  }
}
.cid-uq4ZQwTPTh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uq4ZQwTPTh .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uq4ZQwTPTh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uq4ZQwTPTh .list {
    margin-bottom: 0rem;
  }
}
.cid-uq4ZQwTPTh .mbr-text {
  color: #bbbbbb;
}
.cid-uq4ZQwTPTh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uq4ZQwTPTh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uq4ZQwTPTh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uq4ZXIvm04 {
  z-index: 1000;
  width: 100%;
}
.cid-uq4ZXIvm04 nav.navbar {
  position: fixed;
}
.cid-uq4ZXIvm04 .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-uq4ZXIvm04 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uq4ZXIvm04 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uq4ZXIvm04 .dropdown-item:hover,
.cid-uq4ZXIvm04 .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uq4ZXIvm04 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uq4ZXIvm04 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uq4ZXIvm04 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uq4ZXIvm04 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uq4ZXIvm04 .nav-link {
  position: relative;
}
.cid-uq4ZXIvm04 .container {
  display: flex;
  margin: auto;
}
.cid-uq4ZXIvm04 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uq4ZXIvm04 .dropdown-menu,
.cid-uq4ZXIvm04 .navbar.opened {
  background: #ffffff !important;
}
.cid-uq4ZXIvm04 .nav-item:focus,
.cid-uq4ZXIvm04 .nav-link:focus {
  outline: none;
}
.cid-uq4ZXIvm04 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uq4ZXIvm04 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq4ZXIvm04 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uq4ZXIvm04 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq4ZXIvm04 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uq4ZXIvm04 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uq4ZXIvm04 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uq4ZXIvm04 .navbar.opened {
  transition: all 0.3s;
}
.cid-uq4ZXIvm04 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uq4ZXIvm04 .navbar .navbar-logo img {
  width: auto;
}
.cid-uq4ZXIvm04 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uq4ZXIvm04 .navbar.collapsed {
  justify-content: center;
}
.cid-uq4ZXIvm04 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uq4ZXIvm04 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uq4ZXIvm04 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uq4ZXIvm04 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uq4ZXIvm04 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uq4ZXIvm04 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uq4ZXIvm04 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uq4ZXIvm04 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uq4ZXIvm04 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uq4ZXIvm04 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uq4ZXIvm04 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uq4ZXIvm04 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uq4ZXIvm04 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uq4ZXIvm04 .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-uq4ZXIvm04 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uq4ZXIvm04 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uq4ZXIvm04 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uq4ZXIvm04 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uq4ZXIvm04 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uq4ZXIvm04 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uq4ZXIvm04 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uq4ZXIvm04 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uq4ZXIvm04 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uq4ZXIvm04 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uq4ZXIvm04 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uq4ZXIvm04 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uq4ZXIvm04 .dropdown-item.active,
.cid-uq4ZXIvm04 .dropdown-item:active {
  background-color: transparent;
}
.cid-uq4ZXIvm04 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uq4ZXIvm04 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uq4ZXIvm04 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uq4ZXIvm04 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uq4ZXIvm04 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uq4ZXIvm04 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uq4ZXIvm04 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uq4ZXIvm04 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uq4ZXIvm04 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uq4ZXIvm04 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7e15ff;
}
.cid-uq4ZXIvm04 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uq4ZXIvm04 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq4ZXIvm04 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq4ZXIvm04 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uq4ZXIvm04 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq4ZXIvm04 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uq4ZXIvm04 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uq4ZXIvm04 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq4ZXIvm04 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uq4ZXIvm04 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uq4ZXIvm04 .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-uq4ZXIvm04 .navbar {
    height: 70px;
  }
  .cid-uq4ZXIvm04 .navbar.opened {
    height: auto;
  }
  .cid-uq4ZXIvm04 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqgY1IVE8F {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqgY1IVE8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqgY1IVE8F .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-uqgY1IVE8F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqgY1IVE8F img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqgY1IVE8F .text-wrapper {
    padding: 2rem;
  }
}
.cid-uqgYDDDyEi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ceb2f4;
}
.cid-uqgYDDDyEi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uqgYDDDyEi form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uqgYDDDyEi form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uqgYDDDyEi form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uq4ZXMXVz2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-uq4ZXMXVz2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq4ZXMXVz2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq4ZXMXVz2 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uq4ZXMXVz2 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uq4ZXMXVz2 .row {
    text-align: center;
  }
  .cid-uq4ZXMXVz2 .row > div {
    margin: auto;
  }
  .cid-uq4ZXMXVz2 .social-row {
    justify-content: center;
  }
}
.cid-uq4ZXMXVz2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uq4ZXMXVz2 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uq4ZXMXVz2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uq4ZXMXVz2 .list {
    margin-bottom: 0rem;
  }
}
.cid-uq4ZXMXVz2 .mbr-text {
  color: #bbbbbb;
}
.cid-uq4ZXMXVz2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uq4ZXMXVz2 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uq4ZXMXVz2 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uq527B3oDg {
  z-index: 1000;
  width: 100%;
}
.cid-uq527B3oDg nav.navbar {
  position: fixed;
}
.cid-uq527B3oDg .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-uq527B3oDg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uq527B3oDg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uq527B3oDg .dropdown-item:hover,
.cid-uq527B3oDg .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uq527B3oDg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uq527B3oDg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uq527B3oDg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uq527B3oDg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uq527B3oDg .nav-link {
  position: relative;
}
.cid-uq527B3oDg .container {
  display: flex;
  margin: auto;
}
.cid-uq527B3oDg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uq527B3oDg .dropdown-menu,
.cid-uq527B3oDg .navbar.opened {
  background: #ffffff !important;
}
.cid-uq527B3oDg .nav-item:focus,
.cid-uq527B3oDg .nav-link:focus {
  outline: none;
}
.cid-uq527B3oDg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uq527B3oDg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq527B3oDg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uq527B3oDg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq527B3oDg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uq527B3oDg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uq527B3oDg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uq527B3oDg .navbar.opened {
  transition: all 0.3s;
}
.cid-uq527B3oDg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uq527B3oDg .navbar .navbar-logo img {
  width: auto;
}
.cid-uq527B3oDg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uq527B3oDg .navbar.collapsed {
  justify-content: center;
}
.cid-uq527B3oDg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uq527B3oDg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uq527B3oDg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uq527B3oDg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uq527B3oDg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uq527B3oDg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uq527B3oDg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uq527B3oDg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uq527B3oDg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uq527B3oDg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uq527B3oDg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uq527B3oDg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uq527B3oDg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uq527B3oDg .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-uq527B3oDg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uq527B3oDg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uq527B3oDg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uq527B3oDg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uq527B3oDg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uq527B3oDg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uq527B3oDg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uq527B3oDg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uq527B3oDg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uq527B3oDg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uq527B3oDg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uq527B3oDg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uq527B3oDg .dropdown-item.active,
.cid-uq527B3oDg .dropdown-item:active {
  background-color: transparent;
}
.cid-uq527B3oDg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uq527B3oDg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uq527B3oDg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uq527B3oDg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uq527B3oDg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uq527B3oDg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uq527B3oDg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uq527B3oDg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uq527B3oDg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uq527B3oDg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7e15ff;
}
.cid-uq527B3oDg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uq527B3oDg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq527B3oDg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq527B3oDg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uq527B3oDg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq527B3oDg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uq527B3oDg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uq527B3oDg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq527B3oDg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uq527B3oDg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uq527B3oDg .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-uq527B3oDg .navbar {
    height: 70px;
  }
  .cid-uq527B3oDg .navbar.opened {
    height: auto;
  }
  .cid-uq527B3oDg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqGK7USBAG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uqGK7USBAG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqGK7USBAG .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-uqGK7USBAG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqGK7USBAG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqGK7USBAG .text-wrapper {
    padding: 2rem;
  }
}
.cid-uqGKvnupPm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ceb2f4;
}
.cid-uqGKvnupPm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uqGKvnupPm form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uqGKvnupPm form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uqGKvnupPm form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uq527GTvxF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-uq527GTvxF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq527GTvxF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq527GTvxF .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uq527GTvxF .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uq527GTvxF .row {
    text-align: center;
  }
  .cid-uq527GTvxF .row > div {
    margin: auto;
  }
  .cid-uq527GTvxF .social-row {
    justify-content: center;
  }
}
.cid-uq527GTvxF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uq527GTvxF .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uq527GTvxF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uq527GTvxF .list {
    margin-bottom: 0rem;
  }
}
.cid-uq527GTvxF .mbr-text {
  color: #bbbbbb;
}
.cid-uq527GTvxF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uq527GTvxF .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uq527GTvxF div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFAA5oUu2Y {
  z-index: 1000;
  width: 100%;
}
.cid-sFAA5oUu2Y nav.navbar {
  position: fixed;
}
.cid-sFAA5oUu2Y .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-sFAA5oUu2Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFAA5oUu2Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFAA5oUu2Y .dropdown-item:hover,
.cid-sFAA5oUu2Y .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-sFAA5oUu2Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFAA5oUu2Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFAA5oUu2Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFAA5oUu2Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFAA5oUu2Y .nav-link {
  position: relative;
}
.cid-sFAA5oUu2Y .container {
  display: flex;
  margin: auto;
}
.cid-sFAA5oUu2Y .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFAA5oUu2Y .dropdown-menu,
.cid-sFAA5oUu2Y .navbar.opened {
  background: #ffffff !important;
}
.cid-sFAA5oUu2Y .nav-item:focus,
.cid-sFAA5oUu2Y .nav-link:focus {
  outline: none;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFAA5oUu2Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFAA5oUu2Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFAA5oUu2Y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sFAA5oUu2Y .navbar.opened {
  transition: all 0.3s;
}
.cid-sFAA5oUu2Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFAA5oUu2Y .navbar .navbar-logo img {
  width: auto;
}
.cid-sFAA5oUu2Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFAA5oUu2Y .navbar.collapsed {
  justify-content: center;
}
.cid-sFAA5oUu2Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFAA5oUu2Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFAA5oUu2Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFAA5oUu2Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFAA5oUu2Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFAA5oUu2Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFAA5oUu2Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFAA5oUu2Y .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-sFAA5oUu2Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFAA5oUu2Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFAA5oUu2Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFAA5oUu2Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFAA5oUu2Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFAA5oUu2Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFAA5oUu2Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFAA5oUu2Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFAA5oUu2Y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFAA5oUu2Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFAA5oUu2Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFAA5oUu2Y .dropdown-item.active,
.cid-sFAA5oUu2Y .dropdown-item:active {
  background-color: transparent;
}
.cid-sFAA5oUu2Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFAA5oUu2Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFAA5oUu2Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFAA5oUu2Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFAA5oUu2Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFAA5oUu2Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFAA5oUu2Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFAA5oUu2Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFAA5oUu2Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7e15ff;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFAA5oUu2Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFAA5oUu2Y .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-sFAA5oUu2Y .navbar {
    height: 70px;
  }
  .cid-sFAA5oUu2Y .navbar.opened {
    height: auto;
  }
  .cid-sFAA5oUu2Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uq9abnMbbM {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uq9abnMbbM blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uq9arDuYyL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ceb2f4;
}
.cid-uq9avoGgwc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uq9avoGgwc blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uq9jhG8jMB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e1478;
}
.cid-uq9jhG8jMB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq9jhG8jMB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq9jhG8jMB .mbr-text,
.cid-uq9jhG8jMB .mbr-section-btn {
  color: #232323;
}
.cid-uq9jhG8jMB .card-title,
.cid-uq9jhG8jMB .card-box {
  color: #ffffff;
}
.cid-uq9jhG8jMB .mbr-text,
.cid-uq9jhG8jMB .link-wrap {
  color: #ffffff;
}
.cid-uq9jtOpg7b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e1478;
}
.cid-uq9jtOpg7b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq9jtOpg7b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq9jtOpg7b .mbr-text,
.cid-uq9jtOpg7b .mbr-section-btn {
  color: #232323;
}
.cid-uq9jtOpg7b .card-title,
.cid-uq9jtOpg7b .card-box {
  color: #ffffff;
}
.cid-uq9jtOpg7b .mbr-text,
.cid-uq9jtOpg7b .link-wrap {
  color: #ffffff;
}
.cid-uq9juJ89Nk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e1478;
}
.cid-uq9juJ89Nk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq9juJ89Nk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq9juJ89Nk .mbr-text,
.cid-uq9juJ89Nk .mbr-section-btn {
  color: #232323;
}
.cid-uq9juJ89Nk .card-title,
.cid-uq9juJ89Nk .card-box {
  color: #ffffff;
}
.cid-uq9juJ89Nk .mbr-text,
.cid-uq9juJ89Nk .link-wrap {
  color: #ffffff;
}
.cid-uq9jvzUBIk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e1478;
}
.cid-uq9jvzUBIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq9jvzUBIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq9jvzUBIk .mbr-text,
.cid-uq9jvzUBIk .mbr-section-btn {
  color: #232323;
}
.cid-uq9jvzUBIk .card-title,
.cid-uq9jvzUBIk .card-box {
  color: #ffffff;
}
.cid-uq9jvzUBIk .mbr-text,
.cid-uq9jvzUBIk .link-wrap {
  color: #ffffff;
}
.cid-uq9jwuFx0O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e1478;
}
.cid-uq9jwuFx0O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq9jwuFx0O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq9jwuFx0O .mbr-text,
.cid-uq9jwuFx0O .mbr-section-btn {
  color: #232323;
}
.cid-uq9jwuFx0O .card-title,
.cid-uq9jwuFx0O .card-box {
  color: #ffffff;
}
.cid-uq9jwuFx0O .mbr-text,
.cid-uq9jwuFx0O .link-wrap {
  color: #ffffff;
}
.cid-uqdRL3nYvc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e1478;
}
.cid-uqdRL3nYvc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqdRL3nYvc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqdRL3nYvc .mbr-text,
.cid-uqdRL3nYvc .mbr-section-btn {
  color: #232323;
}
.cid-uqdRL3nYvc .card-title,
.cid-uqdRL3nYvc .card-box {
  color: #ffffff;
}
.cid-uqdRL3nYvc .mbr-text,
.cid-uqdRL3nYvc .link-wrap {
  color: #ffffff;
}
.cid-uqdRLGivxe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e1478;
}
.cid-uqdRLGivxe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqdRLGivxe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqdRLGivxe .mbr-text,
.cid-uqdRLGivxe .mbr-section-btn {
  color: #232323;
}
.cid-uqdRLGivxe .card-title,
.cid-uqdRLGivxe .card-box {
  color: #ffffff;
}
.cid-uqdRLGivxe .mbr-text,
.cid-uqdRLGivxe .link-wrap {
  color: #ffffff;
}
.cid-uqdRMgexXR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e1478;
}
.cid-uqdRMgexXR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqdRMgexXR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqdRMgexXR .mbr-text,
.cid-uqdRMgexXR .mbr-section-btn {
  color: #232323;
}
.cid-uqdRMgexXR .card-title,
.cid-uqdRMgexXR .card-box {
  color: #ffffff;
}
.cid-uqdRMgexXR .mbr-text,
.cid-uqdRMgexXR .link-wrap {
  color: #ffffff;
}
.cid-uqdRYN9kOc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e1478;
}
.cid-uqdRYN9kOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqdRYN9kOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqdRYN9kOc .mbr-text,
.cid-uqdRYN9kOc .mbr-section-btn {
  color: #232323;
}
.cid-uqdRYN9kOc .card-title,
.cid-uqdRYN9kOc .card-box {
  color: #ffffff;
}
.cid-uqdRYN9kOc .mbr-text,
.cid-uqdRYN9kOc .link-wrap {
  color: #ffffff;
}
.cid-uqdRZqHh4H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e1478;
}
.cid-uqdRZqHh4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqdRZqHh4H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqdRZqHh4H .mbr-text,
.cid-uqdRZqHh4H .mbr-section-btn {
  color: #232323;
}
.cid-uqdRZqHh4H .card-title,
.cid-uqdRZqHh4H .card-box {
  color: #ffffff;
}
.cid-uqdRZqHh4H .mbr-text,
.cid-uqdRZqHh4H .link-wrap {
  color: #ffffff;
}
.cid-uqdS088DXj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e1478;
}
.cid-uqdS088DXj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqdS088DXj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqdS088DXj .mbr-text,
.cid-uqdS088DXj .mbr-section-btn {
  color: #232323;
}
.cid-uqdS088DXj .card-title,
.cid-uqdS088DXj .card-box {
  color: #ffffff;
}
.cid-uqdS088DXj .mbr-text,
.cid-uqdS088DXj .link-wrap {
  color: #ffffff;
}
.cid-uqdS0YP9Ff {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e1478;
}
.cid-uqdS0YP9Ff .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqdS0YP9Ff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqdS0YP9Ff .mbr-text,
.cid-uqdS0YP9Ff .mbr-section-btn {
  color: #232323;
}
.cid-uqdS0YP9Ff .card-title,
.cid-uqdS0YP9Ff .card-box {
  color: #ffffff;
}
.cid-uqdS0YP9Ff .mbr-text,
.cid-uqdS0YP9Ff .link-wrap {
  color: #ffffff;
}
.cid-uqdTRuyBdj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqdTRuyBdj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqdTRuyBdj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqdTRuyBdj .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uqdTRuyBdj .text-wrapper {
    padding: 2rem;
  }
}
.cid-uqdTRuyBdj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uqdTRuyBdj .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uq9m2i2uvd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ceb2f4;
}
.cid-uq9m2i2uvd .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uq9m2i2uvd form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uq9m2i2uvd form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uq9m2i2uvd form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uq4OoV0dpO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-uq4OoV0dpO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq4OoV0dpO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq4OoV0dpO .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uq4OoV0dpO .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uq4OoV0dpO .row {
    text-align: center;
  }
  .cid-uq4OoV0dpO .row > div {
    margin: auto;
  }
  .cid-uq4OoV0dpO .social-row {
    justify-content: center;
  }
}
.cid-uq4OoV0dpO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uq4OoV0dpO .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uq4OoV0dpO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uq4OoV0dpO .list {
    margin-bottom: 0rem;
  }
}
.cid-uq4OoV0dpO .mbr-text {
  color: #bbbbbb;
}
.cid-uq4OoV0dpO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uq4OoV0dpO .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uq4OoV0dpO div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uq532kjEeL {
  z-index: 1000;
  width: 100%;
}
.cid-uq532kjEeL nav.navbar {
  position: fixed;
}
.cid-uq532kjEeL .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-uq532kjEeL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uq532kjEeL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uq532kjEeL .dropdown-item:hover,
.cid-uq532kjEeL .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uq532kjEeL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uq532kjEeL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uq532kjEeL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uq532kjEeL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uq532kjEeL .nav-link {
  position: relative;
}
.cid-uq532kjEeL .container {
  display: flex;
  margin: auto;
}
.cid-uq532kjEeL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uq532kjEeL .dropdown-menu,
.cid-uq532kjEeL .navbar.opened {
  background: #ffffff !important;
}
.cid-uq532kjEeL .nav-item:focus,
.cid-uq532kjEeL .nav-link:focus {
  outline: none;
}
.cid-uq532kjEeL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uq532kjEeL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq532kjEeL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uq532kjEeL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq532kjEeL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uq532kjEeL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uq532kjEeL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uq532kjEeL .navbar.opened {
  transition: all 0.3s;
}
.cid-uq532kjEeL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uq532kjEeL .navbar .navbar-logo img {
  width: auto;
}
.cid-uq532kjEeL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uq532kjEeL .navbar.collapsed {
  justify-content: center;
}
.cid-uq532kjEeL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uq532kjEeL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uq532kjEeL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uq532kjEeL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uq532kjEeL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uq532kjEeL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uq532kjEeL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uq532kjEeL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uq532kjEeL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uq532kjEeL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uq532kjEeL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uq532kjEeL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uq532kjEeL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uq532kjEeL .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-uq532kjEeL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uq532kjEeL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uq532kjEeL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uq532kjEeL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uq532kjEeL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uq532kjEeL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uq532kjEeL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uq532kjEeL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uq532kjEeL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uq532kjEeL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uq532kjEeL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uq532kjEeL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uq532kjEeL .dropdown-item.active,
.cid-uq532kjEeL .dropdown-item:active {
  background-color: transparent;
}
.cid-uq532kjEeL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uq532kjEeL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uq532kjEeL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uq532kjEeL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uq532kjEeL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uq532kjEeL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uq532kjEeL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uq532kjEeL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uq532kjEeL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uq532kjEeL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7e15ff;
}
.cid-uq532kjEeL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uq532kjEeL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq532kjEeL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq532kjEeL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uq532kjEeL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq532kjEeL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uq532kjEeL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uq532kjEeL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq532kjEeL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uq532kjEeL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uq532kjEeL .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-uq532kjEeL .navbar {
    height: 70px;
  }
  .cid-uq532kjEeL .navbar.opened {
    height: auto;
  }
  .cid-uq532kjEeL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uq532l7ZnC {
  background-image: url("../../../assets/images/jeshoots-com-mseswdmzr-a-unsplash-2000x1333.jpg");
}
.cid-uq532l7ZnC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uq532l7ZnC .mbr-text,
.cid-uq532l7ZnC .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uq532lUSrx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3e117b;
}
.cid-uq532lUSrx .mbr-section-title {
  color: #ffffff;
}
.cid-uq532lUSrx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uq532mELA0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uq532mELA0 .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-uq532mELA0 .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uq532mELA0 .img1 {
  background: #7e15ff;
}
.cid-uq532mELA0 .img2 {
  background: #7e15ff;
}
.cid-uq532mELA0 .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uq532mELA0 .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uq532mELA0 .card-wrapper {
  background: #e6e6e6;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uq532mELA0 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uq532mELA0 .card-wrapper {
    flex-direction: column;
  }
  .cid-uq532mELA0 .card-box {
    padding: 1rem;
  }
  .cid-uq532mELA0 .card-box,
  .cid-uq532mELA0 .img-wrapper {
    width: 100%;
  }
  .cid-uq532mELA0 .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-uq532mELA0 .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-uq532mELA0 .card-subtitle {
  color: #4e1f89;
}
.cid-uq532mELA0 .mbr-text,
.cid-uq532mELA0 .link-wrap {
  color: #555555;
}
.cid-uq532mELA0 .card-title,
.cid-uq532mELA0 .card-box {
  color: #000000;
}
.cid-uq532mELA0 .mbr-text,
.cid-uq532mELA0 .mbr-section-btn {
  color: #000000;
}
.cid-uq532nojm5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3e1478;
}
.cid-uq532nojm5 img,
.cid-uq532nojm5 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uq532nojm5 .item:focus,
.cid-uq532nojm5 span:focus {
  outline: none;
}
.cid-uq532nojm5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uq532nojm5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uq532nojm5 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uq532nojm5 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uq532nojm5 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uq532nojm5 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uq532nojm5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uq532nojm5 .mbr-section-title {
  color: #ffffff;
}
.cid-uq532nojm5 .mbr-text,
.cid-uq532nojm5 .mbr-section-btn {
  text-align: left;
}
.cid-uq532nojm5 .item-title {
  text-align: left;
  color: #05386b;
}
.cid-uq532nojm5 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uq532nojm5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ur0RqMgFkz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ur0RqMgFkz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur0RqMgFkz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur0RqMgFkz .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-ur0RqMgFkz .text-wrapper {
    padding: 2rem;
  }
}
.cid-ur0RqMgFkz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ur0RqMgFkz .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uq532okkFh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uq532okkFh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq532okkFh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq532okkFh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uq532okkFh .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uq532okkFh .embla__button--next,
.cid-uq532okkFh .embla__button--prev {
  display: flex;
}
.cid-uq532okkFh .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uq532okkFh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uq532okkFh .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uq532okkFh .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uq532okkFh .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uq532okkFh .embla__button {
    top: auto;
  }
}
.cid-uq532okkFh .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uq532okkFh .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-uq532okkFh .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uq532okkFh .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uq532okkFh .embla {
  position: relative;
  width: 100%;
}
.cid-uq532okkFh .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uq532okkFh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uq532okkFh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uq532okkFh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uq532pAvwt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-uq532pAvwt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq532pAvwt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq532pAvwt .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uq532pAvwt .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uq532pAvwt .row {
    text-align: center;
  }
  .cid-uq532pAvwt .row > div {
    margin: auto;
  }
  .cid-uq532pAvwt .social-row {
    justify-content: center;
  }
}
.cid-uq532pAvwt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uq532pAvwt .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uq532pAvwt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uq532pAvwt .list {
    margin-bottom: 0rem;
  }
}
.cid-uq532pAvwt .mbr-text {
  color: #bbbbbb;
}
.cid-uq532pAvwt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uq532pAvwt .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uq532pAvwt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uq4ZEDodXt {
  z-index: 1000;
  width: 100%;
}
.cid-uq4ZEDodXt nav.navbar {
  position: fixed;
}
.cid-uq4ZEDodXt .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-uq4ZEDodXt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uq4ZEDodXt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uq4ZEDodXt .dropdown-item:hover,
.cid-uq4ZEDodXt .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uq4ZEDodXt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uq4ZEDodXt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uq4ZEDodXt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uq4ZEDodXt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uq4ZEDodXt .nav-link {
  position: relative;
}
.cid-uq4ZEDodXt .container {
  display: flex;
  margin: auto;
}
.cid-uq4ZEDodXt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uq4ZEDodXt .dropdown-menu,
.cid-uq4ZEDodXt .navbar.opened {
  background: #ffffff !important;
}
.cid-uq4ZEDodXt .nav-item:focus,
.cid-uq4ZEDodXt .nav-link:focus {
  outline: none;
}
.cid-uq4ZEDodXt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uq4ZEDodXt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq4ZEDodXt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uq4ZEDodXt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq4ZEDodXt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uq4ZEDodXt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uq4ZEDodXt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uq4ZEDodXt .navbar.opened {
  transition: all 0.3s;
}
.cid-uq4ZEDodXt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uq4ZEDodXt .navbar .navbar-logo img {
  width: auto;
}
.cid-uq4ZEDodXt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uq4ZEDodXt .navbar.collapsed {
  justify-content: center;
}
.cid-uq4ZEDodXt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uq4ZEDodXt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uq4ZEDodXt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uq4ZEDodXt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uq4ZEDodXt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uq4ZEDodXt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uq4ZEDodXt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uq4ZEDodXt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uq4ZEDodXt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uq4ZEDodXt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uq4ZEDodXt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uq4ZEDodXt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uq4ZEDodXt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uq4ZEDodXt .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-uq4ZEDodXt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uq4ZEDodXt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uq4ZEDodXt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uq4ZEDodXt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uq4ZEDodXt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uq4ZEDodXt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uq4ZEDodXt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uq4ZEDodXt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uq4ZEDodXt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uq4ZEDodXt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uq4ZEDodXt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uq4ZEDodXt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uq4ZEDodXt .dropdown-item.active,
.cid-uq4ZEDodXt .dropdown-item:active {
  background-color: transparent;
}
.cid-uq4ZEDodXt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uq4ZEDodXt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uq4ZEDodXt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uq4ZEDodXt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uq4ZEDodXt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uq4ZEDodXt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uq4ZEDodXt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uq4ZEDodXt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uq4ZEDodXt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uq4ZEDodXt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7e15ff;
}
.cid-uq4ZEDodXt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uq4ZEDodXt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq4ZEDodXt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq4ZEDodXt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uq4ZEDodXt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq4ZEDodXt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uq4ZEDodXt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uq4ZEDodXt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq4ZEDodXt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uq4ZEDodXt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uq4ZEDodXt .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-uq4ZEDodXt .navbar {
    height: 70px;
  }
  .cid-uq4ZEDodXt .navbar.opened {
    height: auto;
  }
  .cid-uq4ZEDodXt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqAMTThbKy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uqAMTThbKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqAMTThbKy .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-uqAMTThbKy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqAMTThbKy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqAMTThbKy .text-wrapper {
    padding: 2rem;
  }
}
.cid-ur0RkpQ6IU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ceb2f4;
}
.cid-ur0RkpQ6IU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ur0RkpQ6IU form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ur0RkpQ6IU form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ur0RkpQ6IU form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uq4ZEIAY3j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-uq4ZEIAY3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq4ZEIAY3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq4ZEIAY3j .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uq4ZEIAY3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uq4ZEIAY3j .row {
    text-align: center;
  }
  .cid-uq4ZEIAY3j .row > div {
    margin: auto;
  }
  .cid-uq4ZEIAY3j .social-row {
    justify-content: center;
  }
}
.cid-uq4ZEIAY3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uq4ZEIAY3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uq4ZEIAY3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uq4ZEIAY3j .list {
    margin-bottom: 0rem;
  }
}
.cid-uq4ZEIAY3j .mbr-text {
  color: #bbbbbb;
}
.cid-uq4ZEIAY3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uq4ZEIAY3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uq4ZEIAY3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uq4SB35qin {
  z-index: 1000;
  width: 100%;
}
.cid-uq4SB35qin nav.navbar {
  position: fixed;
}
.cid-uq4SB35qin .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-uq4SB35qin .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uq4SB35qin .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uq4SB35qin .dropdown-item:hover,
.cid-uq4SB35qin .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uq4SB35qin .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uq4SB35qin .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uq4SB35qin .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uq4SB35qin .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uq4SB35qin .nav-link {
  position: relative;
}
.cid-uq4SB35qin .container {
  display: flex;
  margin: auto;
}
.cid-uq4SB35qin .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uq4SB35qin .dropdown-menu,
.cid-uq4SB35qin .navbar.opened {
  background: #ffffff !important;
}
.cid-uq4SB35qin .nav-item:focus,
.cid-uq4SB35qin .nav-link:focus {
  outline: none;
}
.cid-uq4SB35qin .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uq4SB35qin .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq4SB35qin .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uq4SB35qin .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq4SB35qin .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uq4SB35qin .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uq4SB35qin .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uq4SB35qin .navbar.opened {
  transition: all 0.3s;
}
.cid-uq4SB35qin .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uq4SB35qin .navbar .navbar-logo img {
  width: auto;
}
.cid-uq4SB35qin .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uq4SB35qin .navbar.collapsed {
  justify-content: center;
}
.cid-uq4SB35qin .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uq4SB35qin .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uq4SB35qin .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uq4SB35qin .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uq4SB35qin .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uq4SB35qin .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uq4SB35qin .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uq4SB35qin .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uq4SB35qin .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uq4SB35qin .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uq4SB35qin .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uq4SB35qin .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uq4SB35qin .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uq4SB35qin .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-uq4SB35qin .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uq4SB35qin .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uq4SB35qin .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uq4SB35qin .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uq4SB35qin .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uq4SB35qin .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uq4SB35qin .navbar.navbar-short {
  min-height: 60px;
}
.cid-uq4SB35qin .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uq4SB35qin .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uq4SB35qin .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uq4SB35qin .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uq4SB35qin .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uq4SB35qin .dropdown-item.active,
.cid-uq4SB35qin .dropdown-item:active {
  background-color: transparent;
}
.cid-uq4SB35qin .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uq4SB35qin .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uq4SB35qin .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uq4SB35qin .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uq4SB35qin .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uq4SB35qin .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uq4SB35qin ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uq4SB35qin .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uq4SB35qin button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uq4SB35qin button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7e15ff;
}
.cid-uq4SB35qin button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uq4SB35qin button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq4SB35qin button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq4SB35qin button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uq4SB35qin nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq4SB35qin nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uq4SB35qin nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uq4SB35qin nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq4SB35qin .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uq4SB35qin a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uq4SB35qin .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-uq4SB35qin .navbar {
    height: 70px;
  }
  .cid-uq4SB35qin .navbar.opened {
    height: auto;
  }
  .cid-uq4SB35qin .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqGHmtG4uz {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqGHmtG4uz img,
.cid-uqGHmtG4uz .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uqGHmtG4uz .item:focus,
.cid-uqGHmtG4uz span:focus {
  outline: none;
}
.cid-uqGHmtG4uz .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uqGHmtG4uz .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uqGHmtG4uz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uqGHmtG4uz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uqGHmtG4uz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uqGHmtG4uz .mbr-section-title {
  color: #232323;
}
.cid-uqGI1HSYJD {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uqGI1HSYJD img,
.cid-uqGI1HSYJD .item-img {
  width: 100%;
}
.cid-uqGI1HSYJD .item:focus,
.cid-uqGI1HSYJD span:focus {
  outline: none;
}
.cid-uqGI1HSYJD .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uqGI1HSYJD .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uqGI1HSYJD .item {
  padding: 0;
  margin: 0;
}
.cid-uqGI1HSYJD .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uqGI1HSYJD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uqGI1HSYJD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uqGI1HSYJD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uqGI1HSYJD .mbr-section-title {
  color: #232323;
}
.cid-uqGJxnZbJ4 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uqGJxnZbJ4 img,
.cid-uqGJxnZbJ4 .item-img {
  width: 100%;
}
.cid-uqGJxnZbJ4 .item:focus,
.cid-uqGJxnZbJ4 span:focus {
  outline: none;
}
.cid-uqGJxnZbJ4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uqGJxnZbJ4 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uqGJxnZbJ4 .item {
  padding: 0;
  margin: 0;
}
.cid-uqGJxnZbJ4 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uqGJxnZbJ4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uqGJxnZbJ4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uqGJxnZbJ4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uqGJxnZbJ4 .mbr-section-title {
  color: #232323;
}
.cid-uqGJJF49oD {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uqGJJF49oD img,
.cid-uqGJJF49oD .item-img {
  width: 100%;
}
.cid-uqGJJF49oD .item:focus,
.cid-uqGJJF49oD span:focus {
  outline: none;
}
.cid-uqGJJF49oD .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uqGJJF49oD .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uqGJJF49oD .item {
  padding: 0;
  margin: 0;
}
.cid-uqGJJF49oD .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uqGJJF49oD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uqGJJF49oD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uqGJJF49oD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uqGJJF49oD .mbr-section-title {
  color: #232323;
}
.cid-uq4SB8aw3O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-uq4SB8aw3O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq4SB8aw3O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq4SB8aw3O .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uq4SB8aw3O .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uq4SB8aw3O .row {
    text-align: center;
  }
  .cid-uq4SB8aw3O .row > div {
    margin: auto;
  }
  .cid-uq4SB8aw3O .social-row {
    justify-content: center;
  }
}
.cid-uq4SB8aw3O .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uq4SB8aw3O .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uq4SB8aw3O .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uq4SB8aw3O .list {
    margin-bottom: 0rem;
  }
}
.cid-uq4SB8aw3O .mbr-text {
  color: #bbbbbb;
}
.cid-uq4SB8aw3O .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uq4SB8aw3O .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uq4SB8aw3O div > *:last-child {
    margin-top: 0 !important;
  }
}
