.btn {
  border-width: 2px;
}
body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Alegreya', serif;
  font-size: 4.6rem;
  line-height: 0.85;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Alegreya', serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Alegreya', serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Alegreya', serif;
  font-size: 2.2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Alegreya', serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 1.84rem !important;
    font-size: calc( 3.5199999999999996rem + (4.6 - 3.5199999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 0.55 * (3.5199999999999996rem + (4.6 - 3.5199999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f8df03 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #a70327 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f8df03 !important;
  border-color: #f8df03 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #a29202 !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #a29202 !important;
  border-color: #a29202 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ae42c8 !important;
  border-color: #ae42c8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #78288b !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #78288b !important;
  border-color: #78288b !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #148cca !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #2a747e !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a70327 !important;
  border-color: #a70327 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #520113 !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #520113 !important;
  border-color: #520113 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ff5f0f !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #616161 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #cfcfcf !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #616161 !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: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #000000 !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover,
.btn-black:active,
.btn-black:focus {
  color: #f8df03 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f8df03;
  color: #f8df03;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a29202 !important;
  background-color: transparent!important;
  border-color: #a29202 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #f8df03 !important;
  border-color: #f8df03 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ae42c8;
  color: #ae42c8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #78288b !important;
  background-color: transparent!important;
  border-color: #78288b !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ae42c8 !important;
  border-color: #ae42c8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a70327;
  color: #a70327;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #520113 !important;
  background-color: transparent!important;
  border-color: #520113 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a70327 !important;
  border-color: #a70327 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f8df03 !important;
}
.text-secondary {
  color: #ae42c8 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #a70327 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #938402 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6e257f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #430110 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #f8df03;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #a70327;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f8df03;
  border-color: #f8df03;
  color: #151300;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f8df03;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef9c9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fb2e5b;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Alegreya', serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f8df03 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Alegreya', serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #f8df03;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f8df03;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f8df03;
}
.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: #f8df03;
  border-bottom-color: #f8df03;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f8df03 !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: #ae42c8 !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='%23f8df03' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tgVqxngsb0 .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .cid-tgVqxngsb0 .container,
  .cid-tgVqxngsb0 .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-tgVqxngsb0 .container .navbar-collapse,
  .cid-tgVqxngsb0 .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tgVqxngsb0 {
    flex-wrap: wrap;
  }
  .cid-tgVqxngsb0 .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-tgVqxngsb0 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tgVqxngsb0 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tgVqxngsb0 .btn {
  padding: 0.8rem 2rem;
}
.cid-tgVqxngsb0 .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-tgVqxngsb0 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ae42c8;
}
.cid-tgVqxngsb0 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tgVqxngsb0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgVqxngsb0 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgVqxngsb0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tgVqxngsb0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tgVqxngsb0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tgVqxngsb0 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tgVqxngsb0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgVqxngsb0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgVqxngsb0 .dropdown-menu,
.cid-tgVqxngsb0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tgVqxngsb0 .nav-item:focus,
.cid-tgVqxngsb0 .nav-link:focus {
  outline: none;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgVqxngsb0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgVqxngsb0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgVqxngsb0 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tgVqxngsb0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tgVqxngsb0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tgVqxngsb0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgVqxngsb0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tgVqxngsb0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tgVqxngsb0 .navbar.collapsed {
  justify-content: center;
}
.cid-tgVqxngsb0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgVqxngsb0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgVqxngsb0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tgVqxngsb0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgVqxngsb0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgVqxngsb0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgVqxngsb0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tgVqxngsb0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgVqxngsb0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgVqxngsb0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgVqxngsb0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgVqxngsb0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgVqxngsb0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgVqxngsb0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgVqxngsb0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgVqxngsb0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgVqxngsb0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgVqxngsb0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgVqxngsb0 .dropdown-item.active,
.cid-tgVqxngsb0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tgVqxngsb0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgVqxngsb0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgVqxngsb0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgVqxngsb0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgVqxngsb0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgVqxngsb0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgVqxngsb0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgVqxngsb0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgVqxngsb0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tgVqxngsb0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgVqxngsb0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgVqxngsb0 .navbar {
    height: 70px;
  }
  .cid-tgVqxngsb0 .navbar.opened {
    height: auto;
  }
  .cid-tgVqxngsb0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9wcHvCgfX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9wcHvCgfX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9wcHvCgfX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9wcHvCgfX a {
  font-weight: 900;
}
.cid-u9wcHvCgfX .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-u9wcHvCgfX .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-u9wcHvCgfX .wrapper {
  background: #a70327;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-u9wcHvCgfX .image-wrapper {
  padding: 0;
}
.cid-u9wcHvCgfX .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9wcHvCgfX .image-wrapper img {
    border-radius: 0;
  }
}
.cid-u9wcHvCgfX .mbr-section-title {
  color: #ffffff;
}
.cid-u9wcHvCgfX .mbr-text,
.cid-u9wcHvCgfX .mbr-section-btn {
  color: #ffffff;
}
.cid-tZ8DRUELdK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a70327;
}
.cid-tZ8DRUELdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ8DRUELdK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ8DRUELdK .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-tZ8DRUELdK .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-tZ8DRUELdK .container {
    padding: 0 6px;
  }
}
.cid-tZ8DRUELdK .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-tZ8DRUELdK .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-tZ8DRUELdK .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-tZ8DRUELdK .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-tZ8DRUELdK .row {
    padding: 0 30px;
  }
}
.cid-tZ8DRUELdK .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-tZ8DRUELdK .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
  padding: 60px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZ8DRUELdK .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-tZ8DRUELdK .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-tZ8DRUELdK .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-tZ8DRUELdK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-tZ8DRUELdK .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-tZ8DRUELdK .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-tZ8DRUELdK .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-tZ8DRUELdK .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-tZ8DRUELdK .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-tZ8DRUELdK .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tZ8DRUELdK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZ8DRUELdK .list {
  color: #131313;
}
.cid-tZ8DRUELdK .list,
.cid-tZ8DRUELdK .item-wrap {
  color: #ffffff;
}
.cid-tZ5I8sxNlF {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZ5I8sxNlF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ5I8sxNlF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ5I8sxNlF .mbr-text,
.cid-tZ5I8sxNlF .mbr-section-btn {
  text-align: left;
}
.cid-tZ5I8sxNlF .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-tZ8EwFZi5j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #a70327;
}
.cid-tZ8EwFZi5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ8EwFZi5j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ8EwFZi5j .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tZ8EwFZi5j .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tZ8EwFZi5j .container {
    padding: 0 24px;
  }
}
.cid-tZ8EwFZi5j .row {
  justify-content: space-between;
}
.cid-tZ8EwFZi5j .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
.cid-tZ8EwFZi5j .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-tZ8EwFZi5j .items-wrapper {
    display: block;
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-tZ8EwFZi5j .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-tZ8EwFZi5j .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-tZ8EwFZi5j .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
  opacity: .4;
}
.cid-tZ8EwFZi5j .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-tZ8EwFZi5j .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 22px;
}
.cid-tZ8EwFZi5j .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tZ8EwFZi5j .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    opacity: 1;
  }
}
.cid-tZ8EwFZi5j .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:hover,
.cid-tZ8EwFZi5j .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:focus {
  opacity: 1;
}
.cid-tZ8EwFZi5j .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-tZ8EwFZi5j .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:hover,
.cid-tZ8EwFZi5j .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-tZ8EwFZi5j .mbr-section-title {
  color: #141414;
}
.cid-tZ8EwFZi5j .card-number {
  color: #141414;
}
.cid-tZ8EwFZi5j .card-title {
  color: #141414;
}
.cid-tZ8EwFZi5j .card-text {
  color: #141414;
  text-align: center;
}
.cid-tZ8EwFZi5j .card-title,
.cid-tZ8EwFZi5j .mbr-section-btn {
  text-align: center;
}
.cid-u9wc8lfqzJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u9wc8lfqzJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9wc8lfqzJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9wc8lfqzJ .container {
    padding: 0 25px;
  }
}
.cid-u9wc8lfqzJ .row {
  margin: 0;
}
.cid-u9wc8lfqzJ .row .card {
  padding: 0;
  justify-content: center;
}
.cid-u9wc8lfqzJ .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-u9wc8lfqzJ .image-wrapper {
    min-height: 350px;
  }
}
.cid-u9wc8lfqzJ .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9wc8lfqzJ .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-u9wc8lfqzJ .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9wc8lfqzJ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u9wc8lfqzJ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9wc8lfqzJ .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-u9wc8lfqzJ .mbr-section-title {
  color: #000000;
}
.cid-u9wc8lfqzJ .mbr-text {
  color: #000000;
}
.cid-u9wc8lfqzJ .mbr-section-title,
.cid-u9wc8lfqzJ .mbr-section-btn,
.cid-u9wc8lfqzJ .logo-wrapper {
  text-align: center;
}
.cid-u9vqi6sZUb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9vqi6sZUb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9vqi6sZUb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9vqi6sZUb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9vqi6sZUb .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u9vqi6sZUb .container {
    padding: 0 12px;
  }
}
.cid-u9vqi6sZUb .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u9vqi6sZUb .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u9vqi6sZUb .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #a70327;
}
@media (max-width: 992px) {
  .cid-u9vqi6sZUb .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-u9vqi6sZUb .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u9vqi6sZUb .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-u9vqi6sZUb .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-u9vqi6sZUb .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-u9vqi6sZUb .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-u9vqi6sZUb .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-u9vqi6sZUb .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u9vqi6sZUb .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-u9vqi6sZUb .mbr-section-subtitle {
  color: #222222;
}
.cid-u9vqi6sZUb .mbr-text {
  color: #ffffff;
}
.cid-u9vqi6sZUb .list {
  color: #222222;
}
.cid-tZ5JQmMHSc {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #a70327;
}
@media (max-width: 1200px) {
  .cid-tZ5JQmMHSc .display-2 {
    font-size: 1.96rem;
  }
}
.cid-tZ5JQmMHSc .item-img {
  padding: 0.5rem;
}
.cid-tZ5JQmMHSc img,
.cid-tZ5JQmMHSc .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-tZ5JQmMHSc .item:focus,
.cid-tZ5JQmMHSc span:focus {
  outline: none;
}
.cid-tZ5JQmMHSc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZ5JQmMHSc .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZ5JQmMHSc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZ5JQmMHSc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tZ5JQmMHSc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZ5JQmMHSc .mbr-section-title {
  color: #ffffff;
}
.cid-tZ5JQmMHSc .item-title {
  color: #ae42c8;
}
.cid-tZ5JQmMHSc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tZ5JQmMHSc .mbr-text,
.cid-tZ5JQmMHSc .mbr-section-btn {
  text-align: center;
}
.cid-tZdwwy58qk {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-tZdwwy58qk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZdwwy58qk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZdwwy58qk .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-tZdwwy58qk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tZdwwy58qk .container {
    padding: 0 16px;
  }
}
.cid-tZdwwy58qk .row {
  justify-content: center;
}
.cid-tZdwwy58qk .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tZdwwy58qk .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-tZdwwy58qk .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #ae42c8 !important;
  color: #47b5ed !important;
  border-color: #ae42c8 !important;
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f8df03 !important;
  color: #47b5ed !important;
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ae42c8 !important;
  color: #47b5ed !important;
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #40b0bf !important;
  color: #47b5ed !important;
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #47b5ed !important;
  color: #ae42c8 !important;
  border-color: #47b5ed !important;
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #a70327 !important;
  color: #47b5ed !important;
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ff9966 !important;
  color: #47b5ed !important;
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-tZdwwy58qk .mbr-desc {
  color: #706cff;
}
.cid-tZdwwy58qk .mbr-section-title {
  color: #000000;
}
.cid-tZdwwy58qk .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tZdwwy58qk .mbr-section-btn {
  text-align: center;
}
.cid-tZdwwy58qk .mbr-section-title,
.cid-tZdwwy58qk .mbr-section-btn {
  text-align: center;
}
.cid-tgVZ97rwq2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #a70327;
}
.cid-tgVZ97rwq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgVZ97rwq2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgVZ97rwq2 .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tgVZ97rwq2 .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-tgVZ97rwq2 .row {
  flex-direction: row-reverse;
}
.cid-tgVZ97rwq2 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tgVZ97rwq2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tgVZ97rwq2 img {
  border-radius: 2rem;
}
.cid-tgVZ97rwq2 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tgVZ97rwq2 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tgVZ97rwq2 .mbr-text,
.cid-tgVZ97rwq2 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u9vaB7DUEk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9vaB7DUEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9vaB7DUEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9vaB7DUEk .mbr-text,
.cid-u9vaB7DUEk .mbr-section-btn {
  text-align: center;
}
.cid-u9vaB7DUEk .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9vb9LuMpl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a70327;
}
.cid-u9vb9LuMpl .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-u9vb9LuMpl .panel-group {
  border: none;
}
.cid-u9vb9LuMpl .card {
  border-radius: 0;
  padding: 1rem 2rem;
}
.cid-u9vb9LuMpl .card:hover {
  background: #f8df03;
}
@media (max-width: 767px) {
  .cid-u9vb9LuMpl .card {
    padding: 1rem;
  }
}
.cid-u9vb9LuMpl .card-header {
  border: none;
}
.cid-u9vb9LuMpl p {
  max-width: 600px;
  font-weight: 400;
  padding-top: 1rem;
}
.cid-u9vb9LuMpl .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u9vb9LuMpl .panel-body,
.cid-u9vb9LuMpl .card-header {
  padding: 0rem 0;
}
.cid-u9vb9LuMpl .panel-title-edit {
  color: #ffffff;
}
.cid-u9vb9LuMpl .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u9vb9LuMpl .panel-text {
  color: #000000;
}
.cid-u9vb9LuMpl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9vb9LuMpl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9vb9LuMpl H3 {
  text-align: center;
  color: #ffffff;
}
.cid-u9wbZBSVjz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/rigbys-water-world-warner-robins-georgia-071718-129-1024x684.jpg");
}
.cid-u9wbZBSVjz .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-u9wbZBSVjz .card {
    border-right: 1px solid currentColor;
  }
}
@media (max-width: 991px) {
  .cid-u9wbZBSVjz .card {
    border-right: 0px;
    border-bottom: 1px solid currentColor;
  }
}
.cid-u9wbZBSVjz .wrapper {
  padding: 30px 0;
}
.cid-u9wbZBSVjz .mbr-section-title {
  color: #232323;
}
.cid-u9wbZBSVjz .mbr-text,
.cid-u9wbZBSVjz .mbr-section-btn {
  color: #696969;
}
.cid-u9wbZBSVjz H3 {
  color: #232323;
}
.cid-u9wbZBSVjz mbr-section-title {
  color: #232323;
}
.cid-u9wbZBSVjz .mbr-text,
.cid-u9wbZBSVjz .mbr-section-btn,
.cid-u9wbZBSVjz .card {
  color: #000000;
}
.cid-u9wbEwf3kl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a70327;
}
.cid-u9wbEwf3kl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9wbEwf3kl .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-u9wbEwf3kl .container {
    padding: 0 20px;
  }
}
.cid-u9wbEwf3kl .row {
  margin: 0;
}
.cid-u9wbEwf3kl .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9wbEwf3kl .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u9wbEwf3kl .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-u9wbEwf3kl .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-u9wbEwf3kl .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u9wbEwf3kl .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-u9wbEwf3kl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9vd8Qz1Ci {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9vd8Qz1Ci .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9vd8Qz1Ci .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9vd8Qz1Ci .mbr-text,
.cid-u9vd8Qz1Ci .mbr-section-btn {
  text-align: center;
}
.cid-u9vd8Qz1Ci .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tgVZjiEkRC {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tgVZjiEkRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgVZjiEkRC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgVZjiEkRC .google-map {
  height: 35rem;
  position: relative;
}
.cid-tgVZjiEkRC .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tgVZjiEkRC .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tgVZjiEkRC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tgVZjiEkRC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tgVZjiEkRC .mbr-section-title {
  color: #000000;
}
.cid-u9w9m4WYAw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a70327;
  overflow: hidden;
}
.cid-u9w9m4WYAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9w9m4WYAw .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-u9w9m4WYAw .container {
    padding: 0 30px;
  }
}
.cid-u9w9m4WYAw .row {
  justify-content: center;
}
.cid-u9w9m4WYAw .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-u9w9m4WYAw .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9w9m4WYAw .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9w9m4WYAw .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap:hover,
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap:hover::before,
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9w9m4WYAw .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9w9m4WYAw .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-u9w9m4WYAw .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u9w9m4WYAw .mbr-section-title {
  color: #bee0d6;
}
.cid-u9w9m4WYAw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9w9m4WYAw .list {
  color: #bee0d6;
}
.cid-u9w9m4WYAw .mbr-address {
  color: #bee0d6;
}
.cid-u9w9m4WYAw .mbr-copy {
  color: #bee0d6;
}
.cid-tgVqxngsb0 .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .cid-tgVqxngsb0 .container,
  .cid-tgVqxngsb0 .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-tgVqxngsb0 .container .navbar-collapse,
  .cid-tgVqxngsb0 .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tgVqxngsb0 {
    flex-wrap: wrap;
  }
  .cid-tgVqxngsb0 .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-tgVqxngsb0 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tgVqxngsb0 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tgVqxngsb0 .btn {
  padding: 0.8rem 2rem;
}
.cid-tgVqxngsb0 .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-tgVqxngsb0 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ae42c8;
}
.cid-tgVqxngsb0 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tgVqxngsb0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgVqxngsb0 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgVqxngsb0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tgVqxngsb0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tgVqxngsb0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tgVqxngsb0 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tgVqxngsb0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgVqxngsb0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgVqxngsb0 .dropdown-menu,
.cid-tgVqxngsb0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tgVqxngsb0 .nav-item:focus,
.cid-tgVqxngsb0 .nav-link:focus {
  outline: none;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgVqxngsb0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgVqxngsb0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgVqxngsb0 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tgVqxngsb0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tgVqxngsb0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tgVqxngsb0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgVqxngsb0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tgVqxngsb0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tgVqxngsb0 .navbar.collapsed {
  justify-content: center;
}
.cid-tgVqxngsb0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgVqxngsb0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgVqxngsb0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tgVqxngsb0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgVqxngsb0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgVqxngsb0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgVqxngsb0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tgVqxngsb0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgVqxngsb0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgVqxngsb0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgVqxngsb0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgVqxngsb0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgVqxngsb0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgVqxngsb0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgVqxngsb0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgVqxngsb0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgVqxngsb0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgVqxngsb0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgVqxngsb0 .dropdown-item.active,
.cid-tgVqxngsb0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tgVqxngsb0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgVqxngsb0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgVqxngsb0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgVqxngsb0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgVqxngsb0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgVqxngsb0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgVqxngsb0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgVqxngsb0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgVqxngsb0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tgVqxngsb0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgVqxngsb0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgVqxngsb0 .navbar {
    height: 70px;
  }
  .cid-tgVqxngsb0 .navbar.opened {
    height: auto;
  }
  .cid-tgVqxngsb0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9wgIyvPRw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9wgIyvPRw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9wgIyvPRw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9wgIyvPRw a {
  font-weight: 900;
}
.cid-u9wgIyvPRw .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-u9wgIyvPRw .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-u9wgIyvPRw .wrapper {
  background: #a70327;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-u9wgIyvPRw .image-wrapper {
  padding: 0;
}
.cid-u9wgIyvPRw .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9wgIyvPRw .image-wrapper img {
    border-radius: 0;
  }
}
.cid-u9wgIyvPRw .mbr-section-title {
  color: #ffffff;
}
.cid-u9wgIyvPRw .mbr-text,
.cid-u9wgIyvPRw .mbr-section-btn {
  color: #ffffff;
}
.cid-u9xpEVsdVY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9xpEVsdVY .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u9xqe1yGng {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u9xqe1yGng .google-map {
  height: 30rem;
  position: relative;
}
.cid-u9xqe1yGng .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u9xqe1yGng .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u9xqe1yGng .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9xqe1yGng .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9w9m4WYAw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a70327;
  overflow: hidden;
}
.cid-u9w9m4WYAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9w9m4WYAw .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-u9w9m4WYAw .container {
    padding: 0 30px;
  }
}
.cid-u9w9m4WYAw .row {
  justify-content: center;
}
.cid-u9w9m4WYAw .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-u9w9m4WYAw .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9w9m4WYAw .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9w9m4WYAw .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap:hover,
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap:hover::before,
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9w9m4WYAw .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9w9m4WYAw .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-u9w9m4WYAw .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u9w9m4WYAw .mbr-section-title {
  color: #bee0d6;
}
.cid-u9w9m4WYAw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9w9m4WYAw .list {
  color: #bee0d6;
}
.cid-u9w9m4WYAw .mbr-address {
  color: #bee0d6;
}
.cid-u9w9m4WYAw .mbr-copy {
  color: #bee0d6;
}
.cid-u9xqlJgXJ4 .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .cid-u9xqlJgXJ4 .container,
  .cid-u9xqlJgXJ4 .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-u9xqlJgXJ4 .container .navbar-collapse,
  .cid-u9xqlJgXJ4 .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-u9xqlJgXJ4 {
    flex-wrap: wrap;
  }
  .cid-u9xqlJgXJ4 .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-u9xqlJgXJ4 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-u9xqlJgXJ4 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-u9xqlJgXJ4 .btn {
  padding: 0.8rem 2rem;
}
.cid-u9xqlJgXJ4 .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-u9xqlJgXJ4 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ae42c8;
}
.cid-u9xqlJgXJ4 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u9xqlJgXJ4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9xqlJgXJ4 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9xqlJgXJ4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9xqlJgXJ4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9xqlJgXJ4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9xqlJgXJ4 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-u9xqlJgXJ4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9xqlJgXJ4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9xqlJgXJ4 .dropdown-menu,
.cid-u9xqlJgXJ4 .navbar.opened {
  background: #ffffff !important;
}
.cid-u9xqlJgXJ4 .nav-item:focus,
.cid-u9xqlJgXJ4 .nav-link:focus {
  outline: none;
}
.cid-u9xqlJgXJ4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9xqlJgXJ4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9xqlJgXJ4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9xqlJgXJ4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9xqlJgXJ4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9xqlJgXJ4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9xqlJgXJ4 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-u9xqlJgXJ4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u9xqlJgXJ4 .navbar.opened {
  transition: all 0.3s;
}
.cid-u9xqlJgXJ4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9xqlJgXJ4 .navbar .navbar-logo img {
  width: auto;
}
.cid-u9xqlJgXJ4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-u9xqlJgXJ4 .navbar.collapsed {
  justify-content: center;
}
.cid-u9xqlJgXJ4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9xqlJgXJ4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9xqlJgXJ4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-u9xqlJgXJ4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9xqlJgXJ4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9xqlJgXJ4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9xqlJgXJ4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9xqlJgXJ4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9xqlJgXJ4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9xqlJgXJ4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9xqlJgXJ4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9xqlJgXJ4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9xqlJgXJ4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9xqlJgXJ4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9xqlJgXJ4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9xqlJgXJ4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9xqlJgXJ4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9xqlJgXJ4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9xqlJgXJ4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9xqlJgXJ4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9xqlJgXJ4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9xqlJgXJ4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9xqlJgXJ4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9xqlJgXJ4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9xqlJgXJ4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9xqlJgXJ4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9xqlJgXJ4 .dropdown-item.active,
.cid-u9xqlJgXJ4 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9xqlJgXJ4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9xqlJgXJ4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9xqlJgXJ4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9xqlJgXJ4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9xqlJgXJ4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9xqlJgXJ4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9xqlJgXJ4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9xqlJgXJ4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9xqlJgXJ4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9xqlJgXJ4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-u9xqlJgXJ4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9xqlJgXJ4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9xqlJgXJ4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9xqlJgXJ4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9xqlJgXJ4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9xqlJgXJ4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9xqlJgXJ4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9xqlJgXJ4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9xqlJgXJ4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9xqlJgXJ4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9xqlJgXJ4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9xqlJgXJ4 .navbar {
    height: 70px;
  }
  .cid-u9xqlJgXJ4 .navbar.opened {
    height: auto;
  }
  .cid-u9xqlJgXJ4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9xqlKixD4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9xqlKixD4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xqlKixD4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xqlKixD4 a {
  font-weight: 900;
}
.cid-u9xqlKixD4 .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-u9xqlKixD4 .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-u9xqlKixD4 .wrapper {
  background: #a70327;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-u9xqlKixD4 .image-wrapper {
  padding: 0;
}
.cid-u9xqlKixD4 .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9xqlKixD4 .image-wrapper img {
    border-radius: 0;
  }
}
.cid-u9xqlKixD4 .mbr-section-title {
  color: #ffffff;
}
.cid-u9xqlKixD4 .mbr-text,
.cid-u9xqlKixD4 .mbr-section-btn {
  color: #ffffff;
}
.cid-u9xqlL61UO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9xqlL61UO .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u9xqlL61UO .mbr-text {
  text-align: left;
}
.cid-u9xqlLQ14m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u9xqlLQ14m .google-map {
  height: 30rem;
  position: relative;
}
.cid-u9xqlLQ14m .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u9xqlLQ14m .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u9xqlLQ14m .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9xqlLQ14m .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9xqlMNv1p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a70327;
  overflow: hidden;
}
.cid-u9xqlMNv1p .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xqlMNv1p .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-u9xqlMNv1p .container {
    padding: 0 30px;
  }
}
.cid-u9xqlMNv1p .row {
  justify-content: center;
}
.cid-u9xqlMNv1p .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9xqlMNv1p .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xqlMNv1p .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9xqlMNv1p .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xqlMNv1p .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-u9xqlMNv1p .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9xqlMNv1p .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9xqlMNv1p .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xqlMNv1p .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9xqlMNv1p .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u9xqlMNv1p .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9xqlMNv1p .nav-wrapper .list .item-wrap:hover,
.cid-u9xqlMNv1p .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9xqlMNv1p .nav-wrapper .list .item-wrap:hover::before,
.cid-u9xqlMNv1p .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u9xqlMNv1p .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-u9xqlMNv1p .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9xqlMNv1p .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9xqlMNv1p .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9xqlMNv1p .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9xqlMNv1p .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-u9xqlMNv1p .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xqlMNv1p .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-u9xqlMNv1p .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u9xqlMNv1p .mbr-section-title {
  color: #bee0d6;
}
.cid-u9xqlMNv1p .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9xqlMNv1p .list {
  color: #bee0d6;
}
.cid-u9xqlMNv1p .mbr-address {
  color: #bee0d6;
}
.cid-u9xqlMNv1p .mbr-copy {
  color: #bee0d6;
}
.cid-u9xs2x7b4h .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .cid-u9xs2x7b4h .container,
  .cid-u9xs2x7b4h .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-u9xs2x7b4h .container .navbar-collapse,
  .cid-u9xs2x7b4h .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-u9xs2x7b4h {
    flex-wrap: wrap;
  }
  .cid-u9xs2x7b4h .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-u9xs2x7b4h .opened .container {
    flex-wrap: wrap;
  }
}
.cid-u9xs2x7b4h .opened .container .navbar-collapse {
  width: 100%;
}
.cid-u9xs2x7b4h .btn {
  padding: 0.8rem 2rem;
}
.cid-u9xs2x7b4h .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-u9xs2x7b4h .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ae42c8;
}
.cid-u9xs2x7b4h .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u9xs2x7b4h .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9xs2x7b4h .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9xs2x7b4h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9xs2x7b4h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9xs2x7b4h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9xs2x7b4h .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-u9xs2x7b4h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9xs2x7b4h .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9xs2x7b4h .dropdown-menu,
.cid-u9xs2x7b4h .navbar.opened {
  background: #ffffff !important;
}
.cid-u9xs2x7b4h .nav-item:focus,
.cid-u9xs2x7b4h .nav-link:focus {
  outline: none;
}
.cid-u9xs2x7b4h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9xs2x7b4h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9xs2x7b4h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9xs2x7b4h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9xs2x7b4h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9xs2x7b4h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9xs2x7b4h .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-u9xs2x7b4h .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u9xs2x7b4h .navbar.opened {
  transition: all 0.3s;
}
.cid-u9xs2x7b4h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9xs2x7b4h .navbar .navbar-logo img {
  width: auto;
}
.cid-u9xs2x7b4h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-u9xs2x7b4h .navbar.collapsed {
  justify-content: center;
}
.cid-u9xs2x7b4h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9xs2x7b4h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9xs2x7b4h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-u9xs2x7b4h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9xs2x7b4h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9xs2x7b4h .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9xs2x7b4h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9xs2x7b4h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9xs2x7b4h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9xs2x7b4h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9xs2x7b4h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9xs2x7b4h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9xs2x7b4h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9xs2x7b4h .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9xs2x7b4h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9xs2x7b4h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9xs2x7b4h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9xs2x7b4h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9xs2x7b4h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9xs2x7b4h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9xs2x7b4h .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9xs2x7b4h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9xs2x7b4h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9xs2x7b4h .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9xs2x7b4h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9xs2x7b4h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9xs2x7b4h .dropdown-item.active,
.cid-u9xs2x7b4h .dropdown-item:active {
  background-color: transparent;
}
.cid-u9xs2x7b4h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9xs2x7b4h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9xs2x7b4h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9xs2x7b4h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9xs2x7b4h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9xs2x7b4h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9xs2x7b4h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9xs2x7b4h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9xs2x7b4h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9xs2x7b4h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-u9xs2x7b4h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9xs2x7b4h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9xs2x7b4h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9xs2x7b4h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9xs2x7b4h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9xs2x7b4h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9xs2x7b4h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9xs2x7b4h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9xs2x7b4h .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9xs2x7b4h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9xs2x7b4h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9xs2x7b4h .navbar {
    height: 70px;
  }
  .cid-u9xs2x7b4h .navbar.opened {
    height: auto;
  }
  .cid-u9xs2x7b4h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9xs2yTR7J {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9xs2yTR7J .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xs2yTR7J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xs2yTR7J a {
  font-weight: 900;
}
.cid-u9xs2yTR7J .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-u9xs2yTR7J .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-u9xs2yTR7J .wrapper {
  background: #a70327;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-u9xs2yTR7J .image-wrapper {
  padding: 0;
}
.cid-u9xs2yTR7J .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9xs2yTR7J .image-wrapper img {
    border-radius: 0;
  }
}
.cid-u9xs2yTR7J .mbr-section-title {
  color: #ffffff;
}
.cid-u9xs2yTR7J .mbr-text,
.cid-u9xs2yTR7J .mbr-section-btn {
  color: #ffffff;
}
.cid-u9xs2zRqYS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a70327;
}
.cid-u9xs2zRqYS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xs2zRqYS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xs2zRqYS .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-u9xs2zRqYS .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-u9xs2zRqYS .container {
    padding: 0 6px;
  }
}
.cid-u9xs2zRqYS .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-u9xs2zRqYS .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-u9xs2zRqYS .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-u9xs2zRqYS .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-u9xs2zRqYS .row {
    padding: 0 30px;
  }
}
.cid-u9xs2zRqYS .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-u9xs2zRqYS .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
  padding: 60px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9xs2zRqYS .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-u9xs2zRqYS .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-u9xs2zRqYS .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-u9xs2zRqYS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-u9xs2zRqYS .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-u9xs2zRqYS .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-u9xs2zRqYS .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-u9xs2zRqYS .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-u9xs2zRqYS .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-u9xs2zRqYS .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9xs2zRqYS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9xs2zRqYS .list {
  color: #131313;
}
.cid-u9xs2zRqYS .list,
.cid-u9xs2zRqYS .item-wrap {
  color: #ffffff;
}
.cid-u9xs2ACwId {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u9xs2ACwId .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xs2ACwId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xs2ACwId .mbr-text,
.cid-u9xs2ACwId .mbr-section-btn {
  text-align: left;
}
.cid-u9xs2ACwId .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-u9xs2BwkJH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #a70327;
}
.cid-u9xs2BwkJH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xs2BwkJH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xs2BwkJH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u9xs2BwkJH .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9xs2BwkJH .container {
    padding: 0 24px;
  }
}
.cid-u9xs2BwkJH .row {
  justify-content: space-between;
}
.cid-u9xs2BwkJH .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
.cid-u9xs2BwkJH .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-u9xs2BwkJH .items-wrapper {
    display: block;
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9xs2BwkJH .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-u9xs2BwkJH .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-u9xs2BwkJH .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
  opacity: .4;
}
.cid-u9xs2BwkJH .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-u9xs2BwkJH .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 22px;
}
.cid-u9xs2BwkJH .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9xs2BwkJH .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    opacity: 1;
  }
}
.cid-u9xs2BwkJH .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:hover,
.cid-u9xs2BwkJH .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:focus {
  opacity: 1;
}
.cid-u9xs2BwkJH .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u9xs2BwkJH .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:hover,
.cid-u9xs2BwkJH .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u9xs2BwkJH .mbr-section-title {
  color: #141414;
}
.cid-u9xs2BwkJH .card-number {
  color: #141414;
}
.cid-u9xs2BwkJH .card-title {
  color: #141414;
}
.cid-u9xs2BwkJH .card-text {
  color: #141414;
  text-align: center;
}
.cid-u9xs2BwkJH .card-title,
.cid-u9xs2BwkJH .mbr-section-btn {
  text-align: center;
}
.cid-u9xs2Cy3Qs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u9xs2Cy3Qs .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9xs2Cy3Qs .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9xs2Cy3Qs .container {
    padding: 0 25px;
  }
}
.cid-u9xs2Cy3Qs .row {
  margin: 0;
}
.cid-u9xs2Cy3Qs .row .card {
  padding: 0;
  justify-content: center;
}
.cid-u9xs2Cy3Qs .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-u9xs2Cy3Qs .image-wrapper {
    min-height: 350px;
  }
}
.cid-u9xs2Cy3Qs .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9xs2Cy3Qs .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-u9xs2Cy3Qs .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9xs2Cy3Qs .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u9xs2Cy3Qs .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9xs2Cy3Qs .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-u9xs2Cy3Qs .mbr-section-title {
  color: #000000;
}
.cid-u9xs2Cy3Qs .mbr-text {
  color: #000000;
}
.cid-u9xs2Cy3Qs .mbr-section-title,
.cid-u9xs2Cy3Qs .mbr-section-btn,
.cid-u9xs2Cy3Qs .logo-wrapper {
  text-align: center;
}
.cid-u9xs2DilXi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9xs2DilXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xs2DilXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xs2DilXi .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9xs2DilXi .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u9xs2DilXi .container {
    padding: 0 12px;
  }
}
.cid-u9xs2DilXi .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u9xs2DilXi .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u9xs2DilXi .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #a70327;
}
@media (max-width: 992px) {
  .cid-u9xs2DilXi .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-u9xs2DilXi .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u9xs2DilXi .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-u9xs2DilXi .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-u9xs2DilXi .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-u9xs2DilXi .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-u9xs2DilXi .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-u9xs2DilXi .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u9xs2DilXi .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-u9xs2DilXi .mbr-section-subtitle {
  color: #222222;
}
.cid-u9xs2DilXi .mbr-text {
  color: #ffffff;
}
.cid-u9xs2DilXi .list {
  color: #222222;
}
.cid-u9xs2E9mH4 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #a70327;
}
@media (max-width: 1200px) {
  .cid-u9xs2E9mH4 .display-2 {
    font-size: 1.96rem;
  }
}
.cid-u9xs2E9mH4 .item-img {
  padding: 0.5rem;
}
.cid-u9xs2E9mH4 img,
.cid-u9xs2E9mH4 .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u9xs2E9mH4 .item:focus,
.cid-u9xs2E9mH4 span:focus {
  outline: none;
}
.cid-u9xs2E9mH4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u9xs2E9mH4 .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u9xs2E9mH4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xs2E9mH4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u9xs2E9mH4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u9xs2E9mH4 .mbr-section-title {
  color: #ffffff;
}
.cid-u9xs2E9mH4 .item-title {
  color: #ae42c8;
}
.cid-u9xs2E9mH4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9xs2E9mH4 .mbr-text,
.cid-u9xs2E9mH4 .mbr-section-btn {
  text-align: center;
}
.cid-u9xs2Fn7wX {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-u9xs2Fn7wX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xs2Fn7wX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xs2Fn7wX .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-u9xs2Fn7wX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u9xs2Fn7wX .container {
    padding: 0 16px;
  }
}
.cid-u9xs2Fn7wX .row {
  justify-content: center;
}
.cid-u9xs2Fn7wX .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u9xs2Fn7wX .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u9xs2Fn7wX .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u9xs2Fn7wX .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-u9xs2Fn7wX .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-u9xs2Fn7wX .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-u9xs2Fn7wX .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-u9xs2Fn7wX .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-u9xs2Fn7wX .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-u9xs2Fn7wX .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-u9xs2Fn7wX .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-u9xs2Fn7wX .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-u9xs2Fn7wX .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-u9xs2Fn7wX .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-u9xs2Fn7wX .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-u9xs2Fn7wX .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-u9xs2Fn7wX .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-u9xs2Fn7wX .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-u9xs2Fn7wX .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-u9xs2Fn7wX .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-u9xs2Fn7wX .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #ae42c8 !important;
  color: #47b5ed !important;
  border-color: #ae42c8 !important;
}
.cid-u9xs2Fn7wX .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f8df03 !important;
  color: #47b5ed !important;
}
.cid-u9xs2Fn7wX .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ae42c8 !important;
  color: #47b5ed !important;
}
.cid-u9xs2Fn7wX .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #40b0bf !important;
  color: #47b5ed !important;
}
.cid-u9xs2Fn7wX .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #47b5ed !important;
  color: #ae42c8 !important;
  border-color: #47b5ed !important;
}
.cid-u9xs2Fn7wX .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #a70327 !important;
  color: #47b5ed !important;
}
.cid-u9xs2Fn7wX .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ff9966 !important;
  color: #47b5ed !important;
}
.cid-u9xs2Fn7wX .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-u9xs2Fn7wX .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-u9xs2Fn7wX .mbr-desc {
  color: #706cff;
}
.cid-u9xs2Fn7wX .mbr-section-title {
  color: #000000;
}
.cid-u9xs2Fn7wX .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u9xs2Fn7wX .mbr-section-btn {
  text-align: center;
}
.cid-u9xs2Fn7wX .mbr-section-title,
.cid-u9xs2Fn7wX .mbr-section-btn {
  text-align: center;
}
.cid-u9xs2Gm0vW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #a70327;
}
.cid-u9xs2Gm0vW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xs2Gm0vW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xs2Gm0vW .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u9xs2Gm0vW .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u9xs2Gm0vW .row {
  flex-direction: row-reverse;
}
.cid-u9xs2Gm0vW .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u9xs2Gm0vW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9xs2Gm0vW img {
  border-radius: 2rem;
}
.cid-u9xs2Gm0vW .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u9xs2Gm0vW .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u9xs2Gm0vW .mbr-text,
.cid-u9xs2Gm0vW .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u9xs2HnpEo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9xs2HnpEo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xs2HnpEo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xs2HnpEo .mbr-text,
.cid-u9xs2HnpEo .mbr-section-btn {
  text-align: center;
}
.cid-u9xs2HnpEo .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9xs2IjZc9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a70327;
}
.cid-u9xs2IjZc9 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-u9xs2IjZc9 .panel-group {
  border: none;
}
.cid-u9xs2IjZc9 .card {
  border-radius: 0;
  padding: 1rem 2rem;
}
.cid-u9xs2IjZc9 .card:hover {
  background: #f8df03;
}
@media (max-width: 767px) {
  .cid-u9xs2IjZc9 .card {
    padding: 1rem;
  }
}
.cid-u9xs2IjZc9 .card-header {
  border: none;
}
.cid-u9xs2IjZc9 p {
  max-width: 600px;
  font-weight: 400;
  padding-top: 1rem;
}
.cid-u9xs2IjZc9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u9xs2IjZc9 .panel-body,
.cid-u9xs2IjZc9 .card-header {
  padding: 0rem 0;
}
.cid-u9xs2IjZc9 .panel-title-edit {
  color: #ffffff;
}
.cid-u9xs2IjZc9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u9xs2IjZc9 .panel-text {
  color: #000000;
}
.cid-u9xs2IjZc9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xs2IjZc9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xs2IjZc9 H3 {
  text-align: center;
  color: #ffffff;
}
.cid-u9xs2JtnbG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u9xs2JtnbG .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-u9xs2JtnbG .card {
    border-right: 1px solid currentColor;
  }
}
@media (max-width: 991px) {
  .cid-u9xs2JtnbG .card {
    border-right: 0px;
    border-bottom: 1px solid currentColor;
  }
}
.cid-u9xs2JtnbG .wrapper {
  padding: 30px 0;
}
.cid-u9xs2JtnbG .mbr-section-title {
  color: #232323;
}
.cid-u9xs2JtnbG .mbr-text,
.cid-u9xs2JtnbG .mbr-section-btn {
  color: #696969;
}
.cid-u9xs2JtnbG H3 {
  color: #232323;
}
.cid-u9xs2JtnbG mbr-section-title {
  color: #232323;
}
.cid-u9xs2JtnbG .mbr-text,
.cid-u9xs2JtnbG .mbr-section-btn,
.cid-u9xs2JtnbG .card {
  color: #000000;
}
.cid-u9xs2Kq2Jf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a70327;
}
.cid-u9xs2Kq2Jf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xs2Kq2Jf .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-u9xs2Kq2Jf .container {
    padding: 0 20px;
  }
}
.cid-u9xs2Kq2Jf .row {
  margin: 0;
}
.cid-u9xs2Kq2Jf .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9xs2Kq2Jf .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u9xs2Kq2Jf .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-u9xs2Kq2Jf .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-u9xs2Kq2Jf .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u9xs2Kq2Jf .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-u9xs2Kq2Jf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9xs2LdND5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9xs2LdND5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xs2LdND5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xs2LdND5 .mbr-text,
.cid-u9xs2LdND5 .mbr-section-btn {
  text-align: center;
}
.cid-u9xs2LdND5 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9xtX4qrPO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a70327;
  overflow: hidden;
}
.cid-u9xtX4qrPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xtX4qrPO .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-u9xtX4qrPO .container {
    padding: 0 30px;
  }
}
.cid-u9xtX4qrPO .card {
  justify-content: center;
}
.cid-u9xtX4qrPO .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-u9xtX4qrPO .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-u9xtX4qrPO .title-wrapper {
    padding: 0;
  }
}
.cid-u9xtX4qrPO .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-u9xtX4qrPO .title-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-u9xtX4qrPO .title-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-u9xtX4qrPO .title-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-u9xtX4qrPO .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u9xtX4qrPO .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u9xtX4qrPO .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-u9xtX4qrPO .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-u9xtX4qrPO .content-wrapper {
    padding: 0;
  }
}
.cid-u9xtX4qrPO .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-u9xtX4qrPO .content-wrapper .panel-group .card:hover::before,
.cid-u9xtX4qrPO .content-wrapper .panel-group .card:focus::before,
.cid-u9xtX4qrPO .content-wrapper .panel-group .card:hover::after,
.cid-u9xtX4qrPO .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-u9xtX4qrPO .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-u9xtX4qrPO .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-u9xtX4qrPO .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u9xtX4qrPO .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u9xtX4qrPO .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-u9xtX4qrPO .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u9xtX4qrPO .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-u9xtX4qrPO .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u9xtX4qrPO .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-u9xtX4qrPO .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-u9xtX4qrPO .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-u9xtX4qrPO .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 20px;
  opacity: .2;
}
.cid-u9xtX4qrPO .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-u9xtX4qrPO .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-u9xtX4qrPO .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-u9xtX4qrPO .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-u9xtX4qrPO .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-u9xtX4qrPO .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-u9xtX4qrPO .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-u9xtX4qrPO .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-u9xtX4qrPO .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-u9xtX4qrPO .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-u9xtX4qrPO .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-u9xtX4qrPO .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-u9xtX4qrPO .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u9xtX4qrPO .mbr-desc {
  color: #bee0d6;
}
.cid-u9xtX4qrPO .mbr-section-title {
  color: #ffffff;
}
.cid-u9xtX4qrPO .panel-number {
  color: #bee0d6;
}
.cid-u9xtX4qrPO .panel-title-edit {
  color: #ffffff;
}
.cid-u9xtX4qrPO .panel-text {
  color: #ffffff;
}
.cid-u9xtX4qrPO .mbr-desc,
.cid-u9xtX4qrPO .desc-wrapper {
  color: #ffffff;
}
.cid-u9xs2M9yyV {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-u9xs2M9yyV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xs2M9yyV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xs2M9yyV .google-map {
  height: 35rem;
  position: relative;
}
.cid-u9xs2M9yyV .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u9xs2M9yyV .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u9xs2M9yyV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9xs2M9yyV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9xs2M9yyV .mbr-section-title {
  color: #000000;
}
.cid-u9xs2MUBc7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a70327;
  overflow: hidden;
}
.cid-u9xs2MUBc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xs2MUBc7 .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-u9xs2MUBc7 .container {
    padding: 0 30px;
  }
}
.cid-u9xs2MUBc7 .row {
  justify-content: center;
}
.cid-u9xs2MUBc7 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9xs2MUBc7 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xs2MUBc7 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9xs2MUBc7 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xs2MUBc7 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-u9xs2MUBc7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9xs2MUBc7 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9xs2MUBc7 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xs2MUBc7 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9xs2MUBc7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u9xs2MUBc7 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9xs2MUBc7 .nav-wrapper .list .item-wrap:hover,
.cid-u9xs2MUBc7 .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9xs2MUBc7 .nav-wrapper .list .item-wrap:hover::before,
.cid-u9xs2MUBc7 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u9xs2MUBc7 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-u9xs2MUBc7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9xs2MUBc7 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9xs2MUBc7 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xs2MUBc7 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9xs2MUBc7 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xs2MUBc7 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u9xs2MUBc7 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9xs2MUBc7 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9xs2MUBc7 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-u9xs2MUBc7 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-u9xs2MUBc7 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u9xs2MUBc7 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9xs2MUBc7 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-u9xs2MUBc7 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9xs2MUBc7 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9xs2MUBc7 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-u9xs2MUBc7 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xs2MUBc7 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-u9xs2MUBc7 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u9xs2MUBc7 .mbr-section-title {
  color: #bee0d6;
}
.cid-u9xs2MUBc7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9xs2MUBc7 .list {
  color: #bee0d6;
}
.cid-u9xs2MUBc7 .mbr-address {
  color: #bee0d6;
}
.cid-u9xs2MUBc7 .mbr-copy {
  color: #bee0d6;
}
.cid-u9xupPgLaz .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .cid-u9xupPgLaz .container,
  .cid-u9xupPgLaz .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-u9xupPgLaz .container .navbar-collapse,
  .cid-u9xupPgLaz .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-u9xupPgLaz {
    flex-wrap: wrap;
  }
  .cid-u9xupPgLaz .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-u9xupPgLaz .opened .container {
    flex-wrap: wrap;
  }
}
.cid-u9xupPgLaz .opened .container .navbar-collapse {
  width: 100%;
}
.cid-u9xupPgLaz .btn {
  padding: 0.8rem 2rem;
}
.cid-u9xupPgLaz .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-u9xupPgLaz .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ae42c8;
}
.cid-u9xupPgLaz .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u9xupPgLaz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9xupPgLaz .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9xupPgLaz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9xupPgLaz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9xupPgLaz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9xupPgLaz .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-u9xupPgLaz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9xupPgLaz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9xupPgLaz .dropdown-menu,
.cid-u9xupPgLaz .navbar.opened {
  background: #ffffff !important;
}
.cid-u9xupPgLaz .nav-item:focus,
.cid-u9xupPgLaz .nav-link:focus {
  outline: none;
}
.cid-u9xupPgLaz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9xupPgLaz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9xupPgLaz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9xupPgLaz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9xupPgLaz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9xupPgLaz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9xupPgLaz .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-u9xupPgLaz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u9xupPgLaz .navbar.opened {
  transition: all 0.3s;
}
.cid-u9xupPgLaz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9xupPgLaz .navbar .navbar-logo img {
  width: auto;
}
.cid-u9xupPgLaz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-u9xupPgLaz .navbar.collapsed {
  justify-content: center;
}
.cid-u9xupPgLaz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9xupPgLaz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9xupPgLaz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-u9xupPgLaz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9xupPgLaz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9xupPgLaz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9xupPgLaz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9xupPgLaz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9xupPgLaz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9xupPgLaz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9xupPgLaz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9xupPgLaz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9xupPgLaz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9xupPgLaz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9xupPgLaz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9xupPgLaz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9xupPgLaz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9xupPgLaz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9xupPgLaz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9xupPgLaz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9xupPgLaz .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9xupPgLaz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9xupPgLaz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9xupPgLaz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9xupPgLaz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9xupPgLaz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9xupPgLaz .dropdown-item.active,
.cid-u9xupPgLaz .dropdown-item:active {
  background-color: transparent;
}
.cid-u9xupPgLaz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9xupPgLaz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9xupPgLaz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9xupPgLaz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9xupPgLaz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9xupPgLaz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9xupPgLaz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9xupPgLaz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9xupPgLaz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9xupPgLaz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-u9xupPgLaz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9xupPgLaz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9xupPgLaz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9xupPgLaz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9xupPgLaz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9xupPgLaz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9xupPgLaz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9xupPgLaz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9xupPgLaz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9xupPgLaz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9xupPgLaz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9xupPgLaz .navbar {
    height: 70px;
  }
  .cid-u9xupPgLaz .navbar.opened {
    height: auto;
  }
  .cid-u9xupPgLaz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9xupQS6TP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9xupQS6TP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xupQS6TP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xupQS6TP a {
  font-weight: 900;
}
.cid-u9xupQS6TP .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-u9xupQS6TP .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-u9xupQS6TP .wrapper {
  background: #a70327;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-u9xupQS6TP .image-wrapper {
  padding: 0;
}
.cid-u9xupQS6TP .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9xupQS6TP .image-wrapper img {
    border-radius: 0;
  }
}
.cid-u9xupQS6TP .mbr-section-title {
  color: #ffffff;
}
.cid-u9xupQS6TP .mbr-text,
.cid-u9xupQS6TP .mbr-section-btn {
  color: #ffffff;
}
.cid-u9xupSg0cS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a70327;
}
.cid-u9xupSg0cS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xupSg0cS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xupSg0cS .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-u9xupSg0cS .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-u9xupSg0cS .container {
    padding: 0 6px;
  }
}
.cid-u9xupSg0cS .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-u9xupSg0cS .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-u9xupSg0cS .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-u9xupSg0cS .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-u9xupSg0cS .row {
    padding: 0 30px;
  }
}
.cid-u9xupSg0cS .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-u9xupSg0cS .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
  padding: 60px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9xupSg0cS .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-u9xupSg0cS .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-u9xupSg0cS .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-u9xupSg0cS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-u9xupSg0cS .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-u9xupSg0cS .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-u9xupSg0cS .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-u9xupSg0cS .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-u9xupSg0cS .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-u9xupSg0cS .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9xupSg0cS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9xupSg0cS .list {
  color: #131313;
}
.cid-u9xupSg0cS .list,
.cid-u9xupSg0cS .item-wrap {
  color: #ffffff;
}
.cid-u9xupT6gT0 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u9xupT6gT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xupT6gT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xupT6gT0 .mbr-text,
.cid-u9xupT6gT0 .mbr-section-btn {
  text-align: left;
}
.cid-u9xupT6gT0 .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-u9xupU4etu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #a70327;
}
.cid-u9xupU4etu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xupU4etu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xupU4etu .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u9xupU4etu .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9xupU4etu .container {
    padding: 0 24px;
  }
}
.cid-u9xupU4etu .row {
  justify-content: space-between;
}
.cid-u9xupU4etu .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
.cid-u9xupU4etu .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-u9xupU4etu .items-wrapper {
    display: block;
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9xupU4etu .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-u9xupU4etu .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-u9xupU4etu .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
  opacity: .4;
}
.cid-u9xupU4etu .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-u9xupU4etu .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 22px;
}
.cid-u9xupU4etu .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9xupU4etu .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    opacity: 1;
  }
}
.cid-u9xupU4etu .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:hover,
.cid-u9xupU4etu .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:focus {
  opacity: 1;
}
.cid-u9xupU4etu .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u9xupU4etu .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:hover,
.cid-u9xupU4etu .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u9xupU4etu .mbr-section-title {
  color: #141414;
}
.cid-u9xupU4etu .card-number {
  color: #141414;
}
.cid-u9xupU4etu .card-title {
  color: #141414;
}
.cid-u9xupU4etu .card-text {
  color: #141414;
  text-align: center;
}
.cid-u9xupU4etu .card-title,
.cid-u9xupU4etu .mbr-section-btn {
  text-align: center;
}
.cid-u9xupVinoj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u9xupVinoj .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9xupVinoj .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9xupVinoj .container {
    padding: 0 25px;
  }
}
.cid-u9xupVinoj .row {
  margin: 0;
}
.cid-u9xupVinoj .row .card {
  padding: 0;
  justify-content: center;
}
.cid-u9xupVinoj .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-u9xupVinoj .image-wrapper {
    min-height: 350px;
  }
}
.cid-u9xupVinoj .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9xupVinoj .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-u9xupVinoj .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9xupVinoj .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u9xupVinoj .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9xupVinoj .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-u9xupVinoj .mbr-section-title {
  color: #000000;
}
.cid-u9xupVinoj .mbr-text {
  color: #000000;
}
.cid-u9xupVinoj .mbr-section-title,
.cid-u9xupVinoj .mbr-section-btn,
.cid-u9xupVinoj .logo-wrapper {
  text-align: center;
}
.cid-u9xupWh6ZU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9xupWh6ZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xupWh6ZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xupWh6ZU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9xupWh6ZU .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u9xupWh6ZU .container {
    padding: 0 12px;
  }
}
.cid-u9xupWh6ZU .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u9xupWh6ZU .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u9xupWh6ZU .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #a70327;
}
@media (max-width: 992px) {
  .cid-u9xupWh6ZU .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-u9xupWh6ZU .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u9xupWh6ZU .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-u9xupWh6ZU .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-u9xupWh6ZU .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-u9xupWh6ZU .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-u9xupWh6ZU .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-u9xupWh6ZU .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u9xupWh6ZU .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-u9xupWh6ZU .mbr-section-subtitle {
  color: #222222;
}
.cid-u9xupWh6ZU .mbr-text {
  color: #ffffff;
}
.cid-u9xupWh6ZU .list {
  color: #222222;
}
.cid-u9xupXhkBI {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #a70327;
}
@media (max-width: 1200px) {
  .cid-u9xupXhkBI .display-2 {
    font-size: 1.96rem;
  }
}
.cid-u9xupXhkBI .item-img {
  padding: 0.5rem;
}
.cid-u9xupXhkBI img,
.cid-u9xupXhkBI .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u9xupXhkBI .item:focus,
.cid-u9xupXhkBI span:focus {
  outline: none;
}
.cid-u9xupXhkBI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u9xupXhkBI .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u9xupXhkBI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xupXhkBI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u9xupXhkBI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u9xupXhkBI .mbr-section-title {
  color: #ffffff;
}
.cid-u9xupXhkBI .item-title {
  color: #ae42c8;
}
.cid-u9xupXhkBI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9xupXhkBI .mbr-text,
.cid-u9xupXhkBI .mbr-section-btn {
  text-align: center;
}
.cid-u9xupYqSma {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-u9xupYqSma .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xupYqSma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xupYqSma .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-u9xupYqSma .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u9xupYqSma .container {
    padding: 0 16px;
  }
}
.cid-u9xupYqSma .row {
  justify-content: center;
}
.cid-u9xupYqSma .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u9xupYqSma .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u9xupYqSma .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u9xupYqSma .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-u9xupYqSma .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-u9xupYqSma .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-u9xupYqSma .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-u9xupYqSma .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-u9xupYqSma .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-u9xupYqSma .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-u9xupYqSma .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-u9xupYqSma .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-u9xupYqSma .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-u9xupYqSma .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-u9xupYqSma .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-u9xupYqSma .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-u9xupYqSma .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-u9xupYqSma .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-u9xupYqSma .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-u9xupYqSma .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-u9xupYqSma .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #ae42c8 !important;
  color: #47b5ed !important;
  border-color: #ae42c8 !important;
}
.cid-u9xupYqSma .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f8df03 !important;
  color: #47b5ed !important;
}
.cid-u9xupYqSma .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ae42c8 !important;
  color: #47b5ed !important;
}
.cid-u9xupYqSma .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #40b0bf !important;
  color: #47b5ed !important;
}
.cid-u9xupYqSma .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #47b5ed !important;
  color: #ae42c8 !important;
  border-color: #47b5ed !important;
}
.cid-u9xupYqSma .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #a70327 !important;
  color: #47b5ed !important;
}
.cid-u9xupYqSma .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ff9966 !important;
  color: #47b5ed !important;
}
.cid-u9xupYqSma .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-u9xupYqSma .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-u9xupYqSma .mbr-desc {
  color: #706cff;
}
.cid-u9xupYqSma .mbr-section-title {
  color: #000000;
}
.cid-u9xupYqSma .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u9xupYqSma .mbr-section-btn {
  text-align: center;
}
.cid-u9xupYqSma .mbr-section-title,
.cid-u9xupYqSma .mbr-section-btn {
  text-align: center;
}
.cid-u9xupZnGuj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #a70327;
}
.cid-u9xupZnGuj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xupZnGuj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xupZnGuj .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u9xupZnGuj .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u9xupZnGuj .row {
  flex-direction: row-reverse;
}
.cid-u9xupZnGuj .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u9xupZnGuj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9xupZnGuj img {
  border-radius: 2rem;
}
.cid-u9xupZnGuj .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u9xupZnGuj .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u9xupZnGuj .mbr-text,
.cid-u9xupZnGuj .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u9xuq0sFvW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9xuq0sFvW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xuq0sFvW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xuq0sFvW .mbr-text,
.cid-u9xuq0sFvW .mbr-section-btn {
  text-align: center;
}
.cid-u9xuq0sFvW .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9xuq3KrVU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a70327;
}
.cid-u9xuq3KrVU .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-u9xuq3KrVU .panel-group {
  border: none;
}
.cid-u9xuq3KrVU .card {
  border-radius: 0;
  padding: 1rem 2rem;
}
.cid-u9xuq3KrVU .card:hover {
  background: #f8df03;
}
@media (max-width: 767px) {
  .cid-u9xuq3KrVU .card {
    padding: 1rem;
  }
}
.cid-u9xuq3KrVU .card-header {
  border: none;
}
.cid-u9xuq3KrVU p {
  max-width: 600px;
  font-weight: 400;
  padding-top: 1rem;
}
.cid-u9xuq3KrVU .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u9xuq3KrVU .panel-body,
.cid-u9xuq3KrVU .card-header {
  padding: 0rem 0;
}
.cid-u9xuq3KrVU .panel-title-edit {
  color: #ffffff;
}
.cid-u9xuq3KrVU .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u9xuq3KrVU .panel-text {
  color: #000000;
}
.cid-u9xuq3KrVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xuq3KrVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xuq3KrVU H3 {
  text-align: center;
  color: #ffffff;
}
.cid-u9xuq5zaFU {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9xuq5zaFU .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-u9xuq5zaFU .card {
    border-right: 1px solid currentColor;
  }
}
@media (max-width: 991px) {
  .cid-u9xuq5zaFU .card {
    border-right: 0px;
    border-bottom: 1px solid currentColor;
  }
}
.cid-u9xuq5zaFU .wrapper {
  padding: 30px 0;
}
.cid-u9xuq5zaFU .mbr-section-title {
  color: #232323;
}
.cid-u9xuq5zaFU .mbr-text,
.cid-u9xuq5zaFU .mbr-section-btn {
  color: #696969;
}
.cid-u9xuq5zaFU H3 {
  color: #232323;
}
.cid-u9xuq5zaFU mbr-section-title {
  color: #232323;
}
.cid-u9xuq5zaFU .mbr-text,
.cid-u9xuq5zaFU .mbr-section-btn,
.cid-u9xuq5zaFU .card {
  color: #000000;
}
.cid-u9xuq7aHhE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a70327;
}
.cid-u9xuq7aHhE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xuq7aHhE .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-u9xuq7aHhE .container {
    padding: 0 20px;
  }
}
.cid-u9xuq7aHhE .row {
  margin: 0;
}
.cid-u9xuq7aHhE .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9xuq7aHhE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u9xuq7aHhE .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-u9xuq7aHhE .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-u9xuq7aHhE .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u9xuq7aHhE .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-u9xuq7aHhE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9xuq95n8I {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9xuq95n8I .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xuq95n8I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xuq95n8I .mbr-text,
.cid-u9xuq95n8I .mbr-section-btn {
  text-align: center;
}
.cid-u9xuq95n8I .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9xuqadQYA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a70327;
  overflow: hidden;
}
.cid-u9xuqadQYA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xuqadQYA .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-u9xuqadQYA .container {
    padding: 0 30px;
  }
}
.cid-u9xuqadQYA .card {
  justify-content: center;
}
.cid-u9xuqadQYA .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-u9xuqadQYA .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-u9xuqadQYA .title-wrapper {
    padding: 0;
  }
}
.cid-u9xuqadQYA .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-u9xuqadQYA .title-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-u9xuqadQYA .title-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-u9xuqadQYA .title-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-u9xuqadQYA .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u9xuqadQYA .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u9xuqadQYA .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-u9xuqadQYA .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-u9xuqadQYA .content-wrapper {
    padding: 0;
  }
}
.cid-u9xuqadQYA .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-u9xuqadQYA .content-wrapper .panel-group .card:hover::before,
.cid-u9xuqadQYA .content-wrapper .panel-group .card:focus::before,
.cid-u9xuqadQYA .content-wrapper .panel-group .card:hover::after,
.cid-u9xuqadQYA .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-u9xuqadQYA .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-u9xuqadQYA .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #bee0d6;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-u9xuqadQYA .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u9xuqadQYA .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u9xuqadQYA .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-u9xuqadQYA .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u9xuqadQYA .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-u9xuqadQYA .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u9xuqadQYA .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-u9xuqadQYA .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-u9xuqadQYA .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #bee0d6;
  transition: all 0.5s ease-in-out;
}
.cid-u9xuqadQYA .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #bee0d6;
  margin-left: 20px;
  opacity: .2;
}
.cid-u9xuqadQYA .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-u9xuqadQYA .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-u9xuqadQYA .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-u9xuqadQYA .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-u9xuqadQYA .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-u9xuqadQYA .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-u9xuqadQYA .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-u9xuqadQYA .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-u9xuqadQYA .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-u9xuqadQYA .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-u9xuqadQYA .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-u9xuqadQYA .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-u9xuqadQYA .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u9xuqadQYA .mbr-desc {
  color: #bee0d6;
}
.cid-u9xuqadQYA .mbr-section-title {
  color: #ffffff;
}
.cid-u9xuqadQYA .panel-number {
  color: #bee0d6;
}
.cid-u9xuqadQYA .panel-title-edit {
  color: #ffffff;
}
.cid-u9xuqadQYA .panel-text {
  color: #ffffff;
}
.cid-u9xuqadQYA .mbr-desc,
.cid-u9xuqadQYA .desc-wrapper {
  color: #ffffff;
}
.cid-u9xuqbv5OB {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-u9xuqbv5OB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xuqbv5OB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xuqbv5OB .google-map {
  height: 35rem;
  position: relative;
}
.cid-u9xuqbv5OB .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u9xuqbv5OB .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u9xuqbv5OB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9xuqbv5OB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9xuqbv5OB .mbr-section-title {
  color: #000000;
}
.cid-u9xuqcTQSi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a70327;
  overflow: hidden;
}
.cid-u9xuqcTQSi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xuqcTQSi .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-u9xuqcTQSi .container {
    padding: 0 30px;
  }
}
.cid-u9xuqcTQSi .row {
  justify-content: center;
}
.cid-u9xuqcTQSi .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9xuqcTQSi .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xuqcTQSi .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9xuqcTQSi .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xuqcTQSi .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-u9xuqcTQSi .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9xuqcTQSi .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9xuqcTQSi .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xuqcTQSi .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9xuqcTQSi .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u9xuqcTQSi .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9xuqcTQSi .nav-wrapper .list .item-wrap:hover,
.cid-u9xuqcTQSi .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9xuqcTQSi .nav-wrapper .list .item-wrap:hover::before,
.cid-u9xuqcTQSi .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u9xuqcTQSi .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-u9xuqcTQSi .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9xuqcTQSi .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9xuqcTQSi .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xuqcTQSi .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9xuqcTQSi .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xuqcTQSi .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u9xuqcTQSi .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9xuqcTQSi .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9xuqcTQSi .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-u9xuqcTQSi .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-u9xuqcTQSi .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u9xuqcTQSi .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9xuqcTQSi .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-u9xuqcTQSi .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9xuqcTQSi .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9xuqcTQSi .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-u9xuqcTQSi .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xuqcTQSi .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-u9xuqcTQSi .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u9xuqcTQSi .mbr-section-title {
  color: #bee0d6;
}
.cid-u9xuqcTQSi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9xuqcTQSi .list {
  color: #bee0d6;
}
.cid-u9xuqcTQSi .mbr-address {
  color: #bee0d6;
}
.cid-u9xuqcTQSi .mbr-copy {
  color: #bee0d6;
}
.cid-u9xvWEfMRe .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .cid-u9xvWEfMRe .container,
  .cid-u9xvWEfMRe .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-u9xvWEfMRe .container .navbar-collapse,
  .cid-u9xvWEfMRe .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-u9xvWEfMRe {
    flex-wrap: wrap;
  }
  .cid-u9xvWEfMRe .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-u9xvWEfMRe .opened .container {
    flex-wrap: wrap;
  }
}
.cid-u9xvWEfMRe .opened .container .navbar-collapse {
  width: 100%;
}
.cid-u9xvWEfMRe .btn {
  padding: 0.8rem 2rem;
}
.cid-u9xvWEfMRe .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-u9xvWEfMRe .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ae42c8;
}
.cid-u9xvWEfMRe .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u9xvWEfMRe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9xvWEfMRe .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9xvWEfMRe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9xvWEfMRe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9xvWEfMRe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9xvWEfMRe .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-u9xvWEfMRe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9xvWEfMRe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9xvWEfMRe .dropdown-menu,
.cid-u9xvWEfMRe .navbar.opened {
  background: #ffffff !important;
}
.cid-u9xvWEfMRe .nav-item:focus,
.cid-u9xvWEfMRe .nav-link:focus {
  outline: none;
}
.cid-u9xvWEfMRe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9xvWEfMRe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9xvWEfMRe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9xvWEfMRe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9xvWEfMRe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9xvWEfMRe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9xvWEfMRe .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-u9xvWEfMRe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u9xvWEfMRe .navbar.opened {
  transition: all 0.3s;
}
.cid-u9xvWEfMRe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9xvWEfMRe .navbar .navbar-logo img {
  width: auto;
}
.cid-u9xvWEfMRe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-u9xvWEfMRe .navbar.collapsed {
  justify-content: center;
}
.cid-u9xvWEfMRe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9xvWEfMRe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9xvWEfMRe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-u9xvWEfMRe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9xvWEfMRe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9xvWEfMRe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9xvWEfMRe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9xvWEfMRe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9xvWEfMRe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9xvWEfMRe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9xvWEfMRe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9xvWEfMRe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9xvWEfMRe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9xvWEfMRe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9xvWEfMRe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9xvWEfMRe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9xvWEfMRe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9xvWEfMRe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9xvWEfMRe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9xvWEfMRe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9xvWEfMRe .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9xvWEfMRe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9xvWEfMRe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9xvWEfMRe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9xvWEfMRe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9xvWEfMRe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9xvWEfMRe .dropdown-item.active,
.cid-u9xvWEfMRe .dropdown-item:active {
  background-color: transparent;
}
.cid-u9xvWEfMRe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9xvWEfMRe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9xvWEfMRe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9xvWEfMRe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9xvWEfMRe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9xvWEfMRe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9xvWEfMRe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9xvWEfMRe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9xvWEfMRe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9xvWEfMRe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-u9xvWEfMRe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9xvWEfMRe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9xvWEfMRe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9xvWEfMRe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9xvWEfMRe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9xvWEfMRe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9xvWEfMRe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9xvWEfMRe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9xvWEfMRe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9xvWEfMRe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9xvWEfMRe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9xvWEfMRe .navbar {
    height: 70px;
  }
  .cid-u9xvWEfMRe .navbar.opened {
    height: auto;
  }
  .cid-u9xvWEfMRe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9xvWFxYRs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9xvWFxYRs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xvWFxYRs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xvWFxYRs a {
  font-weight: 900;
}
.cid-u9xvWFxYRs .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-u9xvWFxYRs .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-u9xvWFxYRs .wrapper {
  background: #a70327;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-u9xvWFxYRs .image-wrapper {
  padding: 0;
}
.cid-u9xvWFxYRs .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9xvWFxYRs .image-wrapper img {
    border-radius: 0;
  }
}
.cid-u9xvWFxYRs .mbr-section-title {
  color: #ffffff;
}
.cid-u9xvWFxYRs .mbr-text,
.cid-u9xvWFxYRs .mbr-section-btn {
  color: #ffffff;
}
.cid-u9xvWGGl9k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a70327;
}
.cid-u9xvWGGl9k .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xvWGGl9k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xvWGGl9k .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-u9xvWGGl9k .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-u9xvWGGl9k .container {
    padding: 0 6px;
  }
}
.cid-u9xvWGGl9k .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-u9xvWGGl9k .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-u9xvWGGl9k .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-u9xvWGGl9k .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-u9xvWGGl9k .row {
    padding: 0 30px;
  }
}
.cid-u9xvWGGl9k .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-u9xvWGGl9k .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
  padding: 60px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9xvWGGl9k .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-u9xvWGGl9k .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-u9xvWGGl9k .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-u9xvWGGl9k .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-u9xvWGGl9k .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-u9xvWGGl9k .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-u9xvWGGl9k .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-u9xvWGGl9k .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-u9xvWGGl9k .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-u9xvWGGl9k .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9xvWGGl9k .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9xvWGGl9k .list {
  color: #131313;
}
.cid-u9xvWGGl9k .list,
.cid-u9xvWGGl9k .item-wrap {
  color: #ffffff;
}
.cid-u9xvWHDLBt {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u9xvWHDLBt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xvWHDLBt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xvWHDLBt .mbr-text,
.cid-u9xvWHDLBt .mbr-section-btn {
  text-align: left;
}
.cid-u9xvWHDLBt .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-u9xvWIrwG4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #a70327;
}
.cid-u9xvWIrwG4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xvWIrwG4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xvWIrwG4 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u9xvWIrwG4 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9xvWIrwG4 .container {
    padding: 0 24px;
  }
}
.cid-u9xvWIrwG4 .row {
  justify-content: space-between;
}
.cid-u9xvWIrwG4 .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
.cid-u9xvWIrwG4 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-u9xvWIrwG4 .items-wrapper {
    display: block;
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9xvWIrwG4 .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-u9xvWIrwG4 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-u9xvWIrwG4 .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
  opacity: .4;
}
.cid-u9xvWIrwG4 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-u9xvWIrwG4 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 22px;
}
.cid-u9xvWIrwG4 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9xvWIrwG4 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    opacity: 1;
  }
}
.cid-u9xvWIrwG4 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:hover,
.cid-u9xvWIrwG4 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:focus {
  opacity: 1;
}
.cid-u9xvWIrwG4 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u9xvWIrwG4 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:hover,
.cid-u9xvWIrwG4 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u9xvWIrwG4 .mbr-section-title {
  color: #141414;
}
.cid-u9xvWIrwG4 .card-number {
  color: #141414;
}
.cid-u9xvWIrwG4 .card-title {
  color: #141414;
}
.cid-u9xvWIrwG4 .card-text {
  color: #141414;
  text-align: center;
}
.cid-u9xvWIrwG4 .card-title,
.cid-u9xvWIrwG4 .mbr-section-btn {
  text-align: center;
}
.cid-u9xvWJtNJN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u9xvWJtNJN .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9xvWJtNJN .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9xvWJtNJN .container {
    padding: 0 25px;
  }
}
.cid-u9xvWJtNJN .row {
  margin: 0;
}
.cid-u9xvWJtNJN .row .card {
  padding: 0;
  justify-content: center;
}
.cid-u9xvWJtNJN .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-u9xvWJtNJN .image-wrapper {
    min-height: 350px;
  }
}
.cid-u9xvWJtNJN .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9xvWJtNJN .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-u9xvWJtNJN .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u9xvWJtNJN .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u9xvWJtNJN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9xvWJtNJN .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-u9xvWJtNJN .mbr-section-title {
  color: #000000;
}
.cid-u9xvWJtNJN .mbr-text {
  color: #000000;
}
.cid-u9xvWJtNJN .mbr-section-title,
.cid-u9xvWJtNJN .mbr-section-btn,
.cid-u9xvWJtNJN .logo-wrapper {
  text-align: center;
}
.cid-u9xvWKbPXp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9xvWKbPXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xvWKbPXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xvWKbPXp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9xvWKbPXp .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u9xvWKbPXp .container {
    padding: 0 12px;
  }
}
.cid-u9xvWKbPXp .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u9xvWKbPXp .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u9xvWKbPXp .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #a70327;
}
@media (max-width: 992px) {
  .cid-u9xvWKbPXp .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-u9xvWKbPXp .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u9xvWKbPXp .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-u9xvWKbPXp .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-u9xvWKbPXp .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-u9xvWKbPXp .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-u9xvWKbPXp .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-u9xvWKbPXp .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u9xvWKbPXp .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-u9xvWKbPXp .mbr-section-subtitle {
  color: #222222;
}
.cid-u9xvWKbPXp .mbr-text {
  color: #ffffff;
}
.cid-u9xvWKbPXp .list {
  color: #222222;
}
.cid-u9xvWL19c3 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #a70327;
}
@media (max-width: 1200px) {
  .cid-u9xvWL19c3 .display-2 {
    font-size: 1.96rem;
  }
}
.cid-u9xvWL19c3 .item-img {
  padding: 0.5rem;
}
.cid-u9xvWL19c3 img,
.cid-u9xvWL19c3 .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u9xvWL19c3 .item:focus,
.cid-u9xvWL19c3 span:focus {
  outline: none;
}
.cid-u9xvWL19c3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u9xvWL19c3 .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u9xvWL19c3 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xvWL19c3 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u9xvWL19c3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u9xvWL19c3 .mbr-section-title {
  color: #ffffff;
}
.cid-u9xvWL19c3 .item-title {
  color: #ae42c8;
}
.cid-u9xvWL19c3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9xvWL19c3 .mbr-text,
.cid-u9xvWL19c3 .mbr-section-btn {
  text-align: center;
}
.cid-u9xvWLXWaZ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-u9xvWLXWaZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xvWLXWaZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xvWLXWaZ .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-u9xvWLXWaZ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u9xvWLXWaZ .container {
    padding: 0 16px;
  }
}
.cid-u9xvWLXWaZ .row {
  justify-content: center;
}
.cid-u9xvWLXWaZ .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u9xvWLXWaZ .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u9xvWLXWaZ .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u9xvWLXWaZ .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-u9xvWLXWaZ .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-u9xvWLXWaZ .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-u9xvWLXWaZ .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-u9xvWLXWaZ .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-u9xvWLXWaZ .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-u9xvWLXWaZ .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-u9xvWLXWaZ .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-u9xvWLXWaZ .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-u9xvWLXWaZ .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-u9xvWLXWaZ .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-u9xvWLXWaZ .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-u9xvWLXWaZ .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-u9xvWLXWaZ .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-u9xvWLXWaZ .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-u9xvWLXWaZ .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-u9xvWLXWaZ .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-u9xvWLXWaZ .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #ae42c8 !important;
  color: #47b5ed !important;
  border-color: #ae42c8 !important;
}
.cid-u9xvWLXWaZ .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f8df03 !important;
  color: #47b5ed !important;
}
.cid-u9xvWLXWaZ .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ae42c8 !important;
  color: #47b5ed !important;
}
.cid-u9xvWLXWaZ .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #40b0bf !important;
  color: #47b5ed !important;
}
.cid-u9xvWLXWaZ .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #47b5ed !important;
  color: #ae42c8 !important;
  border-color: #47b5ed !important;
}
.cid-u9xvWLXWaZ .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #a70327 !important;
  color: #47b5ed !important;
}
.cid-u9xvWLXWaZ .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ff9966 !important;
  color: #47b5ed !important;
}
.cid-u9xvWLXWaZ .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-u9xvWLXWaZ .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-u9xvWLXWaZ .mbr-desc {
  color: #706cff;
}
.cid-u9xvWLXWaZ .mbr-section-title {
  color: #000000;
}
.cid-u9xvWLXWaZ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u9xvWLXWaZ .mbr-section-btn {
  text-align: center;
}
.cid-u9xvWLXWaZ .mbr-section-title,
.cid-u9xvWLXWaZ .mbr-section-btn {
  text-align: center;
}
.cid-u9xvWMKrq4 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #a70327;
}
.cid-u9xvWMKrq4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xvWMKrq4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xvWMKrq4 .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u9xvWMKrq4 .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u9xvWMKrq4 .row {
  flex-direction: row-reverse;
}
.cid-u9xvWMKrq4 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u9xvWMKrq4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9xvWMKrq4 img {
  border-radius: 2rem;
}
.cid-u9xvWMKrq4 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u9xvWMKrq4 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u9xvWMKrq4 .mbr-text,
.cid-u9xvWMKrq4 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u9xvWNH8KA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9xvWNH8KA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xvWNH8KA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xvWNH8KA .mbr-text,
.cid-u9xvWNH8KA .mbr-section-btn {
  text-align: center;
}
.cid-u9xvWNH8KA .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9xvWOEPXt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a70327;
}
.cid-u9xvWOEPXt .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-u9xvWOEPXt .panel-group {
  border: none;
}
.cid-u9xvWOEPXt .card {
  border-radius: 0;
  padding: 1rem 2rem;
}
.cid-u9xvWOEPXt .card:hover {
  background: #f8df03;
}
@media (max-width: 767px) {
  .cid-u9xvWOEPXt .card {
    padding: 1rem;
  }
}
.cid-u9xvWOEPXt .card-header {
  border: none;
}
.cid-u9xvWOEPXt p {
  max-width: 600px;
  font-weight: 400;
  padding-top: 1rem;
}
.cid-u9xvWOEPXt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u9xvWOEPXt .panel-body,
.cid-u9xvWOEPXt .card-header {
  padding: 0rem 0;
}
.cid-u9xvWOEPXt .panel-title-edit {
  color: #ffffff;
}
.cid-u9xvWOEPXt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u9xvWOEPXt .panel-text {
  color: #000000;
}
.cid-u9xvWOEPXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xvWOEPXt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xvWOEPXt H3 {
  text-align: center;
  color: #ffffff;
}
.cid-u9xvWPHcp5 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u9xvWPHcp5 .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-u9xvWPHcp5 .card {
    border-right: 1px solid currentColor;
  }
}
@media (max-width: 991px) {
  .cid-u9xvWPHcp5 .card {
    border-right: 0px;
    border-bottom: 1px solid currentColor;
  }
}
.cid-u9xvWPHcp5 .wrapper {
  padding: 30px 0;
}
.cid-u9xvWPHcp5 .mbr-section-title {
  color: #232323;
}
.cid-u9xvWPHcp5 .mbr-text,
.cid-u9xvWPHcp5 .mbr-section-btn {
  color: #696969;
}
.cid-u9xvWPHcp5 H3 {
  color: #232323;
}
.cid-u9xvWPHcp5 mbr-section-title {
  color: #232323;
}
.cid-u9xvWPHcp5 .mbr-text,
.cid-u9xvWPHcp5 .mbr-section-btn,
.cid-u9xvWPHcp5 .card {
  color: #000000;
}
.cid-u9xvWRAjDl {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9xvWRAjDl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xvWRAjDl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xvWRAjDl .mbr-text,
.cid-u9xvWRAjDl .mbr-section-btn {
  text-align: center;
}
.cid-u9xvWRAjDl .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9xvWSugKY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a70327;
  overflow: hidden;
}
.cid-u9xvWSugKY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xvWSugKY .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-u9xvWSugKY .container {
    padding: 0 30px;
  }
}
.cid-u9xvWSugKY .card {
  justify-content: center;
}
.cid-u9xvWSugKY .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-u9xvWSugKY .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-u9xvWSugKY .title-wrapper {
    padding: 0;
  }
}
.cid-u9xvWSugKY .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-u9xvWSugKY .title-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-u9xvWSugKY .title-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-u9xvWSugKY .title-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-u9xvWSugKY .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u9xvWSugKY .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u9xvWSugKY .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-u9xvWSugKY .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-u9xvWSugKY .content-wrapper {
    padding: 0;
  }
}
.cid-u9xvWSugKY .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-u9xvWSugKY .content-wrapper .panel-group .card:hover::before,
.cid-u9xvWSugKY .content-wrapper .panel-group .card:focus::before,
.cid-u9xvWSugKY .content-wrapper .panel-group .card:hover::after,
.cid-u9xvWSugKY .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-u9xvWSugKY .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-u9xvWSugKY .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #bee0d6;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-u9xvWSugKY .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u9xvWSugKY .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u9xvWSugKY .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-u9xvWSugKY .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u9xvWSugKY .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-u9xvWSugKY .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u9xvWSugKY .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-u9xvWSugKY .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-u9xvWSugKY .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #bee0d6;
  transition: all 0.5s ease-in-out;
}
.cid-u9xvWSugKY .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #bee0d6;
  margin-left: 20px;
  opacity: .2;
}
.cid-u9xvWSugKY .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-u9xvWSugKY .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-u9xvWSugKY .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-u9xvWSugKY .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-u9xvWSugKY .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-u9xvWSugKY .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-u9xvWSugKY .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-u9xvWSugKY .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-u9xvWSugKY .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-u9xvWSugKY .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-u9xvWSugKY .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-u9xvWSugKY .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-u9xvWSugKY .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u9xvWSugKY .mbr-desc {
  color: #bee0d6;
}
.cid-u9xvWSugKY .mbr-section-title {
  color: #ffffff;
}
.cid-u9xvWSugKY .panel-number {
  color: #bee0d6;
}
.cid-u9xvWSugKY .panel-title-edit {
  color: #ffffff;
}
.cid-u9xvWSugKY .panel-text {
  color: #ffffff;
}
.cid-u9xvWSugKY .mbr-desc,
.cid-u9xvWSugKY .desc-wrapper {
  color: #ffffff;
}
.cid-u9xvWTwB8H {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-u9xvWTwB8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xvWTwB8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xvWTwB8H .google-map {
  height: 35rem;
  position: relative;
}
.cid-u9xvWTwB8H .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u9xvWTwB8H .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u9xvWTwB8H .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9xvWTwB8H .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9xvWTwB8H .mbr-section-title {
  color: #000000;
}
.cid-u9xvWUrfW0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a70327;
  overflow: hidden;
}
.cid-u9xvWUrfW0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xvWUrfW0 .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-u9xvWUrfW0 .container {
    padding: 0 30px;
  }
}
.cid-u9xvWUrfW0 .row {
  justify-content: center;
}
.cid-u9xvWUrfW0 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9xvWUrfW0 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xvWUrfW0 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9xvWUrfW0 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xvWUrfW0 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-u9xvWUrfW0 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9xvWUrfW0 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9xvWUrfW0 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xvWUrfW0 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9xvWUrfW0 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u9xvWUrfW0 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9xvWUrfW0 .nav-wrapper .list .item-wrap:hover,
.cid-u9xvWUrfW0 .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9xvWUrfW0 .nav-wrapper .list .item-wrap:hover::before,
.cid-u9xvWUrfW0 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u9xvWUrfW0 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-u9xvWUrfW0 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9xvWUrfW0 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9xvWUrfW0 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xvWUrfW0 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9xvWUrfW0 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xvWUrfW0 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u9xvWUrfW0 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9xvWUrfW0 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9xvWUrfW0 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-u9xvWUrfW0 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-u9xvWUrfW0 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u9xvWUrfW0 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9xvWUrfW0 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-u9xvWUrfW0 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9xvWUrfW0 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9xvWUrfW0 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-u9xvWUrfW0 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xvWUrfW0 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-u9xvWUrfW0 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u9xvWUrfW0 .mbr-section-title {
  color: #bee0d6;
}
.cid-u9xvWUrfW0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9xvWUrfW0 .list {
  color: #bee0d6;
}
.cid-u9xvWUrfW0 .mbr-address {
  color: #bee0d6;
}
.cid-u9xvWUrfW0 .mbr-copy {
  color: #bee0d6;
}
