.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Google Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-2 {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.45rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 1.8125rem;
}
.display-4 {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Google Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-7 {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 1.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.16rem;
    font-size: calc( 1.1575rem + (1.45 - 1.1575) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.15 * (1.1575rem + (1.45 - 1.1575) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.16rem;
    font-size: calc( 1.1575rem + (1.45 - 1.1575) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.15 * (1.1575rem + (1.45 - 1.1575) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #930013 !important;
}
.bg-success {
  background-color: #bd1d32 !important;
}
.bg-info {
  background-color: #f5f5f5 !important;
}
.bg-warning {
  background-color: #b2041b !important;
}
.bg-danger {
  background-color: #475569 !important;
}
.btn-primary {
  box-shadow: inset 0 10px 8px 0 #ff1432, inset 0 -2px 10px 0 #ff1432, 0 1px 2px 0 #7a0010, 0 10px 15px -5px #930013;
}
.btn-primary,
.btn-primary:active {
  background-color: #930013 !important;
  border-color: #930013 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #c6001a !important;
  border-color: #c6001a !important;
  box-shadow: inset 0 10px 8px 0 #ff465e, inset 0 -2px 10px 0 #ff465e, 0 1px 2px 0 #ac0016, 0 20px 40px -10px #c6001a;
  transform: translateY(-2px);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c6001a !important;
  border-color: #c6001a !important;
}
.btn-secondary {
  box-shadow: inset 0 10px 8px 0 #888888, inset 0 -2px 10px 0 #888888, 0 1px 2px 0 #3b3b3b, 0 10px 15px -5px #484848;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #484848 !important;
  border-color: #484848 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #626262 !important;
  border-color: #626262 !important;
  box-shadow: inset 0 10px 8px 0 #a1a1a1, inset 0 -2px 10px 0 #a1a1a1, 0 1px 2px 0 #555555, 0 20px 40px -10px #626262;
  transform: translateY(-2px);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #626262 !important;
  border-color: #626262 !important;
}
.btn-info {
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #e8e8e8, 0 10px 15px -5px #f5f5f5;
}
.btn-info,
.btn-info:active {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: #5c5c5c !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #f2f2f2, 0 20px 40px -10px #ffffff;
  transform: translateY(-2px);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #5c5c5c !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  box-shadow: inset 0 10px 8px 0 #e97080, inset 0 -2px 10px 0 #e97080, 0 1px 2px 0 #a71a2c, 0 10px 15px -5px #bd1d32;
}
.btn-success,
.btn-success:active {
  background-color: #bd1d32 !important;
  border-color: #bd1d32 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #df2e45 !important;
  border-color: #df2e45 !important;
  box-shadow: inset 0 10px 8px 0 #f09da8, inset 0 -2px 10px 0 #f09da8, 0 1px 2px 0 #d32038, 0 20px 40px -10px #df2e45;
  transform: translateY(-2px);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #df2e45 !important;
  border-color: #df2e45 !important;
}
.btn-warning {
  box-shadow: inset 0 10px 8px 0 #fb3b54, inset 0 -2px 10px 0 #fb3b54, 0 1px 2px 0 #990317, 0 10px 15px -5px #b2041b;
}
.btn-warning,
.btn-warning:active {
  background-color: #b2041b !important;
  border-color: #b2041b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #e40523 !important;
  border-color: #e40523 !important;
  box-shadow: inset 0 10px 8px 0 #fc6d80, inset 0 -2px 10px 0 #fc6d80, 0 1px 2px 0 #cb051f, 0 20px 40px -10px #e40523;
  transform: translateY(-2px);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e40523 !important;
  border-color: #e40523 !important;
}
.btn-danger {
  box-shadow: inset 0 10px 8px 0 #8494ac, inset 0 -2px 10px 0 #8494ac, 0 1px 2px 0 #3d495a, 0 10px 15px -5px #475569;
}
.btn-danger,
.btn-danger:active {
  background-color: #475569 !important;
  border-color: #475569 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #5c6e87 !important;
  border-color: #5c6e87 !important;
  box-shadow: inset 0 10px 8px 0 #a2afc0, inset 0 -2px 10px 0 #a2afc0, 0 1px 2px 0 #516178, 0 20px 40px -10px #5c6e87;
  transform: translateY(-2px);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #5c6e87 !important;
  border-color: #5c6e87 !important;
}
.btn-white {
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #ededed, 0 10px 15px -5px #fafafa;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #616161 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #f2f2f2, 0 20px 40px -10px #ffffff;
  transform: translateY(-2px);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #616161 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  box-shadow: inset 0 10px 8px 0 #314a88, inset 0 -2px 10px 0 #314a88, 0 1px 2px 0 #080d17, 0 10px 15px -5px #0f172a;
}
.btn-black,
.btn-black:active {
  background-color: #0f172a !important;
  border-color: #0f172a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #1c2c50 !important;
  border-color: #1c2c50 !important;
  box-shadow: inset 0 10px 8px 0 #3e5fae, inset 0 -2px 10px 0 #3e5fae, 0 1px 2px 0 #16213d, 0 20px 40px -10px #1c2c50;
  transform: translateY(-2px);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1c2c50 !important;
  border-color: #1c2c50 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #930013;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3c0008 !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: #930013 !important;
  border-color: #930013 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #484848;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1d1d1d !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: #484848 !important;
  border-color: #484848 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f5f5f5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #cacaca !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #767676 !important;
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bd1d32;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #72111e !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: #bd1d32 !important;
  border-color: #bd1d32 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b2041b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5d020e !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: #b2041b !important;
  border-color: #b2041b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #475569;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #242b35 !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: #475569 !important;
  border-color: #475569 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0f172a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #0f172a !important;
  border-color: #0f172a !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #930013 !important;
}
.text-secondary {
  color: #484848 !important;
}
.text-success {
  color: #bd1d32 !important;
}
.text-info {
  color: #f5f5f5 !important;
}
.text-warning {
  color: #b2041b !important;
}
.text-danger {
  color: #475569 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #0f172a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2d0006 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #151515 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #650f1b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c2c2c2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #4e020c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1e242c !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: #930013;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f5f5f5;
}
.alert-warning {
  background-color: #b2041b;
}
.alert-danger {
  background-color: #475569;
}
.mbr-gallery-filter li.active .btn {
  background-color: #930013;
  border-color: #930013;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #930013;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ff1432;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e97080;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fb3b54;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #8494ac;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #930013 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #930013;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #930013;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #930013;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #930013;
  border-bottom-color: #930013;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #930013 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #484848 !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='%23930013' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  font-weight: 500;
  padding: 9px 16px;
  border-radius: 12px !important;
  border-radius: 0 !important;
  border: none !important;
}
.mbr-section-btn .btn-black {
  box-shadow: inset 0 10px 8px 0 #484848, 0 10px 15px -5px #949494;
  background-color: #0f172a !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  color: #ffffff !important;
  background-color: #930013 !important;
  border-color: #930013 !important;
  box-shadow: inset 0 10px 8px 0 #ff1432, inset 0 -2px 10px 0 #ff1432, 0 1px 2px 0 #930013, 0 20px 40px -10px #930013;
}
.mbr-section-btn .btn-white {
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #c7c7c7, 0 1px 2px 0 #c7c7c7, 0 10px 15px -5px #c7c7c7;
  background-color: #fafafa !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  color: #ffffff !important;
  background-color: #930013 !important;
  border-color: #930013 !important;
  box-shadow: inset 0 10px 8px 0 #ff1432, inset 0 -2px 10px 0 #ff1432, 0 1px 2px 0 #930013, 0 20px 40px -10px #930013;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.large-radius {
  border-radius: 32px !important;
  border-radius: 0 !important;
}
.little-radius,
.item-img::before,
.item-img::after,
.dropdown-item {
  border-radius: 8px !important;
  border-radius: 0 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v7K5zQyV28 .navbar-dropdown {
  position: relative !important;
}
.cid-v7K5zQyV28 .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-v7K5zQyV28 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7K5zQyV28 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v7K5zQyV28 .dropdown-item:hover,
.cid-v7K5zQyV28 .dropdown-item:focus {
  background: #930013 !important;
  color: white !important;
}
.cid-v7K5zQyV28 .dropdown-item:hover span {
  color: white;
}
.cid-v7K5zQyV28 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7K5zQyV28 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7K5zQyV28 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7K5zQyV28 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7K5zQyV28 .nav-link {
  position: relative;
}
.cid-v7K5zQyV28 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v7K5zQyV28 .container {
    flex-wrap: wrap;
  }
}
.cid-v7K5zQyV28 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v7K5zQyV28 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v7K5zQyV28 .iconfont-wrapper {
  color: #930013 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7K5zQyV28 .dropdown-menu,
.cid-v7K5zQyV28 .navbar.opened {
  background: #ffffff !important;
}
.cid-v7K5zQyV28 .nav-item:focus,
.cid-v7K5zQyV28 .nav-link:focus {
  outline: none;
}
.cid-v7K5zQyV28 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7K5zQyV28 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7K5zQyV28 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7K5zQyV28 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7K5zQyV28 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7K5zQyV28 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7K5zQyV28 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v7K5zQyV28 .navbar.opened {
  transition: all 0.3s;
}
.cid-v7K5zQyV28 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7K5zQyV28 .navbar .navbar-logo img {
  width: auto;
}
.cid-v7K5zQyV28 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7K5zQyV28 .navbar.collapsed {
  justify-content: center;
}
.cid-v7K5zQyV28 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7K5zQyV28 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v7K5zQyV28 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7K5zQyV28 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7K5zQyV28 .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-v7K5zQyV28 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7K5zQyV28 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7K5zQyV28 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7K5zQyV28 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7K5zQyV28 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7K5zQyV28 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7K5zQyV28 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7K5zQyV28 .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-v7K5zQyV28 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7K5zQyV28 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7K5zQyV28 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7K5zQyV28 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7K5zQyV28 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7K5zQyV28 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v7K5zQyV28 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v7K5zQyV28 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7K5zQyV28 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7K5zQyV28 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7K5zQyV28 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v7K5zQyV28 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7K5zQyV28 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7K5zQyV28 .dropdown-item.active,
.cid-v7K5zQyV28 .dropdown-item:active {
  background-color: transparent;
}
.cid-v7K5zQyV28 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7K5zQyV28 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7K5zQyV28 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7K5zQyV28 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v7K5zQyV28 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7K5zQyV28 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7K5zQyV28 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7K5zQyV28 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v7K5zQyV28 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7K5zQyV28 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7K5zQyV28 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7K5zQyV28 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7K5zQyV28 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7K5zQyV28 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7K5zQyV28 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7K5zQyV28 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7K5zQyV28 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7K5zQyV28 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7K5zQyV28 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7K5zQyV28 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7K5zQyV28 .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-v7K5zQyV28 .navbar {
    height: 70px;
  }
  .cid-v7K5zQyV28 .navbar.opened {
    height: auto;
  }
  .cid-v7K5zQyV28 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7JcWBxE80 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7JcWBxE80 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JcWBxE80 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JcWBxE80 .row {
  flex-direction: row-reverse;
}
.cid-v7JhSUcfZJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #930013;
}
.cid-v7JhSUcfZJ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-v7JhSUcfZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JhSUcfZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JhSUcfZJ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-v7JhSUcfZJ .content-wrap .card {
  justify-content: space-between;
}
.cid-v7JhSUcfZJ .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v7JhSUcfZJ .content-wrapper {
    padding: 0;
  }
}
.cid-v7JhSUcfZJ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v7JhSUcfZJ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-v7JhSUcfZJ .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-v7JhSUcfZJ .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-v7JhSUcfZJ .mbr-desc,
.cid-v7JhSUcfZJ .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v7JhSUcfZJ .mbr-section-title,
.cid-v7JhSUcfZJ .mbr-section-btn {
  color: #ffffff;
}
.cid-v7JkAH3uFH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eceef0;
}
.cid-v7JkAH3uFH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JkAH3uFH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JkAH3uFH b,
.cid-v7JkAH3uFH strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-v7JkAH3uFH img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-v7JkAH3uFH img {
    padding-bottom: 2rem;
  }
}
.cid-v7JkAH3uFH .row {
  align-items: center;
}
.cid-v7JkAH3uFH .mbr-section-title {
  color: #930013;
}
.cid-v7JkAH3uFH .mbr-text,
.cid-v7JkAH3uFH .mbr-section-btn {
  color: #17003b;
}
.cid-v7JkAH3uFH .mbr-section-subtitle {
  color: #475569;
}
.cid-v7IVg9fXT7 {
  padding-top: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-v7IVg9fXT7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7IVg9fXT7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7IVg9fXT7 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-v7IVg9fXT7 .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v7IVg9fXT7 .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v7IVg9fXT7 .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-v7IVg9fXT7 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v7IVg9fXT7 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v7IVg9fXT7 .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7IVg9fXT7 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v7IVg9fXT7 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7IVg9fXT7 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7IVg9fXT7 .mbr-desc {
  margin-bottom: 0;
  color: #ff6900;
}
.cid-v7IVg9fXT7 .items-wrapper {
  margin: 0 -10px;
}
.cid-v7IVg9fXT7 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v7IVg9fXT7 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-v7IVg9fXT7 .items-wrapper .item:hover .item-wrapper,
.cid-v7IVg9fXT7 .items-wrapper .item:focus .item-wrapper {
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 1px 10px 20px -5px #48020b;
  transform: translateY(-3px);
}
.cid-v7IVg9fXT7 .items-wrapper .item:hover .item-wrapper .item-title,
.cid-v7IVg9fXT7 .items-wrapper .item:focus .item-wrapper .item-title {
  color: #48020b;
}
.cid-v7IVg9fXT7 .items-wrapper .item .item-wrapper {
  padding: 24px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-v7IVg9fXT7 .items-wrapper .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v7IVg9fXT7 .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 8px;
  transition: all .3s ease;
}
.cid-v7IVg9fXT7 .items-wrapper .item .item-wrapper .text-wrap .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7IVg9fXT7 .items-wrapper .item .item-wrapper .text-wrap .item-text {
    width: 100%;
  }
}
.cid-v7IVg9fXT7 .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-v7IVg9fXT7 .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7IVg9fXT7 .mbr-label,
.cid-v7IVg9fXT7 .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-v7IVg9fXT7 .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v7IVg9fXT7 .mbr-text,
.cid-v7IVg9fXT7 .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-v7IVg9fXT7 .item-title {
  color: #0f172a;
}
.cid-v7IVg9fXT7 .item-text {
  color: #475569;
}
.cid-v7IVg9fXT7 .mbr-section-title,
.cid-v7IVg9fXT7 .mbr-section-btn {
  color: #eceef0;
  text-align: center;
}
.cid-v7IVg9fXT7 .item-text,
.cid-v7IVg9fXT7 .text-wrap {
  color: #475569;
}
.cid-v7IVg9fXT7 .item-title,
.cid-v7IVg9fXT7 .mbr-section-btn {
  color: #930013;
}
.cid-v7JUwFB3Ce {
  padding-top: 4rem;
  background-color: #f5f5f5;
}
.cid-v7JUwFB3Ce .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JUwFB3Ce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JUwFB3Ce .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 3rem;
}
.cid-v7JUwFB3Ce .content-wrapper .mbr-label {
  margin-bottom: 10px;
}
.cid-v7JUwFB3Ce .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-v7JUwFB3Ce .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 425px) {
  .cid-v7JUwFB3Ce .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v7JUwFB3Ce .embla__slide .slide-content {
  width: 100%;
}
.cid-v7JUwFB3Ce .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-v7JUwFB3Ce .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v7JUwFB3Ce .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-v7JUwFB3Ce .embla__button--next,
.cid-v7JUwFB3Ce .embla__button--prev {
  display: flex;
}
.cid-v7JUwFB3Ce .embla__button {
  bottom: 54%;
  width: 42px;
  height: 42px;
  font-size: 26px;
  background-color: #334155 !important;
  color: #fafafa !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
  display: none;
}
@media (max-width: 992px) {
  .cid-v7JUwFB3Ce .embla__button {
    bottom: 0;
  }
}
.cid-v7JUwFB3Ce .embla__button:hover {
  transform: translateY(-3px);
}
.cid-v7JUwFB3Ce .embla__button:disabled {
  opacity: .5 !important;
  transform: none;
}
.cid-v7JUwFB3Ce .embla__button.embla__button--prev {
  left: 0;
}
.cid-v7JUwFB3Ce .embla__button.embla__button--next {
  right: 0;
}
.cid-v7JUwFB3Ce .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v7JUwFB3Ce .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v7JUwFB3Ce .embla__viewport {
    padding: 0;
  }
}
.cid-v7JUwFB3Ce .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v7JUwFB3Ce .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v7JUwFB3Ce .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v7JUwFB3Ce .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v7JUwFB3Ce .mbr-label {
  color: #475569;
  text-align: center;
}
.cid-v7JUwFB3Ce .mbr-label,
.cid-v7JUwFB3Ce .label-wrapper {
  color: #930013;
}
.cid-v7J4c7kfas {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v7J4c7kfas .media-container-row .mbr-text {
  color: #eceef0;
}
.cid-v8SrXf37yy .navbar-dropdown {
  position: relative !important;
}
.cid-v8SrXf37yy .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-v8SrXf37yy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8SrXf37yy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8SrXf37yy .dropdown-item:hover,
.cid-v8SrXf37yy .dropdown-item:focus {
  background: #930013 !important;
  color: white !important;
}
.cid-v8SrXf37yy .dropdown-item:hover span {
  color: white;
}
.cid-v8SrXf37yy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8SrXf37yy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8SrXf37yy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8SrXf37yy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8SrXf37yy .nav-link {
  position: relative;
}
.cid-v8SrXf37yy .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v8SrXf37yy .container {
    flex-wrap: wrap;
  }
}
.cid-v8SrXf37yy .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v8SrXf37yy .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v8SrXf37yy .iconfont-wrapper {
  color: #930013 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8SrXf37yy .dropdown-menu,
.cid-v8SrXf37yy .navbar.opened {
  background: #ffffff !important;
}
.cid-v8SrXf37yy .nav-item:focus,
.cid-v8SrXf37yy .nav-link:focus {
  outline: none;
}
.cid-v8SrXf37yy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8SrXf37yy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8SrXf37yy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8SrXf37yy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8SrXf37yy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8SrXf37yy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8SrXf37yy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v8SrXf37yy .navbar.opened {
  transition: all 0.3s;
}
.cid-v8SrXf37yy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8SrXf37yy .navbar .navbar-logo img {
  width: auto;
}
.cid-v8SrXf37yy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8SrXf37yy .navbar.collapsed {
  justify-content: center;
}
.cid-v8SrXf37yy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8SrXf37yy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v8SrXf37yy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8SrXf37yy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8SrXf37yy .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-v8SrXf37yy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8SrXf37yy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8SrXf37yy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8SrXf37yy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8SrXf37yy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8SrXf37yy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8SrXf37yy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8SrXf37yy .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-v8SrXf37yy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8SrXf37yy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8SrXf37yy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8SrXf37yy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8SrXf37yy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8SrXf37yy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v8SrXf37yy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v8SrXf37yy .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8SrXf37yy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8SrXf37yy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8SrXf37yy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8SrXf37yy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8SrXf37yy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8SrXf37yy .dropdown-item.active,
.cid-v8SrXf37yy .dropdown-item:active {
  background-color: transparent;
}
.cid-v8SrXf37yy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8SrXf37yy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8SrXf37yy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8SrXf37yy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8SrXf37yy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8SrXf37yy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8SrXf37yy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8SrXf37yy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8SrXf37yy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8SrXf37yy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8SrXf37yy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8SrXf37yy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8SrXf37yy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8SrXf37yy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8SrXf37yy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8SrXf37yy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8SrXf37yy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8SrXf37yy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8SrXf37yy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v8SrXf37yy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8SrXf37yy .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-v8SrXf37yy .navbar {
    height: 70px;
  }
  .cid-v8SrXf37yy .navbar.opened {
    height: auto;
  }
  .cid-v8SrXf37yy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8SrXfK4MW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8SrXfK4MW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8SrXfK4MW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8SrXfK4MW .row {
  flex-direction: row-reverse;
}
.cid-v8SrXgdO1c {
  padding-top: 1rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #930013;
}
.cid-v8SrXgdO1c .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-v8SrXgdO1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8SrXgdO1c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8SrXgdO1c .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-v8SrXgdO1c .content-wrap .card {
  justify-content: space-between;
}
.cid-v8SrXgdO1c .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v8SrXgdO1c .content-wrapper {
    padding: 0;
  }
}
.cid-v8SrXgdO1c .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8SrXgdO1c .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-v8SrXgdO1c .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-v8SrXgdO1c .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-v8SrXgdO1c .mbr-desc,
.cid-v8SrXgdO1c .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v8SrXgdO1c .mbr-section-title,
.cid-v8SrXgdO1c .mbr-section-btn {
  color: #ffffff;
}
.cid-v8SsLuzhG8 {
  padding-top: 5rem;
  background-color: #f5f5f5;
}
.cid-v8SsLuzhG8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8SsLuzhG8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8SsLuzhG8 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-v8SsLuzhG8 .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v8SsLuzhG8 .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v8SsLuzhG8 .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-v8SsLuzhG8 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v8SsLuzhG8 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v8SsLuzhG8 .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8SsLuzhG8 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8SsLuzhG8 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8SsLuzhG8 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8SsLuzhG8 .items-wrapper {
  margin: 0 -10px;
}
.cid-v8SsLuzhG8 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 100px;
}
.cid-v8SsLuzhG8 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8SsLuzhG8 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v8SsLuzhG8 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8SsLuzhG8 .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #fafafa, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v8SsLuzhG8 .items-wrapper .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v8SsLuzhG8 .items-wrapper .item .item-wrapper .icon-wrapper {
  width: 52px;
  min-width: 52px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v8SsLuzhG8 .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v8SsLuzhG8 .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #334155;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-v8SsLuzhG8 .items-wrapper .item .item-wrapper .item-content {
  width: 100%;
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-v8SsLuzhG8 .items-wrapper .item .item-wrapper .item-content {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v8SsLuzhG8 .items-wrapper .item .item-wrapper .item-content .card-box {
    margin-bottom: 20px;
  }
}
.cid-v8SsLuzhG8 .items-wrapper .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 8px;
}
.cid-v8SsLuzhG8 .items-wrapper .item .item-wrapper .item-content .card-box .item-desc {
  margin-bottom: 20px;
}
.cid-v8SsLuzhG8 .items-wrapper .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 20px;
}
.cid-v8SsLuzhG8 .items-wrapper .item .item-wrapper .item-content .card-box .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8SsLuzhG8 .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
.cid-v8SsLuzhG8 .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8SsLuzhG8 .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  color: #b2041b;
  display: inline-flex;
}
.cid-v8SsLuzhG8 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 10px;
}
.cid-v8SsLuzhG8 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8SsLuzhG8 .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v8SsLuzhG8 .items-wrapper .item .item-wrapper .item-content .item-img {
    height: 320px;
  }
}
.cid-v8SsLuzhG8 .items-wrapper .item .item-wrapper .item-content .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v8SsLuzhG8 .mbr-label,
.cid-v8SsLuzhG8 .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-v8SsLuzhG8 .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v8SsLuzhG8 .mbr-text,
.cid-v8SsLuzhG8 .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-v8SsLuzhG8 .item-title {
  color: #0f172a;
}
.cid-v8SsLuzhG8 .item-desc {
  color: #0f172a;
}
.cid-v8SsLuzhG8 .item-text {
  color: #475569;
}
.cid-v8SsLuzhG8 .list {
  color: #475569;
}
.cid-v8SsLuzhG8 .mbr-section-title,
.cid-v8SsLuzhG8 .mbr-section-btn {
  color: #80000c;
}
.cid-v8SsZobdes {
  padding-top: 5rem;
  background-color: #ffffff;
}
.cid-v8SsZobdes .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8SsZobdes .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8SsZobdes .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-v8SsZobdes .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v8SsZobdes .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v8SsZobdes .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-v8SsZobdes .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v8SsZobdes .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v8SsZobdes .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8SsZobdes .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8SsZobdes .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8SsZobdes .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8SsZobdes .items-wrapper {
  margin: 0 -10px;
}
.cid-v8SsZobdes .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v8SsZobdes .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8SsZobdes .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v8SsZobdes .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v8SsZobdes .items-wrapper .item .item-wrapper .desc-wrapper {
  margin-bottom: 20px;
}
.cid-v8SsZobdes .items-wrapper .item .item-wrapper .desc-wrapper .desc-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.cid-v8SsZobdes .items-wrapper .item .item-wrapper .desc-wrapper .desc-wrap .item-number {
  padding: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #80000c;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
  margin-bottom: 0;
  min-width: 36px;
}
.cid-v8SsZobdes .items-wrapper .item .item-wrapper .desc-wrapper .desc-wrap .item-label_1,
.cid-v8SsZobdes .items-wrapper .item .item-wrapper .desc-wrapper .desc-wrap .item-label_2 {
  display: inline-flex;
  margin-bottom: 0;
}
.cid-v8SsZobdes .items-wrapper .item .item-wrapper .item-price_1,
.cid-v8SsZobdes .items-wrapper .item .item-wrapper .item-price_2 {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-v8SsZobdes .items-wrapper .item .item-wrapper .item-title_1,
.cid-v8SsZobdes .items-wrapper .item .item-wrapper .item-title_2 {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-v8SsZobdes .items-wrapper .item .item-wrapper .item-text_1,
.cid-v8SsZobdes .items-wrapper .item .item-wrapper .item-text_2 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v8SsZobdes .items-wrapper .item .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  width: 100%;
}
.cid-v8SsZobdes .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-top: 0;
  width: 100%;
}
.cid-v8SsZobdes .items-wrapper .item .item-wrapper .list_1,
.cid-v8SsZobdes .items-wrapper .item .item-wrapper .list_2 {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 20px 0 0 0;
  list-style-type: none;
}
.cid-v8SsZobdes .items-wrapper .item .item-wrapper .list_1 .item-wrap_1,
.cid-v8SsZobdes .items-wrapper .item .item-wrapper .list_2 .item-wrap_1,
.cid-v8SsZobdes .items-wrapper .item .item-wrapper .list_1 .item-wrap_2,
.cid-v8SsZobdes .items-wrapper .item .item-wrapper .list_2 .item-wrap_2 {
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
}
.cid-v8SsZobdes .items-wrapper .item .item-wrapper .list_1 .item-wrap_1:last-child,
.cid-v8SsZobdes .items-wrapper .item .item-wrapper .list_2 .item-wrap_1:last-child,
.cid-v8SsZobdes .items-wrapper .item .item-wrapper .list_1 .item-wrap_2:last-child,
.cid-v8SsZobdes .items-wrapper .item .item-wrapper .list_2 .item-wrap_2:last-child {
  margin-bottom: 0;
}
.cid-v8SsZobdes .items-wrapper .item .item-wrapper .list_1 .item-wrap_1::before,
.cid-v8SsZobdes .items-wrapper .item .item-wrapper .list_2 .item-wrap_1::before,
.cid-v8SsZobdes .items-wrapper .item .item-wrapper .list_1 .item-wrap_2::before,
.cid-v8SsZobdes .items-wrapper .item .item-wrapper .list_2 .item-wrap_2::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  min-width: 21px;
  border-radius: 100%;
}
.cid-v8SsZobdes .items-wrapper .item .item-wrapper .list_1 .item-wrap_1::before,
.cid-v8SsZobdes .items-wrapper .item .item-wrapper .list_2 .item-wrap_1::before {
  color: #80000c;
  background-color: #f5f5f5;
  border: 1px solid #9ca3af;
}
.cid-v8SsZobdes .items-wrapper .item .item-wrapper .list_1 .item-wrap_2::before,
.cid-v8SsZobdes .items-wrapper .item .item-wrapper .list_2 .item-wrap_2::before {
  color: #80000c;
  background-color: #f5f5f5;
  border: 1px solid #9ca3af;
}
.cid-v8SsZobdes .items-wrapper .item .card_1 {
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #fafafa, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  position: relative;
}
.cid-v8SsZobdes .items-wrapper .item .card_1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(100% 100% at 100% 100%, #475569 0%, transparent 100%);
  opacity: 0.2;
  pointer-events: none;
}
.cid-v8SsZobdes .items-wrapper .item .card_2 {
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #f5f5f5, inset 0 -5px 10px -4px #f5f5f5, 0 10px 10px -5px #cccccc;
  position: relative;
}
.cid-v8SsZobdes .items-wrapper .item .card_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(100% 100% at 100% 100%, #475569 0%, transparent 100%);
  opacity: 0.2;
  pointer-events: none;
}
.cid-v8SsZobdes .items-wrapper .item .card_2 .desc-wrapper .desc-wrap .item-number {
  box-shadow: inset 0 2px 10px -2px #cccccc;
}
.cid-v8SsZobdes .btn-wrapper {
  margin-top: 0;
  margin-right: 0;
}
.cid-v8SsZobdes .mbr-label,
.cid-v8SsZobdes .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-v8SsZobdes .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v8SsZobdes .mbr-text,
.cid-v8SsZobdes .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-v8SsZobdes .item-number {
  color: #fafafa;
}
.cid-v8SsZobdes .item-label_1 {
  color: #b2041b;
}
.cid-v8SsZobdes .item-label_2 {
  color: #b2041b;
}
.cid-v8SsZobdes .item-price_1 {
  color: #0f172a;
}
.cid-v8SsZobdes .item-price_2 {
  color: #000000;
}
.cid-v8SsZobdes .item-title_1 {
  color: #0f172a;
}
.cid-v8SsZobdes .item-title_2 {
  color: #000000;
}
.cid-v8SsZobdes .item-text_1 {
  color: #80000c;
}
.cid-v8SsZobdes .item-text_2 {
  color: #80000c;
}
.cid-v8SsZobdes .list_1 {
  color: #475569;
}
.cid-v8SsZobdes .list_2 {
  color: #e1e7ed;
}
.cid-v8SsZobdes .list_1,
.cid-v8SsZobdes .item-wrap_1 {
  color: #475569;
}
.cid-v8SsZobdes .list_2,
.cid-v8SsZobdes .item-wrap_2 {
  color: #475569;
}
.cid-v8SsZobdes .mbr-section-title,
.cid-v8SsZobdes .mbr-section-btn {
  color: #80000c;
}
.cid-v8St1J8tZn {
  padding-top: 0rem;
  background-color: #ffffff;
}
.cid-v8St1J8tZn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8St1J8tZn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8St1J8tZn .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-v8St1J8tZn .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8St1J8tZn .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8St1J8tZn .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ff6900;
  box-shadow: inset 0 2px 10px 0 #ffffff, 0 10px 10px -2px #c55200;
}
.cid-v8St1J8tZn .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8St1J8tZn .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8St1J8tZn .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8St1J8tZn .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8St1J8tZn .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v8St1J8tZn .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v8St1J8tZn .mbr-text,
.cid-v8St1J8tZn .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-v8St1J8tZn .mbr-section-btn,
.cid-v8St1J8tZn .mbr-section-title,
.cid-v8St1J8tZn .icon-wrapper {
  text-align: center;
}
.cid-v8SrXiT1Ay {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8SrXiT1Ay .media-container-row .mbr-text {
  color: #eceef0;
}
.cid-v8WLbSTljW .navbar-dropdown {
  position: relative !important;
}
.cid-v8WLbSTljW .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-v8WLbSTljW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8WLbSTljW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8WLbSTljW .dropdown-item:hover,
.cid-v8WLbSTljW .dropdown-item:focus {
  background: #930013 !important;
  color: white !important;
}
.cid-v8WLbSTljW .dropdown-item:hover span {
  color: white;
}
.cid-v8WLbSTljW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8WLbSTljW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8WLbSTljW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8WLbSTljW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8WLbSTljW .nav-link {
  position: relative;
}
.cid-v8WLbSTljW .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v8WLbSTljW .container {
    flex-wrap: wrap;
  }
}
.cid-v8WLbSTljW .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v8WLbSTljW .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v8WLbSTljW .iconfont-wrapper {
  color: #930013 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8WLbSTljW .dropdown-menu,
.cid-v8WLbSTljW .navbar.opened {
  background: #ffffff !important;
}
.cid-v8WLbSTljW .nav-item:focus,
.cid-v8WLbSTljW .nav-link:focus {
  outline: none;
}
.cid-v8WLbSTljW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8WLbSTljW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8WLbSTljW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8WLbSTljW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8WLbSTljW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8WLbSTljW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8WLbSTljW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v8WLbSTljW .navbar.opened {
  transition: all 0.3s;
}
.cid-v8WLbSTljW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8WLbSTljW .navbar .navbar-logo img {
  width: auto;
}
.cid-v8WLbSTljW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8WLbSTljW .navbar.collapsed {
  justify-content: center;
}
.cid-v8WLbSTljW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8WLbSTljW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v8WLbSTljW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8WLbSTljW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8WLbSTljW .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-v8WLbSTljW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8WLbSTljW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8WLbSTljW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8WLbSTljW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8WLbSTljW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8WLbSTljW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8WLbSTljW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8WLbSTljW .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-v8WLbSTljW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8WLbSTljW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8WLbSTljW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8WLbSTljW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8WLbSTljW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8WLbSTljW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v8WLbSTljW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v8WLbSTljW .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8WLbSTljW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8WLbSTljW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8WLbSTljW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8WLbSTljW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8WLbSTljW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8WLbSTljW .dropdown-item.active,
.cid-v8WLbSTljW .dropdown-item:active {
  background-color: transparent;
}
.cid-v8WLbSTljW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8WLbSTljW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8WLbSTljW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8WLbSTljW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8WLbSTljW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8WLbSTljW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8WLbSTljW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8WLbSTljW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8WLbSTljW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8WLbSTljW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8WLbSTljW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8WLbSTljW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8WLbSTljW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8WLbSTljW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8WLbSTljW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8WLbSTljW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8WLbSTljW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8WLbSTljW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8WLbSTljW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v8WLbSTljW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8WLbSTljW .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-v8WLbSTljW .navbar {
    height: 70px;
  }
  .cid-v8WLbSTljW .navbar.opened {
    height: auto;
  }
  .cid-v8WLbSTljW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8XjCx4ESr {
  padding-top: 0rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/banner-salon-2000x706.webp");
}
.cid-v8XjCx4ESr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8XjCx4ESr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8XjCx4ESr .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-v8XjCx4ESr .image-wrap {
    height: 300px;
  }
}
.cid-v8WLbUuDZ7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #930013;
}
.cid-v8WLbUuDZ7 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-v8WLbUuDZ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WLbUuDZ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WLbUuDZ7 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-v8WLbUuDZ7 .content-wrap .card {
  justify-content: space-between;
}
.cid-v8WLbUuDZ7 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v8WLbUuDZ7 .content-wrapper {
    padding: 0;
  }
}
.cid-v8WLbUuDZ7 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8WLbUuDZ7 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-v8WLbUuDZ7 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-v8WLbUuDZ7 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-v8WLbUuDZ7 .mbr-desc,
.cid-v8WLbUuDZ7 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v8WLbUuDZ7 .mbr-section-title,
.cid-v8WLbUuDZ7 .mbr-section-btn {
  color: #ffffff;
}
.cid-v9r9Upl9yD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v9r9Upl9yD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9r9Upl9yD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9r9Upl9yD .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-v9r9Upl9yD .content-container {
    flex-direction: column;
  }
}
.cid-v9r9Upl9yD .icons-menu {
  display: flex;
}
.cid-v9r9Upl9yD .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-v9r9Upl9yD .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-v9r9Upl9yD .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #80000c;
  transition: .3s all;
}
.cid-v9r9Upl9yD .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-v9r9Upl9yD .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #80000c;
  transition: .3s all;
}
.cid-v9r9Upl9yD .iconfont-wrapper:hover {
  background-color: #80000c;
}
.cid-v9r9Upl9yD .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-v8WNWKSAcn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8WNWKSAcn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WNWKSAcn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WNWKSAcn .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v8WNWKSAcn .content-wrapper .content-wrap {
  margin: 0;
  z-index: 0;
}
.cid-v8WNWKSAcn .content-wrapper .title-wrap {
  position: relative;
  z-index: 1 !important;
}
.cid-v8WNWKSAcn .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v8WNWKSAcn .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8WNWKSAcn .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8WNWKSAcn .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v8WNWKSAcn .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8WNWKSAcn .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v8WNWKSAcn .content-wrapper .image-wrapper img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v8WNWKSAcn .content-wrapper .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-v8WNWKSAcn .content-wrapper .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v8WNWKSAcn .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v8WNWKSAcn .mbr-section-title {
  color: #1a1a1a;
}
.cid-v8WNWKSAcn .mbr-text {
  color: #808080;
}
.cid-v8WNWKSAcn .mbr-section-title,
.cid-v8WNWKSAcn .mbr-section-btn {
  color: #930013;
}
.cid-v936DgcrPi {
  padding-top: 2rem;
  background-color: #ffffff;
}
.cid-v936DgcrPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v936DgcrPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v936DgcrPi .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 4rem;
}
.cid-v936DgcrPi .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v936DgcrPi .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v936DgcrPi .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #80000c;
  box-shadow: inset 0 2px 10px 0 #ffffff, 0 10px 10px -2px #48020b;
}
.cid-v936DgcrPi .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v936DgcrPi .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v936DgcrPi .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v936DgcrPi .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v936DgcrPi .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v936DgcrPi .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v936DgcrPi .mbr-text,
.cid-v936DgcrPi .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-v936DgcrPi .mbr-section-btn,
.cid-v936DgcrPi .mbr-section-title,
.cid-v936DgcrPi .icon-wrapper {
  text-align: center;
}
.cid-v936DgcrPi .mbr-section-title,
.cid-v936DgcrPi .mbr-section-btn,
.cid-v936DgcrPi .icon-wrapper {
  color: #80000c;
}
.cid-v8XnUyKWNw {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/violet-4911653-1920-1920x1080.webp");
}
.cid-v8XnUyKWNw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8XnUyKWNw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8XnUyKWNw .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-v8XnUyKWNw .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-v8XnUyKWNw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v8XnUyKWNw .container {
    padding: 0 20px;
  }
}
.cid-v8XnUyKWNw .row {
  justify-content: center;
}
.cid-v8XnUyKWNw .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v8XnUyKWNw .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v8XnUyKWNw .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v8XnUyKWNw .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v8XnUyKWNw .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-v8XnUyKWNw .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v8XnUyKWNw .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v8XnUyKWNw .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v8XnUyKWNw .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #38001b;
  display: inline-flex;
}
.cid-v8XnUyKWNw .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #38001b;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-v8XnUyKWNw .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-v8XnUyKWNw .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-v8XnUyKWNw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v8XnUyKWNw .mbr-text {
  color: #38001b;
}
.cid-v8XnUyKWNw .item-title {
  color: #38001b;
}
.cid-v8XnUyKWNw .item-text {
  color: #ffffff;
}
.cid-v9r8TTk2zq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #930013;
}
.cid-v9r8TTk2zq .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-v9r8TTk2zq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9r8TTk2zq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9r8TTk2zq .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-v9r8TTk2zq .content-wrap .card {
  justify-content: space-between;
}
.cid-v9r8TTk2zq .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v9r8TTk2zq .content-wrapper {
    padding: 0;
  }
}
.cid-v9r8TTk2zq .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v9r8TTk2zq .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-v9r8TTk2zq .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-v9r8TTk2zq .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-v9r8TTk2zq .mbr-desc,
.cid-v9r8TTk2zq .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v9r8TTk2zq .mbr-section-title,
.cid-v9r8TTk2zq .mbr-section-btn {
  color: #ffffff;
}
.cid-v8WLbXpyFn {
  padding-top: 2rem;
  background-color: #ffffff;
}
.cid-v8WLbXpyFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WLbXpyFn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WLbXpyFn .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 4rem;
}
.cid-v8WLbXpyFn .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8WLbXpyFn .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8WLbXpyFn .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ff6900;
  box-shadow: inset 0 2px 10px 0 #ffffff, 0 10px 10px -2px #c55200;
}
.cid-v8WLbXpyFn .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8WLbXpyFn .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8WLbXpyFn .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8WLbXpyFn .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8WLbXpyFn .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v8WLbXpyFn .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v8WLbXpyFn .mbr-text,
.cid-v8WLbXpyFn .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-v8WLbXpyFn .mbr-section-btn,
.cid-v8WLbXpyFn .mbr-section-title,
.cid-v8WLbXpyFn .icon-wrapper {
  text-align: center;
}
.cid-v8WLbY7w88 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8WLbY7w88 .media-container-row .mbr-text {
  color: #eceef0;
}
.cid-v9rn23gK9u .navbar-dropdown {
  position: relative !important;
}
.cid-v9rn23gK9u .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-v9rn23gK9u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9rn23gK9u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9rn23gK9u .dropdown-item:hover,
.cid-v9rn23gK9u .dropdown-item:focus {
  background: #930013 !important;
  color: white !important;
}
.cid-v9rn23gK9u .dropdown-item:hover span {
  color: white;
}
.cid-v9rn23gK9u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9rn23gK9u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9rn23gK9u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9rn23gK9u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9rn23gK9u .nav-link {
  position: relative;
}
.cid-v9rn23gK9u .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9rn23gK9u .container {
    flex-wrap: wrap;
  }
}
.cid-v9rn23gK9u .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9rn23gK9u .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v9rn23gK9u .iconfont-wrapper {
  color: #930013 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9rn23gK9u .dropdown-menu,
.cid-v9rn23gK9u .navbar.opened {
  background: #ffffff !important;
}
.cid-v9rn23gK9u .nav-item:focus,
.cid-v9rn23gK9u .nav-link:focus {
  outline: none;
}
.cid-v9rn23gK9u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9rn23gK9u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9rn23gK9u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9rn23gK9u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9rn23gK9u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9rn23gK9u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9rn23gK9u .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v9rn23gK9u .navbar.opened {
  transition: all 0.3s;
}
.cid-v9rn23gK9u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9rn23gK9u .navbar .navbar-logo img {
  width: auto;
}
.cid-v9rn23gK9u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9rn23gK9u .navbar.collapsed {
  justify-content: center;
}
.cid-v9rn23gK9u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9rn23gK9u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9rn23gK9u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9rn23gK9u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9rn23gK9u .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-v9rn23gK9u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9rn23gK9u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9rn23gK9u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9rn23gK9u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9rn23gK9u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9rn23gK9u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9rn23gK9u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9rn23gK9u .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-v9rn23gK9u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9rn23gK9u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9rn23gK9u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9rn23gK9u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9rn23gK9u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9rn23gK9u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v9rn23gK9u .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v9rn23gK9u .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9rn23gK9u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9rn23gK9u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9rn23gK9u .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9rn23gK9u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9rn23gK9u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9rn23gK9u .dropdown-item.active,
.cid-v9rn23gK9u .dropdown-item:active {
  background-color: transparent;
}
.cid-v9rn23gK9u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9rn23gK9u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9rn23gK9u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9rn23gK9u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v9rn23gK9u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9rn23gK9u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9rn23gK9u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9rn23gK9u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9rn23gK9u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9rn23gK9u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9rn23gK9u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9rn23gK9u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9rn23gK9u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9rn23gK9u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9rn23gK9u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9rn23gK9u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9rn23gK9u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9rn23gK9u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9rn23gK9u .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v9rn23gK9u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9rn23gK9u .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-v9rn23gK9u .navbar {
    height: 70px;
  }
  .cid-v9rn23gK9u .navbar.opened {
    height: auto;
  }
  .cid-v9rn23gK9u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9rn24G2wt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #930013;
}
.cid-v9rn24G2wt .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-v9rn24G2wt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9rn24G2wt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9rn24G2wt .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-v9rn24G2wt .content-wrap .card {
  justify-content: space-between;
}
.cid-v9rn24G2wt .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v9rn24G2wt .content-wrapper {
    padding: 0;
  }
}
.cid-v9rn24G2wt .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v9rn24G2wt .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-v9rn24G2wt .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-v9rn24G2wt .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-v9rn24G2wt .mbr-desc,
.cid-v9rn24G2wt .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v9rn24G2wt .mbr-section-title,
.cid-v9rn24G2wt .mbr-section-btn {
  color: #ffffff;
}
.cid-v9rrLFEKpo {
  padding-top: 6rem;
  background-color: #ffffff;
}
.cid-v9rrLFEKpo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9rrLFEKpo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9rrLFEKpo .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 3rem;
}
.cid-v9rrLFEKpo .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v9rrLFEKpo .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v9rrLFEKpo .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #80000c;
  box-shadow: inset 0 2px 10px 0 #ffffff, 0 10px 10px -2px #48020b;
}
.cid-v9rrLFEKpo .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v9rrLFEKpo .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9rrLFEKpo .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9rrLFEKpo .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v9rrLFEKpo .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v9rrLFEKpo .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v9rrLFEKpo .mbr-text,
.cid-v9rrLFEKpo .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-v9rrLFEKpo .mbr-section-btn,
.cid-v9rrLFEKpo .mbr-section-title,
.cid-v9rrLFEKpo .icon-wrapper {
  text-align: center;
}
.cid-v9rrLFEKpo .mbr-section-title,
.cid-v9rrLFEKpo .mbr-section-btn,
.cid-v9rrLFEKpo .icon-wrapper {
  color: #80000c;
}
.cid-v9rrCtb0Dy {
  padding-top: 0rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/banner-salon-2000x706.webp");
}
.cid-v9rrCtb0Dy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9rrCtb0Dy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9rrCtb0Dy .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-v9rrCtb0Dy .image-wrap {
    height: 300px;
  }
}
.cid-v9rn292VUd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v9rn292VUd .media-container-row .mbr-text {
  color: #eceef0;
}
.cid-v9ru54nixQ .navbar-dropdown {
  position: relative !important;
}
.cid-v9ru54nixQ .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-v9ru54nixQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9ru54nixQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9ru54nixQ .dropdown-item:hover,
.cid-v9ru54nixQ .dropdown-item:focus {
  background: #930013 !important;
  color: white !important;
}
.cid-v9ru54nixQ .dropdown-item:hover span {
  color: white;
}
.cid-v9ru54nixQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9ru54nixQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9ru54nixQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9ru54nixQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9ru54nixQ .nav-link {
  position: relative;
}
.cid-v9ru54nixQ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9ru54nixQ .container {
    flex-wrap: wrap;
  }
}
.cid-v9ru54nixQ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9ru54nixQ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v9ru54nixQ .iconfont-wrapper {
  color: #930013 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9ru54nixQ .dropdown-menu,
.cid-v9ru54nixQ .navbar.opened {
  background: #ffffff !important;
}
.cid-v9ru54nixQ .nav-item:focus,
.cid-v9ru54nixQ .nav-link:focus {
  outline: none;
}
.cid-v9ru54nixQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9ru54nixQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9ru54nixQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9ru54nixQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9ru54nixQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9ru54nixQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9ru54nixQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v9ru54nixQ .navbar.opened {
  transition: all 0.3s;
}
.cid-v9ru54nixQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9ru54nixQ .navbar .navbar-logo img {
  width: auto;
}
.cid-v9ru54nixQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9ru54nixQ .navbar.collapsed {
  justify-content: center;
}
.cid-v9ru54nixQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9ru54nixQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9ru54nixQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9ru54nixQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9ru54nixQ .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-v9ru54nixQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9ru54nixQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9ru54nixQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9ru54nixQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9ru54nixQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9ru54nixQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9ru54nixQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9ru54nixQ .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-v9ru54nixQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9ru54nixQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9ru54nixQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9ru54nixQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9ru54nixQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9ru54nixQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v9ru54nixQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v9ru54nixQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9ru54nixQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9ru54nixQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9ru54nixQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9ru54nixQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9ru54nixQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9ru54nixQ .dropdown-item.active,
.cid-v9ru54nixQ .dropdown-item:active {
  background-color: transparent;
}
.cid-v9ru54nixQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9ru54nixQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9ru54nixQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9ru54nixQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v9ru54nixQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9ru54nixQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9ru54nixQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9ru54nixQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9ru54nixQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9ru54nixQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9ru54nixQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9ru54nixQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9ru54nixQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9ru54nixQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9ru54nixQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9ru54nixQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9ru54nixQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9ru54nixQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9ru54nixQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v9ru54nixQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9ru54nixQ .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-v9ru54nixQ .navbar {
    height: 70px;
  }
  .cid-v9ru54nixQ .navbar.opened {
    height: auto;
  }
  .cid-v9ru54nixQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9ru5511B6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #930013;
}
.cid-v9ru5511B6 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-v9ru5511B6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9ru5511B6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9ru5511B6 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-v9ru5511B6 .content-wrap .card {
  justify-content: space-between;
}
.cid-v9ru5511B6 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v9ru5511B6 .content-wrapper {
    padding: 0;
  }
}
.cid-v9ru5511B6 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v9ru5511B6 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-v9ru5511B6 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-v9ru5511B6 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-v9ru5511B6 .mbr-desc,
.cid-v9ru5511B6 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v9ru5511B6 .mbr-section-title,
.cid-v9ru5511B6 .mbr-section-btn {
  color: #ffffff;
}
.cid-v9rzxVv3GI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9rzxVv3GI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9rzxVv3GI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9rzxVv3GI .row {
  flex-direction: row-reverse;
}
#custom-html-2b {
  /* Type valid CSS here */
}
#custom-html-2b div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2b p {
  font-size: 60px;
  color: #777;
}
.cid-v9ru56pDEi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v9ru56pDEi .media-container-row .mbr-text {
  color: #eceef0;
}
