body {
  font-family: Syne;
}
.display-1 {
  font-family: 'RobotoCondensed';
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'RobotoCondensed';
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'RobotoCondensed';
  font-size: 1.2rem;
  line-height: 1em;
  letter-spacing: inherit;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'RobotoCondensed';
  font-size: 2rem;
  line-height: 1.021em;
  letter-spacing: 0;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'RobotoCondensed';
  font-size: 1.5rem;
  line-height: inherit;
  letter-spacing: 0;
}
.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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .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: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #c62020 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #c62020 !important;
}
.bg-danger {
  background-color: #c62020 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c62020 !important;
  border-color: #c62020 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #7b1414 !important;
  border-color: #7b1414 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7b1414 !important;
  border-color: #7b1414 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c62020 !important;
  border-color: #c62020 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #7b1414 !important;
  border-color: #7b1414 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7b1414 !important;
  border-color: #7b1414 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c62020 !important;
  border-color: #c62020 !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 {
  color: #ffffff !important;
  background-color: #7b1414 !important;
  border-color: #7b1414 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #7b1414 !important;
  border-color: #7b1414 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c62020 !important;
  border-color: #c62020 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #7b1414 !important;
  border-color: #7b1414 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7b1414 !important;
  border-color: #7b1414 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c62020;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7b1414 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c62020 !important;
  border-color: #c62020 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c62020;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #7b1414 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c62020 !important;
  border-color: #c62020 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c62020;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #7b1414 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c62020 !important;
  border-color: #c62020 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c62020;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7b1414 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c62020 !important;
  border-color: #c62020 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #c62020 !important;
}
.text-secondary {
  color: #c62020 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #c62020 !important;
}
.text-danger {
  color: #c62020 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6e1212 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6e1212 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !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: #6e1212 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6e1212 !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: #c62020;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #c62020;
}
.alert-danger {
  background-color: #c62020;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c62020;
  border-color: #c62020;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c62020;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ea7c7c;
}
.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: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ea7c7c;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ea7c7c;
}
/* Scroll to top button*/
.form-control {
  font-family: 'RobotoCondensed';
  font-size: 1.2rem;
  line-height: 1em;
  letter-spacing: inherit;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #c62020 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'RobotoCondensed';
  font-size: 1.2rem;
  line-height: 1em;
  letter-spacing: inherit;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #c62020;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c62020;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c62020;
}
.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: #c62020;
  border-bottom-color: #c62020;
}
.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: #c62020 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #c62020 !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='%23c62020' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 21px 40.5px;
  border-width: 2px;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 2px solid;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 2px solid #c62020;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  background-color: #c62020 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 2px solid #c62020;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  background-color: #c62020 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 2px solid #ffffff;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 2px solid #000000;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 2px solid #c62020;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  background-color: #c62020 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 2px solid #c62020;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  background-color: #c62020 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 2px solid #ffffff;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 2px solid #000000;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-uKBvevAZ84 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKBvevAZ84 {
    min-height: 170px !important;
  }
}
.cid-uKBvevAZ84 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKBvevAZ84 .empty_md {
    display: block;
  }
}
.cid-uKBvevAZ84 .container,
.cid-uKBvevAZ84 .container-fluid,
.cid-uKBvevAZ84 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKBvevAZ84 .container,
  .cid-uKBvevAZ84 .container-fluid,
  .cid-uKBvevAZ84 .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKBvevAZ84 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKBvevAZ84 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKBvevAZ84 .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKBvevAZ84 .navbar-caption:hover {
  color: #c62020 !important;
}
.cid-uKBvevAZ84 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKBvevAZ84 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKBvevAZ84 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
  }
  .cid-uKBvevAZ84 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKBvevAZ84 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKBvevAZ84 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKBvevAZ84 .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-uKBvevAZ84 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-uKBvevAZ84 .empty,
  .cid-uKBvevAZ84 .icons-menu {
    min-width: 265px;
  }
  .cid-uKBvevAZ84 .navbar-logo {
    margin: 0;
  }
  .cid-uKBvevAZ84 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKBvevAZ84 .btn {
    white-space: nowrap;
  }
  .cid-uKBvevAZ84 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKBvevAZ84 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKBvevAZ84 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKBvevAZ84 .dropdown-toggle::after,
  .cid-uKBvevAZ84 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKBvevAZ84 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKBvevAZ84 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKBvevAZ84 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKBvevAZ84 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKBvevAZ84 .dropdown-menu .dropdown-item:hover {
  color: #c62020 !important;
  background-color: #e6e6e6;
}
.cid-uKBvevAZ84 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKBvevAZ84 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKBvevAZ84 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKBvevAZ84 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKBvevAZ84 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKBvevAZ84 .nav-item:focus,
.cid-uKBvevAZ84 .nav-link:focus {
  outline: none;
}
.cid-uKBvevAZ84 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKBvevAZ84 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKBvevAZ84 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKBvevAZ84 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKBvevAZ84 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKBvevAZ84 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKBvevAZ84 ul.navbar-nav li {
  margin: auto;
}
.cid-uKBvevAZ84 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKBvevAZ84 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKBvevAZ84 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKBvevAZ84 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKBvevAZ84 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKBvevAZ84 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKBvevAZ84 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKBvevAZ84 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKBvevAZ84 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 10rem - 1rem);
  }
}
.cid-uKBvevAZ84 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKBvevAZ84 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKBvevAZ84 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKBvevAZ84 .navbar .icons-menu,
  .cid-uKBvevAZ84 .navbar .empty {
    display: none;
  }
  .cid-uKBvevAZ84 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKBvevAZ84 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKBvevAZ84 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKBvevAZ84 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKBvevAZ84 .navbar .container-fluid,
  .cid-uKBvevAZ84 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKBvevAZ84 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKBvevAZ84 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKBvevAZ84 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKBvevAZ84 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKBvevAZ84 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKBvevAZ84 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKBvevAZ84 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKBvevAZ84 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKBvevAZ84 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKBvevAZ84 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKBvevAZ84 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKBvevAZ84 .dropdown-item.active,
.cid-uKBvevAZ84 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKBvevAZ84 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKBvevAZ84 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKBvevAZ84 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKBvevAZ84 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKBvevAZ84 .navbar-buttons {
  text-align: center;
}
.cid-uKBvevAZ84 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKBvevAZ84 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-uKBvevAZ84 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKBvevAZ84 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKBvevAZ84 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKBvevAZ84 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKBvevAZ84 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKBvevAZ84 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKBvevAZ84 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKBvevAZ84 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKBvevAZ84 .navbar-dropdown {
  position: absolute;
}
.cid-uKBvevAZ84 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKBvevAZ84 a.nav-link:hover {
  color: #c62020 !important;
}
.is-builder .cid-uKBvevAZ84 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKBvevAZ84 .navbar {
    height: 77px;
  }
  .cid-uKBvevAZ84 .navbar.opened {
    height: auto;
  }
  .cid-uKBvevAZ84 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tB1K0iVJwP {
  padding-top: 17rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/champagne-3515140-1920-960x640.jpg");
}
.cid-tB1K0iVJwP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1K0iVJwP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1K0iVJwP .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tB1K0iVJwP .container-fluid {
    padding: 0 20px;
  }
}
.cid-tB1K0iVJwP .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tB1K0iVJwP .container {
    padding: 0 20px;
  }
}
.cid-tB1K0iVJwP .row {
  position: relative;
}
.cid-tB1K0iVJwP .row img {
  position: absolute;
  object-fit: cover;
}
.cid-tB1K0iVJwP .row .image_1 {
  height: 380px;
  width: 35%;
  top: -7rem;
  right: 0;
}
@media (max-width: 768px) {
  .cid-tB1K0iVJwP .row .image_1 {
    height: 200px;
    width: 60%;
  }
}
.cid-tB1K0iVJwP .row .image_2 {
  height: 380px;
  width: 35%;
  left: 0;
  bottom: -7rem;
}
@media (max-width: 768px) {
  .cid-tB1K0iVJwP .row .image_2 {
    height: 200px;
    width: 60%;
  }
}
.cid-tB1K0iVJwP .mbr-desc {
  position: relative;
  margin-bottom: 0;
  line-height: inherit;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tB1K0iVJwP .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-tB1K0iVJwP .mbr-section-title {
  position: relative;
  margin-bottom: 60px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tB1K0iVJwP .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tB1K0iVJwP .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #ffffff;
  text-align: right;
}
.cid-tB1K0iVJwP .mbr-section-title,
.cid-tB1K0iVJwP .mbr-section-btn {
  text-align: center;
}
.cid-tB1K97EALt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tB1K97EALt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1K97EALt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 60%;
  position: absolute;
  top: 0;
}
.cid-tB1K97EALt .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tB1K97EALt .container-fluid {
    padding: 0;
  }
}
.cid-tB1K97EALt .container-fluid .row {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tB1K97EALt .container {
    padding: 0 20px;
  }
}
.cid-tB1K97EALt .card {
  position: relative;
  border-radius: 0;
  min-height: 450px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tB1K97EALt .card {
    min-height: 500px;
    padding: 0 20px;
  }
}
.cid-tB1K97EALt .card .image-back {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-tB1K97EALt .card .name-wrapper {
  position: relative;
  padding: 73px 0;
}
@media (max-width: 768px) {
  .cid-tB1K97EALt .card .name-wrapper {
    padding: 30px 0;
  }
}
.cid-tB1K97EALt .card .name-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tB1K97EALt .card .name-wrapper img {
  position: relative;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100%;
  margin: -2rem auto;
}
@media (max-width: 768px) {
  .cid-tB1K97EALt .card .name-wrapper img {
    height: 200px;
    width: 200px;
  }
}
.cid-tB1K97EALt .card .text-wrapper {
  padding: 73px 54px;
}
@media (max-width: 768px) {
  .cid-tB1K97EALt .card .text-wrapper {
    padding: 45px 0;
  }
}
.cid-tB1K97EALt .card .text-wrapper .mbr-desc {
  margin-bottom: 20px;
  letter-spacing: 1.6px;
}
@media (max-width: 992px) {
  .cid-tB1K97EALt .card .text-wrapper .mbr-desc {
    margin-bottom: 10px;
  }
}
.cid-tB1K97EALt .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tB1K97EALt .card .text-wrapper .link-wrap {
  display: block;
}
.cid-tB1K97EALt .card .text-wrapper .link-wrap .mbr-link {
  position: relative;
  display: inline-flex;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.cid-tB1K97EALt .card .text-wrapper .link-wrap .mbr-link:hover::before,
.cid-tB1K97EALt .card .text-wrapper .link-wrap .mbr-link:focus::before {
  width: 0;
}
.cid-tB1K97EALt .card .text-wrapper .link-wrap .mbr-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tB1K97EALt .mbr-section-title {
  color: #c62020;
  text-align: left;
}
.cid-tB1K97EALt .mbr-desc {
  color: #ffffff;
}
.cid-tB1K97EALt .mbr-text {
  color: #000000;
}
.cid-tB1K97EALt .mbr-link {
  color: #ffffff;
}
.cid-uKBx5zDH8s {
  background-color: #ffffff;
}
.cid-uKBx5zDH8s .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uKBx5zDH8s .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKBx5zDH8s .embla__slide .slide-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uKBx5zDH8s .embla__slide .slide-content {
    display: block;
  }
}
.cid-uKBx5zDH8s .embla__slide .slide-content .item-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uKBx5zDH8s .embla__slide .slide-content .item-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uKBx5zDH8s .embla__slide .slide-content .item-wrapper .item-img img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKBx5zDH8s .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uKBx5zDH8s .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 0 250px 0 72px;
}
@media (max-width: 1440px) {
  .cid-uKBx5zDH8s .embla__slide .slide-content .item-content {
    padding: 0 190px 0 48px;
  }
}
@media (max-width: 1200px) {
  .cid-uKBx5zDH8s .embla__slide .slide-content .item-content {
    padding: 0 190px 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-uKBx5zDH8s .embla__slide .slide-content .item-content {
    width: 100%;
    padding: 0;
  }
}
.cid-uKBx5zDH8s .embla__slide .slide-content .item-content .item-number {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uKBx5zDH8s .embla__slide .slide-content .item-content .item-number {
    margin-bottom: 32px;
  }
}
.cid-uKBx5zDH8s .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 32px;
}
.cid-uKBx5zDH8s .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uKBx5zDH8s .embla__button--next,
.cid-uKBx5zDH8s .embla__button--prev {
  display: flex;
}
.cid-uKBx5zDH8s .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 28px;
  background-color: transparent !important;
  color: #6a6e71 !important;
  border: 1px solid #6a6e71 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uKBx5zDH8s .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uKBx5zDH8s .embla__button:disabled {
  background-color: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #000000 !important;
}
.cid-uKBx5zDH8s .embla__button:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #000000 !important;
}
.cid-uKBx5zDH8s .embla__button.embla__button--prev {
  right: 98px;
}
.cid-uKBx5zDH8s .embla__button.embla__button--next {
  right: 0;
}
.cid-uKBx5zDH8s .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uKBx5zDH8s .embla {
    padding-bottom: 6rem;
  }
}
.cid-uKBx5zDH8s .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKBx5zDH8s .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKBx5zDH8s .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKBx5zDH8s .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKBx5zDH8s .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uKBx5zDH8s .item-number {
  color: #c62020;
  text-align: center;
}
.cid-uKBx5zDH8s .item-title {
  color: #000000;
  text-align: center;
}
.cid-uKBx5zDH8s .item-text {
  color: #191c25;
  text-align: center;
}
.cid-uKBLMoX55E {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #a7a7a7;
  z-index: 0;
}
.cid-uKBLMoX55E .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-uKBLMoX55E img {
  width: 350px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-uKBLMoX55E .icon1 {
  background: #c62020;
}
.cid-uKBLMoX55E .icon2 {
  background: #c62020;
}
.cid-uKBLMoX55E .icon3 {
  background: #c62020;
}
.cid-uKBLMoX55E .card-box {
  padding-left: 1rem;
}
.cid-uKBLMoX55E .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uKBLMoX55E .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uKBLMoX55E .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uKBLMoX55E .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uKBLMoX55E .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uKBLMoX55E .icon-bg {
  position: absolute;
  overflow: visible;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-uKBLMoX55E .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-uKBLMoX55E .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-uKBLMoX55E .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-uKBLMoX55E .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-uKBLMoX55E .title {
  color: #ffffff;
}
.cid-uKBLMoX55E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBLMoX55E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKB6bfXU9z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uKBvevAZ84 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKBvevAZ84 {
    min-height: 170px !important;
  }
}
.cid-uKBvevAZ84 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKBvevAZ84 .empty_md {
    display: block;
  }
}
.cid-uKBvevAZ84 .container,
.cid-uKBvevAZ84 .container-fluid,
.cid-uKBvevAZ84 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKBvevAZ84 .container,
  .cid-uKBvevAZ84 .container-fluid,
  .cid-uKBvevAZ84 .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKBvevAZ84 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKBvevAZ84 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKBvevAZ84 .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKBvevAZ84 .navbar-caption:hover {
  color: #c62020 !important;
}
.cid-uKBvevAZ84 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKBvevAZ84 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKBvevAZ84 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
  }
  .cid-uKBvevAZ84 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKBvevAZ84 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKBvevAZ84 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKBvevAZ84 .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-uKBvevAZ84 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-uKBvevAZ84 .empty,
  .cid-uKBvevAZ84 .icons-menu {
    min-width: 265px;
  }
  .cid-uKBvevAZ84 .navbar-logo {
    margin: 0;
  }
  .cid-uKBvevAZ84 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKBvevAZ84 .btn {
    white-space: nowrap;
  }
  .cid-uKBvevAZ84 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKBvevAZ84 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKBvevAZ84 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKBvevAZ84 .dropdown-toggle::after,
  .cid-uKBvevAZ84 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKBvevAZ84 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKBvevAZ84 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKBvevAZ84 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKBvevAZ84 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKBvevAZ84 .dropdown-menu .dropdown-item:hover {
  color: #c62020 !important;
  background-color: #e6e6e6;
}
.cid-uKBvevAZ84 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKBvevAZ84 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKBvevAZ84 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKBvevAZ84 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKBvevAZ84 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKBvevAZ84 .nav-item:focus,
.cid-uKBvevAZ84 .nav-link:focus {
  outline: none;
}
.cid-uKBvevAZ84 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKBvevAZ84 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKBvevAZ84 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKBvevAZ84 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKBvevAZ84 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKBvevAZ84 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKBvevAZ84 ul.navbar-nav li {
  margin: auto;
}
.cid-uKBvevAZ84 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKBvevAZ84 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKBvevAZ84 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKBvevAZ84 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKBvevAZ84 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKBvevAZ84 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKBvevAZ84 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKBvevAZ84 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKBvevAZ84 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 10rem - 1rem);
  }
}
.cid-uKBvevAZ84 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKBvevAZ84 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKBvevAZ84 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKBvevAZ84 .navbar .icons-menu,
  .cid-uKBvevAZ84 .navbar .empty {
    display: none;
  }
  .cid-uKBvevAZ84 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKBvevAZ84 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKBvevAZ84 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKBvevAZ84 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKBvevAZ84 .navbar .container-fluid,
  .cid-uKBvevAZ84 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKBvevAZ84 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKBvevAZ84 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKBvevAZ84 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKBvevAZ84 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKBvevAZ84 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKBvevAZ84 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKBvevAZ84 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKBvevAZ84 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKBvevAZ84 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKBvevAZ84 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKBvevAZ84 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKBvevAZ84 .dropdown-item.active,
.cid-uKBvevAZ84 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKBvevAZ84 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKBvevAZ84 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKBvevAZ84 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKBvevAZ84 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKBvevAZ84 .navbar-buttons {
  text-align: center;
}
.cid-uKBvevAZ84 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKBvevAZ84 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-uKBvevAZ84 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKBvevAZ84 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKBvevAZ84 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKBvevAZ84 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKBvevAZ84 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKBvevAZ84 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKBvevAZ84 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKBvevAZ84 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKBvevAZ84 .navbar-dropdown {
  position: absolute;
}
.cid-uKBvevAZ84 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKBvevAZ84 a.nav-link:hover {
  color: #c62020 !important;
}
.is-builder .cid-uKBvevAZ84 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKBvevAZ84 .navbar {
    height: 77px;
  }
  .cid-uKBvevAZ84 .navbar.opened {
    height: auto;
  }
  .cid-uKBvevAZ84 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKCfVwlUWm {
  padding-top: 11rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKCfVwlUWm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKCfVwlUWm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKCfVwlUWm .row {
  justify-content: center;
}
.cid-uKCfVwlUWm .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uKCfVwlUWm .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #c62020, #c62020 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uKCfVwlUWm .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uKCfVwlUWm .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uKCfVwlUWm .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uKCfVwlUWm .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKCfVwlUWm .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uKCfVwlUWm .mbr-section-title {
  color: #ffffff;
}
.cid-uKCfVwlUWm .mbr-text {
  color: #000000;
}
.cid-uKCfVwlUWm .mbr-desc {
  color: #ffffff;
}
.cid-uKGcKSMWbd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #f4f5f7;
}
.cid-uKGcKSMWbd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGcKSMWbd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKGcKSMWbd .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uKGcKSMWbd .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uKGcKSMWbd .container {
    padding: 0 30px;
  }
}
.cid-uKGcKSMWbd .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uKGcKSMWbd .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 50px;
  border-bottom: 1px solid #000000;
  padding-bottom: 50px;
}
.cid-uKGcKSMWbd .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uKGcKSMWbd .content-wrapper .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uKGcKSMWbd .content-wrapper .content-wrap .text-wrapper {
  margin-bottom: 50px;
}
.cid-uKGcKSMWbd .content-wrapper .content-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKGcKSMWbd .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKGcKSMWbd .embla__slide {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uKGcKSMWbd .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uKGcKSMWbd .embla__slide .card-wrap {
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uKGcKSMWbd .embla__slide .card-wrap {
    padding: 0;
  }
}
.cid-uKGcKSMWbd .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKGcKSMWbd .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uKGcKSMWbd .embla__button--next,
.cid-uKGcKSMWbd .embla__button--prev {
  display: flex;
}
.cid-uKGcKSMWbd .embla__button {
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 12px;
  background-color: #a3a3a3;
  color: #b3efdc;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .75;
}
.cid-uKGcKSMWbd .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKGcKSMWbd .embla__button:hover {
  background: #a3a3a3;
  color: #b3efdc;
  opacity: 1;
}
.cid-uKGcKSMWbd .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-uKGcKSMWbd .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-uKGcKSMWbd .slider-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uKGcKSMWbd .slider-wrapper {
    padding: 0;
  }
}
.cid-uKGcKSMWbd .embla {
  position: relative;
  width: 100%;
}
.cid-uKGcKSMWbd .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uKGcKSMWbd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKGcKSMWbd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKGcKSMWbd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKGcKSMWbd .list-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uKGcKSMWbd .list-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uKGcKSMWbd .list-wrapper {
    display: block;
  }
}
.cid-uKGcKSMWbd .list-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uKGcKSMWbd .list-wrapper .list-wrap .list_1 {
  padding-left: 40px;
  margin-bottom: 50px;
  list-style-position: inside;
}
.cid-uKGcKSMWbd .list-wrapper .list-wrap .list_1 .item-wrap {
  margin-bottom: 10px;
}
.cid-uKGcKSMWbd .list-wrapper .list-wrap .list_2 {
  margin-bottom: 50px;
  list-style-type: none;
}
.cid-uKGcKSMWbd .list-wrapper .list-wrap .list_2 .item-wrap {
  margin-bottom: 10px;
}
.cid-uKGcKSMWbd .mbr-section-btn {
  padding: 0 30px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKGcKSMWbd .mbr-section-btn {
    padding: 0;
  }
}
.cid-uKGcKSMWbd .mbr-section-title {
  color: #c62020;
}
.cid-uKGcKSMWbd .mbr-desc {
  color: #000000;
}
.cid-uKGcKSMWbd .mbr-section-subtitle {
  color: #212529;
}
.cid-uKGcKSMWbd .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-uKGcKSMWbd .mbr-list-title {
  color: #212529;
}
.cid-uKGcKSMWbd .list_1 {
  color: #212529;
}
.cid-uKGcKSMWbd .list_2 {
  color: #212529;
}
.cid-uKHGOkQgwo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uKHGOkQgwo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKHGOkQgwo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKHGOkQgwo .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uKHGOkQgwo .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uKHGOkQgwo .container {
    padding: 0 30px;
  }
}
.cid-uKHGOkQgwo .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uKHGOkQgwo .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 50px;
  border-bottom: 1px solid #000000;
  padding-bottom: 50px;
}
.cid-uKHGOkQgwo .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uKHGOkQgwo .content-wrapper .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uKHGOkQgwo .content-wrapper .content-wrap .text-wrapper {
  margin-bottom: 50px;
}
.cid-uKHGOkQgwo .content-wrapper .content-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKHGOkQgwo .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKHGOkQgwo .embla__slide {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uKHGOkQgwo .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uKHGOkQgwo .embla__slide .card-wrap {
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uKHGOkQgwo .embla__slide .card-wrap {
    padding: 0;
  }
}
.cid-uKHGOkQgwo .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKHGOkQgwo .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uKHGOkQgwo .embla__button--next,
.cid-uKHGOkQgwo .embla__button--prev {
  display: flex;
}
.cid-uKHGOkQgwo .embla__button {
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 12px;
  background-color: #a3a3a3;
  color: #b3efdc;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .75;
}
.cid-uKHGOkQgwo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKHGOkQgwo .embla__button:hover {
  background: #a3a3a3;
  color: #b3efdc;
  opacity: 1;
}
.cid-uKHGOkQgwo .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-uKHGOkQgwo .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-uKHGOkQgwo .slider-wrapper {
  padding-left: 30px;
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-uKHGOkQgwo .slider-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uKHGOkQgwo .slider-wrapper {
    padding: 0;
  }
}
.cid-uKHGOkQgwo .embla {
  position: relative;
  width: 100%;
}
.cid-uKHGOkQgwo .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uKHGOkQgwo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKHGOkQgwo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKHGOkQgwo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKHGOkQgwo .list-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uKHGOkQgwo .list-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uKHGOkQgwo .list-wrapper {
    display: block;
  }
}
.cid-uKHGOkQgwo .list-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uKHGOkQgwo .list-wrapper .list-wrap .list_1 {
  padding-left: 40px;
  margin-bottom: 50px;
  list-style-position: inside;
}
.cid-uKHGOkQgwo .list-wrapper .list-wrap .list_1 .item-wrap {
  margin-bottom: 10px;
}
.cid-uKHGOkQgwo .list-wrapper .list-wrap .list_2 {
  margin-bottom: 50px;
  list-style-type: none;
}
.cid-uKHGOkQgwo .list-wrapper .list-wrap .list_2 .item-wrap {
  margin-bottom: 10px;
}
.cid-uKHGOkQgwo .mbr-section-btn {
  padding: 0 30px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKHGOkQgwo .mbr-section-btn {
    padding: 0;
  }
}
.cid-uKHGOkQgwo .mbr-section-title {
  color: #c62020;
}
.cid-uKHGOkQgwo .mbr-desc {
  color: #000000;
}
.cid-uKHGOkQgwo .mbr-section-subtitle {
  color: #212529;
}
.cid-uKHGOkQgwo .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-uKHGOkQgwo .mbr-list-title {
  color: #212529;
}
.cid-uKHGOkQgwo .list_1 {
  color: #212529;
}
.cid-uKHGOkQgwo .list_2 {
  color: #212529;
}
.cid-uKHGQCRiQx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #f4f5f7;
}
.cid-uKHGQCRiQx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKHGQCRiQx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKHGQCRiQx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uKHGQCRiQx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uKHGQCRiQx .container {
    padding: 0 30px;
  }
}
.cid-uKHGQCRiQx .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uKHGQCRiQx .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 50px;
  border-bottom: 1px solid #000000;
  padding-bottom: 50px;
}
.cid-uKHGQCRiQx .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uKHGQCRiQx .content-wrapper .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uKHGQCRiQx .content-wrapper .content-wrap .text-wrapper {
  margin-bottom: 50px;
}
.cid-uKHGQCRiQx .content-wrapper .content-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKHGQCRiQx .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKHGQCRiQx .embla__slide {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uKHGQCRiQx .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uKHGQCRiQx .embla__slide .card-wrap {
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uKHGQCRiQx .embla__slide .card-wrap {
    padding: 0;
  }
}
.cid-uKHGQCRiQx .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKHGQCRiQx .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uKHGQCRiQx .embla__button--next,
.cid-uKHGQCRiQx .embla__button--prev {
  display: flex;
}
.cid-uKHGQCRiQx .embla__button {
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 12px;
  background-color: #a3a3a3;
  color: #b3efdc;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .75;
}
.cid-uKHGQCRiQx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKHGQCRiQx .embla__button:hover {
  background: #a3a3a3;
  color: #b3efdc;
  opacity: 1;
}
.cid-uKHGQCRiQx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-uKHGQCRiQx .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-uKHGQCRiQx .slider-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uKHGQCRiQx .slider-wrapper {
    padding: 0;
  }
}
.cid-uKHGQCRiQx .embla {
  position: relative;
  width: 100%;
}
.cid-uKHGQCRiQx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uKHGQCRiQx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKHGQCRiQx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKHGQCRiQx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKHGQCRiQx .list-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uKHGQCRiQx .list-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uKHGQCRiQx .list-wrapper {
    display: block;
  }
}
.cid-uKHGQCRiQx .list-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uKHGQCRiQx .list-wrapper .list-wrap .list_1 {
  padding-left: 40px;
  margin-bottom: 50px;
  list-style-position: inside;
}
.cid-uKHGQCRiQx .list-wrapper .list-wrap .list_1 .item-wrap {
  margin-bottom: 10px;
}
.cid-uKHGQCRiQx .list-wrapper .list-wrap .list_2 {
  margin-bottom: 50px;
  list-style-type: none;
}
.cid-uKHGQCRiQx .list-wrapper .list-wrap .list_2 .item-wrap {
  margin-bottom: 10px;
}
.cid-uKHGQCRiQx .mbr-section-btn {
  padding: 0 30px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKHGQCRiQx .mbr-section-btn {
    padding: 0;
  }
}
.cid-uKHGQCRiQx .mbr-section-title {
  color: #c62020;
}
.cid-uKHGQCRiQx .mbr-desc {
  color: #000000;
}
.cid-uKHGQCRiQx .mbr-section-subtitle {
  color: #212529;
}
.cid-uKHGQCRiQx .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-uKHGQCRiQx .mbr-list-title {
  color: #212529;
}
.cid-uKHGQCRiQx .list_1 {
  color: #212529;
}
.cid-uKHGQCRiQx .list_2 {
  color: #212529;
}
.cid-uKHGSuLdc3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uKHGSuLdc3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKHGSuLdc3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKHGSuLdc3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uKHGSuLdc3 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uKHGSuLdc3 .container {
    padding: 0 30px;
  }
}
.cid-uKHGSuLdc3 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uKHGSuLdc3 .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 50px;
  border-bottom: 1px solid #000000;
  padding-bottom: 50px;
}
.cid-uKHGSuLdc3 .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uKHGSuLdc3 .content-wrapper .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uKHGSuLdc3 .content-wrapper .content-wrap .text-wrapper {
  margin-bottom: 50px;
}
.cid-uKHGSuLdc3 .content-wrapper .content-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uKHGSuLdc3 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKHGSuLdc3 .embla__slide {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uKHGSuLdc3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uKHGSuLdc3 .embla__slide .card-wrap {
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uKHGSuLdc3 .embla__slide .card-wrap {
    padding: 0;
  }
}
.cid-uKHGSuLdc3 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKHGSuLdc3 .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uKHGSuLdc3 .embla__button--next,
.cid-uKHGSuLdc3 .embla__button--prev {
  display: flex;
}
.cid-uKHGSuLdc3 .embla__button {
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 12px;
  background-color: #a3a3a3;
  color: #b3efdc;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .75;
}
.cid-uKHGSuLdc3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKHGSuLdc3 .embla__button:hover {
  background: #a3a3a3;
  color: #b3efdc;
  opacity: 1;
}
.cid-uKHGSuLdc3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-uKHGSuLdc3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-uKHGSuLdc3 .slider-wrapper {
  padding-left: 30px;
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-uKHGSuLdc3 .slider-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uKHGSuLdc3 .slider-wrapper {
    padding: 0;
  }
}
.cid-uKHGSuLdc3 .embla {
  position: relative;
  width: 100%;
}
.cid-uKHGSuLdc3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uKHGSuLdc3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKHGSuLdc3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKHGSuLdc3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKHGSuLdc3 .list-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uKHGSuLdc3 .list-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uKHGSuLdc3 .list-wrapper {
    display: block;
  }
}
.cid-uKHGSuLdc3 .list-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uKHGSuLdc3 .list-wrapper .list-wrap .list_1 {
  padding-left: 40px;
  margin-bottom: 50px;
  list-style-position: inside;
}
.cid-uKHGSuLdc3 .list-wrapper .list-wrap .list_1 .item-wrap {
  margin-bottom: 10px;
}
.cid-uKHGSuLdc3 .list-wrapper .list-wrap .list_2 {
  margin-bottom: 50px;
  list-style-type: none;
}
.cid-uKHGSuLdc3 .list-wrapper .list-wrap .list_2 .item-wrap {
  margin-bottom: 10px;
}
.cid-uKHGSuLdc3 .mbr-section-btn {
  padding: 0 30px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKHGSuLdc3 .mbr-section-btn {
    padding: 0;
  }
}
.cid-uKHGSuLdc3 .mbr-section-title {
  color: #c62020;
}
.cid-uKHGSuLdc3 .mbr-desc {
  color: #000000;
}
.cid-uKHGSuLdc3 .mbr-section-subtitle {
  color: #212529;
}
.cid-uKHGSuLdc3 .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-uKHGSuLdc3 .mbr-list-title {
  color: #212529;
}
.cid-uKHGSuLdc3 .list_1 {
  color: #212529;
}
.cid-uKHGSuLdc3 .list_2 {
  color: #212529;
}
.cid-uKY3Fr8yFK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f5f7;
}
.cid-uKY3Fr8yFK .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uKY3Fr8yFK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKY3Fr8yFK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKY3Fr8yFK .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uKY3Fr8yFK .content-wrap .card {
  justify-content: space-between;
}
.cid-uKY3Fr8yFK .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uKY3Fr8yFK .content-wrapper {
    padding: 0;
  }
}
.cid-uKY3Fr8yFK .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uKY3Fr8yFK .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uKY3Fr8yFK .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uKY3Fr8yFK .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uKY3Fr8yFK .mbr-desc,
.cid-uKY3Fr8yFK .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKY3Fr8yFK .mbr-section-title,
.cid-uKY3Fr8yFK .mbr-section-btn {
  color: #c62020;
}
.cid-uKY3lfHUut {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f4f5f7;
}
.cid-uKY3lfHUut .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKY3lfHUut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKY3lfHUut .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uKY3lfHUut .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uKY3lfHUut .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 450px;
}
@media (max-width: 767px) {
  .cid-uKY3lfHUut .row .img-item img {
    min-height: 300px;
  }
}
.cid-uKY5y6Q8mj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uKY5y6Q8mj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKY5y6Q8mj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKY5y6Q8mj .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uKY5y6Q8mj .container-fluid {
    padding: 0 20px;
  }
}
.cid-uKY5y6Q8mj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uKY5y6Q8mj .container {
    padding: 0 20px;
  }
}
.cid-uKY5y6Q8mj .text-wrapper .mbr-text {
  margin-bottom: 20px;
  line-height: inherit;
}
.cid-uKY5y6Q8mj .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-uKY5y6Q8mj .panel-group .card:first-child .card-header .panel-title {
  padding-top: 0;
}
.cid-uKY5y6Q8mj .panel-group .card .card-header {
  border: none;
  padding: 0;
}
.cid-uKY5y6Q8mj .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.cid-uKY5y6Q8mj .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #000000;
}
.cid-uKY5y6Q8mj .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uKY5y6Q8mj .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  margin-left: 50px;
  display: block;
  color: #000000;
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-uKY5y6Q8mj .panel-group .card .card-header .panel-title .mbr-iconfont {
    margin-left: 20px;
  }
}
.cid-uKY5y6Q8mj .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-uKY5y6Q8mj .panel-group .card .panel-collapse .panel-body .panel-text {
    margin-bottom: 30px;
  }
}
.cid-uKY5y6Q8mj .mbr-text {
  color: #c62020;
}
.cid-uKY5y6Q8mj .panel-title-edit {
  color: #000000;
}
.cid-uKY5y6Q8mj .panel-text {
  color: #000000;
}
.cid-uKYnuHZQ9S {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #a7a7a7;
  z-index: 0;
}
.cid-uKYnuHZQ9S .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-uKYnuHZQ9S img {
  width: 350px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-uKYnuHZQ9S .icon1 {
  background: #c62020;
}
.cid-uKYnuHZQ9S .icon2 {
  background: #c62020;
}
.cid-uKYnuHZQ9S .icon3 {
  background: #c62020;
}
.cid-uKYnuHZQ9S .card-box {
  padding-left: 1rem;
}
.cid-uKYnuHZQ9S .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uKYnuHZQ9S .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uKYnuHZQ9S .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uKYnuHZQ9S .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uKYnuHZQ9S .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uKYnuHZQ9S .icon-bg {
  position: absolute;
  overflow: visible;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-uKYnuHZQ9S .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-uKYnuHZQ9S .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-uKYnuHZQ9S .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-uKYnuHZQ9S .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-uKYnuHZQ9S .title {
  color: #ffffff;
}
.cid-uKYnuHZQ9S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYnuHZQ9S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKB6bfXU9z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uKBvevAZ84 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKBvevAZ84 {
    min-height: 170px !important;
  }
}
.cid-uKBvevAZ84 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKBvevAZ84 .empty_md {
    display: block;
  }
}
.cid-uKBvevAZ84 .container,
.cid-uKBvevAZ84 .container-fluid,
.cid-uKBvevAZ84 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKBvevAZ84 .container,
  .cid-uKBvevAZ84 .container-fluid,
  .cid-uKBvevAZ84 .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKBvevAZ84 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKBvevAZ84 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKBvevAZ84 .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKBvevAZ84 .navbar-caption:hover {
  color: #c62020 !important;
}
.cid-uKBvevAZ84 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKBvevAZ84 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKBvevAZ84 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
  }
  .cid-uKBvevAZ84 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKBvevAZ84 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKBvevAZ84 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKBvevAZ84 .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-uKBvevAZ84 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-uKBvevAZ84 .empty,
  .cid-uKBvevAZ84 .icons-menu {
    min-width: 265px;
  }
  .cid-uKBvevAZ84 .navbar-logo {
    margin: 0;
  }
  .cid-uKBvevAZ84 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKBvevAZ84 .btn {
    white-space: nowrap;
  }
  .cid-uKBvevAZ84 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKBvevAZ84 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKBvevAZ84 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKBvevAZ84 .dropdown-toggle::after,
  .cid-uKBvevAZ84 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKBvevAZ84 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKBvevAZ84 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKBvevAZ84 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKBvevAZ84 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKBvevAZ84 .dropdown-menu .dropdown-item:hover {
  color: #c62020 !important;
  background-color: #e6e6e6;
}
.cid-uKBvevAZ84 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKBvevAZ84 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKBvevAZ84 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKBvevAZ84 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKBvevAZ84 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKBvevAZ84 .nav-item:focus,
.cid-uKBvevAZ84 .nav-link:focus {
  outline: none;
}
.cid-uKBvevAZ84 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKBvevAZ84 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKBvevAZ84 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKBvevAZ84 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKBvevAZ84 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKBvevAZ84 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKBvevAZ84 ul.navbar-nav li {
  margin: auto;
}
.cid-uKBvevAZ84 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKBvevAZ84 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKBvevAZ84 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKBvevAZ84 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKBvevAZ84 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKBvevAZ84 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKBvevAZ84 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKBvevAZ84 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKBvevAZ84 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 10rem - 1rem);
  }
}
.cid-uKBvevAZ84 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKBvevAZ84 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKBvevAZ84 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKBvevAZ84 .navbar .icons-menu,
  .cid-uKBvevAZ84 .navbar .empty {
    display: none;
  }
  .cid-uKBvevAZ84 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKBvevAZ84 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKBvevAZ84 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKBvevAZ84 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKBvevAZ84 .navbar .container-fluid,
  .cid-uKBvevAZ84 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKBvevAZ84 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKBvevAZ84 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKBvevAZ84 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKBvevAZ84 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKBvevAZ84 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKBvevAZ84 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKBvevAZ84 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKBvevAZ84 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKBvevAZ84 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKBvevAZ84 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKBvevAZ84 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKBvevAZ84 .dropdown-item.active,
.cid-uKBvevAZ84 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKBvevAZ84 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKBvevAZ84 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKBvevAZ84 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKBvevAZ84 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKBvevAZ84 .navbar-buttons {
  text-align: center;
}
.cid-uKBvevAZ84 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKBvevAZ84 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-uKBvevAZ84 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKBvevAZ84 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKBvevAZ84 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKBvevAZ84 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKBvevAZ84 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKBvevAZ84 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKBvevAZ84 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKBvevAZ84 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKBvevAZ84 .navbar-dropdown {
  position: absolute;
}
.cid-uKBvevAZ84 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKBvevAZ84 a.nav-link:hover {
  color: #c62020 !important;
}
.is-builder .cid-uKBvevAZ84 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKBvevAZ84 .navbar {
    height: 77px;
  }
  .cid-uKBvevAZ84 .navbar.opened {
    height: auto;
  }
  .cid-uKBvevAZ84 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKYjsIJIdK {
  padding-top: 11rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uKYjsIJIdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYjsIJIdK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYjsIJIdK .row {
  justify-content: center;
}
.cid-uKYjsIJIdK .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uKYjsIJIdK .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKYjsIJIdK .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uKYjsIJIdK .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKYjsIJIdK .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uKYjsIJIdK .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKYjsIJIdK .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uKYjsIJIdK .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uKYjsIJIdK .mbr-label,
.cid-uKYjsIJIdK .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKYjsIJIdK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uKYjsIJIdK .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKYjsIJIdK .mbr-text,
.cid-uKYjsIJIdK .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uKYjsIJIdK .mbr-section-title,
.cid-uKYjsIJIdK .mbr-section-btn {
  text-align: center;
  color: #c62020;
}
.cid-uKYkEf86EE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  flex-direction: column;
  justify-content: center;
}
.cid-uKYkEf86EE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYkEf86EE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 321px) {
  .cid-uKYkEf86EE .container {
    padding: 0 16px;
  }
}
.cid-uKYkEf86EE .row {
  justify-content: space-between;
}
.cid-uKYkEf86EE .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uKYkEf86EE .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKYkEf86EE .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 321px) {
  .cid-uKYkEf86EE .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uKYkEf86EE .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 321px) {
  .cid-uKYkEf86EE .image-wrapper img {
    height: 300px;
  }
}
.cid-uKYkEf86EE .mbr-desc {
  color: #706cff;
}
.cid-uKYkEf86EE .mbr-section-title {
  color: #000000;
}
.cid-uKYkEf86EE .mbr-text {
  color: #000000;
}
.cid-uKYkEf86EE .mbr-section-title,
.cid-uKYkEf86EE .mbr-section-btn {
  color: #c62020;
}
.cid-uKYkEf86EE .mbr-text,
.cid-uKYkEf86EE .text-wrapper {
  color: #ffffff;
}
.cid-uKYqFTJQkP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/roemermuseum-1280x720.jpg");
}
.cid-uKYqFTJQkP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYqFTJQkP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYqFTJQkP .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uKYqFTJQkP .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uKYqFTJQkP .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uKYqFTJQkP .container {
    padding: 0 16px;
  }
}
.cid-uKYqFTJQkP .row {
  justify-content: center;
}
.cid-uKYqFTJQkP .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uKYqFTJQkP .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uKYqFTJQkP .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uKYqFTJQkP .mbr-section-title {
  color: #f0f0f0;
}
.cid-uKYqFTJQkP .mbr-text {
  color: #000000;
}
.cid-uKYqFTJQkP .mbr-section-title,
.cid-uKYqFTJQkP .mbr-section-btn {
  color: #c62020;
}
.cid-uKYojQjIYZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-uKYojQjIYZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYojQjIYZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKYojQjIYZ .container {
    padding: 0 16px;
  }
}
.cid-uKYojQjIYZ .row {
  justify-content: space-between;
}
.cid-uKYojQjIYZ .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uKYojQjIYZ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKYojQjIYZ .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uKYojQjIYZ .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uKYojQjIYZ .image-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uKYojQjIYZ .image-wrapper img {
    height: 350px;
  }
}
.cid-uKYojQjIYZ .mbr-desc {
  color: #706cff;
}
.cid-uKYojQjIYZ .mbr-section-title {
  color: #000000;
}
.cid-uKYojQjIYZ .mbr-text {
  color: #000000;
}
.cid-uKYojQjIYZ .mbr-section-title,
.cid-uKYojQjIYZ .mbr-section-btn {
  color: #c62020;
}
.cid-uKYmqvaKhS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c62020;
}
.cid-uKYmqvaKhS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYmqvaKhS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYmqvaKhS .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uKYmqvaKhS .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uKYmqvaKhS .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uKYmqvaKhS .container {
    padding: 0 16px;
  }
}
.cid-uKYmqvaKhS .row {
  justify-content: center;
}
.cid-uKYmqvaKhS .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uKYmqvaKhS .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uKYmqvaKhS .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uKYmqvaKhS .mbr-section-title {
  color: #f0f0f0;
}
.cid-uKYmqvaKhS .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKYmqvaKhS .mbr-section-title,
.cid-uKYmqvaKhS .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uKYrvtImOG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKYrvtImOG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYrvtImOG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYrvtImOG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uKYrvtImOG .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uKYrvtImOG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uKYrvtImOG .container {
    padding: 0 16px;
  }
}
.cid-uKYrvtImOG .row {
  justify-content: center;
}
.cid-uKYrvtImOG .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uKYrvtImOG .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uKYrvtImOG .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uKYrvtImOG .mbr-section-title {
  color: #f0f0f0;
}
.cid-uKYrvtImOG .mbr-text {
  color: #000000;
}
.cid-uKYrvtImOG .mbr-section-title,
.cid-uKYrvtImOG .mbr-section-btn {
  color: #c62020;
}
.cid-uKYnwIqk0k {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #a7a7a7;
  z-index: 0;
}
.cid-uKYnwIqk0k .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-uKYnwIqk0k img {
  width: 350px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-uKYnwIqk0k .icon1 {
  background: #c62020;
}
.cid-uKYnwIqk0k .icon2 {
  background: #c62020;
}
.cid-uKYnwIqk0k .icon3 {
  background: #c62020;
}
.cid-uKYnwIqk0k .card-box {
  padding-left: 1rem;
}
.cid-uKYnwIqk0k .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uKYnwIqk0k .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uKYnwIqk0k .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uKYnwIqk0k .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uKYnwIqk0k .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uKYnwIqk0k .icon-bg {
  position: absolute;
  overflow: visible;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-uKYnwIqk0k .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-uKYnwIqk0k .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-uKYnwIqk0k .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-uKYnwIqk0k .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-uKYnwIqk0k .title {
  color: #ffffff;
}
.cid-uKYnwIqk0k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYnwIqk0k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKB6bfXU9z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uKBvevAZ84 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKBvevAZ84 {
    min-height: 170px !important;
  }
}
.cid-uKBvevAZ84 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKBvevAZ84 .empty_md {
    display: block;
  }
}
.cid-uKBvevAZ84 .container,
.cid-uKBvevAZ84 .container-fluid,
.cid-uKBvevAZ84 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKBvevAZ84 .container,
  .cid-uKBvevAZ84 .container-fluid,
  .cid-uKBvevAZ84 .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKBvevAZ84 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKBvevAZ84 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKBvevAZ84 .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKBvevAZ84 .navbar-caption:hover {
  color: #c62020 !important;
}
.cid-uKBvevAZ84 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKBvevAZ84 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKBvevAZ84 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
  }
  .cid-uKBvevAZ84 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKBvevAZ84 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKBvevAZ84 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKBvevAZ84 .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-uKBvevAZ84 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-uKBvevAZ84 .empty,
  .cid-uKBvevAZ84 .icons-menu {
    min-width: 265px;
  }
  .cid-uKBvevAZ84 .navbar-logo {
    margin: 0;
  }
  .cid-uKBvevAZ84 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKBvevAZ84 .btn {
    white-space: nowrap;
  }
  .cid-uKBvevAZ84 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKBvevAZ84 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKBvevAZ84 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKBvevAZ84 .dropdown-toggle::after,
  .cid-uKBvevAZ84 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKBvevAZ84 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKBvevAZ84 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKBvevAZ84 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKBvevAZ84 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKBvevAZ84 .dropdown-menu .dropdown-item:hover {
  color: #c62020 !important;
  background-color: #e6e6e6;
}
.cid-uKBvevAZ84 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKBvevAZ84 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKBvevAZ84 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKBvevAZ84 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKBvevAZ84 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKBvevAZ84 .nav-item:focus,
.cid-uKBvevAZ84 .nav-link:focus {
  outline: none;
}
.cid-uKBvevAZ84 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKBvevAZ84 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKBvevAZ84 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKBvevAZ84 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKBvevAZ84 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKBvevAZ84 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKBvevAZ84 ul.navbar-nav li {
  margin: auto;
}
.cid-uKBvevAZ84 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKBvevAZ84 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKBvevAZ84 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKBvevAZ84 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKBvevAZ84 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKBvevAZ84 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKBvevAZ84 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKBvevAZ84 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKBvevAZ84 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 10rem - 1rem);
  }
}
.cid-uKBvevAZ84 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKBvevAZ84 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKBvevAZ84 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKBvevAZ84 .navbar .icons-menu,
  .cid-uKBvevAZ84 .navbar .empty {
    display: none;
  }
  .cid-uKBvevAZ84 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKBvevAZ84 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKBvevAZ84 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKBvevAZ84 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKBvevAZ84 .navbar .container-fluid,
  .cid-uKBvevAZ84 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKBvevAZ84 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKBvevAZ84 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKBvevAZ84 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKBvevAZ84 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKBvevAZ84 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKBvevAZ84 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKBvevAZ84 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKBvevAZ84 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKBvevAZ84 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKBvevAZ84 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKBvevAZ84 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKBvevAZ84 .dropdown-item.active,
.cid-uKBvevAZ84 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKBvevAZ84 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKBvevAZ84 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKBvevAZ84 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKBvevAZ84 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKBvevAZ84 .navbar-buttons {
  text-align: center;
}
.cid-uKBvevAZ84 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKBvevAZ84 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-uKBvevAZ84 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKBvevAZ84 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKBvevAZ84 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKBvevAZ84 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKBvevAZ84 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKBvevAZ84 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKBvevAZ84 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKBvevAZ84 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKBvevAZ84 .navbar-dropdown {
  position: absolute;
}
.cid-uKBvevAZ84 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKBvevAZ84 a.nav-link:hover {
  color: #c62020 !important;
}
.is-builder .cid-uKBvevAZ84 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKBvevAZ84 .navbar {
    height: 77px;
  }
  .cid-uKBvevAZ84 .navbar.opened {
    height: auto;
  }
  .cid-uKBvevAZ84 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKYv3LeE46 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uKYv3LeE46 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYv3LeE46 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uKYv3LeE46 .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uKYv3LeE46 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKYv3LeE46 p {
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uKYv3LeE46 .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uKYv3LeE46 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKYvLt2hUI {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #f4f5f7;
}
.cid-uKYvLt2hUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYvLt2hUI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uKYvLt2hUI .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uKYvLt2hUI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKYvLt2hUI p {
  line-height: 1.6;
}
.cid-uKYvLt2hUI .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uKYvLt2hUI .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uKYvLt2hUI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKYvLQNxJb {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uKYvLQNxJb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYvLQNxJb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uKYvLQNxJb .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uKYvLQNxJb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKYvLQNxJb p {
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uKYvLQNxJb .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uKYvLQNxJb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKYvM7tBys {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #f4f5f7;
}
.cid-uKYvM7tBys .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYvM7tBys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uKYvM7tBys .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uKYvM7tBys .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKYvM7tBys p {
  line-height: 1.6;
}
.cid-uKYvM7tBys .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uKYvM7tBys .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uKYvM7tBys .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKYyuOvg58 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #a7a7a7;
  z-index: 0;
}
.cid-uKYyuOvg58 .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-uKYyuOvg58 img {
  width: 350px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-uKYyuOvg58 .icon1 {
  background: #c62020;
}
.cid-uKYyuOvg58 .icon2 {
  background: #c62020;
}
.cid-uKYyuOvg58 .icon3 {
  background: #c62020;
}
.cid-uKYyuOvg58 .card-box {
  padding-left: 1rem;
}
.cid-uKYyuOvg58 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uKYyuOvg58 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uKYyuOvg58 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uKYyuOvg58 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uKYyuOvg58 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uKYyuOvg58 .icon-bg {
  position: absolute;
  overflow: visible;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-uKYyuOvg58 .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-uKYyuOvg58 .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-uKYyuOvg58 .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-uKYyuOvg58 .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-uKYyuOvg58 .title {
  color: #ffffff;
}
.cid-uKYyuOvg58 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYyuOvg58 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKB6bfXU9z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uKBvevAZ84 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKBvevAZ84 {
    min-height: 170px !important;
  }
}
.cid-uKBvevAZ84 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKBvevAZ84 .empty_md {
    display: block;
  }
}
.cid-uKBvevAZ84 .container,
.cid-uKBvevAZ84 .container-fluid,
.cid-uKBvevAZ84 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKBvevAZ84 .container,
  .cid-uKBvevAZ84 .container-fluid,
  .cid-uKBvevAZ84 .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKBvevAZ84 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKBvevAZ84 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKBvevAZ84 .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKBvevAZ84 .navbar-caption:hover {
  color: #c62020 !important;
}
.cid-uKBvevAZ84 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKBvevAZ84 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKBvevAZ84 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
  }
  .cid-uKBvevAZ84 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKBvevAZ84 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKBvevAZ84 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKBvevAZ84 .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-uKBvevAZ84 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-uKBvevAZ84 .empty,
  .cid-uKBvevAZ84 .icons-menu {
    min-width: 265px;
  }
  .cid-uKBvevAZ84 .navbar-logo {
    margin: 0;
  }
  .cid-uKBvevAZ84 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKBvevAZ84 .btn {
    white-space: nowrap;
  }
  .cid-uKBvevAZ84 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKBvevAZ84 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKBvevAZ84 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKBvevAZ84 .dropdown-toggle::after,
  .cid-uKBvevAZ84 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKBvevAZ84 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKBvevAZ84 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKBvevAZ84 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKBvevAZ84 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKBvevAZ84 .dropdown-menu .dropdown-item:hover {
  color: #c62020 !important;
  background-color: #e6e6e6;
}
.cid-uKBvevAZ84 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKBvevAZ84 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKBvevAZ84 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKBvevAZ84 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKBvevAZ84 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKBvevAZ84 .nav-item:focus,
.cid-uKBvevAZ84 .nav-link:focus {
  outline: none;
}
.cid-uKBvevAZ84 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKBvevAZ84 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKBvevAZ84 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKBvevAZ84 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKBvevAZ84 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKBvevAZ84 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKBvevAZ84 ul.navbar-nav li {
  margin: auto;
}
.cid-uKBvevAZ84 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKBvevAZ84 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKBvevAZ84 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKBvevAZ84 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKBvevAZ84 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKBvevAZ84 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKBvevAZ84 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKBvevAZ84 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKBvevAZ84 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 10rem - 1rem);
  }
}
.cid-uKBvevAZ84 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKBvevAZ84 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKBvevAZ84 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKBvevAZ84 .navbar .icons-menu,
  .cid-uKBvevAZ84 .navbar .empty {
    display: none;
  }
  .cid-uKBvevAZ84 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKBvevAZ84 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKBvevAZ84 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKBvevAZ84 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKBvevAZ84 .navbar .container-fluid,
  .cid-uKBvevAZ84 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKBvevAZ84 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKBvevAZ84 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKBvevAZ84 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKBvevAZ84 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKBvevAZ84 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKBvevAZ84 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKBvevAZ84 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKBvevAZ84 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKBvevAZ84 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKBvevAZ84 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKBvevAZ84 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKBvevAZ84 .dropdown-item.active,
.cid-uKBvevAZ84 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKBvevAZ84 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKBvevAZ84 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKBvevAZ84 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKBvevAZ84 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKBvevAZ84 .navbar-buttons {
  text-align: center;
}
.cid-uKBvevAZ84 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKBvevAZ84 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-uKBvevAZ84 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKBvevAZ84 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKBvevAZ84 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKBvevAZ84 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKBvevAZ84 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKBvevAZ84 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKBvevAZ84 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKBvevAZ84 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKBvevAZ84 .navbar-dropdown {
  position: absolute;
}
.cid-uKBvevAZ84 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKBvevAZ84 a.nav-link:hover {
  color: #c62020 !important;
}
.is-builder .cid-uKBvevAZ84 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKBvevAZ84 .navbar {
    height: 77px;
  }
  .cid-uKBvevAZ84 .navbar.opened {
    height: auto;
  }
  .cid-uKBvevAZ84 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKYNPYMXaY {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-uKYNPYMXaY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYNPYMXaY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKYNPYMXaY .container {
    padding: 0 16px;
  }
}
.cid-uKYNPYMXaY .row {
  justify-content: space-between;
}
.cid-uKYNPYMXaY .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uKYNPYMXaY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKYNPYMXaY .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uKYNPYMXaY .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uKYNPYMXaY .image-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uKYNPYMXaY .image-wrapper img {
    height: 350px;
  }
}
.cid-uKYNPYMXaY .mbr-desc {
  color: #706cff;
}
.cid-uKYNPYMXaY .mbr-section-title {
  color: #000000;
}
.cid-uKYNPYMXaY .mbr-text {
  color: #000000;
}
.cid-uKYNPYMXaY .mbr-section-title,
.cid-uKYNPYMXaY .mbr-section-btn {
  color: #c62020;
}
.cid-uKYPvjAWcA {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #c62020;
}
.cid-uKYPvjAWcA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYPvjAWcA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYPvjAWcA .row {
  justify-content: center;
}
.cid-uKYPvjAWcA .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uKYPvjAWcA .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKYPvjAWcA .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uKYPvjAWcA .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKYPvjAWcA .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uKYPvjAWcA .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKYPvjAWcA .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uKYPvjAWcA .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uKYPvjAWcA .mbr-label,
.cid-uKYPvjAWcA .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKYPvjAWcA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uKYPvjAWcA .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKYPvjAWcA .mbr-text,
.cid-uKYPvjAWcA .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKYPvjAWcA .mbr-section-title,
.cid-uKYPvjAWcA .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uKYPi3x0SP {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #c62020;
}
.cid-uKYPi3x0SP .row .slide-overlay {
  z-index: 1 !important;
}
@media (min-width: 992px) {
  .cid-uKYPi3x0SP .carousel {
    min-height: 800px;
  }
  .cid-uKYPi3x0SP .carousel img {
    max-height: 800px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uKYPi3x0SP .carousel {
    min-height: 464px;
  }
  .cid-uKYPi3x0SP .carousel img {
    max-height: 464px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uKYPi3x0SP .carousel {
    min-height: 360px;
  }
  .cid-uKYPi3x0SP .carousel img {
    max-height: 360px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .cid-uKYPi3x0SP .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uKYPi3x0SP .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uKYPi3x0SP .carousel,
.cid-uKYPi3x0SP .carousel-inner {
  display: flex;
  align-items: stretch;
}
.cid-uKYPi3x0SP .item-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-uKYPi3x0SP .carousel-caption {
  z-index: 2 !important;
  left: 1rem;
  bottom: 1rem;
  width: fit-content;
  max-width: calc(68%);
  background-color: #33363b;
  padding: 8px;
  background-color: transparent;
}
.cid-uKYPi3x0SP .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-uKYPi3x0SP .mbr-section-text {
  margin-bottom: 0 !important;
  margin-top: 8px !important;
  color: #FFFFFF;
  text-align: left;
  display: none;
}
.cid-uKYPi3x0SP .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uKYPi3x0SP .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-uKYPi3x0SP .carousel-control .mobi-mbri {
  color: #000000;
  transition: all 0.3s;
}
.cid-uKYPi3x0SP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .cid-uKYPi3x0SP .carousel-control.carousel-control-prev {
    margin-left: 1rem;
  }
}
.cid-uKYPi3x0SP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uKYPi3x0SP .carousel-control.carousel-control-next {
    margin-right: 1rem;
  }
}
.cid-uKYPi3x0SP .carousel-control:hover,
.cid-uKYPi3x0SP .carousel-control:focus {
  border-color: #ffffff;
  opacity: 1;
}
.cid-uKYPi3x0SP .carousel-control-prev:hover .mobi-mbri,
.cid-uKYPi3x0SP .carousel-control-prev:focus .mobi-mbri {
  transform: translateX(-7px);
}
.cid-uKYPi3x0SP .carousel-control-next:hover .mobi-mbri,
.cid-uKYPi3x0SP .carousel-control-next:focus .mobi-mbri {
  transform: translateX(7px);
}
.cid-uKYPi3x0SP .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uKYPi3x0SP .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uKYPi3x0SP .carousel-indicators {
  display: none !important;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uKYPi3x0SP .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uKYPi3x0SP .carousel-indicators li.active,
.cid-uKYPi3x0SP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uKYPi3x0SP .carousel-indicators li::after,
.cid-uKYPi3x0SP .carousel-indicators li::before {
  content: none;
}
.cid-uKYPi3x0SP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uKYPi3x0SP .carousel-indicators {
    display: none !important;
  }
}
.cid-uKYT7GvSi3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/champagne-3515140-1920-960x640.png");
}
.cid-uKYT7GvSi3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYT7GvSi3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYT7GvSi3 .row {
  justify-content: center;
}
.cid-uKYT7GvSi3 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uKYT7GvSi3 .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKYT7GvSi3 .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uKYT7GvSi3 .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKYT7GvSi3 .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uKYT7GvSi3 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKYT7GvSi3 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uKYT7GvSi3 .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uKYT7GvSi3 .mbr-label,
.cid-uKYT7GvSi3 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKYT7GvSi3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uKYT7GvSi3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKYT7GvSi3 .mbr-text,
.cid-uKYT7GvSi3 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKYT7GvSi3 .mbr-section-title,
.cid-uKYT7GvSi3 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uKYUiodz8W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKYUiodz8W .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uKYUiodz8W form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uKYUiodz8W form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uKYUiodz8W form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uKYUiodz8W .row {
  margin: 0;
}
.cid-uKYUiodz8W .card {
  padding: 3rem;
  border: 1px solid #c62020 !important;
}
@media (max-width: 767px) {
  .cid-uKYUiodz8W .card {
    padding: 2rem 0.5rem;
  }
}
.cid-uKYUiodz8W h3 {
  margin-bottom: 3rem !important;
}
.cid-uKYUiodz8W .content-head {
  max-width: 800px;
}
.cid-uKYUiodz8W textarea {
  min-height: 200px;
}
.cid-uKYUiodz8W input,
.cid-uKYUiodz8W textarea {
  border: 1px solid #c62020 !important;
  border-radius: 0 !important;
  padding: 0.5rem;
}
.cid-uKYUiodz8W .mbr-section-title {
  color: #221b35;
}
.cid-uKYUiodz8W LABEL {
  color: #000000;
}
.cid-uKYV2MJOBv {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #a7a7a7;
  z-index: 0;
}
.cid-uKYV2MJOBv .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-uKYV2MJOBv img {
  width: 350px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-uKYV2MJOBv .icon1 {
  background: #c62020;
}
.cid-uKYV2MJOBv .icon2 {
  background: #c62020;
}
.cid-uKYV2MJOBv .icon3 {
  background: #c62020;
}
.cid-uKYV2MJOBv .card-box {
  padding-left: 1rem;
}
.cid-uKYV2MJOBv .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uKYV2MJOBv .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uKYV2MJOBv .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uKYV2MJOBv .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uKYV2MJOBv .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uKYV2MJOBv .icon-bg {
  position: absolute;
  overflow: visible;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-uKYV2MJOBv .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-uKYV2MJOBv .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-uKYV2MJOBv .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-uKYV2MJOBv .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-uKYV2MJOBv .title {
  color: #ffffff;
}
.cid-uKYV2MJOBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYV2MJOBv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKB6bfXU9z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uKBvevAZ84 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKBvevAZ84 {
    min-height: 170px !important;
  }
}
.cid-uKBvevAZ84 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKBvevAZ84 .empty_md {
    display: block;
  }
}
.cid-uKBvevAZ84 .container,
.cid-uKBvevAZ84 .container-fluid,
.cid-uKBvevAZ84 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKBvevAZ84 .container,
  .cid-uKBvevAZ84 .container-fluid,
  .cid-uKBvevAZ84 .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKBvevAZ84 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKBvevAZ84 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKBvevAZ84 .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKBvevAZ84 .navbar-caption:hover {
  color: #c62020 !important;
}
.cid-uKBvevAZ84 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKBvevAZ84 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKBvevAZ84 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffffff;
  }
  .cid-uKBvevAZ84 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKBvevAZ84 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKBvevAZ84 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKBvevAZ84 .icons-menu .icons-wrapper:hover {
    background: #ffffff;
  }
  .cid-uKBvevAZ84 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .cid-uKBvevAZ84 .empty,
  .cid-uKBvevAZ84 .icons-menu {
    min-width: 265px;
  }
  .cid-uKBvevAZ84 .navbar-logo {
    margin: 0;
  }
  .cid-uKBvevAZ84 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKBvevAZ84 .btn {
    white-space: nowrap;
  }
  .cid-uKBvevAZ84 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKBvevAZ84 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKBvevAZ84 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKBvevAZ84 .dropdown-toggle::after,
  .cid-uKBvevAZ84 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKBvevAZ84 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKBvevAZ84 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKBvevAZ84 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKBvevAZ84 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKBvevAZ84 .dropdown-menu .dropdown-item:hover {
  color: #c62020 !important;
  background-color: #e6e6e6;
}
.cid-uKBvevAZ84 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKBvevAZ84 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKBvevAZ84 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKBvevAZ84 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKBvevAZ84 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKBvevAZ84 .nav-item:focus,
.cid-uKBvevAZ84 .nav-link:focus {
  outline: none;
}
.cid-uKBvevAZ84 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKBvevAZ84 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKBvevAZ84 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKBvevAZ84 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKBvevAZ84 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKBvevAZ84 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKBvevAZ84 ul.navbar-nav li {
  margin: auto;
}
.cid-uKBvevAZ84 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKBvevAZ84 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKBvevAZ84 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKBvevAZ84 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKBvevAZ84 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKBvevAZ84 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKBvevAZ84 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKBvevAZ84 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKBvevAZ84 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 10rem - 1rem);
  }
}
.cid-uKBvevAZ84 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKBvevAZ84 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKBvevAZ84 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKBvevAZ84 .navbar .icons-menu,
  .cid-uKBvevAZ84 .navbar .empty {
    display: none;
  }
  .cid-uKBvevAZ84 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKBvevAZ84 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKBvevAZ84 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKBvevAZ84 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKBvevAZ84 .navbar .container-fluid,
  .cid-uKBvevAZ84 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKBvevAZ84 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKBvevAZ84 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKBvevAZ84 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKBvevAZ84 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKBvevAZ84 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKBvevAZ84 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKBvevAZ84 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKBvevAZ84 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKBvevAZ84 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKBvevAZ84 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKBvevAZ84 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKBvevAZ84 .dropdown-item.active,
.cid-uKBvevAZ84 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKBvevAZ84 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKBvevAZ84 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKBvevAZ84 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKBvevAZ84 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKBvevAZ84 .navbar-buttons {
  text-align: center;
}
.cid-uKBvevAZ84 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKBvevAZ84 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010a44;
}
.cid-uKBvevAZ84 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKBvevAZ84 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKBvevAZ84 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKBvevAZ84 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKBvevAZ84 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKBvevAZ84 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKBvevAZ84 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKBvevAZ84 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKBvevAZ84 .navbar-dropdown {
  position: absolute;
}
.cid-uKBvevAZ84 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKBvevAZ84 a.nav-link:hover {
  color: #c62020 !important;
}
.is-builder .cid-uKBvevAZ84 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKBvevAZ84 .navbar {
    height: 77px;
  }
  .cid-uKBvevAZ84 .navbar.opened {
    height: auto;
  }
  .cid-uKBvevAZ84 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKCeYf2NAf {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKCeYf2NAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKCeYf2NAf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKCeYf2NAf .row {
  justify-content: center;
}
.cid-uKCeYf2NAf .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-uKCeYf2NAf .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .cid-uKCeYf2NAf .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uKCeYf2NAf .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-uKCeYf2NAf .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uKCeYf2NAf .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  opacity: .5;
  pointer-events: none;
}
.cid-uKCeYf2NAf .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uKCeYf2NAf .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uKCeYf2NAf .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uKCeYf2NAf .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uKCeYf2NAf .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uKCeYf2NAf .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uKCeYf2NAf .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uKCeYf2NAf .mbr-section-subtitle {
  color: #2c2c26;
  text-align: center;
}
.cid-uKCeYf2NAf .mbr-text,
.cid-uKCeYf2NAf .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uKCeYf2NAf .mbr-section-title,
.cid-uKCeYf2NAf .mbr-section-btn {
  text-align: center;
}
.cid-uKYV5GZxJe {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #a7a7a7;
  z-index: 0;
}
.cid-uKYV5GZxJe .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-uKYV5GZxJe img {
  width: 350px;
  display: inline-block;
  margin-bottom: 1rem;
}
.cid-uKYV5GZxJe .icon1 {
  background: #c62020;
}
.cid-uKYV5GZxJe .icon2 {
  background: #c62020;
}
.cid-uKYV5GZxJe .icon3 {
  background: #c62020;
}
.cid-uKYV5GZxJe .card-box {
  padding-left: 1rem;
}
.cid-uKYV5GZxJe .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uKYV5GZxJe .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uKYV5GZxJe .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uKYV5GZxJe .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uKYV5GZxJe .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uKYV5GZxJe .icon-bg {
  position: absolute;
  overflow: visible;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-uKYV5GZxJe .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-uKYV5GZxJe .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-uKYV5GZxJe .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-uKYV5GZxJe .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-uKYV5GZxJe .title {
  color: #ffffff;
}
.cid-uKYV5GZxJe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYV5GZxJe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKB6bfXU9z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
