body {
  background-color: #fde8eb;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5.625rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.03125rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4.25rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.125rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 4.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.9375rem;
    font-size: calc( 2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((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: #ff9f1c !important;
}
.bg-success {
  background-color: #24c47a !important;
}
.bg-info {
  background-color: #0cb9dc !important;
}
.bg-warning {
  background-color: #e8ae00 !important;
}
.bg-danger {
  background-color: #c62232 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff9f1c !important;
  border-color: #ff9f1c !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 {
  border-color: #c47100 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c47100 !important;
  border-color: #c47100 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2ec4b6 !important;
  border-color: #2ec4b6 !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 {
  border-color: #1e7e75 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1e7e75 !important;
  border-color: #1e7e75 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0cb9dc !important;
  border-color: #0cb9dc !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 {
  border-color: #08748a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #08748a !important;
  border-color: #08748a !important;
}
.btn-success,
.btn-success:active {
  background-color: #24c47a !important;
  border-color: #24c47a !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 {
  border-color: #177b4c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #177b4c !important;
  border-color: #177b4c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e8ae00 !important;
  border-color: #e8ae00 !important;
  color: #ffffff !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 {
  border-color: #916d00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #916d00 !important;
  border-color: #916d00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c62232 !important;
  border-color: #c62232 !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 {
  border-color: #7c151f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7c151f !important;
  border-color: #7c151f !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 {
  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: #212132 !important;
  border-color: #212132 !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 {
  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: #ff9f1c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff9f1c !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: #ff9f1c !important;
  border-color: #ff9f1c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2ec4b6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2ec4b6 !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: #2ec4b6 !important;
  border-color: #2ec4b6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0cb9dc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0cb9dc !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: #0cb9dc !important;
  border-color: #0cb9dc !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #24c47a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #24c47a !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: #24c47a !important;
  border-color: #24c47a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e8ae00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e8ae00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e8ae00 !important;
  border-color: #e8ae00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c62232;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c62232 !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: #c62232 !important;
  border-color: #c62232 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #212132;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #212132 !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: #212132 !important;
  border-color: #212132 !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: #fafafa !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #616161 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff9f1c !important;
}
.text-secondary {
  color: #2ec4b6 !important;
}
.text-success {
  color: #24c47a !important;
}
.text-info {
  color: #0cb9dc !important;
}
.text-warning {
  color: #e8ae00 !important;
}
.text-danger {
  color: #c62232 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #212132 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b56800 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1b7169 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #146e44 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #07687b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #826200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6f131c !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: #ff9f1c;
}
.nav-tabs .nav-link:not(.active) {
  color: #212132;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0cb9dc;
}
.alert-warning {
  background-color: #e8ae00;
}
.alert-danger {
  background-color: #c62232;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff9f1c;
  border-color: #ff9f1c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff9f1c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff5e8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #80e8b8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b9f0fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffedb5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e97f89;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #ff9f1c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #ff9f1c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff9f1c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff9f1c;
}
.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: #ff9f1c;
  border-bottom-color: #ff9f1c;
}
.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: #000000 !important;
  background-color: #ff9f1c !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: #2ec4b6 !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='%23ff9f1c' %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-duration: .2s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1440px;
  padding-left: 6vw;
  padding-right: 6vw;
}
@media (max-width: 991px) {
  .container {
    max-width: 80vw;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media (min-width: 1600px) {
  .container {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.container-fluid {
  padding-left: 6vw;
  padding-right: 6vw;
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media (min-width: 1600px) {
  .container-fluid {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.row {
  margin-left: -6vw;
  margin-right: -6vw;
}
.row > [class*="col"] {
  padding-left: 6vw;
  padding-right: 6vw;
}
@media (max-width: 767px) {
  .row {
    margin-left: -3vw;
    margin-right: -3vw;
  }
  .row > [class*="col"] {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media (min-width: 1600px) {
  .row {
    margin-left: -96px;
    margin-right: -96px;
  }
  .row > [class*="col"] {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 40px;
  padding: 20px 40px;
  line-height: 1.55;
  font-weight: 500;
  transition-duration: .2s;
  border-radius: 0.75rem !important;
  box-shadow: none !important;
  border: none !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.custom-mbr-section-btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.custom-section-btn {
  display: inline-block;
  padding: 3px;
  position: relative;
  border-radius: 0.75rem !important;
  margin-top: 0.42rem;
  margin-left: 0.42rem;
}
.custom-section-btn::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.75rem !important;
  transition: all 300ms ease;
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  animation: none;
}
.custom-section-btn .btn {
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  position: relative;
  z-index: 11;
  transform-style: preserve-3d;
  transition: all 300ms ease;
  border: none !important;
  margin: 0 !important;
  animation: none;
  min-height: 106px;
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .custom-section-btn .btn {
    padding: 12px 24px;
    min-height: 68px;
  }
}
.custom-section-btn:hover .btn {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.custom-section-btn:hover::after {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-vcdSU45OHn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcdSU45OHn nav.navbar {
  position: fixed;
}
.cid-vcdSU45OHn .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-vcdSU45OHn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcdSU45OHn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcdSU45OHn .dropdown-item:hover,
.cid-vcdSU45OHn .dropdown-item:focus {
  background: #ff9f1c !important;
  color: white !important;
}
.cid-vcdSU45OHn .dropdown-item:hover span {
  color: white;
}
.cid-vcdSU45OHn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcdSU45OHn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcdSU45OHn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcdSU45OHn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcdSU45OHn .nav-link {
  position: relative;
}
.cid-vcdSU45OHn .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcdSU45OHn .container {
    flex-wrap: nowrap;
  }
}
.cid-vcdSU45OHn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-vcdSU45OHn .iconfont-wrapper:hover {
  color: #2ec4b6 !important;
}
.cid-vcdSU45OHn .dropdown-menu,
.cid-vcdSU45OHn .navbar.opened {
  background: #21090f !important;
}
.cid-vcdSU45OHn .nav-item:focus,
.cid-vcdSU45OHn .nav-link:focus {
  outline: none;
}
.cid-vcdSU45OHn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcdSU45OHn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcdSU45OHn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcdSU45OHn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcdSU45OHn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcdSU45OHn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcdSU45OHn .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #21090f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcdSU45OHn .navbar.opened {
  transition: all 0.3s;
}
.cid-vcdSU45OHn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcdSU45OHn .navbar .navbar-logo img {
  width: auto;
}
.cid-vcdSU45OHn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcdSU45OHn .navbar.collapsed {
  justify-content: center;
}
.cid-vcdSU45OHn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcdSU45OHn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcdSU45OHn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcdSU45OHn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcdSU45OHn .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-vcdSU45OHn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcdSU45OHn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcdSU45OHn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcdSU45OHn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcdSU45OHn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcdSU45OHn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcdSU45OHn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcdSU45OHn .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-vcdSU45OHn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcdSU45OHn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcdSU45OHn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcdSU45OHn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcdSU45OHn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcdSU45OHn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcdSU45OHn .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcdSU45OHn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcdSU45OHn .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-vcdSU45OHn .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcdSU45OHn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcdSU45OHn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcdSU45OHn .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-vcdSU45OHn .dropdown-item.active,
.cid-vcdSU45OHn .dropdown-item:active {
  background-color: transparent;
}
.cid-vcdSU45OHn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcdSU45OHn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcdSU45OHn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcdSU45OHn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #21090f;
}
.cid-vcdSU45OHn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcdSU45OHn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcdSU45OHn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcdSU45OHn .navbar-buttons {
  text-align: center;
}
.cid-vcdSU45OHn .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
  border: solid 2px #ff5e60 !important;
  box-shadow: 3px 3px 0 0 #ff5e60 !important;
}
.cid-vcdSU45OHn .navbar-buttons .btn:hover {
  border: solid 2px #ff5e60 !important;
  box-shadow: 0 0 0 0 #ff5e60 !important;
}
@media (max-width: 575px) {
  .cid-vcdSU45OHn .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcdSU45OHn button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #21090f !important;
  border: solid 2px #ff9f1c !important;
  box-shadow: 3px 3px 0 0 #ff9f1c !important;
}
.cid-vcdSU45OHn button.navbar-toggler:hover {
  border: solid 2px #ff9f1c !important;
  color: #2ec4b6 !important;
  box-shadow: 0 0 0 0 #ff9f1c !important;
}
.cid-vcdSU45OHn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcdSU45OHn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-vcdSU45OHn button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcdSU45OHn button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcdSU45OHn button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-vcdSU45OHn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcdSU45OHn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcdSU45OHn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcdSU45OHn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcdSU45OHn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcdSU45OHn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcdSU45OHn .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-vcdSU45OHn .navbar {
    height: 70px;
  }
  .cid-vcdSU45OHn .navbar.opened {
    height: auto;
  }
  .cid-vcdSU45OHn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcdSU45OHn .navbar-nav {
  margin: 0 auto;
}
.cid-vcdSU45OHn .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcdSU45OHn .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-vcdSU45OHn .nav-item .nav-link::after {
  color: #2ec4b6 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vcdSU45OHn .nav-item .nav-link:hover {
  color: #ff5e60 !important;
}
.cid-vcdSU45OHn .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcdSU45OHn .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcdSU45OHn .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcdSU45OHn .nav-item .dropdown-menu .dropdown-item {
  color: #21090f !important;
  background-color: transparent !important;
}
.cid-vcdSU45OHn .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff9f1c !important;
}
@media (max-width: 991px) {
  .cid-vcdSU45OHn .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcdSU45OHn .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcdSU45OHn .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcdSU45OHn .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcdSU45OHn .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcdSU45OHn .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcdSU45OHn .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-vcdSU45OHn .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-vcdSU45OHn .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-vcdSU45OHn .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vcdSU45OHn .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-vcdSU45OHn .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-vcdSU45OHn .navbar-caption {
  color: #FFFFFF;
}
.cid-vcdSU45OHn .nav-link,
.cid-vcdSU45OHn .dropdown-item {
  color: #FFFFFF;
}
.cid-vcdSU49NsH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcdSU49NsH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcdSU49NsH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcdSU49NsH .container {
  max-width: 1280px;
}
.cid-vcdSU49NsH .row {
  justify-content: center;
}
.cid-vcdSU49NsH .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-vcdSU49NsH .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcdSU49NsH .mbr-section-title {
  color: #FFDD65;
}
.cid-vcdSU49NsH .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-vcdSU49NsH .col-video {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vcdSU49NsH .col-video {
    height: 350px;
  }
}
.cid-vcdSU49NsH .col-video .mbr-figure {
  width: 100%;
  border-radius: 4.17rem;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  padding: 5px;
}
.cid-vcdSU49NsH .col-video .mbr-figure .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-vcdSU49NsH .col-video .mbr-figure iframe {
  border-radius: 3.85rem;
}
.cid-vcdSU49NsH .col-video .mbr-figure .app-video-wrapper {
  overflow: hidden;
}
.cid-vcdSU49NsH .col-video .mbr-figure .app-video-wrapper img {
  border-radius: 3.85rem;
}
.cid-vcdSU4sLrM {
  background-color: #21090f;
}
.cid-vcdSU4sLrM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcdSU4sLrM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcdSU4sLrM .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: transparent;
  background: #e1d7c0;
}
.cid-vcdSU4sLrM .container {
  max-width: 1280px;
}
.cid-vcdSU4sLrM .row {
  justify-content: center;
}
.cid-vcdSU4sLrM .mbr-section-title {
  color: #212132;
}
.cid-vcdSU4sLrM .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-vcdSU4sLrM .mbr-section-title,
.cid-vcdSU4sLrM .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-vcdSU482bt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcdSU482bt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcdSU482bt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcdSU482bt .container {
  max-width: 1280px;
}
.cid-vcdSU482bt .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcdSU482bt .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcdSU482bt .card-title {
  color: #000000;
}
.cid-vcdSU482bt .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcdSU482bt .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcdSU482bt .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcdSU482bt .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #21090f;
  border-radius: 4.17rem;
  height: 100%;
  transition: 0.2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-vcdSU482bt .item-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcdSU482bt .item-wrapper:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-vcdSU482bt .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-vcdSU482bt .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcdSU482bt .image-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-vcdSU482bt .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcdSU482bt .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-vcdSU482bt .name-text {
  color: #FFFFFF;
}
.cid-vcdSU482bt .prof-text {
  color: #FFFFFF;
}
.cid-vcdSU482bt .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-vcdSU482bt .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-vcdSU482bt .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-vcdSU482bt .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #e1d7c0;
}
.cid-vcdSU482bt .mbr-text {
  color: #FFFFFF;
}
.cid-vcdSU482bt .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vcdSU482bt .mbr-section-btn .btn {
  min-height: auto;
  min-width: auto;
}
.cid-vcdSU4b7lw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e1d7c0;
}
.cid-vcdSU4b7lw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcdSU4b7lw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcdSU4b7lw .container {
  max-width: 1600px;
}
.cid-vcdSU4b7lw .text-wrapper {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-vcdSU4b7lw .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vcdSU4b7lw .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcdSU4b7lw .mbr-section-title {
  color: #000000;
}
.cid-vcdSU4b7lw .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcdSU4b7lw .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcdSU4b7lw .card-bg-item {
  padding: 3px;
  background-color: #ffffff;
  border-radius: 2.3rem;
}
.cid-vcdSU4b7lw .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 2.08rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vcdSU4b7lw .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcdSU4b7lw .text-container {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcdSU4b7lw .text-container {
    margin-bottom: 24px;
  }
}
.cid-vcdSU4b7lw .card-title {
  color: #000000;
}
.cid-vcdSU4b7lw .mbr-text {
  color: #000000;
  opacity: 0.6;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcdSU4b7lw .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcdSU4b7lw .price-text {
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-vcdSU4b7lw .price-text {
    margin-bottom: 8px;
  }
}
.cid-vcdSU4b7lw .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcdSU4b7lw .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcdSU4b7lw .custom-section-btn {
  width: 100%;
  margin-left: 0;
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcdSU4b7lw .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.cid-vcdSU4b7lw .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcdSU4b7lw .list {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcdSU4b7lw .list {
    margin-top: 24px;
  }
}
.cid-vcdSU4b7lw .list-title {
  color: #000000;
  opacity: 0.6;
  margin-bottom: 12px;
}
.cid-vcdSU4b7lw .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border-radius: 0.625rem;
  background-color: #fde8eb;
  margin-bottom: 0.125rem;
}
@media (max-width: 991px) {
  .cid-vcdSU4b7lw .item-wrap {
    padding: 8px;
  }
}
.cid-vcdSU4b7lw .list-text {
  color: #212132;
}
.cid-vcdSU4b7lw .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-height: 32px;
  min-width: 32px;
  margin-left: 8px;
  background-color: #ffffff;
}
.cid-vcdSU4b7lw .iconfont-wrapper .mbr-iconfont {
  font-size: 15px;
  color: #000000;
}
.cid-vcdSU4b7lw .card-bg-item:nth-child(2) {
  background-image: linear-gradient(180deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcdSU4fH7d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcdSU4fH7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcdSU4fH7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcdSU4fH7d .container {
  max-width: 1600px;
}
.cid-vcdSU4fH7d .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #21090f;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcdSU4fH7d .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcdSU4fH7d .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-vcdSU4fH7d .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcdSU4fH7d .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcdSU4fH7d .mbr-section-title {
  color: #E1D7C0;
}
.cid-vcdSU4fH7d .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vcdSU4fH7d .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-vcdSU4fH7d .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-vcdSU4fH7d .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #e1d7c0;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-vcdSU4fH7d .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-vcdSU4fH7d .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vcdSU4fH7d .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.cid-vcdSU4fH7d .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-vcdSU4fH7d .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-vcdSU4fH7d .panel-title:hover .panel-title-edit {
  color: #e1d7c0;
}
.cid-vcdSU4fH7d .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vcdSU4fH7d .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-vcdSU4fH7d .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-vcdSU4fH7d .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vcdSU4fH7d .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-vcdSU4fH7d .col-text {
    margin-top: 40px;
  }
}
.cid-vcdSU4fH7d .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vcdSU4fH7d .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vcdSU4fH7d .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcdSU4fH7d .custom-section-btn {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcdSU4fH7d .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcdSU4fH7d .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-vcdSU4fH7d .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-vcdSU4fH7d .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-vcdSU4fH7d .btn-container .btn {
    width: 100%;
  }
}
.cid-vcdSU4mVIL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcdSU4mVIL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcdSU4mVIL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcdSU4mVIL .container {
  max-width: 1280px;
}
.cid-vcdSU4mVIL .row {
  justify-content: flex-start;
}
.cid-vcdSU4mVIL .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcdSU4mVIL .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcdSU4mVIL .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcdSU4mVIL .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcdSU4mVIL .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcdSU4mVIL .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcdSU4mVIL .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcdSU4mVIL .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-vcdSU4mVIL .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcdSU4uFb4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcdSU4uFb4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcdSU4uFb4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcdSU4uFb4 .container {
  max-width: 1280px;
}
.cid-vcdSU4uFb4 .row {
  justify-content: flex-start;
}
.cid-vcdSU4uFb4 .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcdSU4uFb4 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcdSU4uFb4 .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcdSU4uFb4 .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcdSU4uFb4 .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcdSU4uFb4 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcdSU4uFb4 .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcdSU4uFb4 .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
  text-align: center;
}
.cid-vcdSU4uFb4 .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcdSU4ue2o {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #21090f;
  overflow: hidden;
}
.cid-vcdSU4ue2o .container {
  max-width: 1472px;
}
.cid-vcdSU4ue2o .mbr-text {
  color: #FFFFFF;
}
.cid-vcdSU4ue2o .media-container-row .mbr-text {
  color: #FFFFFF;
}
.cid-vcfaYnefP3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcfaYnefP3 nav.navbar {
  position: fixed;
}
.cid-vcfaYnefP3 .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-vcfaYnefP3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcfaYnefP3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcfaYnefP3 .dropdown-item:hover,
.cid-vcfaYnefP3 .dropdown-item:focus {
  background: #ff9f1c !important;
  color: white !important;
}
.cid-vcfaYnefP3 .dropdown-item:hover span {
  color: white;
}
.cid-vcfaYnefP3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcfaYnefP3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcfaYnefP3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcfaYnefP3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcfaYnefP3 .nav-link {
  position: relative;
}
.cid-vcfaYnefP3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcfaYnefP3 .container {
    flex-wrap: nowrap;
  }
}
.cid-vcfaYnefP3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-vcfaYnefP3 .iconfont-wrapper:hover {
  color: #2ec4b6 !important;
}
.cid-vcfaYnefP3 .dropdown-menu,
.cid-vcfaYnefP3 .navbar.opened {
  background: #21090f !important;
}
.cid-vcfaYnefP3 .nav-item:focus,
.cid-vcfaYnefP3 .nav-link:focus {
  outline: none;
}
.cid-vcfaYnefP3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcfaYnefP3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcfaYnefP3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcfaYnefP3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcfaYnefP3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcfaYnefP3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcfaYnefP3 .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #21090f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcfaYnefP3 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcfaYnefP3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcfaYnefP3 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcfaYnefP3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcfaYnefP3 .navbar.collapsed {
  justify-content: center;
}
.cid-vcfaYnefP3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcfaYnefP3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcfaYnefP3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcfaYnefP3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcfaYnefP3 .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-vcfaYnefP3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcfaYnefP3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcfaYnefP3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcfaYnefP3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcfaYnefP3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcfaYnefP3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcfaYnefP3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcfaYnefP3 .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-vcfaYnefP3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcfaYnefP3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcfaYnefP3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcfaYnefP3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcfaYnefP3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcfaYnefP3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcfaYnefP3 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcfaYnefP3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcfaYnefP3 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-vcfaYnefP3 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcfaYnefP3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcfaYnefP3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcfaYnefP3 .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-vcfaYnefP3 .dropdown-item.active,
.cid-vcfaYnefP3 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcfaYnefP3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcfaYnefP3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcfaYnefP3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcfaYnefP3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #21090f;
}
.cid-vcfaYnefP3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcfaYnefP3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcfaYnefP3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcfaYnefP3 .navbar-buttons {
  text-align: center;
}
.cid-vcfaYnefP3 .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
  border: solid 2px #ff5e60 !important;
  box-shadow: 3px 3px 0 0 #ff5e60 !important;
}
.cid-vcfaYnefP3 .navbar-buttons .btn:hover {
  border: solid 2px #ff5e60 !important;
  box-shadow: 0 0 0 0 #ff5e60 !important;
}
@media (max-width: 575px) {
  .cid-vcfaYnefP3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcfaYnefP3 button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #21090f !important;
  border: solid 2px #ff9f1c !important;
  box-shadow: 3px 3px 0 0 #ff9f1c !important;
}
.cid-vcfaYnefP3 button.navbar-toggler:hover {
  border: solid 2px #ff9f1c !important;
  color: #2ec4b6 !important;
  box-shadow: 0 0 0 0 #ff9f1c !important;
}
.cid-vcfaYnefP3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcfaYnefP3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-vcfaYnefP3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcfaYnefP3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcfaYnefP3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-vcfaYnefP3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcfaYnefP3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcfaYnefP3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcfaYnefP3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcfaYnefP3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcfaYnefP3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcfaYnefP3 .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-vcfaYnefP3 .navbar {
    height: 70px;
  }
  .cid-vcfaYnefP3 .navbar.opened {
    height: auto;
  }
  .cid-vcfaYnefP3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcfaYnefP3 .navbar-nav {
  margin: 0 auto;
}
.cid-vcfaYnefP3 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcfaYnefP3 .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-vcfaYnefP3 .nav-item .nav-link::after {
  color: #2ec4b6 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vcfaYnefP3 .nav-item .nav-link:hover {
  color: #ff5e60 !important;
}
.cid-vcfaYnefP3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcfaYnefP3 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcfaYnefP3 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcfaYnefP3 .nav-item .dropdown-menu .dropdown-item {
  color: #21090f !important;
  background-color: transparent !important;
}
.cid-vcfaYnefP3 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff9f1c !important;
}
@media (max-width: 991px) {
  .cid-vcfaYnefP3 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcfaYnefP3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcfaYnefP3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcfaYnefP3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcfaYnefP3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcfaYnefP3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcfaYnefP3 .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-vcfaYnefP3 .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-vcfaYnefP3 .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-vcfaYnefP3 .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vcfaYnefP3 .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-vcfaYnefP3 .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-vcfaYnefP3 .navbar-caption {
  color: #FFFFFF;
}
.cid-vcfaYnefP3 .nav-link,
.cid-vcfaYnefP3 .dropdown-item {
  color: #FFFFFF;
}
.cid-vcfaYnDdQu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcfaYnDdQu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfaYnDdQu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfaYnDdQu .container {
  max-width: 1280px;
}
.cid-vcfaYnDdQu .row {
  justify-content: center;
}
.cid-vcfaYnDdQu .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-vcfaYnDdQu .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcfaYnDdQu .mbr-section-title {
  color: #FFDD65;
}
.cid-vcfaYnDdQu .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-vcfaYnDdQu .col-video {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vcfaYnDdQu .col-video {
    height: 350px;
  }
}
.cid-vcfaYnDdQu .col-video .mbr-figure {
  width: 100%;
  border-radius: 4.17rem;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  padding: 5px;
}
.cid-vcfaYnDdQu .col-video .mbr-figure .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-vcfaYnDdQu .col-video .mbr-figure iframe {
  border-radius: 3.85rem;
}
.cid-vcfaYnDdQu .col-video .mbr-figure .app-video-wrapper {
  overflow: hidden;
}
.cid-vcfaYnDdQu .col-video .mbr-figure .app-video-wrapper img {
  border-radius: 3.85rem;
}
.cid-vcfaYo3Vrr {
  background-color: #21090f;
}
.cid-vcfaYo3Vrr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfaYo3Vrr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfaYo3Vrr .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: transparent;
  background: #e1d7c0;
}
.cid-vcfaYo3Vrr .container {
  max-width: 1280px;
}
.cid-vcfaYo3Vrr .row {
  justify-content: center;
}
.cid-vcfaYo3Vrr .mbr-section-title {
  color: #212132;
}
.cid-vcfaYo3Vrr .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-vcfaYo3Vrr .mbr-section-title,
.cid-vcfaYo3Vrr .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-vcfaYoqHf0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcfaYoqHf0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfaYoqHf0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfaYoqHf0 .container {
  max-width: 1280px;
}
.cid-vcfaYoqHf0 .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcfaYoqHf0 .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcfaYoqHf0 .card-title {
  color: #000000;
}
.cid-vcfaYoqHf0 .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcfaYoqHf0 .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcfaYoqHf0 .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcfaYoqHf0 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #21090f;
  border-radius: 4.17rem;
  height: 100%;
  transition: 0.2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-vcfaYoqHf0 .item-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcfaYoqHf0 .item-wrapper:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-vcfaYoqHf0 .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-vcfaYoqHf0 .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcfaYoqHf0 .image-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-vcfaYoqHf0 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcfaYoqHf0 .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-vcfaYoqHf0 .name-text {
  color: #FFFFFF;
}
.cid-vcfaYoqHf0 .prof-text {
  color: #FFFFFF;
}
.cid-vcfaYoqHf0 .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-vcfaYoqHf0 .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-vcfaYoqHf0 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-vcfaYoqHf0 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #e1d7c0;
}
.cid-vcfaYoqHf0 .mbr-text {
  color: #FFFFFF;
}
.cid-vcfaYoqHf0 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vcfaYoqHf0 .mbr-section-btn .btn {
  min-height: auto;
  min-width: auto;
}
.cid-vcfaYpF4S0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e1d7c0;
}
.cid-vcfaYpF4S0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfaYpF4S0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfaYpF4S0 .container {
  max-width: 1600px;
}
.cid-vcfaYpF4S0 .text-wrapper {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-vcfaYpF4S0 .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vcfaYpF4S0 .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcfaYpF4S0 .mbr-section-title {
  color: #000000;
}
.cid-vcfaYpF4S0 .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcfaYpF4S0 .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcfaYpF4S0 .card-bg-item {
  padding: 3px;
  background-color: #ffffff;
  border-radius: 2.3rem;
}
.cid-vcfaYpF4S0 .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 2.08rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vcfaYpF4S0 .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcfaYpF4S0 .text-container {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcfaYpF4S0 .text-container {
    margin-bottom: 24px;
  }
}
.cid-vcfaYpF4S0 .card-title {
  color: #000000;
}
.cid-vcfaYpF4S0 .mbr-text {
  color: #000000;
  opacity: 0.6;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcfaYpF4S0 .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcfaYpF4S0 .price-text {
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-vcfaYpF4S0 .price-text {
    margin-bottom: 8px;
  }
}
.cid-vcfaYpF4S0 .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcfaYpF4S0 .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcfaYpF4S0 .custom-section-btn {
  width: 100%;
  margin-left: 0;
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcfaYpF4S0 .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.cid-vcfaYpF4S0 .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcfaYpF4S0 .list {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcfaYpF4S0 .list {
    margin-top: 24px;
  }
}
.cid-vcfaYpF4S0 .list-title {
  color: #000000;
  opacity: 0.6;
  margin-bottom: 12px;
}
.cid-vcfaYpF4S0 .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border-radius: 0.625rem;
  background-color: #fde8eb;
  margin-bottom: 0.125rem;
}
@media (max-width: 991px) {
  .cid-vcfaYpF4S0 .item-wrap {
    padding: 8px;
  }
}
.cid-vcfaYpF4S0 .list-text {
  color: #212132;
}
.cid-vcfaYpF4S0 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-height: 32px;
  min-width: 32px;
  margin-left: 8px;
  background-color: #ffffff;
}
.cid-vcfaYpF4S0 .iconfont-wrapper .mbr-iconfont {
  font-size: 15px;
  color: #000000;
}
.cid-vcfaYpF4S0 .card-bg-item:nth-child(2) {
  background-image: linear-gradient(180deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcfaYrsOVY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcfaYrsOVY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfaYrsOVY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfaYrsOVY .container {
  max-width: 1600px;
}
.cid-vcfaYrsOVY .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #21090f;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcfaYrsOVY .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcfaYrsOVY .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-vcfaYrsOVY .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcfaYrsOVY .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcfaYrsOVY .mbr-section-title {
  color: #E1D7C0;
}
.cid-vcfaYrsOVY .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vcfaYrsOVY .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-vcfaYrsOVY .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-vcfaYrsOVY .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #e1d7c0;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-vcfaYrsOVY .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-vcfaYrsOVY .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vcfaYrsOVY .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.cid-vcfaYrsOVY .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-vcfaYrsOVY .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-vcfaYrsOVY .panel-title:hover .panel-title-edit {
  color: #e1d7c0;
}
.cid-vcfaYrsOVY .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vcfaYrsOVY .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-vcfaYrsOVY .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-vcfaYrsOVY .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vcfaYrsOVY .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-vcfaYrsOVY .col-text {
    margin-top: 40px;
  }
}
.cid-vcfaYrsOVY .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vcfaYrsOVY .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vcfaYrsOVY .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcfaYrsOVY .custom-section-btn {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcfaYrsOVY .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcfaYrsOVY .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-vcfaYrsOVY .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-vcfaYrsOVY .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-vcfaYrsOVY .btn-container .btn {
    width: 100%;
  }
}
.cid-vcfaYs3lal {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcfaYs3lal .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfaYs3lal .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfaYs3lal .container {
  max-width: 1280px;
}
.cid-vcfaYs3lal .row {
  justify-content: flex-start;
}
.cid-vcfaYs3lal .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcfaYs3lal .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcfaYs3lal .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcfaYs3lal .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcfaYs3lal .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcfaYs3lal .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcfaYs3lal .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcfaYs3lal .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-vcfaYs3lal .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcfaYsp6r5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcfaYsp6r5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfaYsp6r5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfaYsp6r5 .container {
  max-width: 1280px;
}
.cid-vcfaYsp6r5 .row {
  justify-content: flex-start;
}
.cid-vcfaYsp6r5 .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcfaYsp6r5 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcfaYsp6r5 .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcfaYsp6r5 .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcfaYsp6r5 .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcfaYsp6r5 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcfaYsp6r5 .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcfaYsp6r5 .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
  text-align: center;
}
.cid-vcfaYsp6r5 .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcfaYsK64D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #21090f;
  overflow: hidden;
}
.cid-vcfaYsK64D .container {
  max-width: 1472px;
}
.cid-vcfaYsK64D .mbr-text {
  color: #FFFFFF;
}
.cid-vcfaYsK64D .media-container-row .mbr-text {
  color: #FFFFFF;
}
.cid-vcfcJqHRRi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcfcJqHRRi nav.navbar {
  position: fixed;
}
.cid-vcfcJqHRRi .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-vcfcJqHRRi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcfcJqHRRi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcfcJqHRRi .dropdown-item:hover,
.cid-vcfcJqHRRi .dropdown-item:focus {
  background: #ff9f1c !important;
  color: white !important;
}
.cid-vcfcJqHRRi .dropdown-item:hover span {
  color: white;
}
.cid-vcfcJqHRRi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcfcJqHRRi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcfcJqHRRi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcfcJqHRRi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcfcJqHRRi .nav-link {
  position: relative;
}
.cid-vcfcJqHRRi .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcfcJqHRRi .container {
    flex-wrap: nowrap;
  }
}
.cid-vcfcJqHRRi .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-vcfcJqHRRi .iconfont-wrapper:hover {
  color: #2ec4b6 !important;
}
.cid-vcfcJqHRRi .dropdown-menu,
.cid-vcfcJqHRRi .navbar.opened {
  background: #21090f !important;
}
.cid-vcfcJqHRRi .nav-item:focus,
.cid-vcfcJqHRRi .nav-link:focus {
  outline: none;
}
.cid-vcfcJqHRRi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcfcJqHRRi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcfcJqHRRi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcfcJqHRRi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcfcJqHRRi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcfcJqHRRi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcfcJqHRRi .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #21090f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcfcJqHRRi .navbar.opened {
  transition: all 0.3s;
}
.cid-vcfcJqHRRi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcfcJqHRRi .navbar .navbar-logo img {
  width: auto;
}
.cid-vcfcJqHRRi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcfcJqHRRi .navbar.collapsed {
  justify-content: center;
}
.cid-vcfcJqHRRi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcfcJqHRRi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcfcJqHRRi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcfcJqHRRi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcfcJqHRRi .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-vcfcJqHRRi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcfcJqHRRi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcfcJqHRRi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcfcJqHRRi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcfcJqHRRi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcfcJqHRRi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcfcJqHRRi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcfcJqHRRi .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-vcfcJqHRRi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcfcJqHRRi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcfcJqHRRi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcfcJqHRRi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcfcJqHRRi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcfcJqHRRi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcfcJqHRRi .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcfcJqHRRi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcfcJqHRRi .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-vcfcJqHRRi .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcfcJqHRRi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcfcJqHRRi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcfcJqHRRi .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-vcfcJqHRRi .dropdown-item.active,
.cid-vcfcJqHRRi .dropdown-item:active {
  background-color: transparent;
}
.cid-vcfcJqHRRi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcfcJqHRRi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcfcJqHRRi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcfcJqHRRi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #21090f;
}
.cid-vcfcJqHRRi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcfcJqHRRi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcfcJqHRRi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcfcJqHRRi .navbar-buttons {
  text-align: center;
}
.cid-vcfcJqHRRi .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
  border: solid 2px #ff5e60 !important;
  box-shadow: 3px 3px 0 0 #ff5e60 !important;
}
.cid-vcfcJqHRRi .navbar-buttons .btn:hover {
  border: solid 2px #ff5e60 !important;
  box-shadow: 0 0 0 0 #ff5e60 !important;
}
@media (max-width: 575px) {
  .cid-vcfcJqHRRi .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcfcJqHRRi button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #21090f !important;
  border: solid 2px #ff9f1c !important;
  box-shadow: 3px 3px 0 0 #ff9f1c !important;
}
.cid-vcfcJqHRRi button.navbar-toggler:hover {
  border: solid 2px #ff9f1c !important;
  color: #2ec4b6 !important;
  box-shadow: 0 0 0 0 #ff9f1c !important;
}
.cid-vcfcJqHRRi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcfcJqHRRi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-vcfcJqHRRi button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcfcJqHRRi button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcfcJqHRRi button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-vcfcJqHRRi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcfcJqHRRi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcfcJqHRRi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcfcJqHRRi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcfcJqHRRi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcfcJqHRRi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcfcJqHRRi .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-vcfcJqHRRi .navbar {
    height: 70px;
  }
  .cid-vcfcJqHRRi .navbar.opened {
    height: auto;
  }
  .cid-vcfcJqHRRi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcfcJqHRRi .navbar-nav {
  margin: 0 auto;
}
.cid-vcfcJqHRRi .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcfcJqHRRi .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-vcfcJqHRRi .nav-item .nav-link::after {
  color: #2ec4b6 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vcfcJqHRRi .nav-item .nav-link:hover {
  color: #ff5e60 !important;
}
.cid-vcfcJqHRRi .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcfcJqHRRi .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcfcJqHRRi .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcfcJqHRRi .nav-item .dropdown-menu .dropdown-item {
  color: #21090f !important;
  background-color: transparent !important;
}
.cid-vcfcJqHRRi .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff9f1c !important;
}
@media (max-width: 991px) {
  .cid-vcfcJqHRRi .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcfcJqHRRi .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcfcJqHRRi .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcfcJqHRRi .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcfcJqHRRi .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcfcJqHRRi .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcfcJqHRRi .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-vcfcJqHRRi .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-vcfcJqHRRi .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-vcfcJqHRRi .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vcfcJqHRRi .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-vcfcJqHRRi .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-vcfcJqHRRi .navbar-caption {
  color: #FFFFFF;
}
.cid-vcfcJqHRRi .nav-link,
.cid-vcfcJqHRRi .dropdown-item {
  color: #FFFFFF;
}
.cid-vcfcJr1584 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcfcJr1584 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfcJr1584 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfcJr1584 .container {
  max-width: 1280px;
}
.cid-vcfcJr1584 .row {
  justify-content: center;
}
.cid-vcfcJr1584 .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-vcfcJr1584 .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcfcJr1584 .mbr-section-title {
  color: #FFDD65;
}
.cid-vcfcJr1584 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-vcfcJr1584 .col-video {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vcfcJr1584 .col-video {
    height: 350px;
  }
}
.cid-vcfcJr1584 .col-video .mbr-figure {
  width: 100%;
  border-radius: 4.17rem;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  padding: 5px;
}
.cid-vcfcJr1584 .col-video .mbr-figure .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-vcfcJr1584 .col-video .mbr-figure iframe {
  border-radius: 3.85rem;
}
.cid-vcfcJr1584 .col-video .mbr-figure .app-video-wrapper {
  overflow: hidden;
}
.cid-vcfcJr1584 .col-video .mbr-figure .app-video-wrapper img {
  border-radius: 3.85rem;
}
.cid-vcfcJrhDhW {
  background-color: #21090f;
}
.cid-vcfcJrhDhW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfcJrhDhW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfcJrhDhW .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: transparent;
  background: #e1d7c0;
}
.cid-vcfcJrhDhW .container {
  max-width: 1280px;
}
.cid-vcfcJrhDhW .row {
  justify-content: center;
}
.cid-vcfcJrhDhW .mbr-section-title {
  color: #212132;
}
.cid-vcfcJrhDhW .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-vcfcJrhDhW .mbr-section-title,
.cid-vcfcJrhDhW .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-vcfcJrBKbB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcfcJrBKbB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfcJrBKbB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfcJrBKbB .container {
  max-width: 1280px;
}
.cid-vcfcJrBKbB .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcfcJrBKbB .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcfcJrBKbB .card-title {
  color: #000000;
}
.cid-vcfcJrBKbB .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcfcJrBKbB .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcfcJrBKbB .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcfcJrBKbB .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #21090f;
  border-radius: 4.17rem;
  height: 100%;
  transition: 0.2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-vcfcJrBKbB .item-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcfcJrBKbB .item-wrapper:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-vcfcJrBKbB .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-vcfcJrBKbB .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcfcJrBKbB .image-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-vcfcJrBKbB .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcfcJrBKbB .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-vcfcJrBKbB .name-text {
  color: #FFFFFF;
}
.cid-vcfcJrBKbB .prof-text {
  color: #FFFFFF;
}
.cid-vcfcJrBKbB .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-vcfcJrBKbB .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-vcfcJrBKbB .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-vcfcJrBKbB .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #e1d7c0;
}
.cid-vcfcJrBKbB .mbr-text {
  color: #FFFFFF;
}
.cid-vcfcJrBKbB .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vcfcJrBKbB .mbr-section-btn .btn {
  min-height: auto;
  min-width: auto;
}
.cid-vcfcJseePZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e1d7c0;
}
.cid-vcfcJseePZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfcJseePZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfcJseePZ .container {
  max-width: 1600px;
}
.cid-vcfcJseePZ .text-wrapper {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-vcfcJseePZ .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vcfcJseePZ .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcfcJseePZ .mbr-section-title {
  color: #000000;
}
.cid-vcfcJseePZ .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcfcJseePZ .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcfcJseePZ .card-bg-item {
  padding: 3px;
  background-color: #ffffff;
  border-radius: 2.3rem;
}
.cid-vcfcJseePZ .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 2.08rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vcfcJseePZ .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcfcJseePZ .text-container {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcfcJseePZ .text-container {
    margin-bottom: 24px;
  }
}
.cid-vcfcJseePZ .card-title {
  color: #000000;
}
.cid-vcfcJseePZ .mbr-text {
  color: #000000;
  opacity: 0.6;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcfcJseePZ .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcfcJseePZ .price-text {
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-vcfcJseePZ .price-text {
    margin-bottom: 8px;
  }
}
.cid-vcfcJseePZ .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcfcJseePZ .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcfcJseePZ .custom-section-btn {
  width: 100%;
  margin-left: 0;
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcfcJseePZ .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.cid-vcfcJseePZ .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcfcJseePZ .list {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcfcJseePZ .list {
    margin-top: 24px;
  }
}
.cid-vcfcJseePZ .list-title {
  color: #000000;
  opacity: 0.6;
  margin-bottom: 12px;
}
.cid-vcfcJseePZ .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border-radius: 0.625rem;
  background-color: #fde8eb;
  margin-bottom: 0.125rem;
}
@media (max-width: 991px) {
  .cid-vcfcJseePZ .item-wrap {
    padding: 8px;
  }
}
.cid-vcfcJseePZ .list-text {
  color: #212132;
}
.cid-vcfcJseePZ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-height: 32px;
  min-width: 32px;
  margin-left: 8px;
  background-color: #ffffff;
}
.cid-vcfcJseePZ .iconfont-wrapper .mbr-iconfont {
  font-size: 15px;
  color: #000000;
}
.cid-vcfcJseePZ .card-bg-item:nth-child(2) {
  background-image: linear-gradient(180deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcfcJtlO2v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcfcJtlO2v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfcJtlO2v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfcJtlO2v .container {
  max-width: 1600px;
}
.cid-vcfcJtlO2v .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #21090f;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcfcJtlO2v .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcfcJtlO2v .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-vcfcJtlO2v .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcfcJtlO2v .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcfcJtlO2v .mbr-section-title {
  color: #E1D7C0;
}
.cid-vcfcJtlO2v .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vcfcJtlO2v .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-vcfcJtlO2v .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-vcfcJtlO2v .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #e1d7c0;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-vcfcJtlO2v .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-vcfcJtlO2v .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vcfcJtlO2v .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.cid-vcfcJtlO2v .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-vcfcJtlO2v .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-vcfcJtlO2v .panel-title:hover .panel-title-edit {
  color: #e1d7c0;
}
.cid-vcfcJtlO2v .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vcfcJtlO2v .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-vcfcJtlO2v .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-vcfcJtlO2v .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vcfcJtlO2v .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-vcfcJtlO2v .col-text {
    margin-top: 40px;
  }
}
.cid-vcfcJtlO2v .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vcfcJtlO2v .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vcfcJtlO2v .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcfcJtlO2v .custom-section-btn {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcfcJtlO2v .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcfcJtlO2v .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-vcfcJtlO2v .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-vcfcJtlO2v .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-vcfcJtlO2v .btn-container .btn {
    width: 100%;
  }
}
.cid-vcfcJtSrQk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcfcJtSrQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfcJtSrQk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfcJtSrQk .container {
  max-width: 1280px;
}
.cid-vcfcJtSrQk .row {
  justify-content: flex-start;
}
.cid-vcfcJtSrQk .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcfcJtSrQk .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcfcJtSrQk .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcfcJtSrQk .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcfcJtSrQk .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcfcJtSrQk .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcfcJtSrQk .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcfcJtSrQk .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-vcfcJtSrQk .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcfcJucKYv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcfcJucKYv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfcJucKYv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfcJucKYv .container {
  max-width: 1280px;
}
.cid-vcfcJucKYv .row {
  justify-content: flex-start;
}
.cid-vcfcJucKYv .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcfcJucKYv .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcfcJucKYv .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcfcJucKYv .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcfcJucKYv .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcfcJucKYv .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcfcJucKYv .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcfcJucKYv .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
  text-align: center;
}
.cid-vcfcJucKYv .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcfcJuJbHw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #21090f;
  overflow: hidden;
}
.cid-vcfcJuJbHw .container {
  max-width: 1472px;
}
.cid-vcfcJuJbHw .mbr-text {
  color: #FFFFFF;
}
.cid-vcfcJuJbHw .media-container-row .mbr-text {
  color: #FFFFFF;
}
.cid-vcfcKfXF13 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcfcKfXF13 nav.navbar {
  position: fixed;
}
.cid-vcfcKfXF13 .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-vcfcKfXF13 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcfcKfXF13 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcfcKfXF13 .dropdown-item:hover,
.cid-vcfcKfXF13 .dropdown-item:focus {
  background: #ff9f1c !important;
  color: white !important;
}
.cid-vcfcKfXF13 .dropdown-item:hover span {
  color: white;
}
.cid-vcfcKfXF13 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcfcKfXF13 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcfcKfXF13 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcfcKfXF13 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcfcKfXF13 .nav-link {
  position: relative;
}
.cid-vcfcKfXF13 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcfcKfXF13 .container {
    flex-wrap: nowrap;
  }
}
.cid-vcfcKfXF13 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-vcfcKfXF13 .iconfont-wrapper:hover {
  color: #2ec4b6 !important;
}
.cid-vcfcKfXF13 .dropdown-menu,
.cid-vcfcKfXF13 .navbar.opened {
  background: #21090f !important;
}
.cid-vcfcKfXF13 .nav-item:focus,
.cid-vcfcKfXF13 .nav-link:focus {
  outline: none;
}
.cid-vcfcKfXF13 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcfcKfXF13 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcfcKfXF13 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcfcKfXF13 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcfcKfXF13 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcfcKfXF13 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcfcKfXF13 .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #21090f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcfcKfXF13 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcfcKfXF13 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcfcKfXF13 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcfcKfXF13 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcfcKfXF13 .navbar.collapsed {
  justify-content: center;
}
.cid-vcfcKfXF13 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcfcKfXF13 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcfcKfXF13 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcfcKfXF13 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcfcKfXF13 .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-vcfcKfXF13 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcfcKfXF13 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcfcKfXF13 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcfcKfXF13 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcfcKfXF13 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcfcKfXF13 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcfcKfXF13 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcfcKfXF13 .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-vcfcKfXF13 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcfcKfXF13 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcfcKfXF13 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcfcKfXF13 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcfcKfXF13 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcfcKfXF13 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcfcKfXF13 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcfcKfXF13 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcfcKfXF13 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-vcfcKfXF13 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcfcKfXF13 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcfcKfXF13 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcfcKfXF13 .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-vcfcKfXF13 .dropdown-item.active,
.cid-vcfcKfXF13 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcfcKfXF13 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcfcKfXF13 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcfcKfXF13 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcfcKfXF13 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #21090f;
}
.cid-vcfcKfXF13 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcfcKfXF13 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcfcKfXF13 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcfcKfXF13 .navbar-buttons {
  text-align: center;
}
.cid-vcfcKfXF13 .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
  border: solid 2px #ff5e60 !important;
  box-shadow: 3px 3px 0 0 #ff5e60 !important;
}
.cid-vcfcKfXF13 .navbar-buttons .btn:hover {
  border: solid 2px #ff5e60 !important;
  box-shadow: 0 0 0 0 #ff5e60 !important;
}
@media (max-width: 575px) {
  .cid-vcfcKfXF13 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcfcKfXF13 button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #21090f !important;
  border: solid 2px #ff9f1c !important;
  box-shadow: 3px 3px 0 0 #ff9f1c !important;
}
.cid-vcfcKfXF13 button.navbar-toggler:hover {
  border: solid 2px #ff9f1c !important;
  color: #2ec4b6 !important;
  box-shadow: 0 0 0 0 #ff9f1c !important;
}
.cid-vcfcKfXF13 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcfcKfXF13 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-vcfcKfXF13 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcfcKfXF13 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcfcKfXF13 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-vcfcKfXF13 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcfcKfXF13 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcfcKfXF13 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcfcKfXF13 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcfcKfXF13 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcfcKfXF13 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcfcKfXF13 .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-vcfcKfXF13 .navbar {
    height: 70px;
  }
  .cid-vcfcKfXF13 .navbar.opened {
    height: auto;
  }
  .cid-vcfcKfXF13 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcfcKfXF13 .navbar-nav {
  margin: 0 auto;
}
.cid-vcfcKfXF13 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcfcKfXF13 .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-vcfcKfXF13 .nav-item .nav-link::after {
  color: #2ec4b6 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vcfcKfXF13 .nav-item .nav-link:hover {
  color: #ff5e60 !important;
}
.cid-vcfcKfXF13 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcfcKfXF13 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcfcKfXF13 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcfcKfXF13 .nav-item .dropdown-menu .dropdown-item {
  color: #21090f !important;
  background-color: transparent !important;
}
.cid-vcfcKfXF13 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff9f1c !important;
}
@media (max-width: 991px) {
  .cid-vcfcKfXF13 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcfcKfXF13 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcfcKfXF13 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcfcKfXF13 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcfcKfXF13 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcfcKfXF13 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcfcKfXF13 .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-vcfcKfXF13 .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-vcfcKfXF13 .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-vcfcKfXF13 .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vcfcKfXF13 .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-vcfcKfXF13 .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-vcfcKfXF13 .navbar-caption {
  color: #FFFFFF;
}
.cid-vcfcKfXF13 .nav-link,
.cid-vcfcKfXF13 .dropdown-item {
  color: #FFFFFF;
}
.cid-vcfcKghpix {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcfcKghpix .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfcKghpix .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfcKghpix .container {
  max-width: 1280px;
}
.cid-vcfcKghpix .row {
  justify-content: center;
}
.cid-vcfcKghpix .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-vcfcKghpix .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcfcKghpix .mbr-section-title {
  color: #FFDD65;
}
.cid-vcfcKghpix .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-vcfcKghpix .col-video {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vcfcKghpix .col-video {
    height: 350px;
  }
}
.cid-vcfcKghpix .col-video .mbr-figure {
  width: 100%;
  border-radius: 4.17rem;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  padding: 5px;
}
.cid-vcfcKghpix .col-video .mbr-figure .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-vcfcKghpix .col-video .mbr-figure iframe {
  border-radius: 3.85rem;
}
.cid-vcfcKghpix .col-video .mbr-figure .app-video-wrapper {
  overflow: hidden;
}
.cid-vcfcKghpix .col-video .mbr-figure .app-video-wrapper img {
  border-radius: 3.85rem;
}
.cid-vcfcKgxEI3 {
  background-color: #21090f;
}
.cid-vcfcKgxEI3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfcKgxEI3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfcKgxEI3 .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: transparent;
  background: #e1d7c0;
}
.cid-vcfcKgxEI3 .container {
  max-width: 1280px;
}
.cid-vcfcKgxEI3 .row {
  justify-content: center;
}
.cid-vcfcKgxEI3 .mbr-section-title {
  color: #212132;
}
.cid-vcfcKgxEI3 .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-vcfcKgxEI3 .mbr-section-title,
.cid-vcfcKgxEI3 .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-vcfcKgS3Ic {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcfcKgS3Ic .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfcKgS3Ic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfcKgS3Ic .container {
  max-width: 1280px;
}
.cid-vcfcKgS3Ic .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcfcKgS3Ic .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcfcKgS3Ic .card-title {
  color: #000000;
}
.cid-vcfcKgS3Ic .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcfcKgS3Ic .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcfcKgS3Ic .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcfcKgS3Ic .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #21090f;
  border-radius: 4.17rem;
  height: 100%;
  transition: 0.2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-vcfcKgS3Ic .item-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcfcKgS3Ic .item-wrapper:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-vcfcKgS3Ic .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-vcfcKgS3Ic .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcfcKgS3Ic .image-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-vcfcKgS3Ic .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcfcKgS3Ic .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-vcfcKgS3Ic .name-text {
  color: #FFFFFF;
}
.cid-vcfcKgS3Ic .prof-text {
  color: #FFFFFF;
}
.cid-vcfcKgS3Ic .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-vcfcKgS3Ic .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-vcfcKgS3Ic .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-vcfcKgS3Ic .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #e1d7c0;
}
.cid-vcfcKgS3Ic .mbr-text {
  color: #FFFFFF;
}
.cid-vcfcKgS3Ic .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vcfcKgS3Ic .mbr-section-btn .btn {
  min-height: auto;
  min-width: auto;
}
.cid-vcfcKhyvL0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e1d7c0;
}
.cid-vcfcKhyvL0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfcKhyvL0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfcKhyvL0 .container {
  max-width: 1600px;
}
.cid-vcfcKhyvL0 .text-wrapper {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-vcfcKhyvL0 .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vcfcKhyvL0 .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcfcKhyvL0 .mbr-section-title {
  color: #000000;
}
.cid-vcfcKhyvL0 .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcfcKhyvL0 .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcfcKhyvL0 .card-bg-item {
  padding: 3px;
  background-color: #ffffff;
  border-radius: 2.3rem;
}
.cid-vcfcKhyvL0 .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 2.08rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vcfcKhyvL0 .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcfcKhyvL0 .text-container {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcfcKhyvL0 .text-container {
    margin-bottom: 24px;
  }
}
.cid-vcfcKhyvL0 .card-title {
  color: #000000;
}
.cid-vcfcKhyvL0 .mbr-text {
  color: #000000;
  opacity: 0.6;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcfcKhyvL0 .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcfcKhyvL0 .price-text {
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-vcfcKhyvL0 .price-text {
    margin-bottom: 8px;
  }
}
.cid-vcfcKhyvL0 .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcfcKhyvL0 .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcfcKhyvL0 .custom-section-btn {
  width: 100%;
  margin-left: 0;
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcfcKhyvL0 .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.cid-vcfcKhyvL0 .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcfcKhyvL0 .list {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcfcKhyvL0 .list {
    margin-top: 24px;
  }
}
.cid-vcfcKhyvL0 .list-title {
  color: #000000;
  opacity: 0.6;
  margin-bottom: 12px;
}
.cid-vcfcKhyvL0 .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border-radius: 0.625rem;
  background-color: #fde8eb;
  margin-bottom: 0.125rem;
}
@media (max-width: 991px) {
  .cid-vcfcKhyvL0 .item-wrap {
    padding: 8px;
  }
}
.cid-vcfcKhyvL0 .list-text {
  color: #212132;
}
.cid-vcfcKhyvL0 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-height: 32px;
  min-width: 32px;
  margin-left: 8px;
  background-color: #ffffff;
}
.cid-vcfcKhyvL0 .iconfont-wrapper .mbr-iconfont {
  font-size: 15px;
  color: #000000;
}
.cid-vcfcKhyvL0 .card-bg-item:nth-child(2) {
  background-image: linear-gradient(180deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcfcKivSQY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcfcKivSQY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfcKivSQY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfcKivSQY .container {
  max-width: 1600px;
}
.cid-vcfcKivSQY .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #21090f;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcfcKivSQY .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcfcKivSQY .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-vcfcKivSQY .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcfcKivSQY .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcfcKivSQY .mbr-section-title {
  color: #E1D7C0;
}
.cid-vcfcKivSQY .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vcfcKivSQY .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-vcfcKivSQY .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-vcfcKivSQY .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #e1d7c0;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-vcfcKivSQY .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-vcfcKivSQY .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vcfcKivSQY .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.cid-vcfcKivSQY .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-vcfcKivSQY .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-vcfcKivSQY .panel-title:hover .panel-title-edit {
  color: #e1d7c0;
}
.cid-vcfcKivSQY .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vcfcKivSQY .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-vcfcKivSQY .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-vcfcKivSQY .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vcfcKivSQY .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-vcfcKivSQY .col-text {
    margin-top: 40px;
  }
}
.cid-vcfcKivSQY .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vcfcKivSQY .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vcfcKivSQY .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcfcKivSQY .custom-section-btn {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcfcKivSQY .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcfcKivSQY .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-vcfcKivSQY .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-vcfcKivSQY .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-vcfcKivSQY .btn-container .btn {
    width: 100%;
  }
}
.cid-vcfcKj5ODD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcfcKj5ODD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfcKj5ODD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfcKj5ODD .container {
  max-width: 1280px;
}
.cid-vcfcKj5ODD .row {
  justify-content: flex-start;
}
.cid-vcfcKj5ODD .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcfcKj5ODD .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcfcKj5ODD .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcfcKj5ODD .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcfcKj5ODD .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcfcKj5ODD .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcfcKj5ODD .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcfcKj5ODD .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-vcfcKj5ODD .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcfcKjr9rj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcfcKjr9rj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfcKjr9rj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfcKjr9rj .container {
  max-width: 1280px;
}
.cid-vcfcKjr9rj .row {
  justify-content: flex-start;
}
.cid-vcfcKjr9rj .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcfcKjr9rj .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcfcKjr9rj .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcfcKjr9rj .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcfcKjr9rj .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcfcKjr9rj .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcfcKjr9rj .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcfcKjr9rj .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
  text-align: center;
}
.cid-vcfcKjr9rj .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcfcKjLROB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #21090f;
  overflow: hidden;
}
.cid-vcfcKjLROB .container {
  max-width: 1472px;
}
.cid-vcfcKjLROB .mbr-text {
  color: #FFFFFF;
}
.cid-vcfcKjLROB .media-container-row .mbr-text {
  color: #FFFFFF;
}
.cid-vcj66KGUxS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcj66KGUxS nav.navbar {
  position: fixed;
}
.cid-vcj66KGUxS .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-vcj66KGUxS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcj66KGUxS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcj66KGUxS .dropdown-item:hover,
.cid-vcj66KGUxS .dropdown-item:focus {
  background: #ff9f1c !important;
  color: white !important;
}
.cid-vcj66KGUxS .dropdown-item:hover span {
  color: white;
}
.cid-vcj66KGUxS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcj66KGUxS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcj66KGUxS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcj66KGUxS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcj66KGUxS .nav-link {
  position: relative;
}
.cid-vcj66KGUxS .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcj66KGUxS .container {
    flex-wrap: nowrap;
  }
}
.cid-vcj66KGUxS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-vcj66KGUxS .iconfont-wrapper:hover {
  color: #2ec4b6 !important;
}
.cid-vcj66KGUxS .dropdown-menu,
.cid-vcj66KGUxS .navbar.opened {
  background: #21090f !important;
}
.cid-vcj66KGUxS .nav-item:focus,
.cid-vcj66KGUxS .nav-link:focus {
  outline: none;
}
.cid-vcj66KGUxS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcj66KGUxS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcj66KGUxS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcj66KGUxS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcj66KGUxS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcj66KGUxS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcj66KGUxS .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #21090f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcj66KGUxS .navbar.opened {
  transition: all 0.3s;
}
.cid-vcj66KGUxS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcj66KGUxS .navbar .navbar-logo img {
  width: auto;
}
.cid-vcj66KGUxS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcj66KGUxS .navbar.collapsed {
  justify-content: center;
}
.cid-vcj66KGUxS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcj66KGUxS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcj66KGUxS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcj66KGUxS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcj66KGUxS .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-vcj66KGUxS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcj66KGUxS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcj66KGUxS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcj66KGUxS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcj66KGUxS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcj66KGUxS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcj66KGUxS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcj66KGUxS .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-vcj66KGUxS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcj66KGUxS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcj66KGUxS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcj66KGUxS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcj66KGUxS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcj66KGUxS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcj66KGUxS .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcj66KGUxS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcj66KGUxS .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-vcj66KGUxS .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcj66KGUxS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcj66KGUxS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcj66KGUxS .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-vcj66KGUxS .dropdown-item.active,
.cid-vcj66KGUxS .dropdown-item:active {
  background-color: transparent;
}
.cid-vcj66KGUxS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcj66KGUxS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcj66KGUxS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcj66KGUxS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #21090f;
}
.cid-vcj66KGUxS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcj66KGUxS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcj66KGUxS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcj66KGUxS .navbar-buttons {
  text-align: center;
}
.cid-vcj66KGUxS .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
  border: solid 2px #ff5e60 !important;
  box-shadow: 3px 3px 0 0 #ff5e60 !important;
}
.cid-vcj66KGUxS .navbar-buttons .btn:hover {
  border: solid 2px #ff5e60 !important;
  box-shadow: 0 0 0 0 #ff5e60 !important;
}
@media (max-width: 575px) {
  .cid-vcj66KGUxS .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcj66KGUxS button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #21090f !important;
  border: solid 2px #ff9f1c !important;
  box-shadow: 3px 3px 0 0 #ff9f1c !important;
}
.cid-vcj66KGUxS button.navbar-toggler:hover {
  border: solid 2px #ff9f1c !important;
  color: #2ec4b6 !important;
  box-shadow: 0 0 0 0 #ff9f1c !important;
}
.cid-vcj66KGUxS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcj66KGUxS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-vcj66KGUxS button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj66KGUxS button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj66KGUxS button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-vcj66KGUxS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj66KGUxS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcj66KGUxS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcj66KGUxS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj66KGUxS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcj66KGUxS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcj66KGUxS .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-vcj66KGUxS .navbar {
    height: 70px;
  }
  .cid-vcj66KGUxS .navbar.opened {
    height: auto;
  }
  .cid-vcj66KGUxS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcj66KGUxS .navbar-nav {
  margin: 0 auto;
}
.cid-vcj66KGUxS .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcj66KGUxS .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-vcj66KGUxS .nav-item .nav-link::after {
  color: #2ec4b6 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vcj66KGUxS .nav-item .nav-link:hover {
  color: #ff5e60 !important;
}
.cid-vcj66KGUxS .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcj66KGUxS .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcj66KGUxS .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcj66KGUxS .nav-item .dropdown-menu .dropdown-item {
  color: #21090f !important;
  background-color: transparent !important;
}
.cid-vcj66KGUxS .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff9f1c !important;
}
@media (max-width: 991px) {
  .cid-vcj66KGUxS .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcj66KGUxS .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcj66KGUxS .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcj66KGUxS .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcj66KGUxS .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcj66KGUxS .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcj66KGUxS .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-vcj66KGUxS .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-vcj66KGUxS .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-vcj66KGUxS .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vcj66KGUxS .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-vcj66KGUxS .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-vcj66KGUxS .navbar-caption {
  color: #FFFFFF;
}
.cid-vcj66KGUxS .nav-link,
.cid-vcj66KGUxS .dropdown-item {
  color: #FFFFFF;
}
.cid-vcj66L3tMA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj66L3tMA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj66L3tMA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj66L3tMA .container {
  max-width: 1280px;
}
.cid-vcj66L3tMA .row {
  justify-content: center;
}
.cid-vcj66L3tMA .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-vcj66L3tMA .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj66L3tMA .mbr-section-title {
  color: #FFDD65;
}
.cid-vcj66L3tMA .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-vcj66L3tMA .col-video {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vcj66L3tMA .col-video {
    height: 350px;
  }
}
.cid-vcj66L3tMA .col-video .mbr-figure {
  width: 100%;
  border-radius: 4.17rem;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  padding: 5px;
}
.cid-vcj66L3tMA .col-video .mbr-figure .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-vcj66L3tMA .col-video .mbr-figure iframe {
  border-radius: 3.85rem;
}
.cid-vcj66L3tMA .col-video .mbr-figure .app-video-wrapper {
  overflow: hidden;
}
.cid-vcj66L3tMA .col-video .mbr-figure .app-video-wrapper img {
  border-radius: 3.85rem;
}
.cid-vcj66Lmtgq {
  background-color: #21090f;
}
.cid-vcj66Lmtgq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj66Lmtgq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj66Lmtgq .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: transparent;
  background: #e1d7c0;
}
.cid-vcj66Lmtgq .container {
  max-width: 1280px;
}
.cid-vcj66Lmtgq .row {
  justify-content: center;
}
.cid-vcj66Lmtgq .mbr-section-title {
  color: #212132;
}
.cid-vcj66Lmtgq .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-vcj66Lmtgq .mbr-section-title,
.cid-vcj66Lmtgq .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-vcj66LJPuU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj66LJPuU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj66LJPuU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj66LJPuU .container {
  max-width: 1280px;
}
.cid-vcj66LJPuU .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj66LJPuU .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj66LJPuU .card-title {
  color: #000000;
}
.cid-vcj66LJPuU .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj66LJPuU .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcj66LJPuU .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj66LJPuU .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #21090f;
  border-radius: 4.17rem;
  height: 100%;
  transition: 0.2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-vcj66LJPuU .item-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj66LJPuU .item-wrapper:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-vcj66LJPuU .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-vcj66LJPuU .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj66LJPuU .image-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-vcj66LJPuU .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcj66LJPuU .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-vcj66LJPuU .name-text {
  color: #FFFFFF;
}
.cid-vcj66LJPuU .prof-text {
  color: #FFFFFF;
}
.cid-vcj66LJPuU .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-vcj66LJPuU .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-vcj66LJPuU .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-vcj66LJPuU .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #e1d7c0;
}
.cid-vcj66LJPuU .mbr-text {
  color: #FFFFFF;
}
.cid-vcj66LJPuU .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vcj66LJPuU .mbr-section-btn .btn {
  min-height: auto;
  min-width: auto;
}
.cid-vcj66MoUwF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e1d7c0;
}
.cid-vcj66MoUwF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj66MoUwF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj66MoUwF .container {
  max-width: 1600px;
}
.cid-vcj66MoUwF .text-wrapper {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-vcj66MoUwF .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vcj66MoUwF .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj66MoUwF .mbr-section-title {
  color: #000000;
}
.cid-vcj66MoUwF .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj66MoUwF .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj66MoUwF .card-bg-item {
  padding: 3px;
  background-color: #ffffff;
  border-radius: 2.3rem;
}
.cid-vcj66MoUwF .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 2.08rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vcj66MoUwF .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj66MoUwF .text-container {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcj66MoUwF .text-container {
    margin-bottom: 24px;
  }
}
.cid-vcj66MoUwF .card-title {
  color: #000000;
}
.cid-vcj66MoUwF .mbr-text {
  color: #000000;
  opacity: 0.6;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj66MoUwF .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj66MoUwF .price-text {
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-vcj66MoUwF .price-text {
    margin-bottom: 8px;
  }
}
.cid-vcj66MoUwF .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj66MoUwF .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcj66MoUwF .custom-section-btn {
  width: 100%;
  margin-left: 0;
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj66MoUwF .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.cid-vcj66MoUwF .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj66MoUwF .list {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcj66MoUwF .list {
    margin-top: 24px;
  }
}
.cid-vcj66MoUwF .list-title {
  color: #000000;
  opacity: 0.6;
  margin-bottom: 12px;
}
.cid-vcj66MoUwF .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border-radius: 0.625rem;
  background-color: #fde8eb;
  margin-bottom: 0.125rem;
}
@media (max-width: 991px) {
  .cid-vcj66MoUwF .item-wrap {
    padding: 8px;
  }
}
.cid-vcj66MoUwF .list-text {
  color: #212132;
}
.cid-vcj66MoUwF .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-height: 32px;
  min-width: 32px;
  margin-left: 8px;
  background-color: #ffffff;
}
.cid-vcj66MoUwF .iconfont-wrapper .mbr-iconfont {
  font-size: 15px;
  color: #000000;
}
.cid-vcj66MoUwF .card-bg-item:nth-child(2) {
  background-image: linear-gradient(180deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj66NAkPp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj66NAkPp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj66NAkPp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj66NAkPp .container {
  max-width: 1600px;
}
.cid-vcj66NAkPp .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #21090f;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj66NAkPp .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcj66NAkPp .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-vcj66NAkPp .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj66NAkPp .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj66NAkPp .mbr-section-title {
  color: #E1D7C0;
}
.cid-vcj66NAkPp .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vcj66NAkPp .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-vcj66NAkPp .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-vcj66NAkPp .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #e1d7c0;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-vcj66NAkPp .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-vcj66NAkPp .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vcj66NAkPp .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.cid-vcj66NAkPp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-vcj66NAkPp .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-vcj66NAkPp .panel-title:hover .panel-title-edit {
  color: #e1d7c0;
}
.cid-vcj66NAkPp .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vcj66NAkPp .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-vcj66NAkPp .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-vcj66NAkPp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vcj66NAkPp .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-vcj66NAkPp .col-text {
    margin-top: 40px;
  }
}
.cid-vcj66NAkPp .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vcj66NAkPp .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vcj66NAkPp .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj66NAkPp .custom-section-btn {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj66NAkPp .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj66NAkPp .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-vcj66NAkPp .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-vcj66NAkPp .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-vcj66NAkPp .btn-container .btn {
    width: 100%;
  }
}
.cid-vcj66Of8YY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj66Of8YY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj66Of8YY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj66Of8YY .container {
  max-width: 1280px;
}
.cid-vcj66Of8YY .row {
  justify-content: flex-start;
}
.cid-vcj66Of8YY .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj66Of8YY .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj66Of8YY .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj66Of8YY .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj66Of8YY .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj66Of8YY .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj66Of8YY .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj66Of8YY .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-vcj66Of8YY .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj66OFdmn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj66OFdmn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj66OFdmn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj66OFdmn .container {
  max-width: 1280px;
}
.cid-vcj66OFdmn .row {
  justify-content: flex-start;
}
.cid-vcj66OFdmn .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj66OFdmn .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj66OFdmn .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj66OFdmn .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj66OFdmn .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj66OFdmn .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj66OFdmn .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj66OFdmn .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
  text-align: center;
}
.cid-vcj66OFdmn .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj66P7LB7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #21090f;
  overflow: hidden;
}
.cid-vcj66P7LB7 .container {
  max-width: 1472px;
}
.cid-vcj66P7LB7 .mbr-text {
  color: #FFFFFF;
}
.cid-vcj66P7LB7 .media-container-row .mbr-text {
  color: #FFFFFF;
}
.cid-vcj6799rJD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcj6799rJD nav.navbar {
  position: fixed;
}
.cid-vcj6799rJD .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-vcj6799rJD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcj6799rJD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcj6799rJD .dropdown-item:hover,
.cid-vcj6799rJD .dropdown-item:focus {
  background: #ff9f1c !important;
  color: white !important;
}
.cid-vcj6799rJD .dropdown-item:hover span {
  color: white;
}
.cid-vcj6799rJD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcj6799rJD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcj6799rJD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcj6799rJD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcj6799rJD .nav-link {
  position: relative;
}
.cid-vcj6799rJD .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcj6799rJD .container {
    flex-wrap: nowrap;
  }
}
.cid-vcj6799rJD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-vcj6799rJD .iconfont-wrapper:hover {
  color: #2ec4b6 !important;
}
.cid-vcj6799rJD .dropdown-menu,
.cid-vcj6799rJD .navbar.opened {
  background: #21090f !important;
}
.cid-vcj6799rJD .nav-item:focus,
.cid-vcj6799rJD .nav-link:focus {
  outline: none;
}
.cid-vcj6799rJD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcj6799rJD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcj6799rJD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcj6799rJD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcj6799rJD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcj6799rJD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcj6799rJD .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #21090f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcj6799rJD .navbar.opened {
  transition: all 0.3s;
}
.cid-vcj6799rJD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcj6799rJD .navbar .navbar-logo img {
  width: auto;
}
.cid-vcj6799rJD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcj6799rJD .navbar.collapsed {
  justify-content: center;
}
.cid-vcj6799rJD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcj6799rJD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcj6799rJD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcj6799rJD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcj6799rJD .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-vcj6799rJD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcj6799rJD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcj6799rJD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcj6799rJD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcj6799rJD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcj6799rJD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcj6799rJD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcj6799rJD .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-vcj6799rJD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcj6799rJD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcj6799rJD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcj6799rJD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcj6799rJD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcj6799rJD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcj6799rJD .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcj6799rJD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcj6799rJD .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-vcj6799rJD .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcj6799rJD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcj6799rJD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcj6799rJD .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-vcj6799rJD .dropdown-item.active,
.cid-vcj6799rJD .dropdown-item:active {
  background-color: transparent;
}
.cid-vcj6799rJD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcj6799rJD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcj6799rJD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcj6799rJD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #21090f;
}
.cid-vcj6799rJD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcj6799rJD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcj6799rJD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcj6799rJD .navbar-buttons {
  text-align: center;
}
.cid-vcj6799rJD .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
  border: solid 2px #ff5e60 !important;
  box-shadow: 3px 3px 0 0 #ff5e60 !important;
}
.cid-vcj6799rJD .navbar-buttons .btn:hover {
  border: solid 2px #ff5e60 !important;
  box-shadow: 0 0 0 0 #ff5e60 !important;
}
@media (max-width: 575px) {
  .cid-vcj6799rJD .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcj6799rJD button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #21090f !important;
  border: solid 2px #ff9f1c !important;
  box-shadow: 3px 3px 0 0 #ff9f1c !important;
}
.cid-vcj6799rJD button.navbar-toggler:hover {
  border: solid 2px #ff9f1c !important;
  color: #2ec4b6 !important;
  box-shadow: 0 0 0 0 #ff9f1c !important;
}
.cid-vcj6799rJD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcj6799rJD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-vcj6799rJD button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj6799rJD button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj6799rJD button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-vcj6799rJD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj6799rJD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcj6799rJD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcj6799rJD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj6799rJD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcj6799rJD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcj6799rJD .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-vcj6799rJD .navbar {
    height: 70px;
  }
  .cid-vcj6799rJD .navbar.opened {
    height: auto;
  }
  .cid-vcj6799rJD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcj6799rJD .navbar-nav {
  margin: 0 auto;
}
.cid-vcj6799rJD .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcj6799rJD .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-vcj6799rJD .nav-item .nav-link::after {
  color: #2ec4b6 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vcj6799rJD .nav-item .nav-link:hover {
  color: #ff5e60 !important;
}
.cid-vcj6799rJD .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcj6799rJD .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcj6799rJD .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcj6799rJD .nav-item .dropdown-menu .dropdown-item {
  color: #21090f !important;
  background-color: transparent !important;
}
.cid-vcj6799rJD .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff9f1c !important;
}
@media (max-width: 991px) {
  .cid-vcj6799rJD .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcj6799rJD .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcj6799rJD .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcj6799rJD .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcj6799rJD .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcj6799rJD .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcj6799rJD .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-vcj6799rJD .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-vcj6799rJD .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-vcj6799rJD .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vcj6799rJD .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-vcj6799rJD .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-vcj6799rJD .navbar-caption {
  color: #FFFFFF;
}
.cid-vcj6799rJD .nav-link,
.cid-vcj6799rJD .dropdown-item {
  color: #FFFFFF;
}
.cid-vcj679E1ev {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj679E1ev .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj679E1ev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj679E1ev .container {
  max-width: 1280px;
}
.cid-vcj679E1ev .row {
  justify-content: center;
}
.cid-vcj679E1ev .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-vcj679E1ev .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj679E1ev .mbr-section-title {
  color: #FFDD65;
}
.cid-vcj679E1ev .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-vcj679E1ev .col-video {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vcj679E1ev .col-video {
    height: 350px;
  }
}
.cid-vcj679E1ev .col-video .mbr-figure {
  width: 100%;
  border-radius: 4.17rem;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  padding: 5px;
}
.cid-vcj679E1ev .col-video .mbr-figure .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-vcj679E1ev .col-video .mbr-figure iframe {
  border-radius: 3.85rem;
}
.cid-vcj679E1ev .col-video .mbr-figure .app-video-wrapper {
  overflow: hidden;
}
.cid-vcj679E1ev .col-video .mbr-figure .app-video-wrapper img {
  border-radius: 3.85rem;
}
.cid-vcj679YhoO {
  background-color: #21090f;
}
.cid-vcj679YhoO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj679YhoO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj679YhoO .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: transparent;
  background: #e1d7c0;
}
.cid-vcj679YhoO .container {
  max-width: 1280px;
}
.cid-vcj679YhoO .row {
  justify-content: center;
}
.cid-vcj679YhoO .mbr-section-title {
  color: #212132;
}
.cid-vcj679YhoO .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-vcj679YhoO .mbr-section-title,
.cid-vcj679YhoO .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-vcj67ansWq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj67ansWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj67ansWq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj67ansWq .container {
  max-width: 1280px;
}
.cid-vcj67ansWq .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj67ansWq .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj67ansWq .card-title {
  color: #000000;
}
.cid-vcj67ansWq .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj67ansWq .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcj67ansWq .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj67ansWq .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #21090f;
  border-radius: 4.17rem;
  height: 100%;
  transition: 0.2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-vcj67ansWq .item-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj67ansWq .item-wrapper:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-vcj67ansWq .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-vcj67ansWq .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj67ansWq .image-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-vcj67ansWq .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcj67ansWq .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-vcj67ansWq .name-text {
  color: #FFFFFF;
}
.cid-vcj67ansWq .prof-text {
  color: #FFFFFF;
}
.cid-vcj67ansWq .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-vcj67ansWq .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-vcj67ansWq .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-vcj67ansWq .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #e1d7c0;
}
.cid-vcj67ansWq .mbr-text {
  color: #FFFFFF;
}
.cid-vcj67ansWq .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vcj67ansWq .mbr-section-btn .btn {
  min-height: auto;
  min-width: auto;
}
.cid-vcj67b1AI8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e1d7c0;
}
.cid-vcj67b1AI8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj67b1AI8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj67b1AI8 .container {
  max-width: 1600px;
}
.cid-vcj67b1AI8 .text-wrapper {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-vcj67b1AI8 .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vcj67b1AI8 .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj67b1AI8 .mbr-section-title {
  color: #000000;
}
.cid-vcj67b1AI8 .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj67b1AI8 .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj67b1AI8 .card-bg-item {
  padding: 3px;
  background-color: #ffffff;
  border-radius: 2.3rem;
}
.cid-vcj67b1AI8 .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 2.08rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vcj67b1AI8 .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj67b1AI8 .text-container {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcj67b1AI8 .text-container {
    margin-bottom: 24px;
  }
}
.cid-vcj67b1AI8 .card-title {
  color: #000000;
}
.cid-vcj67b1AI8 .mbr-text {
  color: #000000;
  opacity: 0.6;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj67b1AI8 .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj67b1AI8 .price-text {
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-vcj67b1AI8 .price-text {
    margin-bottom: 8px;
  }
}
.cid-vcj67b1AI8 .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj67b1AI8 .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcj67b1AI8 .custom-section-btn {
  width: 100%;
  margin-left: 0;
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj67b1AI8 .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.cid-vcj67b1AI8 .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj67b1AI8 .list {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcj67b1AI8 .list {
    margin-top: 24px;
  }
}
.cid-vcj67b1AI8 .list-title {
  color: #000000;
  opacity: 0.6;
  margin-bottom: 12px;
}
.cid-vcj67b1AI8 .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border-radius: 0.625rem;
  background-color: #fde8eb;
  margin-bottom: 0.125rem;
}
@media (max-width: 991px) {
  .cid-vcj67b1AI8 .item-wrap {
    padding: 8px;
  }
}
.cid-vcj67b1AI8 .list-text {
  color: #212132;
}
.cid-vcj67b1AI8 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-height: 32px;
  min-width: 32px;
  margin-left: 8px;
  background-color: #ffffff;
}
.cid-vcj67b1AI8 .iconfont-wrapper .mbr-iconfont {
  font-size: 15px;
  color: #000000;
}
.cid-vcj67b1AI8 .card-bg-item:nth-child(2) {
  background-image: linear-gradient(180deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj67ci2lp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj67ci2lp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj67ci2lp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj67ci2lp .container {
  max-width: 1600px;
}
.cid-vcj67ci2lp .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #21090f;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj67ci2lp .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcj67ci2lp .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-vcj67ci2lp .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj67ci2lp .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj67ci2lp .mbr-section-title {
  color: #E1D7C0;
}
.cid-vcj67ci2lp .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vcj67ci2lp .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-vcj67ci2lp .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-vcj67ci2lp .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #e1d7c0;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-vcj67ci2lp .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-vcj67ci2lp .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vcj67ci2lp .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.cid-vcj67ci2lp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-vcj67ci2lp .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-vcj67ci2lp .panel-title:hover .panel-title-edit {
  color: #e1d7c0;
}
.cid-vcj67ci2lp .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vcj67ci2lp .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-vcj67ci2lp .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-vcj67ci2lp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vcj67ci2lp .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-vcj67ci2lp .col-text {
    margin-top: 40px;
  }
}
.cid-vcj67ci2lp .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vcj67ci2lp .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vcj67ci2lp .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj67ci2lp .custom-section-btn {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj67ci2lp .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj67ci2lp .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-vcj67ci2lp .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-vcj67ci2lp .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-vcj67ci2lp .btn-container .btn {
    width: 100%;
  }
}
.cid-vcj67cY1zB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj67cY1zB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj67cY1zB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj67cY1zB .container {
  max-width: 1280px;
}
.cid-vcj67cY1zB .row {
  justify-content: flex-start;
}
.cid-vcj67cY1zB .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj67cY1zB .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj67cY1zB .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj67cY1zB .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj67cY1zB .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj67cY1zB .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj67cY1zB .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj67cY1zB .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-vcj67cY1zB .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj67dnahj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj67dnahj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj67dnahj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj67dnahj .container {
  max-width: 1280px;
}
.cid-vcj67dnahj .row {
  justify-content: flex-start;
}
.cid-vcj67dnahj .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj67dnahj .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj67dnahj .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj67dnahj .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj67dnahj .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj67dnahj .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj67dnahj .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj67dnahj .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
  text-align: center;
}
.cid-vcj67dnahj .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj67dLsje {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #21090f;
  overflow: hidden;
}
.cid-vcj67dLsje .container {
  max-width: 1472px;
}
.cid-vcj67dLsje .mbr-text {
  color: #FFFFFF;
}
.cid-vcj67dLsje .media-container-row .mbr-text {
  color: #FFFFFF;
}
.cid-vcj67yTnnq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcj67yTnnq nav.navbar {
  position: fixed;
}
.cid-vcj67yTnnq .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-vcj67yTnnq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcj67yTnnq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcj67yTnnq .dropdown-item:hover,
.cid-vcj67yTnnq .dropdown-item:focus {
  background: #ff9f1c !important;
  color: white !important;
}
.cid-vcj67yTnnq .dropdown-item:hover span {
  color: white;
}
.cid-vcj67yTnnq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcj67yTnnq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcj67yTnnq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcj67yTnnq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcj67yTnnq .nav-link {
  position: relative;
}
.cid-vcj67yTnnq .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcj67yTnnq .container {
    flex-wrap: nowrap;
  }
}
.cid-vcj67yTnnq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-vcj67yTnnq .iconfont-wrapper:hover {
  color: #2ec4b6 !important;
}
.cid-vcj67yTnnq .dropdown-menu,
.cid-vcj67yTnnq .navbar.opened {
  background: #21090f !important;
}
.cid-vcj67yTnnq .nav-item:focus,
.cid-vcj67yTnnq .nav-link:focus {
  outline: none;
}
.cid-vcj67yTnnq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcj67yTnnq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcj67yTnnq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcj67yTnnq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcj67yTnnq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcj67yTnnq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcj67yTnnq .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #21090f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcj67yTnnq .navbar.opened {
  transition: all 0.3s;
}
.cid-vcj67yTnnq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcj67yTnnq .navbar .navbar-logo img {
  width: auto;
}
.cid-vcj67yTnnq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcj67yTnnq .navbar.collapsed {
  justify-content: center;
}
.cid-vcj67yTnnq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcj67yTnnq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcj67yTnnq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcj67yTnnq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcj67yTnnq .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-vcj67yTnnq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcj67yTnnq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcj67yTnnq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcj67yTnnq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcj67yTnnq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcj67yTnnq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcj67yTnnq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcj67yTnnq .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-vcj67yTnnq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcj67yTnnq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcj67yTnnq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcj67yTnnq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcj67yTnnq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcj67yTnnq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcj67yTnnq .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcj67yTnnq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcj67yTnnq .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-vcj67yTnnq .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcj67yTnnq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcj67yTnnq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcj67yTnnq .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-vcj67yTnnq .dropdown-item.active,
.cid-vcj67yTnnq .dropdown-item:active {
  background-color: transparent;
}
.cid-vcj67yTnnq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcj67yTnnq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcj67yTnnq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcj67yTnnq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #21090f;
}
.cid-vcj67yTnnq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcj67yTnnq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcj67yTnnq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcj67yTnnq .navbar-buttons {
  text-align: center;
}
.cid-vcj67yTnnq .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
  border: solid 2px #ff5e60 !important;
  box-shadow: 3px 3px 0 0 #ff5e60 !important;
}
.cid-vcj67yTnnq .navbar-buttons .btn:hover {
  border: solid 2px #ff5e60 !important;
  box-shadow: 0 0 0 0 #ff5e60 !important;
}
@media (max-width: 575px) {
  .cid-vcj67yTnnq .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcj67yTnnq button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #21090f !important;
  border: solid 2px #ff9f1c !important;
  box-shadow: 3px 3px 0 0 #ff9f1c !important;
}
.cid-vcj67yTnnq button.navbar-toggler:hover {
  border: solid 2px #ff9f1c !important;
  color: #2ec4b6 !important;
  box-shadow: 0 0 0 0 #ff9f1c !important;
}
.cid-vcj67yTnnq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcj67yTnnq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-vcj67yTnnq button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj67yTnnq button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj67yTnnq button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-vcj67yTnnq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj67yTnnq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcj67yTnnq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcj67yTnnq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj67yTnnq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcj67yTnnq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcj67yTnnq .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-vcj67yTnnq .navbar {
    height: 70px;
  }
  .cid-vcj67yTnnq .navbar.opened {
    height: auto;
  }
  .cid-vcj67yTnnq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcj67yTnnq .navbar-nav {
  margin: 0 auto;
}
.cid-vcj67yTnnq .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcj67yTnnq .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-vcj67yTnnq .nav-item .nav-link::after {
  color: #2ec4b6 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vcj67yTnnq .nav-item .nav-link:hover {
  color: #ff5e60 !important;
}
.cid-vcj67yTnnq .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcj67yTnnq .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcj67yTnnq .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcj67yTnnq .nav-item .dropdown-menu .dropdown-item {
  color: #21090f !important;
  background-color: transparent !important;
}
.cid-vcj67yTnnq .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff9f1c !important;
}
@media (max-width: 991px) {
  .cid-vcj67yTnnq .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcj67yTnnq .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcj67yTnnq .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcj67yTnnq .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcj67yTnnq .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcj67yTnnq .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcj67yTnnq .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-vcj67yTnnq .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-vcj67yTnnq .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-vcj67yTnnq .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vcj67yTnnq .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-vcj67yTnnq .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-vcj67yTnnq .navbar-caption {
  color: #FFFFFF;
}
.cid-vcj67yTnnq .nav-link,
.cid-vcj67yTnnq .dropdown-item {
  color: #FFFFFF;
}
.cid-vcj67zfVss {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj67zfVss .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj67zfVss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj67zfVss .container {
  max-width: 1280px;
}
.cid-vcj67zfVss .row {
  justify-content: center;
}
.cid-vcj67zfVss .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-vcj67zfVss .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj67zfVss .mbr-section-title {
  color: #FFDD65;
}
.cid-vcj67zfVss .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-vcj67zfVss .col-video {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vcj67zfVss .col-video {
    height: 350px;
  }
}
.cid-vcj67zfVss .col-video .mbr-figure {
  width: 100%;
  border-radius: 4.17rem;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  padding: 5px;
}
.cid-vcj67zfVss .col-video .mbr-figure .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-vcj67zfVss .col-video .mbr-figure iframe {
  border-radius: 3.85rem;
}
.cid-vcj67zfVss .col-video .mbr-figure .app-video-wrapper {
  overflow: hidden;
}
.cid-vcj67zfVss .col-video .mbr-figure .app-video-wrapper img {
  border-radius: 3.85rem;
}
.cid-vcj67zyXCE {
  background-color: #21090f;
}
.cid-vcj67zyXCE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj67zyXCE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj67zyXCE .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: transparent;
  background: #e1d7c0;
}
.cid-vcj67zyXCE .container {
  max-width: 1280px;
}
.cid-vcj67zyXCE .row {
  justify-content: center;
}
.cid-vcj67zyXCE .mbr-section-title {
  color: #212132;
}
.cid-vcj67zyXCE .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-vcj67zyXCE .mbr-section-title,
.cid-vcj67zyXCE .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-vcj67zXpRh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj67zXpRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj67zXpRh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj67zXpRh .container {
  max-width: 1280px;
}
.cid-vcj67zXpRh .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj67zXpRh .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj67zXpRh .card-title {
  color: #000000;
}
.cid-vcj67zXpRh .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj67zXpRh .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcj67zXpRh .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj67zXpRh .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #21090f;
  border-radius: 4.17rem;
  height: 100%;
  transition: 0.2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-vcj67zXpRh .item-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj67zXpRh .item-wrapper:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-vcj67zXpRh .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-vcj67zXpRh .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj67zXpRh .image-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-vcj67zXpRh .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcj67zXpRh .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-vcj67zXpRh .name-text {
  color: #FFFFFF;
}
.cid-vcj67zXpRh .prof-text {
  color: #FFFFFF;
}
.cid-vcj67zXpRh .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-vcj67zXpRh .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-vcj67zXpRh .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-vcj67zXpRh .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #e1d7c0;
}
.cid-vcj67zXpRh .mbr-text {
  color: #FFFFFF;
}
.cid-vcj67zXpRh .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vcj67zXpRh .mbr-section-btn .btn {
  min-height: auto;
  min-width: auto;
}
.cid-vcj67AJK1x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e1d7c0;
}
.cid-vcj67AJK1x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj67AJK1x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj67AJK1x .container {
  max-width: 1600px;
}
.cid-vcj67AJK1x .text-wrapper {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-vcj67AJK1x .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vcj67AJK1x .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj67AJK1x .mbr-section-title {
  color: #000000;
}
.cid-vcj67AJK1x .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj67AJK1x .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj67AJK1x .card-bg-item {
  padding: 3px;
  background-color: #ffffff;
  border-radius: 2.3rem;
}
.cid-vcj67AJK1x .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 2.08rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vcj67AJK1x .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj67AJK1x .text-container {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcj67AJK1x .text-container {
    margin-bottom: 24px;
  }
}
.cid-vcj67AJK1x .card-title {
  color: #000000;
}
.cid-vcj67AJK1x .mbr-text {
  color: #000000;
  opacity: 0.6;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj67AJK1x .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj67AJK1x .price-text {
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-vcj67AJK1x .price-text {
    margin-bottom: 8px;
  }
}
.cid-vcj67AJK1x .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj67AJK1x .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcj67AJK1x .custom-section-btn {
  width: 100%;
  margin-left: 0;
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj67AJK1x .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.cid-vcj67AJK1x .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj67AJK1x .list {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcj67AJK1x .list {
    margin-top: 24px;
  }
}
.cid-vcj67AJK1x .list-title {
  color: #000000;
  opacity: 0.6;
  margin-bottom: 12px;
}
.cid-vcj67AJK1x .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border-radius: 0.625rem;
  background-color: #fde8eb;
  margin-bottom: 0.125rem;
}
@media (max-width: 991px) {
  .cid-vcj67AJK1x .item-wrap {
    padding: 8px;
  }
}
.cid-vcj67AJK1x .list-text {
  color: #212132;
}
.cid-vcj67AJK1x .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-height: 32px;
  min-width: 32px;
  margin-left: 8px;
  background-color: #ffffff;
}
.cid-vcj67AJK1x .iconfont-wrapper .mbr-iconfont {
  font-size: 15px;
  color: #000000;
}
.cid-vcj67AJK1x .card-bg-item:nth-child(2) {
  background-image: linear-gradient(180deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj67BUHgj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj67BUHgj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj67BUHgj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj67BUHgj .container {
  max-width: 1600px;
}
.cid-vcj67BUHgj .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #21090f;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj67BUHgj .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcj67BUHgj .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-vcj67BUHgj .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj67BUHgj .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj67BUHgj .mbr-section-title {
  color: #E1D7C0;
}
.cid-vcj67BUHgj .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vcj67BUHgj .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-vcj67BUHgj .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-vcj67BUHgj .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #e1d7c0;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-vcj67BUHgj .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-vcj67BUHgj .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vcj67BUHgj .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.cid-vcj67BUHgj .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-vcj67BUHgj .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-vcj67BUHgj .panel-title:hover .panel-title-edit {
  color: #e1d7c0;
}
.cid-vcj67BUHgj .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vcj67BUHgj .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-vcj67BUHgj .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-vcj67BUHgj .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vcj67BUHgj .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-vcj67BUHgj .col-text {
    margin-top: 40px;
  }
}
.cid-vcj67BUHgj .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vcj67BUHgj .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vcj67BUHgj .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj67BUHgj .custom-section-btn {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj67BUHgj .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj67BUHgj .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-vcj67BUHgj .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-vcj67BUHgj .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-vcj67BUHgj .btn-container .btn {
    width: 100%;
  }
}
.cid-vcj67Czpqj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj67Czpqj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj67Czpqj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj67Czpqj .container {
  max-width: 1280px;
}
.cid-vcj67Czpqj .row {
  justify-content: flex-start;
}
.cid-vcj67Czpqj .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj67Czpqj .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj67Czpqj .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj67Czpqj .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj67Czpqj .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj67Czpqj .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj67Czpqj .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj67Czpqj .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-vcj67Czpqj .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj67CVR53 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj67CVR53 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj67CVR53 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj67CVR53 .container {
  max-width: 1280px;
}
.cid-vcj67CVR53 .row {
  justify-content: flex-start;
}
.cid-vcj67CVR53 .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj67CVR53 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj67CVR53 .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj67CVR53 .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj67CVR53 .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj67CVR53 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj67CVR53 .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj67CVR53 .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
  text-align: center;
}
.cid-vcj67CVR53 .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj67DimJu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #21090f;
  overflow: hidden;
}
.cid-vcj67DimJu .container {
  max-width: 1472px;
}
.cid-vcj67DimJu .mbr-text {
  color: #FFFFFF;
}
.cid-vcj67DimJu .media-container-row .mbr-text {
  color: #FFFFFF;
}
.cid-vcj67WfEe1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcj67WfEe1 nav.navbar {
  position: fixed;
}
.cid-vcj67WfEe1 .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-vcj67WfEe1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcj67WfEe1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcj67WfEe1 .dropdown-item:hover,
.cid-vcj67WfEe1 .dropdown-item:focus {
  background: #ff9f1c !important;
  color: white !important;
}
.cid-vcj67WfEe1 .dropdown-item:hover span {
  color: white;
}
.cid-vcj67WfEe1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcj67WfEe1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcj67WfEe1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcj67WfEe1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcj67WfEe1 .nav-link {
  position: relative;
}
.cid-vcj67WfEe1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcj67WfEe1 .container {
    flex-wrap: nowrap;
  }
}
.cid-vcj67WfEe1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-vcj67WfEe1 .iconfont-wrapper:hover {
  color: #2ec4b6 !important;
}
.cid-vcj67WfEe1 .dropdown-menu,
.cid-vcj67WfEe1 .navbar.opened {
  background: #21090f !important;
}
.cid-vcj67WfEe1 .nav-item:focus,
.cid-vcj67WfEe1 .nav-link:focus {
  outline: none;
}
.cid-vcj67WfEe1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcj67WfEe1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcj67WfEe1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcj67WfEe1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcj67WfEe1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcj67WfEe1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcj67WfEe1 .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #21090f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcj67WfEe1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcj67WfEe1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcj67WfEe1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcj67WfEe1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcj67WfEe1 .navbar.collapsed {
  justify-content: center;
}
.cid-vcj67WfEe1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcj67WfEe1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcj67WfEe1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcj67WfEe1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcj67WfEe1 .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-vcj67WfEe1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcj67WfEe1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcj67WfEe1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcj67WfEe1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcj67WfEe1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcj67WfEe1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcj67WfEe1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcj67WfEe1 .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-vcj67WfEe1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcj67WfEe1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcj67WfEe1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcj67WfEe1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcj67WfEe1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcj67WfEe1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcj67WfEe1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcj67WfEe1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcj67WfEe1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-vcj67WfEe1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcj67WfEe1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcj67WfEe1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcj67WfEe1 .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-vcj67WfEe1 .dropdown-item.active,
.cid-vcj67WfEe1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcj67WfEe1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcj67WfEe1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcj67WfEe1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcj67WfEe1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #21090f;
}
.cid-vcj67WfEe1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcj67WfEe1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcj67WfEe1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcj67WfEe1 .navbar-buttons {
  text-align: center;
}
.cid-vcj67WfEe1 .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
  border: solid 2px #ff5e60 !important;
  box-shadow: 3px 3px 0 0 #ff5e60 !important;
}
.cid-vcj67WfEe1 .navbar-buttons .btn:hover {
  border: solid 2px #ff5e60 !important;
  box-shadow: 0 0 0 0 #ff5e60 !important;
}
@media (max-width: 575px) {
  .cid-vcj67WfEe1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcj67WfEe1 button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #21090f !important;
  border: solid 2px #ff9f1c !important;
  box-shadow: 3px 3px 0 0 #ff9f1c !important;
}
.cid-vcj67WfEe1 button.navbar-toggler:hover {
  border: solid 2px #ff9f1c !important;
  color: #2ec4b6 !important;
  box-shadow: 0 0 0 0 #ff9f1c !important;
}
.cid-vcj67WfEe1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcj67WfEe1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-vcj67WfEe1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj67WfEe1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj67WfEe1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-vcj67WfEe1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj67WfEe1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcj67WfEe1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcj67WfEe1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj67WfEe1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcj67WfEe1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcj67WfEe1 .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-vcj67WfEe1 .navbar {
    height: 70px;
  }
  .cid-vcj67WfEe1 .navbar.opened {
    height: auto;
  }
  .cid-vcj67WfEe1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcj67WfEe1 .navbar-nav {
  margin: 0 auto;
}
.cid-vcj67WfEe1 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcj67WfEe1 .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-vcj67WfEe1 .nav-item .nav-link::after {
  color: #2ec4b6 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vcj67WfEe1 .nav-item .nav-link:hover {
  color: #ff5e60 !important;
}
.cid-vcj67WfEe1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcj67WfEe1 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcj67WfEe1 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcj67WfEe1 .nav-item .dropdown-menu .dropdown-item {
  color: #21090f !important;
  background-color: transparent !important;
}
.cid-vcj67WfEe1 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff9f1c !important;
}
@media (max-width: 991px) {
  .cid-vcj67WfEe1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcj67WfEe1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcj67WfEe1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcj67WfEe1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcj67WfEe1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcj67WfEe1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcj67WfEe1 .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-vcj67WfEe1 .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-vcj67WfEe1 .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-vcj67WfEe1 .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vcj67WfEe1 .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-vcj67WfEe1 .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-vcj67WfEe1 .navbar-caption {
  color: #FFFFFF;
}
.cid-vcj67WfEe1 .nav-link,
.cid-vcj67WfEe1 .dropdown-item {
  color: #FFFFFF;
}
.cid-vcj67WCHVW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj67WCHVW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj67WCHVW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj67WCHVW .container {
  max-width: 1280px;
}
.cid-vcj67WCHVW .row {
  justify-content: center;
}
.cid-vcj67WCHVW .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-vcj67WCHVW .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj67WCHVW .mbr-section-title {
  color: #FFDD65;
}
.cid-vcj67WCHVW .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-vcj67WCHVW .col-video {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vcj67WCHVW .col-video {
    height: 350px;
  }
}
.cid-vcj67WCHVW .col-video .mbr-figure {
  width: 100%;
  border-radius: 4.17rem;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  padding: 5px;
}
.cid-vcj67WCHVW .col-video .mbr-figure .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-vcj67WCHVW .col-video .mbr-figure iframe {
  border-radius: 3.85rem;
}
.cid-vcj67WCHVW .col-video .mbr-figure .app-video-wrapper {
  overflow: hidden;
}
.cid-vcj67WCHVW .col-video .mbr-figure .app-video-wrapper img {
  border-radius: 3.85rem;
}
.cid-vcj67WTPWS {
  background-color: #21090f;
}
.cid-vcj67WTPWS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj67WTPWS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj67WTPWS .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: transparent;
  background: #e1d7c0;
}
.cid-vcj67WTPWS .container {
  max-width: 1280px;
}
.cid-vcj67WTPWS .row {
  justify-content: center;
}
.cid-vcj67WTPWS .mbr-section-title {
  color: #212132;
}
.cid-vcj67WTPWS .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-vcj67WTPWS .mbr-section-title,
.cid-vcj67WTPWS .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-vcj67XgK3V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj67XgK3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj67XgK3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj67XgK3V .container {
  max-width: 1280px;
}
.cid-vcj67XgK3V .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj67XgK3V .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj67XgK3V .card-title {
  color: #000000;
}
.cid-vcj67XgK3V .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj67XgK3V .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcj67XgK3V .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj67XgK3V .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #21090f;
  border-radius: 4.17rem;
  height: 100%;
  transition: 0.2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-vcj67XgK3V .item-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj67XgK3V .item-wrapper:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-vcj67XgK3V .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-vcj67XgK3V .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj67XgK3V .image-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-vcj67XgK3V .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcj67XgK3V .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-vcj67XgK3V .name-text {
  color: #FFFFFF;
}
.cid-vcj67XgK3V .prof-text {
  color: #FFFFFF;
}
.cid-vcj67XgK3V .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-vcj67XgK3V .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-vcj67XgK3V .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-vcj67XgK3V .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #e1d7c0;
}
.cid-vcj67XgK3V .mbr-text {
  color: #FFFFFF;
}
.cid-vcj67XgK3V .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vcj67XgK3V .mbr-section-btn .btn {
  min-height: auto;
  min-width: auto;
}
.cid-vcj67XVPRo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e1d7c0;
}
.cid-vcj67XVPRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj67XVPRo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj67XVPRo .container {
  max-width: 1600px;
}
.cid-vcj67XVPRo .text-wrapper {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-vcj67XVPRo .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vcj67XVPRo .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj67XVPRo .mbr-section-title {
  color: #000000;
}
.cid-vcj67XVPRo .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj67XVPRo .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj67XVPRo .card-bg-item {
  padding: 3px;
  background-color: #ffffff;
  border-radius: 2.3rem;
}
.cid-vcj67XVPRo .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 2.08rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vcj67XVPRo .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj67XVPRo .text-container {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcj67XVPRo .text-container {
    margin-bottom: 24px;
  }
}
.cid-vcj67XVPRo .card-title {
  color: #000000;
}
.cid-vcj67XVPRo .mbr-text {
  color: #000000;
  opacity: 0.6;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj67XVPRo .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj67XVPRo .price-text {
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-vcj67XVPRo .price-text {
    margin-bottom: 8px;
  }
}
.cid-vcj67XVPRo .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj67XVPRo .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcj67XVPRo .custom-section-btn {
  width: 100%;
  margin-left: 0;
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj67XVPRo .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.cid-vcj67XVPRo .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj67XVPRo .list {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcj67XVPRo .list {
    margin-top: 24px;
  }
}
.cid-vcj67XVPRo .list-title {
  color: #000000;
  opacity: 0.6;
  margin-bottom: 12px;
}
.cid-vcj67XVPRo .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border-radius: 0.625rem;
  background-color: #fde8eb;
  margin-bottom: 0.125rem;
}
@media (max-width: 991px) {
  .cid-vcj67XVPRo .item-wrap {
    padding: 8px;
  }
}
.cid-vcj67XVPRo .list-text {
  color: #212132;
}
.cid-vcj67XVPRo .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-height: 32px;
  min-width: 32px;
  margin-left: 8px;
  background-color: #ffffff;
}
.cid-vcj67XVPRo .iconfont-wrapper .mbr-iconfont {
  font-size: 15px;
  color: #000000;
}
.cid-vcj67XVPRo .card-bg-item:nth-child(2) {
  background-image: linear-gradient(180deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj67ZdklY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj67ZdklY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj67ZdklY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj67ZdklY .container {
  max-width: 1600px;
}
.cid-vcj67ZdklY .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #21090f;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj67ZdklY .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcj67ZdklY .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-vcj67ZdklY .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj67ZdklY .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj67ZdklY .mbr-section-title {
  color: #E1D7C0;
}
.cid-vcj67ZdklY .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vcj67ZdklY .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-vcj67ZdklY .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-vcj67ZdklY .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #e1d7c0;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-vcj67ZdklY .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-vcj67ZdklY .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vcj67ZdklY .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.cid-vcj67ZdklY .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-vcj67ZdklY .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-vcj67ZdklY .panel-title:hover .panel-title-edit {
  color: #e1d7c0;
}
.cid-vcj67ZdklY .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vcj67ZdklY .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-vcj67ZdklY .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-vcj67ZdklY .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vcj67ZdklY .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-vcj67ZdklY .col-text {
    margin-top: 40px;
  }
}
.cid-vcj67ZdklY .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vcj67ZdklY .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vcj67ZdklY .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj67ZdklY .custom-section-btn {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj67ZdklY .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj67ZdklY .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-vcj67ZdklY .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-vcj67ZdklY .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-vcj67ZdklY .btn-container .btn {
    width: 100%;
  }
}
.cid-vcj67ZOMef {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj67ZOMef .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj67ZOMef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj67ZOMef .container {
  max-width: 1280px;
}
.cid-vcj67ZOMef .row {
  justify-content: flex-start;
}
.cid-vcj67ZOMef .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj67ZOMef .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj67ZOMef .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj67ZOMef .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj67ZOMef .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj67ZOMef .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj67ZOMef .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj67ZOMef .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-vcj67ZOMef .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj680cY50 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj680cY50 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj680cY50 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj680cY50 .container {
  max-width: 1280px;
}
.cid-vcj680cY50 .row {
  justify-content: flex-start;
}
.cid-vcj680cY50 .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj680cY50 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj680cY50 .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj680cY50 .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj680cY50 .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj680cY50 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj680cY50 .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj680cY50 .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
  text-align: center;
}
.cid-vcj680cY50 .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj680ydM7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #21090f;
  overflow: hidden;
}
.cid-vcj680ydM7 .container {
  max-width: 1472px;
}
.cid-vcj680ydM7 .mbr-text {
  color: #FFFFFF;
}
.cid-vcj680ydM7 .media-container-row .mbr-text {
  color: #FFFFFF;
}
.cid-vcj68g7egW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcj68g7egW nav.navbar {
  position: fixed;
}
.cid-vcj68g7egW .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-vcj68g7egW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcj68g7egW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcj68g7egW .dropdown-item:hover,
.cid-vcj68g7egW .dropdown-item:focus {
  background: #ff9f1c !important;
  color: white !important;
}
.cid-vcj68g7egW .dropdown-item:hover span {
  color: white;
}
.cid-vcj68g7egW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcj68g7egW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcj68g7egW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcj68g7egW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcj68g7egW .nav-link {
  position: relative;
}
.cid-vcj68g7egW .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcj68g7egW .container {
    flex-wrap: nowrap;
  }
}
.cid-vcj68g7egW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-vcj68g7egW .iconfont-wrapper:hover {
  color: #2ec4b6 !important;
}
.cid-vcj68g7egW .dropdown-menu,
.cid-vcj68g7egW .navbar.opened {
  background: #21090f !important;
}
.cid-vcj68g7egW .nav-item:focus,
.cid-vcj68g7egW .nav-link:focus {
  outline: none;
}
.cid-vcj68g7egW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcj68g7egW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcj68g7egW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcj68g7egW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcj68g7egW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcj68g7egW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcj68g7egW .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #21090f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcj68g7egW .navbar.opened {
  transition: all 0.3s;
}
.cid-vcj68g7egW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcj68g7egW .navbar .navbar-logo img {
  width: auto;
}
.cid-vcj68g7egW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcj68g7egW .navbar.collapsed {
  justify-content: center;
}
.cid-vcj68g7egW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcj68g7egW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcj68g7egW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcj68g7egW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcj68g7egW .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-vcj68g7egW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcj68g7egW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcj68g7egW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcj68g7egW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcj68g7egW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcj68g7egW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcj68g7egW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcj68g7egW .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-vcj68g7egW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcj68g7egW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcj68g7egW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcj68g7egW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcj68g7egW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcj68g7egW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcj68g7egW .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcj68g7egW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcj68g7egW .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-vcj68g7egW .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcj68g7egW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcj68g7egW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcj68g7egW .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-vcj68g7egW .dropdown-item.active,
.cid-vcj68g7egW .dropdown-item:active {
  background-color: transparent;
}
.cid-vcj68g7egW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcj68g7egW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcj68g7egW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcj68g7egW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #21090f;
}
.cid-vcj68g7egW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcj68g7egW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcj68g7egW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcj68g7egW .navbar-buttons {
  text-align: center;
}
.cid-vcj68g7egW .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
  border: solid 2px #ff5e60 !important;
  box-shadow: 3px 3px 0 0 #ff5e60 !important;
}
.cid-vcj68g7egW .navbar-buttons .btn:hover {
  border: solid 2px #ff5e60 !important;
  box-shadow: 0 0 0 0 #ff5e60 !important;
}
@media (max-width: 575px) {
  .cid-vcj68g7egW .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcj68g7egW button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #21090f !important;
  border: solid 2px #ff9f1c !important;
  box-shadow: 3px 3px 0 0 #ff9f1c !important;
}
.cid-vcj68g7egW button.navbar-toggler:hover {
  border: solid 2px #ff9f1c !important;
  color: #2ec4b6 !important;
  box-shadow: 0 0 0 0 #ff9f1c !important;
}
.cid-vcj68g7egW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcj68g7egW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-vcj68g7egW button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj68g7egW button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj68g7egW button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-vcj68g7egW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj68g7egW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcj68g7egW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcj68g7egW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj68g7egW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcj68g7egW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcj68g7egW .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-vcj68g7egW .navbar {
    height: 70px;
  }
  .cid-vcj68g7egW .navbar.opened {
    height: auto;
  }
  .cid-vcj68g7egW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcj68g7egW .navbar-nav {
  margin: 0 auto;
}
.cid-vcj68g7egW .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcj68g7egW .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-vcj68g7egW .nav-item .nav-link::after {
  color: #2ec4b6 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vcj68g7egW .nav-item .nav-link:hover {
  color: #ff5e60 !important;
}
.cid-vcj68g7egW .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcj68g7egW .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcj68g7egW .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcj68g7egW .nav-item .dropdown-menu .dropdown-item {
  color: #21090f !important;
  background-color: transparent !important;
}
.cid-vcj68g7egW .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff9f1c !important;
}
@media (max-width: 991px) {
  .cid-vcj68g7egW .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcj68g7egW .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcj68g7egW .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcj68g7egW .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcj68g7egW .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcj68g7egW .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcj68g7egW .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-vcj68g7egW .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-vcj68g7egW .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-vcj68g7egW .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vcj68g7egW .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-vcj68g7egW .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-vcj68g7egW .navbar-caption {
  color: #FFFFFF;
}
.cid-vcj68g7egW .nav-link,
.cid-vcj68g7egW .dropdown-item {
  color: #FFFFFF;
}
.cid-vcj68gtzCD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj68gtzCD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj68gtzCD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj68gtzCD .container {
  max-width: 1280px;
}
.cid-vcj68gtzCD .row {
  justify-content: center;
}
.cid-vcj68gtzCD .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-vcj68gtzCD .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj68gtzCD .mbr-section-title {
  color: #FFDD65;
}
.cid-vcj68gtzCD .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-vcj68gtzCD .col-video {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vcj68gtzCD .col-video {
    height: 350px;
  }
}
.cid-vcj68gtzCD .col-video .mbr-figure {
  width: 100%;
  border-radius: 4.17rem;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  padding: 5px;
}
.cid-vcj68gtzCD .col-video .mbr-figure .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-vcj68gtzCD .col-video .mbr-figure iframe {
  border-radius: 3.85rem;
}
.cid-vcj68gtzCD .col-video .mbr-figure .app-video-wrapper {
  overflow: hidden;
}
.cid-vcj68gtzCD .col-video .mbr-figure .app-video-wrapper img {
  border-radius: 3.85rem;
}
.cid-vcj68gLaIW {
  background-color: #21090f;
}
.cid-vcj68gLaIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj68gLaIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj68gLaIW .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: transparent;
  background: #e1d7c0;
}
.cid-vcj68gLaIW .container {
  max-width: 1280px;
}
.cid-vcj68gLaIW .row {
  justify-content: center;
}
.cid-vcj68gLaIW .mbr-section-title {
  color: #212132;
}
.cid-vcj68gLaIW .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-vcj68gLaIW .mbr-section-title,
.cid-vcj68gLaIW .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-vcj68h5pOf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj68h5pOf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj68h5pOf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj68h5pOf .container {
  max-width: 1280px;
}
.cid-vcj68h5pOf .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj68h5pOf .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj68h5pOf .card-title {
  color: #000000;
}
.cid-vcj68h5pOf .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj68h5pOf .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcj68h5pOf .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj68h5pOf .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #21090f;
  border-radius: 4.17rem;
  height: 100%;
  transition: 0.2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-vcj68h5pOf .item-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj68h5pOf .item-wrapper:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-vcj68h5pOf .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-vcj68h5pOf .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj68h5pOf .image-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-vcj68h5pOf .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcj68h5pOf .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-vcj68h5pOf .name-text {
  color: #FFFFFF;
}
.cid-vcj68h5pOf .prof-text {
  color: #FFFFFF;
}
.cid-vcj68h5pOf .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-vcj68h5pOf .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-vcj68h5pOf .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-vcj68h5pOf .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #e1d7c0;
}
.cid-vcj68h5pOf .mbr-text {
  color: #FFFFFF;
}
.cid-vcj68h5pOf .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vcj68h5pOf .mbr-section-btn .btn {
  min-height: auto;
  min-width: auto;
}
.cid-vcj68hMVwT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e1d7c0;
}
.cid-vcj68hMVwT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj68hMVwT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj68hMVwT .container {
  max-width: 1600px;
}
.cid-vcj68hMVwT .text-wrapper {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-vcj68hMVwT .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vcj68hMVwT .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj68hMVwT .mbr-section-title {
  color: #000000;
}
.cid-vcj68hMVwT .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj68hMVwT .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj68hMVwT .card-bg-item {
  padding: 3px;
  background-color: #ffffff;
  border-radius: 2.3rem;
}
.cid-vcj68hMVwT .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 2.08rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vcj68hMVwT .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj68hMVwT .text-container {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcj68hMVwT .text-container {
    margin-bottom: 24px;
  }
}
.cid-vcj68hMVwT .card-title {
  color: #000000;
}
.cid-vcj68hMVwT .mbr-text {
  color: #000000;
  opacity: 0.6;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj68hMVwT .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj68hMVwT .price-text {
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-vcj68hMVwT .price-text {
    margin-bottom: 8px;
  }
}
.cid-vcj68hMVwT .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj68hMVwT .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcj68hMVwT .custom-section-btn {
  width: 100%;
  margin-left: 0;
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj68hMVwT .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.cid-vcj68hMVwT .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj68hMVwT .list {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcj68hMVwT .list {
    margin-top: 24px;
  }
}
.cid-vcj68hMVwT .list-title {
  color: #000000;
  opacity: 0.6;
  margin-bottom: 12px;
}
.cid-vcj68hMVwT .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border-radius: 0.625rem;
  background-color: #fde8eb;
  margin-bottom: 0.125rem;
}
@media (max-width: 991px) {
  .cid-vcj68hMVwT .item-wrap {
    padding: 8px;
  }
}
.cid-vcj68hMVwT .list-text {
  color: #212132;
}
.cid-vcj68hMVwT .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-height: 32px;
  min-width: 32px;
  margin-left: 8px;
  background-color: #ffffff;
}
.cid-vcj68hMVwT .iconfont-wrapper .mbr-iconfont {
  font-size: 15px;
  color: #000000;
}
.cid-vcj68hMVwT .card-bg-item:nth-child(2) {
  background-image: linear-gradient(180deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj68j38ez {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj68j38ez .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj68j38ez .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj68j38ez .container {
  max-width: 1600px;
}
.cid-vcj68j38ez .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #21090f;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj68j38ez .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcj68j38ez .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-vcj68j38ez .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj68j38ez .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj68j38ez .mbr-section-title {
  color: #E1D7C0;
}
.cid-vcj68j38ez .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vcj68j38ez .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-vcj68j38ez .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-vcj68j38ez .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #e1d7c0;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-vcj68j38ez .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-vcj68j38ez .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vcj68j38ez .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.cid-vcj68j38ez .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-vcj68j38ez .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-vcj68j38ez .panel-title:hover .panel-title-edit {
  color: #e1d7c0;
}
.cid-vcj68j38ez .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vcj68j38ez .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-vcj68j38ez .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-vcj68j38ez .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vcj68j38ez .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-vcj68j38ez .col-text {
    margin-top: 40px;
  }
}
.cid-vcj68j38ez .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vcj68j38ez .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vcj68j38ez .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj68j38ez .custom-section-btn {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj68j38ez .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj68j38ez .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-vcj68j38ez .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-vcj68j38ez .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-vcj68j38ez .btn-container .btn {
    width: 100%;
  }
}
.cid-vcj68jRylg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj68jRylg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj68jRylg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj68jRylg .container {
  max-width: 1280px;
}
.cid-vcj68jRylg .row {
  justify-content: flex-start;
}
.cid-vcj68jRylg .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj68jRylg .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj68jRylg .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj68jRylg .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj68jRylg .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj68jRylg .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj68jRylg .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj68jRylg .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-vcj68jRylg .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj68kmYGS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj68kmYGS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj68kmYGS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj68kmYGS .container {
  max-width: 1280px;
}
.cid-vcj68kmYGS .row {
  justify-content: flex-start;
}
.cid-vcj68kmYGS .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj68kmYGS .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj68kmYGS .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj68kmYGS .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj68kmYGS .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj68kmYGS .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj68kmYGS .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj68kmYGS .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
  text-align: center;
}
.cid-vcj68kmYGS .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj68kJE7f {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #21090f;
  overflow: hidden;
}
.cid-vcj68kJE7f .container {
  max-width: 1472px;
}
.cid-vcj68kJE7f .mbr-text {
  color: #FFFFFF;
}
.cid-vcj68kJE7f .media-container-row .mbr-text {
  color: #FFFFFF;
}
.cid-vcj68AjwaW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcj68AjwaW nav.navbar {
  position: fixed;
}
.cid-vcj68AjwaW .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-vcj68AjwaW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcj68AjwaW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcj68AjwaW .dropdown-item:hover,
.cid-vcj68AjwaW .dropdown-item:focus {
  background: #ff9f1c !important;
  color: white !important;
}
.cid-vcj68AjwaW .dropdown-item:hover span {
  color: white;
}
.cid-vcj68AjwaW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcj68AjwaW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcj68AjwaW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcj68AjwaW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcj68AjwaW .nav-link {
  position: relative;
}
.cid-vcj68AjwaW .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcj68AjwaW .container {
    flex-wrap: nowrap;
  }
}
.cid-vcj68AjwaW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-vcj68AjwaW .iconfont-wrapper:hover {
  color: #2ec4b6 !important;
}
.cid-vcj68AjwaW .dropdown-menu,
.cid-vcj68AjwaW .navbar.opened {
  background: #21090f !important;
}
.cid-vcj68AjwaW .nav-item:focus,
.cid-vcj68AjwaW .nav-link:focus {
  outline: none;
}
.cid-vcj68AjwaW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcj68AjwaW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcj68AjwaW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcj68AjwaW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcj68AjwaW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcj68AjwaW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcj68AjwaW .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #21090f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcj68AjwaW .navbar.opened {
  transition: all 0.3s;
}
.cid-vcj68AjwaW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcj68AjwaW .navbar .navbar-logo img {
  width: auto;
}
.cid-vcj68AjwaW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcj68AjwaW .navbar.collapsed {
  justify-content: center;
}
.cid-vcj68AjwaW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcj68AjwaW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcj68AjwaW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcj68AjwaW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcj68AjwaW .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-vcj68AjwaW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcj68AjwaW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcj68AjwaW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcj68AjwaW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcj68AjwaW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcj68AjwaW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcj68AjwaW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcj68AjwaW .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-vcj68AjwaW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcj68AjwaW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcj68AjwaW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcj68AjwaW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcj68AjwaW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcj68AjwaW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcj68AjwaW .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcj68AjwaW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcj68AjwaW .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-vcj68AjwaW .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcj68AjwaW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcj68AjwaW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcj68AjwaW .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-vcj68AjwaW .dropdown-item.active,
.cid-vcj68AjwaW .dropdown-item:active {
  background-color: transparent;
}
.cid-vcj68AjwaW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcj68AjwaW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcj68AjwaW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcj68AjwaW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #21090f;
}
.cid-vcj68AjwaW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcj68AjwaW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcj68AjwaW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcj68AjwaW .navbar-buttons {
  text-align: center;
}
.cid-vcj68AjwaW .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
  border: solid 2px #ff5e60 !important;
  box-shadow: 3px 3px 0 0 #ff5e60 !important;
}
.cid-vcj68AjwaW .navbar-buttons .btn:hover {
  border: solid 2px #ff5e60 !important;
  box-shadow: 0 0 0 0 #ff5e60 !important;
}
@media (max-width: 575px) {
  .cid-vcj68AjwaW .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcj68AjwaW button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #21090f !important;
  border: solid 2px #ff9f1c !important;
  box-shadow: 3px 3px 0 0 #ff9f1c !important;
}
.cid-vcj68AjwaW button.navbar-toggler:hover {
  border: solid 2px #ff9f1c !important;
  color: #2ec4b6 !important;
  box-shadow: 0 0 0 0 #ff9f1c !important;
}
.cid-vcj68AjwaW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcj68AjwaW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-vcj68AjwaW button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj68AjwaW button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj68AjwaW button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-vcj68AjwaW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj68AjwaW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcj68AjwaW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcj68AjwaW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj68AjwaW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcj68AjwaW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcj68AjwaW .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-vcj68AjwaW .navbar {
    height: 70px;
  }
  .cid-vcj68AjwaW .navbar.opened {
    height: auto;
  }
  .cid-vcj68AjwaW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcj68AjwaW .navbar-nav {
  margin: 0 auto;
}
.cid-vcj68AjwaW .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcj68AjwaW .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-vcj68AjwaW .nav-item .nav-link::after {
  color: #2ec4b6 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vcj68AjwaW .nav-item .nav-link:hover {
  color: #ff5e60 !important;
}
.cid-vcj68AjwaW .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcj68AjwaW .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcj68AjwaW .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcj68AjwaW .nav-item .dropdown-menu .dropdown-item {
  color: #21090f !important;
  background-color: transparent !important;
}
.cid-vcj68AjwaW .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff9f1c !important;
}
@media (max-width: 991px) {
  .cid-vcj68AjwaW .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcj68AjwaW .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcj68AjwaW .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcj68AjwaW .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcj68AjwaW .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcj68AjwaW .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcj68AjwaW .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-vcj68AjwaW .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-vcj68AjwaW .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-vcj68AjwaW .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vcj68AjwaW .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-vcj68AjwaW .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-vcj68AjwaW .navbar-caption {
  color: #FFFFFF;
}
.cid-vcj68AjwaW .nav-link,
.cid-vcj68AjwaW .dropdown-item {
  color: #FFFFFF;
}
.cid-vcj68AHzkR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj68AHzkR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj68AHzkR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj68AHzkR .container {
  max-width: 1280px;
}
.cid-vcj68AHzkR .row {
  justify-content: center;
}
.cid-vcj68AHzkR .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-vcj68AHzkR .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj68AHzkR .mbr-section-title {
  color: #FFDD65;
}
.cid-vcj68AHzkR .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-vcj68AHzkR .col-video {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vcj68AHzkR .col-video {
    height: 350px;
  }
}
.cid-vcj68AHzkR .col-video .mbr-figure {
  width: 100%;
  border-radius: 4.17rem;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  padding: 5px;
}
.cid-vcj68AHzkR .col-video .mbr-figure .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-vcj68AHzkR .col-video .mbr-figure iframe {
  border-radius: 3.85rem;
}
.cid-vcj68AHzkR .col-video .mbr-figure .app-video-wrapper {
  overflow: hidden;
}
.cid-vcj68AHzkR .col-video .mbr-figure .app-video-wrapper img {
  border-radius: 3.85rem;
}
.cid-vcj68B29wj {
  background-color: #21090f;
}
.cid-vcj68B29wj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj68B29wj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj68B29wj .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: transparent;
  background: #e1d7c0;
}
.cid-vcj68B29wj .container {
  max-width: 1280px;
}
.cid-vcj68B29wj .row {
  justify-content: center;
}
.cid-vcj68B29wj .mbr-section-title {
  color: #212132;
}
.cid-vcj68B29wj .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-vcj68B29wj .mbr-section-title,
.cid-vcj68B29wj .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-vcj68BnbXE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj68BnbXE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj68BnbXE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj68BnbXE .container {
  max-width: 1280px;
}
.cid-vcj68BnbXE .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj68BnbXE .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj68BnbXE .card-title {
  color: #000000;
}
.cid-vcj68BnbXE .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj68BnbXE .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcj68BnbXE .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj68BnbXE .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #21090f;
  border-radius: 4.17rem;
  height: 100%;
  transition: 0.2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-vcj68BnbXE .item-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj68BnbXE .item-wrapper:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-vcj68BnbXE .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-vcj68BnbXE .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj68BnbXE .image-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-vcj68BnbXE .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcj68BnbXE .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-vcj68BnbXE .name-text {
  color: #FFFFFF;
}
.cid-vcj68BnbXE .prof-text {
  color: #FFFFFF;
}
.cid-vcj68BnbXE .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-vcj68BnbXE .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-vcj68BnbXE .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-vcj68BnbXE .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #e1d7c0;
}
.cid-vcj68BnbXE .mbr-text {
  color: #FFFFFF;
}
.cid-vcj68BnbXE .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vcj68BnbXE .mbr-section-btn .btn {
  min-height: auto;
  min-width: auto;
}
.cid-vcj68Cbhvq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e1d7c0;
}
.cid-vcj68Cbhvq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj68Cbhvq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj68Cbhvq .container {
  max-width: 1600px;
}
.cid-vcj68Cbhvq .text-wrapper {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-vcj68Cbhvq .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vcj68Cbhvq .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj68Cbhvq .mbr-section-title {
  color: #000000;
}
.cid-vcj68Cbhvq .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj68Cbhvq .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj68Cbhvq .card-bg-item {
  padding: 3px;
  background-color: #ffffff;
  border-radius: 2.3rem;
}
.cid-vcj68Cbhvq .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 2.08rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vcj68Cbhvq .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj68Cbhvq .text-container {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcj68Cbhvq .text-container {
    margin-bottom: 24px;
  }
}
.cid-vcj68Cbhvq .card-title {
  color: #000000;
}
.cid-vcj68Cbhvq .mbr-text {
  color: #000000;
  opacity: 0.6;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj68Cbhvq .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj68Cbhvq .price-text {
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-vcj68Cbhvq .price-text {
    margin-bottom: 8px;
  }
}
.cid-vcj68Cbhvq .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj68Cbhvq .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcj68Cbhvq .custom-section-btn {
  width: 100%;
  margin-left: 0;
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj68Cbhvq .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.cid-vcj68Cbhvq .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj68Cbhvq .list {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcj68Cbhvq .list {
    margin-top: 24px;
  }
}
.cid-vcj68Cbhvq .list-title {
  color: #000000;
  opacity: 0.6;
  margin-bottom: 12px;
}
.cid-vcj68Cbhvq .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border-radius: 0.625rem;
  background-color: #fde8eb;
  margin-bottom: 0.125rem;
}
@media (max-width: 991px) {
  .cid-vcj68Cbhvq .item-wrap {
    padding: 8px;
  }
}
.cid-vcj68Cbhvq .list-text {
  color: #212132;
}
.cid-vcj68Cbhvq .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-height: 32px;
  min-width: 32px;
  margin-left: 8px;
  background-color: #ffffff;
}
.cid-vcj68Cbhvq .iconfont-wrapper .mbr-iconfont {
  font-size: 15px;
  color: #000000;
}
.cid-vcj68Cbhvq .card-bg-item:nth-child(2) {
  background-image: linear-gradient(180deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj68DjPD6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj68DjPD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj68DjPD6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj68DjPD6 .container {
  max-width: 1600px;
}
.cid-vcj68DjPD6 .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #21090f;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj68DjPD6 .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcj68DjPD6 .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-vcj68DjPD6 .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj68DjPD6 .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj68DjPD6 .mbr-section-title {
  color: #E1D7C0;
}
.cid-vcj68DjPD6 .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vcj68DjPD6 .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-vcj68DjPD6 .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-vcj68DjPD6 .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #e1d7c0;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-vcj68DjPD6 .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-vcj68DjPD6 .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vcj68DjPD6 .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.cid-vcj68DjPD6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-vcj68DjPD6 .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-vcj68DjPD6 .panel-title:hover .panel-title-edit {
  color: #e1d7c0;
}
.cid-vcj68DjPD6 .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vcj68DjPD6 .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-vcj68DjPD6 .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-vcj68DjPD6 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vcj68DjPD6 .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-vcj68DjPD6 .col-text {
    margin-top: 40px;
  }
}
.cid-vcj68DjPD6 .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vcj68DjPD6 .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vcj68DjPD6 .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj68DjPD6 .custom-section-btn {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj68DjPD6 .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj68DjPD6 .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-vcj68DjPD6 .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-vcj68DjPD6 .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-vcj68DjPD6 .btn-container .btn {
    width: 100%;
  }
}
.cid-vcj68E54ys {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj68E54ys .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj68E54ys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj68E54ys .container {
  max-width: 1280px;
}
.cid-vcj68E54ys .row {
  justify-content: flex-start;
}
.cid-vcj68E54ys .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj68E54ys .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj68E54ys .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj68E54ys .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj68E54ys .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj68E54ys .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj68E54ys .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj68E54ys .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-vcj68E54ys .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj68Erj6v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj68Erj6v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj68Erj6v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj68Erj6v .container {
  max-width: 1280px;
}
.cid-vcj68Erj6v .row {
  justify-content: flex-start;
}
.cid-vcj68Erj6v .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj68Erj6v .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj68Erj6v .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj68Erj6v .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj68Erj6v .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj68Erj6v .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj68Erj6v .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj68Erj6v .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
  text-align: center;
}
.cid-vcj68Erj6v .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj68EP5YR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #21090f;
  overflow: hidden;
}
.cid-vcj68EP5YR .container {
  max-width: 1472px;
}
.cid-vcj68EP5YR .mbr-text {
  color: #FFFFFF;
}
.cid-vcj68EP5YR .media-container-row .mbr-text {
  color: #FFFFFF;
}
.cid-vcj68UpKap {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcj68UpKap nav.navbar {
  position: fixed;
}
.cid-vcj68UpKap .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-vcj68UpKap .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcj68UpKap .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcj68UpKap .dropdown-item:hover,
.cid-vcj68UpKap .dropdown-item:focus {
  background: #ff9f1c !important;
  color: white !important;
}
.cid-vcj68UpKap .dropdown-item:hover span {
  color: white;
}
.cid-vcj68UpKap .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcj68UpKap .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcj68UpKap .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcj68UpKap .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcj68UpKap .nav-link {
  position: relative;
}
.cid-vcj68UpKap .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcj68UpKap .container {
    flex-wrap: nowrap;
  }
}
.cid-vcj68UpKap .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-vcj68UpKap .iconfont-wrapper:hover {
  color: #2ec4b6 !important;
}
.cid-vcj68UpKap .dropdown-menu,
.cid-vcj68UpKap .navbar.opened {
  background: #21090f !important;
}
.cid-vcj68UpKap .nav-item:focus,
.cid-vcj68UpKap .nav-link:focus {
  outline: none;
}
.cid-vcj68UpKap .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcj68UpKap .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcj68UpKap .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcj68UpKap .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcj68UpKap .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcj68UpKap .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcj68UpKap .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #21090f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcj68UpKap .navbar.opened {
  transition: all 0.3s;
}
.cid-vcj68UpKap .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcj68UpKap .navbar .navbar-logo img {
  width: auto;
}
.cid-vcj68UpKap .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcj68UpKap .navbar.collapsed {
  justify-content: center;
}
.cid-vcj68UpKap .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcj68UpKap .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcj68UpKap .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcj68UpKap .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcj68UpKap .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-vcj68UpKap .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcj68UpKap .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcj68UpKap .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcj68UpKap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcj68UpKap .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcj68UpKap .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcj68UpKap .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcj68UpKap .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-vcj68UpKap .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcj68UpKap .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcj68UpKap .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcj68UpKap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcj68UpKap .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcj68UpKap .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcj68UpKap .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcj68UpKap .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcj68UpKap .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-vcj68UpKap .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcj68UpKap .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcj68UpKap .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcj68UpKap .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-vcj68UpKap .dropdown-item.active,
.cid-vcj68UpKap .dropdown-item:active {
  background-color: transparent;
}
.cid-vcj68UpKap .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcj68UpKap .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcj68UpKap .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcj68UpKap .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #21090f;
}
.cid-vcj68UpKap .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcj68UpKap .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcj68UpKap ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcj68UpKap .navbar-buttons {
  text-align: center;
}
.cid-vcj68UpKap .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
  border: solid 2px #ff5e60 !important;
  box-shadow: 3px 3px 0 0 #ff5e60 !important;
}
.cid-vcj68UpKap .navbar-buttons .btn:hover {
  border: solid 2px #ff5e60 !important;
  box-shadow: 0 0 0 0 #ff5e60 !important;
}
@media (max-width: 575px) {
  .cid-vcj68UpKap .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcj68UpKap button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #21090f !important;
  border: solid 2px #ff9f1c !important;
  box-shadow: 3px 3px 0 0 #ff9f1c !important;
}
.cid-vcj68UpKap button.navbar-toggler:hover {
  border: solid 2px #ff9f1c !important;
  color: #2ec4b6 !important;
  box-shadow: 0 0 0 0 #ff9f1c !important;
}
.cid-vcj68UpKap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcj68UpKap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-vcj68UpKap button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj68UpKap button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj68UpKap button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-vcj68UpKap nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj68UpKap nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcj68UpKap nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcj68UpKap nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj68UpKap .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcj68UpKap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcj68UpKap .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-vcj68UpKap .navbar {
    height: 70px;
  }
  .cid-vcj68UpKap .navbar.opened {
    height: auto;
  }
  .cid-vcj68UpKap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcj68UpKap .navbar-nav {
  margin: 0 auto;
}
.cid-vcj68UpKap .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcj68UpKap .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-vcj68UpKap .nav-item .nav-link::after {
  color: #2ec4b6 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vcj68UpKap .nav-item .nav-link:hover {
  color: #ff5e60 !important;
}
.cid-vcj68UpKap .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcj68UpKap .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcj68UpKap .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcj68UpKap .nav-item .dropdown-menu .dropdown-item {
  color: #21090f !important;
  background-color: transparent !important;
}
.cid-vcj68UpKap .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff9f1c !important;
}
@media (max-width: 991px) {
  .cid-vcj68UpKap .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcj68UpKap .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcj68UpKap .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcj68UpKap .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcj68UpKap .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcj68UpKap .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcj68UpKap .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-vcj68UpKap .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-vcj68UpKap .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-vcj68UpKap .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vcj68UpKap .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-vcj68UpKap .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-vcj68UpKap .navbar-caption {
  color: #FFFFFF;
}
.cid-vcj68UpKap .nav-link,
.cid-vcj68UpKap .dropdown-item {
  color: #FFFFFF;
}
.cid-vcj68UOSsG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj68UOSsG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj68UOSsG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj68UOSsG .container {
  max-width: 1280px;
}
.cid-vcj68UOSsG .row {
  justify-content: center;
}
.cid-vcj68UOSsG .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-vcj68UOSsG .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj68UOSsG .mbr-section-title {
  color: #FFDD65;
}
.cid-vcj68UOSsG .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-vcj68UOSsG .col-video {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vcj68UOSsG .col-video {
    height: 350px;
  }
}
.cid-vcj68UOSsG .col-video .mbr-figure {
  width: 100%;
  border-radius: 4.17rem;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  padding: 5px;
}
.cid-vcj68UOSsG .col-video .mbr-figure .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-vcj68UOSsG .col-video .mbr-figure iframe {
  border-radius: 3.85rem;
}
.cid-vcj68UOSsG .col-video .mbr-figure .app-video-wrapper {
  overflow: hidden;
}
.cid-vcj68UOSsG .col-video .mbr-figure .app-video-wrapper img {
  border-radius: 3.85rem;
}
.cid-vcj68V6MZj {
  background-color: #21090f;
}
.cid-vcj68V6MZj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj68V6MZj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj68V6MZj .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: transparent;
  background: #e1d7c0;
}
.cid-vcj68V6MZj .container {
  max-width: 1280px;
}
.cid-vcj68V6MZj .row {
  justify-content: center;
}
.cid-vcj68V6MZj .mbr-section-title {
  color: #212132;
}
.cid-vcj68V6MZj .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-vcj68V6MZj .mbr-section-title,
.cid-vcj68V6MZj .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-vcj68VuVVx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj68VuVVx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj68VuVVx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj68VuVVx .container {
  max-width: 1280px;
}
.cid-vcj68VuVVx .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj68VuVVx .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj68VuVVx .card-title {
  color: #000000;
}
.cid-vcj68VuVVx .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj68VuVVx .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcj68VuVVx .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj68VuVVx .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #21090f;
  border-radius: 4.17rem;
  height: 100%;
  transition: 0.2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-vcj68VuVVx .item-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj68VuVVx .item-wrapper:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-vcj68VuVVx .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-vcj68VuVVx .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj68VuVVx .image-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-vcj68VuVVx .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcj68VuVVx .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-vcj68VuVVx .name-text {
  color: #FFFFFF;
}
.cid-vcj68VuVVx .prof-text {
  color: #FFFFFF;
}
.cid-vcj68VuVVx .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-vcj68VuVVx .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-vcj68VuVVx .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-vcj68VuVVx .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #e1d7c0;
}
.cid-vcj68VuVVx .mbr-text {
  color: #FFFFFF;
}
.cid-vcj68VuVVx .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vcj68VuVVx .mbr-section-btn .btn {
  min-height: auto;
  min-width: auto;
}
.cid-vcj68W6sNk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e1d7c0;
}
.cid-vcj68W6sNk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj68W6sNk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj68W6sNk .container {
  max-width: 1600px;
}
.cid-vcj68W6sNk .text-wrapper {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-vcj68W6sNk .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vcj68W6sNk .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj68W6sNk .mbr-section-title {
  color: #000000;
}
.cid-vcj68W6sNk .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj68W6sNk .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj68W6sNk .card-bg-item {
  padding: 3px;
  background-color: #ffffff;
  border-radius: 2.3rem;
}
.cid-vcj68W6sNk .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 2.08rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vcj68W6sNk .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj68W6sNk .text-container {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcj68W6sNk .text-container {
    margin-bottom: 24px;
  }
}
.cid-vcj68W6sNk .card-title {
  color: #000000;
}
.cid-vcj68W6sNk .mbr-text {
  color: #000000;
  opacity: 0.6;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj68W6sNk .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj68W6sNk .price-text {
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-vcj68W6sNk .price-text {
    margin-bottom: 8px;
  }
}
.cid-vcj68W6sNk .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj68W6sNk .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcj68W6sNk .custom-section-btn {
  width: 100%;
  margin-left: 0;
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj68W6sNk .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.cid-vcj68W6sNk .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj68W6sNk .list {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcj68W6sNk .list {
    margin-top: 24px;
  }
}
.cid-vcj68W6sNk .list-title {
  color: #000000;
  opacity: 0.6;
  margin-bottom: 12px;
}
.cid-vcj68W6sNk .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border-radius: 0.625rem;
  background-color: #fde8eb;
  margin-bottom: 0.125rem;
}
@media (max-width: 991px) {
  .cid-vcj68W6sNk .item-wrap {
    padding: 8px;
  }
}
.cid-vcj68W6sNk .list-text {
  color: #212132;
}
.cid-vcj68W6sNk .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-height: 32px;
  min-width: 32px;
  margin-left: 8px;
  background-color: #ffffff;
}
.cid-vcj68W6sNk .iconfont-wrapper .mbr-iconfont {
  font-size: 15px;
  color: #000000;
}
.cid-vcj68W6sNk .card-bg-item:nth-child(2) {
  background-image: linear-gradient(180deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj68XCjPL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj68XCjPL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj68XCjPL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj68XCjPL .container {
  max-width: 1600px;
}
.cid-vcj68XCjPL .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #21090f;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj68XCjPL .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcj68XCjPL .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-vcj68XCjPL .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj68XCjPL .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj68XCjPL .mbr-section-title {
  color: #E1D7C0;
}
.cid-vcj68XCjPL .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vcj68XCjPL .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-vcj68XCjPL .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-vcj68XCjPL .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #e1d7c0;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-vcj68XCjPL .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-vcj68XCjPL .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vcj68XCjPL .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.cid-vcj68XCjPL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-vcj68XCjPL .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-vcj68XCjPL .panel-title:hover .panel-title-edit {
  color: #e1d7c0;
}
.cid-vcj68XCjPL .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vcj68XCjPL .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-vcj68XCjPL .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-vcj68XCjPL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vcj68XCjPL .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-vcj68XCjPL .col-text {
    margin-top: 40px;
  }
}
.cid-vcj68XCjPL .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vcj68XCjPL .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vcj68XCjPL .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj68XCjPL .custom-section-btn {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj68XCjPL .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj68XCjPL .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-vcj68XCjPL .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-vcj68XCjPL .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-vcj68XCjPL .btn-container .btn {
    width: 100%;
  }
}
.cid-vcj68Yiaqh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj68Yiaqh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj68Yiaqh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj68Yiaqh .container {
  max-width: 1280px;
}
.cid-vcj68Yiaqh .row {
  justify-content: flex-start;
}
.cid-vcj68Yiaqh .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj68Yiaqh .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj68Yiaqh .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj68Yiaqh .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj68Yiaqh .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj68Yiaqh .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj68Yiaqh .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj68Yiaqh .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-vcj68Yiaqh .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj68YGr9x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj68YGr9x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj68YGr9x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj68YGr9x .container {
  max-width: 1280px;
}
.cid-vcj68YGr9x .row {
  justify-content: flex-start;
}
.cid-vcj68YGr9x .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj68YGr9x .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj68YGr9x .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj68YGr9x .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj68YGr9x .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj68YGr9x .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj68YGr9x .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj68YGr9x .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
  text-align: center;
}
.cid-vcj68YGr9x .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj68Z2a00 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #21090f;
  overflow: hidden;
}
.cid-vcj68Z2a00 .container {
  max-width: 1472px;
}
.cid-vcj68Z2a00 .mbr-text {
  color: #FFFFFF;
}
.cid-vcj68Z2a00 .media-container-row .mbr-text {
  color: #FFFFFF;
}
.cid-vcj69fWAwT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcj69fWAwT nav.navbar {
  position: fixed;
}
.cid-vcj69fWAwT .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-vcj69fWAwT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcj69fWAwT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcj69fWAwT .dropdown-item:hover,
.cid-vcj69fWAwT .dropdown-item:focus {
  background: #ff9f1c !important;
  color: white !important;
}
.cid-vcj69fWAwT .dropdown-item:hover span {
  color: white;
}
.cid-vcj69fWAwT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcj69fWAwT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcj69fWAwT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcj69fWAwT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcj69fWAwT .nav-link {
  position: relative;
}
.cid-vcj69fWAwT .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcj69fWAwT .container {
    flex-wrap: nowrap;
  }
}
.cid-vcj69fWAwT .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-vcj69fWAwT .iconfont-wrapper:hover {
  color: #2ec4b6 !important;
}
.cid-vcj69fWAwT .dropdown-menu,
.cid-vcj69fWAwT .navbar.opened {
  background: #21090f !important;
}
.cid-vcj69fWAwT .nav-item:focus,
.cid-vcj69fWAwT .nav-link:focus {
  outline: none;
}
.cid-vcj69fWAwT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcj69fWAwT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcj69fWAwT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcj69fWAwT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcj69fWAwT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcj69fWAwT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcj69fWAwT .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #21090f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcj69fWAwT .navbar.opened {
  transition: all 0.3s;
}
.cid-vcj69fWAwT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcj69fWAwT .navbar .navbar-logo img {
  width: auto;
}
.cid-vcj69fWAwT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcj69fWAwT .navbar.collapsed {
  justify-content: center;
}
.cid-vcj69fWAwT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcj69fWAwT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcj69fWAwT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcj69fWAwT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcj69fWAwT .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-vcj69fWAwT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcj69fWAwT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcj69fWAwT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcj69fWAwT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcj69fWAwT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcj69fWAwT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcj69fWAwT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcj69fWAwT .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-vcj69fWAwT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcj69fWAwT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcj69fWAwT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcj69fWAwT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcj69fWAwT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcj69fWAwT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcj69fWAwT .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcj69fWAwT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcj69fWAwT .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-vcj69fWAwT .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcj69fWAwT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcj69fWAwT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcj69fWAwT .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-vcj69fWAwT .dropdown-item.active,
.cid-vcj69fWAwT .dropdown-item:active {
  background-color: transparent;
}
.cid-vcj69fWAwT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcj69fWAwT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcj69fWAwT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcj69fWAwT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #21090f;
}
.cid-vcj69fWAwT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcj69fWAwT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcj69fWAwT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcj69fWAwT .navbar-buttons {
  text-align: center;
}
.cid-vcj69fWAwT .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
  border: solid 2px #ff5e60 !important;
  box-shadow: 3px 3px 0 0 #ff5e60 !important;
}
.cid-vcj69fWAwT .navbar-buttons .btn:hover {
  border: solid 2px #ff5e60 !important;
  box-shadow: 0 0 0 0 #ff5e60 !important;
}
@media (max-width: 575px) {
  .cid-vcj69fWAwT .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcj69fWAwT button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #21090f !important;
  border: solid 2px #ff9f1c !important;
  box-shadow: 3px 3px 0 0 #ff9f1c !important;
}
.cid-vcj69fWAwT button.navbar-toggler:hover {
  border: solid 2px #ff9f1c !important;
  color: #2ec4b6 !important;
  box-shadow: 0 0 0 0 #ff9f1c !important;
}
.cid-vcj69fWAwT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcj69fWAwT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-vcj69fWAwT button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj69fWAwT button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj69fWAwT button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-vcj69fWAwT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj69fWAwT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcj69fWAwT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcj69fWAwT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj69fWAwT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcj69fWAwT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcj69fWAwT .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-vcj69fWAwT .navbar {
    height: 70px;
  }
  .cid-vcj69fWAwT .navbar.opened {
    height: auto;
  }
  .cid-vcj69fWAwT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcj69fWAwT .navbar-nav {
  margin: 0 auto;
}
.cid-vcj69fWAwT .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcj69fWAwT .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-vcj69fWAwT .nav-item .nav-link::after {
  color: #2ec4b6 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vcj69fWAwT .nav-item .nav-link:hover {
  color: #ff5e60 !important;
}
.cid-vcj69fWAwT .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcj69fWAwT .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcj69fWAwT .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcj69fWAwT .nav-item .dropdown-menu .dropdown-item {
  color: #21090f !important;
  background-color: transparent !important;
}
.cid-vcj69fWAwT .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff9f1c !important;
}
@media (max-width: 991px) {
  .cid-vcj69fWAwT .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcj69fWAwT .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcj69fWAwT .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcj69fWAwT .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcj69fWAwT .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcj69fWAwT .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcj69fWAwT .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-vcj69fWAwT .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-vcj69fWAwT .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-vcj69fWAwT .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vcj69fWAwT .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-vcj69fWAwT .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-vcj69fWAwT .navbar-caption {
  color: #FFFFFF;
}
.cid-vcj69fWAwT .nav-link,
.cid-vcj69fWAwT .dropdown-item {
  color: #FFFFFF;
}
.cid-vcj69gjDaN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj69gjDaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj69gjDaN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj69gjDaN .container {
  max-width: 1280px;
}
.cid-vcj69gjDaN .row {
  justify-content: center;
}
.cid-vcj69gjDaN .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-vcj69gjDaN .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj69gjDaN .mbr-section-title {
  color: #FFDD65;
}
.cid-vcj69gjDaN .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-vcj69gjDaN .col-video {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vcj69gjDaN .col-video {
    height: 350px;
  }
}
.cid-vcj69gjDaN .col-video .mbr-figure {
  width: 100%;
  border-radius: 4.17rem;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  padding: 5px;
}
.cid-vcj69gjDaN .col-video .mbr-figure .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-vcj69gjDaN .col-video .mbr-figure iframe {
  border-radius: 3.85rem;
}
.cid-vcj69gjDaN .col-video .mbr-figure .app-video-wrapper {
  overflow: hidden;
}
.cid-vcj69gjDaN .col-video .mbr-figure .app-video-wrapper img {
  border-radius: 3.85rem;
}
.cid-vcj69gH5cJ {
  background-color: #21090f;
}
.cid-vcj69gH5cJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj69gH5cJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj69gH5cJ .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: transparent;
  background: #e1d7c0;
}
.cid-vcj69gH5cJ .container {
  max-width: 1280px;
}
.cid-vcj69gH5cJ .row {
  justify-content: center;
}
.cid-vcj69gH5cJ .mbr-section-title {
  color: #212132;
}
.cid-vcj69gH5cJ .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-vcj69gH5cJ .mbr-section-title,
.cid-vcj69gH5cJ .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-vcj69h6hfy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj69h6hfy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj69h6hfy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj69h6hfy .container {
  max-width: 1280px;
}
.cid-vcj69h6hfy .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj69h6hfy .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj69h6hfy .card-title {
  color: #000000;
}
.cid-vcj69h6hfy .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj69h6hfy .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcj69h6hfy .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj69h6hfy .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #21090f;
  border-radius: 4.17rem;
  height: 100%;
  transition: 0.2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-vcj69h6hfy .item-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj69h6hfy .item-wrapper:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-vcj69h6hfy .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-vcj69h6hfy .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj69h6hfy .image-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-vcj69h6hfy .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcj69h6hfy .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-vcj69h6hfy .name-text {
  color: #FFFFFF;
}
.cid-vcj69h6hfy .prof-text {
  color: #FFFFFF;
}
.cid-vcj69h6hfy .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-vcj69h6hfy .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-vcj69h6hfy .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-vcj69h6hfy .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #e1d7c0;
}
.cid-vcj69h6hfy .mbr-text {
  color: #FFFFFF;
}
.cid-vcj69h6hfy .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vcj69h6hfy .mbr-section-btn .btn {
  min-height: auto;
  min-width: auto;
}
.cid-vcj69hLcFl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e1d7c0;
}
.cid-vcj69hLcFl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj69hLcFl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj69hLcFl .container {
  max-width: 1600px;
}
.cid-vcj69hLcFl .text-wrapper {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-vcj69hLcFl .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vcj69hLcFl .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj69hLcFl .mbr-section-title {
  color: #000000;
}
.cid-vcj69hLcFl .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj69hLcFl .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj69hLcFl .card-bg-item {
  padding: 3px;
  background-color: #ffffff;
  border-radius: 2.3rem;
}
.cid-vcj69hLcFl .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 2.08rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vcj69hLcFl .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj69hLcFl .text-container {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcj69hLcFl .text-container {
    margin-bottom: 24px;
  }
}
.cid-vcj69hLcFl .card-title {
  color: #000000;
}
.cid-vcj69hLcFl .mbr-text {
  color: #000000;
  opacity: 0.6;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj69hLcFl .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj69hLcFl .price-text {
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-vcj69hLcFl .price-text {
    margin-bottom: 8px;
  }
}
.cid-vcj69hLcFl .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj69hLcFl .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcj69hLcFl .custom-section-btn {
  width: 100%;
  margin-left: 0;
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj69hLcFl .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.cid-vcj69hLcFl .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj69hLcFl .list {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcj69hLcFl .list {
    margin-top: 24px;
  }
}
.cid-vcj69hLcFl .list-title {
  color: #000000;
  opacity: 0.6;
  margin-bottom: 12px;
}
.cid-vcj69hLcFl .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border-radius: 0.625rem;
  background-color: #fde8eb;
  margin-bottom: 0.125rem;
}
@media (max-width: 991px) {
  .cid-vcj69hLcFl .item-wrap {
    padding: 8px;
  }
}
.cid-vcj69hLcFl .list-text {
  color: #212132;
}
.cid-vcj69hLcFl .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-height: 32px;
  min-width: 32px;
  margin-left: 8px;
  background-color: #ffffff;
}
.cid-vcj69hLcFl .iconfont-wrapper .mbr-iconfont {
  font-size: 15px;
  color: #000000;
}
.cid-vcj69hLcFl .card-bg-item:nth-child(2) {
  background-image: linear-gradient(180deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj69iVQeT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj69iVQeT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj69iVQeT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj69iVQeT .container {
  max-width: 1600px;
}
.cid-vcj69iVQeT .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #21090f;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj69iVQeT .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcj69iVQeT .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-vcj69iVQeT .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj69iVQeT .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj69iVQeT .mbr-section-title {
  color: #E1D7C0;
}
.cid-vcj69iVQeT .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vcj69iVQeT .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-vcj69iVQeT .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-vcj69iVQeT .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #e1d7c0;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-vcj69iVQeT .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-vcj69iVQeT .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vcj69iVQeT .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.cid-vcj69iVQeT .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-vcj69iVQeT .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-vcj69iVQeT .panel-title:hover .panel-title-edit {
  color: #e1d7c0;
}
.cid-vcj69iVQeT .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vcj69iVQeT .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-vcj69iVQeT .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-vcj69iVQeT .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vcj69iVQeT .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-vcj69iVQeT .col-text {
    margin-top: 40px;
  }
}
.cid-vcj69iVQeT .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vcj69iVQeT .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vcj69iVQeT .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj69iVQeT .custom-section-btn {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj69iVQeT .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj69iVQeT .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-vcj69iVQeT .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-vcj69iVQeT .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-vcj69iVQeT .btn-container .btn {
    width: 100%;
  }
}
.cid-vcj69jxCqe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj69jxCqe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj69jxCqe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj69jxCqe .container {
  max-width: 1280px;
}
.cid-vcj69jxCqe .row {
  justify-content: flex-start;
}
.cid-vcj69jxCqe .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj69jxCqe .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj69jxCqe .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj69jxCqe .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj69jxCqe .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj69jxCqe .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj69jxCqe .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj69jxCqe .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-vcj69jxCqe .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj69jW8ba {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj69jW8ba .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj69jW8ba .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj69jW8ba .container {
  max-width: 1280px;
}
.cid-vcj69jW8ba .row {
  justify-content: flex-start;
}
.cid-vcj69jW8ba .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj69jW8ba .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj69jW8ba .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj69jW8ba .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj69jW8ba .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj69jW8ba .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj69jW8ba .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj69jW8ba .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
  text-align: center;
}
.cid-vcj69jW8ba .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj69kjakP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #21090f;
  overflow: hidden;
}
.cid-vcj69kjakP .container {
  max-width: 1472px;
}
.cid-vcj69kjakP .mbr-text {
  color: #FFFFFF;
}
.cid-vcj69kjakP .media-container-row .mbr-text {
  color: #FFFFFF;
}
.cid-vcj69Cd4Tk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcj69Cd4Tk nav.navbar {
  position: fixed;
}
.cid-vcj69Cd4Tk .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-vcj69Cd4Tk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcj69Cd4Tk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcj69Cd4Tk .dropdown-item:hover,
.cid-vcj69Cd4Tk .dropdown-item:focus {
  background: #ff9f1c !important;
  color: white !important;
}
.cid-vcj69Cd4Tk .dropdown-item:hover span {
  color: white;
}
.cid-vcj69Cd4Tk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcj69Cd4Tk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcj69Cd4Tk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcj69Cd4Tk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcj69Cd4Tk .nav-link {
  position: relative;
}
.cid-vcj69Cd4Tk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcj69Cd4Tk .container {
    flex-wrap: nowrap;
  }
}
.cid-vcj69Cd4Tk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-vcj69Cd4Tk .iconfont-wrapper:hover {
  color: #2ec4b6 !important;
}
.cid-vcj69Cd4Tk .dropdown-menu,
.cid-vcj69Cd4Tk .navbar.opened {
  background: #21090f !important;
}
.cid-vcj69Cd4Tk .nav-item:focus,
.cid-vcj69Cd4Tk .nav-link:focus {
  outline: none;
}
.cid-vcj69Cd4Tk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcj69Cd4Tk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcj69Cd4Tk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcj69Cd4Tk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcj69Cd4Tk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcj69Cd4Tk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcj69Cd4Tk .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #21090f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcj69Cd4Tk .navbar.opened {
  transition: all 0.3s;
}
.cid-vcj69Cd4Tk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcj69Cd4Tk .navbar .navbar-logo img {
  width: auto;
}
.cid-vcj69Cd4Tk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcj69Cd4Tk .navbar.collapsed {
  justify-content: center;
}
.cid-vcj69Cd4Tk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcj69Cd4Tk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcj69Cd4Tk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcj69Cd4Tk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcj69Cd4Tk .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-vcj69Cd4Tk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcj69Cd4Tk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcj69Cd4Tk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcj69Cd4Tk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcj69Cd4Tk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcj69Cd4Tk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcj69Cd4Tk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcj69Cd4Tk .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-vcj69Cd4Tk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcj69Cd4Tk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcj69Cd4Tk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcj69Cd4Tk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcj69Cd4Tk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcj69Cd4Tk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcj69Cd4Tk .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcj69Cd4Tk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcj69Cd4Tk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-vcj69Cd4Tk .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcj69Cd4Tk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcj69Cd4Tk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcj69Cd4Tk .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-vcj69Cd4Tk .dropdown-item.active,
.cid-vcj69Cd4Tk .dropdown-item:active {
  background-color: transparent;
}
.cid-vcj69Cd4Tk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcj69Cd4Tk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcj69Cd4Tk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcj69Cd4Tk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #21090f;
}
.cid-vcj69Cd4Tk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcj69Cd4Tk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcj69Cd4Tk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcj69Cd4Tk .navbar-buttons {
  text-align: center;
}
.cid-vcj69Cd4Tk .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
  border: solid 2px #ff5e60 !important;
  box-shadow: 3px 3px 0 0 #ff5e60 !important;
}
.cid-vcj69Cd4Tk .navbar-buttons .btn:hover {
  border: solid 2px #ff5e60 !important;
  box-shadow: 0 0 0 0 #ff5e60 !important;
}
@media (max-width: 575px) {
  .cid-vcj69Cd4Tk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcj69Cd4Tk button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #21090f !important;
  border: solid 2px #ff9f1c !important;
  box-shadow: 3px 3px 0 0 #ff9f1c !important;
}
.cid-vcj69Cd4Tk button.navbar-toggler:hover {
  border: solid 2px #ff9f1c !important;
  color: #2ec4b6 !important;
  box-shadow: 0 0 0 0 #ff9f1c !important;
}
.cid-vcj69Cd4Tk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcj69Cd4Tk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-vcj69Cd4Tk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj69Cd4Tk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj69Cd4Tk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-vcj69Cd4Tk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj69Cd4Tk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcj69Cd4Tk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcj69Cd4Tk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj69Cd4Tk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcj69Cd4Tk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcj69Cd4Tk .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-vcj69Cd4Tk .navbar {
    height: 70px;
  }
  .cid-vcj69Cd4Tk .navbar.opened {
    height: auto;
  }
  .cid-vcj69Cd4Tk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcj69Cd4Tk .navbar-nav {
  margin: 0 auto;
}
.cid-vcj69Cd4Tk .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcj69Cd4Tk .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-vcj69Cd4Tk .nav-item .nav-link::after {
  color: #2ec4b6 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vcj69Cd4Tk .nav-item .nav-link:hover {
  color: #ff5e60 !important;
}
.cid-vcj69Cd4Tk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcj69Cd4Tk .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcj69Cd4Tk .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcj69Cd4Tk .nav-item .dropdown-menu .dropdown-item {
  color: #21090f !important;
  background-color: transparent !important;
}
.cid-vcj69Cd4Tk .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff9f1c !important;
}
@media (max-width: 991px) {
  .cid-vcj69Cd4Tk .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcj69Cd4Tk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcj69Cd4Tk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcj69Cd4Tk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcj69Cd4Tk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcj69Cd4Tk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcj69Cd4Tk .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-vcj69Cd4Tk .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-vcj69Cd4Tk .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-vcj69Cd4Tk .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vcj69Cd4Tk .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-vcj69Cd4Tk .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-vcj69Cd4Tk .navbar-caption {
  color: #FFFFFF;
}
.cid-vcj69Cd4Tk .nav-link,
.cid-vcj69Cd4Tk .dropdown-item {
  color: #FFFFFF;
}
.cid-vcj69CPFzU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj69CPFzU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj69CPFzU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj69CPFzU .container {
  max-width: 1280px;
}
.cid-vcj69CPFzU .row {
  justify-content: center;
}
.cid-vcj69CPFzU .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-vcj69CPFzU .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj69CPFzU .mbr-section-title {
  color: #FFDD65;
}
.cid-vcj69CPFzU .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-vcj69CPFzU .col-video {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vcj69CPFzU .col-video {
    height: 350px;
  }
}
.cid-vcj69CPFzU .col-video .mbr-figure {
  width: 100%;
  border-radius: 4.17rem;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  padding: 5px;
}
.cid-vcj69CPFzU .col-video .mbr-figure .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-vcj69CPFzU .col-video .mbr-figure iframe {
  border-radius: 3.85rem;
}
.cid-vcj69CPFzU .col-video .mbr-figure .app-video-wrapper {
  overflow: hidden;
}
.cid-vcj69CPFzU .col-video .mbr-figure .app-video-wrapper img {
  border-radius: 3.85rem;
}
.cid-vcj69Dl4Fk {
  background-color: #21090f;
}
.cid-vcj69Dl4Fk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj69Dl4Fk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj69Dl4Fk .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: transparent;
  background: #e1d7c0;
}
.cid-vcj69Dl4Fk .container {
  max-width: 1280px;
}
.cid-vcj69Dl4Fk .row {
  justify-content: center;
}
.cid-vcj69Dl4Fk .mbr-section-title {
  color: #212132;
}
.cid-vcj69Dl4Fk .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-vcj69Dl4Fk .mbr-section-title,
.cid-vcj69Dl4Fk .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-vcj69DN8EO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj69DN8EO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj69DN8EO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj69DN8EO .container {
  max-width: 1280px;
}
.cid-vcj69DN8EO .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj69DN8EO .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj69DN8EO .card-title {
  color: #000000;
}
.cid-vcj69DN8EO .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj69DN8EO .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcj69DN8EO .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj69DN8EO .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #21090f;
  border-radius: 4.17rem;
  height: 100%;
  transition: 0.2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-vcj69DN8EO .item-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj69DN8EO .item-wrapper:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-vcj69DN8EO .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-vcj69DN8EO .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj69DN8EO .image-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-vcj69DN8EO .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcj69DN8EO .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-vcj69DN8EO .name-text {
  color: #FFFFFF;
}
.cid-vcj69DN8EO .prof-text {
  color: #FFFFFF;
}
.cid-vcj69DN8EO .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-vcj69DN8EO .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-vcj69DN8EO .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-vcj69DN8EO .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #e1d7c0;
}
.cid-vcj69DN8EO .mbr-text {
  color: #FFFFFF;
}
.cid-vcj69DN8EO .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vcj69DN8EO .mbr-section-btn .btn {
  min-height: auto;
  min-width: auto;
}
.cid-vcj69EvcJz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e1d7c0;
}
.cid-vcj69EvcJz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj69EvcJz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj69EvcJz .container {
  max-width: 1600px;
}
.cid-vcj69EvcJz .text-wrapper {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-vcj69EvcJz .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vcj69EvcJz .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj69EvcJz .mbr-section-title {
  color: #000000;
}
.cid-vcj69EvcJz .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj69EvcJz .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj69EvcJz .card-bg-item {
  padding: 3px;
  background-color: #ffffff;
  border-radius: 2.3rem;
}
.cid-vcj69EvcJz .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 2.08rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vcj69EvcJz .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj69EvcJz .text-container {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcj69EvcJz .text-container {
    margin-bottom: 24px;
  }
}
.cid-vcj69EvcJz .card-title {
  color: #000000;
}
.cid-vcj69EvcJz .mbr-text {
  color: #000000;
  opacity: 0.6;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj69EvcJz .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj69EvcJz .price-text {
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-vcj69EvcJz .price-text {
    margin-bottom: 8px;
  }
}
.cid-vcj69EvcJz .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj69EvcJz .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcj69EvcJz .custom-section-btn {
  width: 100%;
  margin-left: 0;
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj69EvcJz .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.cid-vcj69EvcJz .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj69EvcJz .list {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcj69EvcJz .list {
    margin-top: 24px;
  }
}
.cid-vcj69EvcJz .list-title {
  color: #000000;
  opacity: 0.6;
  margin-bottom: 12px;
}
.cid-vcj69EvcJz .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border-radius: 0.625rem;
  background-color: #fde8eb;
  margin-bottom: 0.125rem;
}
@media (max-width: 991px) {
  .cid-vcj69EvcJz .item-wrap {
    padding: 8px;
  }
}
.cid-vcj69EvcJz .list-text {
  color: #212132;
}
.cid-vcj69EvcJz .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-height: 32px;
  min-width: 32px;
  margin-left: 8px;
  background-color: #ffffff;
}
.cid-vcj69EvcJz .iconfont-wrapper .mbr-iconfont {
  font-size: 15px;
  color: #000000;
}
.cid-vcj69EvcJz .card-bg-item:nth-child(2) {
  background-image: linear-gradient(180deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj69FKG0F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj69FKG0F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj69FKG0F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj69FKG0F .container {
  max-width: 1600px;
}
.cid-vcj69FKG0F .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #21090f;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj69FKG0F .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcj69FKG0F .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-vcj69FKG0F .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj69FKG0F .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj69FKG0F .mbr-section-title {
  color: #E1D7C0;
}
.cid-vcj69FKG0F .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vcj69FKG0F .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-vcj69FKG0F .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-vcj69FKG0F .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #e1d7c0;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-vcj69FKG0F .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-vcj69FKG0F .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vcj69FKG0F .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.cid-vcj69FKG0F .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-vcj69FKG0F .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-vcj69FKG0F .panel-title:hover .panel-title-edit {
  color: #e1d7c0;
}
.cid-vcj69FKG0F .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vcj69FKG0F .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-vcj69FKG0F .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-vcj69FKG0F .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vcj69FKG0F .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-vcj69FKG0F .col-text {
    margin-top: 40px;
  }
}
.cid-vcj69FKG0F .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vcj69FKG0F .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vcj69FKG0F .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj69FKG0F .custom-section-btn {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj69FKG0F .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj69FKG0F .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-vcj69FKG0F .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-vcj69FKG0F .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-vcj69FKG0F .btn-container .btn {
    width: 100%;
  }
}
.cid-vcj69Gqh3L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj69Gqh3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj69Gqh3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj69Gqh3L .container {
  max-width: 1280px;
}
.cid-vcj69Gqh3L .row {
  justify-content: flex-start;
}
.cid-vcj69Gqh3L .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj69Gqh3L .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj69Gqh3L .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj69Gqh3L .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj69Gqh3L .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj69Gqh3L .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj69Gqh3L .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj69Gqh3L .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-vcj69Gqh3L .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj69GOVFu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj69GOVFu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj69GOVFu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj69GOVFu .container {
  max-width: 1280px;
}
.cid-vcj69GOVFu .row {
  justify-content: flex-start;
}
.cid-vcj69GOVFu .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj69GOVFu .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj69GOVFu .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj69GOVFu .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj69GOVFu .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj69GOVFu .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj69GOVFu .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj69GOVFu .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
  text-align: center;
}
.cid-vcj69GOVFu .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj69HfWy4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #21090f;
  overflow: hidden;
}
.cid-vcj69HfWy4 .container {
  max-width: 1472px;
}
.cid-vcj69HfWy4 .mbr-text {
  color: #FFFFFF;
}
.cid-vcj69HfWy4 .media-container-row .mbr-text {
  color: #FFFFFF;
}
.cid-vcj69Zz32g {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcj69Zz32g nav.navbar {
  position: fixed;
}
.cid-vcj69Zz32g .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-vcj69Zz32g .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcj69Zz32g .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcj69Zz32g .dropdown-item:hover,
.cid-vcj69Zz32g .dropdown-item:focus {
  background: #ff9f1c !important;
  color: white !important;
}
.cid-vcj69Zz32g .dropdown-item:hover span {
  color: white;
}
.cid-vcj69Zz32g .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcj69Zz32g .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcj69Zz32g .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcj69Zz32g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcj69Zz32g .nav-link {
  position: relative;
}
.cid-vcj69Zz32g .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcj69Zz32g .container {
    flex-wrap: nowrap;
  }
}
.cid-vcj69Zz32g .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-vcj69Zz32g .iconfont-wrapper:hover {
  color: #2ec4b6 !important;
}
.cid-vcj69Zz32g .dropdown-menu,
.cid-vcj69Zz32g .navbar.opened {
  background: #21090f !important;
}
.cid-vcj69Zz32g .nav-item:focus,
.cid-vcj69Zz32g .nav-link:focus {
  outline: none;
}
.cid-vcj69Zz32g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcj69Zz32g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcj69Zz32g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcj69Zz32g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcj69Zz32g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcj69Zz32g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcj69Zz32g .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #21090f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcj69Zz32g .navbar.opened {
  transition: all 0.3s;
}
.cid-vcj69Zz32g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcj69Zz32g .navbar .navbar-logo img {
  width: auto;
}
.cid-vcj69Zz32g .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcj69Zz32g .navbar.collapsed {
  justify-content: center;
}
.cid-vcj69Zz32g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcj69Zz32g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcj69Zz32g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcj69Zz32g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcj69Zz32g .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-vcj69Zz32g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcj69Zz32g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcj69Zz32g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcj69Zz32g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcj69Zz32g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcj69Zz32g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcj69Zz32g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcj69Zz32g .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-vcj69Zz32g .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcj69Zz32g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcj69Zz32g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcj69Zz32g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcj69Zz32g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcj69Zz32g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcj69Zz32g .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcj69Zz32g .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcj69Zz32g .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-vcj69Zz32g .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcj69Zz32g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcj69Zz32g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcj69Zz32g .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-vcj69Zz32g .dropdown-item.active,
.cid-vcj69Zz32g .dropdown-item:active {
  background-color: transparent;
}
.cid-vcj69Zz32g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcj69Zz32g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcj69Zz32g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcj69Zz32g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #21090f;
}
.cid-vcj69Zz32g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcj69Zz32g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcj69Zz32g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcj69Zz32g .navbar-buttons {
  text-align: center;
}
.cid-vcj69Zz32g .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
  border: solid 2px #ff5e60 !important;
  box-shadow: 3px 3px 0 0 #ff5e60 !important;
}
.cid-vcj69Zz32g .navbar-buttons .btn:hover {
  border: solid 2px #ff5e60 !important;
  box-shadow: 0 0 0 0 #ff5e60 !important;
}
@media (max-width: 575px) {
  .cid-vcj69Zz32g .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcj69Zz32g button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #21090f !important;
  border: solid 2px #ff9f1c !important;
  box-shadow: 3px 3px 0 0 #ff9f1c !important;
}
.cid-vcj69Zz32g button.navbar-toggler:hover {
  border: solid 2px #ff9f1c !important;
  color: #2ec4b6 !important;
  box-shadow: 0 0 0 0 #ff9f1c !important;
}
.cid-vcj69Zz32g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcj69Zz32g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-vcj69Zz32g button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj69Zz32g button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj69Zz32g button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-vcj69Zz32g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj69Zz32g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcj69Zz32g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcj69Zz32g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj69Zz32g .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcj69Zz32g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcj69Zz32g .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-vcj69Zz32g .navbar {
    height: 70px;
  }
  .cid-vcj69Zz32g .navbar.opened {
    height: auto;
  }
  .cid-vcj69Zz32g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcj69Zz32g .navbar-nav {
  margin: 0 auto;
}
.cid-vcj69Zz32g .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcj69Zz32g .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-vcj69Zz32g .nav-item .nav-link::after {
  color: #2ec4b6 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vcj69Zz32g .nav-item .nav-link:hover {
  color: #ff5e60 !important;
}
.cid-vcj69Zz32g .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcj69Zz32g .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcj69Zz32g .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcj69Zz32g .nav-item .dropdown-menu .dropdown-item {
  color: #21090f !important;
  background-color: transparent !important;
}
.cid-vcj69Zz32g .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff9f1c !important;
}
@media (max-width: 991px) {
  .cid-vcj69Zz32g .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcj69Zz32g .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcj69Zz32g .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcj69Zz32g .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcj69Zz32g .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcj69Zz32g .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcj69Zz32g .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-vcj69Zz32g .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-vcj69Zz32g .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-vcj69Zz32g .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vcj69Zz32g .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-vcj69Zz32g .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-vcj69Zz32g .navbar-caption {
  color: #FFFFFF;
}
.cid-vcj69Zz32g .nav-link,
.cid-vcj69Zz32g .dropdown-item {
  color: #FFFFFF;
}
.cid-vcj69ZVBjD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj69ZVBjD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj69ZVBjD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj69ZVBjD .container {
  max-width: 1280px;
}
.cid-vcj69ZVBjD .row {
  justify-content: center;
}
.cid-vcj69ZVBjD .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-vcj69ZVBjD .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj69ZVBjD .mbr-section-title {
  color: #FFDD65;
}
.cid-vcj69ZVBjD .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-vcj69ZVBjD .col-video {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vcj69ZVBjD .col-video {
    height: 350px;
  }
}
.cid-vcj69ZVBjD .col-video .mbr-figure {
  width: 100%;
  border-radius: 4.17rem;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  padding: 5px;
}
.cid-vcj69ZVBjD .col-video .mbr-figure .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-vcj69ZVBjD .col-video .mbr-figure iframe {
  border-radius: 3.85rem;
}
.cid-vcj69ZVBjD .col-video .mbr-figure .app-video-wrapper {
  overflow: hidden;
}
.cid-vcj69ZVBjD .col-video .mbr-figure .app-video-wrapper img {
  border-radius: 3.85rem;
}
.cid-vcj6a0cU1k {
  background-color: #21090f;
}
.cid-vcj6a0cU1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6a0cU1k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6a0cU1k .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: transparent;
  background: #e1d7c0;
}
.cid-vcj6a0cU1k .container {
  max-width: 1280px;
}
.cid-vcj6a0cU1k .row {
  justify-content: center;
}
.cid-vcj6a0cU1k .mbr-section-title {
  color: #212132;
}
.cid-vcj6a0cU1k .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-vcj6a0cU1k .mbr-section-title,
.cid-vcj6a0cU1k .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-vcj6a0yaJO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj6a0yaJO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6a0yaJO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6a0yaJO .container {
  max-width: 1280px;
}
.cid-vcj6a0yaJO .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6a0yaJO .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj6a0yaJO .card-title {
  color: #000000;
}
.cid-vcj6a0yaJO .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj6a0yaJO .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcj6a0yaJO .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj6a0yaJO .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #21090f;
  border-radius: 4.17rem;
  height: 100%;
  transition: 0.2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-vcj6a0yaJO .item-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj6a0yaJO .item-wrapper:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-vcj6a0yaJO .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-vcj6a0yaJO .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6a0yaJO .image-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-vcj6a0yaJO .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcj6a0yaJO .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-vcj6a0yaJO .name-text {
  color: #FFFFFF;
}
.cid-vcj6a0yaJO .prof-text {
  color: #FFFFFF;
}
.cid-vcj6a0yaJO .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-vcj6a0yaJO .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-vcj6a0yaJO .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-vcj6a0yaJO .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #e1d7c0;
}
.cid-vcj6a0yaJO .mbr-text {
  color: #FFFFFF;
}
.cid-vcj6a0yaJO .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vcj6a0yaJO .mbr-section-btn .btn {
  min-height: auto;
  min-width: auto;
}
.cid-vcj6a18yKC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e1d7c0;
}
.cid-vcj6a18yKC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6a18yKC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6a18yKC .container {
  max-width: 1600px;
}
.cid-vcj6a18yKC .text-wrapper {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-vcj6a18yKC .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6a18yKC .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj6a18yKC .mbr-section-title {
  color: #000000;
}
.cid-vcj6a18yKC .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj6a18yKC .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj6a18yKC .card-bg-item {
  padding: 3px;
  background-color: #ffffff;
  border-radius: 2.3rem;
}
.cid-vcj6a18yKC .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 2.08rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vcj6a18yKC .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj6a18yKC .text-container {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcj6a18yKC .text-container {
    margin-bottom: 24px;
  }
}
.cid-vcj6a18yKC .card-title {
  color: #000000;
}
.cid-vcj6a18yKC .mbr-text {
  color: #000000;
  opacity: 0.6;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj6a18yKC .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj6a18yKC .price-text {
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-vcj6a18yKC .price-text {
    margin-bottom: 8px;
  }
}
.cid-vcj6a18yKC .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj6a18yKC .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcj6a18yKC .custom-section-btn {
  width: 100%;
  margin-left: 0;
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6a18yKC .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.cid-vcj6a18yKC .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6a18yKC .list {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcj6a18yKC .list {
    margin-top: 24px;
  }
}
.cid-vcj6a18yKC .list-title {
  color: #000000;
  opacity: 0.6;
  margin-bottom: 12px;
}
.cid-vcj6a18yKC .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border-radius: 0.625rem;
  background-color: #fde8eb;
  margin-bottom: 0.125rem;
}
@media (max-width: 991px) {
  .cid-vcj6a18yKC .item-wrap {
    padding: 8px;
  }
}
.cid-vcj6a18yKC .list-text {
  color: #212132;
}
.cid-vcj6a18yKC .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-height: 32px;
  min-width: 32px;
  margin-left: 8px;
  background-color: #ffffff;
}
.cid-vcj6a18yKC .iconfont-wrapper .mbr-iconfont {
  font-size: 15px;
  color: #000000;
}
.cid-vcj6a18yKC .card-bg-item:nth-child(2) {
  background-image: linear-gradient(180deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6a2gW6U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj6a2gW6U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6a2gW6U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6a2gW6U .container {
  max-width: 1600px;
}
.cid-vcj6a2gW6U .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #21090f;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj6a2gW6U .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcj6a2gW6U .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-vcj6a2gW6U .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6a2gW6U .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj6a2gW6U .mbr-section-title {
  color: #E1D7C0;
}
.cid-vcj6a2gW6U .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vcj6a2gW6U .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-vcj6a2gW6U .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-vcj6a2gW6U .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #e1d7c0;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-vcj6a2gW6U .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-vcj6a2gW6U .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vcj6a2gW6U .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.cid-vcj6a2gW6U .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-vcj6a2gW6U .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-vcj6a2gW6U .panel-title:hover .panel-title-edit {
  color: #e1d7c0;
}
.cid-vcj6a2gW6U .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vcj6a2gW6U .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-vcj6a2gW6U .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-vcj6a2gW6U .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vcj6a2gW6U .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-vcj6a2gW6U .col-text {
    margin-top: 40px;
  }
}
.cid-vcj6a2gW6U .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vcj6a2gW6U .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vcj6a2gW6U .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj6a2gW6U .custom-section-btn {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6a2gW6U .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6a2gW6U .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-vcj6a2gW6U .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-vcj6a2gW6U .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-vcj6a2gW6U .btn-container .btn {
    width: 100%;
  }
}
.cid-vcj6a2QYxU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj6a2QYxU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6a2QYxU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6a2QYxU .container {
  max-width: 1280px;
}
.cid-vcj6a2QYxU .row {
  justify-content: flex-start;
}
.cid-vcj6a2QYxU .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj6a2QYxU .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6a2QYxU .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj6a2QYxU .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6a2QYxU .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6a2QYxU .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj6a2QYxU .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj6a2QYxU .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-vcj6a2QYxU .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj6a3caOl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj6a3caOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6a3caOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6a3caOl .container {
  max-width: 1280px;
}
.cid-vcj6a3caOl .row {
  justify-content: flex-start;
}
.cid-vcj6a3caOl .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj6a3caOl .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6a3caOl .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj6a3caOl .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6a3caOl .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6a3caOl .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj6a3caOl .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj6a3caOl .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
  text-align: center;
}
.cid-vcj6a3caOl .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj6a3E406 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #21090f;
  overflow: hidden;
}
.cid-vcj6a3E406 .container {
  max-width: 1472px;
}
.cid-vcj6a3E406 .mbr-text {
  color: #FFFFFF;
}
.cid-vcj6a3E406 .media-container-row .mbr-text {
  color: #FFFFFF;
}
.cid-vcj6amX4Eb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcj6amX4Eb nav.navbar {
  position: fixed;
}
.cid-vcj6amX4Eb .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-vcj6amX4Eb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcj6amX4Eb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcj6amX4Eb .dropdown-item:hover,
.cid-vcj6amX4Eb .dropdown-item:focus {
  background: #ff9f1c !important;
  color: white !important;
}
.cid-vcj6amX4Eb .dropdown-item:hover span {
  color: white;
}
.cid-vcj6amX4Eb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcj6amX4Eb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcj6amX4Eb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcj6amX4Eb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcj6amX4Eb .nav-link {
  position: relative;
}
.cid-vcj6amX4Eb .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcj6amX4Eb .container {
    flex-wrap: nowrap;
  }
}
.cid-vcj6amX4Eb .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-vcj6amX4Eb .iconfont-wrapper:hover {
  color: #2ec4b6 !important;
}
.cid-vcj6amX4Eb .dropdown-menu,
.cid-vcj6amX4Eb .navbar.opened {
  background: #21090f !important;
}
.cid-vcj6amX4Eb .nav-item:focus,
.cid-vcj6amX4Eb .nav-link:focus {
  outline: none;
}
.cid-vcj6amX4Eb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcj6amX4Eb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcj6amX4Eb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcj6amX4Eb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcj6amX4Eb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcj6amX4Eb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcj6amX4Eb .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #21090f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcj6amX4Eb .navbar.opened {
  transition: all 0.3s;
}
.cid-vcj6amX4Eb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcj6amX4Eb .navbar .navbar-logo img {
  width: auto;
}
.cid-vcj6amX4Eb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcj6amX4Eb .navbar.collapsed {
  justify-content: center;
}
.cid-vcj6amX4Eb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcj6amX4Eb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcj6amX4Eb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcj6amX4Eb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcj6amX4Eb .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-vcj6amX4Eb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcj6amX4Eb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcj6amX4Eb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcj6amX4Eb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcj6amX4Eb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcj6amX4Eb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcj6amX4Eb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcj6amX4Eb .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-vcj6amX4Eb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcj6amX4Eb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcj6amX4Eb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcj6amX4Eb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcj6amX4Eb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcj6amX4Eb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcj6amX4Eb .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcj6amX4Eb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcj6amX4Eb .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-vcj6amX4Eb .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcj6amX4Eb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcj6amX4Eb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcj6amX4Eb .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-vcj6amX4Eb .dropdown-item.active,
.cid-vcj6amX4Eb .dropdown-item:active {
  background-color: transparent;
}
.cid-vcj6amX4Eb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcj6amX4Eb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcj6amX4Eb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcj6amX4Eb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #21090f;
}
.cid-vcj6amX4Eb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcj6amX4Eb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcj6amX4Eb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcj6amX4Eb .navbar-buttons {
  text-align: center;
}
.cid-vcj6amX4Eb .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
  border: solid 2px #ff5e60 !important;
  box-shadow: 3px 3px 0 0 #ff5e60 !important;
}
.cid-vcj6amX4Eb .navbar-buttons .btn:hover {
  border: solid 2px #ff5e60 !important;
  box-shadow: 0 0 0 0 #ff5e60 !important;
}
@media (max-width: 575px) {
  .cid-vcj6amX4Eb .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcj6amX4Eb button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #21090f !important;
  border: solid 2px #ff9f1c !important;
  box-shadow: 3px 3px 0 0 #ff9f1c !important;
}
.cid-vcj6amX4Eb button.navbar-toggler:hover {
  border: solid 2px #ff9f1c !important;
  color: #2ec4b6 !important;
  box-shadow: 0 0 0 0 #ff9f1c !important;
}
.cid-vcj6amX4Eb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcj6amX4Eb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-vcj6amX4Eb button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj6amX4Eb button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj6amX4Eb button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-vcj6amX4Eb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj6amX4Eb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcj6amX4Eb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcj6amX4Eb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj6amX4Eb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcj6amX4Eb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcj6amX4Eb .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-vcj6amX4Eb .navbar {
    height: 70px;
  }
  .cid-vcj6amX4Eb .navbar.opened {
    height: auto;
  }
  .cid-vcj6amX4Eb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcj6amX4Eb .navbar-nav {
  margin: 0 auto;
}
.cid-vcj6amX4Eb .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcj6amX4Eb .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-vcj6amX4Eb .nav-item .nav-link::after {
  color: #2ec4b6 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vcj6amX4Eb .nav-item .nav-link:hover {
  color: #ff5e60 !important;
}
.cid-vcj6amX4Eb .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcj6amX4Eb .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcj6amX4Eb .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcj6amX4Eb .nav-item .dropdown-menu .dropdown-item {
  color: #21090f !important;
  background-color: transparent !important;
}
.cid-vcj6amX4Eb .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff9f1c !important;
}
@media (max-width: 991px) {
  .cid-vcj6amX4Eb .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcj6amX4Eb .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcj6amX4Eb .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcj6amX4Eb .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcj6amX4Eb .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcj6amX4Eb .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcj6amX4Eb .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-vcj6amX4Eb .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-vcj6amX4Eb .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-vcj6amX4Eb .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vcj6amX4Eb .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-vcj6amX4Eb .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-vcj6amX4Eb .navbar-caption {
  color: #FFFFFF;
}
.cid-vcj6amX4Eb .nav-link,
.cid-vcj6amX4Eb .dropdown-item {
  color: #FFFFFF;
}
.cid-vcj6ano43L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj6ano43L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6ano43L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6ano43L .container {
  max-width: 1280px;
}
.cid-vcj6ano43L .row {
  justify-content: center;
}
.cid-vcj6ano43L .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-vcj6ano43L .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj6ano43L .mbr-section-title {
  color: #FFDD65;
}
.cid-vcj6ano43L .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-vcj6ano43L .col-video {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vcj6ano43L .col-video {
    height: 350px;
  }
}
.cid-vcj6ano43L .col-video .mbr-figure {
  width: 100%;
  border-radius: 4.17rem;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  padding: 5px;
}
.cid-vcj6ano43L .col-video .mbr-figure .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-vcj6ano43L .col-video .mbr-figure iframe {
  border-radius: 3.85rem;
}
.cid-vcj6ano43L .col-video .mbr-figure .app-video-wrapper {
  overflow: hidden;
}
.cid-vcj6ano43L .col-video .mbr-figure .app-video-wrapper img {
  border-radius: 3.85rem;
}
.cid-vcj6anKn04 {
  background-color: #21090f;
}
.cid-vcj6anKn04 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6anKn04 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6anKn04 .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: transparent;
  background: #e1d7c0;
}
.cid-vcj6anKn04 .container {
  max-width: 1280px;
}
.cid-vcj6anKn04 .row {
  justify-content: center;
}
.cid-vcj6anKn04 .mbr-section-title {
  color: #212132;
}
.cid-vcj6anKn04 .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-vcj6anKn04 .mbr-section-title,
.cid-vcj6anKn04 .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-vcj6ao8WGN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj6ao8WGN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6ao8WGN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6ao8WGN .container {
  max-width: 1280px;
}
.cid-vcj6ao8WGN .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6ao8WGN .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj6ao8WGN .card-title {
  color: #000000;
}
.cid-vcj6ao8WGN .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj6ao8WGN .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcj6ao8WGN .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj6ao8WGN .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #21090f;
  border-radius: 4.17rem;
  height: 100%;
  transition: 0.2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-vcj6ao8WGN .item-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj6ao8WGN .item-wrapper:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-vcj6ao8WGN .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-vcj6ao8WGN .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6ao8WGN .image-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-vcj6ao8WGN .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcj6ao8WGN .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-vcj6ao8WGN .name-text {
  color: #FFFFFF;
}
.cid-vcj6ao8WGN .prof-text {
  color: #FFFFFF;
}
.cid-vcj6ao8WGN .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-vcj6ao8WGN .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-vcj6ao8WGN .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-vcj6ao8WGN .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #e1d7c0;
}
.cid-vcj6ao8WGN .mbr-text {
  color: #FFFFFF;
}
.cid-vcj6ao8WGN .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vcj6ao8WGN .mbr-section-btn .btn {
  min-height: auto;
  min-width: auto;
}
.cid-vcj6aoNh0d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e1d7c0;
}
.cid-vcj6aoNh0d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6aoNh0d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6aoNh0d .container {
  max-width: 1600px;
}
.cid-vcj6aoNh0d .text-wrapper {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-vcj6aoNh0d .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6aoNh0d .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj6aoNh0d .mbr-section-title {
  color: #000000;
}
.cid-vcj6aoNh0d .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj6aoNh0d .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj6aoNh0d .card-bg-item {
  padding: 3px;
  background-color: #ffffff;
  border-radius: 2.3rem;
}
.cid-vcj6aoNh0d .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 2.08rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vcj6aoNh0d .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj6aoNh0d .text-container {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcj6aoNh0d .text-container {
    margin-bottom: 24px;
  }
}
.cid-vcj6aoNh0d .card-title {
  color: #000000;
}
.cid-vcj6aoNh0d .mbr-text {
  color: #000000;
  opacity: 0.6;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj6aoNh0d .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj6aoNh0d .price-text {
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-vcj6aoNh0d .price-text {
    margin-bottom: 8px;
  }
}
.cid-vcj6aoNh0d .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj6aoNh0d .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcj6aoNh0d .custom-section-btn {
  width: 100%;
  margin-left: 0;
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6aoNh0d .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.cid-vcj6aoNh0d .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6aoNh0d .list {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcj6aoNh0d .list {
    margin-top: 24px;
  }
}
.cid-vcj6aoNh0d .list-title {
  color: #000000;
  opacity: 0.6;
  margin-bottom: 12px;
}
.cid-vcj6aoNh0d .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border-radius: 0.625rem;
  background-color: #fde8eb;
  margin-bottom: 0.125rem;
}
@media (max-width: 991px) {
  .cid-vcj6aoNh0d .item-wrap {
    padding: 8px;
  }
}
.cid-vcj6aoNh0d .list-text {
  color: #212132;
}
.cid-vcj6aoNh0d .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-height: 32px;
  min-width: 32px;
  margin-left: 8px;
  background-color: #ffffff;
}
.cid-vcj6aoNh0d .iconfont-wrapper .mbr-iconfont {
  font-size: 15px;
  color: #000000;
}
.cid-vcj6aoNh0d .card-bg-item:nth-child(2) {
  background-image: linear-gradient(180deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6apXzc9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj6apXzc9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6apXzc9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6apXzc9 .container {
  max-width: 1600px;
}
.cid-vcj6apXzc9 .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #21090f;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj6apXzc9 .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcj6apXzc9 .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-vcj6apXzc9 .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6apXzc9 .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj6apXzc9 .mbr-section-title {
  color: #E1D7C0;
}
.cid-vcj6apXzc9 .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vcj6apXzc9 .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-vcj6apXzc9 .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-vcj6apXzc9 .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #e1d7c0;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-vcj6apXzc9 .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-vcj6apXzc9 .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vcj6apXzc9 .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.cid-vcj6apXzc9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-vcj6apXzc9 .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-vcj6apXzc9 .panel-title:hover .panel-title-edit {
  color: #e1d7c0;
}
.cid-vcj6apXzc9 .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vcj6apXzc9 .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-vcj6apXzc9 .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-vcj6apXzc9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vcj6apXzc9 .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-vcj6apXzc9 .col-text {
    margin-top: 40px;
  }
}
.cid-vcj6apXzc9 .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vcj6apXzc9 .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vcj6apXzc9 .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj6apXzc9 .custom-section-btn {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6apXzc9 .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6apXzc9 .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-vcj6apXzc9 .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-vcj6apXzc9 .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-vcj6apXzc9 .btn-container .btn {
    width: 100%;
  }
}
.cid-vcj6aqvRR7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj6aqvRR7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6aqvRR7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6aqvRR7 .container {
  max-width: 1280px;
}
.cid-vcj6aqvRR7 .row {
  justify-content: flex-start;
}
.cid-vcj6aqvRR7 .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj6aqvRR7 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6aqvRR7 .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj6aqvRR7 .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6aqvRR7 .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6aqvRR7 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj6aqvRR7 .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj6aqvRR7 .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-vcj6aqvRR7 .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj6aqVW5m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj6aqVW5m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6aqVW5m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6aqVW5m .container {
  max-width: 1280px;
}
.cid-vcj6aqVW5m .row {
  justify-content: flex-start;
}
.cid-vcj6aqVW5m .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj6aqVW5m .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6aqVW5m .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj6aqVW5m .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6aqVW5m .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6aqVW5m .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj6aqVW5m .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj6aqVW5m .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
  text-align: center;
}
.cid-vcj6aqVW5m .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj6arkIEi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #21090f;
  overflow: hidden;
}
.cid-vcj6arkIEi .container {
  max-width: 1472px;
}
.cid-vcj6arkIEi .mbr-text {
  color: #FFFFFF;
}
.cid-vcj6arkIEi .media-container-row .mbr-text {
  color: #FFFFFF;
}
.cid-vcj6aP0SEg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcj6aP0SEg nav.navbar {
  position: fixed;
}
.cid-vcj6aP0SEg .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-vcj6aP0SEg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcj6aP0SEg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcj6aP0SEg .dropdown-item:hover,
.cid-vcj6aP0SEg .dropdown-item:focus {
  background: #ff9f1c !important;
  color: white !important;
}
.cid-vcj6aP0SEg .dropdown-item:hover span {
  color: white;
}
.cid-vcj6aP0SEg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcj6aP0SEg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcj6aP0SEg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcj6aP0SEg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcj6aP0SEg .nav-link {
  position: relative;
}
.cid-vcj6aP0SEg .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcj6aP0SEg .container {
    flex-wrap: nowrap;
  }
}
.cid-vcj6aP0SEg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-vcj6aP0SEg .iconfont-wrapper:hover {
  color: #2ec4b6 !important;
}
.cid-vcj6aP0SEg .dropdown-menu,
.cid-vcj6aP0SEg .navbar.opened {
  background: #21090f !important;
}
.cid-vcj6aP0SEg .nav-item:focus,
.cid-vcj6aP0SEg .nav-link:focus {
  outline: none;
}
.cid-vcj6aP0SEg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcj6aP0SEg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcj6aP0SEg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcj6aP0SEg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcj6aP0SEg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcj6aP0SEg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcj6aP0SEg .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #21090f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcj6aP0SEg .navbar.opened {
  transition: all 0.3s;
}
.cid-vcj6aP0SEg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcj6aP0SEg .navbar .navbar-logo img {
  width: auto;
}
.cid-vcj6aP0SEg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcj6aP0SEg .navbar.collapsed {
  justify-content: center;
}
.cid-vcj6aP0SEg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcj6aP0SEg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcj6aP0SEg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcj6aP0SEg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcj6aP0SEg .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-vcj6aP0SEg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcj6aP0SEg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcj6aP0SEg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcj6aP0SEg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcj6aP0SEg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcj6aP0SEg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcj6aP0SEg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcj6aP0SEg .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-vcj6aP0SEg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcj6aP0SEg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcj6aP0SEg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcj6aP0SEg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcj6aP0SEg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcj6aP0SEg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcj6aP0SEg .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcj6aP0SEg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcj6aP0SEg .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-vcj6aP0SEg .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcj6aP0SEg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcj6aP0SEg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcj6aP0SEg .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-vcj6aP0SEg .dropdown-item.active,
.cid-vcj6aP0SEg .dropdown-item:active {
  background-color: transparent;
}
.cid-vcj6aP0SEg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcj6aP0SEg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcj6aP0SEg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcj6aP0SEg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #21090f;
}
.cid-vcj6aP0SEg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcj6aP0SEg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcj6aP0SEg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcj6aP0SEg .navbar-buttons {
  text-align: center;
}
.cid-vcj6aP0SEg .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
  border: solid 2px #ff5e60 !important;
  box-shadow: 3px 3px 0 0 #ff5e60 !important;
}
.cid-vcj6aP0SEg .navbar-buttons .btn:hover {
  border: solid 2px #ff5e60 !important;
  box-shadow: 0 0 0 0 #ff5e60 !important;
}
@media (max-width: 575px) {
  .cid-vcj6aP0SEg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcj6aP0SEg button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #21090f !important;
  border: solid 2px #ff9f1c !important;
  box-shadow: 3px 3px 0 0 #ff9f1c !important;
}
.cid-vcj6aP0SEg button.navbar-toggler:hover {
  border: solid 2px #ff9f1c !important;
  color: #2ec4b6 !important;
  box-shadow: 0 0 0 0 #ff9f1c !important;
}
.cid-vcj6aP0SEg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcj6aP0SEg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-vcj6aP0SEg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj6aP0SEg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj6aP0SEg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-vcj6aP0SEg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj6aP0SEg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcj6aP0SEg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcj6aP0SEg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj6aP0SEg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcj6aP0SEg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcj6aP0SEg .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-vcj6aP0SEg .navbar {
    height: 70px;
  }
  .cid-vcj6aP0SEg .navbar.opened {
    height: auto;
  }
  .cid-vcj6aP0SEg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcj6aP0SEg .navbar-nav {
  margin: 0 auto;
}
.cid-vcj6aP0SEg .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcj6aP0SEg .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-vcj6aP0SEg .nav-item .nav-link::after {
  color: #2ec4b6 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vcj6aP0SEg .nav-item .nav-link:hover {
  color: #ff5e60 !important;
}
.cid-vcj6aP0SEg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcj6aP0SEg .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcj6aP0SEg .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcj6aP0SEg .nav-item .dropdown-menu .dropdown-item {
  color: #21090f !important;
  background-color: transparent !important;
}
.cid-vcj6aP0SEg .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff9f1c !important;
}
@media (max-width: 991px) {
  .cid-vcj6aP0SEg .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcj6aP0SEg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcj6aP0SEg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcj6aP0SEg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcj6aP0SEg .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcj6aP0SEg .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcj6aP0SEg .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-vcj6aP0SEg .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-vcj6aP0SEg .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-vcj6aP0SEg .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vcj6aP0SEg .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-vcj6aP0SEg .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-vcj6aP0SEg .navbar-caption {
  color: #FFFFFF;
}
.cid-vcj6aP0SEg .nav-link,
.cid-vcj6aP0SEg .dropdown-item {
  color: #FFFFFF;
}
.cid-vcj6aPs8I5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj6aPs8I5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6aPs8I5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6aPs8I5 .container {
  max-width: 1280px;
}
.cid-vcj6aPs8I5 .row {
  justify-content: center;
}
.cid-vcj6aPs8I5 .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-vcj6aPs8I5 .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj6aPs8I5 .mbr-section-title {
  color: #FFDD65;
}
.cid-vcj6aPs8I5 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-vcj6aPs8I5 .col-video {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vcj6aPs8I5 .col-video {
    height: 350px;
  }
}
.cid-vcj6aPs8I5 .col-video .mbr-figure {
  width: 100%;
  border-radius: 4.17rem;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  padding: 5px;
}
.cid-vcj6aPs8I5 .col-video .mbr-figure .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-vcj6aPs8I5 .col-video .mbr-figure iframe {
  border-radius: 3.85rem;
}
.cid-vcj6aPs8I5 .col-video .mbr-figure .app-video-wrapper {
  overflow: hidden;
}
.cid-vcj6aPs8I5 .col-video .mbr-figure .app-video-wrapper img {
  border-radius: 3.85rem;
}
.cid-vcj6aPOLFN {
  background-color: #21090f;
}
.cid-vcj6aPOLFN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6aPOLFN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6aPOLFN .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: transparent;
  background: #e1d7c0;
}
.cid-vcj6aPOLFN .container {
  max-width: 1280px;
}
.cid-vcj6aPOLFN .row {
  justify-content: center;
}
.cid-vcj6aPOLFN .mbr-section-title {
  color: #212132;
}
.cid-vcj6aPOLFN .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-vcj6aPOLFN .mbr-section-title,
.cid-vcj6aPOLFN .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-vcj6aQgoBQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj6aQgoBQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6aQgoBQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6aQgoBQ .container {
  max-width: 1280px;
}
.cid-vcj6aQgoBQ .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6aQgoBQ .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj6aQgoBQ .card-title {
  color: #000000;
}
.cid-vcj6aQgoBQ .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj6aQgoBQ .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcj6aQgoBQ .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj6aQgoBQ .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #21090f;
  border-radius: 4.17rem;
  height: 100%;
  transition: 0.2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-vcj6aQgoBQ .item-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj6aQgoBQ .item-wrapper:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-vcj6aQgoBQ .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-vcj6aQgoBQ .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6aQgoBQ .image-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-vcj6aQgoBQ .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcj6aQgoBQ .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-vcj6aQgoBQ .name-text {
  color: #FFFFFF;
}
.cid-vcj6aQgoBQ .prof-text {
  color: #FFFFFF;
}
.cid-vcj6aQgoBQ .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-vcj6aQgoBQ .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-vcj6aQgoBQ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-vcj6aQgoBQ .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #e1d7c0;
}
.cid-vcj6aQgoBQ .mbr-text {
  color: #FFFFFF;
}
.cid-vcj6aQgoBQ .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vcj6aQgoBQ .mbr-section-btn .btn {
  min-height: auto;
  min-width: auto;
}
.cid-vcj6aQS1O4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e1d7c0;
}
.cid-vcj6aQS1O4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6aQS1O4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6aQS1O4 .container {
  max-width: 1600px;
}
.cid-vcj6aQS1O4 .text-wrapper {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-vcj6aQS1O4 .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6aQS1O4 .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj6aQS1O4 .mbr-section-title {
  color: #000000;
}
.cid-vcj6aQS1O4 .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj6aQS1O4 .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj6aQS1O4 .card-bg-item {
  padding: 3px;
  background-color: #ffffff;
  border-radius: 2.3rem;
}
.cid-vcj6aQS1O4 .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 2.08rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vcj6aQS1O4 .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj6aQS1O4 .text-container {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcj6aQS1O4 .text-container {
    margin-bottom: 24px;
  }
}
.cid-vcj6aQS1O4 .card-title {
  color: #000000;
}
.cid-vcj6aQS1O4 .mbr-text {
  color: #000000;
  opacity: 0.6;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj6aQS1O4 .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj6aQS1O4 .price-text {
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-vcj6aQS1O4 .price-text {
    margin-bottom: 8px;
  }
}
.cid-vcj6aQS1O4 .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj6aQS1O4 .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcj6aQS1O4 .custom-section-btn {
  width: 100%;
  margin-left: 0;
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6aQS1O4 .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.cid-vcj6aQS1O4 .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6aQS1O4 .list {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcj6aQS1O4 .list {
    margin-top: 24px;
  }
}
.cid-vcj6aQS1O4 .list-title {
  color: #000000;
  opacity: 0.6;
  margin-bottom: 12px;
}
.cid-vcj6aQS1O4 .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border-radius: 0.625rem;
  background-color: #fde8eb;
  margin-bottom: 0.125rem;
}
@media (max-width: 991px) {
  .cid-vcj6aQS1O4 .item-wrap {
    padding: 8px;
  }
}
.cid-vcj6aQS1O4 .list-text {
  color: #212132;
}
.cid-vcj6aQS1O4 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-height: 32px;
  min-width: 32px;
  margin-left: 8px;
  background-color: #ffffff;
}
.cid-vcj6aQS1O4 .iconfont-wrapper .mbr-iconfont {
  font-size: 15px;
  color: #000000;
}
.cid-vcj6aQS1O4 .card-bg-item:nth-child(2) {
  background-image: linear-gradient(180deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6aS9wSG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj6aS9wSG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6aS9wSG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6aS9wSG .container {
  max-width: 1600px;
}
.cid-vcj6aS9wSG .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #21090f;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj6aS9wSG .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcj6aS9wSG .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-vcj6aS9wSG .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6aS9wSG .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj6aS9wSG .mbr-section-title {
  color: #E1D7C0;
}
.cid-vcj6aS9wSG .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vcj6aS9wSG .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-vcj6aS9wSG .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-vcj6aS9wSG .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #e1d7c0;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-vcj6aS9wSG .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-vcj6aS9wSG .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vcj6aS9wSG .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.cid-vcj6aS9wSG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-vcj6aS9wSG .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-vcj6aS9wSG .panel-title:hover .panel-title-edit {
  color: #e1d7c0;
}
.cid-vcj6aS9wSG .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vcj6aS9wSG .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-vcj6aS9wSG .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-vcj6aS9wSG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vcj6aS9wSG .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-vcj6aS9wSG .col-text {
    margin-top: 40px;
  }
}
.cid-vcj6aS9wSG .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vcj6aS9wSG .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vcj6aS9wSG .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj6aS9wSG .custom-section-btn {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6aS9wSG .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6aS9wSG .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-vcj6aS9wSG .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-vcj6aS9wSG .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-vcj6aS9wSG .btn-container .btn {
    width: 100%;
  }
}
.cid-vcj6aSJ1Vc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj6aSJ1Vc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6aSJ1Vc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6aSJ1Vc .container {
  max-width: 1280px;
}
.cid-vcj6aSJ1Vc .row {
  justify-content: flex-start;
}
.cid-vcj6aSJ1Vc .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj6aSJ1Vc .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6aSJ1Vc .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj6aSJ1Vc .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6aSJ1Vc .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6aSJ1Vc .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj6aSJ1Vc .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj6aSJ1Vc .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-vcj6aSJ1Vc .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj6aT9giA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj6aT9giA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6aT9giA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6aT9giA .container {
  max-width: 1280px;
}
.cid-vcj6aT9giA .row {
  justify-content: flex-start;
}
.cid-vcj6aT9giA .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj6aT9giA .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6aT9giA .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj6aT9giA .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6aT9giA .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6aT9giA .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj6aT9giA .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj6aT9giA .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
  text-align: center;
}
.cid-vcj6aT9giA .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj6aTxYzk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #21090f;
  overflow: hidden;
}
.cid-vcj6aTxYzk .container {
  max-width: 1472px;
}
.cid-vcj6aTxYzk .mbr-text {
  color: #FFFFFF;
}
.cid-vcj6aTxYzk .media-container-row .mbr-text {
  color: #FFFFFF;
}
.cid-vcj6bgsCLS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcj6bgsCLS nav.navbar {
  position: fixed;
}
.cid-vcj6bgsCLS .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-vcj6bgsCLS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcj6bgsCLS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcj6bgsCLS .dropdown-item:hover,
.cid-vcj6bgsCLS .dropdown-item:focus {
  background: #ff9f1c !important;
  color: white !important;
}
.cid-vcj6bgsCLS .dropdown-item:hover span {
  color: white;
}
.cid-vcj6bgsCLS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcj6bgsCLS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcj6bgsCLS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcj6bgsCLS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcj6bgsCLS .nav-link {
  position: relative;
}
.cid-vcj6bgsCLS .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcj6bgsCLS .container {
    flex-wrap: nowrap;
  }
}
.cid-vcj6bgsCLS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-vcj6bgsCLS .iconfont-wrapper:hover {
  color: #2ec4b6 !important;
}
.cid-vcj6bgsCLS .dropdown-menu,
.cid-vcj6bgsCLS .navbar.opened {
  background: #21090f !important;
}
.cid-vcj6bgsCLS .nav-item:focus,
.cid-vcj6bgsCLS .nav-link:focus {
  outline: none;
}
.cid-vcj6bgsCLS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcj6bgsCLS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcj6bgsCLS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcj6bgsCLS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcj6bgsCLS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcj6bgsCLS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcj6bgsCLS .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #21090f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcj6bgsCLS .navbar.opened {
  transition: all 0.3s;
}
.cid-vcj6bgsCLS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcj6bgsCLS .navbar .navbar-logo img {
  width: auto;
}
.cid-vcj6bgsCLS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcj6bgsCLS .navbar.collapsed {
  justify-content: center;
}
.cid-vcj6bgsCLS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcj6bgsCLS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcj6bgsCLS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcj6bgsCLS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcj6bgsCLS .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-vcj6bgsCLS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcj6bgsCLS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcj6bgsCLS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcj6bgsCLS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcj6bgsCLS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcj6bgsCLS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcj6bgsCLS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcj6bgsCLS .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-vcj6bgsCLS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcj6bgsCLS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcj6bgsCLS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcj6bgsCLS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcj6bgsCLS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcj6bgsCLS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcj6bgsCLS .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcj6bgsCLS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcj6bgsCLS .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-vcj6bgsCLS .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcj6bgsCLS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcj6bgsCLS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcj6bgsCLS .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-vcj6bgsCLS .dropdown-item.active,
.cid-vcj6bgsCLS .dropdown-item:active {
  background-color: transparent;
}
.cid-vcj6bgsCLS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcj6bgsCLS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcj6bgsCLS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcj6bgsCLS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #21090f;
}
.cid-vcj6bgsCLS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcj6bgsCLS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcj6bgsCLS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcj6bgsCLS .navbar-buttons {
  text-align: center;
}
.cid-vcj6bgsCLS .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
  border: solid 2px #ff5e60 !important;
  box-shadow: 3px 3px 0 0 #ff5e60 !important;
}
.cid-vcj6bgsCLS .navbar-buttons .btn:hover {
  border: solid 2px #ff5e60 !important;
  box-shadow: 0 0 0 0 #ff5e60 !important;
}
@media (max-width: 575px) {
  .cid-vcj6bgsCLS .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcj6bgsCLS button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #21090f !important;
  border: solid 2px #ff9f1c !important;
  box-shadow: 3px 3px 0 0 #ff9f1c !important;
}
.cid-vcj6bgsCLS button.navbar-toggler:hover {
  border: solid 2px #ff9f1c !important;
  color: #2ec4b6 !important;
  box-shadow: 0 0 0 0 #ff9f1c !important;
}
.cid-vcj6bgsCLS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcj6bgsCLS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-vcj6bgsCLS button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj6bgsCLS button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj6bgsCLS button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-vcj6bgsCLS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj6bgsCLS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcj6bgsCLS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcj6bgsCLS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj6bgsCLS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcj6bgsCLS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcj6bgsCLS .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-vcj6bgsCLS .navbar {
    height: 70px;
  }
  .cid-vcj6bgsCLS .navbar.opened {
    height: auto;
  }
  .cid-vcj6bgsCLS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcj6bgsCLS .navbar-nav {
  margin: 0 auto;
}
.cid-vcj6bgsCLS .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcj6bgsCLS .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-vcj6bgsCLS .nav-item .nav-link::after {
  color: #2ec4b6 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vcj6bgsCLS .nav-item .nav-link:hover {
  color: #ff5e60 !important;
}
.cid-vcj6bgsCLS .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcj6bgsCLS .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcj6bgsCLS .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcj6bgsCLS .nav-item .dropdown-menu .dropdown-item {
  color: #21090f !important;
  background-color: transparent !important;
}
.cid-vcj6bgsCLS .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff9f1c !important;
}
@media (max-width: 991px) {
  .cid-vcj6bgsCLS .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcj6bgsCLS .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcj6bgsCLS .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcj6bgsCLS .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcj6bgsCLS .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcj6bgsCLS .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcj6bgsCLS .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-vcj6bgsCLS .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-vcj6bgsCLS .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-vcj6bgsCLS .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vcj6bgsCLS .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-vcj6bgsCLS .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-vcj6bgsCLS .navbar-caption {
  color: #FFFFFF;
}
.cid-vcj6bgsCLS .nav-link,
.cid-vcj6bgsCLS .dropdown-item {
  color: #FFFFFF;
}
.cid-vcj6bgQAn6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj6bgQAn6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6bgQAn6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6bgQAn6 .container {
  max-width: 1280px;
}
.cid-vcj6bgQAn6 .row {
  justify-content: center;
}
.cid-vcj6bgQAn6 .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-vcj6bgQAn6 .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj6bgQAn6 .mbr-section-title {
  color: #FFDD65;
}
.cid-vcj6bgQAn6 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-vcj6bgQAn6 .col-video {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vcj6bgQAn6 .col-video {
    height: 350px;
  }
}
.cid-vcj6bgQAn6 .col-video .mbr-figure {
  width: 100%;
  border-radius: 4.17rem;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  padding: 5px;
}
.cid-vcj6bgQAn6 .col-video .mbr-figure .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-vcj6bgQAn6 .col-video .mbr-figure iframe {
  border-radius: 3.85rem;
}
.cid-vcj6bgQAn6 .col-video .mbr-figure .app-video-wrapper {
  overflow: hidden;
}
.cid-vcj6bgQAn6 .col-video .mbr-figure .app-video-wrapper img {
  border-radius: 3.85rem;
}
.cid-vcj6bhatZe {
  background-color: #21090f;
}
.cid-vcj6bhatZe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6bhatZe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6bhatZe .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: transparent;
  background: #e1d7c0;
}
.cid-vcj6bhatZe .container {
  max-width: 1280px;
}
.cid-vcj6bhatZe .row {
  justify-content: center;
}
.cid-vcj6bhatZe .mbr-section-title {
  color: #212132;
}
.cid-vcj6bhatZe .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-vcj6bhatZe .mbr-section-title,
.cid-vcj6bhatZe .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-vcj6bhAbZu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj6bhAbZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6bhAbZu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6bhAbZu .container {
  max-width: 1280px;
}
.cid-vcj6bhAbZu .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6bhAbZu .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj6bhAbZu .card-title {
  color: #000000;
}
.cid-vcj6bhAbZu .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj6bhAbZu .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcj6bhAbZu .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj6bhAbZu .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #21090f;
  border-radius: 4.17rem;
  height: 100%;
  transition: 0.2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-vcj6bhAbZu .item-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj6bhAbZu .item-wrapper:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-vcj6bhAbZu .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-vcj6bhAbZu .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6bhAbZu .image-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-vcj6bhAbZu .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcj6bhAbZu .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-vcj6bhAbZu .name-text {
  color: #FFFFFF;
}
.cid-vcj6bhAbZu .prof-text {
  color: #FFFFFF;
}
.cid-vcj6bhAbZu .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-vcj6bhAbZu .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-vcj6bhAbZu .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-vcj6bhAbZu .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #e1d7c0;
}
.cid-vcj6bhAbZu .mbr-text {
  color: #FFFFFF;
}
.cid-vcj6bhAbZu .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vcj6bhAbZu .mbr-section-btn .btn {
  min-height: auto;
  min-width: auto;
}
.cid-vcj6bieIp3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e1d7c0;
}
.cid-vcj6bieIp3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6bieIp3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6bieIp3 .container {
  max-width: 1600px;
}
.cid-vcj6bieIp3 .text-wrapper {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-vcj6bieIp3 .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6bieIp3 .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj6bieIp3 .mbr-section-title {
  color: #000000;
}
.cid-vcj6bieIp3 .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj6bieIp3 .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj6bieIp3 .card-bg-item {
  padding: 3px;
  background-color: #ffffff;
  border-radius: 2.3rem;
}
.cid-vcj6bieIp3 .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 2.08rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vcj6bieIp3 .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj6bieIp3 .text-container {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcj6bieIp3 .text-container {
    margin-bottom: 24px;
  }
}
.cid-vcj6bieIp3 .card-title {
  color: #000000;
}
.cid-vcj6bieIp3 .mbr-text {
  color: #000000;
  opacity: 0.6;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj6bieIp3 .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj6bieIp3 .price-text {
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-vcj6bieIp3 .price-text {
    margin-bottom: 8px;
  }
}
.cid-vcj6bieIp3 .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj6bieIp3 .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcj6bieIp3 .custom-section-btn {
  width: 100%;
  margin-left: 0;
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6bieIp3 .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.cid-vcj6bieIp3 .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6bieIp3 .list {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcj6bieIp3 .list {
    margin-top: 24px;
  }
}
.cid-vcj6bieIp3 .list-title {
  color: #000000;
  opacity: 0.6;
  margin-bottom: 12px;
}
.cid-vcj6bieIp3 .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border-radius: 0.625rem;
  background-color: #fde8eb;
  margin-bottom: 0.125rem;
}
@media (max-width: 991px) {
  .cid-vcj6bieIp3 .item-wrap {
    padding: 8px;
  }
}
.cid-vcj6bieIp3 .list-text {
  color: #212132;
}
.cid-vcj6bieIp3 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-height: 32px;
  min-width: 32px;
  margin-left: 8px;
  background-color: #ffffff;
}
.cid-vcj6bieIp3 .iconfont-wrapper .mbr-iconfont {
  font-size: 15px;
  color: #000000;
}
.cid-vcj6bieIp3 .card-bg-item:nth-child(2) {
  background-image: linear-gradient(180deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6bjvlom {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj6bjvlom .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6bjvlom .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6bjvlom .container {
  max-width: 1600px;
}
.cid-vcj6bjvlom .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #21090f;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj6bjvlom .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcj6bjvlom .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-vcj6bjvlom .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6bjvlom .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj6bjvlom .mbr-section-title {
  color: #E1D7C0;
}
.cid-vcj6bjvlom .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vcj6bjvlom .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-vcj6bjvlom .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-vcj6bjvlom .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #e1d7c0;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-vcj6bjvlom .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-vcj6bjvlom .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vcj6bjvlom .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.cid-vcj6bjvlom .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-vcj6bjvlom .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-vcj6bjvlom .panel-title:hover .panel-title-edit {
  color: #e1d7c0;
}
.cid-vcj6bjvlom .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vcj6bjvlom .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-vcj6bjvlom .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-vcj6bjvlom .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vcj6bjvlom .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-vcj6bjvlom .col-text {
    margin-top: 40px;
  }
}
.cid-vcj6bjvlom .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vcj6bjvlom .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vcj6bjvlom .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj6bjvlom .custom-section-btn {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6bjvlom .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6bjvlom .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-vcj6bjvlom .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-vcj6bjvlom .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-vcj6bjvlom .btn-container .btn {
    width: 100%;
  }
}
.cid-vcj6bk5ZU4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj6bk5ZU4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6bk5ZU4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6bk5ZU4 .container {
  max-width: 1280px;
}
.cid-vcj6bk5ZU4 .row {
  justify-content: flex-start;
}
.cid-vcj6bk5ZU4 .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj6bk5ZU4 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6bk5ZU4 .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj6bk5ZU4 .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6bk5ZU4 .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6bk5ZU4 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj6bk5ZU4 .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj6bk5ZU4 .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-vcj6bk5ZU4 .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj6bkstfl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj6bkstfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6bkstfl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6bkstfl .container {
  max-width: 1280px;
}
.cid-vcj6bkstfl .row {
  justify-content: flex-start;
}
.cid-vcj6bkstfl .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj6bkstfl .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6bkstfl .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj6bkstfl .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6bkstfl .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6bkstfl .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj6bkstfl .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj6bkstfl .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
  text-align: center;
}
.cid-vcj6bkstfl .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj6bkSyXw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #21090f;
  overflow: hidden;
}
.cid-vcj6bkSyXw .container {
  max-width: 1472px;
}
.cid-vcj6bkSyXw .mbr-text {
  color: #FFFFFF;
}
.cid-vcj6bkSyXw .media-container-row .mbr-text {
  color: #FFFFFF;
}
.cid-vcj6bIcY9q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcj6bIcY9q nav.navbar {
  position: fixed;
}
.cid-vcj6bIcY9q .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-vcj6bIcY9q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcj6bIcY9q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcj6bIcY9q .dropdown-item:hover,
.cid-vcj6bIcY9q .dropdown-item:focus {
  background: #ff9f1c !important;
  color: white !important;
}
.cid-vcj6bIcY9q .dropdown-item:hover span {
  color: white;
}
.cid-vcj6bIcY9q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcj6bIcY9q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcj6bIcY9q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcj6bIcY9q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcj6bIcY9q .nav-link {
  position: relative;
}
.cid-vcj6bIcY9q .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcj6bIcY9q .container {
    flex-wrap: nowrap;
  }
}
.cid-vcj6bIcY9q .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-vcj6bIcY9q .iconfont-wrapper:hover {
  color: #2ec4b6 !important;
}
.cid-vcj6bIcY9q .dropdown-menu,
.cid-vcj6bIcY9q .navbar.opened {
  background: #21090f !important;
}
.cid-vcj6bIcY9q .nav-item:focus,
.cid-vcj6bIcY9q .nav-link:focus {
  outline: none;
}
.cid-vcj6bIcY9q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcj6bIcY9q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcj6bIcY9q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcj6bIcY9q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcj6bIcY9q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcj6bIcY9q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcj6bIcY9q .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #21090f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcj6bIcY9q .navbar.opened {
  transition: all 0.3s;
}
.cid-vcj6bIcY9q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcj6bIcY9q .navbar .navbar-logo img {
  width: auto;
}
.cid-vcj6bIcY9q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcj6bIcY9q .navbar.collapsed {
  justify-content: center;
}
.cid-vcj6bIcY9q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcj6bIcY9q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcj6bIcY9q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcj6bIcY9q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcj6bIcY9q .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-vcj6bIcY9q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcj6bIcY9q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcj6bIcY9q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcj6bIcY9q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcj6bIcY9q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcj6bIcY9q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcj6bIcY9q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcj6bIcY9q .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-vcj6bIcY9q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcj6bIcY9q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcj6bIcY9q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcj6bIcY9q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcj6bIcY9q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcj6bIcY9q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcj6bIcY9q .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcj6bIcY9q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcj6bIcY9q .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-vcj6bIcY9q .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcj6bIcY9q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcj6bIcY9q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcj6bIcY9q .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-vcj6bIcY9q .dropdown-item.active,
.cid-vcj6bIcY9q .dropdown-item:active {
  background-color: transparent;
}
.cid-vcj6bIcY9q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcj6bIcY9q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcj6bIcY9q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcj6bIcY9q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #21090f;
}
.cid-vcj6bIcY9q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcj6bIcY9q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcj6bIcY9q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcj6bIcY9q .navbar-buttons {
  text-align: center;
}
.cid-vcj6bIcY9q .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
  border: solid 2px #ff5e60 !important;
  box-shadow: 3px 3px 0 0 #ff5e60 !important;
}
.cid-vcj6bIcY9q .navbar-buttons .btn:hover {
  border: solid 2px #ff5e60 !important;
  box-shadow: 0 0 0 0 #ff5e60 !important;
}
@media (max-width: 575px) {
  .cid-vcj6bIcY9q .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcj6bIcY9q button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #21090f !important;
  border: solid 2px #ff9f1c !important;
  box-shadow: 3px 3px 0 0 #ff9f1c !important;
}
.cid-vcj6bIcY9q button.navbar-toggler:hover {
  border: solid 2px #ff9f1c !important;
  color: #2ec4b6 !important;
  box-shadow: 0 0 0 0 #ff9f1c !important;
}
.cid-vcj6bIcY9q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcj6bIcY9q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-vcj6bIcY9q button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj6bIcY9q button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj6bIcY9q button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-vcj6bIcY9q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj6bIcY9q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcj6bIcY9q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcj6bIcY9q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj6bIcY9q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcj6bIcY9q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcj6bIcY9q .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-vcj6bIcY9q .navbar {
    height: 70px;
  }
  .cid-vcj6bIcY9q .navbar.opened {
    height: auto;
  }
  .cid-vcj6bIcY9q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcj6bIcY9q .navbar-nav {
  margin: 0 auto;
}
.cid-vcj6bIcY9q .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcj6bIcY9q .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-vcj6bIcY9q .nav-item .nav-link::after {
  color: #2ec4b6 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vcj6bIcY9q .nav-item .nav-link:hover {
  color: #ff5e60 !important;
}
.cid-vcj6bIcY9q .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcj6bIcY9q .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcj6bIcY9q .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcj6bIcY9q .nav-item .dropdown-menu .dropdown-item {
  color: #21090f !important;
  background-color: transparent !important;
}
.cid-vcj6bIcY9q .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff9f1c !important;
}
@media (max-width: 991px) {
  .cid-vcj6bIcY9q .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcj6bIcY9q .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcj6bIcY9q .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcj6bIcY9q .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcj6bIcY9q .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcj6bIcY9q .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcj6bIcY9q .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-vcj6bIcY9q .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-vcj6bIcY9q .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-vcj6bIcY9q .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vcj6bIcY9q .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-vcj6bIcY9q .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-vcj6bIcY9q .navbar-caption {
  color: #FFFFFF;
}
.cid-vcj6bIcY9q .nav-link,
.cid-vcj6bIcY9q .dropdown-item {
  color: #FFFFFF;
}
.cid-vcj6bIyZe9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj6bIyZe9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6bIyZe9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6bIyZe9 .container {
  max-width: 1280px;
}
.cid-vcj6bIyZe9 .row {
  justify-content: center;
}
.cid-vcj6bIyZe9 .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-vcj6bIyZe9 .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj6bIyZe9 .mbr-section-title {
  color: #FFDD65;
}
.cid-vcj6bIyZe9 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-vcj6bIyZe9 .col-video {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vcj6bIyZe9 .col-video {
    height: 350px;
  }
}
.cid-vcj6bIyZe9 .col-video .mbr-figure {
  width: 100%;
  border-radius: 4.17rem;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  padding: 5px;
}
.cid-vcj6bIyZe9 .col-video .mbr-figure .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-vcj6bIyZe9 .col-video .mbr-figure iframe {
  border-radius: 3.85rem;
}
.cid-vcj6bIyZe9 .col-video .mbr-figure .app-video-wrapper {
  overflow: hidden;
}
.cid-vcj6bIyZe9 .col-video .mbr-figure .app-video-wrapper img {
  border-radius: 3.85rem;
}
.cid-vcj6bIQcA0 {
  background-color: #21090f;
}
.cid-vcj6bIQcA0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6bIQcA0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6bIQcA0 .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: transparent;
  background: #e1d7c0;
}
.cid-vcj6bIQcA0 .container {
  max-width: 1280px;
}
.cid-vcj6bIQcA0 .row {
  justify-content: center;
}
.cid-vcj6bIQcA0 .mbr-section-title {
  color: #212132;
}
.cid-vcj6bIQcA0 .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-vcj6bIQcA0 .mbr-section-title,
.cid-vcj6bIQcA0 .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-vcj6bJdjBc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj6bJdjBc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6bJdjBc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6bJdjBc .container {
  max-width: 1280px;
}
.cid-vcj6bJdjBc .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6bJdjBc .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj6bJdjBc .card-title {
  color: #000000;
}
.cid-vcj6bJdjBc .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj6bJdjBc .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcj6bJdjBc .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj6bJdjBc .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #21090f;
  border-radius: 4.17rem;
  height: 100%;
  transition: 0.2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-vcj6bJdjBc .item-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj6bJdjBc .item-wrapper:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-vcj6bJdjBc .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-vcj6bJdjBc .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6bJdjBc .image-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-vcj6bJdjBc .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcj6bJdjBc .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-vcj6bJdjBc .name-text {
  color: #FFFFFF;
}
.cid-vcj6bJdjBc .prof-text {
  color: #FFFFFF;
}
.cid-vcj6bJdjBc .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-vcj6bJdjBc .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-vcj6bJdjBc .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-vcj6bJdjBc .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #e1d7c0;
}
.cid-vcj6bJdjBc .mbr-text {
  color: #FFFFFF;
}
.cid-vcj6bJdjBc .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vcj6bJdjBc .mbr-section-btn .btn {
  min-height: auto;
  min-width: auto;
}
.cid-vcj6bJQ3GN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e1d7c0;
}
.cid-vcj6bJQ3GN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6bJQ3GN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6bJQ3GN .container {
  max-width: 1600px;
}
.cid-vcj6bJQ3GN .text-wrapper {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-vcj6bJQ3GN .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6bJQ3GN .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj6bJQ3GN .mbr-section-title {
  color: #000000;
}
.cid-vcj6bJQ3GN .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj6bJQ3GN .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj6bJQ3GN .card-bg-item {
  padding: 3px;
  background-color: #ffffff;
  border-radius: 2.3rem;
}
.cid-vcj6bJQ3GN .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 2.08rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vcj6bJQ3GN .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj6bJQ3GN .text-container {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcj6bJQ3GN .text-container {
    margin-bottom: 24px;
  }
}
.cid-vcj6bJQ3GN .card-title {
  color: #000000;
}
.cid-vcj6bJQ3GN .mbr-text {
  color: #000000;
  opacity: 0.6;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj6bJQ3GN .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj6bJQ3GN .price-text {
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-vcj6bJQ3GN .price-text {
    margin-bottom: 8px;
  }
}
.cid-vcj6bJQ3GN .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj6bJQ3GN .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcj6bJQ3GN .custom-section-btn {
  width: 100%;
  margin-left: 0;
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6bJQ3GN .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.cid-vcj6bJQ3GN .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6bJQ3GN .list {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcj6bJQ3GN .list {
    margin-top: 24px;
  }
}
.cid-vcj6bJQ3GN .list-title {
  color: #000000;
  opacity: 0.6;
  margin-bottom: 12px;
}
.cid-vcj6bJQ3GN .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border-radius: 0.625rem;
  background-color: #fde8eb;
  margin-bottom: 0.125rem;
}
@media (max-width: 991px) {
  .cid-vcj6bJQ3GN .item-wrap {
    padding: 8px;
  }
}
.cid-vcj6bJQ3GN .list-text {
  color: #212132;
}
.cid-vcj6bJQ3GN .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-height: 32px;
  min-width: 32px;
  margin-left: 8px;
  background-color: #ffffff;
}
.cid-vcj6bJQ3GN .iconfont-wrapper .mbr-iconfont {
  font-size: 15px;
  color: #000000;
}
.cid-vcj6bJQ3GN .card-bg-item:nth-child(2) {
  background-image: linear-gradient(180deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6bL4PNE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj6bL4PNE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6bL4PNE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6bL4PNE .container {
  max-width: 1600px;
}
.cid-vcj6bL4PNE .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #21090f;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj6bL4PNE .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcj6bL4PNE .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-vcj6bL4PNE .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6bL4PNE .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj6bL4PNE .mbr-section-title {
  color: #E1D7C0;
}
.cid-vcj6bL4PNE .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vcj6bL4PNE .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-vcj6bL4PNE .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-vcj6bL4PNE .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #e1d7c0;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-vcj6bL4PNE .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-vcj6bL4PNE .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vcj6bL4PNE .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.cid-vcj6bL4PNE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-vcj6bL4PNE .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-vcj6bL4PNE .panel-title:hover .panel-title-edit {
  color: #e1d7c0;
}
.cid-vcj6bL4PNE .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vcj6bL4PNE .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-vcj6bL4PNE .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-vcj6bL4PNE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vcj6bL4PNE .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-vcj6bL4PNE .col-text {
    margin-top: 40px;
  }
}
.cid-vcj6bL4PNE .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vcj6bL4PNE .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vcj6bL4PNE .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj6bL4PNE .custom-section-btn {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6bL4PNE .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6bL4PNE .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-vcj6bL4PNE .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-vcj6bL4PNE .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-vcj6bL4PNE .btn-container .btn {
    width: 100%;
  }
}
.cid-vcj6bLIZbV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj6bLIZbV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6bLIZbV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6bLIZbV .container {
  max-width: 1280px;
}
.cid-vcj6bLIZbV .row {
  justify-content: flex-start;
}
.cid-vcj6bLIZbV .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj6bLIZbV .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6bLIZbV .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj6bLIZbV .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6bLIZbV .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6bLIZbV .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj6bLIZbV .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj6bLIZbV .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-vcj6bLIZbV .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj6bM5fvu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj6bM5fvu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6bM5fvu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6bM5fvu .container {
  max-width: 1280px;
}
.cid-vcj6bM5fvu .row {
  justify-content: flex-start;
}
.cid-vcj6bM5fvu .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj6bM5fvu .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6bM5fvu .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj6bM5fvu .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6bM5fvu .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6bM5fvu .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj6bM5fvu .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj6bM5fvu .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
  text-align: center;
}
.cid-vcj6bM5fvu .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj6bMtCLx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #21090f;
  overflow: hidden;
}
.cid-vcj6bMtCLx .container {
  max-width: 1472px;
}
.cid-vcj6bMtCLx .mbr-text {
  color: #FFFFFF;
}
.cid-vcj6bMtCLx .media-container-row .mbr-text {
  color: #FFFFFF;
}
.cid-vcj6cb1F0k {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcj6cb1F0k nav.navbar {
  position: fixed;
}
.cid-vcj6cb1F0k .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-vcj6cb1F0k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcj6cb1F0k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcj6cb1F0k .dropdown-item:hover,
.cid-vcj6cb1F0k .dropdown-item:focus {
  background: #ff9f1c !important;
  color: white !important;
}
.cid-vcj6cb1F0k .dropdown-item:hover span {
  color: white;
}
.cid-vcj6cb1F0k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcj6cb1F0k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcj6cb1F0k .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcj6cb1F0k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcj6cb1F0k .nav-link {
  position: relative;
}
.cid-vcj6cb1F0k .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcj6cb1F0k .container {
    flex-wrap: nowrap;
  }
}
.cid-vcj6cb1F0k .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-vcj6cb1F0k .iconfont-wrapper:hover {
  color: #2ec4b6 !important;
}
.cid-vcj6cb1F0k .dropdown-menu,
.cid-vcj6cb1F0k .navbar.opened {
  background: #21090f !important;
}
.cid-vcj6cb1F0k .nav-item:focus,
.cid-vcj6cb1F0k .nav-link:focus {
  outline: none;
}
.cid-vcj6cb1F0k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcj6cb1F0k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcj6cb1F0k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcj6cb1F0k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcj6cb1F0k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcj6cb1F0k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcj6cb1F0k .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #21090f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcj6cb1F0k .navbar.opened {
  transition: all 0.3s;
}
.cid-vcj6cb1F0k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcj6cb1F0k .navbar .navbar-logo img {
  width: auto;
}
.cid-vcj6cb1F0k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcj6cb1F0k .navbar.collapsed {
  justify-content: center;
}
.cid-vcj6cb1F0k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcj6cb1F0k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcj6cb1F0k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcj6cb1F0k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcj6cb1F0k .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-vcj6cb1F0k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcj6cb1F0k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcj6cb1F0k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcj6cb1F0k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcj6cb1F0k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcj6cb1F0k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcj6cb1F0k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcj6cb1F0k .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-vcj6cb1F0k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcj6cb1F0k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcj6cb1F0k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcj6cb1F0k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcj6cb1F0k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcj6cb1F0k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcj6cb1F0k .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcj6cb1F0k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcj6cb1F0k .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-vcj6cb1F0k .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcj6cb1F0k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcj6cb1F0k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcj6cb1F0k .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-vcj6cb1F0k .dropdown-item.active,
.cid-vcj6cb1F0k .dropdown-item:active {
  background-color: transparent;
}
.cid-vcj6cb1F0k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcj6cb1F0k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcj6cb1F0k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcj6cb1F0k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #21090f;
}
.cid-vcj6cb1F0k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcj6cb1F0k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcj6cb1F0k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcj6cb1F0k .navbar-buttons {
  text-align: center;
}
.cid-vcj6cb1F0k .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
  border: solid 2px #ff5e60 !important;
  box-shadow: 3px 3px 0 0 #ff5e60 !important;
}
.cid-vcj6cb1F0k .navbar-buttons .btn:hover {
  border: solid 2px #ff5e60 !important;
  box-shadow: 0 0 0 0 #ff5e60 !important;
}
@media (max-width: 575px) {
  .cid-vcj6cb1F0k .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcj6cb1F0k button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #21090f !important;
  border: solid 2px #ff9f1c !important;
  box-shadow: 3px 3px 0 0 #ff9f1c !important;
}
.cid-vcj6cb1F0k button.navbar-toggler:hover {
  border: solid 2px #ff9f1c !important;
  color: #2ec4b6 !important;
  box-shadow: 0 0 0 0 #ff9f1c !important;
}
.cid-vcj6cb1F0k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcj6cb1F0k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-vcj6cb1F0k button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj6cb1F0k button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj6cb1F0k button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-vcj6cb1F0k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj6cb1F0k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcj6cb1F0k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcj6cb1F0k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj6cb1F0k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcj6cb1F0k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcj6cb1F0k .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-vcj6cb1F0k .navbar {
    height: 70px;
  }
  .cid-vcj6cb1F0k .navbar.opened {
    height: auto;
  }
  .cid-vcj6cb1F0k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcj6cb1F0k .navbar-nav {
  margin: 0 auto;
}
.cid-vcj6cb1F0k .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcj6cb1F0k .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-vcj6cb1F0k .nav-item .nav-link::after {
  color: #2ec4b6 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vcj6cb1F0k .nav-item .nav-link:hover {
  color: #ff5e60 !important;
}
.cid-vcj6cb1F0k .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcj6cb1F0k .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcj6cb1F0k .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcj6cb1F0k .nav-item .dropdown-menu .dropdown-item {
  color: #21090f !important;
  background-color: transparent !important;
}
.cid-vcj6cb1F0k .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff9f1c !important;
}
@media (max-width: 991px) {
  .cid-vcj6cb1F0k .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcj6cb1F0k .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcj6cb1F0k .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcj6cb1F0k .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcj6cb1F0k .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcj6cb1F0k .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcj6cb1F0k .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-vcj6cb1F0k .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-vcj6cb1F0k .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-vcj6cb1F0k .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vcj6cb1F0k .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-vcj6cb1F0k .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-vcj6cb1F0k .navbar-caption {
  color: #FFFFFF;
}
.cid-vcj6cb1F0k .nav-link,
.cid-vcj6cb1F0k .dropdown-item {
  color: #FFFFFF;
}
.cid-vcj6cbskNk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj6cbskNk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6cbskNk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6cbskNk .container {
  max-width: 1280px;
}
.cid-vcj6cbskNk .row {
  justify-content: center;
}
.cid-vcj6cbskNk .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-vcj6cbskNk .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj6cbskNk .mbr-section-title {
  color: #FFDD65;
}
.cid-vcj6cbskNk .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-vcj6cbskNk .col-video {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vcj6cbskNk .col-video {
    height: 350px;
  }
}
.cid-vcj6cbskNk .col-video .mbr-figure {
  width: 100%;
  border-radius: 4.17rem;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  padding: 5px;
}
.cid-vcj6cbskNk .col-video .mbr-figure .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-vcj6cbskNk .col-video .mbr-figure iframe {
  border-radius: 3.85rem;
}
.cid-vcj6cbskNk .col-video .mbr-figure .app-video-wrapper {
  overflow: hidden;
}
.cid-vcj6cbskNk .col-video .mbr-figure .app-video-wrapper img {
  border-radius: 3.85rem;
}
.cid-vcj6cbLqYo {
  background-color: #21090f;
}
.cid-vcj6cbLqYo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6cbLqYo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6cbLqYo .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: transparent;
  background: #e1d7c0;
}
.cid-vcj6cbLqYo .container {
  max-width: 1280px;
}
.cid-vcj6cbLqYo .row {
  justify-content: center;
}
.cid-vcj6cbLqYo .mbr-section-title {
  color: #212132;
}
.cid-vcj6cbLqYo .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-vcj6cbLqYo .mbr-section-title,
.cid-vcj6cbLqYo .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-vcj6cc7mht {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj6cc7mht .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6cc7mht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6cc7mht .container {
  max-width: 1280px;
}
.cid-vcj6cc7mht .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6cc7mht .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj6cc7mht .card-title {
  color: #000000;
}
.cid-vcj6cc7mht .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj6cc7mht .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcj6cc7mht .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj6cc7mht .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #21090f;
  border-radius: 4.17rem;
  height: 100%;
  transition: 0.2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-vcj6cc7mht .item-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj6cc7mht .item-wrapper:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-vcj6cc7mht .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-vcj6cc7mht .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6cc7mht .image-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-vcj6cc7mht .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcj6cc7mht .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-vcj6cc7mht .name-text {
  color: #FFFFFF;
}
.cid-vcj6cc7mht .prof-text {
  color: #FFFFFF;
}
.cid-vcj6cc7mht .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-vcj6cc7mht .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-vcj6cc7mht .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-vcj6cc7mht .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #e1d7c0;
}
.cid-vcj6cc7mht .mbr-text {
  color: #FFFFFF;
}
.cid-vcj6cc7mht .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vcj6cc7mht .mbr-section-btn .btn {
  min-height: auto;
  min-width: auto;
}
.cid-vcj6ccLMGL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e1d7c0;
}
.cid-vcj6ccLMGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6ccLMGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6ccLMGL .container {
  max-width: 1600px;
}
.cid-vcj6ccLMGL .text-wrapper {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-vcj6ccLMGL .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6ccLMGL .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj6ccLMGL .mbr-section-title {
  color: #000000;
}
.cid-vcj6ccLMGL .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj6ccLMGL .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj6ccLMGL .card-bg-item {
  padding: 3px;
  background-color: #ffffff;
  border-radius: 2.3rem;
}
.cid-vcj6ccLMGL .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 2.08rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vcj6ccLMGL .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj6ccLMGL .text-container {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcj6ccLMGL .text-container {
    margin-bottom: 24px;
  }
}
.cid-vcj6ccLMGL .card-title {
  color: #000000;
}
.cid-vcj6ccLMGL .mbr-text {
  color: #000000;
  opacity: 0.6;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj6ccLMGL .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj6ccLMGL .price-text {
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-vcj6ccLMGL .price-text {
    margin-bottom: 8px;
  }
}
.cid-vcj6ccLMGL .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj6ccLMGL .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcj6ccLMGL .custom-section-btn {
  width: 100%;
  margin-left: 0;
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6ccLMGL .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.cid-vcj6ccLMGL .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6ccLMGL .list {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcj6ccLMGL .list {
    margin-top: 24px;
  }
}
.cid-vcj6ccLMGL .list-title {
  color: #000000;
  opacity: 0.6;
  margin-bottom: 12px;
}
.cid-vcj6ccLMGL .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border-radius: 0.625rem;
  background-color: #fde8eb;
  margin-bottom: 0.125rem;
}
@media (max-width: 991px) {
  .cid-vcj6ccLMGL .item-wrap {
    padding: 8px;
  }
}
.cid-vcj6ccLMGL .list-text {
  color: #212132;
}
.cid-vcj6ccLMGL .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-height: 32px;
  min-width: 32px;
  margin-left: 8px;
  background-color: #ffffff;
}
.cid-vcj6ccLMGL .iconfont-wrapper .mbr-iconfont {
  font-size: 15px;
  color: #000000;
}
.cid-vcj6ccLMGL .card-bg-item:nth-child(2) {
  background-image: linear-gradient(180deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6cdTpWN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj6cdTpWN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6cdTpWN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6cdTpWN .container {
  max-width: 1600px;
}
.cid-vcj6cdTpWN .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #21090f;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj6cdTpWN .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcj6cdTpWN .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-vcj6cdTpWN .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6cdTpWN .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj6cdTpWN .mbr-section-title {
  color: #E1D7C0;
}
.cid-vcj6cdTpWN .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vcj6cdTpWN .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-vcj6cdTpWN .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-vcj6cdTpWN .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #e1d7c0;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-vcj6cdTpWN .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-vcj6cdTpWN .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vcj6cdTpWN .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.cid-vcj6cdTpWN .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-vcj6cdTpWN .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-vcj6cdTpWN .panel-title:hover .panel-title-edit {
  color: #e1d7c0;
}
.cid-vcj6cdTpWN .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vcj6cdTpWN .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-vcj6cdTpWN .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-vcj6cdTpWN .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vcj6cdTpWN .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-vcj6cdTpWN .col-text {
    margin-top: 40px;
  }
}
.cid-vcj6cdTpWN .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vcj6cdTpWN .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vcj6cdTpWN .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj6cdTpWN .custom-section-btn {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6cdTpWN .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6cdTpWN .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-vcj6cdTpWN .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-vcj6cdTpWN .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-vcj6cdTpWN .btn-container .btn {
    width: 100%;
  }
}
.cid-vcj6cezxd0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj6cezxd0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6cezxd0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6cezxd0 .container {
  max-width: 1280px;
}
.cid-vcj6cezxd0 .row {
  justify-content: flex-start;
}
.cid-vcj6cezxd0 .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj6cezxd0 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6cezxd0 .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj6cezxd0 .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6cezxd0 .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6cezxd0 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj6cezxd0 .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj6cezxd0 .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-vcj6cezxd0 .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj6cfac1c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj6cfac1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6cfac1c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6cfac1c .container {
  max-width: 1280px;
}
.cid-vcj6cfac1c .row {
  justify-content: flex-start;
}
.cid-vcj6cfac1c .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj6cfac1c .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6cfac1c .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj6cfac1c .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6cfac1c .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6cfac1c .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj6cfac1c .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj6cfac1c .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
  text-align: center;
}
.cid-vcj6cfac1c .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj6cfz7nl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #21090f;
  overflow: hidden;
}
.cid-vcj6cfz7nl .container {
  max-width: 1472px;
}
.cid-vcj6cfz7nl .mbr-text {
  color: #FFFFFF;
}
.cid-vcj6cfz7nl .media-container-row .mbr-text {
  color: #FFFFFF;
}
.cid-vcj6cIffLu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcj6cIffLu nav.navbar {
  position: fixed;
}
.cid-vcj6cIffLu .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-vcj6cIffLu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcj6cIffLu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcj6cIffLu .dropdown-item:hover,
.cid-vcj6cIffLu .dropdown-item:focus {
  background: #ff9f1c !important;
  color: white !important;
}
.cid-vcj6cIffLu .dropdown-item:hover span {
  color: white;
}
.cid-vcj6cIffLu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcj6cIffLu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcj6cIffLu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcj6cIffLu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcj6cIffLu .nav-link {
  position: relative;
}
.cid-vcj6cIffLu .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcj6cIffLu .container {
    flex-wrap: nowrap;
  }
}
.cid-vcj6cIffLu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-vcj6cIffLu .iconfont-wrapper:hover {
  color: #2ec4b6 !important;
}
.cid-vcj6cIffLu .dropdown-menu,
.cid-vcj6cIffLu .navbar.opened {
  background: #21090f !important;
}
.cid-vcj6cIffLu .nav-item:focus,
.cid-vcj6cIffLu .nav-link:focus {
  outline: none;
}
.cid-vcj6cIffLu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcj6cIffLu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcj6cIffLu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcj6cIffLu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcj6cIffLu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcj6cIffLu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcj6cIffLu .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #21090f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcj6cIffLu .navbar.opened {
  transition: all 0.3s;
}
.cid-vcj6cIffLu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcj6cIffLu .navbar .navbar-logo img {
  width: auto;
}
.cid-vcj6cIffLu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcj6cIffLu .navbar.collapsed {
  justify-content: center;
}
.cid-vcj6cIffLu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcj6cIffLu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcj6cIffLu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcj6cIffLu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcj6cIffLu .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-vcj6cIffLu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcj6cIffLu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcj6cIffLu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcj6cIffLu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcj6cIffLu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcj6cIffLu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcj6cIffLu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcj6cIffLu .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-vcj6cIffLu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcj6cIffLu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcj6cIffLu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcj6cIffLu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcj6cIffLu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcj6cIffLu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcj6cIffLu .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcj6cIffLu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcj6cIffLu .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-vcj6cIffLu .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcj6cIffLu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcj6cIffLu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcj6cIffLu .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-vcj6cIffLu .dropdown-item.active,
.cid-vcj6cIffLu .dropdown-item:active {
  background-color: transparent;
}
.cid-vcj6cIffLu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcj6cIffLu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcj6cIffLu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcj6cIffLu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #21090f;
}
.cid-vcj6cIffLu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcj6cIffLu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcj6cIffLu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcj6cIffLu .navbar-buttons {
  text-align: center;
}
.cid-vcj6cIffLu .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
  border: solid 2px #ff5e60 !important;
  box-shadow: 3px 3px 0 0 #ff5e60 !important;
}
.cid-vcj6cIffLu .navbar-buttons .btn:hover {
  border: solid 2px #ff5e60 !important;
  box-shadow: 0 0 0 0 #ff5e60 !important;
}
@media (max-width: 575px) {
  .cid-vcj6cIffLu .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcj6cIffLu button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #21090f !important;
  border: solid 2px #ff9f1c !important;
  box-shadow: 3px 3px 0 0 #ff9f1c !important;
}
.cid-vcj6cIffLu button.navbar-toggler:hover {
  border: solid 2px #ff9f1c !important;
  color: #2ec4b6 !important;
  box-shadow: 0 0 0 0 #ff9f1c !important;
}
.cid-vcj6cIffLu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcj6cIffLu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-vcj6cIffLu button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj6cIffLu button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj6cIffLu button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-vcj6cIffLu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj6cIffLu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcj6cIffLu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcj6cIffLu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj6cIffLu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcj6cIffLu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcj6cIffLu .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-vcj6cIffLu .navbar {
    height: 70px;
  }
  .cid-vcj6cIffLu .navbar.opened {
    height: auto;
  }
  .cid-vcj6cIffLu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcj6cIffLu .navbar-nav {
  margin: 0 auto;
}
.cid-vcj6cIffLu .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcj6cIffLu .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-vcj6cIffLu .nav-item .nav-link::after {
  color: #2ec4b6 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vcj6cIffLu .nav-item .nav-link:hover {
  color: #ff5e60 !important;
}
.cid-vcj6cIffLu .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcj6cIffLu .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcj6cIffLu .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcj6cIffLu .nav-item .dropdown-menu .dropdown-item {
  color: #21090f !important;
  background-color: transparent !important;
}
.cid-vcj6cIffLu .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff9f1c !important;
}
@media (max-width: 991px) {
  .cid-vcj6cIffLu .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcj6cIffLu .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcj6cIffLu .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcj6cIffLu .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcj6cIffLu .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcj6cIffLu .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcj6cIffLu .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-vcj6cIffLu .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-vcj6cIffLu .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-vcj6cIffLu .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vcj6cIffLu .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-vcj6cIffLu .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-vcj6cIffLu .navbar-caption {
  color: #FFFFFF;
}
.cid-vcj6cIffLu .nav-link,
.cid-vcj6cIffLu .dropdown-item {
  color: #FFFFFF;
}
.cid-vcj6cIDbhz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj6cIDbhz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6cIDbhz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6cIDbhz .container {
  max-width: 1280px;
}
.cid-vcj6cIDbhz .row {
  justify-content: center;
}
.cid-vcj6cIDbhz .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-vcj6cIDbhz .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj6cIDbhz .mbr-section-title {
  color: #FFDD65;
}
.cid-vcj6cIDbhz .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-vcj6cIDbhz .col-video {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vcj6cIDbhz .col-video {
    height: 350px;
  }
}
.cid-vcj6cIDbhz .col-video .mbr-figure {
  width: 100%;
  border-radius: 4.17rem;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  padding: 5px;
}
.cid-vcj6cIDbhz .col-video .mbr-figure .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-vcj6cIDbhz .col-video .mbr-figure iframe {
  border-radius: 3.85rem;
}
.cid-vcj6cIDbhz .col-video .mbr-figure .app-video-wrapper {
  overflow: hidden;
}
.cid-vcj6cIDbhz .col-video .mbr-figure .app-video-wrapper img {
  border-radius: 3.85rem;
}
.cid-vcj6cIXEQ4 {
  background-color: #21090f;
}
.cid-vcj6cIXEQ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6cIXEQ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6cIXEQ4 .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: transparent;
  background: #e1d7c0;
}
.cid-vcj6cIXEQ4 .container {
  max-width: 1280px;
}
.cid-vcj6cIXEQ4 .row {
  justify-content: center;
}
.cid-vcj6cIXEQ4 .mbr-section-title {
  color: #212132;
}
.cid-vcj6cIXEQ4 .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-vcj6cIXEQ4 .mbr-section-title,
.cid-vcj6cIXEQ4 .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-vcj6cJjmJX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj6cJjmJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6cJjmJX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6cJjmJX .container {
  max-width: 1280px;
}
.cid-vcj6cJjmJX .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6cJjmJX .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj6cJjmJX .card-title {
  color: #000000;
}
.cid-vcj6cJjmJX .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj6cJjmJX .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcj6cJjmJX .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj6cJjmJX .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #21090f;
  border-radius: 4.17rem;
  height: 100%;
  transition: 0.2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-vcj6cJjmJX .item-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj6cJjmJX .item-wrapper:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-vcj6cJjmJX .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-vcj6cJjmJX .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6cJjmJX .image-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-vcj6cJjmJX .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcj6cJjmJX .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-vcj6cJjmJX .name-text {
  color: #FFFFFF;
}
.cid-vcj6cJjmJX .prof-text {
  color: #FFFFFF;
}
.cid-vcj6cJjmJX .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-vcj6cJjmJX .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-vcj6cJjmJX .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-vcj6cJjmJX .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #e1d7c0;
}
.cid-vcj6cJjmJX .mbr-text {
  color: #FFFFFF;
}
.cid-vcj6cJjmJX .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vcj6cJjmJX .mbr-section-btn .btn {
  min-height: auto;
  min-width: auto;
}
.cid-vcj6cJVc8X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e1d7c0;
}
.cid-vcj6cJVc8X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6cJVc8X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6cJVc8X .container {
  max-width: 1600px;
}
.cid-vcj6cJVc8X .text-wrapper {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-vcj6cJVc8X .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6cJVc8X .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj6cJVc8X .mbr-section-title {
  color: #000000;
}
.cid-vcj6cJVc8X .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj6cJVc8X .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj6cJVc8X .card-bg-item {
  padding: 3px;
  background-color: #ffffff;
  border-radius: 2.3rem;
}
.cid-vcj6cJVc8X .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 2.08rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vcj6cJVc8X .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj6cJVc8X .text-container {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcj6cJVc8X .text-container {
    margin-bottom: 24px;
  }
}
.cid-vcj6cJVc8X .card-title {
  color: #000000;
}
.cid-vcj6cJVc8X .mbr-text {
  color: #000000;
  opacity: 0.6;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj6cJVc8X .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj6cJVc8X .price-text {
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-vcj6cJVc8X .price-text {
    margin-bottom: 8px;
  }
}
.cid-vcj6cJVc8X .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj6cJVc8X .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcj6cJVc8X .custom-section-btn {
  width: 100%;
  margin-left: 0;
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6cJVc8X .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.cid-vcj6cJVc8X .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6cJVc8X .list {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcj6cJVc8X .list {
    margin-top: 24px;
  }
}
.cid-vcj6cJVc8X .list-title {
  color: #000000;
  opacity: 0.6;
  margin-bottom: 12px;
}
.cid-vcj6cJVc8X .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border-radius: 0.625rem;
  background-color: #fde8eb;
  margin-bottom: 0.125rem;
}
@media (max-width: 991px) {
  .cid-vcj6cJVc8X .item-wrap {
    padding: 8px;
  }
}
.cid-vcj6cJVc8X .list-text {
  color: #212132;
}
.cid-vcj6cJVc8X .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-height: 32px;
  min-width: 32px;
  margin-left: 8px;
  background-color: #ffffff;
}
.cid-vcj6cJVc8X .iconfont-wrapper .mbr-iconfont {
  font-size: 15px;
  color: #000000;
}
.cid-vcj6cJVc8X .card-bg-item:nth-child(2) {
  background-image: linear-gradient(180deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6cL6ilG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj6cL6ilG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6cL6ilG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6cL6ilG .container {
  max-width: 1600px;
}
.cid-vcj6cL6ilG .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #21090f;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj6cL6ilG .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcj6cL6ilG .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-vcj6cL6ilG .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6cL6ilG .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj6cL6ilG .mbr-section-title {
  color: #E1D7C0;
}
.cid-vcj6cL6ilG .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vcj6cL6ilG .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-vcj6cL6ilG .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-vcj6cL6ilG .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #e1d7c0;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-vcj6cL6ilG .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-vcj6cL6ilG .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vcj6cL6ilG .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.cid-vcj6cL6ilG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-vcj6cL6ilG .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-vcj6cL6ilG .panel-title:hover .panel-title-edit {
  color: #e1d7c0;
}
.cid-vcj6cL6ilG .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vcj6cL6ilG .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-vcj6cL6ilG .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-vcj6cL6ilG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vcj6cL6ilG .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-vcj6cL6ilG .col-text {
    margin-top: 40px;
  }
}
.cid-vcj6cL6ilG .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vcj6cL6ilG .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vcj6cL6ilG .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj6cL6ilG .custom-section-btn {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6cL6ilG .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6cL6ilG .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-vcj6cL6ilG .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-vcj6cL6ilG .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-vcj6cL6ilG .btn-container .btn {
    width: 100%;
  }
}
.cid-vcj6cLIuiM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj6cLIuiM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6cLIuiM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6cLIuiM .container {
  max-width: 1280px;
}
.cid-vcj6cLIuiM .row {
  justify-content: flex-start;
}
.cid-vcj6cLIuiM .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj6cLIuiM .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6cLIuiM .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj6cLIuiM .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6cLIuiM .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6cLIuiM .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj6cLIuiM .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj6cLIuiM .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-vcj6cLIuiM .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj6cM62Aw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj6cM62Aw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6cM62Aw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6cM62Aw .container {
  max-width: 1280px;
}
.cid-vcj6cM62Aw .row {
  justify-content: flex-start;
}
.cid-vcj6cM62Aw .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj6cM62Aw .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6cM62Aw .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj6cM62Aw .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6cM62Aw .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6cM62Aw .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj6cM62Aw .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj6cM62Aw .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
  text-align: center;
}
.cid-vcj6cM62Aw .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj6cMAQbp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #21090f;
  overflow: hidden;
}
.cid-vcj6cMAQbp .container {
  max-width: 1472px;
}
.cid-vcj6cMAQbp .mbr-text {
  color: #FFFFFF;
}
.cid-vcj6cMAQbp .media-container-row .mbr-text {
  color: #FFFFFF;
}
.cid-vcj6eatHNd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcj6eatHNd nav.navbar {
  position: fixed;
}
.cid-vcj6eatHNd .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-vcj6eatHNd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcj6eatHNd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcj6eatHNd .dropdown-item:hover,
.cid-vcj6eatHNd .dropdown-item:focus {
  background: #ff9f1c !important;
  color: white !important;
}
.cid-vcj6eatHNd .dropdown-item:hover span {
  color: white;
}
.cid-vcj6eatHNd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcj6eatHNd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcj6eatHNd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcj6eatHNd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcj6eatHNd .nav-link {
  position: relative;
}
.cid-vcj6eatHNd .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcj6eatHNd .container {
    flex-wrap: nowrap;
  }
}
.cid-vcj6eatHNd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-vcj6eatHNd .iconfont-wrapper:hover {
  color: #2ec4b6 !important;
}
.cid-vcj6eatHNd .dropdown-menu,
.cid-vcj6eatHNd .navbar.opened {
  background: #21090f !important;
}
.cid-vcj6eatHNd .nav-item:focus,
.cid-vcj6eatHNd .nav-link:focus {
  outline: none;
}
.cid-vcj6eatHNd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcj6eatHNd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcj6eatHNd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcj6eatHNd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcj6eatHNd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcj6eatHNd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcj6eatHNd .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #21090f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcj6eatHNd .navbar.opened {
  transition: all 0.3s;
}
.cid-vcj6eatHNd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcj6eatHNd .navbar .navbar-logo img {
  width: auto;
}
.cid-vcj6eatHNd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcj6eatHNd .navbar.collapsed {
  justify-content: center;
}
.cid-vcj6eatHNd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcj6eatHNd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcj6eatHNd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcj6eatHNd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcj6eatHNd .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-vcj6eatHNd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcj6eatHNd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcj6eatHNd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcj6eatHNd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcj6eatHNd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcj6eatHNd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcj6eatHNd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcj6eatHNd .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-vcj6eatHNd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcj6eatHNd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcj6eatHNd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcj6eatHNd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcj6eatHNd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcj6eatHNd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcj6eatHNd .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcj6eatHNd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcj6eatHNd .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-vcj6eatHNd .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcj6eatHNd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcj6eatHNd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcj6eatHNd .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-vcj6eatHNd .dropdown-item.active,
.cid-vcj6eatHNd .dropdown-item:active {
  background-color: transparent;
}
.cid-vcj6eatHNd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcj6eatHNd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcj6eatHNd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcj6eatHNd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #21090f;
}
.cid-vcj6eatHNd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcj6eatHNd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcj6eatHNd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcj6eatHNd .navbar-buttons {
  text-align: center;
}
.cid-vcj6eatHNd .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
  border: solid 2px #ff5e60 !important;
  box-shadow: 3px 3px 0 0 #ff5e60 !important;
}
.cid-vcj6eatHNd .navbar-buttons .btn:hover {
  border: solid 2px #ff5e60 !important;
  box-shadow: 0 0 0 0 #ff5e60 !important;
}
@media (max-width: 575px) {
  .cid-vcj6eatHNd .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcj6eatHNd button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #21090f !important;
  border: solid 2px #ff9f1c !important;
  box-shadow: 3px 3px 0 0 #ff9f1c !important;
}
.cid-vcj6eatHNd button.navbar-toggler:hover {
  border: solid 2px #ff9f1c !important;
  color: #2ec4b6 !important;
  box-shadow: 0 0 0 0 #ff9f1c !important;
}
.cid-vcj6eatHNd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcj6eatHNd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-vcj6eatHNd button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj6eatHNd button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-vcj6eatHNd button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-vcj6eatHNd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj6eatHNd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcj6eatHNd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcj6eatHNd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcj6eatHNd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcj6eatHNd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcj6eatHNd .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-vcj6eatHNd .navbar {
    height: 70px;
  }
  .cid-vcj6eatHNd .navbar.opened {
    height: auto;
  }
  .cid-vcj6eatHNd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcj6eatHNd .navbar-nav {
  margin: 0 auto;
}
.cid-vcj6eatHNd .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcj6eatHNd .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-vcj6eatHNd .nav-item .nav-link::after {
  color: #2ec4b6 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vcj6eatHNd .nav-item .nav-link:hover {
  color: #ff5e60 !important;
}
.cid-vcj6eatHNd .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcj6eatHNd .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcj6eatHNd .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcj6eatHNd .nav-item .dropdown-menu .dropdown-item {
  color: #21090f !important;
  background-color: transparent !important;
}
.cid-vcj6eatHNd .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff9f1c !important;
}
@media (max-width: 991px) {
  .cid-vcj6eatHNd .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcj6eatHNd .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcj6eatHNd .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcj6eatHNd .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcj6eatHNd .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcj6eatHNd .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcj6eatHNd .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-vcj6eatHNd .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-vcj6eatHNd .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-vcj6eatHNd .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vcj6eatHNd .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-vcj6eatHNd .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-vcj6eatHNd .navbar-caption {
  color: #FFFFFF;
}
.cid-vcj6eatHNd .nav-link,
.cid-vcj6eatHNd .dropdown-item {
  color: #FFFFFF;
}
.cid-vcj6eaO4g1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj6eaO4g1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6eaO4g1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6eaO4g1 .container {
  max-width: 1280px;
}
.cid-vcj6eaO4g1 .row {
  justify-content: center;
}
.cid-vcj6eaO4g1 .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-vcj6eaO4g1 .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj6eaO4g1 .mbr-section-title {
  color: #FFDD65;
}
.cid-vcj6eaO4g1 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-vcj6eaO4g1 .col-video {
  display: flex;
}
@media (max-width: 767px) {
  .cid-vcj6eaO4g1 .col-video {
    height: 350px;
  }
}
.cid-vcj6eaO4g1 .col-video .mbr-figure {
  width: 100%;
  border-radius: 4.17rem;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  padding: 5px;
}
.cid-vcj6eaO4g1 .col-video .mbr-figure .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-vcj6eaO4g1 .col-video .mbr-figure iframe {
  border-radius: 3.85rem;
}
.cid-vcj6eaO4g1 .col-video .mbr-figure .app-video-wrapper {
  overflow: hidden;
}
.cid-vcj6eaO4g1 .col-video .mbr-figure .app-video-wrapper img {
  border-radius: 3.85rem;
}
.cid-vcj6eb6rkD {
  background-color: #21090f;
}
.cid-vcj6eb6rkD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6eb6rkD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6eb6rkD .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: transparent;
  background: #e1d7c0;
}
.cid-vcj6eb6rkD .container {
  max-width: 1280px;
}
.cid-vcj6eb6rkD .row {
  justify-content: center;
}
.cid-vcj6eb6rkD .mbr-section-title {
  color: #212132;
}
.cid-vcj6eb6rkD .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-vcj6eb6rkD .mbr-section-title,
.cid-vcj6eb6rkD .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-vcj6ebyZVY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj6ebyZVY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6ebyZVY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6ebyZVY .container {
  max-width: 1280px;
}
.cid-vcj6ebyZVY .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6ebyZVY .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj6ebyZVY .card-title {
  color: #000000;
}
.cid-vcj6ebyZVY .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj6ebyZVY .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vcj6ebyZVY .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj6ebyZVY .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #21090f;
  border-radius: 4.17rem;
  height: 100%;
  transition: 0.2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-vcj6ebyZVY .item-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj6ebyZVY .item-wrapper:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-vcj6ebyZVY .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-vcj6ebyZVY .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6ebyZVY .image-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-vcj6ebyZVY .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcj6ebyZVY .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-vcj6ebyZVY .name-text {
  color: #FFFFFF;
}
.cid-vcj6ebyZVY .prof-text {
  color: #FFFFFF;
}
.cid-vcj6ebyZVY .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-vcj6ebyZVY .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-vcj6ebyZVY .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-vcj6ebyZVY .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #e1d7c0;
}
.cid-vcj6ebyZVY .mbr-text {
  color: #FFFFFF;
}
.cid-vcj6ebyZVY .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vcj6ebyZVY .mbr-section-btn .btn {
  min-height: auto;
  min-width: auto;
}
.cid-vcj6ecaG8u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e1d7c0;
}
.cid-vcj6ecaG8u .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6ecaG8u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6ecaG8u .container {
  max-width: 1600px;
}
.cid-vcj6ecaG8u .text-wrapper {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-vcj6ecaG8u .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6ecaG8u .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcj6ecaG8u .mbr-section-title {
  color: #000000;
}
.cid-vcj6ecaG8u .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vcj6ecaG8u .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcj6ecaG8u .card-bg-item {
  padding: 3px;
  background-color: #ffffff;
  border-radius: 2.3rem;
}
.cid-vcj6ecaG8u .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 2.08rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vcj6ecaG8u .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-vcj6ecaG8u .text-container {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vcj6ecaG8u .text-container {
    margin-bottom: 24px;
  }
}
.cid-vcj6ecaG8u .card-title {
  color: #000000;
}
.cid-vcj6ecaG8u .mbr-text {
  color: #000000;
  opacity: 0.6;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj6ecaG8u .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj6ecaG8u .price-text {
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-vcj6ecaG8u .price-text {
    margin-bottom: 8px;
  }
}
.cid-vcj6ecaG8u .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vcj6ecaG8u .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcj6ecaG8u .custom-section-btn {
  width: 100%;
  margin-left: 0;
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6ecaG8u .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.cid-vcj6ecaG8u .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6ecaG8u .list {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vcj6ecaG8u .list {
    margin-top: 24px;
  }
}
.cid-vcj6ecaG8u .list-title {
  color: #000000;
  opacity: 0.6;
  margin-bottom: 12px;
}
.cid-vcj6ecaG8u .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border-radius: 0.625rem;
  background-color: #fde8eb;
  margin-bottom: 0.125rem;
}
@media (max-width: 991px) {
  .cid-vcj6ecaG8u .item-wrap {
    padding: 8px;
  }
}
.cid-vcj6ecaG8u .list-text {
  color: #212132;
}
.cid-vcj6ecaG8u .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-height: 32px;
  min-width: 32px;
  margin-left: 8px;
  background-color: #ffffff;
}
.cid-vcj6ecaG8u .iconfont-wrapper .mbr-iconfont {
  font-size: 15px;
  color: #000000;
}
.cid-vcj6ecaG8u .card-bg-item:nth-child(2) {
  background-image: linear-gradient(180deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6edmDyc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1d7c0;
}
.cid-vcj6edmDyc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6edmDyc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6edmDyc .container {
  max-width: 1600px;
}
.cid-vcj6edmDyc .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #21090f;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj6edmDyc .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcj6edmDyc .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-vcj6edmDyc .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6edmDyc .col-title {
    margin-bottom: 50px;
  }
}
.cid-vcj6edmDyc .mbr-section-title {
  color: #E1D7C0;
}
.cid-vcj6edmDyc .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vcj6edmDyc .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-vcj6edmDyc .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-vcj6edmDyc .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #e1d7c0;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-vcj6edmDyc .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-vcj6edmDyc .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vcj6edmDyc .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.cid-vcj6edmDyc .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-vcj6edmDyc .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-vcj6edmDyc .panel-title:hover .panel-title-edit {
  color: #e1d7c0;
}
.cid-vcj6edmDyc .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vcj6edmDyc .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-vcj6edmDyc .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-vcj6edmDyc .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vcj6edmDyc .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-vcj6edmDyc .col-text {
    margin-top: 40px;
  }
}
.cid-vcj6edmDyc .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-vcj6edmDyc .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vcj6edmDyc .mbr-text {
    margin-top: 16px;
  }
}
.cid-vcj6edmDyc .custom-section-btn {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6edmDyc .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fde8eb 2.76%, #ffd054 29.66%, #6ff7e8 61%, #ff5e60 99.93%);
}
.cid-vcj6edmDyc .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-vcj6edmDyc .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-vcj6edmDyc .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-vcj6edmDyc .btn-container .btn {
    width: 100%;
  }
}
.cid-vcj6edXRVx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj6edXRVx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6edXRVx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6edXRVx .container {
  max-width: 1280px;
}
.cid-vcj6edXRVx .row {
  justify-content: flex-start;
}
.cid-vcj6edXRVx .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj6edXRVx .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6edXRVx .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj6edXRVx .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6edXRVx .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6edXRVx .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj6edXRVx .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj6edXRVx .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-vcj6edXRVx .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj6eejUJK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090f;
}
.cid-vcj6eejUJK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj6eejUJK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj6eejUJK .container {
  max-width: 1280px;
}
.cid-vcj6eejUJK .row {
  justify-content: flex-start;
}
.cid-vcj6eejUJK .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vcj6eejUJK .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6eejUJK .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-vcj6eejUJK .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vcj6eejUJK .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vcj6eejUJK .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcj6eejUJK .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vcj6eejUJK .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
  text-align: center;
}
.cid-vcj6eejUJK .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcj6eeHpl5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #21090f;
  overflow: hidden;
}
.cid-vcj6eeHpl5 .container {
  max-width: 1472px;
}
.cid-vcj6eeHpl5 .mbr-text {
  color: #FFFFFF;
}
.cid-vcj6eeHpl5 .media-container-row .mbr-text {
  color: #FFFFFF;
}
