body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e64968 !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: #e64968 !important;
  border-color: #e64968 !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: #be1a3b !important;
  border-color: #be1a3b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #be1a3b !important;
  border-color: #be1a3b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d8c3a5 !important;
  border-color: #d8c3a5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #be9b69 !important;
  border-color: #be9b69 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #be9b69 !important;
  border-color: #be9b69 !important;
}
.btn-info,
.btn-info:active {
  background-color: #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: transparent;
  color: #e64968;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #be1a3b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e64968 !important;
  border-color: #e64968 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d8c3a5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #be9b69 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d8c3a5 !important;
  border-color: #d8c3a5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e64968 !important;
}
.text-secondary {
  color: #d8c3a5 !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: #b11836 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b9945e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #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: #e64968;
}
.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: #e64968;
  border-color: #e64968;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e64968;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffcfd;
}
.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: 'Fira Sans', 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: #e64968 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Fira Sans', 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: #e64968;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e64968;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e64968;
}
.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: #e64968;
  border-bottom-color: #e64968;
}
.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: #e64968 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d8c3a5 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e64968' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.small {
  font-family: 'Fira Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.small > .mbr-iconfont {
  font-size: 0.8rem;
}
.cid-sFF0ciwnEL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFF0ciwnEL nav.navbar {
  position: fixed;
}
.cid-sFF0ciwnEL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFF0ciwnEL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFF0ciwnEL .dropdown-item:hover,
.cid-sFF0ciwnEL .dropdown-item:focus {
  background: #e64968 !important;
  color: white !important;
}
.cid-sFF0ciwnEL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFF0ciwnEL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFF0ciwnEL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFF0ciwnEL .nav-link {
  position: relative;
}
.cid-sFF0ciwnEL .container {
  display: flex;
  margin: auto;
}
.cid-sFF0ciwnEL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown-menu,
.cid-sFF0ciwnEL .navbar.opened {
  background: #ffffff !important;
}
.cid-sFF0ciwnEL .nav-item:focus,
.cid-sFF0ciwnEL .nav-link:focus {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFF0ciwnEL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFF0ciwnEL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sFF0ciwnEL .navbar.opened {
  transition: all 0.3s;
}
.cid-sFF0ciwnEL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFF0ciwnEL .navbar .navbar-logo img {
  width: auto;
}
.cid-sFF0ciwnEL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar.collapsed {
  justify-content: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFF0ciwnEL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFF0ciwnEL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFF0ciwnEL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFF0ciwnEL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFF0ciwnEL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFF0ciwnEL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFF0ciwnEL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFF0ciwnEL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFF0ciwnEL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFF0ciwnEL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFF0ciwnEL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFF0ciwnEL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown-item.active,
.cid-sFF0ciwnEL .dropdown-item:active {
  background-color: transparent;
}
.cid-sFF0ciwnEL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFF0ciwnEL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFF0ciwnEL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFF0ciwnEL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFF0ciwnEL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFF0ciwnEL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFF0ciwnEL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFF0ciwnEL .navbar {
    height: 70px;
  }
  .cid-sFF0ciwnEL .navbar.opened {
    height: auto;
  }
  .cid-sFF0ciwnEL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcQai5Lxb5 {
  background-color: #ffffff;
}
.cid-vcQai5Lxb5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQai5Lxb5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQai5Lxb5 .items-wrapper {
  margin: 0;
}
.cid-vcQai5Lxb5 .items-wrapper .card {
  padding: 0;
  justify-content: center;
}
.cid-vcQai5Lxb5 .content-wrap {
  padding-right: 56px;
  padding-right: 0;
  padding-left: 56px;
}
@media (max-width: 992px) {
  .cid-vcQai5Lxb5 .content-wrap {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-vcQai5Lxb5 .content-wrap {
    padding-left: 0;
  }
}
.cid-vcQai5Lxb5 .content-wrap .label-wrapper {
  margin-bottom: 24px;
}
.cid-vcQai5Lxb5 .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
  width: 85%;
}
@media (max-width: 992px) {
  .cid-vcQai5Lxb5 .content-wrap .label-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-vcQai5Lxb5 .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcQai5Lxb5 .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcQai5Lxb5 .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcQai5Lxb5 .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcQai5Lxb5 .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcQai5Lxb5 .image-wrapper {
  background-color: #ffffff;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vcQai5Lxb5 .image-wrapper {
    margin-top: 32px;
  }
}
.cid-vcQai5Lxb5 .image-wrapper img {
  height: 540px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcQai5Lxb5 .image-wrapper img {
    height: 300px;
  }
}
.cid-vcQai5Lxb5 .mbr-label {
  color: #000000;
}
.cid-vcQai5Lxb5 .mbr-section-title {
  color: #000000;
}
.cid-vcQai5Lxb5 .mbr-text {
  color: #4f4f4f;
}
.cid-vcQai5Lxb5 .mbr-text,
.cid-vcQai5Lxb5 .text-wrapper {
  color: #14191e;
}
.cid-vcQai5Lxb5 .mbr-label,
.cid-vcQai5Lxb5 .label-wrapper {
  text-align: justify;
}
.cid-vcQai5Lxb5 .mbr-section-title,
.cid-vcQai5Lxb5 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vaPoFc6sM5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e0dfdf;
}
.cid-vaPoFc6sM5 img,
.cid-vaPoFc6sM5 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vaPoFc6sM5 .item:focus,
.cid-vaPoFc6sM5 span:focus {
  outline: none;
}
.cid-vaPoFc6sM5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vaPoFc6sM5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e0dfdf;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vaPoFc6sM5 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vaPoFc6sM5 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaPoFc6sM5 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vaPoFc6sM5 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vaPoFc6sM5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vaPoFc6sM5 .mbr-section-title {
  color: #232323;
}
.cid-vaPoFc6sM5 .mbr-text,
.cid-vaPoFc6sM5 .mbr-section-btn {
  text-align: left;
}
.cid-vaPoFc6sM5 .item-title {
  text-align: left;
}
.cid-vaPoFc6sM5 .item-subtitle {
  text-align: left;
}
.cid-vcPJbk8iJW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcPJbk8iJW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPJbk8iJW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWPGWxqX6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vaWPGWxqX6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWPGWxqX6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWPGWxqX6 .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vaWPGWxqX6 .content-wrapper {
    padding: 0 16px;
  }
}
.cid-vaWPGWxqX6 .content-wrapper::before,
.cid-vaWPGWxqX6 .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ffffff;
}
.cid-vaWPGWxqX6 .content-wrapper::before {
  left: 0;
}
.cid-vaWPGWxqX6 .content-wrapper::after {
  right: 0;
}
.cid-vaWPGWxqX6 .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-vaWPGWxqX6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vaWPGWxqX6 .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vaWPGWxqX6 .embla__slide .slide-content {
  width: 100%;
}
.cid-vaWPGWxqX6 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-vaWPGWxqX6 .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaWPGWxqX6 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-vaWPGWxqX6 .embla__button--next,
.cid-vaWPGWxqX6 .embla__button--prev {
  display: flex;
}
.cid-vaWPGWxqX6 .embla__button {
  bottom: 0;
  width: 28px;
  height: 28px;
  font-size: 16px;
  background-color: #ffffff !important;
  color: #e64968 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vaWPGWxqX6 .embla__button:disabled {
  opacity: .5 !important;
}
.cid-vaWPGWxqX6 .embla__button.embla__button--prev {
  right: 36px;
}
.cid-vaWPGWxqX6 .embla__button.embla__button--next {
  right: 0;
}
.cid-vaWPGWxqX6 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vaWPGWxqX6 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vaWPGWxqX6 .embla__viewport {
    padding: 0;
  }
}
.cid-vaWPGWxqX6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vaWPGWxqX6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vaWPGWxqX6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vaWPGWxqX6 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vaWPGWxqX6 .mbr-section-title {
  color: #0a0a0a;
}
.cid-vaX49j05W8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #e0dfdf;
}
.cid-vaX49j05W8 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-vaX49j05W8 .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-vaX49j05W8 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vaX49j05W8 .pie_progress__number {
  text-align: center !important;
}
.cid-vaX49j05W8 .card-title {
  margin-bottom: 0;
}
.cid-vaX49j05W8 .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-vaX49j05W8 .svg-gradient {
  position: absolute;
}
.cid-vaX49j05W8 ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vaX49j05W8 .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-vaX49j05W8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaX49j05W8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaX49j05W8 H4 {
  text-align: center;
}
.cid-vaX49j05W8 .card-text {
  color: #14191e;
  text-align: left;
}
.cid-vcPQDJAYx2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e0dfdf;
}
.cid-vcPQDJAYx2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPQDJAYx2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcPQDJAYx2 .mbr-section-title {
  text-align: justify;
}
.cid-vbuqXcje2E {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbuqXcje2E .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbuqXcje2E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaXuyzM823 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaXuyzM823 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaXuyzM823 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaXuyzM823 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vaXuyzM823 .container {
    max-width: 1400px;
  }
}
.cid-vaXuyzM823 .card {
  margin: auto;
}
.cid-vaXuyzM823 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-vaXuyzM823 .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaXuyzM823 .row {
  justify-content: center;
}
.cid-vcEF54Fv6J {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e0dfdf;
}
.cid-vcEF54Fv6J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcEF54Fv6J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcEF54Fv6J .items-wrapper {
  margin: 0;
}
.cid-vcEF54Fv6J .items-wrapper .card {
  padding: 0;
  justify-content: center;
}
.cid-vcEF54Fv6J .content-wrap {
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-vcEF54Fv6J .content-wrap {
    padding-right: 0;
  }
}
.cid-vcEF54Fv6J .content-wrap .label-wrapper {
  margin-bottom: 24px;
}
.cid-vcEF54Fv6J .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
  width: 85%;
}
@media (max-width: 992px) {
  .cid-vcEF54Fv6J .content-wrap .label-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-vcEF54Fv6J .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcEF54Fv6J .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcEF54Fv6J .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcEF54Fv6J .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcEF54Fv6J .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcEF54Fv6J .image-wrapper {
  background-color: #e0dfdf;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vcEF54Fv6J .image-wrapper {
    margin-top: 32px;
  }
}
.cid-vcEF54Fv6J .image-wrapper img {
  height: 540px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcEF54Fv6J .image-wrapper img {
    height: 300px;
  }
}
.cid-vcEF54Fv6J .mbr-label {
  color: #000000;
}
.cid-vcEF54Fv6J .mbr-section-title {
  color: #000000;
}
.cid-vcEF54Fv6J .mbr-text {
  color: #4f4f4f;
}
.cid-vcEF54Fv6J .mbr-text,
.cid-vcEF54Fv6J .text-wrapper {
  color: #14191e;
}
.cid-vcEF54Fv6J .mbr-label,
.cid-vcEF54Fv6J .label-wrapper {
  text-align: justify;
}
.cid-vcEF54Fv6J .mbr-section-title,
.cid-vcEF54Fv6J .mbr-section-btn {
  text-align: left;
  color: #14191e;
}
.cid-vcEH5KxbfD {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcEH5KxbfD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcEH5KxbfD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcEH5KxbfD .items-wrapper {
  margin: 0;
}
.cid-vcEH5KxbfD .items-wrapper .card {
  padding: 0;
  justify-content: center;
}
.cid-vcEH5KxbfD .content-wrap {
  padding-right: 56px;
  padding-right: 0;
  padding-left: 56px;
}
@media (max-width: 992px) {
  .cid-vcEH5KxbfD .content-wrap {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-vcEH5KxbfD .content-wrap {
    padding-left: 0;
  }
}
.cid-vcEH5KxbfD .content-wrap .label-wrapper {
  margin-bottom: 24px;
}
.cid-vcEH5KxbfD .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
  width: 85%;
}
@media (max-width: 992px) {
  .cid-vcEH5KxbfD .content-wrap .label-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-vcEH5KxbfD .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcEH5KxbfD .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcEH5KxbfD .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcEH5KxbfD .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcEH5KxbfD .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcEH5KxbfD .image-wrapper {
  background-color: #ffffff;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vcEH5KxbfD .image-wrapper {
    margin-top: 32px;
  }
}
.cid-vcEH5KxbfD .image-wrapper img {
  height: 540px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcEH5KxbfD .image-wrapper img {
    height: 300px;
  }
}
.cid-vcEH5KxbfD .mbr-label {
  color: #000000;
}
.cid-vcEH5KxbfD .mbr-section-title {
  color: #000000;
}
.cid-vcEH5KxbfD .mbr-text {
  color: #4f4f4f;
}
.cid-vcEH5KxbfD .mbr-text,
.cid-vcEH5KxbfD .text-wrapper {
  color: #14191e;
}
.cid-vcEH5KxbfD .mbr-label,
.cid-vcEH5KxbfD .label-wrapper {
  text-align: justify;
}
.cid-vcEH5KxbfD .mbr-section-title,
.cid-vcEH5KxbfD .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vaRNKleCO7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaRNKleCO7 .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-vaRNKleCO7 img,
.cid-vaRNKleCO7 .item-img {
  width: 100%;
}
.cid-vaRNKleCO7 .item:focus,
.cid-vaRNKleCO7 span:focus {
  outline: none;
}
.cid-vaRNKleCO7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaRNKleCO7 .item {
    margin-bottom: 1rem;
  }
}
.cid-vaRNKleCO7 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vaRNKleCO7 .item {
  padding: 0;
  margin: 0;
}
.cid-vaRNKleCO7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vaRNKleCO7 .mbr-section-title {
  color: #232323;
}
.cid-vaRNKleCO7 .mbr-text,
.cid-vaRNKleCO7 .mbr-section-btn {
  color: #232323;
}
.cid-vaRNKleCO7 .item-title {
  color: #232323;
  text-align: center;
}
.cid-vaRNKleCO7 .content-head {
  max-width: 800px;
}
.cid-vb6sQXhB2W {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e0dfdf;
}
.cid-vb6sQXhB2W .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vb6sQXhB2W form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vb6sQXhB2W form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vb6sQXhB2W form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sFF0ciwnEL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFF0ciwnEL nav.navbar {
  position: fixed;
}
.cid-sFF0ciwnEL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFF0ciwnEL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFF0ciwnEL .dropdown-item:hover,
.cid-sFF0ciwnEL .dropdown-item:focus {
  background: #e64968 !important;
  color: white !important;
}
.cid-sFF0ciwnEL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFF0ciwnEL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFF0ciwnEL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFF0ciwnEL .nav-link {
  position: relative;
}
.cid-sFF0ciwnEL .container {
  display: flex;
  margin: auto;
}
.cid-sFF0ciwnEL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown-menu,
.cid-sFF0ciwnEL .navbar.opened {
  background: #ffffff !important;
}
.cid-sFF0ciwnEL .nav-item:focus,
.cid-sFF0ciwnEL .nav-link:focus {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFF0ciwnEL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFF0ciwnEL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sFF0ciwnEL .navbar.opened {
  transition: all 0.3s;
}
.cid-sFF0ciwnEL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFF0ciwnEL .navbar .navbar-logo img {
  width: auto;
}
.cid-sFF0ciwnEL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar.collapsed {
  justify-content: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFF0ciwnEL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFF0ciwnEL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFF0ciwnEL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFF0ciwnEL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFF0ciwnEL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFF0ciwnEL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFF0ciwnEL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFF0ciwnEL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFF0ciwnEL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFF0ciwnEL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFF0ciwnEL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFF0ciwnEL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown-item.active,
.cid-sFF0ciwnEL .dropdown-item:active {
  background-color: transparent;
}
.cid-sFF0ciwnEL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFF0ciwnEL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFF0ciwnEL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFF0ciwnEL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFF0ciwnEL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFF0ciwnEL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFF0ciwnEL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFF0ciwnEL .navbar {
    height: 70px;
  }
  .cid-sFF0ciwnEL .navbar.opened {
    height: auto;
  }
  .cid-sFF0ciwnEL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaUU29sE9c {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaUU29sE9c .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-vaUU29sE9c .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-vaUU29sE9c .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e64968;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-vcDlykWCqn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vcDlykWCqn img,
.cid-vcDlykWCqn .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcDlykWCqn .item:focus,
.cid-vcDlykWCqn span:focus {
  outline: none;
}
.cid-vcDlykWCqn .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcDlykWCqn .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcDlykWCqn .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcDlykWCqn .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcDlykWCqn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcDlykWCqn .mbr-section-title {
  color: #ffffff;
}
.cid-vcDlykWCqn .mbr-text,
.cid-vcDlykWCqn .mbr-section-btn {
  text-align: center;
}
.cid-vcDlykWCqn .item-title {
  text-align: center;
}
.cid-vcDlykWCqn .item-subtitle {
  text-align: left;
}
.cid-vb8b4PPxig {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e0dfdf;
}
.cid-vb8b4PPxig .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vb8b4PPxig form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vb8b4PPxig form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vb8b4PPxig form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sFF0ciwnEL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFF0ciwnEL nav.navbar {
  position: fixed;
}
.cid-sFF0ciwnEL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFF0ciwnEL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFF0ciwnEL .dropdown-item:hover,
.cid-sFF0ciwnEL .dropdown-item:focus {
  background: #e64968 !important;
  color: white !important;
}
.cid-sFF0ciwnEL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFF0ciwnEL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFF0ciwnEL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFF0ciwnEL .nav-link {
  position: relative;
}
.cid-sFF0ciwnEL .container {
  display: flex;
  margin: auto;
}
.cid-sFF0ciwnEL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown-menu,
.cid-sFF0ciwnEL .navbar.opened {
  background: #ffffff !important;
}
.cid-sFF0ciwnEL .nav-item:focus,
.cid-sFF0ciwnEL .nav-link:focus {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFF0ciwnEL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFF0ciwnEL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sFF0ciwnEL .navbar.opened {
  transition: all 0.3s;
}
.cid-sFF0ciwnEL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFF0ciwnEL .navbar .navbar-logo img {
  width: auto;
}
.cid-sFF0ciwnEL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar.collapsed {
  justify-content: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFF0ciwnEL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFF0ciwnEL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFF0ciwnEL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFF0ciwnEL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFF0ciwnEL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFF0ciwnEL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFF0ciwnEL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFF0ciwnEL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFF0ciwnEL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFF0ciwnEL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFF0ciwnEL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFF0ciwnEL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown-item.active,
.cid-sFF0ciwnEL .dropdown-item:active {
  background-color: transparent;
}
.cid-sFF0ciwnEL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFF0ciwnEL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFF0ciwnEL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFF0ciwnEL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFF0ciwnEL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFF0ciwnEL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFF0ciwnEL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFF0ciwnEL .navbar {
    height: 70px;
  }
  .cid-sFF0ciwnEL .navbar.opened {
    height: auto;
  }
  .cid-sFF0ciwnEL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaWu17cjm9 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWu17cjm9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWu17cjm9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWu17cjm9 .mbr-section-title {
  text-align: left;
}
.cid-vaWqlB8zbd {
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vaWqlB8zbd .carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.cid-vaWqlB8zbd .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  text-align: left;
}
.cid-vaWqlB8zbd .carousel-item > div {
  width: 100%;
}
.cid-vaWqlB8zbd .carousel-item.active,
.cid-vaWqlB8zbd .carousel-item-next,
.cid-vaWqlB8zbd .carousel-item-prev {
  display: flex;
}
.cid-vaWqlB8zbd .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-vaWqlB8zbd .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-vaWqlB8zbd .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-vaWqlB8zbd .carousel-controls a {
    width: 5%;
  }
}
.cid-vaWqlB8zbd .card__wrap {
  background: #ffffff;
  padding: 55px 45px 45px;
  position: relative;
  box-shadow: 0px 60px 100px 0px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  cursor: pointer;
}
.cid-vaWqlB8zbd .card__icon .mbr-iconfont {
  font-size: 40px;
  color: #ff9966;
}
.cid-vaWqlB8zbd .card__author {
  display: inline-block;
  color: #000000;
  padding-left: 40px;
  position: relative;
  margin: 40px 0 5px;
}
.cid-vaWqlB8zbd .card__author:before {
  content: "";
  width: 22px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 13px;
  background: currentColor;
}
.cid-vaWqlB8zbd .card__descr {
  padding-left: 40px;
  color: #000000;
}
.cid-vaWqlB8zbd li {
  background-color: transparent;
  width: 6px;
  height: 6px;
  opacity: 1;
  border: 2px solid #ff3a46 !important;
  margin: 0 5px;
}
.cid-vaWqlB8zbd li.active {
  opacity: 1;
  background-color: #ff3a46;
  width: 6px;
  height: 6px;
}
.cid-vaWqlB8zbd .carousel-indicators {
  align-items: center;
  position: static;
  margin: 75px 0 0;
}
.cid-vaWqlB8zbd .carousel-indicators li {
  border-radius: 50%;
}
.cid-vaWqlB8zbd a {
  line-height: 1.5;
}
@media (max-width: 991px) {
  .cid-vaWqlB8zbd .box {
    margin-bottom: 50px;
  }
}
.cid-vaWqlB8zbd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWqlB8zbd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWqlB8zbd .card__text,
.cid-vaWqlB8zbd .card__icon,
.cid-vaWqlB8zbd .author__wrap {
  text-align: left;
}
.cid-vb8afkpNFT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e0dfdf;
}
.cid-vb8afkpNFT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vb8afkpNFT form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vb8afkpNFT form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vb8afkpNFT form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sFF0ciwnEL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFF0ciwnEL nav.navbar {
  position: fixed;
}
.cid-sFF0ciwnEL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFF0ciwnEL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFF0ciwnEL .dropdown-item:hover,
.cid-sFF0ciwnEL .dropdown-item:focus {
  background: #e64968 !important;
  color: white !important;
}
.cid-sFF0ciwnEL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFF0ciwnEL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFF0ciwnEL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFF0ciwnEL .nav-link {
  position: relative;
}
.cid-sFF0ciwnEL .container {
  display: flex;
  margin: auto;
}
.cid-sFF0ciwnEL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown-menu,
.cid-sFF0ciwnEL .navbar.opened {
  background: #ffffff !important;
}
.cid-sFF0ciwnEL .nav-item:focus,
.cid-sFF0ciwnEL .nav-link:focus {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFF0ciwnEL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFF0ciwnEL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sFF0ciwnEL .navbar.opened {
  transition: all 0.3s;
}
.cid-sFF0ciwnEL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFF0ciwnEL .navbar .navbar-logo img {
  width: auto;
}
.cid-sFF0ciwnEL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar.collapsed {
  justify-content: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFF0ciwnEL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFF0ciwnEL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFF0ciwnEL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFF0ciwnEL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFF0ciwnEL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFF0ciwnEL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFF0ciwnEL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFF0ciwnEL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFF0ciwnEL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFF0ciwnEL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFF0ciwnEL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFF0ciwnEL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown-item.active,
.cid-sFF0ciwnEL .dropdown-item:active {
  background-color: transparent;
}
.cid-sFF0ciwnEL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFF0ciwnEL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFF0ciwnEL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFF0ciwnEL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFF0ciwnEL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFF0ciwnEL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFF0ciwnEL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFF0ciwnEL .navbar {
    height: 70px;
  }
  .cid-sFF0ciwnEL .navbar.opened {
    height: auto;
  }
  .cid-sFF0ciwnEL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdj2o7iQ0g {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdj2o7iQ0g .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdj2o7iQ0g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdj2o7iQ0g .mbr-section-title {
  text-align: justify;
}
.cid-vdj2o7iQ0g .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vdj2o7iQ0g .mbr-section-subtitle {
  text-align: justify;
}
.cid-vdj2aCI5xF {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vdj2aCI5xF .item {
  display: flex;
  border-radius: 25px;
  background-color: #e0dfdf;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-vdj2aCI5xF .item {
    padding: 3rem 4.5rem 3rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-vdj2aCI5xF .item {
    padding: 3rem;
    flex-direction: column;
  }
}
.cid-vdj2aCI5xF .icon-box {
  background: #ffffff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.7rem;
}
@media (max-width: 991px) {
  .cid-vdj2aCI5xF .icon-box {
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
}
.cid-vdj2aCI5xF .step-number {
  color: #e64968;
}
@media (max-width: 991px) {
  .cid-vdj2aCI5xF .card {
    margin-bottom: 2rem;
  }
  .cid-vdj2aCI5xF .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vdj2aCI5xF .card-title {
  color: #2e6b75;
}
.cid-vdj2aCI5xF .icon-text {
  color: #000000;
}
.cid-vdj2aCI5xF .icon-title {
  color: #2e6b75;
}
.cid-vdj2aCI5xF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdj2aCI5xF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdj2aCI5xF .card-title,
.cid-vdj2aCI5xF .card-box {
  color: #14191e;
}
.cid-vb8aYYpXxY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e0dfdf;
}
.cid-vb8aYYpXxY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vb8aYYpXxY form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vb8aYYpXxY form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vb8aYYpXxY form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sFF0ciwnEL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFF0ciwnEL nav.navbar {
  position: fixed;
}
.cid-sFF0ciwnEL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFF0ciwnEL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFF0ciwnEL .dropdown-item:hover,
.cid-sFF0ciwnEL .dropdown-item:focus {
  background: #e64968 !important;
  color: white !important;
}
.cid-sFF0ciwnEL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFF0ciwnEL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFF0ciwnEL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFF0ciwnEL .nav-link {
  position: relative;
}
.cid-sFF0ciwnEL .container {
  display: flex;
  margin: auto;
}
.cid-sFF0ciwnEL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown-menu,
.cid-sFF0ciwnEL .navbar.opened {
  background: #ffffff !important;
}
.cid-sFF0ciwnEL .nav-item:focus,
.cid-sFF0ciwnEL .nav-link:focus {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFF0ciwnEL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFF0ciwnEL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sFF0ciwnEL .navbar.opened {
  transition: all 0.3s;
}
.cid-sFF0ciwnEL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFF0ciwnEL .navbar .navbar-logo img {
  width: auto;
}
.cid-sFF0ciwnEL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar.collapsed {
  justify-content: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFF0ciwnEL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFF0ciwnEL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFF0ciwnEL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFF0ciwnEL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFF0ciwnEL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFF0ciwnEL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFF0ciwnEL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFF0ciwnEL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFF0ciwnEL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFF0ciwnEL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFF0ciwnEL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFF0ciwnEL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown-item.active,
.cid-sFF0ciwnEL .dropdown-item:active {
  background-color: transparent;
}
.cid-sFF0ciwnEL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFF0ciwnEL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFF0ciwnEL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFF0ciwnEL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFF0ciwnEL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFF0ciwnEL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFF0ciwnEL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFF0ciwnEL .navbar {
    height: 70px;
  }
  .cid-sFF0ciwnEL .navbar.opened {
    height: auto;
  }
  .cid-sFF0ciwnEL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdiZ5SL7S8 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdiZ5SL7S8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdiZ5SL7S8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdiZ5SL7S8 .mbr-section-title {
  text-align: justify;
}
.cid-vdiZ5SL7S8 .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vdiZ5SL7S8 .mbr-section-subtitle {
  text-align: justify;
}
.cid-vdiYF4feWO {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vdiYF4feWO .item {
  display: flex;
  border-radius: 25px;
  background-color: #e0dfdf;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-vdiYF4feWO .item {
    padding: 3rem 4.5rem 3rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-vdiYF4feWO .item {
    padding: 3rem;
    flex-direction: column;
  }
}
.cid-vdiYF4feWO .icon-box {
  background: #ffffff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.7rem;
}
@media (max-width: 991px) {
  .cid-vdiYF4feWO .icon-box {
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
}
.cid-vdiYF4feWO .step-number {
  color: #e64968;
}
@media (max-width: 991px) {
  .cid-vdiYF4feWO .card {
    margin-bottom: 2rem;
  }
  .cid-vdiYF4feWO .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vdiYF4feWO .card-title {
  color: #2e6b75;
}
.cid-vdiYF4feWO .icon-text {
  color: #000000;
}
.cid-vdiYF4feWO .icon-title {
  color: #2e6b75;
}
.cid-vdiYF4feWO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdiYF4feWO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdiYF4feWO .card-title,
.cid-vdiYF4feWO .card-box {
  color: #14191e;
}
.cid-vb8aT1Nqtj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e0dfdf;
}
.cid-vb8aT1Nqtj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vb8aT1Nqtj form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vb8aT1Nqtj form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vb8aT1Nqtj form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sFF0ciwnEL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFF0ciwnEL nav.navbar {
  position: fixed;
}
.cid-sFF0ciwnEL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFF0ciwnEL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFF0ciwnEL .dropdown-item:hover,
.cid-sFF0ciwnEL .dropdown-item:focus {
  background: #e64968 !important;
  color: white !important;
}
.cid-sFF0ciwnEL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFF0ciwnEL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFF0ciwnEL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFF0ciwnEL .nav-link {
  position: relative;
}
.cid-sFF0ciwnEL .container {
  display: flex;
  margin: auto;
}
.cid-sFF0ciwnEL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown-menu,
.cid-sFF0ciwnEL .navbar.opened {
  background: #ffffff !important;
}
.cid-sFF0ciwnEL .nav-item:focus,
.cid-sFF0ciwnEL .nav-link:focus {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFF0ciwnEL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFF0ciwnEL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sFF0ciwnEL .navbar.opened {
  transition: all 0.3s;
}
.cid-sFF0ciwnEL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFF0ciwnEL .navbar .navbar-logo img {
  width: auto;
}
.cid-sFF0ciwnEL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar.collapsed {
  justify-content: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFF0ciwnEL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFF0ciwnEL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFF0ciwnEL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFF0ciwnEL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFF0ciwnEL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFF0ciwnEL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFF0ciwnEL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFF0ciwnEL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFF0ciwnEL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFF0ciwnEL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFF0ciwnEL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFF0ciwnEL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown-item.active,
.cid-sFF0ciwnEL .dropdown-item:active {
  background-color: transparent;
}
.cid-sFF0ciwnEL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFF0ciwnEL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFF0ciwnEL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFF0ciwnEL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFF0ciwnEL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFF0ciwnEL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFF0ciwnEL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFF0ciwnEL .navbar {
    height: 70px;
  }
  .cid-sFF0ciwnEL .navbar.opened {
    height: auto;
  }
  .cid-sFF0ciwnEL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vb8c7b28WZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vb8c7b28WZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb8c7b28WZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb8c7b28WZ .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-vb8c7b28WZ .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vb8c7b28WZ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vb8c7b28WZ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vb8c7b28WZ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vb8c7b28WZ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vb8c7b28WZ .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-vb8c7b28WZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vb8c7b28WZ .mbr-text,
.cid-vb8c7b28WZ .mbr-section-btn {
  color: #14191e;
}
.cid-vb8cMuefgl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e0dfdf;
}
.cid-vb8cMuefgl .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vb8cMuefgl form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vb8cMuefgl form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vb8cMuefgl form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vbdp9nUkvr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbdp9nUkvr nav.navbar {
  position: fixed;
}
.cid-vbdp9nUkvr .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-vbdp9nUkvr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbdp9nUkvr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbdp9nUkvr .dropdown-item:hover,
.cid-vbdp9nUkvr .dropdown-item:focus {
  background: #e64968 !important;
  color: white !important;
}
.cid-vbdp9nUkvr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbdp9nUkvr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbdp9nUkvr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbdp9nUkvr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbdp9nUkvr .nav-link {
  position: relative;
}
.cid-vbdp9nUkvr .container {
  display: flex;
  margin: auto;
}
.cid-vbdp9nUkvr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbdp9nUkvr .dropdown-menu,
.cid-vbdp9nUkvr .navbar.opened {
  background: #ffffff !important;
}
.cid-vbdp9nUkvr .nav-item:focus,
.cid-vbdp9nUkvr .nav-link:focus {
  outline: none;
}
.cid-vbdp9nUkvr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbdp9nUkvr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbdp9nUkvr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbdp9nUkvr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbdp9nUkvr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbdp9nUkvr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbdp9nUkvr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vbdp9nUkvr .navbar.opened {
  transition: all 0.3s;
}
.cid-vbdp9nUkvr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbdp9nUkvr .navbar .navbar-logo img {
  width: auto;
}
.cid-vbdp9nUkvr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbdp9nUkvr .navbar.collapsed {
  justify-content: center;
}
.cid-vbdp9nUkvr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbdp9nUkvr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbdp9nUkvr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vbdp9nUkvr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbdp9nUkvr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbdp9nUkvr .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-vbdp9nUkvr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbdp9nUkvr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbdp9nUkvr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbdp9nUkvr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbdp9nUkvr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbdp9nUkvr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbdp9nUkvr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbdp9nUkvr .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-vbdp9nUkvr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbdp9nUkvr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbdp9nUkvr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbdp9nUkvr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbdp9nUkvr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbdp9nUkvr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbdp9nUkvr .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbdp9nUkvr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbdp9nUkvr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbdp9nUkvr .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-vbdp9nUkvr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbdp9nUkvr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbdp9nUkvr .dropdown-item.active,
.cid-vbdp9nUkvr .dropdown-item:active {
  background-color: transparent;
}
.cid-vbdp9nUkvr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbdp9nUkvr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbdp9nUkvr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbdp9nUkvr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vbdp9nUkvr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbdp9nUkvr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbdp9nUkvr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbdp9nUkvr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbdp9nUkvr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbdp9nUkvr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vbdp9nUkvr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbdp9nUkvr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbdp9nUkvr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbdp9nUkvr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbdp9nUkvr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbdp9nUkvr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbdp9nUkvr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbdp9nUkvr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbdp9nUkvr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbdp9nUkvr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbdp9nUkvr .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-vbdp9nUkvr .navbar {
    height: 70px;
  }
  .cid-vbdp9nUkvr .navbar.opened {
    height: auto;
  }
  .cid-vbdp9nUkvr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbdp9t9UhH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbdp9t9UhH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbdp9t9UhH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbdp9t9UhH .items-wrapper {
  margin: 0;
}
.cid-vbdp9t9UhH .items-wrapper .card {
  padding: 0;
  justify-content: center;
}
.cid-vbdp9t9UhH .content-wrap {
  padding-right: 56px;
  padding-right: 0;
  padding-left: 56px;
}
@media (max-width: 992px) {
  .cid-vbdp9t9UhH .content-wrap {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-vbdp9t9UhH .content-wrap {
    padding-left: 0;
  }
}
.cid-vbdp9t9UhH .content-wrap .label-wrapper {
  margin-bottom: 24px;
}
.cid-vbdp9t9UhH .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vbdp9t9UhH .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vbdp9t9UhH .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbdp9t9UhH .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbdp9t9UhH .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vbdp9t9UhH .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vbdp9t9UhH .image-wrapper {
  background-color: #ffffff;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vbdp9t9UhH .image-wrapper {
    margin-top: 32px;
  }
}
.cid-vbdp9t9UhH .image-wrapper img {
  height: 540px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vbdp9t9UhH .image-wrapper img {
    height: 300px;
  }
}
.cid-vbdp9t9UhH .mbr-label {
  color: #000000;
}
.cid-vbdp9t9UhH .mbr-section-title {
  color: #000000;
}
.cid-vbdp9t9UhH .mbr-text {
  color: #4f4f4f;
}
.cid-vbdp9t9UhH .mbr-text,
.cid-vbdp9t9UhH .text-wrapper {
  color: #000000;
}
.cid-vbdp9t9UhH .mbr-label,
.cid-vbdp9t9UhH .label-wrapper {
  text-align: justify;
}
.cid-vbdp9wlEvR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e0dfdf;
}
.cid-vbdp9wlEvR img,
.cid-vbdp9wlEvR .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vbdp9wlEvR .item:focus,
.cid-vbdp9wlEvR span:focus {
  outline: none;
}
.cid-vbdp9wlEvR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vbdp9wlEvR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e0dfdf;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vbdp9wlEvR .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vbdp9wlEvR .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vbdp9wlEvR .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vbdp9wlEvR .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vbdp9wlEvR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vbdp9wlEvR .mbr-section-title {
  color: #232323;
}
.cid-vbdp9wlEvR .mbr-text,
.cid-vbdp9wlEvR .mbr-section-btn {
  text-align: left;
}
.cid-vbdp9wlEvR .item-title {
  text-align: left;
}
.cid-vbdp9wlEvR .item-subtitle {
  text-align: left;
}
.cid-vbdp9zBMck {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbdp9zBMck .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbdp9zBMck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbdp9CDttV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vbdp9CDttV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbdp9CDttV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbdp9CDttV .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vbdp9CDttV .content-wrapper {
    padding: 0 16px;
  }
}
.cid-vbdp9CDttV .content-wrapper::before,
.cid-vbdp9CDttV .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ffffff;
}
.cid-vbdp9CDttV .content-wrapper::before {
  left: 0;
}
.cid-vbdp9CDttV .content-wrapper::after {
  right: 0;
}
.cid-vbdp9CDttV .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-vbdp9CDttV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vbdp9CDttV .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vbdp9CDttV .embla__slide .slide-content {
  width: 100%;
}
.cid-vbdp9CDttV .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-vbdp9CDttV .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vbdp9CDttV .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-vbdp9CDttV .embla__button--next,
.cid-vbdp9CDttV .embla__button--prev {
  display: flex;
}
.cid-vbdp9CDttV .embla__button {
  bottom: 0;
  width: 28px;
  height: 28px;
  font-size: 16px;
  background-color: #ffffff !important;
  color: #e64968 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vbdp9CDttV .embla__button:disabled {
  opacity: .5 !important;
}
.cid-vbdp9CDttV .embla__button.embla__button--prev {
  right: 36px;
}
.cid-vbdp9CDttV .embla__button.embla__button--next {
  right: 0;
}
.cid-vbdp9CDttV .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vbdp9CDttV .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vbdp9CDttV .embla__viewport {
    padding: 0;
  }
}
.cid-vbdp9CDttV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbdp9CDttV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbdp9CDttV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vbdp9CDttV .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vbdp9CDttV .mbr-section-title {
  color: #0a0a0a;
}
.cid-vbdp9HxwWz {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #e0dfdf;
}
.cid-vbdp9HxwWz h3 {
  text-align: center;
  font-weight: 300;
}
.cid-vbdp9HxwWz .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-vbdp9HxwWz .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vbdp9HxwWz .pie_progress__number {
  text-align: center !important;
}
.cid-vbdp9HxwWz .card-title {
  margin-bottom: 0;
}
.cid-vbdp9HxwWz .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-vbdp9HxwWz .svg-gradient {
  position: absolute;
}
.cid-vbdp9HxwWz ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vbdp9HxwWz .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-vbdp9HxwWz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbdp9HxwWz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbdp9HxwWz H4 {
  text-align: center;
}
.cid-vbdp9HxwWz .card-text {
  color: #14191e;
  text-align: left;
}
.cid-vbdp9KOSPJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vbdp9KOSPJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbdp9KOSPJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbdp9KOSPJ .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vbdp9KOSPJ .container {
    max-width: 1400px;
  }
}
.cid-vbdp9KOSPJ .card {
  margin: auto;
}
.cid-vbdp9KOSPJ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-vbdp9KOSPJ .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vbdp9KOSPJ .row {
  justify-content: center;
}
.cid-vbdp9NRv4t {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e0dfdf;
}
.cid-vbdp9NRv4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbdp9NRv4t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbdp9NRv4t .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-vbdp9NRv4t .card {
    margin-bottom: 2rem!important;
  }
  .cid-vbdp9NRv4t .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vbdp9NRv4t .link-wrap {
    align-items: center;
  }
}
.cid-vbdp9NRv4t .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbdp9NRv4t .mbr-text {
  color: #000000;
}
.cid-vbdp9QTzL8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbdp9QTzL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbdp9QTzL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbdp9QTzL8 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-vbdp9QTzL8 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbdp9QTzL8 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vbdp9QTzL8 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbdp9QTzL8 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vbdp9QTzL8 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vbdp9QTzL8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbdp9Wxkqo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbdp9Wxkqo .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-vbdp9Wxkqo img,
.cid-vbdp9Wxkqo .item-img {
  width: 100%;
}
.cid-vbdp9Wxkqo .item:focus,
.cid-vbdp9Wxkqo span:focus {
  outline: none;
}
.cid-vbdp9Wxkqo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vbdp9Wxkqo .item {
    margin-bottom: 1rem;
  }
}
.cid-vbdp9Wxkqo .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vbdp9Wxkqo .item {
  padding: 0;
  margin: 0;
}
.cid-vbdp9Wxkqo .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vbdp9Wxkqo .mbr-section-title {
  color: #232323;
}
.cid-vbdp9Wxkqo .mbr-text,
.cid-vbdp9Wxkqo .mbr-section-btn {
  color: #232323;
}
.cid-vbdp9Wxkqo .item-title {
  color: #232323;
  text-align: center;
}
.cid-vbdp9Wxkqo .content-head {
  max-width: 800px;
}
.cid-vbdpa1Zr6R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e0dfdf;
}
.cid-vbdpa1Zr6R .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vbdpa1Zr6R form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vbdpa1Zr6R form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vbdpa1Zr6R form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vbdpcFw4cE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbdpcFw4cE nav.navbar {
  position: fixed;
}
.cid-vbdpcFw4cE .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-vbdpcFw4cE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbdpcFw4cE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbdpcFw4cE .dropdown-item:hover,
.cid-vbdpcFw4cE .dropdown-item:focus {
  background: #e64968 !important;
  color: white !important;
}
.cid-vbdpcFw4cE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbdpcFw4cE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbdpcFw4cE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbdpcFw4cE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbdpcFw4cE .nav-link {
  position: relative;
}
.cid-vbdpcFw4cE .container {
  display: flex;
  margin: auto;
}
.cid-vbdpcFw4cE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbdpcFw4cE .dropdown-menu,
.cid-vbdpcFw4cE .navbar.opened {
  background: #ffffff !important;
}
.cid-vbdpcFw4cE .nav-item:focus,
.cid-vbdpcFw4cE .nav-link:focus {
  outline: none;
}
.cid-vbdpcFw4cE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbdpcFw4cE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbdpcFw4cE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbdpcFw4cE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbdpcFw4cE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbdpcFw4cE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbdpcFw4cE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vbdpcFw4cE .navbar.opened {
  transition: all 0.3s;
}
.cid-vbdpcFw4cE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbdpcFw4cE .navbar .navbar-logo img {
  width: auto;
}
.cid-vbdpcFw4cE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbdpcFw4cE .navbar.collapsed {
  justify-content: center;
}
.cid-vbdpcFw4cE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbdpcFw4cE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbdpcFw4cE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vbdpcFw4cE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbdpcFw4cE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbdpcFw4cE .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-vbdpcFw4cE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbdpcFw4cE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbdpcFw4cE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbdpcFw4cE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbdpcFw4cE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbdpcFw4cE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbdpcFw4cE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbdpcFw4cE .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-vbdpcFw4cE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbdpcFw4cE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbdpcFw4cE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbdpcFw4cE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbdpcFw4cE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbdpcFw4cE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbdpcFw4cE .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbdpcFw4cE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbdpcFw4cE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbdpcFw4cE .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-vbdpcFw4cE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbdpcFw4cE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbdpcFw4cE .dropdown-item.active,
.cid-vbdpcFw4cE .dropdown-item:active {
  background-color: transparent;
}
.cid-vbdpcFw4cE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbdpcFw4cE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbdpcFw4cE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbdpcFw4cE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vbdpcFw4cE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbdpcFw4cE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbdpcFw4cE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbdpcFw4cE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbdpcFw4cE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbdpcFw4cE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vbdpcFw4cE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbdpcFw4cE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbdpcFw4cE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbdpcFw4cE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbdpcFw4cE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbdpcFw4cE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbdpcFw4cE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbdpcFw4cE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbdpcFw4cE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbdpcFw4cE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbdpcFw4cE .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-vbdpcFw4cE .navbar {
    height: 70px;
  }
  .cid-vbdpcFw4cE .navbar.opened {
    height: auto;
  }
  .cid-vbdpcFw4cE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbdpcEosVB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbdpcEosVB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbdpcEosVB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbdpcEosVB .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-vbdpcEosVB .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vbdpcEosVB .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbdpcEosVB .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vbdpcEosVB .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbdpcEosVB .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vbdpcEosVB .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-vbdpcEosVB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbdpcEosVB .mbr-text,
.cid-vbdpcEosVB .mbr-section-btn {
  color: #14191e;
}
.cid-vbdyhcxsoN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e0dfdf;
}
.cid-vbdyhcxsoN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vbdyhcxsoN form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vbdyhcxsoN form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vbdyhcxsoN form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vbdphWvZgz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbdphWvZgz nav.navbar {
  position: fixed;
}
.cid-vbdphWvZgz .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-vbdphWvZgz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbdphWvZgz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbdphWvZgz .dropdown-item:hover,
.cid-vbdphWvZgz .dropdown-item:focus {
  background: #e64968 !important;
  color: white !important;
}
.cid-vbdphWvZgz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbdphWvZgz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbdphWvZgz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbdphWvZgz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbdphWvZgz .nav-link {
  position: relative;
}
.cid-vbdphWvZgz .container {
  display: flex;
  margin: auto;
}
.cid-vbdphWvZgz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbdphWvZgz .dropdown-menu,
.cid-vbdphWvZgz .navbar.opened {
  background: #ffffff !important;
}
.cid-vbdphWvZgz .nav-item:focus,
.cid-vbdphWvZgz .nav-link:focus {
  outline: none;
}
.cid-vbdphWvZgz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbdphWvZgz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbdphWvZgz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbdphWvZgz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbdphWvZgz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbdphWvZgz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbdphWvZgz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vbdphWvZgz .navbar.opened {
  transition: all 0.3s;
}
.cid-vbdphWvZgz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbdphWvZgz .navbar .navbar-logo img {
  width: auto;
}
.cid-vbdphWvZgz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbdphWvZgz .navbar.collapsed {
  justify-content: center;
}
.cid-vbdphWvZgz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbdphWvZgz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbdphWvZgz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vbdphWvZgz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbdphWvZgz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbdphWvZgz .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-vbdphWvZgz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbdphWvZgz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbdphWvZgz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbdphWvZgz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbdphWvZgz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbdphWvZgz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbdphWvZgz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbdphWvZgz .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-vbdphWvZgz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbdphWvZgz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbdphWvZgz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbdphWvZgz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbdphWvZgz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbdphWvZgz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbdphWvZgz .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbdphWvZgz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbdphWvZgz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbdphWvZgz .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-vbdphWvZgz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbdphWvZgz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbdphWvZgz .dropdown-item.active,
.cid-vbdphWvZgz .dropdown-item:active {
  background-color: transparent;
}
.cid-vbdphWvZgz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbdphWvZgz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbdphWvZgz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbdphWvZgz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vbdphWvZgz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbdphWvZgz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbdphWvZgz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbdphWvZgz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbdphWvZgz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbdphWvZgz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vbdphWvZgz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbdphWvZgz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbdphWvZgz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbdphWvZgz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbdphWvZgz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbdphWvZgz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbdphWvZgz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbdphWvZgz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbdphWvZgz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbdphWvZgz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbdphWvZgz .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-vbdphWvZgz .navbar {
    height: 70px;
  }
  .cid-vbdphWvZgz .navbar.opened {
    height: auto;
  }
  .cid-vbdphWvZgz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbdphVkrok {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbdphVkrok .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbdphVkrok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbdphVkrok .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-vbdphVkrok .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vbdphVkrok .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbdphVkrok .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vbdphVkrok .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbdphVkrok .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vbdphVkrok .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-vbdphVkrok .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbdphVkrok .mbr-text,
.cid-vbdphVkrok .mbr-section-btn {
  color: #14191e;
}
.cid-vbdz5si0Ry {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e0dfdf;
}
.cid-vbdz5si0Ry .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vbdz5si0Ry form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vbdz5si0Ry form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vbdz5si0Ry form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vbdpoGiwBi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbdpoGiwBi nav.navbar {
  position: fixed;
}
.cid-vbdpoGiwBi .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-vbdpoGiwBi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbdpoGiwBi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbdpoGiwBi .dropdown-item:hover,
.cid-vbdpoGiwBi .dropdown-item:focus {
  background: #e64968 !important;
  color: white !important;
}
.cid-vbdpoGiwBi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbdpoGiwBi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbdpoGiwBi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbdpoGiwBi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbdpoGiwBi .nav-link {
  position: relative;
}
.cid-vbdpoGiwBi .container {
  display: flex;
  margin: auto;
}
.cid-vbdpoGiwBi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbdpoGiwBi .dropdown-menu,
.cid-vbdpoGiwBi .navbar.opened {
  background: #ffffff !important;
}
.cid-vbdpoGiwBi .nav-item:focus,
.cid-vbdpoGiwBi .nav-link:focus {
  outline: none;
}
.cid-vbdpoGiwBi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbdpoGiwBi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbdpoGiwBi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbdpoGiwBi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbdpoGiwBi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbdpoGiwBi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbdpoGiwBi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vbdpoGiwBi .navbar.opened {
  transition: all 0.3s;
}
.cid-vbdpoGiwBi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbdpoGiwBi .navbar .navbar-logo img {
  width: auto;
}
.cid-vbdpoGiwBi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbdpoGiwBi .navbar.collapsed {
  justify-content: center;
}
.cid-vbdpoGiwBi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbdpoGiwBi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbdpoGiwBi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vbdpoGiwBi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbdpoGiwBi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbdpoGiwBi .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-vbdpoGiwBi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbdpoGiwBi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbdpoGiwBi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbdpoGiwBi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbdpoGiwBi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbdpoGiwBi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbdpoGiwBi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbdpoGiwBi .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-vbdpoGiwBi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbdpoGiwBi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbdpoGiwBi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbdpoGiwBi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbdpoGiwBi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbdpoGiwBi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbdpoGiwBi .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbdpoGiwBi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbdpoGiwBi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbdpoGiwBi .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-vbdpoGiwBi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbdpoGiwBi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbdpoGiwBi .dropdown-item.active,
.cid-vbdpoGiwBi .dropdown-item:active {
  background-color: transparent;
}
.cid-vbdpoGiwBi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbdpoGiwBi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbdpoGiwBi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbdpoGiwBi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vbdpoGiwBi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbdpoGiwBi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbdpoGiwBi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbdpoGiwBi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbdpoGiwBi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbdpoGiwBi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vbdpoGiwBi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbdpoGiwBi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbdpoGiwBi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbdpoGiwBi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbdpoGiwBi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbdpoGiwBi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbdpoGiwBi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbdpoGiwBi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbdpoGiwBi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbdpoGiwBi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbdpoGiwBi .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-vbdpoGiwBi .navbar {
    height: 70px;
  }
  .cid-vbdpoGiwBi .navbar.opened {
    height: auto;
  }
  .cid-vbdpoGiwBi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbdpoEqF3n {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbdpoEqF3n .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-vbdpoEqF3n .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-vbdpoEqF3n .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e64968;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-vbdpoFpBmB {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vbdpoFpBmB img,
.cid-vbdpoFpBmB .item-img {
  width: 100%;
}
.cid-vbdpoFpBmB .item:focus,
.cid-vbdpoFpBmB span:focus {
  outline: none;
}
.cid-vbdpoFpBmB .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vbdpoFpBmB .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vbdpoFpBmB .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vbdpoFpBmB .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vbdpoFpBmB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vbdpoFpBmB .mbr-section-title {
  color: #232323;
}
.cid-vbdDAVsiiY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e0dfdf;
}
.cid-vbdDAVsiiY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vbdDAVsiiY form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vbdDAVsiiY form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vbdDAVsiiY form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vbdzhBPCNf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbdzhBPCNf nav.navbar {
  position: fixed;
}
.cid-vbdzhBPCNf .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-vbdzhBPCNf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbdzhBPCNf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbdzhBPCNf .dropdown-item:hover,
.cid-vbdzhBPCNf .dropdown-item:focus {
  background: #e64968 !important;
  color: white !important;
}
.cid-vbdzhBPCNf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbdzhBPCNf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbdzhBPCNf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbdzhBPCNf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbdzhBPCNf .nav-link {
  position: relative;
}
.cid-vbdzhBPCNf .container {
  display: flex;
  margin: auto;
}
.cid-vbdzhBPCNf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbdzhBPCNf .dropdown-menu,
.cid-vbdzhBPCNf .navbar.opened {
  background: #ffffff !important;
}
.cid-vbdzhBPCNf .nav-item:focus,
.cid-vbdzhBPCNf .nav-link:focus {
  outline: none;
}
.cid-vbdzhBPCNf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbdzhBPCNf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbdzhBPCNf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbdzhBPCNf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbdzhBPCNf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbdzhBPCNf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbdzhBPCNf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vbdzhBPCNf .navbar.opened {
  transition: all 0.3s;
}
.cid-vbdzhBPCNf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbdzhBPCNf .navbar .navbar-logo img {
  width: auto;
}
.cid-vbdzhBPCNf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbdzhBPCNf .navbar.collapsed {
  justify-content: center;
}
.cid-vbdzhBPCNf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbdzhBPCNf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbdzhBPCNf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vbdzhBPCNf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbdzhBPCNf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbdzhBPCNf .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-vbdzhBPCNf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbdzhBPCNf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbdzhBPCNf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbdzhBPCNf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbdzhBPCNf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbdzhBPCNf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbdzhBPCNf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbdzhBPCNf .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-vbdzhBPCNf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbdzhBPCNf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbdzhBPCNf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbdzhBPCNf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbdzhBPCNf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbdzhBPCNf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbdzhBPCNf .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbdzhBPCNf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbdzhBPCNf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbdzhBPCNf .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-vbdzhBPCNf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbdzhBPCNf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbdzhBPCNf .dropdown-item.active,
.cid-vbdzhBPCNf .dropdown-item:active {
  background-color: transparent;
}
.cid-vbdzhBPCNf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbdzhBPCNf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbdzhBPCNf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbdzhBPCNf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vbdzhBPCNf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbdzhBPCNf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbdzhBPCNf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbdzhBPCNf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbdzhBPCNf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbdzhBPCNf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vbdzhBPCNf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbdzhBPCNf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbdzhBPCNf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbdzhBPCNf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbdzhBPCNf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbdzhBPCNf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbdzhBPCNf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbdzhBPCNf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbdzhBPCNf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbdzhBPCNf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbdzhBPCNf .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-vbdzhBPCNf .navbar {
    height: 70px;
  }
  .cid-vbdzhBPCNf .navbar.opened {
    height: auto;
  }
  .cid-vbdzhBPCNf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbdzhxIjzY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbdzhxIjzY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbdzhxIjzY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbdzhxIjzY .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-vbdzhxIjzY .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vbdzhxIjzY .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbdzhxIjzY .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vbdzhxIjzY .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbdzhxIjzY .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vbdzhxIjzY .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-vbdzhxIjzY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbdCvLXNH2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e0dfdf;
}
.cid-vbdCvLXNH2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vbdCvLXNH2 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vbdCvLXNH2 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vbdCvLXNH2 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vbdCydKpZd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbdCydKpZd nav.navbar {
  position: fixed;
}
.cid-vbdCydKpZd .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-vbdCydKpZd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbdCydKpZd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbdCydKpZd .dropdown-item:hover,
.cid-vbdCydKpZd .dropdown-item:focus {
  background: #e64968 !important;
  color: white !important;
}
.cid-vbdCydKpZd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbdCydKpZd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbdCydKpZd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbdCydKpZd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbdCydKpZd .nav-link {
  position: relative;
}
.cid-vbdCydKpZd .container {
  display: flex;
  margin: auto;
}
.cid-vbdCydKpZd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbdCydKpZd .dropdown-menu,
.cid-vbdCydKpZd .navbar.opened {
  background: #ffffff !important;
}
.cid-vbdCydKpZd .nav-item:focus,
.cid-vbdCydKpZd .nav-link:focus {
  outline: none;
}
.cid-vbdCydKpZd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbdCydKpZd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbdCydKpZd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbdCydKpZd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbdCydKpZd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbdCydKpZd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbdCydKpZd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vbdCydKpZd .navbar.opened {
  transition: all 0.3s;
}
.cid-vbdCydKpZd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbdCydKpZd .navbar .navbar-logo img {
  width: auto;
}
.cid-vbdCydKpZd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbdCydKpZd .navbar.collapsed {
  justify-content: center;
}
.cid-vbdCydKpZd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbdCydKpZd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbdCydKpZd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vbdCydKpZd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbdCydKpZd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbdCydKpZd .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-vbdCydKpZd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbdCydKpZd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbdCydKpZd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbdCydKpZd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbdCydKpZd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbdCydKpZd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbdCydKpZd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbdCydKpZd .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-vbdCydKpZd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbdCydKpZd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbdCydKpZd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbdCydKpZd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbdCydKpZd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbdCydKpZd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbdCydKpZd .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbdCydKpZd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbdCydKpZd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbdCydKpZd .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-vbdCydKpZd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbdCydKpZd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbdCydKpZd .dropdown-item.active,
.cid-vbdCydKpZd .dropdown-item:active {
  background-color: transparent;
}
.cid-vbdCydKpZd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbdCydKpZd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbdCydKpZd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbdCydKpZd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vbdCydKpZd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbdCydKpZd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbdCydKpZd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbdCydKpZd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbdCydKpZd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbdCydKpZd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vbdCydKpZd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbdCydKpZd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbdCydKpZd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbdCydKpZd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbdCydKpZd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbdCydKpZd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbdCydKpZd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbdCydKpZd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbdCydKpZd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbdCydKpZd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbdCydKpZd .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-vbdCydKpZd .navbar {
    height: 70px;
  }
  .cid-vbdCydKpZd .navbar.opened {
    height: auto;
  }
  .cid-vbdCydKpZd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbdCyeKVxy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbdCyeKVxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbdCyeKVxy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbdCyeKVxy .mbr-section-title {
  text-align: left;
}
.cid-vbdCyfeSTs {
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vbdCyfeSTs .carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.cid-vbdCyfeSTs .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  text-align: left;
}
.cid-vbdCyfeSTs .carousel-item > div {
  width: 100%;
}
.cid-vbdCyfeSTs .carousel-item.active,
.cid-vbdCyfeSTs .carousel-item-next,
.cid-vbdCyfeSTs .carousel-item-prev {
  display: flex;
}
.cid-vbdCyfeSTs .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-vbdCyfeSTs .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-vbdCyfeSTs .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-vbdCyfeSTs .carousel-controls a {
    width: 5%;
  }
}
.cid-vbdCyfeSTs .card__wrap {
  background: #ffffff;
  padding: 55px 45px 45px;
  position: relative;
  box-shadow: 0px 60px 100px 0px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  cursor: pointer;
}
.cid-vbdCyfeSTs .card__icon .mbr-iconfont {
  font-size: 40px;
  color: #ff9966;
}
.cid-vbdCyfeSTs .card__author {
  display: inline-block;
  color: #000000;
  padding-left: 40px;
  position: relative;
  margin: 40px 0 5px;
}
.cid-vbdCyfeSTs .card__author:before {
  content: "";
  width: 22px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 13px;
  background: currentColor;
}
.cid-vbdCyfeSTs .card__descr {
  padding-left: 40px;
  color: #000000;
}
.cid-vbdCyfeSTs li {
  background-color: transparent;
  width: 6px;
  height: 6px;
  opacity: 1;
  border: 2px solid #ff3a46 !important;
  margin: 0 5px;
}
.cid-vbdCyfeSTs li.active {
  opacity: 1;
  background-color: #ff3a46;
  width: 6px;
  height: 6px;
}
.cid-vbdCyfeSTs .carousel-indicators {
  align-items: center;
  position: static;
  margin: 75px 0 0;
}
.cid-vbdCyfeSTs .carousel-indicators li {
  border-radius: 50%;
}
.cid-vbdCyfeSTs a {
  line-height: 1.5;
}
@media (max-width: 991px) {
  .cid-vbdCyfeSTs .box {
    margin-bottom: 50px;
  }
}
.cid-vbdCyfeSTs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbdCyfeSTs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbdCyfeSTs .card__text,
.cid-vbdCyfeSTs .card__icon,
.cid-vbdCyfeSTs .author__wrap {
  text-align: left;
}
.cid-vbdDkdXQv5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e0dfdf;
}
.cid-vbdDkdXQv5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vbdDkdXQv5 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vbdDkdXQv5 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vbdDkdXQv5 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vbpo6lx4PT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbpo6lx4PT nav.navbar {
  position: fixed;
}
.cid-vbpo6lx4PT .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-vbpo6lx4PT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbpo6lx4PT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbpo6lx4PT .dropdown-item:hover,
.cid-vbpo6lx4PT .dropdown-item:focus {
  background: #e64968 !important;
  color: white !important;
}
.cid-vbpo6lx4PT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbpo6lx4PT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbpo6lx4PT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbpo6lx4PT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbpo6lx4PT .nav-link {
  position: relative;
}
.cid-vbpo6lx4PT .container {
  display: flex;
  margin: auto;
}
.cid-vbpo6lx4PT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbpo6lx4PT .dropdown-menu,
.cid-vbpo6lx4PT .navbar.opened {
  background: #ffffff !important;
}
.cid-vbpo6lx4PT .nav-item:focus,
.cid-vbpo6lx4PT .nav-link:focus {
  outline: none;
}
.cid-vbpo6lx4PT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbpo6lx4PT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbpo6lx4PT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbpo6lx4PT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbpo6lx4PT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbpo6lx4PT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbpo6lx4PT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vbpo6lx4PT .navbar.opened {
  transition: all 0.3s;
}
.cid-vbpo6lx4PT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbpo6lx4PT .navbar .navbar-logo img {
  width: auto;
}
.cid-vbpo6lx4PT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbpo6lx4PT .navbar.collapsed {
  justify-content: center;
}
.cid-vbpo6lx4PT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbpo6lx4PT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbpo6lx4PT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vbpo6lx4PT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbpo6lx4PT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbpo6lx4PT .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-vbpo6lx4PT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbpo6lx4PT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbpo6lx4PT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbpo6lx4PT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbpo6lx4PT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbpo6lx4PT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbpo6lx4PT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbpo6lx4PT .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-vbpo6lx4PT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbpo6lx4PT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbpo6lx4PT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbpo6lx4PT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbpo6lx4PT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbpo6lx4PT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbpo6lx4PT .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbpo6lx4PT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbpo6lx4PT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbpo6lx4PT .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-vbpo6lx4PT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbpo6lx4PT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbpo6lx4PT .dropdown-item.active,
.cid-vbpo6lx4PT .dropdown-item:active {
  background-color: transparent;
}
.cid-vbpo6lx4PT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbpo6lx4PT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbpo6lx4PT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbpo6lx4PT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vbpo6lx4PT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbpo6lx4PT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbpo6lx4PT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbpo6lx4PT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbpo6lx4PT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbpo6lx4PT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vbpo6lx4PT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbpo6lx4PT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbpo6lx4PT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbpo6lx4PT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbpo6lx4PT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbpo6lx4PT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbpo6lx4PT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbpo6lx4PT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbpo6lx4PT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbpo6lx4PT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbpo6lx4PT .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-vbpo6lx4PT .navbar {
    height: 70px;
  }
  .cid-vbpo6lx4PT .navbar.opened {
    height: auto;
  }
  .cid-vbpo6lx4PT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcEreXGbbv {
  background-color: #ffffff;
}
.cid-vcEreXGbbv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcEreXGbbv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcEreXGbbv .items-wrapper {
  margin: 0;
}
.cid-vcEreXGbbv .items-wrapper .card {
  padding: 0;
  justify-content: center;
}
.cid-vcEreXGbbv .content-wrap {
  padding-right: 56px;
  padding-right: 0;
  padding-left: 56px;
}
@media (max-width: 992px) {
  .cid-vcEreXGbbv .content-wrap {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-vcEreXGbbv .content-wrap {
    padding-left: 0;
  }
}
.cid-vcEreXGbbv .content-wrap .label-wrapper {
  margin-bottom: 24px;
}
.cid-vcEreXGbbv .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
  width: 85%;
}
@media (max-width: 992px) {
  .cid-vcEreXGbbv .content-wrap .label-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-vcEreXGbbv .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcEreXGbbv .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcEreXGbbv .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcEreXGbbv .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcEreXGbbv .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcEreXGbbv .image-wrapper {
  background-color: #ffffff;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vcEreXGbbv .image-wrapper {
    margin-top: 32px;
  }
}
.cid-vcEreXGbbv .image-wrapper img {
  height: 540px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcEreXGbbv .image-wrapper img {
    height: 300px;
  }
}
.cid-vcEreXGbbv .mbr-label {
  color: #000000;
}
.cid-vcEreXGbbv .mbr-section-title {
  color: #000000;
}
.cid-vcEreXGbbv .mbr-text {
  color: #4f4f4f;
}
.cid-vcEreXGbbv .mbr-text,
.cid-vcEreXGbbv .text-wrapper {
  color: #14191e;
}
.cid-vcEreXGbbv .mbr-label,
.cid-vcEreXGbbv .label-wrapper {
  text-align: justify;
}
.cid-vcEreXGbbv .mbr-section-title,
.cid-vcEreXGbbv .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vbpo6pC4FM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e0dfdf;
}
.cid-vbpo6pC4FM img,
.cid-vbpo6pC4FM .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vbpo6pC4FM .item:focus,
.cid-vbpo6pC4FM span:focus {
  outline: none;
}
.cid-vbpo6pC4FM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vbpo6pC4FM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e0dfdf;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vbpo6pC4FM .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vbpo6pC4FM .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vbpo6pC4FM .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vbpo6pC4FM .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vbpo6pC4FM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vbpo6pC4FM .mbr-section-title {
  color: #232323;
}
.cid-vbpo6pC4FM .mbr-text,
.cid-vbpo6pC4FM .mbr-section-btn {
  text-align: left;
}
.cid-vbpo6pC4FM .item-title {
  text-align: left;
}
.cid-vbpo6pC4FM .item-subtitle {
  text-align: left;
}
.cid-vbpo6qkckJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbpo6qkckJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpo6qkckJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpo6qMHll {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vbpo6qMHll .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpo6qMHll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpo6qMHll .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vbpo6qMHll .content-wrapper {
    padding: 0 16px;
  }
}
.cid-vbpo6qMHll .content-wrapper::before,
.cid-vbpo6qMHll .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ffffff;
}
.cid-vbpo6qMHll .content-wrapper::before {
  left: 0;
}
.cid-vbpo6qMHll .content-wrapper::after {
  right: 0;
}
.cid-vbpo6qMHll .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-vbpo6qMHll .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vbpo6qMHll .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vbpo6qMHll .embla__slide .slide-content {
  width: 100%;
}
.cid-vbpo6qMHll .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-vbpo6qMHll .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vbpo6qMHll .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-vbpo6qMHll .embla__button--next,
.cid-vbpo6qMHll .embla__button--prev {
  display: flex;
}
.cid-vbpo6qMHll .embla__button {
  bottom: 0;
  width: 28px;
  height: 28px;
  font-size: 16px;
  background-color: #ffffff !important;
  color: #e64968 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vbpo6qMHll .embla__button:disabled {
  opacity: .5 !important;
}
.cid-vbpo6qMHll .embla__button.embla__button--prev {
  right: 36px;
}
.cid-vbpo6qMHll .embla__button.embla__button--next {
  right: 0;
}
.cid-vbpo6qMHll .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vbpo6qMHll .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vbpo6qMHll .embla__viewport {
    padding: 0;
  }
}
.cid-vbpo6qMHll .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbpo6qMHll .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbpo6qMHll .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vbpo6qMHll .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vbpo6qMHll .mbr-section-title {
  color: #0a0a0a;
}
.cid-vbpo6tAeT5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e0dfdf;
}
.cid-vbpo6tAeT5 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-vbpo6tAeT5 .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-vbpo6tAeT5 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vbpo6tAeT5 .pie_progress__number {
  text-align: center !important;
}
.cid-vbpo6tAeT5 .card-title {
  margin-bottom: 0;
}
.cid-vbpo6tAeT5 .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-vbpo6tAeT5 .svg-gradient {
  position: absolute;
}
.cid-vbpo6tAeT5 ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vbpo6tAeT5 .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-vbpo6tAeT5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpo6tAeT5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpo6tAeT5 H4 {
  text-align: center;
}
.cid-vbpo6tAeT5 .card-text {
  color: #14191e;
  text-align: left;
}
.cid-vcPRzPDVaV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e0dfdf;
}
.cid-vcPRzPDVaV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPRzPDVaV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcPRzPDVaV .mbr-section-title {
  text-align: justify;
}
.cid-vbuvNchGJm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbuvNchGJm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbuvNchGJm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpo6ul7kM {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vbpo6ul7kM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpo6ul7kM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpo6ul7kM .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vbpo6ul7kM .container {
    max-width: 1400px;
  }
}
.cid-vbpo6ul7kM .card {
  margin: auto;
}
.cid-vbpo6ul7kM .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-vbpo6ul7kM .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vbpo6ul7kM .row {
  justify-content: center;
}
.cid-vcEB5PP0SU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e0dfdf;
}
.cid-vcEB5PP0SU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcEB5PP0SU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcEB5PP0SU .items-wrapper {
  margin: 0;
}
.cid-vcEB5PP0SU .items-wrapper .card {
  padding: 0;
  justify-content: center;
}
.cid-vcEB5PP0SU .content-wrap {
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-vcEB5PP0SU .content-wrap {
    padding-right: 0;
  }
}
.cid-vcEB5PP0SU .content-wrap .label-wrapper {
  margin-bottom: 24px;
}
.cid-vcEB5PP0SU .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
  width: 85%;
}
@media (max-width: 992px) {
  .cid-vcEB5PP0SU .content-wrap .label-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-vcEB5PP0SU .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcEB5PP0SU .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcEB5PP0SU .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcEB5PP0SU .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcEB5PP0SU .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcEB5PP0SU .image-wrapper {
  background-color: #e0dfdf;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vcEB5PP0SU .image-wrapper {
    margin-top: 32px;
  }
}
.cid-vcEB5PP0SU .image-wrapper img {
  height: 540px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcEB5PP0SU .image-wrapper img {
    height: 300px;
  }
}
.cid-vcEB5PP0SU .mbr-label {
  color: #000000;
}
.cid-vcEB5PP0SU .mbr-section-title {
  color: #000000;
}
.cid-vcEB5PP0SU .mbr-text {
  color: #4f4f4f;
}
.cid-vcEB5PP0SU .mbr-text,
.cid-vcEB5PP0SU .text-wrapper {
  color: #14191e;
}
.cid-vcEB5PP0SU .mbr-label,
.cid-vcEB5PP0SU .label-wrapper {
  text-align: justify;
}
.cid-vcEB5PP0SU .mbr-section-title,
.cid-vcEB5PP0SU .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vcECBHYQ4q {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcECBHYQ4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcECBHYQ4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcECBHYQ4q .items-wrapper {
  margin: 0;
}
.cid-vcECBHYQ4q .items-wrapper .card {
  padding: 0;
  justify-content: center;
}
.cid-vcECBHYQ4q .content-wrap {
  padding-right: 56px;
  padding-right: 0;
  padding-left: 56px;
}
@media (max-width: 992px) {
  .cid-vcECBHYQ4q .content-wrap {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-vcECBHYQ4q .content-wrap {
    padding-left: 0;
  }
}
.cid-vcECBHYQ4q .content-wrap .label-wrapper {
  margin-bottom: 24px;
}
.cid-vcECBHYQ4q .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
  width: 85%;
}
@media (max-width: 992px) {
  .cid-vcECBHYQ4q .content-wrap .label-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-vcECBHYQ4q .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcECBHYQ4q .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcECBHYQ4q .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcECBHYQ4q .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcECBHYQ4q .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcECBHYQ4q .image-wrapper {
  background-color: #ffffff;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-vcECBHYQ4q .image-wrapper {
    margin-top: 32px;
  }
}
.cid-vcECBHYQ4q .image-wrapper img {
  height: 540px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcECBHYQ4q .image-wrapper img {
    height: 300px;
  }
}
.cid-vcECBHYQ4q .mbr-label {
  color: #000000;
}
.cid-vcECBHYQ4q .mbr-section-title {
  color: #000000;
}
.cid-vcECBHYQ4q .mbr-text {
  color: #4f4f4f;
}
.cid-vcECBHYQ4q .mbr-text,
.cid-vcECBHYQ4q .text-wrapper {
  color: #14191e;
}
.cid-vcECBHYQ4q .mbr-label,
.cid-vcECBHYQ4q .label-wrapper {
  text-align: justify;
}
.cid-vcECBHYQ4q .mbr-section-title,
.cid-vcECBHYQ4q .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vbpo6w4GDK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbpo6w4GDK .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-vbpo6w4GDK img,
.cid-vbpo6w4GDK .item-img {
  width: 100%;
}
.cid-vbpo6w4GDK .item:focus,
.cid-vbpo6w4GDK span:focus {
  outline: none;
}
.cid-vbpo6w4GDK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vbpo6w4GDK .item {
    margin-bottom: 1rem;
  }
}
.cid-vbpo6w4GDK .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vbpo6w4GDK .item {
  padding: 0;
  margin: 0;
}
.cid-vbpo6w4GDK .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vbpo6w4GDK .mbr-section-title {
  color: #232323;
}
.cid-vbpo6w4GDK .mbr-text,
.cid-vbpo6w4GDK .mbr-section-btn {
  color: #232323;
}
.cid-vbpo6w4GDK .item-title {
  color: #232323;
  text-align: center;
}
.cid-vbpo6w4GDK .content-head {
  max-width: 800px;
}
.cid-vbpo6wKmwc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e0dfdf;
}
.cid-vbpo6wKmwc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vbpo6wKmwc form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vbpo6wKmwc form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vbpo6wKmwc form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vbpXCQQs4s {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbpXCQQs4s nav.navbar {
  position: fixed;
}
.cid-vbpXCQQs4s .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-vbpXCQQs4s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbpXCQQs4s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbpXCQQs4s .dropdown-item:hover,
.cid-vbpXCQQs4s .dropdown-item:focus {
  background: #e64968 !important;
  color: white !important;
}
.cid-vbpXCQQs4s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbpXCQQs4s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbpXCQQs4s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbpXCQQs4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbpXCQQs4s .nav-link {
  position: relative;
}
.cid-vbpXCQQs4s .container {
  display: flex;
  margin: auto;
}
.cid-vbpXCQQs4s .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbpXCQQs4s .dropdown-menu,
.cid-vbpXCQQs4s .navbar.opened {
  background: #ffffff !important;
}
.cid-vbpXCQQs4s .nav-item:focus,
.cid-vbpXCQQs4s .nav-link:focus {
  outline: none;
}
.cid-vbpXCQQs4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbpXCQQs4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbpXCQQs4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbpXCQQs4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbpXCQQs4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbpXCQQs4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbpXCQQs4s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vbpXCQQs4s .navbar.opened {
  transition: all 0.3s;
}
.cid-vbpXCQQs4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbpXCQQs4s .navbar .navbar-logo img {
  width: auto;
}
.cid-vbpXCQQs4s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbpXCQQs4s .navbar.collapsed {
  justify-content: center;
}
.cid-vbpXCQQs4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbpXCQQs4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbpXCQQs4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vbpXCQQs4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbpXCQQs4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbpXCQQs4s .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-vbpXCQQs4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbpXCQQs4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbpXCQQs4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbpXCQQs4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbpXCQQs4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbpXCQQs4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbpXCQQs4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbpXCQQs4s .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-vbpXCQQs4s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbpXCQQs4s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbpXCQQs4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbpXCQQs4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbpXCQQs4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbpXCQQs4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbpXCQQs4s .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbpXCQQs4s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbpXCQQs4s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbpXCQQs4s .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-vbpXCQQs4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbpXCQQs4s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbpXCQQs4s .dropdown-item.active,
.cid-vbpXCQQs4s .dropdown-item:active {
  background-color: transparent;
}
.cid-vbpXCQQs4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbpXCQQs4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbpXCQQs4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbpXCQQs4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vbpXCQQs4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbpXCQQs4s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbpXCQQs4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbpXCQQs4s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbpXCQQs4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbpXCQQs4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vbpXCQQs4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbpXCQQs4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbpXCQQs4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbpXCQQs4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbpXCQQs4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbpXCQQs4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbpXCQQs4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbpXCQQs4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbpXCQQs4s .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbpXCQQs4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbpXCQQs4s .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-vbpXCQQs4s .navbar {
    height: 70px;
  }
  .cid-vbpXCQQs4s .navbar.opened {
    height: auto;
  }
  .cid-vbpXCQQs4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbpXCPo3sp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbpXCPo3sp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpXCPo3sp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpXCPo3sp .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-vbpXCPo3sp .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vbpXCPo3sp .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbpXCPo3sp .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vbpXCPo3sp .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbpXCPo3sp .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vbpXCPo3sp .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-vbpXCPo3sp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vbpXCPo3sp .mbr-text,
.cid-vbpXCPo3sp .mbr-section-btn {
  color: #14191e;
}
.cid-vbpXCPo3sp .special-word {
  color: #e64968;
}
.cid-vbqkRg2hSE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e0dfdf;
}
.cid-vbqkRg2hSE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vbqkRg2hSE form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vbqkRg2hSE form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vbqkRg2hSE form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vbqkVlMvxI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbqkVlMvxI nav.navbar {
  position: fixed;
}
.cid-vbqkVlMvxI .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-vbqkVlMvxI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbqkVlMvxI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbqkVlMvxI .dropdown-item:hover,
.cid-vbqkVlMvxI .dropdown-item:focus {
  background: #e64968 !important;
  color: white !important;
}
.cid-vbqkVlMvxI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbqkVlMvxI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbqkVlMvxI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbqkVlMvxI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbqkVlMvxI .nav-link {
  position: relative;
}
.cid-vbqkVlMvxI .container {
  display: flex;
  margin: auto;
}
.cid-vbqkVlMvxI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbqkVlMvxI .dropdown-menu,
.cid-vbqkVlMvxI .navbar.opened {
  background: #ffffff !important;
}
.cid-vbqkVlMvxI .nav-item:focus,
.cid-vbqkVlMvxI .nav-link:focus {
  outline: none;
}
.cid-vbqkVlMvxI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbqkVlMvxI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbqkVlMvxI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbqkVlMvxI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbqkVlMvxI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbqkVlMvxI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbqkVlMvxI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vbqkVlMvxI .navbar.opened {
  transition: all 0.3s;
}
.cid-vbqkVlMvxI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbqkVlMvxI .navbar .navbar-logo img {
  width: auto;
}
.cid-vbqkVlMvxI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbqkVlMvxI .navbar.collapsed {
  justify-content: center;
}
.cid-vbqkVlMvxI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbqkVlMvxI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbqkVlMvxI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vbqkVlMvxI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbqkVlMvxI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbqkVlMvxI .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-vbqkVlMvxI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbqkVlMvxI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbqkVlMvxI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbqkVlMvxI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbqkVlMvxI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbqkVlMvxI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbqkVlMvxI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbqkVlMvxI .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-vbqkVlMvxI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbqkVlMvxI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbqkVlMvxI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbqkVlMvxI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbqkVlMvxI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbqkVlMvxI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbqkVlMvxI .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbqkVlMvxI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbqkVlMvxI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbqkVlMvxI .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-vbqkVlMvxI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbqkVlMvxI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbqkVlMvxI .dropdown-item.active,
.cid-vbqkVlMvxI .dropdown-item:active {
  background-color: transparent;
}
.cid-vbqkVlMvxI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbqkVlMvxI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbqkVlMvxI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbqkVlMvxI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vbqkVlMvxI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbqkVlMvxI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbqkVlMvxI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbqkVlMvxI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbqkVlMvxI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbqkVlMvxI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vbqkVlMvxI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbqkVlMvxI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbqkVlMvxI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbqkVlMvxI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbqkVlMvxI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbqkVlMvxI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbqkVlMvxI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbqkVlMvxI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbqkVlMvxI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbqkVlMvxI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbqkVlMvxI .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-vbqkVlMvxI .navbar {
    height: 70px;
  }
  .cid-vbqkVlMvxI .navbar.opened {
    height: auto;
  }
  .cid-vbqkVlMvxI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdj3YlpKPe {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdj3YlpKPe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdj3YlpKPe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdj3YlpKPe .mbr-section-title {
  text-align: justify;
}
.cid-vdj3YlpKPe .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vdj3YlpKPe .mbr-section-subtitle {
  text-align: left;
}
.cid-vdj3YUUgPU {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vdj3YUUgPU .item {
  display: flex;
  border-radius: 25px;
  background-color: #e0dfdf;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-vdj3YUUgPU .item {
    padding: 3rem 4.5rem 3rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-vdj3YUUgPU .item {
    padding: 3rem;
    flex-direction: column;
  }
}
.cid-vdj3YUUgPU .icon-box {
  background: #ffffff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.7rem;
}
@media (max-width: 991px) {
  .cid-vdj3YUUgPU .icon-box {
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
}
.cid-vdj3YUUgPU .step-number {
  color: #e64968;
}
@media (max-width: 991px) {
  .cid-vdj3YUUgPU .card {
    margin-bottom: 2rem;
  }
  .cid-vdj3YUUgPU .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vdj3YUUgPU .card-title {
  color: #2e6b75;
}
.cid-vdj3YUUgPU .icon-text {
  color: #000000;
}
.cid-vdj3YUUgPU .icon-title {
  color: #2e6b75;
}
.cid-vdj3YUUgPU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdj3YUUgPU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdj3YUUgPU .card-title,
.cid-vdj3YUUgPU .card-box {
  color: #14191e;
}
.cid-vbqr2GwJ0Q {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e0dfdf;
}
.cid-vbqr2GwJ0Q .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vbqr2GwJ0Q form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vbqr2GwJ0Q form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vbqr2GwJ0Q form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vbqtoIUprH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbqtoIUprH nav.navbar {
  position: fixed;
}
.cid-vbqtoIUprH .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-vbqtoIUprH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbqtoIUprH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbqtoIUprH .dropdown-item:hover,
.cid-vbqtoIUprH .dropdown-item:focus {
  background: #e64968 !important;
  color: white !important;
}
.cid-vbqtoIUprH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbqtoIUprH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbqtoIUprH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbqtoIUprH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbqtoIUprH .nav-link {
  position: relative;
}
.cid-vbqtoIUprH .container {
  display: flex;
  margin: auto;
}
.cid-vbqtoIUprH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbqtoIUprH .dropdown-menu,
.cid-vbqtoIUprH .navbar.opened {
  background: #ffffff !important;
}
.cid-vbqtoIUprH .nav-item:focus,
.cid-vbqtoIUprH .nav-link:focus {
  outline: none;
}
.cid-vbqtoIUprH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbqtoIUprH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbqtoIUprH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbqtoIUprH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbqtoIUprH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbqtoIUprH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbqtoIUprH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vbqtoIUprH .navbar.opened {
  transition: all 0.3s;
}
.cid-vbqtoIUprH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbqtoIUprH .navbar .navbar-logo img {
  width: auto;
}
.cid-vbqtoIUprH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbqtoIUprH .navbar.collapsed {
  justify-content: center;
}
.cid-vbqtoIUprH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbqtoIUprH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbqtoIUprH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vbqtoIUprH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbqtoIUprH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbqtoIUprH .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-vbqtoIUprH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbqtoIUprH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbqtoIUprH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbqtoIUprH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbqtoIUprH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbqtoIUprH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbqtoIUprH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbqtoIUprH .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-vbqtoIUprH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbqtoIUprH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbqtoIUprH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbqtoIUprH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbqtoIUprH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbqtoIUprH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbqtoIUprH .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbqtoIUprH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbqtoIUprH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbqtoIUprH .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-vbqtoIUprH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbqtoIUprH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbqtoIUprH .dropdown-item.active,
.cid-vbqtoIUprH .dropdown-item:active {
  background-color: transparent;
}
.cid-vbqtoIUprH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbqtoIUprH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbqtoIUprH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbqtoIUprH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vbqtoIUprH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbqtoIUprH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbqtoIUprH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbqtoIUprH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbqtoIUprH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbqtoIUprH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vbqtoIUprH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbqtoIUprH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbqtoIUprH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbqtoIUprH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbqtoIUprH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbqtoIUprH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbqtoIUprH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbqtoIUprH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbqtoIUprH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbqtoIUprH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbqtoIUprH .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-vbqtoIUprH .navbar {
    height: 70px;
  }
  .cid-vbqtoIUprH .navbar.opened {
    height: auto;
  }
  .cid-vbqtoIUprH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdj5Sxkq2A {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdj5Sxkq2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdj5Sxkq2A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdj5Sxkq2A .mbr-section-title {
  text-align: justify;
}
.cid-vdj5Sxkq2A .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vdj5Sxkq2A .mbr-section-subtitle {
  text-align: left;
}
.cid-vdj5TCSLv0 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vdj5TCSLv0 .item {
  display: flex;
  border-radius: 25px;
  background-color: #e0dfdf;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-vdj5TCSLv0 .item {
    padding: 3rem 4.5rem 3rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-vdj5TCSLv0 .item {
    padding: 3rem;
    flex-direction: column;
  }
}
.cid-vdj5TCSLv0 .icon-box {
  background: #ffffff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.7rem;
}
@media (max-width: 991px) {
  .cid-vdj5TCSLv0 .icon-box {
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
}
.cid-vdj5TCSLv0 .step-number {
  color: #e64968;
}
@media (max-width: 991px) {
  .cid-vdj5TCSLv0 .card {
    margin-bottom: 2rem;
  }
  .cid-vdj5TCSLv0 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vdj5TCSLv0 .card-title {
  color: #2e6b75;
}
.cid-vdj5TCSLv0 .icon-text {
  color: #000000;
}
.cid-vdj5TCSLv0 .icon-title {
  color: #2e6b75;
}
.cid-vdj5TCSLv0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdj5TCSLv0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdj5TCSLv0 .card-title,
.cid-vdj5TCSLv0 .card-box {
  color: #14191e;
}
.cid-vbqC45RH1g {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e0dfdf;
}
.cid-vbqC45RH1g .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vbqC45RH1g form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vbqC45RH1g form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vbqC45RH1g form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vbqDqDzyg4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbqDqDzyg4 nav.navbar {
  position: fixed;
}
.cid-vbqDqDzyg4 .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-vbqDqDzyg4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbqDqDzyg4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbqDqDzyg4 .dropdown-item:hover,
.cid-vbqDqDzyg4 .dropdown-item:focus {
  background: #e64968 !important;
  color: white !important;
}
.cid-vbqDqDzyg4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbqDqDzyg4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbqDqDzyg4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbqDqDzyg4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbqDqDzyg4 .nav-link {
  position: relative;
}
.cid-vbqDqDzyg4 .container {
  display: flex;
  margin: auto;
}
.cid-vbqDqDzyg4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbqDqDzyg4 .dropdown-menu,
.cid-vbqDqDzyg4 .navbar.opened {
  background: #ffffff !important;
}
.cid-vbqDqDzyg4 .nav-item:focus,
.cid-vbqDqDzyg4 .nav-link:focus {
  outline: none;
}
.cid-vbqDqDzyg4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbqDqDzyg4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbqDqDzyg4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbqDqDzyg4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbqDqDzyg4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbqDqDzyg4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbqDqDzyg4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vbqDqDzyg4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vbqDqDzyg4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbqDqDzyg4 .navbar .navbar-logo img {
  width: auto;
}
.cid-vbqDqDzyg4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbqDqDzyg4 .navbar.collapsed {
  justify-content: center;
}
.cid-vbqDqDzyg4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbqDqDzyg4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbqDqDzyg4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vbqDqDzyg4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbqDqDzyg4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbqDqDzyg4 .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-vbqDqDzyg4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbqDqDzyg4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbqDqDzyg4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbqDqDzyg4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbqDqDzyg4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbqDqDzyg4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbqDqDzyg4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbqDqDzyg4 .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-vbqDqDzyg4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbqDqDzyg4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbqDqDzyg4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbqDqDzyg4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbqDqDzyg4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbqDqDzyg4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbqDqDzyg4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbqDqDzyg4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbqDqDzyg4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbqDqDzyg4 .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-vbqDqDzyg4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbqDqDzyg4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbqDqDzyg4 .dropdown-item.active,
.cid-vbqDqDzyg4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vbqDqDzyg4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbqDqDzyg4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbqDqDzyg4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbqDqDzyg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vbqDqDzyg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbqDqDzyg4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbqDqDzyg4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbqDqDzyg4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbqDqDzyg4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbqDqDzyg4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vbqDqDzyg4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbqDqDzyg4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbqDqDzyg4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbqDqDzyg4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbqDqDzyg4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbqDqDzyg4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbqDqDzyg4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbqDqDzyg4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbqDqDzyg4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbqDqDzyg4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbqDqDzyg4 .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-vbqDqDzyg4 .navbar {
    height: 70px;
  }
  .cid-vbqDqDzyg4 .navbar.opened {
    height: auto;
  }
  .cid-vbqDqDzyg4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbqDqyq4xI {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbqDqyq4xI .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-vbqDqyq4xI .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-vbqDqyq4xI .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e64968;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-vcDuXKFmzR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vcDuXKFmzR img,
.cid-vcDuXKFmzR .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcDuXKFmzR .item:focus,
.cid-vcDuXKFmzR span:focus {
  outline: none;
}
.cid-vcDuXKFmzR .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcDuXKFmzR .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcDuXKFmzR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcDuXKFmzR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcDuXKFmzR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcDuXKFmzR .mbr-section-title {
  color: #ffffff;
}
.cid-vcDuXKFmzR .mbr-text,
.cid-vcDuXKFmzR .mbr-section-btn {
  text-align: center;
}
.cid-vcDuXKFmzR .item-title {
  text-align: center;
}
.cid-vcDuXKFmzR .item-subtitle {
  text-align: left;
}
.cid-vbvqbkGcZP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e0dfdf;
}
.cid-vbvqbkGcZP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vbvqbkGcZP form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vbvqbkGcZP form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vbvqbkGcZP form .mbr-section-btn .btn {
    width: 100%;
  }
}
