.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-2 {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'LXGW WenKai TC', handwriting;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 0.96rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 0.84rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #5c1f3d !important;
}
.bg-success {
  background-color: #fff7d4 !important;
}
.bg-info {
  background-color: #80385c !important;
}
.bg-warning {
  background-color: #fffef0 !important;
}
.bg-danger {
  background-color: #49351b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5c1f3d !important;
  border-color: #5c1f3d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1b0912 !important;
  border-color: #1b0912 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1b0912 !important;
  border-color: #1b0912 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #80385c !important;
  border-color: #80385c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #441e31 !important;
  border-color: #441e31 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #441e31 !important;
  border-color: #441e31 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff7d4 !important;
  border-color: #fff7d4 !important;
  color: #d4ad00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #7d6600 !important;
  background-color: #ffe77d !important;
  border-color: #ffe77d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #d4ad00 !important;
  background-color: #ffe77d !important;
  border-color: #ffe77d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fffef0 !important;
  border-color: #fffef0 !important;
  color: #f0e000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #998f00 !important;
  background-color: #fff899 !important;
  border-color: #fff899 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #f0e000 !important;
  background-color: #fff899 !important;
  border-color: #fff899 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #49351b !important;
  border-color: #49351b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0a0704 !important;
  border-color: #0a0704 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0a0704 !important;
  border-color: #0a0704 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #5c1f3d;
  color: #5c1f3d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1b0912 !important;
  background-color: transparent!important;
  border-color: #1b0912 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5c1f3d !important;
  border-color: #5c1f3d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #80385c;
  color: #80385c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #441e31 !important;
  background-color: transparent!important;
  border-color: #441e31 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #80385c !important;
  border-color: #80385c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fff7d4;
  color: #fff7d4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffe77d !important;
  background-color: transparent!important;
  border-color: #ffe77d !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #d4ad00 !important;
  background-color: #fff7d4 !important;
  border-color: #fff7d4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fffef0;
  color: #fffef0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fff899 !important;
  background-color: transparent!important;
  border-color: #fff899 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #f0e000 !important;
  background-color: #fffef0 !important;
  border-color: #fffef0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #49351b;
  color: #49351b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0a0704 !important;
  background-color: transparent!important;
  border-color: #0a0704 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #49351b !important;
  border-color: #49351b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #5c1f3d !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #fff7d4 !important;
}
.text-info {
  color: #80385c !important;
}
.text-warning {
  color: #fffef0 !important;
}
.text-danger {
  color: #49351b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #10050a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ffe46e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #391929 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #fff78a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #5c1f3d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #80385c;
}
.alert-warning {
  background-color: #fffef0;
}
.alert-danger {
  background-color: #49351b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5c1f3d;
  border-color: #5c1f3d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #5c1f3d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bb3f7c;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c3759c;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ceaa7b;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #5c1f3d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #5c1f3d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5c1f3d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5c1f3d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5c1f3d;
  border-bottom-color: #5c1f3d;
}
.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: #5c1f3d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !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='%235c1f3d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uFph1OJTbI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFph1OJTbI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFph1OJTbI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFph1OJTbI .image-wrapper {
    padding-bottom: 1.5rem;
  }
}
.cid-uFph1OJTbI img {
  width: 100%;
  padding: 0;
}
.cid-uFph1OJTbI .text-wrapper {
  padding: 0rem 1rem 1rem 1rem;
}
@media (min-width: 992px) {
  .cid-uFph1OJTbI .image-wrapper {
    padding-bottom: 2rem;
  }
  .cid-uFph1OJTbI img {
    width: 100%;
    padding: 0;
  }
  .cid-uFph1OJTbI .text-wrapper {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uFph1OJTbI .mbr-description {
  text-align: center;
  color: #000000;
}
.cid-uFph1OJTbI .mbr-text {
  color: #000000;
}
.cid-uFph1OJTbI .mbr-section-title {
  color: #990000;
}
.cid-uFph1OJTbI .p-redsub {
  color: #990000;
  font-weight: bold;
}
.cid-uFph1OJTbI .p-indent {
  text-indent: 2em;
}
.cid-uFph1OJTbI .mbr-section-subtitle {
  text-align: left;
  color: #990000;
}
.cid-uFph1OJTbI ul.decimal-in {
  list-style: decimal;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uFph1OJTbI ul.decimal-in {
    margin-left: 1.5rem;
  }
}
.cid-uFph1OJTbI li.decimal-in {
  position: relative;
  padding-left: 0;
}
.cid-uFph2dVoAg {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFph2dVoAg img,
.cid-uFph2dVoAg .item-img {
  width: 100%;
  border-radius: 4px;
}
.cid-uFph2dVoAg .item:focus,
.cid-uFph2dVoAg span:focus {
  outline: none;
}
.cid-uFph2dVoAg .item {
  cursor: default;
  margin-bottom: 0.5rem;
}
.cid-uFph2dVoAg .item-wrapper {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uFph2dVoAg .item-wrapper .item-content {
    padding: 0rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uFph2dVoAg .item-wrapper .item-content {
    padding: 0rem 0 0.5rem 0;
  }
}
.cid-uFph2dVoAg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFph2dVoAg .mbr-section-title {
  color: #232323;
}
.cid-uFph2dVoAg .mbr-text,
.cid-uFph2dVoAg .mbr-section-btn {
  text-align: left;
  color: #808080;
}
.cid-uFph2dVoAg .item-title {
  text-align: left;
}
.cid-uFph2dVoAg .item-subtitle {
  text-align: left;
}
.cid-uFtqNqrT78 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fadbdb;
}
.cid-uFtqNqrT78 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtqNqrT78 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFtqNqrT78 .image-wrapper {
    padding-bottom: 1.5rem;
  }
}
.cid-uFtqNqrT78 img {
  width: 100%;
  padding: 0;
}
.cid-uFtqNqrT78 .text-wrapper {
  padding: 0rem 1rem 1rem 1rem;
}
@media (min-width: 992px) {
  .cid-uFtqNqrT78 .image-wrapper {
    padding-bottom: 2rem;
  }
  .cid-uFtqNqrT78 img {
    width: 100%;
    padding: 0;
  }
  .cid-uFtqNqrT78 .text-wrapper {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uFtqNqrT78 .mbr-description {
  text-align: center;
  color: #000000;
}
.cid-uFtqNqrT78 .mbr-text {
  color: #000000;
}
.cid-uFtqNqrT78 .mbr-section-title {
  color: #990000;
}
.cid-uFtqNqrT78 .p-redsub {
  color: #990000;
  font-weight: bold;
}
.cid-uFtqNqrT78 .p-indent {
  text-indent: 2em;
}
.cid-uFtqNqrT78 .mbr-section-subtitle {
  text-align: left;
  color: #990000;
}
.cid-uFtqNqrT78 .p-zh-title2 {
  font-size: 1.6rem;
}
.cid-uFph3oh2Jy {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFph3oh2Jy .mbr-section-btn {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.cid-uFj0ya1Iey {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #5c1f3d;
  overflow: hidden;
}
.cid-uFnGvnKiDe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFnGvnKiDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFnGvnKiDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFnGvnKiDe .image-wrapper {
    padding-bottom: 1.5rem;
  }
}
.cid-uFnGvnKiDe img {
  width: 100%;
  padding: 0;
}
.cid-uFnGvnKiDe .text-wrapper {
  padding: 0rem 1rem 1rem 1rem;
}
@media (min-width: 992px) {
  .cid-uFnGvnKiDe .image-wrapper {
    padding-bottom: 2rem;
  }
  .cid-uFnGvnKiDe img {
    width: 100%;
    padding: 0;
  }
  .cid-uFnGvnKiDe .text-wrapper {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uFnGvnKiDe .mbr-description {
  text-align: center;
  color: #000000;
}
.cid-uFnGvnKiDe .mbr-text {
  color: #000000;
}
.cid-uFnGvnKiDe .mbr-section-title {
  color: #990000;
}
.cid-uFnGvnKiDe .p-redsub {
  color: #990000;
  font-weight: bold;
}
.cid-uFnGvnKiDe .p-indent {
  text-indent: 2em;
}
.cid-uFnGvnKiDe .mbr-section-subtitle {
  text-align: left;
  color: #990000;
}
.cid-uFnGvnKiDe ul.decimal-in {
  list-style: decimal;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uFnGvnKiDe ul.decimal-in {
    margin-left: 1.5rem;
  }
}
.cid-uFnGvnKiDe li.decimal-in {
  position: relative;
  padding-left: 0;
}
.cid-uFnGvo4zbz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFnGvo4zbz img,
.cid-uFnGvo4zbz .item-img {
  width: 100%;
  border-radius: 4px;
}
.cid-uFnGvo4zbz .item:focus,
.cid-uFnGvo4zbz span:focus {
  outline: none;
}
.cid-uFnGvo4zbz .item {
  cursor: default;
  margin-bottom: 0.5rem;
}
.cid-uFnGvo4zbz .item-wrapper {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uFnGvo4zbz .item-wrapper .item-content {
    padding: 0rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uFnGvo4zbz .item-wrapper .item-content {
    padding: 0rem 0 0.5rem 0;
  }
}
.cid-uFnGvo4zbz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFnGvo4zbz .mbr-section-title {
  color: #232323;
}
.cid-uFnGvo4zbz .mbr-text,
.cid-uFnGvo4zbz .mbr-section-btn {
  text-align: left;
  color: #808080;
}
.cid-uFnGvo4zbz .item-title {
  text-align: left;
}
.cid-uFnGvo4zbz .item-subtitle {
  text-align: left;
}
.cid-uFtn3CXUXl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fadbdb;
}
.cid-uFtn3CXUXl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtn3CXUXl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFtn3CXUXl .image-wrapper {
    padding-bottom: 1.5rem;
  }
}
.cid-uFtn3CXUXl img {
  width: 100%;
  padding: 0;
}
.cid-uFtn3CXUXl .text-wrapper {
  padding: 0rem 1rem 1rem 1rem;
}
@media (min-width: 992px) {
  .cid-uFtn3CXUXl .image-wrapper {
    padding-bottom: 2rem;
  }
  .cid-uFtn3CXUXl img {
    width: 100%;
    padding: 0;
  }
  .cid-uFtn3CXUXl .text-wrapper {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uFtn3CXUXl .mbr-description {
  text-align: center;
  color: #000000;
}
.cid-uFtn3CXUXl .mbr-text {
  color: #000000;
}
.cid-uFtn3CXUXl .mbr-section-title {
  color: #990000;
}
.cid-uFtn3CXUXl .p-redsub {
  color: #990000;
  font-weight: bold;
}
.cid-uFtn3CXUXl .p-in2 {
  text-indent: 2em;
}
.cid-uFtn3CXUXl .p-in2-fayu {
  text-indent: 2em;
}
@media (max-width: 991px) {
  .cid-uFtn3CXUXl .p-in2-fayu {
    text-indent: 0em;
  }
}
.cid-uFtn3CXUXl .mbr-section-subtitle {
  text-align: left;
  color: #990000;
}
.cid-uFtn3CXUXl .p-zh-title2 {
  font-size: 1.6rem;
}
.cid-uFtn4pAZ0k {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fadbdb;
}
.cid-uFtn4pAZ0k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtn4pAZ0k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFtn4pAZ0k .image-wrapper {
    padding-bottom: 1.5rem;
  }
}
.cid-uFtn4pAZ0k img {
  width: 100%;
  padding: 0;
}
.cid-uFtn4pAZ0k .text-wrapper {
  padding: 0rem 1rem 1rem 1rem;
}
@media (min-width: 992px) {
  .cid-uFtn4pAZ0k .image-wrapper {
    padding-bottom: 2rem;
  }
  .cid-uFtn4pAZ0k img {
    width: 100%;
    padding: 0;
  }
  .cid-uFtn4pAZ0k .text-wrapper {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uFtn4pAZ0k .mbr-description {
  text-align: center;
  color: #000000;
}
.cid-uFtn4pAZ0k .mbr-text {
  color: #000000;
}
.cid-uFtn4pAZ0k .mbr-section-title {
  color: #990000;
}
.cid-uFtn4pAZ0k .p-redsub {
  color: #990000;
  font-weight: bold;
}
.cid-uFtn4pAZ0k .p-in2 {
  text-indent: 2em;
}
.cid-uFtn4pAZ0k .p-in2-fayu {
  text-indent: 2em;
}
@media (max-width: 991px) {
  .cid-uFtn4pAZ0k .p-in2-fayu {
    text-indent: 0em;
  }
}
.cid-uFtn4pAZ0k .mbr-section-subtitle {
  text-align: left;
  color: #990000;
}
.cid-uFtn4pAZ0k .line-fayu {
  color: #990000;
}
.cid-uFtn4pAZ0k .p-zh-title2 {
  font-size: 1.6rem;
}
.cid-uFnGvojh8S {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFnGvojh8S .mbr-section-btn {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.cid-uFnGvotws2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #5c1f3d;
  overflow: hidden;
}
.cid-uFnQsysDxh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFnQsysDxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFnQsysDxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFnQsysDxh .image-wrapper {
    padding-bottom: 1.5rem;
  }
}
.cid-uFnQsysDxh img {
  width: 100%;
  padding: 0;
}
.cid-uFnQsysDxh .text-wrapper {
  padding: 0rem 1rem 1rem 1rem;
}
@media (min-width: 992px) {
  .cid-uFnQsysDxh .image-wrapper {
    padding-bottom: 2rem;
  }
  .cid-uFnQsysDxh img {
    width: 100%;
    padding: 0;
  }
  .cid-uFnQsysDxh .text-wrapper {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uFnQsysDxh .mbr-description {
  text-align: center;
  color: #000000;
}
.cid-uFnQsysDxh .mbr-text {
  color: #000000;
}
.cid-uFnQsysDxh .mbr-section-title {
  color: #990000;
}
.cid-uFnQsysDxh .p-redsub {
  color: #990000;
  font-weight: bold;
}
.cid-uFnQsysDxh .p-indent {
  text-indent: 2em;
}
.cid-uFnQsysDxh .mbr-section-subtitle {
  text-align: left;
  color: #990000;
}
.cid-uFnQsysDxh ul.decimal-in {
  list-style: decimal;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uFnQsysDxh ul.decimal-in {
    margin-left: 1.5rem;
  }
}
.cid-uFnQsysDxh li.decimal-in {
  position: relative;
  padding-left: 0;
}
.cid-uFnQsyKqxR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFnQsyKqxR img,
.cid-uFnQsyKqxR .item-img {
  width: 100%;
  border-radius: 4px;
}
.cid-uFnQsyKqxR .item:focus,
.cid-uFnQsyKqxR span:focus {
  outline: none;
}
.cid-uFnQsyKqxR .item {
  cursor: default;
  margin-bottom: 0.5rem;
}
.cid-uFnQsyKqxR .item-wrapper {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uFnQsyKqxR .item-wrapper .item-content {
    padding: 0rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uFnQsyKqxR .item-wrapper .item-content {
    padding: 0rem 0 0.5rem 0;
  }
}
.cid-uFnQsyKqxR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFnQsyKqxR .mbr-section-title {
  color: #232323;
}
.cid-uFnQsyKqxR .mbr-text,
.cid-uFnQsyKqxR .mbr-section-btn {
  text-align: left;
  color: #808080;
}
.cid-uFnQsyKqxR .item-title {
  text-align: left;
}
.cid-uFnQsyKqxR .item-subtitle {
  text-align: left;
}
.cid-uFnQszigBM {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFnQszigBM .mbr-section-btn {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.cid-uFnQsztYQL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #5c1f3d;
  overflow: hidden;
}
.cid-uFoLnOEwKm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFoLnOEwKm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFoLnOEwKm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFoLnOEwKm .image-wrapper {
    padding-bottom: 1.5rem;
  }
}
.cid-uFoLnOEwKm img {
  width: 100%;
  padding: 0;
}
.cid-uFoLnOEwKm .text-wrapper {
  padding: 0rem 1rem 1rem 1rem;
}
@media (min-width: 992px) {
  .cid-uFoLnOEwKm .image-wrapper {
    padding-bottom: 2rem;
  }
  .cid-uFoLnOEwKm img {
    width: 100%;
    padding: 0;
  }
  .cid-uFoLnOEwKm .text-wrapper {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uFoLnOEwKm .mbr-description {
  text-align: center;
  color: #000000;
}
.cid-uFoLnOEwKm .mbr-text {
  color: #000000;
}
.cid-uFoLnOEwKm .mbr-section-title {
  color: #990000;
}
.cid-uFoLnOEwKm .p-redsub {
  color: #990000;
  font-weight: bold;
}
.cid-uFoLnOEwKm .p-indent {
  text-indent: 2em;
}
.cid-uFoLnOEwKm .mbr-section-subtitle {
  text-align: left;
  color: #990000;
}
.cid-uFoLnOEwKm ul.decimal-in {
  list-style: decimal;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uFoLnOEwKm ul.decimal-in {
    margin-left: 1.5rem;
  }
}
.cid-uFoLnOEwKm li.decimal-in {
  position: relative;
  padding-left: 0;
}
.cid-uFoLnOSWiJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFoLnOSWiJ img,
.cid-uFoLnOSWiJ .item-img {
  width: 100%;
  border-radius: 4px;
}
.cid-uFoLnOSWiJ .item:focus,
.cid-uFoLnOSWiJ span:focus {
  outline: none;
}
.cid-uFoLnOSWiJ .item {
  cursor: default;
  margin-bottom: 0.5rem;
}
.cid-uFoLnOSWiJ .item-wrapper {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uFoLnOSWiJ .item-wrapper .item-content {
    padding: 0rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uFoLnOSWiJ .item-wrapper .item-content {
    padding: 0rem 0 0.5rem 0;
  }
}
.cid-uFoLnOSWiJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFoLnOSWiJ .mbr-section-title {
  color: #232323;
}
.cid-uFoLnOSWiJ .mbr-text,
.cid-uFoLnOSWiJ .mbr-section-btn {
  text-align: left;
  color: #808080;
}
.cid-uFoLnOSWiJ .item-title {
  text-align: left;
}
.cid-uFoLnOSWiJ .item-subtitle {
  text-align: left;
}
.cid-uFoLnPcKVJ {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFoLnPcKVJ .mbr-section-btn {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.cid-uFoLnPmXJ1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #5c1f3d;
  overflow: hidden;
}
.cid-uFMJLjlZ02 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFMJLjlZ02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMJLjlZ02 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFMJLjlZ02 .image-wrapper {
    padding-bottom: 1.5rem;
  }
}
.cid-uFMJLjlZ02 img {
  width: 100%;
  padding: 0;
}
.cid-uFMJLjlZ02 .text-wrapper {
  padding: 0rem 1rem 1rem 1rem;
}
@media (min-width: 992px) {
  .cid-uFMJLjlZ02 .image-wrapper {
    padding-bottom: 2rem;
  }
  .cid-uFMJLjlZ02 img {
    width: 100%;
    padding: 0;
  }
  .cid-uFMJLjlZ02 .text-wrapper {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uFMJLjlZ02 .mbr-description {
  text-align: center;
  color: #000000;
}
.cid-uFMJLjlZ02 .mbr-text {
  color: #000000;
}
.cid-uFMJLjlZ02 .mbr-section-title {
  color: #990000;
}
.cid-uFMJLjlZ02 .p-redsub {
  color: #990000;
  font-weight: bold;
}
.cid-uFMJLjlZ02 .p-indent {
  text-indent: 2em;
}
.cid-uFMJLjlZ02 .mbr-section-subtitle {
  text-align: left;
  color: #990000;
}
.cid-uFMJLjlZ02 ul.decimal-in {
  list-style: decimal;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uFMJLjlZ02 ul.decimal-in {
    margin-left: 1.5rem;
  }
}
.cid-uFMJLjlZ02 li.decimal-in {
  position: relative;
  padding-left: 0;
}
.cid-uFMJLjBwa8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFMJLjBwa8 img,
.cid-uFMJLjBwa8 .item-img {
  width: 100%;
  border-radius: 4px;
}
.cid-uFMJLjBwa8 .item:focus,
.cid-uFMJLjBwa8 span:focus {
  outline: none;
}
.cid-uFMJLjBwa8 .item {
  cursor: default;
  margin-bottom: 0.5rem;
}
.cid-uFMJLjBwa8 .item-wrapper {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uFMJLjBwa8 .item-wrapper .item-content {
    padding: 0rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uFMJLjBwa8 .item-wrapper .item-content {
    padding: 0rem 0 0.5rem 0;
  }
}
.cid-uFMJLjBwa8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFMJLjBwa8 .mbr-section-title {
  color: #232323;
}
.cid-uFMJLjBwa8 .mbr-text,
.cid-uFMJLjBwa8 .mbr-section-btn {
  text-align: left;
  color: #808080;
}
.cid-uFMJLjBwa8 .item-title {
  text-align: left;
}
.cid-uFMJLjBwa8 .item-subtitle {
  text-align: left;
}
.cid-uFMKibFRC1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFMKibFRC1 img,
.cid-uFMKibFRC1 .item-img {
  width: 100%;
  border-radius: 4px;
}
.cid-uFMKibFRC1 .item:focus,
.cid-uFMKibFRC1 span:focus {
  outline: none;
}
.cid-uFMKibFRC1 .item {
  cursor: default;
  margin-bottom: 0.5rem;
}
.cid-uFMKibFRC1 .item-wrapper {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uFMKibFRC1 .item-wrapper .item-content {
    padding: 0rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uFMKibFRC1 .item-wrapper .item-content {
    padding: 0rem 0 0.5rem 0;
  }
}
.cid-uFMKibFRC1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFMKibFRC1 .mbr-section-title {
  color: #232323;
}
.cid-uFMKibFRC1 .mbr-text,
.cid-uFMKibFRC1 .mbr-section-btn {
  text-align: left;
  color: #808080;
}
.cid-uFMKibFRC1 .item-title {
  text-align: left;
}
.cid-uFMKibFRC1 .item-subtitle {
  text-align: left;
}
.cid-uFQGilnm2S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFQGilnm2S img,
.cid-uFQGilnm2S .item-img {
  width: 100%;
  border-radius: 4px;
}
.cid-uFQGilnm2S .item:focus,
.cid-uFQGilnm2S span:focus {
  outline: none;
}
.cid-uFQGilnm2S .item {
  cursor: default;
  margin-bottom: 0.5rem;
}
.cid-uFQGilnm2S .item-wrapper {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uFQGilnm2S .item-wrapper .item-content {
    padding: 0rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uFQGilnm2S .item-wrapper .item-content {
    padding: 0rem 0 0.5rem 0;
  }
}
.cid-uFQGilnm2S .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFQGilnm2S .mbr-section-title {
  color: #232323;
}
.cid-uFQGilnm2S .mbr-text,
.cid-uFQGilnm2S .mbr-section-btn {
  text-align: left;
  color: #808080;
}
.cid-uFQGilnm2S .item-title {
  text-align: left;
}
.cid-uFQGilnm2S .item-subtitle {
  text-align: left;
}
.cid-uFQGHp6vXR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFQGHp6vXR img,
.cid-uFQGHp6vXR .item-img {
  width: 100%;
  border-radius: 4px;
}
.cid-uFQGHp6vXR .item:focus,
.cid-uFQGHp6vXR span:focus {
  outline: none;
}
.cid-uFQGHp6vXR .item {
  cursor: default;
  margin-bottom: 0.5rem;
}
.cid-uFQGHp6vXR .item-wrapper {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uFQGHp6vXR .item-wrapper .item-content {
    padding: 0rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uFQGHp6vXR .item-wrapper .item-content {
    padding: 0rem 0 0.5rem 0;
  }
}
.cid-uFQGHp6vXR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFQGHp6vXR .mbr-section-title {
  color: #232323;
}
.cid-uFQGHp6vXR .mbr-text,
.cid-uFQGHp6vXR .mbr-section-btn {
  text-align: left;
  color: #808080;
}
.cid-uFQGHp6vXR .item-title {
  text-align: left;
}
.cid-uFQGHp6vXR .item-subtitle {
  text-align: left;
}
.cid-uFMJLkvbrd {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFMJLkvbrd .mbr-section-btn {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.cid-uFMJLkIdrB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #5c1f3d;
  overflow: hidden;
}
.cid-uHRfDYUIWl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHRfDYUIWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHRfDYUIWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uHRfDYUIWl .image-wrapper {
    padding-bottom: 1.5rem;
  }
}
.cid-uHRfDYUIWl img {
  width: 100%;
  padding: 0;
}
.cid-uHRfDYUIWl .text-wrapper {
  padding: 0rem 1rem 1rem 1rem;
}
@media (min-width: 992px) {
  .cid-uHRfDYUIWl .image-wrapper {
    padding-bottom: 2rem;
  }
  .cid-uHRfDYUIWl img {
    width: 100%;
    padding: 0;
  }
  .cid-uHRfDYUIWl .text-wrapper {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uHRfDYUIWl .mbr-description {
  text-align: center;
  color: #000000;
}
.cid-uHRfDYUIWl .mbr-text {
  color: #000000;
}
.cid-uHRfDYUIWl .mbr-section-title {
  color: #990000;
  text-align: left;
}
.cid-uHRfDYUIWl .p-redsub {
  color: #990000;
  font-weight: bold;
}
.cid-uHRfDYUIWl .p-indent {
  text-indent: 2em;
}
.cid-uHRfDYUIWl .mbr-section-subtitle {
  text-align: left;
  color: #990000;
}
.cid-uHRfEsuXk9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHRfEsuXk9 img,
.cid-uHRfEsuXk9 .item-img {
  width: 100%;
  border-radius: 4px;
}
.cid-uHRfEsuXk9 .item:focus,
.cid-uHRfEsuXk9 span:focus {
  outline: none;
}
.cid-uHRfEsuXk9 .item {
  cursor: default;
  margin-bottom: 0.3rem;
}
.cid-uHRfEsuXk9 .item-wrapper {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uHRfEsuXk9 .item-wrapper .item-content {
    padding: 0rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uHRfEsuXk9 .item-wrapper .item-content {
    padding: 0rem 0 0.5rem 0;
  }
}
.cid-uHRfEsuXk9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uHRfEsuXk9 .mbr-section-title {
  color: #232323;
}
.cid-uHRfEsuXk9 .mbr-text,
.cid-uHRfEsuXk9 .mbr-section-btn {
  text-align: left;
  color: #808080;
}
.cid-uHRfEsuXk9 .item-title {
  text-align: left;
}
.cid-uHRfEsuXk9 .item-subtitle {
  text-align: left;
}
.cid-uHRfF1Err6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHRfF1Err6 img,
.cid-uHRfF1Err6 .item-img {
  width: 100%;
  border-radius: 4px;
}
.cid-uHRfF1Err6 .item:focus,
.cid-uHRfF1Err6 span:focus {
  outline: none;
}
.cid-uHRfF1Err6 .item {
  cursor: default;
  margin-bottom: 0.3rem;
}
.cid-uHRfF1Err6 .item-wrapper {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uHRfF1Err6 .item-wrapper .item-content {
    padding: 0rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uHRfF1Err6 .item-wrapper .item-content {
    padding: 0rem 0 0.5rem 0;
  }
}
.cid-uHRfF1Err6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uHRfF1Err6 .mbr-section-title {
  color: #232323;
}
.cid-uHRfF1Err6 .mbr-text,
.cid-uHRfF1Err6 .mbr-section-btn {
  text-align: left;
  color: #808080;
}
.cid-uHRfF1Err6 .item-title {
  text-align: left;
}
.cid-uHRfF1Err6 .item-subtitle {
  text-align: left;
}
.cid-uHRfFMLaXW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHRfFMLaXW img,
.cid-uHRfFMLaXW .item-img {
  width: 100%;
  border-radius: 4px;
}
.cid-uHRfFMLaXW .item:focus,
.cid-uHRfFMLaXW span:focus {
  outline: none;
}
.cid-uHRfFMLaXW .item {
  cursor: default;
  margin-bottom: 0.3rem;
}
.cid-uHRfFMLaXW .item-wrapper {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uHRfFMLaXW .item-wrapper .item-content {
    padding: 0rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uHRfFMLaXW .item-wrapper .item-content {
    padding: 0rem 0 0.5rem 0;
  }
}
.cid-uHRfFMLaXW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uHRfFMLaXW .mbr-section-title {
  color: #232323;
}
.cid-uHRfFMLaXW .mbr-text,
.cid-uHRfFMLaXW .mbr-section-btn {
  text-align: left;
  color: #808080;
}
.cid-uHRfFMLaXW .item-title {
  text-align: left;
}
.cid-uHRfFMLaXW .item-subtitle {
  text-align: left;
}
.cid-uHRfGt9Xnl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHRfGt9Xnl img,
.cid-uHRfGt9Xnl .item-img {
  width: 100%;
  border-radius: 4px;
}
.cid-uHRfGt9Xnl .item:focus,
.cid-uHRfGt9Xnl span:focus {
  outline: none;
}
.cid-uHRfGt9Xnl .item {
  cursor: default;
  margin-bottom: 0.5rem;
}
.cid-uHRfGt9Xnl .item-wrapper {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uHRfGt9Xnl .item-wrapper .item-content {
    padding: 0rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uHRfGt9Xnl .item-wrapper .item-content {
    padding: 0rem 0 0.5rem 0;
  }
}
.cid-uHRfGt9Xnl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uHRfGt9Xnl .mbr-section-title {
  color: #232323;
}
.cid-uHRfGt9Xnl .mbr-text,
.cid-uHRfGt9Xnl .mbr-section-btn {
  text-align: left;
  color: #808080;
}
.cid-uHRfGt9Xnl .item-title {
  text-align: left;
}
.cid-uHRfGt9Xnl .item-subtitle {
  text-align: left;
}
.cid-uHRfHhZeDV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHRfHhZeDV img,
.cid-uHRfHhZeDV .item-img {
  width: 100%;
  border-radius: 4px;
}
.cid-uHRfHhZeDV .item:focus,
.cid-uHRfHhZeDV span:focus {
  outline: none;
}
.cid-uHRfHhZeDV .item {
  cursor: default;
  margin-bottom: 0.3rem;
}
.cid-uHRfHhZeDV .item-wrapper {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uHRfHhZeDV .item-wrapper .item-content {
    padding: 0rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uHRfHhZeDV .item-wrapper .item-content {
    padding: 0rem 0 0.5rem 0;
  }
}
.cid-uHRfHhZeDV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uHRfHhZeDV .mbr-section-title {
  color: #232323;
}
.cid-uHRfHhZeDV .mbr-text,
.cid-uHRfHhZeDV .mbr-section-btn {
  text-align: left;
  color: #808080;
}
.cid-uHRfHhZeDV .item-title {
  text-align: left;
}
.cid-uHRfHhZeDV .item-subtitle {
  text-align: left;
}
.cid-uHRfHY64Vt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHRfHY64Vt img,
.cid-uHRfHY64Vt .item-img {
  width: 100%;
  border-radius: 4px;
}
.cid-uHRfHY64Vt .item:focus,
.cid-uHRfHY64Vt span:focus {
  outline: none;
}
.cid-uHRfHY64Vt .item {
  cursor: default;
  margin-bottom: 0.3rem;
}
.cid-uHRfHY64Vt .item-wrapper {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uHRfHY64Vt .item-wrapper .item-content {
    padding: 0rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uHRfHY64Vt .item-wrapper .item-content {
    padding: 0rem 0 0.5rem 0;
  }
}
.cid-uHRfHY64Vt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uHRfHY64Vt .mbr-section-title {
  color: #232323;
}
.cid-uHRfHY64Vt .mbr-text,
.cid-uHRfHY64Vt .mbr-section-btn {
  text-align: left;
  color: #808080;
}
.cid-uHRfHY64Vt .item-title {
  text-align: left;
}
.cid-uHRfHY64Vt .item-subtitle {
  text-align: left;
}
.cid-uHRfJ0fyS9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fadbdb;
}
.cid-uHRfJ0fyS9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHRfJ0fyS9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uHRfJ0fyS9 .image-wrapper {
    padding-bottom: 1.5rem;
  }
}
.cid-uHRfJ0fyS9 img {
  width: 100%;
  padding: 0;
}
.cid-uHRfJ0fyS9 .text-wrapper {
  padding: 0rem 1rem 1rem 1rem;
}
@media (min-width: 992px) {
  .cid-uHRfJ0fyS9 .image-wrapper {
    padding-bottom: 2rem;
  }
  .cid-uHRfJ0fyS9 img {
    width: 100%;
    padding: 0;
  }
  .cid-uHRfJ0fyS9 .text-wrapper {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uHRfJ0fyS9 .mbr-description {
  text-align: center;
  color: #000000;
}
.cid-uHRfJ0fyS9 .mbr-text {
  color: #000000;
}
.cid-uHRfJ0fyS9 .mbr-section-title {
  color: #990000;
}
.cid-uHRfJ0fyS9 .p-redsub {
  color: #990000;
  font-weight: bold;
}
.cid-uHRfJ0fyS9 .p-indent {
  text-indent: 2em;
}
.cid-uHRfJ0fyS9 .mbr-section-subtitle {
  text-align: left;
  color: #990000;
}
.cid-uHRfJ0fyS9 .p-zh-title2 {
  font-size: 1.6rem;
}
.cid-uHRs0lNbqJ {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uHRs0lNbqJ .mbr-section-btn {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.cid-uFMJLkIdrB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #5c1f3d;
  overflow: hidden;
}
.cid-uKoQReU3Rc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKoQReU3Rc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKoQReU3Rc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKoQReU3Rc .image-wrapper {
    padding-bottom: 1.5rem;
  }
}
.cid-uKoQReU3Rc img {
  width: 100%;
  padding: 0;
}
.cid-uKoQReU3Rc .text-wrapper {
  padding: 0rem 1rem 1rem 1rem;
}
@media (min-width: 992px) {
  .cid-uKoQReU3Rc .image-wrapper {
    padding-bottom: 2rem;
  }
  .cid-uKoQReU3Rc img {
    width: 100%;
    padding: 0;
  }
  .cid-uKoQReU3Rc .text-wrapper {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uKoQReU3Rc .mbr-description {
  text-align: center;
  color: #000000;
}
.cid-uKoQReU3Rc .mbr-text {
  color: #000000;
}
.cid-uKoQReU3Rc .mbr-section-title {
  color: #990000;
}
.cid-uKoQReU3Rc .p-redsub {
  color: #990000;
  font-weight: bold;
}
.cid-uKoQReU3Rc .p-indent {
  text-indent: 2em;
}
.cid-uKoQReU3Rc .mbr-section-subtitle {
  text-align: left;
  color: #990000;
}
.cid-uKoQRLPNoM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKoQRLPNoM img,
.cid-uKoQRLPNoM .item-img {
  width: 100%;
  border-radius: 4px;
}
.cid-uKoQRLPNoM .item:focus,
.cid-uKoQRLPNoM span:focus {
  outline: none;
}
.cid-uKoQRLPNoM .item {
  cursor: default;
  margin-bottom: 0.3rem;
}
.cid-uKoQRLPNoM .item-wrapper {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uKoQRLPNoM .item-wrapper .item-content {
    padding: 0rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uKoQRLPNoM .item-wrapper .item-content {
    padding: 0rem 0 0.5rem 0;
  }
}
.cid-uKoQRLPNoM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uKoQRLPNoM .mbr-section-title {
  color: #232323;
}
.cid-uKoQRLPNoM .mbr-text,
.cid-uKoQRLPNoM .mbr-section-btn {
  text-align: left;
  color: #808080;
}
.cid-uKoQRLPNoM .item-title {
  text-align: left;
}
.cid-uKoQRLPNoM .item-subtitle {
  text-align: left;
}
.cid-uKoQSlZhZ6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKoQSlZhZ6 img,
.cid-uKoQSlZhZ6 .item-img {
  width: 100%;
  border-radius: 4px;
}
.cid-uKoQSlZhZ6 .item:focus,
.cid-uKoQSlZhZ6 span:focus {
  outline: none;
}
.cid-uKoQSlZhZ6 .item {
  cursor: default;
  margin-bottom: 0.3rem;
}
.cid-uKoQSlZhZ6 .item-wrapper {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uKoQSlZhZ6 .item-wrapper .item-content {
    padding: 0rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uKoQSlZhZ6 .item-wrapper .item-content {
    padding: 0rem 0 0.5rem 0;
  }
}
.cid-uKoQSlZhZ6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uKoQSlZhZ6 .mbr-section-title {
  color: #232323;
}
.cid-uKoQSlZhZ6 .mbr-text,
.cid-uKoQSlZhZ6 .mbr-section-btn {
  text-align: left;
  color: #808080;
}
.cid-uKoQSlZhZ6 .item-title {
  text-align: left;
}
.cid-uKoQSlZhZ6 .item-subtitle {
  text-align: left;
}
.cid-uKoQSIBPlG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKoQSIBPlG img,
.cid-uKoQSIBPlG .item-img {
  width: 100%;
  border-radius: 4px;
}
.cid-uKoQSIBPlG .item:focus,
.cid-uKoQSIBPlG span:focus {
  outline: none;
}
.cid-uKoQSIBPlG .item {
  cursor: default;
  margin-bottom: 0.3rem;
}
.cid-uKoQSIBPlG .item-wrapper {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uKoQSIBPlG .item-wrapper .item-content {
    padding: 0rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uKoQSIBPlG .item-wrapper .item-content {
    padding: 0rem 0 0.5rem 0;
  }
}
.cid-uKoQSIBPlG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uKoQSIBPlG .mbr-section-title {
  color: #232323;
}
.cid-uKoQSIBPlG .mbr-text,
.cid-uKoQSIBPlG .mbr-section-btn {
  text-align: left;
  color: #808080;
}
.cid-uKoQSIBPlG .item-title {
  text-align: left;
}
.cid-uKoQSIBPlG .item-subtitle {
  text-align: left;
}
.cid-uKoQSYoi5x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKoQSYoi5x img,
.cid-uKoQSYoi5x .item-img {
  width: 100%;
  border-radius: 4px;
}
.cid-uKoQSYoi5x .item:focus,
.cid-uKoQSYoi5x span:focus {
  outline: none;
}
.cid-uKoQSYoi5x .item {
  cursor: default;
  margin-bottom: 0.3rem;
}
.cid-uKoQSYoi5x .item-wrapper {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uKoQSYoi5x .item-wrapper .item-content {
    padding: 0rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uKoQSYoi5x .item-wrapper .item-content {
    padding: 0rem 0 0.5rem 0;
  }
}
.cid-uKoQSYoi5x .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uKoQSYoi5x .mbr-section-title {
  color: #232323;
}
.cid-uKoQSYoi5x .mbr-text,
.cid-uKoQSYoi5x .mbr-section-btn {
  text-align: left;
  color: #808080;
}
.cid-uKoQSYoi5x .item-title {
  text-align: left;
}
.cid-uKoQSYoi5x .item-subtitle {
  text-align: left;
}
.cid-uKoQpfWvhh {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKoQpfWvhh .mbr-section-btn {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.cid-uKoQpg5mXq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #5c1f3d;
  overflow: hidden;
}
.cid-uKEYcMoJKO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKEYcMoJKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEYcMoJKO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKEYcMoJKO .image-wrapper {
    padding-bottom: 1.5rem;
  }
}
.cid-uKEYcMoJKO img {
  width: 100%;
  padding: 0;
}
.cid-uKEYcMoJKO .text-wrapper {
  padding: 0rem 1rem 1rem 1rem;
}
@media (min-width: 992px) {
  .cid-uKEYcMoJKO .image-wrapper {
    padding-bottom: 2rem;
  }
  .cid-uKEYcMoJKO img {
    width: 100%;
    padding: 0;
  }
  .cid-uKEYcMoJKO .text-wrapper {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uKEYcMoJKO .mbr-description {
  text-align: center;
  color: #000000;
}
.cid-uKEYcMoJKO .mbr-text {
  color: #000000;
}
.cid-uKEYcMoJKO .mbr-section-title {
  color: #990000;
}
.cid-uKEYcMoJKO .p-redsub {
  color: #990000;
  font-weight: bold;
}
.cid-uKEYcMoJKO .p-indent {
  text-indent: 2em;
}
.cid-uKEYcMoJKO .mbr-section-subtitle {
  text-align: left;
  color: #990000;
}
.cid-uKEYdegLBx {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uKEYdegLBx img,
.cid-uKEYdegLBx .item-img {
  width: 100%;
  border-radius: 4px;
}
.cid-uKEYdegLBx .item:focus,
.cid-uKEYdegLBx span:focus {
  outline: none;
}
.cid-uKEYdegLBx .item {
  cursor: default;
  margin-bottom: 0.3rem;
}
.cid-uKEYdegLBx .item-wrapper {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uKEYdegLBx .item-wrapper .item-content {
    padding: 0rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uKEYdegLBx .item-wrapper .item-content {
    padding: 0rem 0 0.5rem 0;
  }
}
.cid-uKEYdegLBx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uKEYdegLBx .mbr-section-title {
  color: #232323;
}
.cid-uKEYdegLBx .mbr-text,
.cid-uKEYdegLBx .mbr-section-btn {
  text-align: left;
  color: #808080;
}
.cid-uKEYdegLBx .item-title {
  text-align: left;
}
.cid-uKEYdegLBx .item-subtitle {
  text-align: left;
}
.cid-uKEYjSqTob {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKEYjSqTob .mbr-section-btn {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.cid-uKoQpg5mXq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #5c1f3d;
  overflow: hidden;
}
