.btn {
  border-width: 2px;
}
body {
  font-family: Anek Latin;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #ae5eff !important;
}
.bg-success {
  background-color: #fff7db !important;
}
.bg-info {
  background-color: #4f0c0c !important;
}
.bg-warning {
  background-color: #0c0c22 !important;
}
.bg-danger {
  background-color: #b64b28 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ae5eff !important;
  border-color: #ae5eff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  border-color: #8207ff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8207ff !important;
  border-color: #8207ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffdd65 !important;
  border-color: #ffdd65 !important;
  color: #654f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  border-color: #ffca0e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #654f00 !important;
  background-color: #ffca0e !important;
  border-color: #ffca0e !important;
}
.btn-info,
.btn-info:active {
  background-color: #4f0c0c !important;
  border-color: #4f0c0c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  border-color: #040101 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #040101 !important;
  border-color: #040101 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff7db !important;
  border-color: #fff7db !important;
  color: #dbaa00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  border-color: #ffe484 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #dbaa00 !important;
  background-color: #ffe484 !important;
  border-color: #ffe484 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0c0c22 !important;
  border-color: #0c0c22 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b64b28 !important;
  border-color: #b64b28 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  border-color: #6f2e18 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6f2e18 !important;
  border-color: #6f2e18 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #212132 !important;
  border-color: #212132 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ae5eff;
  color: #ae5eff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ae5eff !important;
  background-color: transparent!important;
  border-color: #8207ff !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ae5eff !important;
  border-color: #ae5eff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffdd65;
  color: #ffdd65;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffdd65 !important;
  background-color: transparent!important;
  border-color: #ffca0e !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #654f00 !important;
  background-color: #ffdd65 !important;
  border-color: #ffdd65 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #4f0c0c;
  color: #4f0c0c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4f0c0c !important;
  background-color: transparent!important;
  border-color: #040101 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4f0c0c !important;
  border-color: #4f0c0c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fff7db;
  color: #fff7db;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #fff7db !important;
  background-color: transparent!important;
  border-color: #ffe484 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #dbaa00 !important;
  background-color: #fff7db !important;
  border-color: #fff7db !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #0c0c22;
  color: #0c0c22;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0c0c22 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0c0c22 !important;
  border-color: #0c0c22 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #b64b28;
  color: #b64b28;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b64b28 !important;
  background-color: transparent!important;
  border-color: #6f2e18 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b64b28 !important;
  border-color: #b64b28 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #212132;
  color: #212132;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #212132 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #212132 !important;
  border-color: #212132 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  background-color: transparent!important;
  border-color: #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: #ae5eff !important;
}
.text-secondary {
  color: #ffdd65 !important;
}
.text-success {
  color: #fff7db !important;
}
.text-info {
  color: #4f0c0c !important;
}
.text-warning {
  color: #0c0c22 !important;
}
.text-danger {
  color: #b64b28 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #212132 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7b00f7 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #fec600 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ffe075 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #622916 !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: #ae5eff;
}
.nav-tabs .nav-link:not(.active) {
  color: #212132;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4f0c0c;
}
.alert-warning {
  background-color: #0c0c22;
}
.alert-danger {
  background-color: #b64b28;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ae5eff;
  border-color: #ae5eff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ae5eff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #e65a5a;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b0b0e3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e2957b;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ae5eff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ae5eff;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ae5eff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ae5eff;
}
.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: #ae5eff;
  border-bottom-color: #ae5eff;
}
.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: #ae5eff !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: #ffdd65 !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='%23ae5eff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition-duration: .2s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1440px;
  padding-left: 6vw;
  padding-right: 6vw;
}
@media (max-width: 991px) {
  .container {
    max-width: 80vw;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media (min-width: 1600px) {
  .container {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.container-fluid {
  padding-left: 6vw;
  padding-right: 6vw;
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media (min-width: 1600px) {
  .container-fluid {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.row {
  margin-left: -6vw;
  margin-right: -6vw;
}
.row > [class*="col"] {
  padding-left: 6vw;
  padding-right: 6vw;
}
@media (max-width: 767px) {
  .row {
    margin-left: -3vw;
    margin-right: -3vw;
  }
  .row > [class*="col"] {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media (min-width: 1600px) {
  .row {
    margin-left: -96px;
    margin-right: -96px;
  }
  .row > [class*="col"] {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 40px;
  padding: 20px 40px;
  line-height: 1.55;
  font-weight: 500;
  transition-duration: .2s;
  border-radius: 0.75rem !important;
  box-shadow: none !important;
  border: none !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.custom-mbr-section-btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.custom-section-btn {
  display: inline-block;
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  padding: 3px;
  position: relative;
  border-radius: 0.75rem !important;
  margin-top: 0.42rem;
  margin-left: 0.42rem;
}
.custom-section-btn::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.75rem !important;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61.75%, #8e59ff 99.93%);
  transition: all 300ms ease;
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.custom-section-btn .btn {
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  position: relative;
  z-index: 11;
  transform-style: preserve-3d;
  transition: all 300ms ease;
  border: none !important;
  margin: 0 !important;
  min-height: 106px;
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .custom-section-btn .btn {
    padding: 12px 24px;
    min-height: 68px;
  }
}
.custom-section-btn:hover .btn {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.custom-section-btn:hover::after {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-taHRfbmdPD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-taHRfbmdPD nav.navbar {
  position: fixed;
}
.cid-taHRfbmdPD .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-taHRfbmdPD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taHRfbmdPD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taHRfbmdPD .dropdown-item:hover,
.cid-taHRfbmdPD .dropdown-item:focus {
  background: #ae5eff !important;
  color: white !important;
}
.cid-taHRfbmdPD .dropdown-item:hover span {
  color: white;
}
.cid-taHRfbmdPD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taHRfbmdPD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taHRfbmdPD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taHRfbmdPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taHRfbmdPD .nav-link {
  position: relative;
}
.cid-taHRfbmdPD .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-taHRfbmdPD .container {
    flex-wrap: nowrap;
  }
}
.cid-taHRfbmdPD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-taHRfbmdPD .iconfont-wrapper:hover {
  color: #ffdd65 !important;
}
.cid-taHRfbmdPD .dropdown-menu,
.cid-taHRfbmdPD .navbar.opened {
  background: #4f0c0c !important;
}
.cid-taHRfbmdPD .nav-item:focus,
.cid-taHRfbmdPD .nav-link:focus {
  outline: none;
}
.cid-taHRfbmdPD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taHRfbmdPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taHRfbmdPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taHRfbmdPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taHRfbmdPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taHRfbmdPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taHRfbmdPD .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #4f0c0c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-taHRfbmdPD .navbar.opened {
  transition: all 0.3s;
}
.cid-taHRfbmdPD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taHRfbmdPD .navbar .navbar-logo img {
  width: auto;
}
.cid-taHRfbmdPD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taHRfbmdPD .navbar.collapsed {
  justify-content: center;
}
.cid-taHRfbmdPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taHRfbmdPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taHRfbmdPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-taHRfbmdPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taHRfbmdPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taHRfbmdPD .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-taHRfbmdPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taHRfbmdPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taHRfbmdPD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taHRfbmdPD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taHRfbmdPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taHRfbmdPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taHRfbmdPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taHRfbmdPD .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-taHRfbmdPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taHRfbmdPD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taHRfbmdPD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taHRfbmdPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-taHRfbmdPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taHRfbmdPD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taHRfbmdPD .navbar.navbar-short {
  min-height: 96px;
}
.cid-taHRfbmdPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taHRfbmdPD .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-taHRfbmdPD .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-taHRfbmdPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taHRfbmdPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taHRfbmdPD .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-taHRfbmdPD .dropdown-item.active,
.cid-taHRfbmdPD .dropdown-item:active {
  background-color: transparent;
}
.cid-taHRfbmdPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taHRfbmdPD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taHRfbmdPD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taHRfbmdPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4f0c0c;
}
.cid-taHRfbmdPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taHRfbmdPD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taHRfbmdPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taHRfbmdPD .navbar-buttons {
  text-align: center;
}
.cid-taHRfbmdPD .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
}
.cid-taHRfbmdPD .navbar-buttons .btn:hover {
  color: #ffdd65 !important;
}
@media (max-width: 575px) {
  .cid-taHRfbmdPD .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-taHRfbmdPD .navbar-buttons .btn-black {
  border: solid 2px #ae5eff !important;
  box-shadow: 3px 3px 0 0 #ae5eff !important;
}
.cid-taHRfbmdPD .navbar-buttons .btn-black:hover {
  border: solid 2px #ae5eff !important;
  color: #ffdd65 !important;
  box-shadow: 0 0 0 0 #ae5eff !important;
}
.cid-taHRfbmdPD button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #4f0c0c !important;
  border: solid 2px #ae5eff !important;
  box-shadow: 3px 3px 0 0 #ae5eff !important;
}
.cid-taHRfbmdPD button.navbar-toggler:hover {
  border: solid 2px #ae5eff !important;
  color: #ffdd65 !important;
  box-shadow: 0 0 0 0 #ae5eff !important;
}
.cid-taHRfbmdPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-taHRfbmdPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-taHRfbmdPD button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-taHRfbmdPD button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-taHRfbmdPD button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-taHRfbmdPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHRfbmdPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taHRfbmdPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taHRfbmdPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHRfbmdPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-taHRfbmdPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taHRfbmdPD .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-taHRfbmdPD .navbar {
    height: 70px;
  }
  .cid-taHRfbmdPD .navbar.opened {
    height: auto;
  }
  .cid-taHRfbmdPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taHRfbmdPD .navbar-nav {
  margin: 0 auto;
}
.cid-taHRfbmdPD .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-taHRfbmdPD .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-taHRfbmdPD .nav-item .nav-link::after {
  color: #ffdd65 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-taHRfbmdPD .nav-item .nav-link:hover {
  color: #ffdd65 !important;
}
.cid-taHRfbmdPD .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-taHRfbmdPD .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-taHRfbmdPD .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-taHRfbmdPD .nav-item .dropdown-menu .dropdown-item {
  color: #4f0c0c !important;
  background-color: transparent !important;
}
.cid-taHRfbmdPD .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ae5eff !important;
}
@media (max-width: 991px) {
  .cid-taHRfbmdPD .navbar {
    justify-content: flex-start !important;
  }
  .cid-taHRfbmdPD .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-taHRfbmdPD .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-taHRfbmdPD .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-taHRfbmdPD .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-taHRfbmdPD .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-taHRfbmdPD .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uwRpIQVLvd {
  display: flex;
}
.cid-uwRpIQVLvd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwRpIQVLvd .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uwRpIQVLvd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1-1.jpg");
}
@media (min-width: 768px) {
  .cid-uwRpIQVLvd {
    align-items: flex-end;
  }
  .cid-uwRpIQVLvd .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uwRpIQVLvd .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uwRpIQVLvd {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uwRpIQVLvd .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uwRpIQVLvd .content-wrap {
    width: 100%;
  }
}
.cid-uwRpIQVLvd .mbr-section-subtitle,
.cid-uwRpIQVLvd .line {
  color: #ffffff;
}
.cid-uwRpIQVLvd .mbr-text,
.cid-uwRpIQVLvd .mbr-section-btn {
  text-align: left;
  color: #f1f5f7;
}
.cid-uwRpIQVLvd .mbr-section-title {
  text-align: left;
  color: #f1f5f7;
}
.cid-uAOvp8Gc0W {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #eff2f7;
}
.cid-uAOvp8Gc0W .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uAOvp8Gc0W .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uAOvp8Gc0W .embla__slide .slide-content {
  width: 100%;
}
.cid-uAOvp8Gc0W .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uAOvp8Gc0W .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAOvp8Gc0W .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uAOvp8Gc0W .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uAOvp8Gc0W .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uAOvp8Gc0W .embla__button--next,
.cid-uAOvp8Gc0W .embla__button--prev {
  display: flex;
}
.cid-uAOvp8Gc0W .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #4f0c0c !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uAOvp8Gc0W .embla__button:hover {
  opacity: .7 !important;
}
.cid-uAOvp8Gc0W .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uAOvp8Gc0W .embla__button.embla__button--next {
  right: 0;
}
.cid-uAOvp8Gc0W .embla {
  position: relative;
  width: 100%;
}
.cid-uAOvp8Gc0W .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uAOvp8Gc0W .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uAOvp8Gc0W .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uAOvp8Gc0W .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uAOvp8Gc0W .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uAOvp8Gc0W .item-desc {
  color: #ffffff;
}
.cid-uwS7Ks4Cv8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f1f5f7;
}
.cid-uwS7Ks4Cv8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwS7Ks4Cv8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwS7Ks4Cv8 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uwS7Ks4Cv8 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uwS7Ks4Cv8 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uwS7Ks4Cv8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uwS7Ks4Cv8 .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uwS7Ks4Cv8 .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uwS7Ks4Cv8 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uwS7Ks4Cv8 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uwS7Ks4Cv8 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #b9b9b9;
  padding: 14px 32px;
  margin-bottom: 0;
  background-color: #272b2e;
  border: none;
}
.cid-uwS7Ks4Cv8 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #4f0c0c;
}
.cid-uwS7Ks4Cv8 .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uwS7Ks4Cv8 .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uwS7Ks4Cv8 .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uwS7Ks4Cv8 .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uwS7Ks4Cv8 .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uwS7Ks4Cv8 .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uwS7Ks4Cv8 .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uwS7Ks4Cv8 .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uwS7Ks4Cv8 .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-uwS7Ks4Cv8 .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uwS7Ks4Cv8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwS7Ks4Cv8 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uwS7Ks4Cv8 .item-title {
  color: #ffffff;
}
.cid-uwS7Ks4Cv8 .item-text {
  color: #000000;
}
.cid-uwS7Ks4Cv8 .mbr-section-title,
.cid-uwS7Ks4Cv8 .tabs-wrapper {
  color: #4f0c0c;
}
.cid-uzutUkXOhk {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1-1920x1084.jpeg");
}
.cid-uzutUkXOhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzutUkXOhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzutUkXOhk .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uzutUkXOhk .title-wrapper .mbr-section-title span {
  color: #4f0c0c;
}
@media (max-width: 992px) {
  .cid-uzutUkXOhk .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uzutUkXOhk .google-map {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uzutUkXOhk .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uzutUkXOhk .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uzutUkXOhk .google-map iframe {
    height: 350px;
  }
}
.cid-uzutUkXOhk .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-uzutUkXOhk .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uzutUkXOhk .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-uzutUkXOhk .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-uzutUkXOhk .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uzutUkXOhk .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-uzutUkXOhk .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uzutUkXOhk .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uzutUkXOhk .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #b9b9b9;
}
.cid-uzutUkXOhk .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #b9b9b9;
}
.cid-uzutUkXOhk .card {
  justify-content: center;
}
.cid-uzutUkXOhk .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uzutUkXOhk .mbr-desc {
  color: #ffffff;
  text-align: right;
}
.cid-uzutUkXOhk .mbr-address {
  color: #212529;
}
.cid-uzutUkXOhk .list {
  color: #212529;
}
.cid-uzutUkXOhk .mbr-address,
.cid-uzutUkXOhk .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uzutUkXOhk .list,
.cid-uzutUkXOhk .item-wrap {
  text-align: right;
  color: #ffffff;
}
.cid-ux7JeY4lW2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #673d3d, #4f0c0c);
}
.cid-ux7JeY4lW2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux7JeY4lW2 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .container {
    padding: 0 16px;
  }
}
.cid-ux7JeY4lW2 li {
  line-height: 1.8;
}
.cid-ux7JeY4lW2 li:hover {
  cursor: pointer;
}
.cid-ux7JeY4lW2 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ux7JeY4lW2 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ux7JeY4lW2 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #232323;
}
.cid-ux7JeY4lW2 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ux7JeY4lW2 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ux7JeY4lW2 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .mbr-section-title {
  color: #ffffff;
}
.cid-ux7JeY4lW2 .copyright {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .mbr-card-title {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .list {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .mbr-section-title,
.cid-ux7JeY4lW2 .title-wrapper,
.cid-ux7JeY4lW2 .social-wrapper {
  color: #f1f5f7;
}
.cid-taHEIhTMzF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-taHEIhTMzF nav.navbar {
  position: fixed;
}
.cid-taHEIhTMzF .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-taHEIhTMzF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taHEIhTMzF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taHEIhTMzF .dropdown-item:hover,
.cid-taHEIhTMzF .dropdown-item:focus {
  background: #ae5eff !important;
  color: white !important;
}
.cid-taHEIhTMzF .dropdown-item:hover span {
  color: white;
}
.cid-taHEIhTMzF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taHEIhTMzF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taHEIhTMzF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taHEIhTMzF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taHEIhTMzF .nav-link {
  position: relative;
}
.cid-taHEIhTMzF .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-taHEIhTMzF .container {
    flex-wrap: nowrap;
  }
}
.cid-taHEIhTMzF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-taHEIhTMzF .iconfont-wrapper:hover {
  color: #ffdd65 !important;
}
.cid-taHEIhTMzF .dropdown-menu,
.cid-taHEIhTMzF .navbar.opened {
  background: #4f0c0c !important;
}
.cid-taHEIhTMzF .nav-item:focus,
.cid-taHEIhTMzF .nav-link:focus {
  outline: none;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taHEIhTMzF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taHEIhTMzF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taHEIhTMzF .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #4f0c0c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-taHEIhTMzF .navbar.opened {
  transition: all 0.3s;
}
.cid-taHEIhTMzF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taHEIhTMzF .navbar .navbar-logo img {
  width: auto;
}
.cid-taHEIhTMzF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taHEIhTMzF .navbar.collapsed {
  justify-content: center;
}
.cid-taHEIhTMzF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taHEIhTMzF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taHEIhTMzF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-taHEIhTMzF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taHEIhTMzF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taHEIhTMzF .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-taHEIhTMzF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taHEIhTMzF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taHEIhTMzF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taHEIhTMzF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taHEIhTMzF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taHEIhTMzF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taHEIhTMzF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taHEIhTMzF .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-taHEIhTMzF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taHEIhTMzF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taHEIhTMzF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taHEIhTMzF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-taHEIhTMzF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taHEIhTMzF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taHEIhTMzF .navbar.navbar-short {
  min-height: 96px;
}
.cid-taHEIhTMzF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taHEIhTMzF .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-taHEIhTMzF .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-taHEIhTMzF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taHEIhTMzF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taHEIhTMzF .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-taHEIhTMzF .dropdown-item.active,
.cid-taHEIhTMzF .dropdown-item:active {
  background-color: transparent;
}
.cid-taHEIhTMzF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taHEIhTMzF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taHEIhTMzF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taHEIhTMzF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4f0c0c;
}
.cid-taHEIhTMzF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taHEIhTMzF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taHEIhTMzF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taHEIhTMzF .navbar-buttons {
  text-align: center;
}
.cid-taHEIhTMzF .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
}
.cid-taHEIhTMzF .navbar-buttons .btn:hover {
  color: #ffdd65 !important;
}
@media (max-width: 575px) {
  .cid-taHEIhTMzF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-taHEIhTMzF .navbar-buttons .btn-black {
  border: solid 2px #ae5eff !important;
  box-shadow: 3px 3px 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF .navbar-buttons .btn-black:hover {
  border: solid 2px #ae5eff !important;
  color: #ffdd65 !important;
  box-shadow: 0 0 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #4f0c0c !important;
  border: solid 2px #ae5eff !important;
  box-shadow: 3px 3px 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF button.navbar-toggler:hover {
  border: solid 2px #ae5eff !important;
  color: #ffdd65 !important;
  box-shadow: 0 0 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHEIhTMzF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-taHEIhTMzF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taHEIhTMzF .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-taHEIhTMzF .navbar {
    height: 70px;
  }
  .cid-taHEIhTMzF .navbar.opened {
    height: auto;
  }
  .cid-taHEIhTMzF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taHEIhTMzF .navbar-nav {
  margin: 0 auto;
}
.cid-taHEIhTMzF .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-taHEIhTMzF .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-taHEIhTMzF .nav-item .nav-link::after {
  color: #ffdd65 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-taHEIhTMzF .nav-item .nav-link:hover {
  color: #ffdd65 !important;
}
.cid-taHEIhTMzF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-taHEIhTMzF .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-taHEIhTMzF .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-taHEIhTMzF .nav-item .dropdown-menu .dropdown-item {
  color: #4f0c0c !important;
  background-color: transparent !important;
}
.cid-taHEIhTMzF .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ae5eff !important;
}
@media (max-width: 991px) {
  .cid-taHEIhTMzF .navbar {
    justify-content: flex-start !important;
  }
  .cid-taHEIhTMzF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-taHEIhTMzF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-taHEIhTMzF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-taHEIhTMzF .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-taHEIhTMzF .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-taHEIhTMzF .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-ux8XTWlTcz {
  display: flex;
}
.cid-ux8XTWlTcz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux8XTWlTcz .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ux8XTWlTcz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1-1.jpg");
}
@media (min-width: 768px) {
  .cid-ux8XTWlTcz {
    align-items: flex-end;
  }
  .cid-ux8XTWlTcz .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ux8XTWlTcz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ux8XTWlTcz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ux8XTWlTcz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ux8XTWlTcz .content-wrap {
    width: 100%;
  }
}
.cid-ux8XTWlTcz .mbr-section-subtitle,
.cid-ux8XTWlTcz .line {
  color: #ffffff;
}
.cid-ux8XTWlTcz .mbr-text,
.cid-ux8XTWlTcz .mbr-section-btn {
  text-align: left;
  color: #f1f5f7;
}
.cid-ux8XTWlTcz .mbr-section-title {
  text-align: left;
  color: #fafafa;
}
.cid-ux9jcAFRmY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ux9jcAFRmY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux9jcAFRmY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux9jcAFRmY .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ux9jcAFRmY .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-ux9jcAFRmY .items-wrapper {
  margin: 0 -20px;
}
.cid-ux9jcAFRmY .item {
  padding: 0 20px;
  margin-bottom: 46px;
}
.cid-ux9jcAFRmY .item:hover .item-wrapper .item-img img,
.cid-ux9jcAFRmY .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ux9jcAFRmY .item .item-wrapper .item-img {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 22px;
}
.cid-ux9jcAFRmY .item .item-wrapper .item-img img {
  height: 360px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ux9jcAFRmY .item .item-wrapper .item-content {
  padding: 0 22px;
}
.cid-ux9jcAFRmY .item .item-wrapper .item-content .item-title {
  margin-bottom: 12px;
}
.cid-ux9jcAFRmY .item .item-wrapper .item-content .item-price {
  margin-bottom: 0;
}
.cid-ux9jcAFRmY .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-ux9jcAFRmY .mbr-section-title {
  color: #4f0c0c;
  text-align: center;
}
.cid-ux9jcAFRmY .item-title {
  color: #212529;
}
.cid-ux9jcAFRmY .item-price {
  color: #fafafa;
}
.cid-ux9jcAFRmY .item-title,
.cid-ux9jcAFRmY .mbr-section-btn {
  color: #4f0c0c;
  text-align: center;
}
.cid-uAOzmShRIR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #eff2f7;
}
.cid-uAOzmShRIR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uAOzmShRIR .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uAOzmShRIR .embla__slide .slide-content {
  width: 100%;
}
.cid-uAOzmShRIR .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uAOzmShRIR .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAOzmShRIR .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uAOzmShRIR .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uAOzmShRIR .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uAOzmShRIR .embla__button--next,
.cid-uAOzmShRIR .embla__button--prev {
  display: flex;
}
.cid-uAOzmShRIR .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #4f0c0c !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uAOzmShRIR .embla__button:hover {
  opacity: .7 !important;
}
.cid-uAOzmShRIR .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uAOzmShRIR .embla__button.embla__button--next {
  right: 0;
}
.cid-uAOzmShRIR .embla {
  position: relative;
  width: 100%;
}
.cid-uAOzmShRIR .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uAOzmShRIR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uAOzmShRIR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uAOzmShRIR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uAOzmShRIR .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uAOzmShRIR .item-desc {
  color: #ffffff;
}
.cid-ux7JeY4lW2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #673d3d, #4f0c0c);
}
.cid-ux7JeY4lW2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux7JeY4lW2 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .container {
    padding: 0 16px;
  }
}
.cid-ux7JeY4lW2 li {
  line-height: 1.8;
}
.cid-ux7JeY4lW2 li:hover {
  cursor: pointer;
}
.cid-ux7JeY4lW2 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ux7JeY4lW2 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ux7JeY4lW2 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #232323;
}
.cid-ux7JeY4lW2 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ux7JeY4lW2 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ux7JeY4lW2 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .mbr-section-title {
  color: #ffffff;
}
.cid-ux7JeY4lW2 .copyright {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .mbr-card-title {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .list {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .mbr-section-title,
.cid-ux7JeY4lW2 .title-wrapper,
.cid-ux7JeY4lW2 .social-wrapper {
  color: #f1f5f7;
}
.cid-taHRfbmdPD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-taHRfbmdPD nav.navbar {
  position: fixed;
}
.cid-taHRfbmdPD .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-taHRfbmdPD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taHRfbmdPD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taHRfbmdPD .dropdown-item:hover,
.cid-taHRfbmdPD .dropdown-item:focus {
  background: #ae5eff !important;
  color: white !important;
}
.cid-taHRfbmdPD .dropdown-item:hover span {
  color: white;
}
.cid-taHRfbmdPD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taHRfbmdPD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taHRfbmdPD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taHRfbmdPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taHRfbmdPD .nav-link {
  position: relative;
}
.cid-taHRfbmdPD .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-taHRfbmdPD .container {
    flex-wrap: nowrap;
  }
}
.cid-taHRfbmdPD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-taHRfbmdPD .iconfont-wrapper:hover {
  color: #ffdd65 !important;
}
.cid-taHRfbmdPD .dropdown-menu,
.cid-taHRfbmdPD .navbar.opened {
  background: #4f0c0c !important;
}
.cid-taHRfbmdPD .nav-item:focus,
.cid-taHRfbmdPD .nav-link:focus {
  outline: none;
}
.cid-taHRfbmdPD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taHRfbmdPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taHRfbmdPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taHRfbmdPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taHRfbmdPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taHRfbmdPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taHRfbmdPD .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #4f0c0c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-taHRfbmdPD .navbar.opened {
  transition: all 0.3s;
}
.cid-taHRfbmdPD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taHRfbmdPD .navbar .navbar-logo img {
  width: auto;
}
.cid-taHRfbmdPD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taHRfbmdPD .navbar.collapsed {
  justify-content: center;
}
.cid-taHRfbmdPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taHRfbmdPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taHRfbmdPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-taHRfbmdPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taHRfbmdPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taHRfbmdPD .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-taHRfbmdPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taHRfbmdPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taHRfbmdPD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taHRfbmdPD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taHRfbmdPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taHRfbmdPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taHRfbmdPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taHRfbmdPD .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-taHRfbmdPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taHRfbmdPD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taHRfbmdPD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taHRfbmdPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-taHRfbmdPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taHRfbmdPD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taHRfbmdPD .navbar.navbar-short {
  min-height: 96px;
}
.cid-taHRfbmdPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taHRfbmdPD .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-taHRfbmdPD .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-taHRfbmdPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taHRfbmdPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taHRfbmdPD .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-taHRfbmdPD .dropdown-item.active,
.cid-taHRfbmdPD .dropdown-item:active {
  background-color: transparent;
}
.cid-taHRfbmdPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taHRfbmdPD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taHRfbmdPD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taHRfbmdPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4f0c0c;
}
.cid-taHRfbmdPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taHRfbmdPD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taHRfbmdPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taHRfbmdPD .navbar-buttons {
  text-align: center;
}
.cid-taHRfbmdPD .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
}
.cid-taHRfbmdPD .navbar-buttons .btn:hover {
  color: #ffdd65 !important;
}
@media (max-width: 575px) {
  .cid-taHRfbmdPD .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-taHRfbmdPD .navbar-buttons .btn-black {
  border: solid 2px #ae5eff !important;
  box-shadow: 3px 3px 0 0 #ae5eff !important;
}
.cid-taHRfbmdPD .navbar-buttons .btn-black:hover {
  border: solid 2px #ae5eff !important;
  color: #ffdd65 !important;
  box-shadow: 0 0 0 0 #ae5eff !important;
}
.cid-taHRfbmdPD button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #4f0c0c !important;
  border: solid 2px #ae5eff !important;
  box-shadow: 3px 3px 0 0 #ae5eff !important;
}
.cid-taHRfbmdPD button.navbar-toggler:hover {
  border: solid 2px #ae5eff !important;
  color: #ffdd65 !important;
  box-shadow: 0 0 0 0 #ae5eff !important;
}
.cid-taHRfbmdPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-taHRfbmdPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-taHRfbmdPD button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-taHRfbmdPD button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-taHRfbmdPD button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-taHRfbmdPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHRfbmdPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taHRfbmdPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taHRfbmdPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHRfbmdPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-taHRfbmdPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taHRfbmdPD .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-taHRfbmdPD .navbar {
    height: 70px;
  }
  .cid-taHRfbmdPD .navbar.opened {
    height: auto;
  }
  .cid-taHRfbmdPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taHRfbmdPD .navbar-nav {
  margin: 0 auto;
}
.cid-taHRfbmdPD .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-taHRfbmdPD .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-taHRfbmdPD .nav-item .nav-link::after {
  color: #ffdd65 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-taHRfbmdPD .nav-item .nav-link:hover {
  color: #ffdd65 !important;
}
.cid-taHRfbmdPD .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-taHRfbmdPD .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-taHRfbmdPD .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-taHRfbmdPD .nav-item .dropdown-menu .dropdown-item {
  color: #4f0c0c !important;
  background-color: transparent !important;
}
.cid-taHRfbmdPD .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ae5eff !important;
}
@media (max-width: 991px) {
  .cid-taHRfbmdPD .navbar {
    justify-content: flex-start !important;
  }
  .cid-taHRfbmdPD .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-taHRfbmdPD .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-taHRfbmdPD .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-taHRfbmdPD .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-taHRfbmdPD .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-taHRfbmdPD .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uzuieA5Peo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1-1920x1438.jpeg");
  overflow: hidden;
}
.cid-uzuieA5Peo .mbr-overlay {
  background-color: #4f0c0c;
  opacity: 0.4;
}
.cid-uzuieA5Peo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuieA5Peo .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uzuieA5Peo .mbr-section-btn,
.cid-uzuieA5Peo .btn {
  width: 100%;
  margin: 0;
}
.cid-uzuieA5Peo .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzuieA5Peo .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-uzuieA5Peo input,
.cid-uzuieA5Peo textarea {
  border-radius: 0 !important;
  border: 0px !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ffffff !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #ffffff !important;
}
.cid-uzuieA5Peo input:hover,
.cid-uzuieA5Peo textarea:hover,
.cid-uzuieA5Peo input:active,
.cid-uzuieA5Peo textarea:active,
.cid-uzuieA5Peo input:focus,
.cid-uzuieA5Peo textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uzuieA5Peo input::placeholder,
.cid-uzuieA5Peo textarea::placeholder {
  color: #ffffff !important;
}
.cid-uzuieA5Peo .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uAOAipBj9V {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #eff2f7;
}
.cid-uAOAipBj9V .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uAOAipBj9V .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uAOAipBj9V .embla__slide .slide-content {
  width: 100%;
}
.cid-uAOAipBj9V .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uAOAipBj9V .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAOAipBj9V .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uAOAipBj9V .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uAOAipBj9V .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uAOAipBj9V .embla__button--next,
.cid-uAOAipBj9V .embla__button--prev {
  display: flex;
}
.cid-uAOAipBj9V .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #4f0c0c !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uAOAipBj9V .embla__button:hover {
  opacity: .7 !important;
}
.cid-uAOAipBj9V .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uAOAipBj9V .embla__button.embla__button--next {
  right: 0;
}
.cid-uAOAipBj9V .embla {
  position: relative;
  width: 100%;
}
.cid-uAOAipBj9V .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uAOAipBj9V .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uAOAipBj9V .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uAOAipBj9V .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uAOAipBj9V .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uAOAipBj9V .item-desc {
  color: #ffffff;
}
.cid-ux7JeY4lW2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #673d3d, #4f0c0c);
}
.cid-ux7JeY4lW2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux7JeY4lW2 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .container {
    padding: 0 16px;
  }
}
.cid-ux7JeY4lW2 li {
  line-height: 1.8;
}
.cid-ux7JeY4lW2 li:hover {
  cursor: pointer;
}
.cid-ux7JeY4lW2 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ux7JeY4lW2 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ux7JeY4lW2 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #232323;
}
.cid-ux7JeY4lW2 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ux7JeY4lW2 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ux7JeY4lW2 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .mbr-section-title {
  color: #ffffff;
}
.cid-ux7JeY4lW2 .copyright {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .mbr-card-title {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .list {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .mbr-section-title,
.cid-ux7JeY4lW2 .title-wrapper,
.cid-ux7JeY4lW2 .social-wrapper {
  color: #f1f5f7;
}
.cid-taHRfbmdPD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-taHRfbmdPD nav.navbar {
  position: fixed;
}
.cid-taHRfbmdPD .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-taHRfbmdPD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taHRfbmdPD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taHRfbmdPD .dropdown-item:hover,
.cid-taHRfbmdPD .dropdown-item:focus {
  background: #ae5eff !important;
  color: white !important;
}
.cid-taHRfbmdPD .dropdown-item:hover span {
  color: white;
}
.cid-taHRfbmdPD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taHRfbmdPD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taHRfbmdPD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taHRfbmdPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taHRfbmdPD .nav-link {
  position: relative;
}
.cid-taHRfbmdPD .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-taHRfbmdPD .container {
    flex-wrap: nowrap;
  }
}
.cid-taHRfbmdPD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-taHRfbmdPD .iconfont-wrapper:hover {
  color: #ffdd65 !important;
}
.cid-taHRfbmdPD .dropdown-menu,
.cid-taHRfbmdPD .navbar.opened {
  background: #4f0c0c !important;
}
.cid-taHRfbmdPD .nav-item:focus,
.cid-taHRfbmdPD .nav-link:focus {
  outline: none;
}
.cid-taHRfbmdPD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taHRfbmdPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taHRfbmdPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taHRfbmdPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taHRfbmdPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taHRfbmdPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taHRfbmdPD .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #4f0c0c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-taHRfbmdPD .navbar.opened {
  transition: all 0.3s;
}
.cid-taHRfbmdPD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taHRfbmdPD .navbar .navbar-logo img {
  width: auto;
}
.cid-taHRfbmdPD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taHRfbmdPD .navbar.collapsed {
  justify-content: center;
}
.cid-taHRfbmdPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taHRfbmdPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taHRfbmdPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-taHRfbmdPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taHRfbmdPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taHRfbmdPD .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-taHRfbmdPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taHRfbmdPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taHRfbmdPD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taHRfbmdPD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taHRfbmdPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taHRfbmdPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taHRfbmdPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taHRfbmdPD .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-taHRfbmdPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taHRfbmdPD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taHRfbmdPD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taHRfbmdPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-taHRfbmdPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taHRfbmdPD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taHRfbmdPD .navbar.navbar-short {
  min-height: 96px;
}
.cid-taHRfbmdPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taHRfbmdPD .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-taHRfbmdPD .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-taHRfbmdPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taHRfbmdPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taHRfbmdPD .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-taHRfbmdPD .dropdown-item.active,
.cid-taHRfbmdPD .dropdown-item:active {
  background-color: transparent;
}
.cid-taHRfbmdPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taHRfbmdPD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taHRfbmdPD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taHRfbmdPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4f0c0c;
}
.cid-taHRfbmdPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taHRfbmdPD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taHRfbmdPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taHRfbmdPD .navbar-buttons {
  text-align: center;
}
.cid-taHRfbmdPD .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
}
.cid-taHRfbmdPD .navbar-buttons .btn:hover {
  color: #ffdd65 !important;
}
@media (max-width: 575px) {
  .cid-taHRfbmdPD .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-taHRfbmdPD .navbar-buttons .btn-black {
  border: solid 2px #ae5eff !important;
  box-shadow: 3px 3px 0 0 #ae5eff !important;
}
.cid-taHRfbmdPD .navbar-buttons .btn-black:hover {
  border: solid 2px #ae5eff !important;
  color: #ffdd65 !important;
  box-shadow: 0 0 0 0 #ae5eff !important;
}
.cid-taHRfbmdPD button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #4f0c0c !important;
  border: solid 2px #ae5eff !important;
  box-shadow: 3px 3px 0 0 #ae5eff !important;
}
.cid-taHRfbmdPD button.navbar-toggler:hover {
  border: solid 2px #ae5eff !important;
  color: #ffdd65 !important;
  box-shadow: 0 0 0 0 #ae5eff !important;
}
.cid-taHRfbmdPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-taHRfbmdPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-taHRfbmdPD button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-taHRfbmdPD button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-taHRfbmdPD button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-taHRfbmdPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHRfbmdPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taHRfbmdPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taHRfbmdPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHRfbmdPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-taHRfbmdPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taHRfbmdPD .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-taHRfbmdPD .navbar {
    height: 70px;
  }
  .cid-taHRfbmdPD .navbar.opened {
    height: auto;
  }
  .cid-taHRfbmdPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taHRfbmdPD .navbar-nav {
  margin: 0 auto;
}
.cid-taHRfbmdPD .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-taHRfbmdPD .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-taHRfbmdPD .nav-item .nav-link::after {
  color: #ffdd65 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-taHRfbmdPD .nav-item .nav-link:hover {
  color: #ffdd65 !important;
}
.cid-taHRfbmdPD .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-taHRfbmdPD .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-taHRfbmdPD .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-taHRfbmdPD .nav-item .dropdown-menu .dropdown-item {
  color: #4f0c0c !important;
  background-color: transparent !important;
}
.cid-taHRfbmdPD .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ae5eff !important;
}
@media (max-width: 991px) {
  .cid-taHRfbmdPD .navbar {
    justify-content: flex-start !important;
  }
  .cid-taHRfbmdPD .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-taHRfbmdPD .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-taHRfbmdPD .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-taHRfbmdPD .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-taHRfbmdPD .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-taHRfbmdPD .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-ux8k3KkJHR {
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1076.jpeg");
}
.cid-ux8k3KkJHR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux8k3KkJHR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux8k3KkJHR .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ux8k3KkJHR .content-wrapper {
    height: auto;
    margin-bottom: 35px;
  }
}
.cid-ux8k3KkJHR .content-wrapper .title-wrapper {
  margin-bottom: 300px;
}
@media (max-width: 992px) {
  .cid-ux8k3KkJHR .content-wrapper .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-ux8k3KkJHR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ux8k3KkJHR .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin: 10px 0 0 0;
}
@media (max-width: 992px) {
  .cid-ux8k3KkJHR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ux8k3KkJHR .mbr-section-title {
  color: #000000;
}
.cid-ux8k3KkJHR .mbr-text {
  color: #000000;
}
.cid-ux8k3KkJHR .mbr-section-title,
.cid-ux8k3KkJHR .mbr-section-btn {
  color: #fafafa;
}
.cid-ux8k3KkJHR .mbr-text,
.cid-ux8k3KkJHR .text-wrapper {
  color: #fafafa;
}
.cid-uzufCPGrm2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/degrade-sic-gris-mesa-de-trabajo-1-2000x1545.png");
}
.cid-uzufCPGrm2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzufCPGrm2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzufCPGrm2 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uzufCPGrm2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzufCPGrm2 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uzufCPGrm2 .container {
    padding: 0 22px;
  }
}
.cid-uzufCPGrm2 .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzufCPGrm2 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uzufCPGrm2 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uzufCPGrm2 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #4f0c0c;
  border-radius: 0 !important;
}
.cid-uzufCPGrm2 .item .item-wrapper .item-content {
  padding: 25px 30px;
}
@media (max-width: 992px) {
  .cid-uzufCPGrm2 .item .item-wrapper .item-content {
    padding: 25px 20px;
    margin-bottom: 20px;
  }
}
.cid-uzufCPGrm2 .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uzufCPGrm2 .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uzufCPGrm2 .item .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
}
.cid-uzufCPGrm2 .item .item-wrapper .item-img img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% 0 0 0 !important;
}
.cid-uzufCPGrm2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzufCPGrm2 .card-title {
  color: #ffffff;
}
.cid-uzufCPGrm2 .card-text {
  color: #ffffff;
}
.cid-taHS4cCyTH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-taHS4cCyTH .mbr-fallback-image.disabled {
  display: none;
}
.cid-taHS4cCyTH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taHS4cCyTH .row {
  justify-content: left;
}
.cid-taHS4cCyTH .mbr-section-title {
  color: #FFDD65;
}
.cid-taHS4cCyTH .mbr-section-subtitle {
  color: #FFDD65;
  background-image: linear-gradient(90deg, currentColor 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-taHS4cCyTH .btn-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 96px;
}
@media (max-width: 991px) {
  .cid-taHS4cCyTH .btn-container {
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
  }
}
.cid-taHS4cCyTH .custom-mbr-section-btn {
  padding-bottom: 0.42rem;
}
@media (max-width: 991px) {
  .cid-taHS4cCyTH .custom-mbr-section-btn {
    padding-bottom: 0;
  }
}
.cid-taHS4cCyTH .custom-section-btn {
  height: 100%;
}
.cid-taHS4cCyTH .custom-section-btn .btn {
  height: 100%;
}
.cid-taHS4cCyTH .text-container {
  max-width: 384px;
  margin-left: 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-taHS4cCyTH .text-container {
    margin: 26px auto 0;
  }
}
.cid-taHS4cCyTH .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-taHS4cCyTH .mbr-text {
    text-align: center !important;
  }
}
.cid-taHS4cCyTH .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-taHS4cCyTH .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-taHS4cCyTH .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-taHS4cCyTH .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-taHS4cCyTH .icon-text {
  color: #ffffff;
  opacity: 0.6;
}
.cid-taHS4cCyTH .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-taHS4cCyTH .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ae5eff;
}
.cid-taHS4cCyTH .mbr-section-title,
.cid-taHS4cCyTH .mbr-section-btn {
  color: #4f0c0c;
}
.cid-ux8qkVZUMM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-ux8qkVZUMM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 824px;
  max-width: 824px;
}
@media (max-width: 992px) {
  .cid-ux8qkVZUMM .embla__slide {
    min-width: 620px;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cid-ux8qkVZUMM .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ux8qkVZUMM .embla__slide .slide-content {
  width: 100%;
}
.cid-ux8qkVZUMM .embla__slide .slide-content .item-wrapper {
  display: flex;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ux8qkVZUMM .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-ux8qkVZUMM .embla__slide .slide-content .item-wrapper .item-img {
  padding-right: 12px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ux8qkVZUMM .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 16px;
    padding-right: 0;
  }
}
.cid-ux8qkVZUMM .embla__slide .slide-content .item-wrapper .item-img img {
  height: 540px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ux8qkVZUMM .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ux8qkVZUMM .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 50%;
  background-color: #4f0c0c;
  margin-left: 12px;
}
@media (max-width: 992px) {
  .cid-ux8qkVZUMM .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 20px 16px;
    margin-left: 0;
  }
}
.cid-ux8qkVZUMM .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 24px;
}
.cid-ux8qkVZUMM .embla__slide .slide-content .item-wrapper .item-content .item-wrap .name-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ux8qkVZUMM .embla__slide .slide-content .item-wrapper .item-content .item-wrap .name-wrapper {
    display: block;
  }
}
.cid-ux8qkVZUMM .embla__slide .slide-content .item-wrapper .item-content .item-wrap .name-wrapper .icon-wrapper {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-ux8qkVZUMM .embla__slide .slide-content .item-wrapper .item-content .item-wrap .name-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-ux8qkVZUMM .embla__slide .slide-content .item-wrapper .item-content .item-wrap .name-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 64px;
  min-width: 64px;
  color: #ffffff;
}
.cid-ux8qkVZUMM .embla__slide .slide-content .item-wrapper .item-content .item-wrap .name-wrapper .name-wrap .item-name {
  margin-bottom: 8px;
}
.cid-ux8qkVZUMM .embla__slide .slide-content .item-wrapper .item-content .item-wrap .name-wrapper .name-wrap .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  background-color: #f96e47;
  margin: 0;
}
.cid-ux8qkVZUMM .embla__button--next,
.cid-ux8qkVZUMM .embla__button--prev {
  display: flex;
}
.cid-ux8qkVZUMM .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 18px;
  background: linear-gradient(140deg, #4f0c0c, #a81919) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-ux8qkVZUMM .embla__button:hover {
  opacity: .9 !important;
}
.cid-ux8qkVZUMM .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-ux8qkVZUMM .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-ux8qkVZUMM .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-ux8qkVZUMM .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-ux8qkVZUMM .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-ux8qkVZUMM .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-ux8qkVZUMM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ux8qkVZUMM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ux8qkVZUMM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ux8qkVZUMM .item-menu-overlay {
  opacity: 0 !important;
}
.cid-ux8qkVZUMM .item-text {
  color: #ffffff;
}
.cid-ux8qkVZUMM .item-tag {
  color: #ffffff;
}
.cid-ux8qkVZUMM .item-name {
  color: #ffffff;
}
.cid-ux8H9Y4Gs5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-ux8H9Y4Gs5 .head_info {
  text-align: center;
  margin-bottom: 61px;
}
.cid-ux8H9Y4Gs5 .head_info .mbr-section-title {
  margin-bottom: 20px;
  color: #ae5eff;
}
.cid-ux8H9Y4Gs5 .head_info .mbr-subtitle {
  color: #ffdd65;
  margin-bottom: 10px;
}
.cid-ux8H9Y4Gs5 .head_info .mbr-section-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #4f0c0c;
}
.cid-ux8H9Y4Gs5 .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  background-color: #4f0c0c;
  text-align: center;
  border-radius: 8px;
  padding: 42px 15px 55px;
}
.cid-ux8H9Y4Gs5 .plan .plan-title {
  color: #ae5eff;
  margin-bottom: 32px;
}
.cid-ux8H9Y4Gs5 .plan .icon_box {
  display: block;
  text-align: center;
  padding-bottom: 17.5px;
}
.cid-ux8H9Y4Gs5 .plan .icon_box .ico1 {
  font-size: 79.5px;
  display: block;
  position: relative;
  color: #ffdd65;
}
.cid-ux8H9Y4Gs5 .plan .plan-price .mbr-text {
  color: #ae5eff;
  margin-bottom: 0;
}
.cid-ux8H9Y4Gs5 .plan .plan-list {
  margin-bottom: 15px;
}
.cid-ux8H9Y4Gs5 .plan .plan-list .list-group {
  color: #4f0c0c;
}
.cid-ux8H9Y4Gs5 .plan .plan-list .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 5px 0;
}
.cid-ux8H9Y4Gs5 .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-ux8H9Y4Gs5 .plan .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-ux8H9Y4Gs5 .plan .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-ux8H9Y4Gs5 .plan .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-ux8H9Y4Gs5 .plan .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-ux8H9Y4Gs5 .plan .mbr-section-btn .btn-primary:hover {
  background-color: #28303f !important;
  color: #fff7db !important;
}
.cid-ux8H9Y4Gs5 .plan:hover .mbr-iconfont {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
.cid-ux8H9Y4Gs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux8H9Y4Gs5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux8H9Y4Gs5 .head_info .mbr-section-title {
  color: #4f0c0c;
}
.cid-ux8H9Y4Gs5 .head_info .mbr-subtitle {
  color: #000000;
}
.cid-ux8H9Y4Gs5 .plan .plan-title {
  color: #fafafa;
}
.cid-ux8OdoYaOT {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-ux8OdoYaOT .head_info {
  text-align: center;
  margin-bottom: 61px;
}
.cid-ux8OdoYaOT .head_info .mbr-section-title {
  margin-bottom: 20px;
  color: #ae5eff;
}
.cid-ux8OdoYaOT .head_info .mbr-subtitle {
  color: #ffdd65;
  margin-bottom: 10px;
}
.cid-ux8OdoYaOT .head_info .mbr-section-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #4f0c0c;
}
.cid-ux8OdoYaOT .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  background-color: #4f0c0c;
  text-align: center;
  border-radius: 8px;
  padding: 42px 15px 55px;
}
.cid-ux8OdoYaOT .plan .plan-title {
  color: #ae5eff;
  margin-bottom: 32px;
}
.cid-ux8OdoYaOT .plan .icon_box {
  display: block;
  text-align: center;
  padding-bottom: 17.5px;
}
.cid-ux8OdoYaOT .plan .icon_box .ico1 {
  font-size: 79.5px;
  display: block;
  position: relative;
  color: #ffdd65;
}
.cid-ux8OdoYaOT .plan .plan-price .mbr-text {
  color: #ae5eff;
  margin-bottom: 0;
}
.cid-ux8OdoYaOT .plan .plan-list {
  margin-bottom: 15px;
}
.cid-ux8OdoYaOT .plan .plan-list .list-group {
  color: #4f0c0c;
}
.cid-ux8OdoYaOT .plan .plan-list .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 5px 0;
}
.cid-ux8OdoYaOT .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-ux8OdoYaOT .plan .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-ux8OdoYaOT .plan .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-ux8OdoYaOT .plan .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-ux8OdoYaOT .plan .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-ux8OdoYaOT .plan .mbr-section-btn .btn-primary:hover {
  background-color: #28303f !important;
  color: #fff7db !important;
}
.cid-ux8OdoYaOT .plan:hover .mbr-iconfont {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
.cid-ux8OdoYaOT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux8OdoYaOT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux8OdoYaOT .head_info .mbr-section-title {
  color: #4f0c0c;
}
.cid-ux8OdoYaOT .head_info .mbr-subtitle {
  color: #000000;
}
.cid-ux8OdoYaOT .plan .plan-title {
  color: #fafafa;
}
.cid-uAOyXbWTzv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #eff2f7;
}
.cid-uAOyXbWTzv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uAOyXbWTzv .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uAOyXbWTzv .embla__slide .slide-content {
  width: 100%;
}
.cid-uAOyXbWTzv .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uAOyXbWTzv .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAOyXbWTzv .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uAOyXbWTzv .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uAOyXbWTzv .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uAOyXbWTzv .embla__button--next,
.cid-uAOyXbWTzv .embla__button--prev {
  display: flex;
}
.cid-uAOyXbWTzv .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #4f0c0c !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uAOyXbWTzv .embla__button:hover {
  opacity: .7 !important;
}
.cid-uAOyXbWTzv .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uAOyXbWTzv .embla__button.embla__button--next {
  right: 0;
}
.cid-uAOyXbWTzv .embla {
  position: relative;
  width: 100%;
}
.cid-uAOyXbWTzv .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uAOyXbWTzv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uAOyXbWTzv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uAOyXbWTzv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uAOyXbWTzv .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uAOyXbWTzv .item-desc {
  color: #ffffff;
}
.cid-ux7JeY4lW2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #673d3d, #4f0c0c);
}
.cid-ux7JeY4lW2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux7JeY4lW2 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .container {
    padding: 0 16px;
  }
}
.cid-ux7JeY4lW2 li {
  line-height: 1.8;
}
.cid-ux7JeY4lW2 li:hover {
  cursor: pointer;
}
.cid-ux7JeY4lW2 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ux7JeY4lW2 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ux7JeY4lW2 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #232323;
}
.cid-ux7JeY4lW2 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ux7JeY4lW2 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ux7JeY4lW2 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .mbr-section-title {
  color: #ffffff;
}
.cid-ux7JeY4lW2 .copyright {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .mbr-card-title {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .list {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .mbr-section-title,
.cid-ux7JeY4lW2 .title-wrapper,
.cid-ux7JeY4lW2 .social-wrapper {
  color: #f1f5f7;
}
.cid-taHEIhTMzF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-taHEIhTMzF nav.navbar {
  position: fixed;
}
.cid-taHEIhTMzF .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-taHEIhTMzF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taHEIhTMzF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taHEIhTMzF .dropdown-item:hover,
.cid-taHEIhTMzF .dropdown-item:focus {
  background: #ae5eff !important;
  color: white !important;
}
.cid-taHEIhTMzF .dropdown-item:hover span {
  color: white;
}
.cid-taHEIhTMzF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taHEIhTMzF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taHEIhTMzF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taHEIhTMzF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taHEIhTMzF .nav-link {
  position: relative;
}
.cid-taHEIhTMzF .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-taHEIhTMzF .container {
    flex-wrap: nowrap;
  }
}
.cid-taHEIhTMzF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-taHEIhTMzF .iconfont-wrapper:hover {
  color: #ffdd65 !important;
}
.cid-taHEIhTMzF .dropdown-menu,
.cid-taHEIhTMzF .navbar.opened {
  background: #4f0c0c !important;
}
.cid-taHEIhTMzF .nav-item:focus,
.cid-taHEIhTMzF .nav-link:focus {
  outline: none;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taHEIhTMzF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taHEIhTMzF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taHEIhTMzF .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #4f0c0c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-taHEIhTMzF .navbar.opened {
  transition: all 0.3s;
}
.cid-taHEIhTMzF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taHEIhTMzF .navbar .navbar-logo img {
  width: auto;
}
.cid-taHEIhTMzF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taHEIhTMzF .navbar.collapsed {
  justify-content: center;
}
.cid-taHEIhTMzF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taHEIhTMzF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taHEIhTMzF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-taHEIhTMzF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taHEIhTMzF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taHEIhTMzF .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-taHEIhTMzF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taHEIhTMzF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taHEIhTMzF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taHEIhTMzF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taHEIhTMzF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taHEIhTMzF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taHEIhTMzF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taHEIhTMzF .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-taHEIhTMzF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taHEIhTMzF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taHEIhTMzF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taHEIhTMzF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-taHEIhTMzF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taHEIhTMzF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taHEIhTMzF .navbar.navbar-short {
  min-height: 96px;
}
.cid-taHEIhTMzF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taHEIhTMzF .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-taHEIhTMzF .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-taHEIhTMzF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taHEIhTMzF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taHEIhTMzF .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-taHEIhTMzF .dropdown-item.active,
.cid-taHEIhTMzF .dropdown-item:active {
  background-color: transparent;
}
.cid-taHEIhTMzF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taHEIhTMzF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taHEIhTMzF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taHEIhTMzF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4f0c0c;
}
.cid-taHEIhTMzF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taHEIhTMzF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taHEIhTMzF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taHEIhTMzF .navbar-buttons {
  text-align: center;
}
.cid-taHEIhTMzF .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
}
.cid-taHEIhTMzF .navbar-buttons .btn:hover {
  color: #ffdd65 !important;
}
@media (max-width: 575px) {
  .cid-taHEIhTMzF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-taHEIhTMzF .navbar-buttons .btn-black {
  border: solid 2px #ae5eff !important;
  box-shadow: 3px 3px 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF .navbar-buttons .btn-black:hover {
  border: solid 2px #ae5eff !important;
  color: #ffdd65 !important;
  box-shadow: 0 0 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #4f0c0c !important;
  border: solid 2px #ae5eff !important;
  box-shadow: 3px 3px 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF button.navbar-toggler:hover {
  border: solid 2px #ae5eff !important;
  color: #ffdd65 !important;
  box-shadow: 0 0 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHEIhTMzF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-taHEIhTMzF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taHEIhTMzF .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-taHEIhTMzF .navbar {
    height: 70px;
  }
  .cid-taHEIhTMzF .navbar.opened {
    height: auto;
  }
  .cid-taHEIhTMzF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taHEIhTMzF .navbar-nav {
  margin: 0 auto;
}
.cid-taHEIhTMzF .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-taHEIhTMzF .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-taHEIhTMzF .nav-item .nav-link::after {
  color: #ffdd65 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-taHEIhTMzF .nav-item .nav-link:hover {
  color: #ffdd65 !important;
}
.cid-taHEIhTMzF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-taHEIhTMzF .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-taHEIhTMzF .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-taHEIhTMzF .nav-item .dropdown-menu .dropdown-item {
  color: #4f0c0c !important;
  background-color: transparent !important;
}
.cid-taHEIhTMzF .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ae5eff !important;
}
@media (max-width: 991px) {
  .cid-taHEIhTMzF .navbar {
    justify-content: flex-start !important;
  }
  .cid-taHEIhTMzF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-taHEIhTMzF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-taHEIhTMzF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-taHEIhTMzF .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-taHEIhTMzF .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-taHEIhTMzF .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uxeMYBKt0q {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-uxeMYBKt0q .link-wrapper {
  width: 100%;
}
.cid-uxeMYBKt0q .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uxeMYBKt0q .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uxeMYBKt0q .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uxeMYBKt0q .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uxeMYBKt0q .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uxeMYBKt0q .mbr-section-title DIV {
  text-align: center;
}
.cid-uxeMYBKt0q .mbr-text,
.cid-uxeMYBKt0q .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uxeMYBKt0q .link,
.cid-uxeMYBKt0q .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uxeMYBKt0q .mbr-section-title {
  color: #ffffff;
}
.cid-uxeMYBKt0q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxeMYBKt0q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxeI4ntzzi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxeI4ntzzi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxeI4ntzzi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxeI4ntzzi .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uxeI4ntzzi .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uxeI4ntzzi .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uxeI4ntzzi .container {
    padding: 0 20px;
  }
}
.cid-uxeI4ntzzi .row {
  justify-content: center;
}
.cid-uxeI4ntzzi .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uxeI4ntzzi .item {
    margin-bottom: 40px;
  }
}
.cid-uxeI4ntzzi .item:hover .item-wrapper,
.cid-uxeI4ntzzi .item:focus .item-wrapper {
  border: 1px solid #4f0c0c;
}
.cid-uxeI4ntzzi .item:hover .item-wrapper .item-img img,
.cid-uxeI4ntzzi .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uxeI4ntzzi .item .item-wrapper {
  height: 100%;
  border: 1px solid #acb3b7;
  border-radius: .75rem !important;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-uxeI4ntzzi .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uxeI4ntzzi .item .item-wrapper .item-img img {
  height: 450px;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uxeI4ntzzi .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uxeI4ntzzi .item .item-wrapper .item-content {
  padding: 24px;
}
.cid-uxeI4ntzzi .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-uxeI4ntzzi .item .item-wrapper .item-content .card-price {
  margin-bottom: 16px;
}
.cid-uxeI4ntzzi .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uxeI4ntzzi .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uxeI4ntzzi .card-price {
  color: #000000;
}
.cid-uxeI4ntzzi .card-desc {
  color: #9a9a9a;
  text-align: center;
}
.cid-uxeI4ntzzi .card-title {
  color: #4f0c0c;
  text-align: left;
}
.cid-uAOzqfcSAN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #eff2f7;
}
.cid-uAOzqfcSAN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uAOzqfcSAN .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uAOzqfcSAN .embla__slide .slide-content {
  width: 100%;
}
.cid-uAOzqfcSAN .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uAOzqfcSAN .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAOzqfcSAN .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uAOzqfcSAN .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uAOzqfcSAN .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uAOzqfcSAN .embla__button--next,
.cid-uAOzqfcSAN .embla__button--prev {
  display: flex;
}
.cid-uAOzqfcSAN .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #4f0c0c !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uAOzqfcSAN .embla__button:hover {
  opacity: .7 !important;
}
.cid-uAOzqfcSAN .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uAOzqfcSAN .embla__button.embla__button--next {
  right: 0;
}
.cid-uAOzqfcSAN .embla {
  position: relative;
  width: 100%;
}
.cid-uAOzqfcSAN .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uAOzqfcSAN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uAOzqfcSAN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uAOzqfcSAN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uAOzqfcSAN .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uAOzqfcSAN .item-desc {
  color: #ffffff;
}
.cid-ux7JeY4lW2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #673d3d, #4f0c0c);
}
.cid-ux7JeY4lW2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux7JeY4lW2 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .container {
    padding: 0 16px;
  }
}
.cid-ux7JeY4lW2 li {
  line-height: 1.8;
}
.cid-ux7JeY4lW2 li:hover {
  cursor: pointer;
}
.cid-ux7JeY4lW2 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ux7JeY4lW2 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ux7JeY4lW2 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #232323;
}
.cid-ux7JeY4lW2 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ux7JeY4lW2 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ux7JeY4lW2 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .mbr-section-title {
  color: #ffffff;
}
.cid-ux7JeY4lW2 .copyright {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .mbr-card-title {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .list {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .mbr-section-title,
.cid-ux7JeY4lW2 .title-wrapper,
.cid-ux7JeY4lW2 .social-wrapper {
  color: #f1f5f7;
}
.cid-taHEIhTMzF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-taHEIhTMzF nav.navbar {
  position: fixed;
}
.cid-taHEIhTMzF .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-taHEIhTMzF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taHEIhTMzF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taHEIhTMzF .dropdown-item:hover,
.cid-taHEIhTMzF .dropdown-item:focus {
  background: #ae5eff !important;
  color: white !important;
}
.cid-taHEIhTMzF .dropdown-item:hover span {
  color: white;
}
.cid-taHEIhTMzF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taHEIhTMzF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taHEIhTMzF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taHEIhTMzF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taHEIhTMzF .nav-link {
  position: relative;
}
.cid-taHEIhTMzF .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-taHEIhTMzF .container {
    flex-wrap: nowrap;
  }
}
.cid-taHEIhTMzF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-taHEIhTMzF .iconfont-wrapper:hover {
  color: #ffdd65 !important;
}
.cid-taHEIhTMzF .dropdown-menu,
.cid-taHEIhTMzF .navbar.opened {
  background: #4f0c0c !important;
}
.cid-taHEIhTMzF .nav-item:focus,
.cid-taHEIhTMzF .nav-link:focus {
  outline: none;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taHEIhTMzF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taHEIhTMzF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taHEIhTMzF .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #4f0c0c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-taHEIhTMzF .navbar.opened {
  transition: all 0.3s;
}
.cid-taHEIhTMzF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taHEIhTMzF .navbar .navbar-logo img {
  width: auto;
}
.cid-taHEIhTMzF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taHEIhTMzF .navbar.collapsed {
  justify-content: center;
}
.cid-taHEIhTMzF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taHEIhTMzF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taHEIhTMzF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-taHEIhTMzF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taHEIhTMzF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taHEIhTMzF .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-taHEIhTMzF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taHEIhTMzF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taHEIhTMzF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taHEIhTMzF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taHEIhTMzF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taHEIhTMzF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taHEIhTMzF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taHEIhTMzF .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-taHEIhTMzF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taHEIhTMzF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taHEIhTMzF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taHEIhTMzF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-taHEIhTMzF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taHEIhTMzF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taHEIhTMzF .navbar.navbar-short {
  min-height: 96px;
}
.cid-taHEIhTMzF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taHEIhTMzF .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-taHEIhTMzF .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-taHEIhTMzF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taHEIhTMzF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taHEIhTMzF .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-taHEIhTMzF .dropdown-item.active,
.cid-taHEIhTMzF .dropdown-item:active {
  background-color: transparent;
}
.cid-taHEIhTMzF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taHEIhTMzF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taHEIhTMzF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taHEIhTMzF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4f0c0c;
}
.cid-taHEIhTMzF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taHEIhTMzF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taHEIhTMzF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taHEIhTMzF .navbar-buttons {
  text-align: center;
}
.cid-taHEIhTMzF .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
}
.cid-taHEIhTMzF .navbar-buttons .btn:hover {
  color: #ffdd65 !important;
}
@media (max-width: 575px) {
  .cid-taHEIhTMzF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-taHEIhTMzF .navbar-buttons .btn-black {
  border: solid 2px #ae5eff !important;
  box-shadow: 3px 3px 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF .navbar-buttons .btn-black:hover {
  border: solid 2px #ae5eff !important;
  color: #ffdd65 !important;
  box-shadow: 0 0 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #4f0c0c !important;
  border: solid 2px #ae5eff !important;
  box-shadow: 3px 3px 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF button.navbar-toggler:hover {
  border: solid 2px #ae5eff !important;
  color: #ffdd65 !important;
  box-shadow: 0 0 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHEIhTMzF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-taHEIhTMzF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taHEIhTMzF .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-taHEIhTMzF .navbar {
    height: 70px;
  }
  .cid-taHEIhTMzF .navbar.opened {
    height: auto;
  }
  .cid-taHEIhTMzF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taHEIhTMzF .navbar-nav {
  margin: 0 auto;
}
.cid-taHEIhTMzF .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-taHEIhTMzF .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-taHEIhTMzF .nav-item .nav-link::after {
  color: #ffdd65 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-taHEIhTMzF .nav-item .nav-link:hover {
  color: #ffdd65 !important;
}
.cid-taHEIhTMzF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-taHEIhTMzF .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-taHEIhTMzF .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-taHEIhTMzF .nav-item .dropdown-menu .dropdown-item {
  color: #4f0c0c !important;
  background-color: transparent !important;
}
.cid-taHEIhTMzF .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ae5eff !important;
}
@media (max-width: 991px) {
  .cid-taHEIhTMzF .navbar {
    justify-content: flex-start !important;
  }
  .cid-taHEIhTMzF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-taHEIhTMzF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-taHEIhTMzF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-taHEIhTMzF .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-taHEIhTMzF .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-taHEIhTMzF .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uxdyPDJjrh {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-uxdyPDJjrh .link-wrapper {
  width: 100%;
}
.cid-uxdyPDJjrh .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uxdyPDJjrh .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uxdyPDJjrh .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uxdyPDJjrh .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uxdyPDJjrh .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uxdyPDJjrh .mbr-section-title DIV {
  text-align: center;
}
.cid-uxdyPDJjrh .mbr-text,
.cid-uxdyPDJjrh .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uxdyPDJjrh .link,
.cid-uxdyPDJjrh .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uxdyPDJjrh .mbr-section-title {
  color: #ffffff;
}
.cid-uxdyPDJjrh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxdyPDJjrh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxdxusHVmP {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxdxusHVmP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxdxusHVmP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxdxusHVmP .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-uxdxusHVmP .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-uxdxusHVmP .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uxdxusHVmP .item-img {
    width: 100%;
  }
}
.cid-uxdxusHVmP .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-uxdxusHVmP .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uxdxusHVmP .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-uxdxusHVmP .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uxdxusHVmP .card-title {
  color: #4f0c0c;
}
.cid-uxdxusHVmP .card-text {
  margin-top: 25px;
  color: #131313;
}
@media (max-width: 991px) {
  .cid-uxdxusHVmP .card-text {
    margin-top: 20px;
  }
}
.cid-uxdxusHVmP .mbr-section-btn {
  margin-top: 34px;
}
@media (max-width: 991px) {
  .cid-uxdxusHVmP .mbr-section-btn {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .cid-uxdxusHVmP .mbr-section-btn {
    margin-top: 4px;
  }
}
.cid-uAOA0mUCx3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #eff2f7;
}
.cid-uAOA0mUCx3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uAOA0mUCx3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uAOA0mUCx3 .embla__slide .slide-content {
  width: 100%;
}
.cid-uAOA0mUCx3 .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uAOA0mUCx3 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAOA0mUCx3 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uAOA0mUCx3 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uAOA0mUCx3 .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uAOA0mUCx3 .embla__button--next,
.cid-uAOA0mUCx3 .embla__button--prev {
  display: flex;
}
.cid-uAOA0mUCx3 .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #4f0c0c !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uAOA0mUCx3 .embla__button:hover {
  opacity: .7 !important;
}
.cid-uAOA0mUCx3 .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uAOA0mUCx3 .embla__button.embla__button--next {
  right: 0;
}
.cid-uAOA0mUCx3 .embla {
  position: relative;
  width: 100%;
}
.cid-uAOA0mUCx3 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uAOA0mUCx3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uAOA0mUCx3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uAOA0mUCx3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uAOA0mUCx3 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uAOA0mUCx3 .item-desc {
  color: #ffffff;
}
.cid-ux7JeY4lW2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #673d3d, #4f0c0c);
}
.cid-ux7JeY4lW2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux7JeY4lW2 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .container {
    padding: 0 16px;
  }
}
.cid-ux7JeY4lW2 li {
  line-height: 1.8;
}
.cid-ux7JeY4lW2 li:hover {
  cursor: pointer;
}
.cid-ux7JeY4lW2 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ux7JeY4lW2 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ux7JeY4lW2 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #232323;
}
.cid-ux7JeY4lW2 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ux7JeY4lW2 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ux7JeY4lW2 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .mbr-section-title {
  color: #ffffff;
}
.cid-ux7JeY4lW2 .copyright {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .mbr-card-title {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .list {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .mbr-section-title,
.cid-ux7JeY4lW2 .title-wrapper,
.cid-ux7JeY4lW2 .social-wrapper {
  color: #f1f5f7;
}
.cid-taHEIhTMzF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-taHEIhTMzF nav.navbar {
  position: fixed;
}
.cid-taHEIhTMzF .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-taHEIhTMzF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taHEIhTMzF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taHEIhTMzF .dropdown-item:hover,
.cid-taHEIhTMzF .dropdown-item:focus {
  background: #ae5eff !important;
  color: white !important;
}
.cid-taHEIhTMzF .dropdown-item:hover span {
  color: white;
}
.cid-taHEIhTMzF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taHEIhTMzF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taHEIhTMzF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taHEIhTMzF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taHEIhTMzF .nav-link {
  position: relative;
}
.cid-taHEIhTMzF .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-taHEIhTMzF .container {
    flex-wrap: nowrap;
  }
}
.cid-taHEIhTMzF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-taHEIhTMzF .iconfont-wrapper:hover {
  color: #ffdd65 !important;
}
.cid-taHEIhTMzF .dropdown-menu,
.cid-taHEIhTMzF .navbar.opened {
  background: #4f0c0c !important;
}
.cid-taHEIhTMzF .nav-item:focus,
.cid-taHEIhTMzF .nav-link:focus {
  outline: none;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taHEIhTMzF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taHEIhTMzF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taHEIhTMzF .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #4f0c0c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-taHEIhTMzF .navbar.opened {
  transition: all 0.3s;
}
.cid-taHEIhTMzF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taHEIhTMzF .navbar .navbar-logo img {
  width: auto;
}
.cid-taHEIhTMzF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taHEIhTMzF .navbar.collapsed {
  justify-content: center;
}
.cid-taHEIhTMzF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taHEIhTMzF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taHEIhTMzF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-taHEIhTMzF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taHEIhTMzF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taHEIhTMzF .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-taHEIhTMzF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taHEIhTMzF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taHEIhTMzF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taHEIhTMzF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taHEIhTMzF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taHEIhTMzF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taHEIhTMzF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taHEIhTMzF .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-taHEIhTMzF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taHEIhTMzF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taHEIhTMzF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taHEIhTMzF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-taHEIhTMzF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taHEIhTMzF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taHEIhTMzF .navbar.navbar-short {
  min-height: 96px;
}
.cid-taHEIhTMzF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taHEIhTMzF .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-taHEIhTMzF .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-taHEIhTMzF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taHEIhTMzF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taHEIhTMzF .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-taHEIhTMzF .dropdown-item.active,
.cid-taHEIhTMzF .dropdown-item:active {
  background-color: transparent;
}
.cid-taHEIhTMzF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taHEIhTMzF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taHEIhTMzF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taHEIhTMzF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4f0c0c;
}
.cid-taHEIhTMzF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taHEIhTMzF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taHEIhTMzF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taHEIhTMzF .navbar-buttons {
  text-align: center;
}
.cid-taHEIhTMzF .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
}
.cid-taHEIhTMzF .navbar-buttons .btn:hover {
  color: #ffdd65 !important;
}
@media (max-width: 575px) {
  .cid-taHEIhTMzF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-taHEIhTMzF .navbar-buttons .btn-black {
  border: solid 2px #ae5eff !important;
  box-shadow: 3px 3px 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF .navbar-buttons .btn-black:hover {
  border: solid 2px #ae5eff !important;
  color: #ffdd65 !important;
  box-shadow: 0 0 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #4f0c0c !important;
  border: solid 2px #ae5eff !important;
  box-shadow: 3px 3px 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF button.navbar-toggler:hover {
  border: solid 2px #ae5eff !important;
  color: #ffdd65 !important;
  box-shadow: 0 0 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHEIhTMzF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-taHEIhTMzF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taHEIhTMzF .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-taHEIhTMzF .navbar {
    height: 70px;
  }
  .cid-taHEIhTMzF .navbar.opened {
    height: auto;
  }
  .cid-taHEIhTMzF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taHEIhTMzF .navbar-nav {
  margin: 0 auto;
}
.cid-taHEIhTMzF .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-taHEIhTMzF .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-taHEIhTMzF .nav-item .nav-link::after {
  color: #ffdd65 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-taHEIhTMzF .nav-item .nav-link:hover {
  color: #ffdd65 !important;
}
.cid-taHEIhTMzF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-taHEIhTMzF .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-taHEIhTMzF .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-taHEIhTMzF .nav-item .dropdown-menu .dropdown-item {
  color: #4f0c0c !important;
  background-color: transparent !important;
}
.cid-taHEIhTMzF .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ae5eff !important;
}
@media (max-width: 991px) {
  .cid-taHEIhTMzF .navbar {
    justify-content: flex-start !important;
  }
  .cid-taHEIhTMzF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-taHEIhTMzF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-taHEIhTMzF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-taHEIhTMzF .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-taHEIhTMzF .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-taHEIhTMzF .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uzTdCV5zYB {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #cecdc7;
}
.cid-uzTdCV5zYB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzTdCV5zYB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzTdCV5zYB .row {
  justify-content: center;
}
.cid-uzTdCV5zYB .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uzTdCV5zYB .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uzTdCV5zYB .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzTdCV5zYB .item {
    margin-bottom: 16px;
  }
}
.cid-uzTdCV5zYB .item:hover .item-wrapper .item-img img,
.cid-uzTdCV5zYB .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uzTdCV5zYB .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
  padding: 40px;
  border-radius: 2rem;
  background-color: #4f0c0c;
}
@media (max-width: 992px) {
  .cid-uzTdCV5zYB .item .item-wrapper {
    padding: 40px 20px;
  }
}
.cid-uzTdCV5zYB .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzTdCV5zYB .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uzTdCV5zYB .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #eff2f7;
  color: #4f0c0c;
  font-size: 60px;
}
.cid-uzTdCV5zYB .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uzTdCV5zYB .item .item-wrapper .card-box .list {
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.cid-uzTdCV5zYB .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 15px;
}
.cid-uzTdCV5zYB .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzTdCV5zYB .mbr-section-title {
  color: #4f0c0c;
  text-align: center;
}
.cid-uzTdCV5zYB .item-title {
  color: #000000;
}
.cid-uzTdCV5zYB .list {
  color: #000000;
}
.cid-uzTdCV5zYB .item-title,
.cid-uzTdCV5zYB .icon-wrapper,
.cid-uzTdCV5zYB .mbr-section-btn {
  text-align: center;
}
.cid-uzTdCV5zYB .list,
.cid-uzTdCV5zYB .item-wrap {
  color: #eff2f7;
  text-align: center;
}
.cid-uzTdE6fpNP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #eff2f7;
}
.cid-uzTdE6fpNP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uzTdE6fpNP .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uzTdE6fpNP .embla__slide .slide-content {
  width: 100%;
}
.cid-uzTdE6fpNP .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uzTdE6fpNP .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzTdE6fpNP .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uzTdE6fpNP .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uzTdE6fpNP .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uzTdE6fpNP .embla__button--next,
.cid-uzTdE6fpNP .embla__button--prev {
  display: flex;
}
.cid-uzTdE6fpNP .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uzTdE6fpNP .embla__button:hover {
  opacity: .7 !important;
}
.cid-uzTdE6fpNP .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uzTdE6fpNP .embla__button.embla__button--next {
  right: 0;
}
.cid-uzTdE6fpNP .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uzTdE6fpNP .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uzTdE6fpNP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzTdE6fpNP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzTdE6fpNP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzTdE6fpNP .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uzTdE6fpNP .item-desc {
  color: #ffffff;
}
.cid-ux7JeY4lW2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #673d3d, #4f0c0c);
}
.cid-ux7JeY4lW2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux7JeY4lW2 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .container {
    padding: 0 16px;
  }
}
.cid-ux7JeY4lW2 li {
  line-height: 1.8;
}
.cid-ux7JeY4lW2 li:hover {
  cursor: pointer;
}
.cid-ux7JeY4lW2 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ux7JeY4lW2 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ux7JeY4lW2 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #232323;
}
.cid-ux7JeY4lW2 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ux7JeY4lW2 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ux7JeY4lW2 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .mbr-section-title {
  color: #ffffff;
}
.cid-ux7JeY4lW2 .copyright {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .mbr-card-title {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .list {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .mbr-section-title,
.cid-ux7JeY4lW2 .title-wrapper,
.cid-ux7JeY4lW2 .social-wrapper {
  color: #f1f5f7;
}
.cid-taHEIhTMzF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-taHEIhTMzF nav.navbar {
  position: fixed;
}
.cid-taHEIhTMzF .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-taHEIhTMzF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taHEIhTMzF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taHEIhTMzF .dropdown-item:hover,
.cid-taHEIhTMzF .dropdown-item:focus {
  background: #ae5eff !important;
  color: white !important;
}
.cid-taHEIhTMzF .dropdown-item:hover span {
  color: white;
}
.cid-taHEIhTMzF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taHEIhTMzF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taHEIhTMzF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taHEIhTMzF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taHEIhTMzF .nav-link {
  position: relative;
}
.cid-taHEIhTMzF .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-taHEIhTMzF .container {
    flex-wrap: nowrap;
  }
}
.cid-taHEIhTMzF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-taHEIhTMzF .iconfont-wrapper:hover {
  color: #ffdd65 !important;
}
.cid-taHEIhTMzF .dropdown-menu,
.cid-taHEIhTMzF .navbar.opened {
  background: #4f0c0c !important;
}
.cid-taHEIhTMzF .nav-item:focus,
.cid-taHEIhTMzF .nav-link:focus {
  outline: none;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taHEIhTMzF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taHEIhTMzF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taHEIhTMzF .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #4f0c0c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-taHEIhTMzF .navbar.opened {
  transition: all 0.3s;
}
.cid-taHEIhTMzF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taHEIhTMzF .navbar .navbar-logo img {
  width: auto;
}
.cid-taHEIhTMzF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taHEIhTMzF .navbar.collapsed {
  justify-content: center;
}
.cid-taHEIhTMzF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taHEIhTMzF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taHEIhTMzF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-taHEIhTMzF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taHEIhTMzF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taHEIhTMzF .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-taHEIhTMzF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taHEIhTMzF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taHEIhTMzF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taHEIhTMzF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taHEIhTMzF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taHEIhTMzF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taHEIhTMzF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taHEIhTMzF .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-taHEIhTMzF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taHEIhTMzF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taHEIhTMzF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taHEIhTMzF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-taHEIhTMzF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taHEIhTMzF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taHEIhTMzF .navbar.navbar-short {
  min-height: 96px;
}
.cid-taHEIhTMzF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taHEIhTMzF .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-taHEIhTMzF .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-taHEIhTMzF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taHEIhTMzF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taHEIhTMzF .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-taHEIhTMzF .dropdown-item.active,
.cid-taHEIhTMzF .dropdown-item:active {
  background-color: transparent;
}
.cid-taHEIhTMzF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taHEIhTMzF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taHEIhTMzF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taHEIhTMzF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4f0c0c;
}
.cid-taHEIhTMzF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taHEIhTMzF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taHEIhTMzF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taHEIhTMzF .navbar-buttons {
  text-align: center;
}
.cid-taHEIhTMzF .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
}
.cid-taHEIhTMzF .navbar-buttons .btn:hover {
  color: #ffdd65 !important;
}
@media (max-width: 575px) {
  .cid-taHEIhTMzF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-taHEIhTMzF .navbar-buttons .btn-black {
  border: solid 2px #ae5eff !important;
  box-shadow: 3px 3px 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF .navbar-buttons .btn-black:hover {
  border: solid 2px #ae5eff !important;
  color: #ffdd65 !important;
  box-shadow: 0 0 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #4f0c0c !important;
  border: solid 2px #ae5eff !important;
  box-shadow: 3px 3px 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF button.navbar-toggler:hover {
  border: solid 2px #ae5eff !important;
  color: #ffdd65 !important;
  box-shadow: 0 0 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHEIhTMzF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-taHEIhTMzF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taHEIhTMzF .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-taHEIhTMzF .navbar {
    height: 70px;
  }
  .cid-taHEIhTMzF .navbar.opened {
    height: auto;
  }
  .cid-taHEIhTMzF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taHEIhTMzF .navbar-nav {
  margin: 0 auto;
}
.cid-taHEIhTMzF .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-taHEIhTMzF .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-taHEIhTMzF .nav-item .nav-link::after {
  color: #ffdd65 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-taHEIhTMzF .nav-item .nav-link:hover {
  color: #ffdd65 !important;
}
.cid-taHEIhTMzF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-taHEIhTMzF .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-taHEIhTMzF .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-taHEIhTMzF .nav-item .dropdown-menu .dropdown-item {
  color: #4f0c0c !important;
  background-color: transparent !important;
}
.cid-taHEIhTMzF .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ae5eff !important;
}
@media (max-width: 991px) {
  .cid-taHEIhTMzF .navbar {
    justify-content: flex-start !important;
  }
  .cid-taHEIhTMzF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-taHEIhTMzF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-taHEIhTMzF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-taHEIhTMzF .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-taHEIhTMzF .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-taHEIhTMzF .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uzTfrUobF6 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #cecdc7;
}
.cid-uzTfrUobF6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzTfrUobF6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzTfrUobF6 .row {
  justify-content: center;
}
.cid-uzTfrUobF6 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uzTfrUobF6 .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uzTfrUobF6 .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzTfrUobF6 .item {
    margin-bottom: 16px;
  }
}
.cid-uzTfrUobF6 .item:hover .item-wrapper .item-img img,
.cid-uzTfrUobF6 .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uzTfrUobF6 .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
  padding: 40px;
  border-radius: 2rem;
  background-color: #4f0c0c;
}
@media (max-width: 992px) {
  .cid-uzTfrUobF6 .item .item-wrapper {
    padding: 40px 20px;
  }
}
.cid-uzTfrUobF6 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzTfrUobF6 .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uzTfrUobF6 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #eff2f7;
  color: #4f0c0c;
  font-size: 60px;
}
.cid-uzTfrUobF6 .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uzTfrUobF6 .item .item-wrapper .card-box .list {
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.cid-uzTfrUobF6 .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 15px;
}
.cid-uzTfrUobF6 .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzTfrUobF6 .mbr-section-title {
  color: #4f0c0c;
  text-align: center;
}
.cid-uzTfrUobF6 .item-title {
  color: #000000;
}
.cid-uzTfrUobF6 .list {
  color: #000000;
}
.cid-uzTfrUobF6 .item-title,
.cid-uzTfrUobF6 .icon-wrapper,
.cid-uzTfrUobF6 .mbr-section-btn {
  text-align: center;
}
.cid-uzTfrUobF6 .list,
.cid-uzTfrUobF6 .item-wrap {
  color: #eff2f7;
  text-align: center;
}
.cid-uzTfsy0wuX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #eff2f7;
}
.cid-uzTfsy0wuX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uzTfsy0wuX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uzTfsy0wuX .embla__slide .slide-content {
  width: 100%;
}
.cid-uzTfsy0wuX .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uzTfsy0wuX .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzTfsy0wuX .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uzTfsy0wuX .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uzTfsy0wuX .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uzTfsy0wuX .embla__button--next,
.cid-uzTfsy0wuX .embla__button--prev {
  display: flex;
}
.cid-uzTfsy0wuX .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uzTfsy0wuX .embla__button:hover {
  opacity: .7 !important;
}
.cid-uzTfsy0wuX .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uzTfsy0wuX .embla__button.embla__button--next {
  right: 0;
}
.cid-uzTfsy0wuX .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uzTfsy0wuX .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uzTfsy0wuX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzTfsy0wuX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzTfsy0wuX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzTfsy0wuX .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uzTfsy0wuX .item-desc {
  color: #ffffff;
}
.cid-ux7JeY4lW2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #673d3d, #4f0c0c);
}
.cid-ux7JeY4lW2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux7JeY4lW2 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .container {
    padding: 0 16px;
  }
}
.cid-ux7JeY4lW2 li {
  line-height: 1.8;
}
.cid-ux7JeY4lW2 li:hover {
  cursor: pointer;
}
.cid-ux7JeY4lW2 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ux7JeY4lW2 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ux7JeY4lW2 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #232323;
}
.cid-ux7JeY4lW2 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ux7JeY4lW2 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ux7JeY4lW2 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .mbr-section-title {
  color: #ffffff;
}
.cid-ux7JeY4lW2 .copyright {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .mbr-card-title {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .list {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .mbr-section-title,
.cid-ux7JeY4lW2 .title-wrapper,
.cid-ux7JeY4lW2 .social-wrapper {
  color: #f1f5f7;
}
.cid-taHEIhTMzF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-taHEIhTMzF nav.navbar {
  position: fixed;
}
.cid-taHEIhTMzF .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-taHEIhTMzF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taHEIhTMzF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taHEIhTMzF .dropdown-item:hover,
.cid-taHEIhTMzF .dropdown-item:focus {
  background: #ae5eff !important;
  color: white !important;
}
.cid-taHEIhTMzF .dropdown-item:hover span {
  color: white;
}
.cid-taHEIhTMzF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taHEIhTMzF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taHEIhTMzF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taHEIhTMzF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taHEIhTMzF .nav-link {
  position: relative;
}
.cid-taHEIhTMzF .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-taHEIhTMzF .container {
    flex-wrap: nowrap;
  }
}
.cid-taHEIhTMzF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-taHEIhTMzF .iconfont-wrapper:hover {
  color: #ffdd65 !important;
}
.cid-taHEIhTMzF .dropdown-menu,
.cid-taHEIhTMzF .navbar.opened {
  background: #4f0c0c !important;
}
.cid-taHEIhTMzF .nav-item:focus,
.cid-taHEIhTMzF .nav-link:focus {
  outline: none;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taHEIhTMzF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taHEIhTMzF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taHEIhTMzF .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #4f0c0c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-taHEIhTMzF .navbar.opened {
  transition: all 0.3s;
}
.cid-taHEIhTMzF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taHEIhTMzF .navbar .navbar-logo img {
  width: auto;
}
.cid-taHEIhTMzF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taHEIhTMzF .navbar.collapsed {
  justify-content: center;
}
.cid-taHEIhTMzF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taHEIhTMzF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taHEIhTMzF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-taHEIhTMzF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taHEIhTMzF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taHEIhTMzF .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-taHEIhTMzF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taHEIhTMzF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taHEIhTMzF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taHEIhTMzF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taHEIhTMzF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taHEIhTMzF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taHEIhTMzF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taHEIhTMzF .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-taHEIhTMzF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taHEIhTMzF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taHEIhTMzF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taHEIhTMzF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-taHEIhTMzF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taHEIhTMzF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taHEIhTMzF .navbar.navbar-short {
  min-height: 96px;
}
.cid-taHEIhTMzF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taHEIhTMzF .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-taHEIhTMzF .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-taHEIhTMzF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taHEIhTMzF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taHEIhTMzF .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-taHEIhTMzF .dropdown-item.active,
.cid-taHEIhTMzF .dropdown-item:active {
  background-color: transparent;
}
.cid-taHEIhTMzF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taHEIhTMzF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taHEIhTMzF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taHEIhTMzF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4f0c0c;
}
.cid-taHEIhTMzF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taHEIhTMzF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taHEIhTMzF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taHEIhTMzF .navbar-buttons {
  text-align: center;
}
.cid-taHEIhTMzF .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
}
.cid-taHEIhTMzF .navbar-buttons .btn:hover {
  color: #ffdd65 !important;
}
@media (max-width: 575px) {
  .cid-taHEIhTMzF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-taHEIhTMzF .navbar-buttons .btn-black {
  border: solid 2px #ae5eff !important;
  box-shadow: 3px 3px 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF .navbar-buttons .btn-black:hover {
  border: solid 2px #ae5eff !important;
  color: #ffdd65 !important;
  box-shadow: 0 0 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #4f0c0c !important;
  border: solid 2px #ae5eff !important;
  box-shadow: 3px 3px 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF button.navbar-toggler:hover {
  border: solid 2px #ae5eff !important;
  color: #ffdd65 !important;
  box-shadow: 0 0 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHEIhTMzF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-taHEIhTMzF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taHEIhTMzF .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-taHEIhTMzF .navbar {
    height: 70px;
  }
  .cid-taHEIhTMzF .navbar.opened {
    height: auto;
  }
  .cid-taHEIhTMzF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taHEIhTMzF .navbar-nav {
  margin: 0 auto;
}
.cid-taHEIhTMzF .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-taHEIhTMzF .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-taHEIhTMzF .nav-item .nav-link::after {
  color: #ffdd65 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-taHEIhTMzF .nav-item .nav-link:hover {
  color: #ffdd65 !important;
}
.cid-taHEIhTMzF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-taHEIhTMzF .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-taHEIhTMzF .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-taHEIhTMzF .nav-item .dropdown-menu .dropdown-item {
  color: #4f0c0c !important;
  background-color: transparent !important;
}
.cid-taHEIhTMzF .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ae5eff !important;
}
@media (max-width: 991px) {
  .cid-taHEIhTMzF .navbar {
    justify-content: flex-start !important;
  }
  .cid-taHEIhTMzF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-taHEIhTMzF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-taHEIhTMzF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-taHEIhTMzF .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-taHEIhTMzF .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-taHEIhTMzF .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uzThcfyDJf {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #cecdc7;
}
.cid-uzThcfyDJf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzThcfyDJf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzThcfyDJf .row {
  justify-content: center;
}
.cid-uzThcfyDJf .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uzThcfyDJf .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uzThcfyDJf .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzThcfyDJf .item {
    margin-bottom: 16px;
  }
}
.cid-uzThcfyDJf .item:hover .item-wrapper .item-img img,
.cid-uzThcfyDJf .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uzThcfyDJf .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
  padding: 40px;
  border-radius: 2rem;
  background-color: #4f0c0c;
}
@media (max-width: 992px) {
  .cid-uzThcfyDJf .item .item-wrapper {
    padding: 40px 20px;
  }
}
.cid-uzThcfyDJf .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzThcfyDJf .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uzThcfyDJf .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #eff2f7;
  color: #4f0c0c;
  font-size: 60px;
}
.cid-uzThcfyDJf .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uzThcfyDJf .item .item-wrapper .card-box .list {
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.cid-uzThcfyDJf .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 15px;
}
.cid-uzThcfyDJf .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzThcfyDJf .mbr-section-title {
  color: #4f0c0c;
  text-align: center;
}
.cid-uzThcfyDJf .item-title {
  color: #000000;
}
.cid-uzThcfyDJf .list {
  color: #000000;
}
.cid-uzThcfyDJf .item-title,
.cid-uzThcfyDJf .icon-wrapper,
.cid-uzThcfyDJf .mbr-section-btn {
  text-align: center;
}
.cid-uzThcfyDJf .list,
.cid-uzThcfyDJf .item-wrap {
  color: #eff2f7;
  text-align: center;
}
.cid-uzThcTpDXB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #eff2f7;
}
.cid-uzThcTpDXB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uzThcTpDXB .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uzThcTpDXB .embla__slide .slide-content {
  width: 100%;
}
.cid-uzThcTpDXB .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uzThcTpDXB .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzThcTpDXB .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uzThcTpDXB .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uzThcTpDXB .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uzThcTpDXB .embla__button--next,
.cid-uzThcTpDXB .embla__button--prev {
  display: flex;
}
.cid-uzThcTpDXB .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uzThcTpDXB .embla__button:hover {
  opacity: .7 !important;
}
.cid-uzThcTpDXB .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uzThcTpDXB .embla__button.embla__button--next {
  right: 0;
}
.cid-uzThcTpDXB .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uzThcTpDXB .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uzThcTpDXB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzThcTpDXB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzThcTpDXB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzThcTpDXB .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uzThcTpDXB .item-desc {
  color: #ffffff;
}
.cid-ux7JeY4lW2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #673d3d, #4f0c0c);
}
.cid-ux7JeY4lW2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux7JeY4lW2 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .container {
    padding: 0 16px;
  }
}
.cid-ux7JeY4lW2 li {
  line-height: 1.8;
}
.cid-ux7JeY4lW2 li:hover {
  cursor: pointer;
}
.cid-ux7JeY4lW2 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ux7JeY4lW2 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ux7JeY4lW2 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #232323;
}
.cid-ux7JeY4lW2 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ux7JeY4lW2 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ux7JeY4lW2 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .mbr-section-title {
  color: #ffffff;
}
.cid-ux7JeY4lW2 .copyright {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .mbr-card-title {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .list {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .mbr-section-title,
.cid-ux7JeY4lW2 .title-wrapper,
.cid-ux7JeY4lW2 .social-wrapper {
  color: #f1f5f7;
}
.cid-taHEIhTMzF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-taHEIhTMzF nav.navbar {
  position: fixed;
}
.cid-taHEIhTMzF .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-taHEIhTMzF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taHEIhTMzF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taHEIhTMzF .dropdown-item:hover,
.cid-taHEIhTMzF .dropdown-item:focus {
  background: #ae5eff !important;
  color: white !important;
}
.cid-taHEIhTMzF .dropdown-item:hover span {
  color: white;
}
.cid-taHEIhTMzF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taHEIhTMzF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taHEIhTMzF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taHEIhTMzF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taHEIhTMzF .nav-link {
  position: relative;
}
.cid-taHEIhTMzF .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-taHEIhTMzF .container {
    flex-wrap: nowrap;
  }
}
.cid-taHEIhTMzF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-taHEIhTMzF .iconfont-wrapper:hover {
  color: #ffdd65 !important;
}
.cid-taHEIhTMzF .dropdown-menu,
.cid-taHEIhTMzF .navbar.opened {
  background: #4f0c0c !important;
}
.cid-taHEIhTMzF .nav-item:focus,
.cid-taHEIhTMzF .nav-link:focus {
  outline: none;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taHEIhTMzF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taHEIhTMzF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taHEIhTMzF .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #4f0c0c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-taHEIhTMzF .navbar.opened {
  transition: all 0.3s;
}
.cid-taHEIhTMzF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taHEIhTMzF .navbar .navbar-logo img {
  width: auto;
}
.cid-taHEIhTMzF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taHEIhTMzF .navbar.collapsed {
  justify-content: center;
}
.cid-taHEIhTMzF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taHEIhTMzF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taHEIhTMzF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-taHEIhTMzF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taHEIhTMzF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taHEIhTMzF .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-taHEIhTMzF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taHEIhTMzF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taHEIhTMzF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taHEIhTMzF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taHEIhTMzF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taHEIhTMzF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taHEIhTMzF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taHEIhTMzF .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-taHEIhTMzF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taHEIhTMzF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taHEIhTMzF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taHEIhTMzF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-taHEIhTMzF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taHEIhTMzF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taHEIhTMzF .navbar.navbar-short {
  min-height: 96px;
}
.cid-taHEIhTMzF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taHEIhTMzF .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-taHEIhTMzF .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-taHEIhTMzF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taHEIhTMzF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taHEIhTMzF .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-taHEIhTMzF .dropdown-item.active,
.cid-taHEIhTMzF .dropdown-item:active {
  background-color: transparent;
}
.cid-taHEIhTMzF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taHEIhTMzF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taHEIhTMzF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taHEIhTMzF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4f0c0c;
}
.cid-taHEIhTMzF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taHEIhTMzF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taHEIhTMzF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taHEIhTMzF .navbar-buttons {
  text-align: center;
}
.cid-taHEIhTMzF .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
}
.cid-taHEIhTMzF .navbar-buttons .btn:hover {
  color: #ffdd65 !important;
}
@media (max-width: 575px) {
  .cid-taHEIhTMzF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-taHEIhTMzF .navbar-buttons .btn-black {
  border: solid 2px #ae5eff !important;
  box-shadow: 3px 3px 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF .navbar-buttons .btn-black:hover {
  border: solid 2px #ae5eff !important;
  color: #ffdd65 !important;
  box-shadow: 0 0 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #4f0c0c !important;
  border: solid 2px #ae5eff !important;
  box-shadow: 3px 3px 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF button.navbar-toggler:hover {
  border: solid 2px #ae5eff !important;
  color: #ffdd65 !important;
  box-shadow: 0 0 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHEIhTMzF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-taHEIhTMzF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taHEIhTMzF .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-taHEIhTMzF .navbar {
    height: 70px;
  }
  .cid-taHEIhTMzF .navbar.opened {
    height: auto;
  }
  .cid-taHEIhTMzF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taHEIhTMzF .navbar-nav {
  margin: 0 auto;
}
.cid-taHEIhTMzF .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-taHEIhTMzF .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-taHEIhTMzF .nav-item .nav-link::after {
  color: #ffdd65 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-taHEIhTMzF .nav-item .nav-link:hover {
  color: #ffdd65 !important;
}
.cid-taHEIhTMzF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-taHEIhTMzF .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-taHEIhTMzF .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-taHEIhTMzF .nav-item .dropdown-menu .dropdown-item {
  color: #4f0c0c !important;
  background-color: transparent !important;
}
.cid-taHEIhTMzF .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ae5eff !important;
}
@media (max-width: 991px) {
  .cid-taHEIhTMzF .navbar {
    justify-content: flex-start !important;
  }
  .cid-taHEIhTMzF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-taHEIhTMzF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-taHEIhTMzF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-taHEIhTMzF .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-taHEIhTMzF .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-taHEIhTMzF .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uzTlsxQxGR {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #cecdc7;
}
.cid-uzTlsxQxGR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzTlsxQxGR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzTlsxQxGR .row {
  justify-content: center;
}
.cid-uzTlsxQxGR .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uzTlsxQxGR .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uzTlsxQxGR .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzTlsxQxGR .item {
    margin-bottom: 16px;
  }
}
.cid-uzTlsxQxGR .item:hover .item-wrapper .item-img img,
.cid-uzTlsxQxGR .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uzTlsxQxGR .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
  padding: 40px;
  border-radius: 2rem;
  background-color: #4f0c0c;
}
@media (max-width: 992px) {
  .cid-uzTlsxQxGR .item .item-wrapper {
    padding: 40px 20px;
  }
}
.cid-uzTlsxQxGR .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzTlsxQxGR .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uzTlsxQxGR .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #eff2f7;
  color: #4f0c0c;
  font-size: 60px;
}
.cid-uzTlsxQxGR .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uzTlsxQxGR .item .item-wrapper .card-box .list {
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.cid-uzTlsxQxGR .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 15px;
}
.cid-uzTlsxQxGR .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzTlsxQxGR .mbr-section-title {
  color: #4f0c0c;
  text-align: center;
}
.cid-uzTlsxQxGR .item-title {
  color: #000000;
}
.cid-uzTlsxQxGR .list {
  color: #000000;
}
.cid-uzTlsxQxGR .item-title,
.cid-uzTlsxQxGR .icon-wrapper,
.cid-uzTlsxQxGR .mbr-section-btn {
  text-align: center;
}
.cid-uzTlsxQxGR .list,
.cid-uzTlsxQxGR .item-wrap {
  color: #eff2f7;
  text-align: center;
}
.cid-uzTltbNHOe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #eff2f7;
}
.cid-uzTltbNHOe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uzTltbNHOe .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uzTltbNHOe .embla__slide .slide-content {
  width: 100%;
}
.cid-uzTltbNHOe .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uzTltbNHOe .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzTltbNHOe .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uzTltbNHOe .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uzTltbNHOe .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uzTltbNHOe .embla__button--next,
.cid-uzTltbNHOe .embla__button--prev {
  display: flex;
}
.cid-uzTltbNHOe .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uzTltbNHOe .embla__button:hover {
  opacity: .7 !important;
}
.cid-uzTltbNHOe .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uzTltbNHOe .embla__button.embla__button--next {
  right: 0;
}
.cid-uzTltbNHOe .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uzTltbNHOe .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uzTltbNHOe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzTltbNHOe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzTltbNHOe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzTltbNHOe .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uzTltbNHOe .item-desc {
  color: #ffffff;
}
.cid-ux7JeY4lW2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #673d3d, #4f0c0c);
}
.cid-ux7JeY4lW2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux7JeY4lW2 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .container {
    padding: 0 16px;
  }
}
.cid-ux7JeY4lW2 li {
  line-height: 1.8;
}
.cid-ux7JeY4lW2 li:hover {
  cursor: pointer;
}
.cid-ux7JeY4lW2 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ux7JeY4lW2 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ux7JeY4lW2 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #232323;
}
.cid-ux7JeY4lW2 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ux7JeY4lW2 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ux7JeY4lW2 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .mbr-section-title {
  color: #ffffff;
}
.cid-ux7JeY4lW2 .copyright {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .mbr-card-title {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .list {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .mbr-section-title,
.cid-ux7JeY4lW2 .title-wrapper,
.cid-ux7JeY4lW2 .social-wrapper {
  color: #f1f5f7;
}
.cid-taHEIhTMzF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-taHEIhTMzF nav.navbar {
  position: fixed;
}
.cid-taHEIhTMzF .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-taHEIhTMzF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taHEIhTMzF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taHEIhTMzF .dropdown-item:hover,
.cid-taHEIhTMzF .dropdown-item:focus {
  background: #ae5eff !important;
  color: white !important;
}
.cid-taHEIhTMzF .dropdown-item:hover span {
  color: white;
}
.cid-taHEIhTMzF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taHEIhTMzF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taHEIhTMzF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taHEIhTMzF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taHEIhTMzF .nav-link {
  position: relative;
}
.cid-taHEIhTMzF .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-taHEIhTMzF .container {
    flex-wrap: nowrap;
  }
}
.cid-taHEIhTMzF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-taHEIhTMzF .iconfont-wrapper:hover {
  color: #ffdd65 !important;
}
.cid-taHEIhTMzF .dropdown-menu,
.cid-taHEIhTMzF .navbar.opened {
  background: #4f0c0c !important;
}
.cid-taHEIhTMzF .nav-item:focus,
.cid-taHEIhTMzF .nav-link:focus {
  outline: none;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taHEIhTMzF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taHEIhTMzF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taHEIhTMzF .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #4f0c0c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-taHEIhTMzF .navbar.opened {
  transition: all 0.3s;
}
.cid-taHEIhTMzF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taHEIhTMzF .navbar .navbar-logo img {
  width: auto;
}
.cid-taHEIhTMzF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taHEIhTMzF .navbar.collapsed {
  justify-content: center;
}
.cid-taHEIhTMzF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taHEIhTMzF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taHEIhTMzF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-taHEIhTMzF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taHEIhTMzF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taHEIhTMzF .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-taHEIhTMzF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taHEIhTMzF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taHEIhTMzF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taHEIhTMzF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taHEIhTMzF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taHEIhTMzF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taHEIhTMzF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taHEIhTMzF .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-taHEIhTMzF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taHEIhTMzF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taHEIhTMzF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taHEIhTMzF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-taHEIhTMzF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taHEIhTMzF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taHEIhTMzF .navbar.navbar-short {
  min-height: 96px;
}
.cid-taHEIhTMzF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taHEIhTMzF .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-taHEIhTMzF .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-taHEIhTMzF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taHEIhTMzF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taHEIhTMzF .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-taHEIhTMzF .dropdown-item.active,
.cid-taHEIhTMzF .dropdown-item:active {
  background-color: transparent;
}
.cid-taHEIhTMzF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taHEIhTMzF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taHEIhTMzF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taHEIhTMzF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4f0c0c;
}
.cid-taHEIhTMzF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taHEIhTMzF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taHEIhTMzF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taHEIhTMzF .navbar-buttons {
  text-align: center;
}
.cid-taHEIhTMzF .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
}
.cid-taHEIhTMzF .navbar-buttons .btn:hover {
  color: #ffdd65 !important;
}
@media (max-width: 575px) {
  .cid-taHEIhTMzF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-taHEIhTMzF .navbar-buttons .btn-black {
  border: solid 2px #ae5eff !important;
  box-shadow: 3px 3px 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF .navbar-buttons .btn-black:hover {
  border: solid 2px #ae5eff !important;
  color: #ffdd65 !important;
  box-shadow: 0 0 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #4f0c0c !important;
  border: solid 2px #ae5eff !important;
  box-shadow: 3px 3px 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF button.navbar-toggler:hover {
  border: solid 2px #ae5eff !important;
  color: #ffdd65 !important;
  box-shadow: 0 0 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHEIhTMzF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-taHEIhTMzF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taHEIhTMzF .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-taHEIhTMzF .navbar {
    height: 70px;
  }
  .cid-taHEIhTMzF .navbar.opened {
    height: auto;
  }
  .cid-taHEIhTMzF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taHEIhTMzF .navbar-nav {
  margin: 0 auto;
}
.cid-taHEIhTMzF .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-taHEIhTMzF .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-taHEIhTMzF .nav-item .nav-link::after {
  color: #ffdd65 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-taHEIhTMzF .nav-item .nav-link:hover {
  color: #ffdd65 !important;
}
.cid-taHEIhTMzF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-taHEIhTMzF .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-taHEIhTMzF .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-taHEIhTMzF .nav-item .dropdown-menu .dropdown-item {
  color: #4f0c0c !important;
  background-color: transparent !important;
}
.cid-taHEIhTMzF .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ae5eff !important;
}
@media (max-width: 991px) {
  .cid-taHEIhTMzF .navbar {
    justify-content: flex-start !important;
  }
  .cid-taHEIhTMzF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-taHEIhTMzF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-taHEIhTMzF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-taHEIhTMzF .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-taHEIhTMzF .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-taHEIhTMzF .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uzTo95ousn {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #cecdc7;
}
.cid-uzTo95ousn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzTo95ousn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzTo95ousn .row {
  justify-content: center;
}
.cid-uzTo95ousn .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uzTo95ousn .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uzTo95ousn .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzTo95ousn .item {
    margin-bottom: 16px;
  }
}
.cid-uzTo95ousn .item:hover .item-wrapper .item-img img,
.cid-uzTo95ousn .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uzTo95ousn .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
  padding: 40px;
  border-radius: 2rem;
  background-color: #4f0c0c;
}
@media (max-width: 992px) {
  .cid-uzTo95ousn .item .item-wrapper {
    padding: 40px 20px;
  }
}
.cid-uzTo95ousn .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzTo95ousn .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uzTo95ousn .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #eff2f7;
  color: #4f0c0c;
  font-size: 60px;
}
.cid-uzTo95ousn .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uzTo95ousn .item .item-wrapper .card-box .list {
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.cid-uzTo95ousn .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 15px;
}
.cid-uzTo95ousn .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzTo95ousn .mbr-section-title {
  color: #4f0c0c;
  text-align: center;
}
.cid-uzTo95ousn .item-title {
  color: #000000;
}
.cid-uzTo95ousn .list {
  color: #000000;
}
.cid-uzTo95ousn .item-title,
.cid-uzTo95ousn .icon-wrapper,
.cid-uzTo95ousn .mbr-section-btn {
  text-align: center;
}
.cid-uzTo95ousn .list,
.cid-uzTo95ousn .item-wrap {
  color: #eff2f7;
  text-align: center;
}
.cid-uzTo9LRNXH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #eff2f7;
}
.cid-uzTo9LRNXH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uzTo9LRNXH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uzTo9LRNXH .embla__slide .slide-content {
  width: 100%;
}
.cid-uzTo9LRNXH .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uzTo9LRNXH .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzTo9LRNXH .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uzTo9LRNXH .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uzTo9LRNXH .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uzTo9LRNXH .embla__button--next,
.cid-uzTo9LRNXH .embla__button--prev {
  display: flex;
}
.cid-uzTo9LRNXH .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uzTo9LRNXH .embla__button:hover {
  opacity: .7 !important;
}
.cid-uzTo9LRNXH .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uzTo9LRNXH .embla__button.embla__button--next {
  right: 0;
}
.cid-uzTo9LRNXH .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uzTo9LRNXH .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uzTo9LRNXH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzTo9LRNXH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzTo9LRNXH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzTo9LRNXH .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uzTo9LRNXH .item-desc {
  color: #ffffff;
}
.cid-ux7JeY4lW2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #673d3d, #4f0c0c);
}
.cid-ux7JeY4lW2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux7JeY4lW2 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .container {
    padding: 0 16px;
  }
}
.cid-ux7JeY4lW2 li {
  line-height: 1.8;
}
.cid-ux7JeY4lW2 li:hover {
  cursor: pointer;
}
.cid-ux7JeY4lW2 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ux7JeY4lW2 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ux7JeY4lW2 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #232323;
}
.cid-ux7JeY4lW2 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ux7JeY4lW2 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ux7JeY4lW2 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .mbr-section-title {
  color: #ffffff;
}
.cid-ux7JeY4lW2 .copyright {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .mbr-card-title {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .list {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .mbr-section-title,
.cid-ux7JeY4lW2 .title-wrapper,
.cid-ux7JeY4lW2 .social-wrapper {
  color: #f1f5f7;
}
.cid-taHEIhTMzF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-taHEIhTMzF nav.navbar {
  position: fixed;
}
.cid-taHEIhTMzF .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-taHEIhTMzF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taHEIhTMzF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taHEIhTMzF .dropdown-item:hover,
.cid-taHEIhTMzF .dropdown-item:focus {
  background: #ae5eff !important;
  color: white !important;
}
.cid-taHEIhTMzF .dropdown-item:hover span {
  color: white;
}
.cid-taHEIhTMzF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taHEIhTMzF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taHEIhTMzF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taHEIhTMzF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taHEIhTMzF .nav-link {
  position: relative;
}
.cid-taHEIhTMzF .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-taHEIhTMzF .container {
    flex-wrap: nowrap;
  }
}
.cid-taHEIhTMzF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-taHEIhTMzF .iconfont-wrapper:hover {
  color: #ffdd65 !important;
}
.cid-taHEIhTMzF .dropdown-menu,
.cid-taHEIhTMzF .navbar.opened {
  background: #4f0c0c !important;
}
.cid-taHEIhTMzF .nav-item:focus,
.cid-taHEIhTMzF .nav-link:focus {
  outline: none;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taHEIhTMzF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taHEIhTMzF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taHEIhTMzF .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #4f0c0c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-taHEIhTMzF .navbar.opened {
  transition: all 0.3s;
}
.cid-taHEIhTMzF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taHEIhTMzF .navbar .navbar-logo img {
  width: auto;
}
.cid-taHEIhTMzF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taHEIhTMzF .navbar.collapsed {
  justify-content: center;
}
.cid-taHEIhTMzF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taHEIhTMzF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taHEIhTMzF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-taHEIhTMzF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taHEIhTMzF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taHEIhTMzF .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-taHEIhTMzF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taHEIhTMzF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taHEIhTMzF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taHEIhTMzF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taHEIhTMzF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taHEIhTMzF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taHEIhTMzF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taHEIhTMzF .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-taHEIhTMzF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taHEIhTMzF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taHEIhTMzF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taHEIhTMzF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-taHEIhTMzF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taHEIhTMzF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taHEIhTMzF .navbar.navbar-short {
  min-height: 96px;
}
.cid-taHEIhTMzF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taHEIhTMzF .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-taHEIhTMzF .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-taHEIhTMzF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taHEIhTMzF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taHEIhTMzF .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-taHEIhTMzF .dropdown-item.active,
.cid-taHEIhTMzF .dropdown-item:active {
  background-color: transparent;
}
.cid-taHEIhTMzF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taHEIhTMzF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taHEIhTMzF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taHEIhTMzF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4f0c0c;
}
.cid-taHEIhTMzF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taHEIhTMzF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taHEIhTMzF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taHEIhTMzF .navbar-buttons {
  text-align: center;
}
.cid-taHEIhTMzF .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
}
.cid-taHEIhTMzF .navbar-buttons .btn:hover {
  color: #ffdd65 !important;
}
@media (max-width: 575px) {
  .cid-taHEIhTMzF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-taHEIhTMzF .navbar-buttons .btn-black {
  border: solid 2px #ae5eff !important;
  box-shadow: 3px 3px 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF .navbar-buttons .btn-black:hover {
  border: solid 2px #ae5eff !important;
  color: #ffdd65 !important;
  box-shadow: 0 0 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #4f0c0c !important;
  border: solid 2px #ae5eff !important;
  box-shadow: 3px 3px 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF button.navbar-toggler:hover {
  border: solid 2px #ae5eff !important;
  color: #ffdd65 !important;
  box-shadow: 0 0 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHEIhTMzF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-taHEIhTMzF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taHEIhTMzF .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-taHEIhTMzF .navbar {
    height: 70px;
  }
  .cid-taHEIhTMzF .navbar.opened {
    height: auto;
  }
  .cid-taHEIhTMzF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taHEIhTMzF .navbar-nav {
  margin: 0 auto;
}
.cid-taHEIhTMzF .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-taHEIhTMzF .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-taHEIhTMzF .nav-item .nav-link::after {
  color: #ffdd65 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-taHEIhTMzF .nav-item .nav-link:hover {
  color: #ffdd65 !important;
}
.cid-taHEIhTMzF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-taHEIhTMzF .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-taHEIhTMzF .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-taHEIhTMzF .nav-item .dropdown-menu .dropdown-item {
  color: #4f0c0c !important;
  background-color: transparent !important;
}
.cid-taHEIhTMzF .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ae5eff !important;
}
@media (max-width: 991px) {
  .cid-taHEIhTMzF .navbar {
    justify-content: flex-start !important;
  }
  .cid-taHEIhTMzF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-taHEIhTMzF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-taHEIhTMzF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-taHEIhTMzF .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-taHEIhTMzF .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-taHEIhTMzF .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uxdAoK9g2K {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-uxdAoK9g2K .link-wrapper {
  width: 100%;
}
.cid-uxdAoK9g2K .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uxdAoK9g2K .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uxdAoK9g2K .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uxdAoK9g2K .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uxdAoK9g2K .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uxdAoK9g2K .mbr-section-title DIV {
  text-align: center;
}
.cid-uxdAoK9g2K .mbr-text,
.cid-uxdAoK9g2K .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uxdAoK9g2K .link,
.cid-uxdAoK9g2K .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uxdAoK9g2K .mbr-section-title {
  color: #ffffff;
}
.cid-uxdAoK9g2K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxdAoK9g2K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxdzQLsEC4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxdzQLsEC4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxdzQLsEC4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxdzQLsEC4 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uxdzQLsEC4 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uxdzQLsEC4 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uxdzQLsEC4 .container {
    padding: 0 20px;
  }
}
.cid-uxdzQLsEC4 .row {
  justify-content: center;
}
.cid-uxdzQLsEC4 .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uxdzQLsEC4 .item {
    margin-bottom: 40px;
  }
}
.cid-uxdzQLsEC4 .item:hover .item-wrapper,
.cid-uxdzQLsEC4 .item:focus .item-wrapper {
  border: 1px solid #4f0c0c;
}
.cid-uxdzQLsEC4 .item:hover .item-wrapper .item-img img,
.cid-uxdzQLsEC4 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uxdzQLsEC4 .item .item-wrapper {
  height: 100%;
  border: 1px solid #939292;
  border-radius: .75rem !important;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-uxdzQLsEC4 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uxdzQLsEC4 .item .item-wrapper .item-img img {
  height: 450px;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uxdzQLsEC4 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uxdzQLsEC4 .item .item-wrapper .item-content {
  padding: 24px;
}
.cid-uxdzQLsEC4 .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-uxdzQLsEC4 .item .item-wrapper .item-content .card-price {
  margin-bottom: 16px;
}
.cid-uxdzQLsEC4 .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uxdzQLsEC4 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uxdzQLsEC4 .card-price {
  color: #000000;
}
.cid-uxdzQLsEC4 .card-desc {
  color: #9a9a9a;
}
.cid-uxdzQLsEC4 .card-title {
  color: #4f0c0c;
  text-align: center;
}
.cid-uxe4LZFRRQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxe4LZFRRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxe4LZFRRQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxe4LZFRRQ .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uxe4LZFRRQ .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uxe4LZFRRQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uxe4LZFRRQ .container {
    padding: 0 20px;
  }
}
.cid-uxe4LZFRRQ .row {
  justify-content: center;
}
.cid-uxe4LZFRRQ .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uxe4LZFRRQ .item {
    margin-bottom: 40px;
  }
}
.cid-uxe4LZFRRQ .item:hover .item-wrapper,
.cid-uxe4LZFRRQ .item:focus .item-wrapper {
  border: 1px solid #939292;
}
.cid-uxe4LZFRRQ .item:hover .item-wrapper .item-img img,
.cid-uxe4LZFRRQ .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uxe4LZFRRQ .item .item-wrapper {
  height: 100%;
  border: 1px solid #4f0c0c;
  border-radius: .75rem !important;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-uxe4LZFRRQ .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uxe4LZFRRQ .item .item-wrapper .item-img img {
  height: 450px;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uxe4LZFRRQ .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uxe4LZFRRQ .item .item-wrapper .item-content {
  padding: 24px;
}
.cid-uxe4LZFRRQ .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-uxe4LZFRRQ .item .item-wrapper .item-content .card-price {
  margin-bottom: 16px;
}
.cid-uxe4LZFRRQ .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uxe4LZFRRQ .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uxe4LZFRRQ .card-price {
  color: #000000;
}
.cid-uxe4LZFRRQ .card-desc {
  color: #9a9a9a;
}
.cid-uxe4LZFRRQ .card-title {
  color: #4f0c0c;
  text-align: center;
}
.cid-uAOA4ZUlo8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #eff2f7;
}
.cid-uAOA4ZUlo8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uAOA4ZUlo8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uAOA4ZUlo8 .embla__slide .slide-content {
  width: 100%;
}
.cid-uAOA4ZUlo8 .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uAOA4ZUlo8 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAOA4ZUlo8 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uAOA4ZUlo8 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uAOA4ZUlo8 .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uAOA4ZUlo8 .embla__button--next,
.cid-uAOA4ZUlo8 .embla__button--prev {
  display: flex;
}
.cid-uAOA4ZUlo8 .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #4f0c0c !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uAOA4ZUlo8 .embla__button:hover {
  opacity: .7 !important;
}
.cid-uAOA4ZUlo8 .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uAOA4ZUlo8 .embla__button.embla__button--next {
  right: 0;
}
.cid-uAOA4ZUlo8 .embla {
  position: relative;
  width: 100%;
}
.cid-uAOA4ZUlo8 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uAOA4ZUlo8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uAOA4ZUlo8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uAOA4ZUlo8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uAOA4ZUlo8 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uAOA4ZUlo8 .item-desc {
  color: #ffffff;
}
.cid-ux7JeY4lW2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #673d3d, #4f0c0c);
}
.cid-ux7JeY4lW2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux7JeY4lW2 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .container {
    padding: 0 16px;
  }
}
.cid-ux7JeY4lW2 li {
  line-height: 1.8;
}
.cid-ux7JeY4lW2 li:hover {
  cursor: pointer;
}
.cid-ux7JeY4lW2 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ux7JeY4lW2 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ux7JeY4lW2 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #232323;
}
.cid-ux7JeY4lW2 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ux7JeY4lW2 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ux7JeY4lW2 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .mbr-section-title {
  color: #ffffff;
}
.cid-ux7JeY4lW2 .copyright {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .mbr-card-title {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .list {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .mbr-section-title,
.cid-ux7JeY4lW2 .title-wrapper,
.cid-ux7JeY4lW2 .social-wrapper {
  color: #f1f5f7;
}
.cid-taHEIhTMzF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-taHEIhTMzF nav.navbar {
  position: fixed;
}
.cid-taHEIhTMzF .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-taHEIhTMzF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taHEIhTMzF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taHEIhTMzF .dropdown-item:hover,
.cid-taHEIhTMzF .dropdown-item:focus {
  background: #ae5eff !important;
  color: white !important;
}
.cid-taHEIhTMzF .dropdown-item:hover span {
  color: white;
}
.cid-taHEIhTMzF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taHEIhTMzF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taHEIhTMzF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taHEIhTMzF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taHEIhTMzF .nav-link {
  position: relative;
}
.cid-taHEIhTMzF .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-taHEIhTMzF .container {
    flex-wrap: nowrap;
  }
}
.cid-taHEIhTMzF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-taHEIhTMzF .iconfont-wrapper:hover {
  color: #ffdd65 !important;
}
.cid-taHEIhTMzF .dropdown-menu,
.cid-taHEIhTMzF .navbar.opened {
  background: #4f0c0c !important;
}
.cid-taHEIhTMzF .nav-item:focus,
.cid-taHEIhTMzF .nav-link:focus {
  outline: none;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taHEIhTMzF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taHEIhTMzF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taHEIhTMzF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taHEIhTMzF .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #4f0c0c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-taHEIhTMzF .navbar.opened {
  transition: all 0.3s;
}
.cid-taHEIhTMzF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taHEIhTMzF .navbar .navbar-logo img {
  width: auto;
}
.cid-taHEIhTMzF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taHEIhTMzF .navbar.collapsed {
  justify-content: center;
}
.cid-taHEIhTMzF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taHEIhTMzF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taHEIhTMzF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-taHEIhTMzF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taHEIhTMzF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taHEIhTMzF .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-taHEIhTMzF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taHEIhTMzF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taHEIhTMzF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taHEIhTMzF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taHEIhTMzF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taHEIhTMzF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taHEIhTMzF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taHEIhTMzF .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-taHEIhTMzF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taHEIhTMzF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taHEIhTMzF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taHEIhTMzF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-taHEIhTMzF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taHEIhTMzF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taHEIhTMzF .navbar.navbar-short {
  min-height: 96px;
}
.cid-taHEIhTMzF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taHEIhTMzF .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-taHEIhTMzF .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-taHEIhTMzF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taHEIhTMzF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taHEIhTMzF .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-taHEIhTMzF .dropdown-item.active,
.cid-taHEIhTMzF .dropdown-item:active {
  background-color: transparent;
}
.cid-taHEIhTMzF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taHEIhTMzF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taHEIhTMzF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taHEIhTMzF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4f0c0c;
}
.cid-taHEIhTMzF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taHEIhTMzF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taHEIhTMzF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taHEIhTMzF .navbar-buttons {
  text-align: center;
}
.cid-taHEIhTMzF .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
}
.cid-taHEIhTMzF .navbar-buttons .btn:hover {
  color: #ffdd65 !important;
}
@media (max-width: 575px) {
  .cid-taHEIhTMzF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-taHEIhTMzF .navbar-buttons .btn-black {
  border: solid 2px #ae5eff !important;
  box-shadow: 3px 3px 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF .navbar-buttons .btn-black:hover {
  border: solid 2px #ae5eff !important;
  color: #ffdd65 !important;
  box-shadow: 0 0 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #4f0c0c !important;
  border: solid 2px #ae5eff !important;
  box-shadow: 3px 3px 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF button.navbar-toggler:hover {
  border: solid 2px #ae5eff !important;
  color: #ffdd65 !important;
  box-shadow: 0 0 0 0 #ae5eff !important;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-taHEIhTMzF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taHEIhTMzF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHEIhTMzF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-taHEIhTMzF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taHEIhTMzF .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-taHEIhTMzF .navbar {
    height: 70px;
  }
  .cid-taHEIhTMzF .navbar.opened {
    height: auto;
  }
  .cid-taHEIhTMzF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taHEIhTMzF .navbar-nav {
  margin: 0 auto;
}
.cid-taHEIhTMzF .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-taHEIhTMzF .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-taHEIhTMzF .nav-item .nav-link::after {
  color: #ffdd65 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-taHEIhTMzF .nav-item .nav-link:hover {
  color: #ffdd65 !important;
}
.cid-taHEIhTMzF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-taHEIhTMzF .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-taHEIhTMzF .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-taHEIhTMzF .nav-item .dropdown-menu .dropdown-item {
  color: #4f0c0c !important;
  background-color: transparent !important;
}
.cid-taHEIhTMzF .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ae5eff !important;
}
@media (max-width: 991px) {
  .cid-taHEIhTMzF .navbar {
    justify-content: flex-start !important;
  }
  .cid-taHEIhTMzF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-taHEIhTMzF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-taHEIhTMzF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-taHEIhTMzF .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-taHEIhTMzF .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-taHEIhTMzF .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uzT9BmAzJI {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #cecdc7;
}
.cid-uzT9BmAzJI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzT9BmAzJI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzT9BmAzJI .row {
  justify-content: center;
}
.cid-uzT9BmAzJI .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uzT9BmAzJI .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uzT9BmAzJI .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzT9BmAzJI .item {
    margin-bottom: 16px;
  }
}
.cid-uzT9BmAzJI .item:hover .item-wrapper .item-img img,
.cid-uzT9BmAzJI .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uzT9BmAzJI .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
  padding: 40px;
  border-radius: 2rem;
  background-color: #4f0c0c;
}
@media (max-width: 992px) {
  .cid-uzT9BmAzJI .item .item-wrapper {
    padding: 40px 20px;
  }
}
.cid-uzT9BmAzJI .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzT9BmAzJI .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uzT9BmAzJI .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #eff2f7;
  color: #4f0c0c;
  font-size: 60px;
}
.cid-uzT9BmAzJI .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uzT9BmAzJI .item .item-wrapper .card-box .list {
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.cid-uzT9BmAzJI .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 15px;
}
.cid-uzT9BmAzJI .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzT9BmAzJI .mbr-section-title {
  color: #4f0c0c;
  text-align: center;
}
.cid-uzT9BmAzJI .item-title {
  color: #000000;
}
.cid-uzT9BmAzJI .list {
  color: #000000;
}
.cid-uzT9BmAzJI .item-title,
.cid-uzT9BmAzJI .icon-wrapper,
.cid-uzT9BmAzJI .mbr-section-btn {
  text-align: center;
}
.cid-uzT9BmAzJI .list,
.cid-uzT9BmAzJI .item-wrap {
  color: #eff2f7;
  text-align: center;
}
.cid-uzSj4L2IwS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #eff2f7;
}
.cid-uzSj4L2IwS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uzSj4L2IwS .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uzSj4L2IwS .embla__slide .slide-content {
  width: 100%;
}
.cid-uzSj4L2IwS .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uzSj4L2IwS .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzSj4L2IwS .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uzSj4L2IwS .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uzSj4L2IwS .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uzSj4L2IwS .embla__button--next,
.cid-uzSj4L2IwS .embla__button--prev {
  display: flex;
}
.cid-uzSj4L2IwS .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #4f0c0c !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uzSj4L2IwS .embla__button:hover {
  opacity: .7 !important;
}
.cid-uzSj4L2IwS .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uzSj4L2IwS .embla__button.embla__button--next {
  right: 0;
}
.cid-uzSj4L2IwS .embla {
  position: relative;
  width: 100%;
}
.cid-uzSj4L2IwS .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uzSj4L2IwS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzSj4L2IwS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzSj4L2IwS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzSj4L2IwS .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uzSj4L2IwS .item-desc {
  color: #ffffff;
}
.cid-ux7JeY4lW2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #673d3d, #4f0c0c);
}
.cid-ux7JeY4lW2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux7JeY4lW2 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .container {
    padding: 0 16px;
  }
}
.cid-ux7JeY4lW2 li {
  line-height: 1.8;
}
.cid-ux7JeY4lW2 li:hover {
  cursor: pointer;
}
.cid-ux7JeY4lW2 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ux7JeY4lW2 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ux7JeY4lW2 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ux7JeY4lW2 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #232323;
}
.cid-ux7JeY4lW2 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ux7JeY4lW2 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ux7JeY4lW2 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ux7JeY4lW2 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ux7JeY4lW2 .mbr-section-title {
  color: #ffffff;
}
.cid-ux7JeY4lW2 .copyright {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .mbr-card-title {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .list {
  color: #f1f5f7;
}
.cid-ux7JeY4lW2 .mbr-section-title,
.cid-ux7JeY4lW2 .title-wrapper,
.cid-ux7JeY4lW2 .social-wrapper {
  color: #f1f5f7;
}
