.btn {
  border: none;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 5.6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Geist Mono', monospace;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 300;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.75rem;
  line-height: 1.15;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.35;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.48rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.35 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.61rem + (5.6 - 2.61) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.61rem + (5.6 - 2.61) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.35 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4141b8 !important;
}
.bg-success {
  background-color: #c83000 !important;
}
.bg-info {
  background-color: #f8f8f8 !important;
}
.bg-warning {
  background-color: #c88100 !important;
}
.bg-danger {
  background-color: #c80f00 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4141b8 !important;
  border-color: #4141b8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #0a0a0a !important;
  background-color: #6464c8 !important;
  border-color: #6464c8 !important;
  box-shadow: inset 0 -80px 0 #eaeaea;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6464c8 !important;
  border-color: #6464c8 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffa606 !important;
  border-color: #ffa606 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #0a0a0a !important;
  background-color: #ffb839 !important;
  border-color: #ffb839 !important;
  box-shadow: inset 0 -80px 0 #eaeaea;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #ffb839 !important;
  border-color: #ffb839 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
  color: #5f5f5f !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #0a0a0a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 -80px 0 #eaeaea;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #5f5f5f !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #c83000 !important;
  border-color: #c83000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #0a0a0a !important;
  background-color: #fb3c00 !important;
  border-color: #fb3c00 !important;
  box-shadow: inset 0 -80px 0 #eaeaea;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #fb3c00 !important;
  border-color: #fb3c00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c88100 !important;
  border-color: #c88100 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0a0a !important;
  background-color: #fba200 !important;
  border-color: #fba200 !important;
  box-shadow: inset 0 -80px 0 #eaeaea;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fba200 !important;
  border-color: #fba200 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c80f00 !important;
  border-color: #c80f00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #0a0a0a !important;
  background-color: #fb1300 !important;
  border-color: #fb1300 !important;
  box-shadow: inset 0 -80px 0 #eaeaea;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fb1300 !important;
  border-color: #fb1300 !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: #0a0a0a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 -80px 0 #eaeaea;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #616161 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #0a0a0a !important;
  background-color: #242424 !important;
  border-color: #242424 !important;
  box-shadow: inset 0 -80px 0 #eaeaea;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #242424 !important;
  border-color: #242424 !important;
}
.btn-primary-outline {
  padding: 0 0 6px 0 !important;
  position: relative;
}
.btn-primary-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #4141b8;
  transition: all .4s ease;
}
.btn-primary-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4141b8;
  transition: all .6s ease;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4141b8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2a2a78 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: #4141b8 !important;
}
.btn-primary-outline:hover::before,
.btn-primary-outline:focus::before,
.btn-primary-outline.focus::before,
.btn-primary-outline.active::before {
  width: 0;
  background-color: #4141b8;
}
.btn-primary-outline:hover::after,
.btn-primary-outline:focus::after,
.btn-primary-outline.focus::after,
.btn-primary-outline.active::after {
  width: 100%;
  background-color: #4141b8;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4141b8 !important;
  border-color: #4141b8 !important;
}
.btn-secondary-outline {
  padding: 0 0 6px 0 !important;
  position: relative;
}
.btn-secondary-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ffa606;
  transition: all .4s ease;
}
.btn-secondary-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa606;
  transition: all .6s ease;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffa606;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ae7000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: #ffa606 !important;
}
.btn-secondary-outline:hover::before,
.btn-secondary-outline:focus::before,
.btn-secondary-outline.focus::before,
.btn-secondary-outline.active::before {
  width: 0;
  background-color: #ffa606;
}
.btn-secondary-outline:hover::after,
.btn-secondary-outline:focus::after,
.btn-secondary-outline.focus::after,
.btn-secondary-outline.active::after {
  width: 100%;
  background-color: #ffa606;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa606 !important;
  border-color: #ffa606 !important;
}
.btn-info-outline {
  padding: 0 0 6px 0 !important;
  position: relative;
}
.btn-info-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #f8f8f8;
  transition: all .4s ease;
}
.btn-info-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f8f8f8;
  transition: all .6s ease;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f8f8f8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #cdcdcd !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: #f8f8f8 !important;
}
.btn-info-outline:hover::before,
.btn-info-outline:focus::before,
.btn-info-outline.focus::before,
.btn-info-outline.active::before {
  width: 0;
  background-color: #f8f8f8;
}
.btn-info-outline:hover::after,
.btn-info-outline:focus::after,
.btn-info-outline.focus::after,
.btn-info-outline.active::after {
  width: 100%;
  background-color: #f8f8f8;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #797979 !important;
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
}
.btn-success-outline {
  padding: 0 0 6px 0 !important;
  position: relative;
}
.btn-success-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #c83000;
  transition: all .4s ease;
}
.btn-success-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #c83000;
  transition: all .6s ease;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c83000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #711b00 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: #c83000 !important;
}
.btn-success-outline:hover::before,
.btn-success-outline:focus::before,
.btn-success-outline.focus::before,
.btn-success-outline.active::before {
  width: 0;
  background-color: #c83000;
}
.btn-success-outline:hover::after,
.btn-success-outline:focus::after,
.btn-success-outline.focus::after,
.btn-success-outline.active::after {
  width: 100%;
  background-color: #c83000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c83000 !important;
  border-color: #c83000 !important;
}
.btn-warning-outline {
  padding: 0 0 6px 0 !important;
  position: relative;
}
.btn-warning-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #c88100;
  transition: all .4s ease;
}
.btn-warning-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #c88100;
  transition: all .6s ease;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c88100;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #714900 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: #c88100 !important;
}
.btn-warning-outline:hover::before,
.btn-warning-outline:focus::before,
.btn-warning-outline.focus::before,
.btn-warning-outline.active::before {
  width: 0;
  background-color: #c88100;
}
.btn-warning-outline:hover::after,
.btn-warning-outline:focus::after,
.btn-warning-outline.focus::after,
.btn-warning-outline.active::after {
  width: 100%;
  background-color: #c88100;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c88100 !important;
  border-color: #c88100 !important;
}
.btn-danger-outline {
  padding: 0 0 6px 0 !important;
  position: relative;
}
.btn-danger-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #c80f00;
  transition: all .4s ease;
}
.btn-danger-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #c80f00;
  transition: all .6s ease;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c80f00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #710800 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: #c80f00 !important;
}
.btn-danger-outline:hover::before,
.btn-danger-outline:focus::before,
.btn-danger-outline.focus::before,
.btn-danger-outline.active::before {
  width: 0;
  background-color: #c80f00;
}
.btn-danger-outline:hover::after,
.btn-danger-outline:focus::after,
.btn-danger-outline.focus::after,
.btn-danger-outline.active::after {
  width: 100%;
  background-color: #c80f00;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c80f00 !important;
  border-color: #c80f00 !important;
}
.btn-black-outline {
  padding: 0 0 6px 0 !important;
  position: relative;
}
.btn-black-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #0a0a0a;
  transition: all .4s ease;
}
.btn-black-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0a0a0a;
  transition: all .6s ease;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0a0a0a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: #0a0a0a !important;
}
.btn-black-outline:hover::before,
.btn-black-outline:focus::before,
.btn-black-outline.focus::before,
.btn-black-outline.active::before {
  width: 0;
  background-color: #0a0a0a;
}
.btn-black-outline:hover::after,
.btn-black-outline:focus::after,
.btn-black-outline.focus::after,
.btn-black-outline.active::after {
  width: 100%;
  background-color: #0a0a0a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-white-outline {
  padding: 0 0 6px 0 !important;
  position: relative;
}
.btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #fafafa;
  transition: all .4s ease;
}
.btn-white-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fafafa;
  transition: all .6s ease;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: #fafafa !important;
}
.btn-white-outline:hover::before,
.btn-white-outline:focus::before,
.btn-white-outline.focus::before,
.btn-white-outline.active::before {
  width: 0;
  background-color: #fafafa;
}
.btn-white-outline:hover::after,
.btn-white-outline:focus::after,
.btn-white-outline.focus::after,
.btn-white-outline.active::after {
  width: 100%;
  background-color: #fafafa;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4141b8 !important;
}
.text-secondary {
  color: #ffa606 !important;
}
.text-success {
  color: #c83000 !important;
}
.text-info {
  color: #f8f8f8 !important;
}
.text-warning {
  color: #c88100 !important;
}
.text-danger {
  color: #c80f00 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #0a0a0a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #26266d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #9f6600 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #621800 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c5c5c5 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #623f00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #620700 !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: #4141b8;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f8f8f8;
}
.alert-warning {
  background-color: #c88100;
}
.alert-danger {
  background-color: #c80f00;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 0;
}
.mbr-gallery-filter li a {
  border-radius: 0 !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4141b8;
  border-color: #4141b8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 0 !important;
}
a,
a:hover {
  color: #4141b8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9c9cdc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ff7448;
}
.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: #ffbe48;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff5648;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 400;
  border-radius: 0;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #4141b8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #4141b8;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 0 !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: #4141b8;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4141b8;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4141b8;
  border-bottom-color: #4141b8;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4141b8 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffa606 !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='%234141b8' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  font-weight: 300;
  padding: 15px 45px;
  border-radius: 0 !important;
  margin-bottom: 0;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uZda5k2OK9 .navbar-dropdown {
  position: relative !important;
}
.cid-uZda5k2OK9 .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-uZda5k2OK9 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZda5k2OK9 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-uZda5k2OK9 .dropdown-item:hover,
.cid-uZda5k2OK9 .dropdown-item:focus {
  background: #ffffff !important;
  color: #0a0a0a !important;
}
.cid-uZda5k2OK9 .dropdown-item:hover span {
  color: white;
}
.cid-uZda5k2OK9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZda5k2OK9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZda5k2OK9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZda5k2OK9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-uZda5k2OK9 .nav-link {
  position: relative;
}
.cid-uZda5k2OK9 .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-uZda5k2OK9 .container {
    flex-wrap: nowrap;
  }
}
.cid-uZda5k2OK9 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZda5k2OK9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZda5k2OK9 .dropdown-menu,
.cid-uZda5k2OK9 .navbar.opened {
  background: #ffffff !important;
}
.cid-uZda5k2OK9 .nav-item:focus,
.cid-uZda5k2OK9 .nav-link:focus {
  outline: none;
}
.cid-uZda5k2OK9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZda5k2OK9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZda5k2OK9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZda5k2OK9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZda5k2OK9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZda5k2OK9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZda5k2OK9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZda5k2OK9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZda5k2OK9 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZda5k2OK9 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-uZda5k2OK9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZda5k2OK9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZda5k2OK9 .navbar.collapsed {
  justify-content: center;
}
.cid-uZda5k2OK9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZda5k2OK9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZda5k2OK9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZda5k2OK9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZda5k2OK9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZda5k2OK9 .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-uZda5k2OK9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZda5k2OK9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZda5k2OK9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZda5k2OK9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZda5k2OK9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZda5k2OK9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZda5k2OK9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZda5k2OK9 .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-uZda5k2OK9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZda5k2OK9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZda5k2OK9 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZda5k2OK9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-uZda5k2OK9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZda5k2OK9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZda5k2OK9 .navbar.navbar-short {
  min-height: 70px;
}
.cid-uZda5k2OK9 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-uZda5k2OK9 .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 !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZda5k2OK9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZda5k2OK9 .navbar-brand .navbar-caption:hover,
.cid-uZda5k2OK9 .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-uZda5k2OK9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZda5k2OK9 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZda5k2OK9 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-uZda5k2OK9 .dropdown-item.active,
.cid-uZda5k2OK9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZda5k2OK9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZda5k2OK9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZda5k2OK9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZda5k2OK9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZda5k2OK9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZda5k2OK9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZda5k2OK9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZda5k2OK9 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZda5k2OK9 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-uZda5k2OK9 .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-uZda5k2OK9 .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-uZda5k2OK9 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZda5k2OK9 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uZda5k2OK9 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZda5k2OK9 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-uZda5k2OK9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-uZda5k2OK9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZda5k2OK9 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-uZda5k2OK9 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-uZda5k2OK9 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-uZda5k2OK9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZda5k2OK9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZda5k2OK9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZda5k2OK9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZda5k2OK9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZda5k2OK9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZda5k2OK9 .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-uZda5k2OK9 .navbar {
    height: 70px;
  }
  .cid-uZda5k2OK9 .navbar.opened {
    height: auto;
  }
  .cid-uZda5k2OK9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZda5k2OK9 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZda5k2OK9 .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-uZda5k2OK9 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZda5k2OK9 .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-uZda5k2OK9 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZda5k2OK9 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZda5k2OK9 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZda5k2OK9 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZda5k2OK9 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZda5k2OK9 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZda5k2OK9 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZda5k2OK9 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZda5k2OK9 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZda5k2OK9 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZda5k2OK9 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZda5k2OK9 .content-wrap {
  min-height: 70px;
}
.cid-uZddVYODvk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uZddVYODvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZddVYODvk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZddVYODvk .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uZddVYODvk .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uZddVYODvk .content-wrapper::before,
.cid-uZddVYODvk .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-uZddVYODvk .content-wrapper::before {
  left: 0;
}
.cid-uZddVYODvk .content-wrapper::after {
  right: 0;
}
.cid-uZddVYODvk .content-wrap {
  width: -webkit-fill-available;
  align-items: center;
}
.cid-uZddVYODvk .mbr-section-title {
  margin-bottom: 32px;
  color: #0a0a0a;
}
.cid-uZddVYODvk .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZddVYODvk .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZddVYODvk .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZddVYODvk .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uZddVYODvk .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uZddVYODvk .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-uZddVYODvk .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 -28px 0 #ffffff;
  transform: none;
}
.cid-uZddVYODvk .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-uZddVYODvk .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-uZddVYODvk .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-uZddVYODvk .image-wrapper .image-wrap img {
  height: 575px;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-uZddVYODvk .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uZddVYODvk .mbr-text {
  color: #0a0a0a;
}
.cid-v65Rh3cpR3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v65Rh3cpR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v65Rh3cpR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v65Rh3cpR3 .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #a6a6a6;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v65Rh3cpR3 .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-v65Rh3cpR3 .card {
  justify-content: center;
}
.cid-v65Rh3cpR3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v65Rh3cpR3 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v65Rh3cpR3 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v65Rh3cpR3 .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #a6a6a6;
}
.cid-v65Rh3cpR3 .list-wrapper .list .item-wrap:hover,
.cid-v65Rh3cpR3 .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-v65Rh3cpR3 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v65Rh3cpR3 .mbr-section-title {
  color: #000000;
}
.cid-v65Rh3cpR3 .list {
  color: #000000;
}
.cid-v5UDDx8rxD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5UDDx8rxD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UDDx8rxD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UDDx8rxD .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-v5UDDx8rxD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5UDDx8rxD .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v5UDDx8rxD .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5UDDx8rxD .mbr-label {
  color: #a8a8a8;
}
.cid-v5UDDx8rxD .mbr-text {
  color: #ffffff;
}
.cid-v5UDDx8rxD .mbr-text,
.cid-v5UDDx8rxD .mbr-section-btn {
  color: #000000;
}
.cid-uZde0UJtqK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cid-uZde0UJtqK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZde0UJtqK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZde0UJtqK .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uZde0UJtqK .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uZde0UJtqK .content-wrapper::before,
.cid-uZde0UJtqK .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-uZde0UJtqK .content-wrapper::before {
  left: 0;
}
.cid-uZde0UJtqK .content-wrapper::after {
  right: 0;
}
.cid-uZde0UJtqK .content-wrap {
  width: -webkit-fill-available;
}
.cid-uZde0UJtqK .card-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-uZde0UJtqK .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZde0UJtqK .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZde0UJtqK .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZde0UJtqK .card-wrapper .card-wrap .person-wrapper {
  margin-top: 24px;
}
.cid-uZde0UJtqK .card-wrapper .card-wrap .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZde0UJtqK .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap {
  margin-right: 16px;
}
.cid-uZde0UJtqK .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap img {
  display: inline-flex;
  width: 45px;
  height: 55px;
  min-width: 45px;
  object-fit: cover;
}
.cid-uZde0UJtqK .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-uZde0UJtqK .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-uZde0UJtqK .card-wrapper .mbr-section-btn {
  margin-top: 180px;
}
@media (max-width: 992px) {
  .cid-uZde0UJtqK .card-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZde0UJtqK {
    display: block;
  }
}
.cid-uZde0UJtqK .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
}
@media (max-width: 992px) {
  .cid-uZde0UJtqK .image-wrapper {
    margin-top: 32px;
    width: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
}
.cid-uZde0UJtqK .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-uZde0UJtqK .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  box-shadow: 0 -28px 0 #f8f8f8;
  transform: none;
}
.cid-uZde0UJtqK .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-uZde0UJtqK .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-uZde0UJtqK .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-uZde0UJtqK .image-wrapper .image-wrap {
  height: 100%;
}
.cid-uZde0UJtqK .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-uZde0UJtqK .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uZde0UJtqK .mbr-section-title {
  color: #0a0a0a;
}
.cid-uZde0UJtqK .mbr-text {
  color: #0a0a0a;
}
.cid-uZde0UJtqK .item-name {
  color: #0a0a0a;
}
.cid-uZde0UJtqK .item-role {
  color: #909090;
}
.cid-v5UFUTs3tX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5UFUTs3tX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UFUTs3tX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UFUTs3tX .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5UFUTs3tX .card {
    margin-bottom: 40px;
  }
}
.cid-v5UFUTs3tX .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v5UFUTs3tX .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5UFUTs3tX .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5UFUTs3tX .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5UFUTs3tX .mbr-label {
  color: #be0000;
}
.cid-v5UFUTs3tX .mbr-section-title {
  color: #000000;
}
.cid-v5UFUTs3tX .mbr-text {
  color: #000000;
}
.cid-uZdakEP5nr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uZdakEP5nr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZdakEP5nr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZdakEP5nr .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uZdakEP5nr .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uZdakEP5nr .content-wrapper::before,
.cid-uZdakEP5nr .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-uZdakEP5nr .content-wrapper::before {
  left: 0;
}
.cid-uZdakEP5nr .content-wrapper::after {
  right: 0;
}
.cid-uZdakEP5nr .content-wrap {
  width: -webkit-fill-available;
  margin: 0 -8px;
}
.cid-uZdakEP5nr .title-wrapper {
  margin-bottom: 40px;
}
.cid-uZdakEP5nr .mbr-label {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-uZdakEP5nr .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uZdakEP5nr .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
.cid-uZdakEP5nr .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uZdakEP5nr .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uZdakEP5nr .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f8f8f8;
}
.cid-uZdakEP5nr .item .item-wrapper .item-content {
  padding: 40px 20px;
}
@media (max-width: 992px) {
  .cid-uZdakEP5nr .item .item-wrapper .item-content {
    padding: 24px 16px;
  }
}
.cid-uZdakEP5nr .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-uZdakEP5nr .item .item-wrapper .item-content .item-price {
  margin-bottom: 24px;
}
.cid-uZdakEP5nr .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZdakEP5nr .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZdakEP5nr .item .item-wrapper .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-uZdakEP5nr .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-uZdakEP5nr .item .item-wrapper .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
.cid-uZdakEP5nr .item .item-wrapper .list-wrapper {
  width: 100%;
  padding: 0 20px 40px 20px;
}
@media (max-width: 992px) {
  .cid-uZdakEP5nr .item .item-wrapper .list-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-uZdakEP5nr .item .item-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-uZdakEP5nr .item .item-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  padding-left: 16px;
}
.cid-uZdakEP5nr .item .item-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #0a0a0a;
}
.cid-uZdakEP5nr .item .item-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZdakEP5nr .item .item-wrapper .list_2 .list .item-wrap::before {
  background-color: #ff4306;
}
.cid-uZdakEP5nr .item-title {
  color: #0a0a0a;
  text-align: center;
}
.cid-uZdakEP5nr .item-price {
  color: #0a0a0a;
}
.cid-uZdakEP5nr .item-text {
  color: #0a0a0a;
}
.cid-uZdakEP5nr .list {
  color: #0a0a0a;
}
.cid-v5UG0R0UmP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5UG0R0UmP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UG0R0UmP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UG0R0UmP .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5UG0R0UmP .card {
    margin-bottom: 40px;
  }
}
.cid-v5UG0R0UmP .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v5UG0R0UmP .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5UG0R0UmP .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5UG0R0UmP .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5UG0R0UmP .mbr-label {
  color: #be0000;
}
.cid-v5UG0R0UmP .mbr-section-title {
  color: #000000;
}
.cid-v5UG0R0UmP .mbr-text {
  color: #000000;
}
.cid-v5UdFUdoXk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v5UdFUdoXk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UdFUdoXk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UdFUdoXk .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5UdFUdoXk .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5UdFUdoXk .content-wrapper::before,
.cid-v5UdFUdoXk .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v5UdFUdoXk .content-wrapper::before {
  left: 0;
}
.cid-v5UdFUdoXk .content-wrapper::after {
  right: 0;
}
.cid-v5UdFUdoXk .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  margin: 0 -4px;
}
.cid-v5UdFUdoXk .title-wrapper {
  margin-bottom: 40px;
  align-items: flex-end;
}
.cid-v5UdFUdoXk .title-wrapper .item {
  margin-bottom: 0;
}
.cid-v5UdFUdoXk .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v5UdFUdoXk .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v5UdFUdoXk .mbr-text {
  margin-bottom: 0;
  color: #0a0a0a;
}
.cid-v5UdFUdoXk .item {
  padding: 0 4px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v5UdFUdoXk .item {
    margin-bottom: 16px;
  }
  .cid-v5UdFUdoXk .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v5UdFUdoXk .item .item-wrapper {
  height: 100%;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v5UdFUdoXk .item .item-wrapper {
    padding: 24px 16px;
  }
}
.cid-v5UdFUdoXk .item .item-wrapper:hover .item-img img,
.cid-v5UdFUdoXk .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-v5UdFUdoXk .item .item-wrapper:hover .item-img img,
  .cid-v5UdFUdoXk .item .item-wrapper:focus .item-img img {
    transform: none;
  }
}
.cid-v5UdFUdoXk .item .item-wrapper .item-content .item-title_1,
.cid-v5UdFUdoXk .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 24px;
}
.cid-v5UdFUdoXk .item .item-wrapper .item-content .item-text_1,
.cid-v5UdFUdoXk .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 0;
}
.cid-v5UdFUdoXk .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5UdFUdoXk .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
    width: 100%;
  }
}
.cid-v5UdFUdoXk .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5UdFUdoXk .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
    width: 100%;
  }
}
.cid-v5UdFUdoXk .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 24px;
}
.cid-v5UdFUdoXk .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: -24px;
}
.cid-v5UdFUdoXk .item .item-wrapper .item-img img {
  height: 300px;
  width: 80%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-v5UdFUdoXk .item .item-wrapper .item-img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-v5UdFUdoXk .item .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-v5UdFUdoXk .item .card_1 {
  background-color: #4141b8;
}
.cid-v5UdFUdoXk .item .card_2 {
  background-color: #f8f8f8;
}
.cid-v5UdFUdoXk .item-title_1 {
  color: #ffffff;
}
.cid-v5UdFUdoXk .item-title_2 {
  color: #0a0a0a;
  text-align: center;
}
.cid-v5UdFUdoXk .item-text_1 {
  color: #ffffff;
}
.cid-v5UdFUdoXk .item-text_2 {
  color: #0a0a0a;
}
.cid-v5UdFUdoXk .item-title_1,
.cid-v5UdFUdoXk .mbr-section-btn {
  text-align: center;
}
.cid-v5UG7OmZ8g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5UG7OmZ8g .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UG7OmZ8g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UG7OmZ8g .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5UG7OmZ8g .card {
    margin-bottom: 40px;
  }
}
.cid-v5UG7OmZ8g .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v5UG7OmZ8g .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5UG7OmZ8g .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5UG7OmZ8g .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5UG7OmZ8g .mbr-label {
  color: #be0000;
}
.cid-v5UG7OmZ8g .mbr-section-title {
  color: #000000;
}
.cid-v5UG7OmZ8g .mbr-text {
  color: #000000;
}
.cid-v5UewJCC6T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v5UewJCC6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UewJCC6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UewJCC6T .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5UewJCC6T .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5UewJCC6T .content-wrapper::before,
.cid-v5UewJCC6T .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v5UewJCC6T .content-wrapper::before {
  left: 0;
}
.cid-v5UewJCC6T .content-wrapper::after {
  right: 0;
}
.cid-v5UewJCC6T .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v5UewJCC6T .title-wrapper {
  margin-bottom: 40px;
}
.cid-v5UewJCC6T .mbr-label {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-v5UewJCC6T .mbr-section-title {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-v5UewJCC6T .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5UewJCC6T .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5UewJCC6T .panel-group .card {
  position: relative;
  padding: 16px;
  background-color: #f8f8f8;
  border: none;
  margin-top: 16px;
}
.cid-v5UewJCC6T .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v5UewJCC6T .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v5UewJCC6T .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v5UewJCC6T .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v5UewJCC6T .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v5UewJCC6T .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #0a0a0a;
}
.cid-v5UewJCC6T .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-v5UewJCC6T .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-v5UewJCC6T .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v5UewJCC6T .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v5UewJCC6T .mbr-text {
  color: #0a0a0a;
}
.cid-v5UewJCC6T .panel-title-edit {
  color: #0a0a0a;
}
.cid-v5UewJCC6T .panel-text {
  color: #0a0a0a;
}
.cid-uZdajhrjGK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uZdajhrjGK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZdajhrjGK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZdajhrjGK .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uZdajhrjGK .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uZdajhrjGK .content-wrapper::before,
.cid-uZdajhrjGK .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-uZdajhrjGK .content-wrapper::before {
  left: 0;
}
.cid-uZdajhrjGK .content-wrapper::after {
  right: 0;
}
.cid-uZdajhrjGK .content-wrap {
  width: -webkit-fill-available;
}
.cid-uZdajhrjGK .title-wrapper {
  margin-bottom: 40px;
}
.cid-uZdajhrjGK .mbr-label {
  margin-bottom: 24px;
  color: #0a0a0a;
  text-align: center;
}
.cid-uZdajhrjGK .mbr-section-title {
  margin-bottom: 24px;
  color: #0a0a0a;
  text-align: center;
}
.cid-uZdajhrjGK .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZdajhrjGK .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uZdajhrjGK .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZdajhrjGK .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uZdajhrjGK .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uZdajhrjGK .item .item-wrapper {
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uZdajhrjGK .item .item-wrapper {
    display: block;
    padding: 24px 16px;
  }
}
.cid-uZdajhrjGK .item .item-wrapper .item-content {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZdajhrjGK .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uZdajhrjGK .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uZdajhrjGK .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZdajhrjGK .item .item-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uZdajhrjGK .card-wrap .mbr-section-btn {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZdajhrjGK .card-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-uZdajhrjGK .card-wrap .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-uZdajhrjGK .card-wrap .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
.cid-uZdajhrjGK .btn-wrapper {
  margin-top: -2%;
}
.cid-uZdajhrjGK .mbr-text,
.cid-uZdajhrjGK .text-wrapper {
  color: #0a0a0a;
  text-align: center;
}
.cid-uZdajhrjGK .item-title {
  color: #0a0a0a;
}
.cid-uZdajhrjGK .item-text {
  color: #0a0a0a;
}
.cid-uZdajhrjGK .mbr-text,
.cid-uZdajhrjGK text-wrapper {
  text-align: justify;
}
.cid-v5UGlbbIrz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5UGlbbIrz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UGlbbIrz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UGlbbIrz .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5UGlbbIrz .card {
    margin-bottom: 40px;
  }
}
.cid-v5UGlbbIrz .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v5UGlbbIrz .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5UGlbbIrz .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5UGlbbIrz .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5UGlbbIrz .mbr-label {
  color: #be0000;
}
.cid-v5UGlbbIrz .mbr-section-title {
  color: #000000;
}
.cid-v5UGlbbIrz .mbr-text {
  color: #000000;
}
.cid-uZdaj3ZTwU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uZdaj3ZTwU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZdaj3ZTwU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZdaj3ZTwU .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uZdaj3ZTwU .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uZdaj3ZTwU .content-wrapper::before,
.cid-uZdaj3ZTwU .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-uZdaj3ZTwU .content-wrapper::before {
  left: 0;
}
.cid-uZdaj3ZTwU .content-wrapper::after {
  right: 0;
}
.cid-uZdaj3ZTwU .content-wrap {
  width: -webkit-fill-available;
  align-items: center;
}
.cid-uZdaj3ZTwU .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-uZdaj3ZTwU .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uZdaj3ZTwU .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZdaj3ZTwU .google-map iframe {
    height: 300px;
  }
}
.cid-uZdalgHcAZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0a0a;
  overflow: hidden;
  position: relative;
}
.cid-uZdalgHcAZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZdalgHcAZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZdalgHcAZ .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-uZdalgHcAZ .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-uZdalgHcAZ .content-wrapper .border_1 {
  top: 0;
}
.cid-uZdalgHcAZ .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZdalgHcAZ .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uZdalgHcAZ .content-wrapper::before,
.cid-uZdalgHcAZ .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-uZdalgHcAZ .content-wrapper::before {
  left: 0;
}
.cid-uZdalgHcAZ .content-wrapper::after {
  right: 0;
}
.cid-uZdalgHcAZ .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZdalgHcAZ .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-uZdalgHcAZ .content-wrapper .content-wrap {
  width: -webkit-fill-available;
}
.cid-uZdalgHcAZ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZdalgHcAZ .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZdalgHcAZ .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZdalgHcAZ .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-uZdalgHcAZ .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uZdalgHcAZ .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uZdalgHcAZ .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-uZdalgHcAZ .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uZdalgHcAZ .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-uZdalgHcAZ .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZdalgHcAZ .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uZdalgHcAZ .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uZdalgHcAZ .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-uZdalgHcAZ .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZdalgHcAZ .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uZdalgHcAZ .mbr-section-title {
  color: #ffffff;
}
.cid-uZdalgHcAZ .mbr-text {
  color: #ffffff;
}
.cid-uZdalgHcAZ .mbr-list-title {
  color: #ffffff;
}
.cid-uZdalgHcAZ .list {
  color: #ffffff;
}
.cid-v65SEgEQ0R .navbar-dropdown {
  position: relative !important;
}
.cid-v65SEgEQ0R .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-v65SEgEQ0R .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v65SEgEQ0R .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v65SEgEQ0R .dropdown-item:hover,
.cid-v65SEgEQ0R .dropdown-item:focus {
  background: #ffffff !important;
  color: #0a0a0a !important;
}
.cid-v65SEgEQ0R .dropdown-item:hover span {
  color: white;
}
.cid-v65SEgEQ0R .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v65SEgEQ0R .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v65SEgEQ0R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v65SEgEQ0R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v65SEgEQ0R .nav-link {
  position: relative;
}
.cid-v65SEgEQ0R .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v65SEgEQ0R .container {
    flex-wrap: nowrap;
  }
}
.cid-v65SEgEQ0R .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v65SEgEQ0R .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v65SEgEQ0R .dropdown-menu,
.cid-v65SEgEQ0R .navbar.opened {
  background: #ffffff !important;
}
.cid-v65SEgEQ0R .nav-item:focus,
.cid-v65SEgEQ0R .nav-link:focus {
  outline: none;
}
.cid-v65SEgEQ0R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v65SEgEQ0R .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v65SEgEQ0R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v65SEgEQ0R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v65SEgEQ0R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v65SEgEQ0R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v65SEgEQ0R .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v65SEgEQ0R .navbar.opened {
  transition: all 0.3s;
}
.cid-v65SEgEQ0R .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v65SEgEQ0R .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v65SEgEQ0R .navbar .navbar-logo img {
  width: auto;
}
.cid-v65SEgEQ0R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v65SEgEQ0R .navbar.collapsed {
  justify-content: center;
}
.cid-v65SEgEQ0R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v65SEgEQ0R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v65SEgEQ0R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v65SEgEQ0R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v65SEgEQ0R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v65SEgEQ0R .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-v65SEgEQ0R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v65SEgEQ0R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v65SEgEQ0R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v65SEgEQ0R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v65SEgEQ0R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v65SEgEQ0R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v65SEgEQ0R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v65SEgEQ0R .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-v65SEgEQ0R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v65SEgEQ0R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v65SEgEQ0R .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v65SEgEQ0R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v65SEgEQ0R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v65SEgEQ0R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v65SEgEQ0R .navbar.navbar-short {
  min-height: 70px;
}
.cid-v65SEgEQ0R .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v65SEgEQ0R .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 !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v65SEgEQ0R .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v65SEgEQ0R .navbar-brand .navbar-caption:hover,
.cid-v65SEgEQ0R .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v65SEgEQ0R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v65SEgEQ0R .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v65SEgEQ0R .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v65SEgEQ0R .dropdown-item.active,
.cid-v65SEgEQ0R .dropdown-item:active {
  background-color: transparent;
}
.cid-v65SEgEQ0R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v65SEgEQ0R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v65SEgEQ0R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v65SEgEQ0R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v65SEgEQ0R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v65SEgEQ0R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v65SEgEQ0R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v65SEgEQ0R ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v65SEgEQ0R ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v65SEgEQ0R .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v65SEgEQ0R .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v65SEgEQ0R .navbar-buttons {
    text-align: left;
  }
}
.cid-v65SEgEQ0R .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v65SEgEQ0R .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v65SEgEQ0R button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v65SEgEQ0R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v65SEgEQ0R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v65SEgEQ0R button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v65SEgEQ0R button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v65SEgEQ0R button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v65SEgEQ0R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v65SEgEQ0R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v65SEgEQ0R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v65SEgEQ0R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v65SEgEQ0R .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v65SEgEQ0R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v65SEgEQ0R .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-v65SEgEQ0R .navbar {
    height: 70px;
  }
  .cid-v65SEgEQ0R .navbar.opened {
    height: auto;
  }
  .cid-v65SEgEQ0R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v65SEgEQ0R .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v65SEgEQ0R .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v65SEgEQ0R .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v65SEgEQ0R .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v65SEgEQ0R .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v65SEgEQ0R .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v65SEgEQ0R .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v65SEgEQ0R .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v65SEgEQ0R .navbar {
    justify-content: flex-start !important;
  }
  .cid-v65SEgEQ0R .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v65SEgEQ0R .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v65SEgEQ0R .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v65SEgEQ0R .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v65SEgEQ0R .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v65SEgEQ0R .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v65SEgEQ0R .content-wrap {
  min-height: 70px;
}
.cid-v65SEhU2As {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v65SEhU2As .mbr-fallback-image.disabled {
  display: none;
}
.cid-v65SEhU2As .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v65SEhU2As .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v65SEhU2As .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v65SEhU2As .content-wrapper::before,
.cid-v65SEhU2As .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v65SEhU2As .content-wrapper::before {
  left: 0;
}
.cid-v65SEhU2As .content-wrapper::after {
  right: 0;
}
.cid-v65SEhU2As .content-wrap {
  width: -webkit-fill-available;
  align-items: center;
}
.cid-v65SEhU2As .mbr-section-title {
  margin-bottom: 32px;
  color: #0a0a0a;
}
.cid-v65SEhU2As .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v65SEhU2As .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v65SEhU2As .mbr-section-btn {
  margin-top: 24px;
}
.cid-v65SEhU2As .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-v65SEhU2As .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v65SEhU2As .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v65SEhU2As .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 -28px 0 #ffffff;
  transform: none;
}
.cid-v65SEhU2As .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v65SEhU2As .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v65SEhU2As .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v65SEhU2As .image-wrapper .image-wrap img {
  height: 575px;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v65SEhU2As .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v65SEhU2As .mbr-text {
  color: #0a0a0a;
}
.cid-v65SEj9Mh5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v65SEj9Mh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v65SEj9Mh5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v65SEj9Mh5 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-v65SEj9Mh5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v65SEj9Mh5 .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v65SEj9Mh5 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v65SEj9Mh5 .mbr-label {
  color: #a8a8a8;
}
.cid-v65SEj9Mh5 .mbr-text {
  color: #ffffff;
}
.cid-v65SEj9Mh5 .mbr-text,
.cid-v65SEj9Mh5 .mbr-section-btn {
  color: #000000;
}
.cid-v65SEpqyrp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v65SEpqyrp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v65SEpqyrp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v65SEpqyrp .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v65SEpqyrp .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v65SEpqyrp .content-wrapper::before,
.cid-v65SEpqyrp .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v65SEpqyrp .content-wrapper::before {
  left: 0;
}
.cid-v65SEpqyrp .content-wrapper::after {
  right: 0;
}
.cid-v65SEpqyrp .content-wrap {
  width: -webkit-fill-available;
  align-items: center;
}
.cid-v65SEpqyrp .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v65SEpqyrp .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v65SEpqyrp .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v65SEpqyrp .google-map iframe {
    height: 300px;
  }
}
.cid-v65SEqwl1m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0a0a;
  overflow: hidden;
  position: relative;
}
.cid-v65SEqwl1m .mbr-fallback-image.disabled {
  display: none;
}
.cid-v65SEqwl1m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v65SEqwl1m .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v65SEqwl1m .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-v65SEqwl1m .content-wrapper .border_1 {
  top: 0;
}
.cid-v65SEqwl1m .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v65SEqwl1m .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v65SEqwl1m .content-wrapper::before,
.cid-v65SEqwl1m .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-v65SEqwl1m .content-wrapper::before {
  left: 0;
}
.cid-v65SEqwl1m .content-wrapper::after {
  right: 0;
}
.cid-v65SEqwl1m .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v65SEqwl1m .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v65SEqwl1m .content-wrapper .content-wrap {
  width: -webkit-fill-available;
}
.cid-v65SEqwl1m .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v65SEqwl1m .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v65SEqwl1m .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v65SEqwl1m .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v65SEqwl1m .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v65SEqwl1m .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v65SEqwl1m .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v65SEqwl1m .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v65SEqwl1m .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v65SEqwl1m .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v65SEqwl1m .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v65SEqwl1m .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v65SEqwl1m .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v65SEqwl1m .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v65SEqwl1m .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v65SEqwl1m .mbr-section-title {
  color: #ffffff;
}
.cid-v65SEqwl1m .mbr-text {
  color: #ffffff;
}
.cid-v65SEqwl1m .mbr-list-title {
  color: #ffffff;
}
.cid-v65SEqwl1m .list {
  color: #ffffff;
}
.cid-v65UuxvZmz .navbar-dropdown {
  position: relative !important;
}
.cid-v65UuxvZmz .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-v65UuxvZmz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v65UuxvZmz .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v65UuxvZmz .dropdown-item:hover,
.cid-v65UuxvZmz .dropdown-item:focus {
  background: #ffffff !important;
  color: #0a0a0a !important;
}
.cid-v65UuxvZmz .dropdown-item:hover span {
  color: white;
}
.cid-v65UuxvZmz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v65UuxvZmz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v65UuxvZmz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v65UuxvZmz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v65UuxvZmz .nav-link {
  position: relative;
}
.cid-v65UuxvZmz .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v65UuxvZmz .container {
    flex-wrap: nowrap;
  }
}
.cid-v65UuxvZmz .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v65UuxvZmz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v65UuxvZmz .dropdown-menu,
.cid-v65UuxvZmz .navbar.opened {
  background: #ffffff !important;
}
.cid-v65UuxvZmz .nav-item:focus,
.cid-v65UuxvZmz .nav-link:focus {
  outline: none;
}
.cid-v65UuxvZmz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v65UuxvZmz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v65UuxvZmz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v65UuxvZmz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v65UuxvZmz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v65UuxvZmz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v65UuxvZmz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v65UuxvZmz .navbar.opened {
  transition: all 0.3s;
}
.cid-v65UuxvZmz .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v65UuxvZmz .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v65UuxvZmz .navbar .navbar-logo img {
  width: auto;
}
.cid-v65UuxvZmz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v65UuxvZmz .navbar.collapsed {
  justify-content: center;
}
.cid-v65UuxvZmz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v65UuxvZmz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v65UuxvZmz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v65UuxvZmz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v65UuxvZmz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v65UuxvZmz .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-v65UuxvZmz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v65UuxvZmz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v65UuxvZmz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v65UuxvZmz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v65UuxvZmz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v65UuxvZmz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v65UuxvZmz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v65UuxvZmz .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-v65UuxvZmz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v65UuxvZmz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v65UuxvZmz .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v65UuxvZmz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v65UuxvZmz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v65UuxvZmz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v65UuxvZmz .navbar.navbar-short {
  min-height: 70px;
}
.cid-v65UuxvZmz .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v65UuxvZmz .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 !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v65UuxvZmz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v65UuxvZmz .navbar-brand .navbar-caption:hover,
.cid-v65UuxvZmz .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v65UuxvZmz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v65UuxvZmz .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v65UuxvZmz .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v65UuxvZmz .dropdown-item.active,
.cid-v65UuxvZmz .dropdown-item:active {
  background-color: transparent;
}
.cid-v65UuxvZmz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v65UuxvZmz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v65UuxvZmz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v65UuxvZmz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v65UuxvZmz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v65UuxvZmz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v65UuxvZmz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v65UuxvZmz ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v65UuxvZmz ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v65UuxvZmz .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v65UuxvZmz .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v65UuxvZmz .navbar-buttons {
    text-align: left;
  }
}
.cid-v65UuxvZmz .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v65UuxvZmz .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v65UuxvZmz button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v65UuxvZmz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v65UuxvZmz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v65UuxvZmz button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v65UuxvZmz button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v65UuxvZmz button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v65UuxvZmz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v65UuxvZmz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v65UuxvZmz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v65UuxvZmz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v65UuxvZmz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v65UuxvZmz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v65UuxvZmz .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-v65UuxvZmz .navbar {
    height: 70px;
  }
  .cid-v65UuxvZmz .navbar.opened {
    height: auto;
  }
  .cid-v65UuxvZmz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v65UuxvZmz .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v65UuxvZmz .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v65UuxvZmz .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v65UuxvZmz .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v65UuxvZmz .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v65UuxvZmz .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v65UuxvZmz .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v65UuxvZmz .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v65UuxvZmz .navbar {
    justify-content: flex-start !important;
  }
  .cid-v65UuxvZmz .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v65UuxvZmz .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v65UuxvZmz .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v65UuxvZmz .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v65UuxvZmz .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v65UuxvZmz .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v65UuxvZmz .content-wrap {
  min-height: 70px;
}
.cid-v65Uuy7cIc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v65Uuy7cIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v65Uuy7cIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v65Uuy7cIc .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v65Uuy7cIc .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v65Uuy7cIc .content-wrapper::before,
.cid-v65Uuy7cIc .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v65Uuy7cIc .content-wrapper::before {
  left: 0;
}
.cid-v65Uuy7cIc .content-wrapper::after {
  right: 0;
}
.cid-v65Uuy7cIc .content-wrap {
  width: -webkit-fill-available;
  align-items: center;
}
.cid-v65Uuy7cIc .mbr-section-title {
  margin-bottom: 32px;
  color: #0a0a0a;
}
.cid-v65Uuy7cIc .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v65Uuy7cIc .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v65Uuy7cIc .mbr-section-btn {
  margin-top: 24px;
}
.cid-v65Uuy7cIc .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-v65Uuy7cIc .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v65Uuy7cIc .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v65Uuy7cIc .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 -28px 0 #ffffff;
  transform: none;
}
.cid-v65Uuy7cIc .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v65Uuy7cIc .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v65Uuy7cIc .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v65Uuy7cIc .image-wrapper .image-wrap img {
  height: 575px;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v65Uuy7cIc .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v65Uuy7cIc .mbr-text {
  color: #0a0a0a;
}
.cid-v65UuyAQNM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v65UuyAQNM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v65UuyAQNM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v65UuyAQNM .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-v65UuyAQNM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v65UuyAQNM .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v65UuyAQNM .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v65UuyAQNM .mbr-label {
  color: #a8a8a8;
}
.cid-v65UuyAQNM .mbr-text {
  color: #ffffff;
}
.cid-v65UuyAQNM .mbr-text,
.cid-v65UuyAQNM .mbr-section-btn {
  color: #000000;
}
.cid-v65UuzhN0Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v65UuzhN0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v65UuzhN0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v65UuzhN0Z .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v65UuzhN0Z .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v65UuzhN0Z .content-wrapper::before,
.cid-v65UuzhN0Z .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v65UuzhN0Z .content-wrapper::before {
  left: 0;
}
.cid-v65UuzhN0Z .content-wrapper::after {
  right: 0;
}
.cid-v65UuzhN0Z .content-wrap {
  width: -webkit-fill-available;
  align-items: center;
}
.cid-v65UuzhN0Z .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v65UuzhN0Z .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v65UuzhN0Z .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v65UuzhN0Z .google-map iframe {
    height: 300px;
  }
}
.cid-v65UuzGlcr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0a0a;
  overflow: hidden;
  position: relative;
}
.cid-v65UuzGlcr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v65UuzGlcr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v65UuzGlcr .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v65UuzGlcr .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-v65UuzGlcr .content-wrapper .border_1 {
  top: 0;
}
.cid-v65UuzGlcr .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v65UuzGlcr .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v65UuzGlcr .content-wrapper::before,
.cid-v65UuzGlcr .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-v65UuzGlcr .content-wrapper::before {
  left: 0;
}
.cid-v65UuzGlcr .content-wrapper::after {
  right: 0;
}
.cid-v65UuzGlcr .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v65UuzGlcr .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v65UuzGlcr .content-wrapper .content-wrap {
  width: -webkit-fill-available;
}
.cid-v65UuzGlcr .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v65UuzGlcr .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v65UuzGlcr .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v65UuzGlcr .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v65UuzGlcr .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v65UuzGlcr .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v65UuzGlcr .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v65UuzGlcr .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v65UuzGlcr .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v65UuzGlcr .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v65UuzGlcr .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v65UuzGlcr .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v65UuzGlcr .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v65UuzGlcr .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v65UuzGlcr .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v65UuzGlcr .mbr-section-title {
  color: #ffffff;
}
.cid-v65UuzGlcr .mbr-text {
  color: #ffffff;
}
.cid-v65UuzGlcr .mbr-list-title {
  color: #ffffff;
}
.cid-v65UuzGlcr .list {
  color: #ffffff;
}
.cid-v5UI8aoVRk .navbar-dropdown {
  position: relative !important;
}
.cid-v5UI8aoVRk .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-v5UI8aoVRk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5UI8aoVRk .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v5UI8aoVRk .dropdown-item:hover,
.cid-v5UI8aoVRk .dropdown-item:focus {
  background: #ffffff !important;
  color: #0a0a0a !important;
}
.cid-v5UI8aoVRk .dropdown-item:hover span {
  color: white;
}
.cid-v5UI8aoVRk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5UI8aoVRk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5UI8aoVRk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5UI8aoVRk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v5UI8aoVRk .nav-link {
  position: relative;
}
.cid-v5UI8aoVRk .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v5UI8aoVRk .container {
    flex-wrap: nowrap;
  }
}
.cid-v5UI8aoVRk .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5UI8aoVRk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5UI8aoVRk .dropdown-menu,
.cid-v5UI8aoVRk .navbar.opened {
  background: #ffffff !important;
}
.cid-v5UI8aoVRk .nav-item:focus,
.cid-v5UI8aoVRk .nav-link:focus {
  outline: none;
}
.cid-v5UI8aoVRk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5UI8aoVRk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5UI8aoVRk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5UI8aoVRk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5UI8aoVRk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5UI8aoVRk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5UI8aoVRk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v5UI8aoVRk .navbar.opened {
  transition: all 0.3s;
}
.cid-v5UI8aoVRk .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5UI8aoVRk .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v5UI8aoVRk .navbar .navbar-logo img {
  width: auto;
}
.cid-v5UI8aoVRk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5UI8aoVRk .navbar.collapsed {
  justify-content: center;
}
.cid-v5UI8aoVRk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5UI8aoVRk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5UI8aoVRk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5UI8aoVRk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5UI8aoVRk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5UI8aoVRk .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-v5UI8aoVRk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5UI8aoVRk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5UI8aoVRk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5UI8aoVRk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5UI8aoVRk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5UI8aoVRk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5UI8aoVRk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5UI8aoVRk .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-v5UI8aoVRk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5UI8aoVRk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5UI8aoVRk .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v5UI8aoVRk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v5UI8aoVRk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5UI8aoVRk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5UI8aoVRk .navbar.navbar-short {
  min-height: 70px;
}
.cid-v5UI8aoVRk .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v5UI8aoVRk .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 !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5UI8aoVRk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5UI8aoVRk .navbar-brand .navbar-caption:hover,
.cid-v5UI8aoVRk .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v5UI8aoVRk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5UI8aoVRk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5UI8aoVRk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v5UI8aoVRk .dropdown-item.active,
.cid-v5UI8aoVRk .dropdown-item:active {
  background-color: transparent;
}
.cid-v5UI8aoVRk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5UI8aoVRk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5UI8aoVRk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5UI8aoVRk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5UI8aoVRk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5UI8aoVRk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5UI8aoVRk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5UI8aoVRk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5UI8aoVRk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v5UI8aoVRk .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v5UI8aoVRk .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v5UI8aoVRk .navbar-buttons {
    text-align: left;
  }
}
.cid-v5UI8aoVRk .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v5UI8aoVRk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5UI8aoVRk button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v5UI8aoVRk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v5UI8aoVRk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5UI8aoVRk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5UI8aoVRk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5UI8aoVRk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v5UI8aoVRk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5UI8aoVRk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5UI8aoVRk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5UI8aoVRk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5UI8aoVRk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5UI8aoVRk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5UI8aoVRk .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-v5UI8aoVRk .navbar {
    height: 70px;
  }
  .cid-v5UI8aoVRk .navbar.opened {
    height: auto;
  }
  .cid-v5UI8aoVRk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5UI8aoVRk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5UI8aoVRk .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v5UI8aoVRk .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5UI8aoVRk .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v5UI8aoVRk .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v5UI8aoVRk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5UI8aoVRk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5UI8aoVRk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5UI8aoVRk .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5UI8aoVRk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5UI8aoVRk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5UI8aoVRk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5UI8aoVRk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5UI8aoVRk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5UI8aoVRk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5UI8aoVRk .content-wrap {
  min-height: 70px;
}
.cid-v5UI8c23Ud {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v5UI8c23Ud .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UI8c23Ud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UI8c23Ud .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5UI8c23Ud .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5UI8c23Ud .content-wrapper::before,
.cid-v5UI8c23Ud .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v5UI8c23Ud .content-wrapper::before {
  left: 0;
}
.cid-v5UI8c23Ud .content-wrapper::after {
  right: 0;
}
.cid-v5UI8c23Ud .content-wrap {
  width: -webkit-fill-available;
  align-items: center;
}
.cid-v5UI8c23Ud .mbr-section-title {
  margin-bottom: 32px;
  color: #0a0a0a;
}
.cid-v5UI8c23Ud .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5UI8c23Ud .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5UI8c23Ud .mbr-section-btn {
  margin-top: 24px;
}
.cid-v5UI8c23Ud .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-v5UI8c23Ud .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v5UI8c23Ud .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v5UI8c23Ud .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 -28px 0 #ffffff;
  transform: none;
}
.cid-v5UI8c23Ud .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v5UI8c23Ud .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v5UI8c23Ud .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v5UI8c23Ud .image-wrapper .image-wrap img {
  height: 575px;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v5UI8c23Ud .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v5UI8c23Ud .mbr-text {
  color: #0a0a0a;
}
.cid-v65SeWsMk0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v65SeWsMk0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v65SeWsMk0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v65SeWsMk0 .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #a6a6a6;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v65SeWsMk0 .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-v65SeWsMk0 .card {
  justify-content: center;
}
.cid-v65SeWsMk0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v65SeWsMk0 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v65SeWsMk0 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v65SeWsMk0 .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #a6a6a6;
}
.cid-v65SeWsMk0 .list-wrapper .list .item-wrap:hover,
.cid-v65SeWsMk0 .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-v65SeWsMk0 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v65SeWsMk0 .mbr-section-title {
  color: #000000;
}
.cid-v65SeWsMk0 .list {
  color: #000000;
}
.cid-v5UI8f1n7J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5UI8f1n7J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UI8f1n7J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UI8f1n7J .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-v5UI8f1n7J .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5UI8f1n7J .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v5UI8f1n7J .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5UI8f1n7J .mbr-label {
  color: #a8a8a8;
}
.cid-v5UI8f1n7J .mbr-text {
  color: #ffffff;
}
.cid-v5UI8f1n7J .mbr-text,
.cid-v5UI8f1n7J .mbr-section-btn {
  color: #000000;
}
.cid-v5UI8gcMQe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cid-v5UI8gcMQe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UI8gcMQe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UI8gcMQe .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5UI8gcMQe .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5UI8gcMQe .content-wrapper::before,
.cid-v5UI8gcMQe .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v5UI8gcMQe .content-wrapper::before {
  left: 0;
}
.cid-v5UI8gcMQe .content-wrapper::after {
  right: 0;
}
.cid-v5UI8gcMQe .content-wrap {
  width: -webkit-fill-available;
}
.cid-v5UI8gcMQe .card-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-v5UI8gcMQe .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v5UI8gcMQe .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5UI8gcMQe .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5UI8gcMQe .card-wrapper .card-wrap .person-wrapper {
  margin-top: 24px;
}
.cid-v5UI8gcMQe .card-wrapper .card-wrap .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v5UI8gcMQe .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap {
  margin-right: 16px;
}
.cid-v5UI8gcMQe .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap img {
  display: inline-flex;
  width: 45px;
  height: 55px;
  min-width: 45px;
  object-fit: cover;
}
.cid-v5UI8gcMQe .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-v5UI8gcMQe .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-v5UI8gcMQe .card-wrapper .mbr-section-btn {
  margin-top: 180px;
}
@media (max-width: 992px) {
  .cid-v5UI8gcMQe .card-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v5UI8gcMQe {
    display: block;
  }
}
.cid-v5UI8gcMQe .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
}
@media (max-width: 992px) {
  .cid-v5UI8gcMQe .image-wrapper {
    margin-top: 32px;
    width: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
}
.cid-v5UI8gcMQe .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v5UI8gcMQe .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  box-shadow: 0 -28px 0 #f8f8f8;
  transform: none;
}
.cid-v5UI8gcMQe .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v5UI8gcMQe .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v5UI8gcMQe .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v5UI8gcMQe .image-wrapper .image-wrap {
  height: 100%;
}
.cid-v5UI8gcMQe .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v5UI8gcMQe .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v5UI8gcMQe .mbr-section-title {
  color: #0a0a0a;
}
.cid-v5UI8gcMQe .mbr-text {
  color: #0a0a0a;
}
.cid-v5UI8gcMQe .item-name {
  color: #0a0a0a;
}
.cid-v5UI8gcMQe .item-role {
  color: #909090;
}
.cid-v5UI8ictts {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5UI8ictts .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UI8ictts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UI8ictts .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5UI8ictts .card {
    margin-bottom: 40px;
  }
}
.cid-v5UI8ictts .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v5UI8ictts .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5UI8ictts .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5UI8ictts .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5UI8ictts .mbr-label {
  color: #be0000;
}
.cid-v5UI8ictts .mbr-section-title {
  color: #000000;
}
.cid-v5UI8ictts .mbr-text {
  color: #000000;
}
.cid-v5UI8jWM4y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v5UI8jWM4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UI8jWM4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UI8jWM4y .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5UI8jWM4y .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5UI8jWM4y .content-wrapper::before,
.cid-v5UI8jWM4y .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v5UI8jWM4y .content-wrapper::before {
  left: 0;
}
.cid-v5UI8jWM4y .content-wrapper::after {
  right: 0;
}
.cid-v5UI8jWM4y .content-wrap {
  width: -webkit-fill-available;
  margin: 0 -8px;
}
.cid-v5UI8jWM4y .title-wrapper {
  margin-bottom: 40px;
}
.cid-v5UI8jWM4y .mbr-label {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v5UI8jWM4y .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-v5UI8jWM4y .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
.cid-v5UI8jWM4y .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v5UI8jWM4y .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v5UI8jWM4y .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f8f8f8;
}
.cid-v5UI8jWM4y .item .item-wrapper .item-content {
  padding: 40px 20px;
}
@media (max-width: 992px) {
  .cid-v5UI8jWM4y .item .item-wrapper .item-content {
    padding: 24px 16px;
  }
}
.cid-v5UI8jWM4y .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-v5UI8jWM4y .item .item-wrapper .item-content .item-price {
  margin-bottom: 24px;
}
.cid-v5UI8jWM4y .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v5UI8jWM4y .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5UI8jWM4y .item .item-wrapper .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v5UI8jWM4y .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-v5UI8jWM4y .item .item-wrapper .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
.cid-v5UI8jWM4y .item .item-wrapper .list-wrapper {
  width: 100%;
  padding: 0 20px 40px 20px;
}
@media (max-width: 992px) {
  .cid-v5UI8jWM4y .item .item-wrapper .list-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-v5UI8jWM4y .item .item-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-v5UI8jWM4y .item .item-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  padding-left: 16px;
}
.cid-v5UI8jWM4y .item .item-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #0a0a0a;
}
.cid-v5UI8jWM4y .item .item-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5UI8jWM4y .item .item-wrapper .list_2 .list .item-wrap::before {
  background-color: #ff4306;
}
.cid-v5UI8jWM4y .item-title {
  color: #0a0a0a;
  text-align: center;
}
.cid-v5UI8jWM4y .item-price {
  color: #0a0a0a;
}
.cid-v5UI8jWM4y .item-text {
  color: #0a0a0a;
}
.cid-v5UI8jWM4y .list {
  color: #0a0a0a;
}
.cid-v5UI8mdg3G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5UI8mdg3G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UI8mdg3G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UI8mdg3G .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5UI8mdg3G .card {
    margin-bottom: 40px;
  }
}
.cid-v5UI8mdg3G .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v5UI8mdg3G .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5UI8mdg3G .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5UI8mdg3G .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5UI8mdg3G .mbr-label {
  color: #be0000;
}
.cid-v5UI8mdg3G .mbr-section-title {
  color: #000000;
}
.cid-v5UI8mdg3G .mbr-text {
  color: #000000;
}
.cid-v5UI8nGXkV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v5UI8nGXkV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UI8nGXkV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UI8nGXkV .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5UI8nGXkV .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5UI8nGXkV .content-wrapper::before,
.cid-v5UI8nGXkV .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v5UI8nGXkV .content-wrapper::before {
  left: 0;
}
.cid-v5UI8nGXkV .content-wrapper::after {
  right: 0;
}
.cid-v5UI8nGXkV .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  margin: 0 -4px;
}
.cid-v5UI8nGXkV .title-wrapper {
  margin-bottom: 40px;
  align-items: flex-end;
}
.cid-v5UI8nGXkV .title-wrapper .item {
  margin-bottom: 0;
}
.cid-v5UI8nGXkV .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v5UI8nGXkV .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v5UI8nGXkV .mbr-text {
  margin-bottom: 0;
  color: #0a0a0a;
}
.cid-v5UI8nGXkV .item {
  padding: 0 4px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v5UI8nGXkV .item {
    margin-bottom: 16px;
  }
  .cid-v5UI8nGXkV .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v5UI8nGXkV .item .item-wrapper {
  height: 100%;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v5UI8nGXkV .item .item-wrapper {
    padding: 24px 16px;
  }
}
.cid-v5UI8nGXkV .item .item-wrapper:hover .item-img img,
.cid-v5UI8nGXkV .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-v5UI8nGXkV .item .item-wrapper:hover .item-img img,
  .cid-v5UI8nGXkV .item .item-wrapper:focus .item-img img {
    transform: none;
  }
}
.cid-v5UI8nGXkV .item .item-wrapper .item-content .item-title_1,
.cid-v5UI8nGXkV .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 24px;
}
.cid-v5UI8nGXkV .item .item-wrapper .item-content .item-text_1,
.cid-v5UI8nGXkV .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 0;
}
.cid-v5UI8nGXkV .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5UI8nGXkV .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
    width: 100%;
  }
}
.cid-v5UI8nGXkV .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5UI8nGXkV .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
    width: 100%;
  }
}
.cid-v5UI8nGXkV .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 24px;
}
.cid-v5UI8nGXkV .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: -24px;
}
.cid-v5UI8nGXkV .item .item-wrapper .item-img img {
  height: 300px;
  width: 80%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-v5UI8nGXkV .item .item-wrapper .item-img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-v5UI8nGXkV .item .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-v5UI8nGXkV .item .card_1 {
  background-color: #4141b8;
}
.cid-v5UI8nGXkV .item .card_2 {
  background-color: #f8f8f8;
}
.cid-v5UI8nGXkV .item-title_1 {
  color: #ffffff;
}
.cid-v5UI8nGXkV .item-title_2 {
  color: #0a0a0a;
  text-align: center;
}
.cid-v5UI8nGXkV .item-text_1 {
  color: #ffffff;
}
.cid-v5UI8nGXkV .item-text_2 {
  color: #0a0a0a;
}
.cid-v5UI8nGXkV .item-title_1,
.cid-v5UI8nGXkV .mbr-section-btn {
  text-align: center;
}
.cid-v5UI8sm4sM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5UI8sm4sM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UI8sm4sM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UI8sm4sM .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5UI8sm4sM .card {
    margin-bottom: 40px;
  }
}
.cid-v5UI8sm4sM .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v5UI8sm4sM .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5UI8sm4sM .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5UI8sm4sM .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5UI8sm4sM .mbr-label {
  color: #be0000;
}
.cid-v5UI8sm4sM .mbr-section-title {
  color: #000000;
}
.cid-v5UI8sm4sM .mbr-text {
  color: #000000;
}
.cid-v5UI8uwUUJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v5UI8uwUUJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UI8uwUUJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UI8uwUUJ .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5UI8uwUUJ .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5UI8uwUUJ .content-wrapper::before,
.cid-v5UI8uwUUJ .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v5UI8uwUUJ .content-wrapper::before {
  left: 0;
}
.cid-v5UI8uwUUJ .content-wrapper::after {
  right: 0;
}
.cid-v5UI8uwUUJ .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v5UI8uwUUJ .title-wrapper {
  margin-bottom: 40px;
}
.cid-v5UI8uwUUJ .mbr-label {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-v5UI8uwUUJ .mbr-section-title {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-v5UI8uwUUJ .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5UI8uwUUJ .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5UI8uwUUJ .panel-group .card {
  position: relative;
  padding: 16px;
  background-color: #f8f8f8;
  border: none;
  margin-top: 16px;
}
.cid-v5UI8uwUUJ .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v5UI8uwUUJ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v5UI8uwUUJ .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v5UI8uwUUJ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v5UI8uwUUJ .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v5UI8uwUUJ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #0a0a0a;
}
.cid-v5UI8uwUUJ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-v5UI8uwUUJ .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-v5UI8uwUUJ .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v5UI8uwUUJ .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v5UI8uwUUJ .mbr-text {
  color: #0a0a0a;
}
.cid-v5UI8uwUUJ .panel-title-edit {
  color: #0a0a0a;
}
.cid-v5UI8uwUUJ .panel-text {
  color: #0a0a0a;
}
.cid-v5UI8wxgkn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v5UI8wxgkn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UI8wxgkn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UI8wxgkn .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5UI8wxgkn .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5UI8wxgkn .content-wrapper::before,
.cid-v5UI8wxgkn .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v5UI8wxgkn .content-wrapper::before {
  left: 0;
}
.cid-v5UI8wxgkn .content-wrapper::after {
  right: 0;
}
.cid-v5UI8wxgkn .content-wrap {
  width: -webkit-fill-available;
}
.cid-v5UI8wxgkn .title-wrapper {
  margin-bottom: 40px;
}
.cid-v5UI8wxgkn .mbr-label {
  margin-bottom: 24px;
  color: #0a0a0a;
  text-align: center;
}
.cid-v5UI8wxgkn .mbr-section-title {
  margin-bottom: 24px;
  color: #0a0a0a;
  text-align: center;
}
.cid-v5UI8wxgkn .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v5UI8wxgkn .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v5UI8wxgkn .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5UI8wxgkn .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v5UI8wxgkn .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v5UI8wxgkn .item .item-wrapper {
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-v5UI8wxgkn .item .item-wrapper {
    display: block;
    padding: 24px 16px;
  }
}
.cid-v5UI8wxgkn .item .item-wrapper .item-content {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v5UI8wxgkn .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-v5UI8wxgkn .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-v5UI8wxgkn .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5UI8wxgkn .item .item-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v5UI8wxgkn .card-wrap .mbr-section-btn {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5UI8wxgkn .card-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v5UI8wxgkn .card-wrap .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-v5UI8wxgkn .card-wrap .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
.cid-v5UI8wxgkn .btn-wrapper {
  margin-top: -2%;
}
.cid-v5UI8wxgkn .mbr-text,
.cid-v5UI8wxgkn .text-wrapper {
  color: #0a0a0a;
  text-align: center;
}
.cid-v5UI8wxgkn .item-title {
  color: #0a0a0a;
}
.cid-v5UI8wxgkn .item-text {
  color: #0a0a0a;
}
.cid-v5UI8wxgkn .mbr-text,
.cid-v5UI8wxgkn text-wrapper {
  text-align: justify;
}
.cid-v5UI8ymCab {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5UI8ymCab .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UI8ymCab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UI8ymCab .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5UI8ymCab .card {
    margin-bottom: 40px;
  }
}
.cid-v5UI8ymCab .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v5UI8ymCab .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5UI8ymCab .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5UI8ymCab .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5UI8ymCab .mbr-label {
  color: #be0000;
}
.cid-v5UI8ymCab .mbr-section-title {
  color: #000000;
}
.cid-v5UI8ymCab .mbr-text {
  color: #000000;
}
.cid-v65WdbE8K8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v65WdbE8K8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v65WdbE8K8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v65WdbE8K8 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v65WdbE8K8 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v65WdbE8K8 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v65WdbE8K8 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v65WdbE8K8 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v65WdbE8K8 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v65WdbE8K8 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v65WdbE8K8 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v65WdbE8K8 .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-v65WdbE8K8 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v65WdbE8K8 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v65WdbE8K8 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v65WdbE8K8 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-v65WdbE8K8 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v65WdbE8K8 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-v65WdbE8K8 .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-v65WdbE8K8 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v65WdbE8K8 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v65WdbE8K8 .mbr-label,
.cid-v65WdbE8K8 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v65WdbE8K8 .mbr-section-title,
.cid-v65WdbE8K8 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v65WdbE8K8 .mbr-text,
.cid-v65WdbE8K8 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v65WdbE8K8 .panel-title-edit {
  color: #000000;
}
.cid-v65WdbE8K8 .panel-text {
  color: #515151;
}
.cid-v5UI8BBMYX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v5UI8BBMYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UI8BBMYX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UI8BBMYX .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5UI8BBMYX .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5UI8BBMYX .content-wrapper::before,
.cid-v5UI8BBMYX .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v5UI8BBMYX .content-wrapper::before {
  left: 0;
}
.cid-v5UI8BBMYX .content-wrapper::after {
  right: 0;
}
.cid-v5UI8BBMYX .content-wrap {
  width: -webkit-fill-available;
  align-items: center;
}
.cid-v5UI8BBMYX .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v5UI8BBMYX .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v5UI8BBMYX .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v5UI8BBMYX .google-map iframe {
    height: 300px;
  }
}
.cid-v5UI8S6tV8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0a0a;
  overflow: hidden;
  position: relative;
}
.cid-v5UI8S6tV8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UI8S6tV8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UI8S6tV8 .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v5UI8S6tV8 .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-v5UI8S6tV8 .content-wrapper .border_1 {
  top: 0;
}
.cid-v5UI8S6tV8 .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5UI8S6tV8 .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5UI8S6tV8 .content-wrapper::before,
.cid-v5UI8S6tV8 .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-v5UI8S6tV8 .content-wrapper::before {
  left: 0;
}
.cid-v5UI8S6tV8 .content-wrapper::after {
  right: 0;
}
.cid-v5UI8S6tV8 .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v5UI8S6tV8 .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v5UI8S6tV8 .content-wrapper .content-wrap {
  width: -webkit-fill-available;
}
.cid-v5UI8S6tV8 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v5UI8S6tV8 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5UI8S6tV8 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v5UI8S6tV8 .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v5UI8S6tV8 .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v5UI8S6tV8 .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v5UI8S6tV8 .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v5UI8S6tV8 .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v5UI8S6tV8 .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v5UI8S6tV8 .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v5UI8S6tV8 .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v5UI8S6tV8 .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v5UI8S6tV8 .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v5UI8S6tV8 .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5UI8S6tV8 .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v5UI8S6tV8 .mbr-section-title {
  color: #ffffff;
}
.cid-v5UI8S6tV8 .mbr-text {
  color: #ffffff;
}
.cid-v5UI8S6tV8 .mbr-list-title {
  color: #ffffff;
}
.cid-v5UI8S6tV8 .list {
  color: #ffffff;
}
.cid-v5UHBDT6cN .navbar-dropdown {
  position: relative !important;
}
.cid-v5UHBDT6cN .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-v5UHBDT6cN .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5UHBDT6cN .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v5UHBDT6cN .dropdown-item:hover,
.cid-v5UHBDT6cN .dropdown-item:focus {
  background: #ffffff !important;
  color: #0a0a0a !important;
}
.cid-v5UHBDT6cN .dropdown-item:hover span {
  color: white;
}
.cid-v5UHBDT6cN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5UHBDT6cN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5UHBDT6cN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5UHBDT6cN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v5UHBDT6cN .nav-link {
  position: relative;
}
.cid-v5UHBDT6cN .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v5UHBDT6cN .container {
    flex-wrap: nowrap;
  }
}
.cid-v5UHBDT6cN .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5UHBDT6cN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5UHBDT6cN .dropdown-menu,
.cid-v5UHBDT6cN .navbar.opened {
  background: #ffffff !important;
}
.cid-v5UHBDT6cN .nav-item:focus,
.cid-v5UHBDT6cN .nav-link:focus {
  outline: none;
}
.cid-v5UHBDT6cN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5UHBDT6cN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5UHBDT6cN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5UHBDT6cN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5UHBDT6cN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5UHBDT6cN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5UHBDT6cN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v5UHBDT6cN .navbar.opened {
  transition: all 0.3s;
}
.cid-v5UHBDT6cN .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5UHBDT6cN .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v5UHBDT6cN .navbar .navbar-logo img {
  width: auto;
}
.cid-v5UHBDT6cN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5UHBDT6cN .navbar.collapsed {
  justify-content: center;
}
.cid-v5UHBDT6cN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5UHBDT6cN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5UHBDT6cN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5UHBDT6cN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5UHBDT6cN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5UHBDT6cN .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-v5UHBDT6cN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5UHBDT6cN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5UHBDT6cN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5UHBDT6cN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5UHBDT6cN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5UHBDT6cN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5UHBDT6cN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5UHBDT6cN .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-v5UHBDT6cN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5UHBDT6cN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5UHBDT6cN .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v5UHBDT6cN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v5UHBDT6cN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5UHBDT6cN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5UHBDT6cN .navbar.navbar-short {
  min-height: 70px;
}
.cid-v5UHBDT6cN .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v5UHBDT6cN .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 !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5UHBDT6cN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5UHBDT6cN .navbar-brand .navbar-caption:hover,
.cid-v5UHBDT6cN .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v5UHBDT6cN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5UHBDT6cN .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5UHBDT6cN .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v5UHBDT6cN .dropdown-item.active,
.cid-v5UHBDT6cN .dropdown-item:active {
  background-color: transparent;
}
.cid-v5UHBDT6cN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5UHBDT6cN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5UHBDT6cN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5UHBDT6cN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5UHBDT6cN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5UHBDT6cN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5UHBDT6cN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5UHBDT6cN ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5UHBDT6cN ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v5UHBDT6cN .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v5UHBDT6cN .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v5UHBDT6cN .navbar-buttons {
    text-align: left;
  }
}
.cid-v5UHBDT6cN .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v5UHBDT6cN .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5UHBDT6cN button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v5UHBDT6cN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v5UHBDT6cN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5UHBDT6cN button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5UHBDT6cN button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5UHBDT6cN button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v5UHBDT6cN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5UHBDT6cN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5UHBDT6cN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5UHBDT6cN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5UHBDT6cN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5UHBDT6cN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5UHBDT6cN .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-v5UHBDT6cN .navbar {
    height: 70px;
  }
  .cid-v5UHBDT6cN .navbar.opened {
    height: auto;
  }
  .cid-v5UHBDT6cN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5UHBDT6cN .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5UHBDT6cN .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v5UHBDT6cN .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5UHBDT6cN .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v5UHBDT6cN .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v5UHBDT6cN .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5UHBDT6cN .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5UHBDT6cN .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5UHBDT6cN .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5UHBDT6cN .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5UHBDT6cN .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5UHBDT6cN .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5UHBDT6cN .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5UHBDT6cN .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5UHBDT6cN .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5UHBDT6cN .content-wrap {
  min-height: 70px;
}
.cid-v5UHBEApCJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v5UHBEApCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UHBEApCJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UHBEApCJ .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5UHBEApCJ .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5UHBEApCJ .content-wrapper::before,
.cid-v5UHBEApCJ .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v5UHBEApCJ .content-wrapper::before {
  left: 0;
}
.cid-v5UHBEApCJ .content-wrapper::after {
  right: 0;
}
.cid-v5UHBEApCJ .content-wrap {
  width: -webkit-fill-available;
  align-items: center;
}
.cid-v5UHBEApCJ .mbr-section-title {
  margin-bottom: 32px;
  color: #0a0a0a;
}
.cid-v5UHBEApCJ .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5UHBEApCJ .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5UHBEApCJ .mbr-section-btn {
  margin-top: 24px;
}
.cid-v5UHBEApCJ .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-v5UHBEApCJ .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v5UHBEApCJ .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v5UHBEApCJ .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 -28px 0 #ffffff;
  transform: none;
}
.cid-v5UHBEApCJ .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v5UHBEApCJ .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v5UHBEApCJ .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v5UHBEApCJ .image-wrapper .image-wrap img {
  height: 575px;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v5UHBEApCJ .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v5UHBEApCJ .mbr-text {
  color: #0a0a0a;
}
.cid-v65S1h8fnl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v65S1h8fnl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v65S1h8fnl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v65S1h8fnl .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #a6a6a6;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v65S1h8fnl .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-v65S1h8fnl .card {
  justify-content: center;
}
.cid-v65S1h8fnl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v65S1h8fnl .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v65S1h8fnl .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v65S1h8fnl .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #a6a6a6;
}
.cid-v65S1h8fnl .list-wrapper .list .item-wrap:hover,
.cid-v65S1h8fnl .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-v65S1h8fnl .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v65S1h8fnl .mbr-section-title {
  color: #000000;
}
.cid-v65S1h8fnl .list {
  color: #000000;
}
.cid-v5UHBFb1P8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5UHBFb1P8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UHBFb1P8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UHBFb1P8 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-v5UHBFb1P8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5UHBFb1P8 .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v5UHBFb1P8 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5UHBFb1P8 .mbr-label {
  color: #a8a8a8;
}
.cid-v5UHBFb1P8 .mbr-text {
  color: #ffffff;
}
.cid-v5UHBFb1P8 .mbr-text,
.cid-v5UHBFb1P8 .mbr-section-btn {
  color: #000000;
}
.cid-v5UHBFCy9R {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cid-v5UHBFCy9R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UHBFCy9R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UHBFCy9R .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5UHBFCy9R .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5UHBFCy9R .content-wrapper::before,
.cid-v5UHBFCy9R .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v5UHBFCy9R .content-wrapper::before {
  left: 0;
}
.cid-v5UHBFCy9R .content-wrapper::after {
  right: 0;
}
.cid-v5UHBFCy9R .content-wrap {
  width: -webkit-fill-available;
}
.cid-v5UHBFCy9R .card-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-v5UHBFCy9R .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v5UHBFCy9R .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5UHBFCy9R .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5UHBFCy9R .card-wrapper .card-wrap .person-wrapper {
  margin-top: 24px;
}
.cid-v5UHBFCy9R .card-wrapper .card-wrap .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v5UHBFCy9R .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap {
  margin-right: 16px;
}
.cid-v5UHBFCy9R .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap img {
  display: inline-flex;
  width: 45px;
  height: 55px;
  min-width: 45px;
  object-fit: cover;
}
.cid-v5UHBFCy9R .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-v5UHBFCy9R .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-v5UHBFCy9R .card-wrapper .mbr-section-btn {
  margin-top: 180px;
}
@media (max-width: 992px) {
  .cid-v5UHBFCy9R .card-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v5UHBFCy9R {
    display: block;
  }
}
.cid-v5UHBFCy9R .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
}
@media (max-width: 992px) {
  .cid-v5UHBFCy9R .image-wrapper {
    margin-top: 32px;
    width: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
}
.cid-v5UHBFCy9R .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v5UHBFCy9R .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  box-shadow: 0 -28px 0 #f8f8f8;
  transform: none;
}
.cid-v5UHBFCy9R .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v5UHBFCy9R .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v5UHBFCy9R .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v5UHBFCy9R .image-wrapper .image-wrap {
  height: 100%;
}
.cid-v5UHBFCy9R .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v5UHBFCy9R .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v5UHBFCy9R .mbr-section-title {
  color: #0a0a0a;
}
.cid-v5UHBFCy9R .mbr-text {
  color: #0a0a0a;
}
.cid-v5UHBFCy9R .item-name {
  color: #0a0a0a;
}
.cid-v5UHBFCy9R .item-role {
  color: #909090;
}
.cid-v5UHBI5ZfH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5UHBI5ZfH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UHBI5ZfH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UHBI5ZfH .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5UHBI5ZfH .card {
    margin-bottom: 40px;
  }
}
.cid-v5UHBI5ZfH .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v5UHBI5ZfH .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5UHBI5ZfH .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5UHBI5ZfH .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5UHBI5ZfH .mbr-label {
  color: #be0000;
}
.cid-v5UHBI5ZfH .mbr-section-title {
  color: #000000;
}
.cid-v5UHBI5ZfH .mbr-text {
  color: #000000;
}
.cid-v5UHBJBEPU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v5UHBJBEPU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UHBJBEPU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UHBJBEPU .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5UHBJBEPU .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5UHBJBEPU .content-wrapper::before,
.cid-v5UHBJBEPU .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v5UHBJBEPU .content-wrapper::before {
  left: 0;
}
.cid-v5UHBJBEPU .content-wrapper::after {
  right: 0;
}
.cid-v5UHBJBEPU .content-wrap {
  width: -webkit-fill-available;
  margin: 0 -8px;
}
.cid-v5UHBJBEPU .title-wrapper {
  margin-bottom: 40px;
}
.cid-v5UHBJBEPU .mbr-label {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v5UHBJBEPU .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-v5UHBJBEPU .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
.cid-v5UHBJBEPU .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v5UHBJBEPU .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v5UHBJBEPU .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f8f8f8;
}
.cid-v5UHBJBEPU .item .item-wrapper .item-content {
  padding: 40px 20px;
}
@media (max-width: 992px) {
  .cid-v5UHBJBEPU .item .item-wrapper .item-content {
    padding: 24px 16px;
  }
}
.cid-v5UHBJBEPU .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-v5UHBJBEPU .item .item-wrapper .item-content .item-price {
  margin-bottom: 24px;
}
.cid-v5UHBJBEPU .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v5UHBJBEPU .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5UHBJBEPU .item .item-wrapper .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v5UHBJBEPU .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-v5UHBJBEPU .item .item-wrapper .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
.cid-v5UHBJBEPU .item .item-wrapper .list-wrapper {
  width: 100%;
  padding: 0 20px 40px 20px;
}
@media (max-width: 992px) {
  .cid-v5UHBJBEPU .item .item-wrapper .list-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-v5UHBJBEPU .item .item-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-v5UHBJBEPU .item .item-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  padding-left: 16px;
}
.cid-v5UHBJBEPU .item .item-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #0a0a0a;
}
.cid-v5UHBJBEPU .item .item-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5UHBJBEPU .item .item-wrapper .list_2 .list .item-wrap::before {
  background-color: #ff4306;
}
.cid-v5UHBJBEPU .item-title {
  color: #0a0a0a;
  text-align: center;
}
.cid-v5UHBJBEPU .item-price {
  color: #0a0a0a;
}
.cid-v5UHBJBEPU .item-text {
  color: #0a0a0a;
}
.cid-v5UHBJBEPU .list {
  color: #0a0a0a;
}
.cid-v5UHBLOQbN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5UHBLOQbN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UHBLOQbN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UHBLOQbN .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5UHBLOQbN .card {
    margin-bottom: 40px;
  }
}
.cid-v5UHBLOQbN .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v5UHBLOQbN .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5UHBLOQbN .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5UHBLOQbN .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5UHBLOQbN .mbr-label {
  color: #be0000;
}
.cid-v5UHBLOQbN .mbr-section-title {
  color: #000000;
}
.cid-v5UHBLOQbN .mbr-text {
  color: #000000;
}
.cid-v5UHBNp80c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v5UHBNp80c .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UHBNp80c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UHBNp80c .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5UHBNp80c .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5UHBNp80c .content-wrapper::before,
.cid-v5UHBNp80c .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v5UHBNp80c .content-wrapper::before {
  left: 0;
}
.cid-v5UHBNp80c .content-wrapper::after {
  right: 0;
}
.cid-v5UHBNp80c .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  margin: 0 -4px;
}
.cid-v5UHBNp80c .title-wrapper {
  margin-bottom: 40px;
  align-items: flex-end;
}
.cid-v5UHBNp80c .title-wrapper .item {
  margin-bottom: 0;
}
.cid-v5UHBNp80c .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v5UHBNp80c .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v5UHBNp80c .mbr-text {
  margin-bottom: 0;
  color: #0a0a0a;
}
.cid-v5UHBNp80c .item {
  padding: 0 4px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v5UHBNp80c .item {
    margin-bottom: 16px;
  }
  .cid-v5UHBNp80c .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v5UHBNp80c .item .item-wrapper {
  height: 100%;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v5UHBNp80c .item .item-wrapper {
    padding: 24px 16px;
  }
}
.cid-v5UHBNp80c .item .item-wrapper:hover .item-img img,
.cid-v5UHBNp80c .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-v5UHBNp80c .item .item-wrapper:hover .item-img img,
  .cid-v5UHBNp80c .item .item-wrapper:focus .item-img img {
    transform: none;
  }
}
.cid-v5UHBNp80c .item .item-wrapper .item-content .item-title_1,
.cid-v5UHBNp80c .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 24px;
}
.cid-v5UHBNp80c .item .item-wrapper .item-content .item-text_1,
.cid-v5UHBNp80c .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 0;
}
.cid-v5UHBNp80c .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5UHBNp80c .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
    width: 100%;
  }
}
.cid-v5UHBNp80c .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5UHBNp80c .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
    width: 100%;
  }
}
.cid-v5UHBNp80c .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 24px;
}
.cid-v5UHBNp80c .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: -24px;
}
.cid-v5UHBNp80c .item .item-wrapper .item-img img {
  height: 300px;
  width: 80%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-v5UHBNp80c .item .item-wrapper .item-img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-v5UHBNp80c .item .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-v5UHBNp80c .item .card_1 {
  background-color: #4141b8;
}
.cid-v5UHBNp80c .item .card_2 {
  background-color: #f8f8f8;
}
.cid-v5UHBNp80c .item-title_1 {
  color: #ffffff;
}
.cid-v5UHBNp80c .item-title_2 {
  color: #0a0a0a;
  text-align: center;
}
.cid-v5UHBNp80c .item-text_1 {
  color: #ffffff;
}
.cid-v5UHBNp80c .item-text_2 {
  color: #0a0a0a;
}
.cid-v5UHBNp80c .item-title_1,
.cid-v5UHBNp80c .mbr-section-btn {
  text-align: center;
}
.cid-v5UHBOXY1Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5UHBOXY1Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UHBOXY1Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UHBOXY1Q .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5UHBOXY1Q .card {
    margin-bottom: 40px;
  }
}
.cid-v5UHBOXY1Q .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v5UHBOXY1Q .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5UHBOXY1Q .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5UHBOXY1Q .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5UHBOXY1Q .mbr-label {
  color: #be0000;
}
.cid-v5UHBOXY1Q .mbr-section-title {
  color: #000000;
}
.cid-v5UHBOXY1Q .mbr-text {
  color: #000000;
}
.cid-v5UHBQjxHq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v5UHBQjxHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UHBQjxHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UHBQjxHq .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5UHBQjxHq .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5UHBQjxHq .content-wrapper::before,
.cid-v5UHBQjxHq .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v5UHBQjxHq .content-wrapper::before {
  left: 0;
}
.cid-v5UHBQjxHq .content-wrapper::after {
  right: 0;
}
.cid-v5UHBQjxHq .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v5UHBQjxHq .title-wrapper {
  margin-bottom: 40px;
}
.cid-v5UHBQjxHq .mbr-label {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-v5UHBQjxHq .mbr-section-title {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-v5UHBQjxHq .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5UHBQjxHq .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5UHBQjxHq .panel-group .card {
  position: relative;
  padding: 16px;
  background-color: #f8f8f8;
  border: none;
  margin-top: 16px;
}
.cid-v5UHBQjxHq .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v5UHBQjxHq .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v5UHBQjxHq .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v5UHBQjxHq .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v5UHBQjxHq .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v5UHBQjxHq .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #0a0a0a;
}
.cid-v5UHBQjxHq .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-v5UHBQjxHq .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-v5UHBQjxHq .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v5UHBQjxHq .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v5UHBQjxHq .mbr-text {
  color: #0a0a0a;
}
.cid-v5UHBQjxHq .panel-title-edit {
  color: #0a0a0a;
}
.cid-v5UHBQjxHq .panel-text {
  color: #0a0a0a;
}
.cid-v5UHBUHiUd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v5UHBUHiUd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UHBUHiUd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UHBUHiUd .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5UHBUHiUd .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5UHBUHiUd .content-wrapper::before,
.cid-v5UHBUHiUd .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v5UHBUHiUd .content-wrapper::before {
  left: 0;
}
.cid-v5UHBUHiUd .content-wrapper::after {
  right: 0;
}
.cid-v5UHBUHiUd .content-wrap {
  width: -webkit-fill-available;
}
.cid-v5UHBUHiUd .title-wrapper {
  margin-bottom: 40px;
}
.cid-v5UHBUHiUd .mbr-label {
  margin-bottom: 24px;
  color: #0a0a0a;
  text-align: center;
}
.cid-v5UHBUHiUd .mbr-section-title {
  margin-bottom: 24px;
  color: #0a0a0a;
  text-align: center;
}
.cid-v5UHBUHiUd .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v5UHBUHiUd .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v5UHBUHiUd .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5UHBUHiUd .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v5UHBUHiUd .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v5UHBUHiUd .item .item-wrapper {
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-v5UHBUHiUd .item .item-wrapper {
    display: block;
    padding: 24px 16px;
  }
}
.cid-v5UHBUHiUd .item .item-wrapper .item-content {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v5UHBUHiUd .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-v5UHBUHiUd .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-v5UHBUHiUd .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5UHBUHiUd .item .item-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v5UHBUHiUd .card-wrap .mbr-section-btn {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5UHBUHiUd .card-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v5UHBUHiUd .card-wrap .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-v5UHBUHiUd .card-wrap .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
.cid-v5UHBUHiUd .btn-wrapper {
  margin-top: -2%;
}
.cid-v5UHBUHiUd .mbr-text,
.cid-v5UHBUHiUd .text-wrapper {
  color: #0a0a0a;
  text-align: center;
}
.cid-v5UHBUHiUd .item-title {
  color: #0a0a0a;
}
.cid-v5UHBUHiUd .item-text {
  color: #0a0a0a;
}
.cid-v5UHBUHiUd .mbr-text,
.cid-v5UHBUHiUd text-wrapper {
  text-align: justify;
}
.cid-v5UHC3re6d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5UHC3re6d .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UHC3re6d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UHC3re6d .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5UHC3re6d .card {
    margin-bottom: 40px;
  }
}
.cid-v5UHC3re6d .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v5UHC3re6d .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5UHC3re6d .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5UHC3re6d .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5UHC3re6d .mbr-label {
  color: #be0000;
}
.cid-v5UHC3re6d .mbr-section-title {
  color: #000000;
}
.cid-v5UHC3re6d .mbr-text {
  color: #000000;
}
.cid-v65VKKpLTq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v65VKKpLTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v65VKKpLTq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v65VKKpLTq .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v65VKKpLTq .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v65VKKpLTq .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v65VKKpLTq .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v65VKKpLTq .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v65VKKpLTq .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v65VKKpLTq .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v65VKKpLTq .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v65VKKpLTq .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-v65VKKpLTq .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v65VKKpLTq .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v65VKKpLTq .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v65VKKpLTq .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-v65VKKpLTq .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v65VKKpLTq .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-v65VKKpLTq .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-v65VKKpLTq .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v65VKKpLTq .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v65VKKpLTq .mbr-label,
.cid-v65VKKpLTq .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v65VKKpLTq .mbr-section-title,
.cid-v65VKKpLTq .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v65VKKpLTq .mbr-text,
.cid-v65VKKpLTq .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v65VKKpLTq .panel-title-edit {
  color: #000000;
}
.cid-v65VKKpLTq .panel-text {
  color: #515151;
}
.cid-v5UHC4z2CG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v5UHC4z2CG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UHC4z2CG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UHC4z2CG .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5UHC4z2CG .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5UHC4z2CG .content-wrapper::before,
.cid-v5UHC4z2CG .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v5UHC4z2CG .content-wrapper::before {
  left: 0;
}
.cid-v5UHC4z2CG .content-wrapper::after {
  right: 0;
}
.cid-v5UHC4z2CG .content-wrap {
  width: -webkit-fill-available;
  align-items: center;
}
.cid-v5UHC4z2CG .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v5UHC4z2CG .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v5UHC4z2CG .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v5UHC4z2CG .google-map iframe {
    height: 300px;
  }
}
.cid-v5UHC5S9Uq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0a0a;
  overflow: hidden;
  position: relative;
}
.cid-v5UHC5S9Uq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UHC5S9Uq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UHC5S9Uq .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v5UHC5S9Uq .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-v5UHC5S9Uq .content-wrapper .border_1 {
  top: 0;
}
.cid-v5UHC5S9Uq .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5UHC5S9Uq .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5UHC5S9Uq .content-wrapper::before,
.cid-v5UHC5S9Uq .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-v5UHC5S9Uq .content-wrapper::before {
  left: 0;
}
.cid-v5UHC5S9Uq .content-wrapper::after {
  right: 0;
}
.cid-v5UHC5S9Uq .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v5UHC5S9Uq .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v5UHC5S9Uq .content-wrapper .content-wrap {
  width: -webkit-fill-available;
}
.cid-v5UHC5S9Uq .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v5UHC5S9Uq .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5UHC5S9Uq .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v5UHC5S9Uq .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v5UHC5S9Uq .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v5UHC5S9Uq .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v5UHC5S9Uq .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v5UHC5S9Uq .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v5UHC5S9Uq .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v5UHC5S9Uq .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v5UHC5S9Uq .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v5UHC5S9Uq .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v5UHC5S9Uq .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v5UHC5S9Uq .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5UHC5S9Uq .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v5UHC5S9Uq .mbr-section-title {
  color: #ffffff;
}
.cid-v5UHC5S9Uq .mbr-text {
  color: #ffffff;
}
.cid-v5UHC5S9Uq .mbr-list-title {
  color: #ffffff;
}
.cid-v5UHC5S9Uq .list {
  color: #ffffff;
}
.cid-v5UH2VxPBF .navbar-dropdown {
  position: relative !important;
}
.cid-v5UH2VxPBF .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-v5UH2VxPBF .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5UH2VxPBF .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v5UH2VxPBF .dropdown-item:hover,
.cid-v5UH2VxPBF .dropdown-item:focus {
  background: #ffffff !important;
  color: #0a0a0a !important;
}
.cid-v5UH2VxPBF .dropdown-item:hover span {
  color: white;
}
.cid-v5UH2VxPBF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5UH2VxPBF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5UH2VxPBF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5UH2VxPBF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v5UH2VxPBF .nav-link {
  position: relative;
}
.cid-v5UH2VxPBF .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v5UH2VxPBF .container {
    flex-wrap: nowrap;
  }
}
.cid-v5UH2VxPBF .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5UH2VxPBF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5UH2VxPBF .dropdown-menu,
.cid-v5UH2VxPBF .navbar.opened {
  background: #ffffff !important;
}
.cid-v5UH2VxPBF .nav-item:focus,
.cid-v5UH2VxPBF .nav-link:focus {
  outline: none;
}
.cid-v5UH2VxPBF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5UH2VxPBF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5UH2VxPBF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5UH2VxPBF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5UH2VxPBF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5UH2VxPBF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5UH2VxPBF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v5UH2VxPBF .navbar.opened {
  transition: all 0.3s;
}
.cid-v5UH2VxPBF .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5UH2VxPBF .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v5UH2VxPBF .navbar .navbar-logo img {
  width: auto;
}
.cid-v5UH2VxPBF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5UH2VxPBF .navbar.collapsed {
  justify-content: center;
}
.cid-v5UH2VxPBF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5UH2VxPBF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5UH2VxPBF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5UH2VxPBF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5UH2VxPBF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5UH2VxPBF .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-v5UH2VxPBF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5UH2VxPBF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5UH2VxPBF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5UH2VxPBF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5UH2VxPBF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5UH2VxPBF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5UH2VxPBF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5UH2VxPBF .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-v5UH2VxPBF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5UH2VxPBF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5UH2VxPBF .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v5UH2VxPBF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v5UH2VxPBF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5UH2VxPBF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5UH2VxPBF .navbar.navbar-short {
  min-height: 70px;
}
.cid-v5UH2VxPBF .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v5UH2VxPBF .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 !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5UH2VxPBF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5UH2VxPBF .navbar-brand .navbar-caption:hover,
.cid-v5UH2VxPBF .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v5UH2VxPBF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5UH2VxPBF .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5UH2VxPBF .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0a0a0a !important;
}
.cid-v5UH2VxPBF .dropdown-item.active,
.cid-v5UH2VxPBF .dropdown-item:active {
  background-color: transparent;
}
.cid-v5UH2VxPBF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5UH2VxPBF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5UH2VxPBF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5UH2VxPBF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5UH2VxPBF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5UH2VxPBF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5UH2VxPBF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5UH2VxPBF ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5UH2VxPBF ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v5UH2VxPBF .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v5UH2VxPBF .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v5UH2VxPBF .navbar-buttons {
    text-align: left;
  }
}
.cid-v5UH2VxPBF .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v5UH2VxPBF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5UH2VxPBF button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v5UH2VxPBF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v5UH2VxPBF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5UH2VxPBF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5UH2VxPBF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5UH2VxPBF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v5UH2VxPBF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5UH2VxPBF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5UH2VxPBF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5UH2VxPBF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5UH2VxPBF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5UH2VxPBF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5UH2VxPBF .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-v5UH2VxPBF .navbar {
    height: 70px;
  }
  .cid-v5UH2VxPBF .navbar.opened {
    height: auto;
  }
  .cid-v5UH2VxPBF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5UH2VxPBF .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5UH2VxPBF .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v5UH2VxPBF .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5UH2VxPBF .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v5UH2VxPBF .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v5UH2VxPBF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5UH2VxPBF .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5UH2VxPBF .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5UH2VxPBF .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5UH2VxPBF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5UH2VxPBF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5UH2VxPBF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5UH2VxPBF .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5UH2VxPBF .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5UH2VxPBF .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5UH2VxPBF .content-wrap {
  min-height: 70px;
}
.cid-v5UH2Wyq6H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v5UH2Wyq6H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UH2Wyq6H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UH2Wyq6H .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5UH2Wyq6H .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5UH2Wyq6H .content-wrapper::before,
.cid-v5UH2Wyq6H .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v5UH2Wyq6H .content-wrapper::before {
  left: 0;
}
.cid-v5UH2Wyq6H .content-wrapper::after {
  right: 0;
}
.cid-v5UH2Wyq6H .content-wrap {
  width: -webkit-fill-available;
  align-items: center;
}
.cid-v5UH2Wyq6H .mbr-section-title {
  margin-bottom: 32px;
  color: #0a0a0a;
}
.cid-v5UH2Wyq6H .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5UH2Wyq6H .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5UH2Wyq6H .mbr-section-btn {
  margin-top: 24px;
}
.cid-v5UH2Wyq6H .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-v5UH2Wyq6H .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v5UH2Wyq6H .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v5UH2Wyq6H .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 -28px 0 #ffffff;
  transform: none;
}
.cid-v5UH2Wyq6H .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v5UH2Wyq6H .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v5UH2Wyq6H .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v5UH2Wyq6H .image-wrapper .image-wrap img {
  height: 575px;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v5UH2Wyq6H .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v5UH2Wyq6H .mbr-text {
  color: #0a0a0a;
}
.cid-v65RVL8AMp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v65RVL8AMp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v65RVL8AMp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v65RVL8AMp .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #a6a6a6;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v65RVL8AMp .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-v65RVL8AMp .card {
  justify-content: center;
}
.cid-v65RVL8AMp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v65RVL8AMp .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v65RVL8AMp .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v65RVL8AMp .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #a6a6a6;
}
.cid-v65RVL8AMp .list-wrapper .list .item-wrap:hover,
.cid-v65RVL8AMp .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-v65RVL8AMp .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v65RVL8AMp .mbr-section-title {
  color: #000000;
}
.cid-v65RVL8AMp .list {
  color: #000000;
}
.cid-v5UH2XmVFP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5UH2XmVFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UH2XmVFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UH2XmVFP .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-v5UH2XmVFP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5UH2XmVFP .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v5UH2XmVFP .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5UH2XmVFP .mbr-label {
  color: #a8a8a8;
}
.cid-v5UH2XmVFP .mbr-text {
  color: #ffffff;
}
.cid-v5UH2XmVFP .mbr-text,
.cid-v5UH2XmVFP .mbr-section-btn {
  color: #000000;
}
.cid-v5UH2XOr4g {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cid-v5UH2XOr4g .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UH2XOr4g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UH2XOr4g .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5UH2XOr4g .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5UH2XOr4g .content-wrapper::before,
.cid-v5UH2XOr4g .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v5UH2XOr4g .content-wrapper::before {
  left: 0;
}
.cid-v5UH2XOr4g .content-wrapper::after {
  right: 0;
}
.cid-v5UH2XOr4g .content-wrap {
  width: -webkit-fill-available;
}
.cid-v5UH2XOr4g .card-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-v5UH2XOr4g .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v5UH2XOr4g .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5UH2XOr4g .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5UH2XOr4g .card-wrapper .card-wrap .person-wrapper {
  margin-top: 24px;
}
.cid-v5UH2XOr4g .card-wrapper .card-wrap .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v5UH2XOr4g .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap {
  margin-right: 16px;
}
.cid-v5UH2XOr4g .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap img {
  display: inline-flex;
  width: 45px;
  height: 55px;
  min-width: 45px;
  object-fit: cover;
}
.cid-v5UH2XOr4g .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-v5UH2XOr4g .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-v5UH2XOr4g .card-wrapper .mbr-section-btn {
  margin-top: 180px;
}
@media (max-width: 992px) {
  .cid-v5UH2XOr4g .card-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v5UH2XOr4g {
    display: block;
  }
}
.cid-v5UH2XOr4g .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
}
@media (max-width: 992px) {
  .cid-v5UH2XOr4g .image-wrapper {
    margin-top: 32px;
    width: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
}
.cid-v5UH2XOr4g .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v5UH2XOr4g .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  box-shadow: 0 -28px 0 #f8f8f8;
  transform: none;
}
.cid-v5UH2XOr4g .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v5UH2XOr4g .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v5UH2XOr4g .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v5UH2XOr4g .image-wrapper .image-wrap {
  height: 100%;
}
.cid-v5UH2XOr4g .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v5UH2XOr4g .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v5UH2XOr4g .mbr-section-title {
  color: #0a0a0a;
}
.cid-v5UH2XOr4g .mbr-text {
  color: #0a0a0a;
}
.cid-v5UH2XOr4g .item-name {
  color: #0a0a0a;
}
.cid-v5UH2XOr4g .item-role {
  color: #909090;
}
.cid-v5UH2YuXD9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5UH2YuXD9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UH2YuXD9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UH2YuXD9 .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5UH2YuXD9 .card {
    margin-bottom: 40px;
  }
}
.cid-v5UH2YuXD9 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v5UH2YuXD9 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5UH2YuXD9 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5UH2YuXD9 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5UH2YuXD9 .mbr-label {
  color: #be0000;
}
.cid-v5UH2YuXD9 .mbr-section-title {
  color: #000000;
}
.cid-v5UH2YuXD9 .mbr-text {
  color: #000000;
}
.cid-v5UH2YXnI7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v5UH2YXnI7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UH2YXnI7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UH2YXnI7 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5UH2YXnI7 .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5UH2YXnI7 .content-wrapper::before,
.cid-v5UH2YXnI7 .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v5UH2YXnI7 .content-wrapper::before {
  left: 0;
}
.cid-v5UH2YXnI7 .content-wrapper::after {
  right: 0;
}
.cid-v5UH2YXnI7 .content-wrap {
  width: -webkit-fill-available;
  margin: 0 -8px;
}
.cid-v5UH2YXnI7 .title-wrapper {
  margin-bottom: 40px;
}
.cid-v5UH2YXnI7 .mbr-label {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v5UH2YXnI7 .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-v5UH2YXnI7 .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
.cid-v5UH2YXnI7 .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v5UH2YXnI7 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v5UH2YXnI7 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f8f8f8;
}
.cid-v5UH2YXnI7 .item .item-wrapper .item-content {
  padding: 40px 20px;
}
@media (max-width: 992px) {
  .cid-v5UH2YXnI7 .item .item-wrapper .item-content {
    padding: 24px 16px;
  }
}
.cid-v5UH2YXnI7 .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-v5UH2YXnI7 .item .item-wrapper .item-content .item-price {
  margin-bottom: 24px;
}
.cid-v5UH2YXnI7 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v5UH2YXnI7 .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5UH2YXnI7 .item .item-wrapper .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v5UH2YXnI7 .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-v5UH2YXnI7 .item .item-wrapper .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
.cid-v5UH2YXnI7 .item .item-wrapper .list-wrapper {
  width: 100%;
  padding: 0 20px 40px 20px;
}
@media (max-width: 992px) {
  .cid-v5UH2YXnI7 .item .item-wrapper .list-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-v5UH2YXnI7 .item .item-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-v5UH2YXnI7 .item .item-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  padding-left: 16px;
}
.cid-v5UH2YXnI7 .item .item-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #0a0a0a;
}
.cid-v5UH2YXnI7 .item .item-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5UH2YXnI7 .item .item-wrapper .list_2 .list .item-wrap::before {
  background-color: #ff4306;
}
.cid-v5UH2YXnI7 .item-title {
  color: #0a0a0a;
  text-align: center;
}
.cid-v5UH2YXnI7 .item-price {
  color: #0a0a0a;
}
.cid-v5UH2YXnI7 .item-text {
  color: #0a0a0a;
}
.cid-v5UH2YXnI7 .list {
  color: #0a0a0a;
}
.cid-v5UH307WTm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5UH307WTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UH307WTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UH307WTm .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5UH307WTm .card {
    margin-bottom: 40px;
  }
}
.cid-v5UH307WTm .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v5UH307WTm .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5UH307WTm .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5UH307WTm .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5UH307WTm .mbr-label {
  color: #be0000;
}
.cid-v5UH307WTm .mbr-section-title {
  color: #000000;
}
.cid-v5UH307WTm .mbr-text {
  color: #000000;
}
.cid-v5UH31Z1mE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v5UH31Z1mE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UH31Z1mE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UH31Z1mE .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5UH31Z1mE .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5UH31Z1mE .content-wrapper::before,
.cid-v5UH31Z1mE .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v5UH31Z1mE .content-wrapper::before {
  left: 0;
}
.cid-v5UH31Z1mE .content-wrapper::after {
  right: 0;
}
.cid-v5UH31Z1mE .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  margin: 0 -4px;
}
.cid-v5UH31Z1mE .title-wrapper {
  margin-bottom: 40px;
  align-items: flex-end;
}
.cid-v5UH31Z1mE .title-wrapper .item {
  margin-bottom: 0;
}
.cid-v5UH31Z1mE .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v5UH31Z1mE .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v5UH31Z1mE .mbr-text {
  margin-bottom: 0;
  color: #0a0a0a;
}
.cid-v5UH31Z1mE .item {
  padding: 0 4px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v5UH31Z1mE .item {
    margin-bottom: 16px;
  }
  .cid-v5UH31Z1mE .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v5UH31Z1mE .item .item-wrapper {
  height: 100%;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v5UH31Z1mE .item .item-wrapper {
    padding: 24px 16px;
  }
}
.cid-v5UH31Z1mE .item .item-wrapper:hover .item-img img,
.cid-v5UH31Z1mE .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-v5UH31Z1mE .item .item-wrapper:hover .item-img img,
  .cid-v5UH31Z1mE .item .item-wrapper:focus .item-img img {
    transform: none;
  }
}
.cid-v5UH31Z1mE .item .item-wrapper .item-content .item-title_1,
.cid-v5UH31Z1mE .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 24px;
}
.cid-v5UH31Z1mE .item .item-wrapper .item-content .item-text_1,
.cid-v5UH31Z1mE .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 0;
}
.cid-v5UH31Z1mE .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5UH31Z1mE .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
    width: 100%;
  }
}
.cid-v5UH31Z1mE .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5UH31Z1mE .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
    width: 100%;
  }
}
.cid-v5UH31Z1mE .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 24px;
}
.cid-v5UH31Z1mE .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: -24px;
}
.cid-v5UH31Z1mE .item .item-wrapper .item-img img {
  height: 300px;
  width: 80%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-v5UH31Z1mE .item .item-wrapper .item-img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-v5UH31Z1mE .item .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-v5UH31Z1mE .item .card_1 {
  background-color: #4141b8;
}
.cid-v5UH31Z1mE .item .card_2 {
  background-color: #f8f8f8;
}
.cid-v5UH31Z1mE .item-title_1 {
  color: #ffffff;
}
.cid-v5UH31Z1mE .item-title_2 {
  color: #0a0a0a;
  text-align: center;
}
.cid-v5UH31Z1mE .item-text_1 {
  color: #ffffff;
}
.cid-v5UH31Z1mE .item-text_2 {
  color: #0a0a0a;
}
.cid-v5UH31Z1mE .item-title_1,
.cid-v5UH31Z1mE .mbr-section-btn {
  text-align: center;
}
.cid-v5UH3eZWBk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5UH3eZWBk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UH3eZWBk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UH3eZWBk .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5UH3eZWBk .card {
    margin-bottom: 40px;
  }
}
.cid-v5UH3eZWBk .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v5UH3eZWBk .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5UH3eZWBk .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5UH3eZWBk .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5UH3eZWBk .mbr-label {
  color: #be0000;
}
.cid-v5UH3eZWBk .mbr-section-title {
  color: #000000;
}
.cid-v5UH3eZWBk .mbr-text {
  color: #000000;
}
.cid-v5UH3gYXI6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v5UH3gYXI6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UH3gYXI6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UH3gYXI6 .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5UH3gYXI6 .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5UH3gYXI6 .content-wrapper::before,
.cid-v5UH3gYXI6 .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v5UH3gYXI6 .content-wrapper::before {
  left: 0;
}
.cid-v5UH3gYXI6 .content-wrapper::after {
  right: 0;
}
.cid-v5UH3gYXI6 .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v5UH3gYXI6 .title-wrapper {
  margin-bottom: 40px;
}
.cid-v5UH3gYXI6 .mbr-label {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-v5UH3gYXI6 .mbr-section-title {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-v5UH3gYXI6 .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5UH3gYXI6 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5UH3gYXI6 .panel-group .card {
  position: relative;
  padding: 16px;
  background-color: #f8f8f8;
  border: none;
  margin-top: 16px;
}
.cid-v5UH3gYXI6 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v5UH3gYXI6 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v5UH3gYXI6 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v5UH3gYXI6 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v5UH3gYXI6 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v5UH3gYXI6 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #0a0a0a;
}
.cid-v5UH3gYXI6 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-v5UH3gYXI6 .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-v5UH3gYXI6 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v5UH3gYXI6 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v5UH3gYXI6 .mbr-text {
  color: #0a0a0a;
}
.cid-v5UH3gYXI6 .panel-title-edit {
  color: #0a0a0a;
}
.cid-v5UH3gYXI6 .panel-text {
  color: #0a0a0a;
}
.cid-v5UH3kiwRg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v5UH3kiwRg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UH3kiwRg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UH3kiwRg .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5UH3kiwRg .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5UH3kiwRg .content-wrapper::before,
.cid-v5UH3kiwRg .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v5UH3kiwRg .content-wrapper::before {
  left: 0;
}
.cid-v5UH3kiwRg .content-wrapper::after {
  right: 0;
}
.cid-v5UH3kiwRg .content-wrap {
  width: -webkit-fill-available;
}
.cid-v5UH3kiwRg .title-wrapper {
  margin-bottom: 40px;
}
.cid-v5UH3kiwRg .mbr-label {
  margin-bottom: 24px;
  color: #0a0a0a;
  text-align: center;
}
.cid-v5UH3kiwRg .mbr-section-title {
  margin-bottom: 24px;
  color: #0a0a0a;
  text-align: center;
}
.cid-v5UH3kiwRg .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v5UH3kiwRg .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v5UH3kiwRg .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5UH3kiwRg .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v5UH3kiwRg .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v5UH3kiwRg .item .item-wrapper {
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-v5UH3kiwRg .item .item-wrapper {
    display: block;
    padding: 24px 16px;
  }
}
.cid-v5UH3kiwRg .item .item-wrapper .item-content {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v5UH3kiwRg .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-v5UH3kiwRg .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-v5UH3kiwRg .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5UH3kiwRg .item .item-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v5UH3kiwRg .card-wrap .mbr-section-btn {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5UH3kiwRg .card-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v5UH3kiwRg .card-wrap .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-v5UH3kiwRg .card-wrap .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
.cid-v5UH3kiwRg .btn-wrapper {
  margin-top: -2%;
}
.cid-v5UH3kiwRg .mbr-text,
.cid-v5UH3kiwRg .text-wrapper {
  color: #0a0a0a;
  text-align: center;
}
.cid-v5UH3kiwRg .item-title {
  color: #0a0a0a;
}
.cid-v5UH3kiwRg .item-text {
  color: #0a0a0a;
}
.cid-v5UH3kiwRg .mbr-text,
.cid-v5UH3kiwRg text-wrapper {
  text-align: justify;
}
.cid-v5UH3mNp6t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5UH3mNp6t .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UH3mNp6t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UH3mNp6t .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5UH3mNp6t .card {
    margin-bottom: 40px;
  }
}
.cid-v5UH3mNp6t .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v5UH3mNp6t .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5UH3mNp6t .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5UH3mNp6t .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5UH3mNp6t .mbr-label {
  color: #be0000;
}
.cid-v5UH3mNp6t .mbr-section-title {
  color: #000000;
}
.cid-v5UH3mNp6t .mbr-text {
  color: #000000;
}
.cid-v66bO2nS4Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0a0a;
  overflow: hidden;
}
.cid-v66bO2nS4Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v66bO2nS4Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v66bO2nS4Q .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v66bO2nS4Q .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v66bO2nS4Q .content-wrapper::before,
.cid-v66bO2nS4Q .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-v66bO2nS4Q .content-wrapper::before {
  left: 0;
}
.cid-v66bO2nS4Q .content-wrapper::after {
  right: 0;
}
.cid-v66bO2nS4Q .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v66bO2nS4Q .title-wrapper {
  margin-bottom: 40px;
}
.cid-v66bO2nS4Q .mbr-section-title {
  margin-bottom: 24px;
  color: #ffffff;
  text-align: center;
}
.cid-v66bO2nS4Q .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v66bO2nS4Q .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v66bO2nS4Q .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v66bO2nS4Q .mbr-text,
.cid-v66bO2nS4Q .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v65Vk6djqe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v65Vk6djqe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v65Vk6djqe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v65Vk6djqe .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v65Vk6djqe .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v65Vk6djqe .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v65Vk6djqe .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v65Vk6djqe .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v65Vk6djqe .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v65Vk6djqe .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v65Vk6djqe .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v65Vk6djqe .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-v65Vk6djqe .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v65Vk6djqe .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v65Vk6djqe .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v65Vk6djqe .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-v65Vk6djqe .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v65Vk6djqe .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-v65Vk6djqe .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-v65Vk6djqe .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v65Vk6djqe .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v65Vk6djqe .mbr-label,
.cid-v65Vk6djqe .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v65Vk6djqe .mbr-section-title,
.cid-v65Vk6djqe .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v65Vk6djqe .mbr-text,
.cid-v65Vk6djqe .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v65Vk6djqe .panel-title-edit {
  color: #000000;
}
.cid-v65Vk6djqe .panel-text {
  color: #515151;
}
.cid-v5UH3oVyBa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v5UH3oVyBa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UH3oVyBa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UH3oVyBa .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5UH3oVyBa .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5UH3oVyBa .content-wrapper::before,
.cid-v5UH3oVyBa .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v5UH3oVyBa .content-wrapper::before {
  left: 0;
}
.cid-v5UH3oVyBa .content-wrapper::after {
  right: 0;
}
.cid-v5UH3oVyBa .content-wrap {
  width: -webkit-fill-available;
  align-items: center;
}
.cid-v5UH3oVyBa .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v5UH3oVyBa .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v5UH3oVyBa .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v5UH3oVyBa .google-map iframe {
    height: 300px;
  }
}
.cid-v5UH3rfU5P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0a0a;
  overflow: hidden;
  position: relative;
}
.cid-v5UH3rfU5P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5UH3rfU5P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5UH3rfU5P .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v5UH3rfU5P .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-v5UH3rfU5P .content-wrapper .border_1 {
  top: 0;
}
.cid-v5UH3rfU5P .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5UH3rfU5P .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v5UH3rfU5P .content-wrapper::before,
.cid-v5UH3rfU5P .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-v5UH3rfU5P .content-wrapper::before {
  left: 0;
}
.cid-v5UH3rfU5P .content-wrapper::after {
  right: 0;
}
.cid-v5UH3rfU5P .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v5UH3rfU5P .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v5UH3rfU5P .content-wrapper .content-wrap {
  width: -webkit-fill-available;
}
.cid-v5UH3rfU5P .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v5UH3rfU5P .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5UH3rfU5P .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v5UH3rfU5P .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v5UH3rfU5P .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v5UH3rfU5P .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v5UH3rfU5P .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v5UH3rfU5P .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v5UH3rfU5P .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v5UH3rfU5P .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v5UH3rfU5P .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v5UH3rfU5P .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v5UH3rfU5P .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v5UH3rfU5P .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5UH3rfU5P .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v5UH3rfU5P .mbr-section-title {
  color: #ffffff;
}
.cid-v5UH3rfU5P .mbr-text {
  color: #ffffff;
}
.cid-v5UH3rfU5P .mbr-list-title {
  color: #ffffff;
}
.cid-v5UH3rfU5P .list {
  color: #ffffff;
}
