.btn {
  border-width: 4px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 5.6rem;
  line-height: .95;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.125rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
.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( .95 * (2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.65 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.65 * (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( .95 * (2.61rem + (5.6 - 2.61) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.65 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.65 * (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: #ff0000 !important;
}
.bg-success {
  background-color: #fe135a !important;
}
.bg-info {
  background-color: #f4f6fa !important;
}
.bg-warning {
  background-color: #9a5df5 !important;
}
.bg-danger {
  background-color: #fe135a !important;
}
.btn-primary {
  box-shadow: 0px 32px 32px -10px #ff4d4d !important;
}
.btn-primary .mbr-iconfont {
  color: #ff0000 !important;
}
.btn-primary .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff0000 !important;
  border-color: #ff0f0f !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #ff4d4d important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff0000 !important;
  border-color: #ff0f0f !important;
  box-shadow: 0px 32px 32px -10px #ff6666 important;
}
.btn-primary:hover .mbr-iconfont,
.btn-primary:focus .mbr-iconfont,
.btn-primary.focus .mbr-iconfont,
.btn-primary.active .mbr-iconfont {
  color: #ff0000 !important;
}
.btn-primary:hover .mbr-iconfont::after,
.btn-primary:focus .mbr-iconfont::after,
.btn-primary.focus .mbr-iconfont::after,
.btn-primary.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
}
.btn-secondary {
  box-shadow: 0px 32px 32px -10px #373737 !important;
}
.btn-secondary .mbr-iconfont {
  color: #111111 !important;
}
.btn-secondary .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #111111 !important;
  border-color: #191919 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #373737 important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #111111 !important;
  border-color: #191919 !important;
  box-shadow: 0px 32px 32px -10px #444444 important;
}
.btn-secondary:hover .mbr-iconfont,
.btn-secondary:focus .mbr-iconfont,
.btn-secondary.focus .mbr-iconfont,
.btn-secondary.active .mbr-iconfont {
  color: #111111 !important;
}
.btn-secondary:hover .mbr-iconfont::after,
.btn-secondary:focus .mbr-iconfont::after,
.btn-secondary.focus .mbr-iconfont::after,
.btn-secondary.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
}
.btn-info {
  box-shadow: 0px 32px 32px -10px #ffffff !important;
}
.btn-info .mbr-iconfont {
  color: #f4f6fa !important;
}
.btn-info .mbr-iconfont::after {
  background-color: #3b5281 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f4f6fa !important;
  border-color: #ffffff !important;
  color: #3b5281 !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #f4f6fa !important;
  border-color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-info:hover .mbr-iconfont,
.btn-info:focus .mbr-iconfont,
.btn-info.focus .mbr-iconfont,
.btn-info.active .mbr-iconfont {
  color: #f4f6fa !important;
}
.btn-info:hover .mbr-iconfont::after,
.btn-info:focus .mbr-iconfont::after,
.btn-info.focus .mbr-iconfont::after,
.btn-info.active .mbr-iconfont::after {
  background-color: #3b5281 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #3b5281 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  box-shadow: 0px 32px 32px -10px #fe5f8f !important;
}
.btn-success .mbr-iconfont {
  color: #fe135a !important;
}
.btn-success .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #fe135a !important;
  border-color: #fe2265 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #fe5f8f important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #fe135a !important;
  border-color: #fe2265 !important;
  box-shadow: 0px 32px 32px -10px #fe79a1 important;
}
.btn-success:hover .mbr-iconfont,
.btn-success:focus .mbr-iconfont,
.btn-success.focus .mbr-iconfont,
.btn-success.active .mbr-iconfont {
  color: #fe135a !important;
}
.btn-success:hover .mbr-iconfont::after,
.btn-success:focus .mbr-iconfont::after,
.btn-success.focus .mbr-iconfont::after,
.btn-success.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #fe467e !important;
  border-color: #fe467e !important;
}
.btn-warning {
  box-shadow: 0px 32px 32px -10px #c7a5f9 !important;
}
.btn-warning .mbr-iconfont {
  color: #9a5df5 !important;
}
.btn-warning .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9a5df5 !important;
  border-color: #a36bf6 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #c7a5f9 important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #9a5df5 !important;
  border-color: #a36bf6 !important;
  box-shadow: 0px 32px 32px -10px #d6bdfb important;
}
.btn-warning:hover .mbr-iconfont,
.btn-warning:focus .mbr-iconfont,
.btn-warning.focus .mbr-iconfont,
.btn-warning.active .mbr-iconfont {
  color: #9a5df5 !important;
}
.btn-warning:hover .mbr-iconfont::after,
.btn-warning:focus .mbr-iconfont::after,
.btn-warning.focus .mbr-iconfont::after,
.btn-warning.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b88df8 !important;
  border-color: #b88df8 !important;
}
.btn-danger {
  box-shadow: 0px 32px 32px -10px #fe5f8f !important;
}
.btn-danger .mbr-iconfont {
  color: #fe135a !important;
}
.btn-danger .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fe135a !important;
  border-color: #fe2265 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #fe5f8f important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fe135a !important;
  border-color: #fe2265 !important;
  box-shadow: 0px 32px 32px -10px #fe79a1 important;
}
.btn-danger:hover .mbr-iconfont,
.btn-danger:focus .mbr-iconfont,
.btn-danger.focus .mbr-iconfont,
.btn-danger.active .mbr-iconfont {
  color: #fe135a !important;
}
.btn-danger:hover .mbr-iconfont::after,
.btn-danger:focus .mbr-iconfont::after,
.btn-danger.focus .mbr-iconfont::after,
.btn-danger.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fe467e !important;
  border-color: #fe467e !important;
}
.btn-white {
  box-shadow: 0px 32px 32px -10px #ffffff !important;
}
.btn-white .mbr-iconfont {
  color: #ffffff !important;
}
.btn-white .mbr-iconfont::after {
  background-color: #666666 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-white:hover .mbr-iconfont,
.btn-white:focus .mbr-iconfont,
.btn-white.focus .mbr-iconfont,
.btn-white.active .mbr-iconfont {
  color: #ffffff !important;
}
.btn-white:hover .mbr-iconfont::after,
.btn-white:focus .mbr-iconfont::after,
.btn-white.focus .mbr-iconfont::after,
.btn-white.active .mbr-iconfont::after {
  background-color: #666666 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  box-shadow: 0px 32px 32px -10px #373737 !important;
}
.btn-black .mbr-iconfont {
  color: #111111 !important;
}
.btn-black .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #111111 !important;
  border-color: #191919 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #373737 important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #111111 !important;
  border-color: #191919 !important;
  box-shadow: 0px 32px 32px -10px #444444 important;
}
.btn-black:hover .mbr-iconfont,
.btn-black:focus .mbr-iconfont,
.btn-black.focus .mbr-iconfont,
.btn-black.active .mbr-iconfont {
  color: #111111 !important;
}
.btn-black:hover .mbr-iconfont::after,
.btn-black:focus .mbr-iconfont::after,
.btn-black.focus .mbr-iconfont::after,
.btn-black.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
}
.btn-primary-outline .mbr-iconfont {
  color: #ff0000 !important;
}
.btn-primary-outline .mbr-iconfont::after {
  border: 2px solid #ff0000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff0000;
  color: #ff0000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a80000 !important;
  background-color: transparent !important;
  border-color: #a80000 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  color: #a80000 !important;
}
.btn-primary-outline:hover .mbr-iconfont::after,
.btn-primary-outline:focus .mbr-iconfont::after,
.btn-primary-outline.focus .mbr-iconfont::after,
.btn-primary-outline.active .mbr-iconfont::after {
  border: 2px solid #a80000 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-secondary-outline .mbr-iconfont {
  color: #111111 !important;
}
.btn-secondary-outline .mbr-iconfont::after {
  border: 2px solid #111111 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #111111;
  color: #111111;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  color: #000000 !important;
}
.btn-secondary-outline:hover .mbr-iconfont::after,
.btn-secondary-outline:focus .mbr-iconfont::after,
.btn-secondary-outline.focus .mbr-iconfont::after,
.btn-secondary-outline.active .mbr-iconfont::after {
  border: 2px solid #000000 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #111111 !important;
  border-color: #111111 !important;
}
.btn-info-outline .mbr-iconfont {
  color: #f4f6fa !important;
}
.btn-info-outline .mbr-iconfont::after {
  border: 2px solid #f4f6fa !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f4f6fa;
  color: #f4f6fa;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b8c5df !important;
  background-color: transparent !important;
  border-color: #b8c5df !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  color: #b8c5df !important;
}
.btn-info-outline:hover .mbr-iconfont::after,
.btn-info-outline:focus .mbr-iconfont::after,
.btn-info-outline.focus .mbr-iconfont::after,
.btn-info-outline.active .mbr-iconfont::after {
  border: 2px solid #b8c5df !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #4b69a4 !important;
  background-color: #f4f6fa !important;
  border-color: #f4f6fa !important;
}
.btn-success-outline .mbr-iconfont {
  color: #fe135a !important;
}
.btn-success-outline .mbr-iconfont::after {
  border: 2px solid #fe135a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fe135a;
  color: #fe135a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ba0139 !important;
  background-color: transparent !important;
  border-color: #ba0139 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  color: #ba0139 !important;
}
.btn-success-outline:hover .mbr-iconfont::after,
.btn-success-outline:focus .mbr-iconfont::after,
.btn-success-outline.focus .mbr-iconfont::after,
.btn-success-outline.active .mbr-iconfont::after {
  border: 2px solid #ba0139 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #fe135a !important;
  border-color: #fe135a !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #9a5df5 !important;
}
.btn-warning-outline .mbr-iconfont::after {
  border: 2px solid #9a5df5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #9a5df5;
  color: #9a5df5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #680fed !important;
  background-color: transparent !important;
  border-color: #680fed !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  color: #680fed !important;
}
.btn-warning-outline:hover .mbr-iconfont::after,
.btn-warning-outline:focus .mbr-iconfont::after,
.btn-warning-outline.focus .mbr-iconfont::after,
.btn-warning-outline.active .mbr-iconfont::after {
  border: 2px solid #680fed !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9a5df5 !important;
  border-color: #9a5df5 !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #fe135a !important;
}
.btn-danger-outline .mbr-iconfont::after {
  border: 2px solid #fe135a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fe135a;
  color: #fe135a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ba0139 !important;
  background-color: transparent !important;
  border-color: #ba0139 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  color: #ba0139 !important;
}
.btn-danger-outline:hover .mbr-iconfont::after,
.btn-danger-outline:focus .mbr-iconfont::after,
.btn-danger-outline.focus .mbr-iconfont::after,
.btn-danger-outline.active .mbr-iconfont::after {
  border: 2px solid #ba0139 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fe135a !important;
  border-color: #fe135a !important;
}
.btn-black-outline .mbr-iconfont {
  color: #111111 !important;
}
.btn-black-outline .mbr-iconfont::after {
  border: 2px solid #111111 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #111111;
  color: #111111;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  color: #000000 !important;
}
.btn-black-outline:hover .mbr-iconfont::after,
.btn-black-outline:focus .mbr-iconfont::after,
.btn-black-outline.focus .mbr-iconfont::after,
.btn-black-outline.active .mbr-iconfont::after {
  border: 2px solid #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #111111 !important;
  border-color: #111111 !important;
}
.btn-white-outline .mbr-iconfont {
  color: #ffffff !important;
}
.btn-white-outline .mbr-iconfont::after {
  border: 2px solid #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  color: #d4d4d4 !important;
}
.btn-white-outline:hover .mbr-iconfont::after,
.btn-white-outline:focus .mbr-iconfont::after,
.btn-white-outline.focus .mbr-iconfont::after,
.btn-white-outline.active .mbr-iconfont::after {
  border: 2px solid #d4d4d4 !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #ff0000 !important;
}
.text-secondary {
  color: #111111 !important;
}
.text-success {
  color: #fe135a !important;
}
.text-info {
  color: #f4f6fa !important;
}
.text-warning {
  color: #9a5df5 !important;
}
.text-danger {
  color: #fe135a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #111111 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #990000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #aa0134 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #aebdda !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #610ede !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #aa0134 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !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: #ff0000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f4f6fa;
}
.alert-warning {
  background-color: #9a5df5;
}
.alert-danger {
  background-color: #fe135a;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff0000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcccc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffdee8;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffdee8;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 400;
  border-radius: 40px !important;
}
.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: #ff0000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff0000;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !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: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff0000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff0000;
}
.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: #ff0000;
  border-bottom-color: #ff0000;
}
.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: #ff0000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #111111 !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='%23ff0000' %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: 600;
  padding: 6px 26px;
  min-height: 64px;
}
.mbr-section-btn .btn span {
  font-weight: 600;
}
.mbr-section-btn .btn .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  transition: all .3s ease;
  margin: 0 -16px 0 32px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn .mbr-iconfont {
    margin: 0 -16px 0 24px;
  }
}
.mbr-section-btn .btn .mbr-iconfont::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: all .3s ease;
}
.mbr-section-btn .btn .mbr-iconfont::before {
  z-index: 1;
}
.mbr-section-btn .btn:hover .mbr-iconfont::after,
.mbr-section-btn .btn:focus .mbr-iconfont::after {
  transform: scale(1.2);
}
.mbr-section-btn .btn-white {
  color: #111111 !important;
}
.mbr-section-btn .btn-white .mbr-iconfont {
  color: #000000;
}
.mbr-section-btn .btn-white .mbr-iconfont::after {
  background-color: #ff0000 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus {
  color: #111111 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.little-radius {
  border-radius: 24px !important;
}
.nav-wrapper .list .item-wrap {
  border-radius: 8px;
}
.navbar .dropdown-item {
  border-radius: 8px !important;
}
.navbar-logo img {
  border-radius: 8px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v1Bt6CZihV .navbar-dropdown {
  position: relative !important;
}
.cid-v1Bt6CZihV .navbar-dropdown {
  position: absolute !important;
}
.cid-v1Bt6CZihV .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-v1Bt6CZihV .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1Bt6CZihV .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-v1Bt6CZihV .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v1Bt6CZihV .dropdown-item {
  border: none !important;
  background: #1e1e1e !important;
  font-weight: 600;
}
.cid-v1Bt6CZihV .dropdown-item:hover,
.cid-v1Bt6CZihV .dropdown-item:focus {
  background: #1e1e1e !important;
  color: #ff0000 !important;
}
.cid-v1Bt6CZihV .dropdown-item:hover span {
  color: white;
}
.cid-v1Bt6CZihV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1Bt6CZihV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1Bt6CZihV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1Bt6CZihV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1Bt6CZihV .nav-link {
  position: relative;
}
.cid-v1Bt6CZihV .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v1Bt6CZihV .container {
    flex-wrap: nowrap;
  }
}
.cid-v1Bt6CZihV .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-v1Bt6CZihV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1Bt6CZihV .dropdown-menu,
.cid-v1Bt6CZihV .navbar.opened {
  background: #1e1e1e !important;
}
.cid-v1Bt6CZihV .nav-item:focus,
.cid-v1Bt6CZihV .nav-link:focus {
  outline: none;
}
.cid-v1Bt6CZihV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1Bt6CZihV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1Bt6CZihV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1Bt6CZihV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1Bt6CZihV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1Bt6CZihV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1Bt6CZihV .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(30, 30, 30, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v1Bt6CZihV .navbar.opened {
  transition: all 0.3s;
}
.cid-v1Bt6CZihV .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v1Bt6CZihV .navbar .navbar-logo img {
  width: auto;
}
.cid-v1Bt6CZihV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1Bt6CZihV .navbar.collapsed {
  justify-content: center;
}
.cid-v1Bt6CZihV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1Bt6CZihV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1Bt6CZihV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-v1Bt6CZihV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1Bt6CZihV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1Bt6CZihV .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-v1Bt6CZihV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1Bt6CZihV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1Bt6CZihV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1Bt6CZihV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1Bt6CZihV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1Bt6CZihV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1Bt6CZihV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1Bt6CZihV .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-v1Bt6CZihV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1Bt6CZihV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1Bt6CZihV .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v1Bt6CZihV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1Bt6CZihV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1Bt6CZihV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1Bt6CZihV .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1Bt6CZihV .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1Bt6CZihV .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v1Bt6CZihV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-v1Bt6CZihV .navbar-brand .navbar-caption:hover,
.cid-v1Bt6CZihV .navbar-brand .navbar-caption:focus {
  color: #ff0000 !important;
}
.cid-v1Bt6CZihV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1Bt6CZihV .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1Bt6CZihV .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff0000 !important;
}
.cid-v1Bt6CZihV .dropdown-item.active,
.cid-v1Bt6CZihV .dropdown-item:active {
  background-color: transparent;
}
.cid-v1Bt6CZihV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1Bt6CZihV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1Bt6CZihV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1Bt6CZihV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e1e1e;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v1Bt6CZihV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1Bt6CZihV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1Bt6CZihV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1Bt6CZihV ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1Bt6CZihV ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1Bt6CZihV .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v1Bt6CZihV .navbar-buttons {
    text-align: left;
  }
}
.cid-v1Bt6CZihV .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-v1Bt6CZihV .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1Bt6CZihV button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #1e1e1e !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1Bt6CZihV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff0000;
}
.cid-v1Bt6CZihV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1Bt6CZihV button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1Bt6CZihV button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1Bt6CZihV button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1Bt6CZihV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1Bt6CZihV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1Bt6CZihV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1Bt6CZihV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1Bt6CZihV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1Bt6CZihV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1Bt6CZihV .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-v1Bt6CZihV .navbar {
    height: 70px;
  }
  .cid-v1Bt6CZihV .navbar.opened {
    height: auto;
  }
  .cid-v1Bt6CZihV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1Bt6CZihV .navbar-nav {
  margin: 0 auto;
}
.cid-v1Bt6CZihV .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1Bt6CZihV .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-v1Bt6CZihV .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1Bt6CZihV .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff0000 !important;
}
.cid-v1Bt6CZihV .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v1Bt6CZihV .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1Bt6CZihV .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1Bt6CZihV .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v1Bt6CZihV .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1Bt6CZihV .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1Bt6CZihV .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1Bt6CZihV .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1Bt6CZihV .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1Bt6CZihV .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v1Bt6CZihV .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v1Bt6CZihV .content-wrap {
  min-height: 110px;
}
.cid-v1Bt7kjOgP {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/header.webp");
}
.cid-v1Bt7kjOgP::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #000000 120%);
  pointer-events: none;
}
.cid-v1Bt7kjOgP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Bt7kjOgP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Bt7kjOgP .card {
  justify-content: flex-end;
}
.cid-v1Bt7kjOgP .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v1Bt7kjOgP .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v1Bt7kjOgP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1Bt7kjOgP .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-v1Bt7kjOgP .mbr-label {
  color: #ff0000;
}
.cid-v1Bt7kjOgP .mbr-section-title {
  color: #ffffff;
}
.cid-v1Bt7kjOgP .mbr-text {
  color: #ffffff;
}
.cid-v1Btd8dW65 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff0000;
  border-top: 8px solid #ff0000;
  border-bottom: 8px solid #ff0000;
}
@media (max-width: 992px) {
  .cid-v1Btd8dW65 {
    border-top: 4px solid #ff0000;
    border-bottom: 4px solid #ff0000;
  }
}
.cid-v1Btd8dW65 .item:focus,
.cid-v1Btd8dW65 span:focus {
  outline: none;
}
.cid-v1Btd8dW65 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v1Btd8dW65 .content-head {
  max-width: 800px;
}
.cid-v1Btd8dW65 .item {
  color: #ffffff;
  min-height: 90px;
  padding: 10px 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cid-v1Btd8dW65 .item {
    min-height: 45px;
  }
}
.cid-v1BtgFsDnF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v1BtgFsDnF {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 110%);
  }
}
.cid-v1BtgFsDnF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BtgFsDnF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1BtgFsDnF .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1BtgFsDnF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1BtgFsDnF .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v1BtgFsDnF .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1BtgFsDnF .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1BtgFsDnF .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1BtgFsDnF .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1BtgFsDnF .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1BtgFsDnF .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v1BtgFsDnF .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v1BtgFsDnF .image-wrapper {
    padding-left: 0;
  }
}
.cid-v1BtgFsDnF .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1BtgFsDnF .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v1BtgFsDnF .image-wrapper img {
    height: 350px;
  }
}
.cid-v1BtgFsDnF .mbr-label {
  color: #ff0000;
}
.cid-v1BtgFsDnF .mbr-section-title {
  color: #111111;
}
.cid-v1BtgFsDnF .mbr-section-subtitle {
  color: #ff0000;
}
.cid-v1BtgFsDnF .mbr-text,
.cid-v1BtgFsDnF .text-wrapper {
  color: #666666;
}
.cid-v1GKO8wDto {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v1GKO8wDto .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GKO8wDto .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GKO8wDto .items-wrapper {
  margin: 0 -32px;
}
.cid-v1GKO8wDto .items-wrapper .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v1GKO8wDto .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-v1GKO8wDto .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v1GKO8wDto .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1GKO8wDto .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1GKO8wDto .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  font-size: 28px;
  border: 4px solid;
}
.cid-v1GKO8wDto .items-wrapper .item .item-wrapper .icon_1 .mbr-iconfont {
  background-color: #ff0000;
  border-color: #ff0000;
  box-shadow: 0 18px 32px -8px #ff0000;
}
.cid-v1GKO8wDto .items-wrapper .item .item-wrapper .icon_2 .mbr-iconfont {
  background-color: #ff0000;
  border-color: #ff0000;
  box-shadow: 0 18px 32px -8px #ff0000;
}
.cid-v1GKO8wDto .items-wrapper .item .item-wrapper .icon_3 .mbr-iconfont {
  background-color: #ff0000;
  border-color: #ff0000;
  box-shadow: 0 18px 32px -8px #ff0000;
}
.cid-v1GKO8wDto .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 16px;
}
.cid-v1GKO8wDto .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
}
.cid-v1GKO8wDto .card-title {
  color: #111111;
}
.cid-v1GKO8wDto .card-text {
  color: #666666;
  text-align: center;
}
.cid-v1GKO8wDto .card-title,
.cid-v1GKO8wDto .iconfont-wrapper {
  text-align: center;
}
.cid-v1BzY86me4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v1BzY86me4 {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 110%);
  }
}
.cid-v1BzY86me4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BzY86me4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1BzY86me4 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1BzY86me4 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1BzY86me4 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v1BzY86me4 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1BzY86me4 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1BzY86me4 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1BzY86me4 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1BzY86me4 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1BzY86me4 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v1BzY86me4 .image-wrapper {
  padding-left: 68px;
  padding-left: 0;
  padding-right: 68px;
}
@media (max-width: 992px) {
  .cid-v1BzY86me4 .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1BzY86me4 .image-wrapper {
    padding-right: 0;
  }
}
.cid-v1BzY86me4 .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1BzY86me4 .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v1BzY86me4 .image-wrapper img {
    height: 350px;
  }
}
.cid-v1BzY86me4 .mbr-label {
  color: #ff0000;
}
.cid-v1BzY86me4 .mbr-section-title {
  color: #111111;
}
.cid-v1BzY86me4 .mbr-section-subtitle {
  color: #ff0000;
}
.cid-v1BzY86me4 .mbr-text,
.cid-v1BzY86me4 .text-wrapper {
  color: #666666;
}
.cid-v1GHXR5YUH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1GHXR5YUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GHXR5YUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GHXR5YUH .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1GHXR5YUH .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1GHXR5YUH .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1GHXR5YUH .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1GHXR5YUH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1GHXR5YUH .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1GHXR5YUH .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1GHXR5YUH .content-wrap {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v1GHXR5YUH .content-wrap {
    padding-left: 0;
  }
}
.cid-v1GHXR5YUH .mbr-label {
  color: #a6adbf;
}
.cid-v1GHXR5YUH .mbr-section-title {
  color: #111111;
}
.cid-v1GHXR5YUH .mbr-section-subtitle {
  color: #ff0000;
}
.cid-v1GHXR5YUH .mbr-text,
.cid-v1GHXR5YUH .text-wrapper {
  color: #666666;
}
.cid-v1GHsanyD2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1GHsanyD2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GHsanyD2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GHsanyD2 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1GHsanyD2 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1GHsanyD2 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1GHsanyD2 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1GHsanyD2 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1GHsanyD2 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1GHsanyD2 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1GHsanyD2 .content-wrap {
  padding-left: 68px;
  padding-left: 0;
  padding-right: 68px;
}
@media (max-width: 992px) {
  .cid-v1GHsanyD2 .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1GHsanyD2 .content-wrap {
    padding-right: 0;
  }
}
.cid-v1GHsanyD2 .mbr-label {
  color: #a6adbf;
}
.cid-v1GHsanyD2 .mbr-section-title {
  color: #111111;
}
.cid-v1GHsanyD2 .mbr-section-subtitle {
  color: #ff0000;
}
.cid-v1GHsanyD2 .mbr-text,
.cid-v1GHsanyD2 .text-wrapper {
  color: #666666;
}
.cid-v1Bzuv6GCq {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1Bzuv6GCq img,
.cid-v1Bzuv6GCq .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v1Bzuv6GCq .item:focus,
.cid-v1Bzuv6GCq span:focus {
  outline: none;
}
.cid-v1Bzuv6GCq .item-wrapper {
  position: relative;
}
.cid-v1Bzuv6GCq .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v1Bzuv6GCq .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1Bzuv6GCq .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-v1Bzuv6GCq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1Bzuv6GCq .mbr-section-title {
  color: #111111;
}
.cid-v1Bzuv6GCq .mbr-text,
.cid-v1Bzuv6GCq .mbr-section-btn {
  text-align: center;
}
.cid-v1Bzuv6GCq .item-title {
  text-align: center;
}
.cid-v1Bzuv6GCq .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-v1Bzuv6GCq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-v1Bzuv6GCq .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v1Bzuv6GCq .embla__button--next,
.cid-v1Bzuv6GCq .embla__button--prev {
  display: flex;
}
.cid-v1Bzuv6GCq .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v1Bzuv6GCq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v1Bzuv6GCq .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v1Bzuv6GCq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1Bzuv6GCq .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1Bzuv6GCq .embla__button {
    top: auto;
  }
}
.cid-v1Bzuv6GCq .embla {
  position: relative;
  width: 100%;
}
.cid-v1Bzuv6GCq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v1Bzuv6GCq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1Bzuv6GCq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1Bzuv6GCq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1Bzuv6GCq .mbr-section-subtitle {
  color: #ff0000;
}
.cid-v1Btlog7d0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v1Btlog7d0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Btlog7d0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Btlog7d0 .content-wrapper {
  padding-top: 80px;
}
@media (max-width: 992px) {
  .cid-v1Btlog7d0 .content-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
  }
}
.cid-v1Btlog7d0 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1Btlog7d0 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1Btlog7d0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1Btlog7d0 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1Btlog7d0 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1Btlog7d0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 50%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v1Btlog7d0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v1Btlog7d0 .embla__slide .slide-content {
  width: 100%;
}
.cid-v1Btlog7d0 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-v1Btlog7d0 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 690px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-v1Btlog7d0 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-v1Btlog7d0 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v1Btlog7d0 .embla__button--next,
.cid-v1Btlog7d0 .embla__button--prev {
  display: flex;
}
.cid-v1Btlog7d0 .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v1Btlog7d0 .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-v1Btlog7d0 .embla__button:hover::before {
  opacity: .5;
}
.cid-v1Btlog7d0 .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-v1Btlog7d0 .embla__button:disabled::before {
  opacity: .2;
}
.cid-v1Btlog7d0 .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-v1Btlog7d0 .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-v1Btlog7d0 .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-v1Btlog7d0 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-v1Btlog7d0 .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-v1Btlog7d0 .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-v1Btlog7d0 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-v1Btlog7d0 .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-left: 52px;
  margin-left: 0;
  margin-right: 52px;
}
@media (max-width: 1440px) {
  .cid-v1Btlog7d0 .embla {
    margin-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-v1Btlog7d0 .embla {
    margin-right: 0;
  }
}
.cid-v1Btlog7d0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v1Btlog7d0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1Btlog7d0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1Btlog7d0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1Btlog7d0 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1Btlog7d0 .mbr-section-title {
  color: #111111;
}
.cid-v1Btlog7d0 .mbr-section-subtitle {
  color: #ff0000;
}
.cid-v1Btlog7d0 .mbr-text,
.cid-v1Btlog7d0 .text-wrapper {
  color: #666666;
}
.cid-v1BEQiYyAs {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-v1BEQiYyAs .mbr-section-head {
  padding: 0 1rem;
}
.cid-v1BEQiYyAs img,
.cid-v1BEQiYyAs .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v1BEQiYyAs .item:focus,
.cid-v1BEQiYyAs span:focus {
  outline: none;
}
.cid-v1BEQiYyAs .item-wrapper {
  position: relative;
}
.cid-v1BEQiYyAs .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v1BEQiYyAs .slide-content:hover .item-content {
  background: #ff0000;
}
.cid-v1BEQiYyAs .slide-content:hover .mbr-text {
  color: #ffffff;
}
.cid-v1BEQiYyAs .slide-content:hover .item-content span {
  color: #ffffff;
}
.cid-v1BEQiYyAs .item-content {
  background: #ffffff;
  padding: 50px 40px 58px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-v1BEQiYyAs .item-content {
    padding: 35px 25px;
  }
}
@media (max-width: 425px) {
  .cid-v1BEQiYyAs .item-content {
    padding: 30px 25px 32px;
  }
}
.cid-v1BEQiYyAs .item-content span {
  font-size: 35px;
  margin: 0 auto;
  color: #ff0000;
  transition: all .4s ease;
}
.cid-v1BEQiYyAs .item-content .mbr-text {
  margin: 18px 0 0 0;
}
.cid-v1BEQiYyAs .item-person {
  margin-top: 40px;
}
.cid-v1BEQiYyAs .item-person img {
  height: 78px;
  width: 78px;
  object-fit: cover;
  margin: 0 auto 28px;
  border-radius: 50%;
}
.cid-v1BEQiYyAs .item-person .item-title {
  margin: 0;
}
.cid-v1BEQiYyAs .item-person .item-subtitle {
  margin: 6px 0 0 0;
}
.cid-v1BEQiYyAs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-v1BEQiYyAs .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v1BEQiYyAs .embla__button--next,
.cid-v1BEQiYyAs .embla__button--prev {
  display: flex;
}
.cid-v1BEQiYyAs .embla__button {
  bottom: -10%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ff0000;
  border: 2px solid #ff0000;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v1BEQiYyAs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v1BEQiYyAs .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-v1BEQiYyAs .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1BEQiYyAs .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1BEQiYyAs .embla__button {
    top: auto;
  }
}
.cid-v1BEQiYyAs .embla {
  position: relative;
  width: 100%;
}
.cid-v1BEQiYyAs .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v1BEQiYyAs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1BEQiYyAs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1BEQiYyAs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1BEQiYyAs .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: center;
}
.cid-v1BEQiYyAs .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-v1BEQiYyAs .mbr-text {
  color: #20232a;
  text-align: center;
}
.cid-v1BEQiYyAs .item-title {
  color: #20232a;
  text-align: center;
}
.cid-v1BEQiYyAs .item-subtitle {
  color: #adaeb1;
  text-align: center;
}
.cid-v1BEQiYyAs .mbr-section-title,
.cid-v1BEQiYyAs .mbr-section-btn {
  color: #111111;
}
.cid-v1F1qrhsWM {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v1F1qrhsWM .mbr-section-subtitle {
  color: #ff0000;
  text-align: center;
  font-weight: 300;
}
.cid-v1F1qrhsWM .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #f4f6fa;
  margin-right: 2rem;
  border-radius: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-v1F1qrhsWM .timeline-text-content p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-v1F1qrhsWM .timeline-text-content {
    padding: 1.5rem 0.5rem;
  }
}
.cid-v1F1qrhsWM .mbr-timeline-title,
.cid-v1F1qrhsWM .mbr-timeline-text {
  color: #ffffff;
}
.cid-v1F1qrhsWM .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cid-v1F1qrhsWM .timeline-element:hover .timeline-text-content {
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.cid-v1F1qrhsWM .timeline-element:hover .timeline-text-content h4,
.cid-v1F1qrhsWM .timeline-element:hover .timeline-text-content p {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #454545 !important;
}
.cid-v1F1qrhsWM .timeline-element:hover .iconsBackground span {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #454545 !important;
}
.cid-v1F1qrhsWM .timeline-element:hover:before {
  -webkit-transition: background-color 1s !important;
  transition: background-color 1s !important;
  background-color: #454545 !important;
}
.cid-v1F1qrhsWM .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-v1F1qrhsWM .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-v1F1qrhsWM .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #f4f6fa;
  top: 20px;
  margin-left: -30px;
}
.cid-v1F1qrhsWM .iconsBackground span {
  color: #ffffff;
}
.cid-v1F1qrhsWM .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-v1F1qrhsWM .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f4f6fa;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
.cid-v1F1qrhsWM .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .cid-v1F1qrhsWM .iconsBackground {
    left: 1.5rem;
  }
  .cid-v1F1qrhsWM .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-v1F1qrhsWM .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-v1F1qrhsWM .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-v1F1qrhsWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1F1qrhsWM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1F1qrhsWM .mbr-timeline-title {
  color: #2b2a2a;
}
.cid-v1F1qrhsWM .mbr-timeline-text {
  color: #111111;
}
.cid-v1BBGEB54z {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1BBGEB54z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BBGEB54z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1BBGEB54z .card {
  justify-content: center;
}
.cid-v1BBGEB54z .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-v1BBGEB54z .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-v1BBGEB54z .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v1BBGEB54z .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-v1BBGEB54z .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1BBGEB54z .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1BBGEB54z .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-v1BBGEB54z .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v1BBGEB54z .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-v1BBGEB54z .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-v1BBGEB54z .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-v1BBGEB54z .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v1BBGEB54z .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-v1BBGEB54z .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-v1BBGEB54z .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v1BBGEB54z .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-v1BBGEB54z .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-v1BBGEB54z .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-v1BBGEB54z .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-v1BBGEB54z .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1BBGEB54z .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-v1BBGEB54z .image-wrapper img {
    height: 350px;
  }
}
.cid-v1BBGEB54z .mbr-label {
  color: #ff0000;
}
.cid-v1BBGEB54z .mbr-section-title {
  color: #111111;
}
.cid-v1BBGEB54z .mbr-section-subtitle {
  color: #ff0000;
}
.cid-v1Btq4LG8I {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #ffffff -70%, #ffffff 100%);
}
.cid-v1Btq4LG8I .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Btq4LG8I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Btq4LG8I .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v1Btq4LG8I .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1Btq4LG8I .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v1Btq4LG8I .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v1Btq4LG8I .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1Btq4LG8I .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1Btq4LG8I .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1Btq4LG8I .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v1Btq4LG8I .google-map iframe {
  height: 600px;
  filter: hue-rotate(45deg);
}
@media (max-width: 992px) {
  .cid-v1Btq4LG8I .google-map iframe {
    height: 350px;
  }
}
.cid-v1Btq4LG8I .mbr-label {
  color: #ff0000;
  text-align: center;
}
.cid-v1Btq4LG8I .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-v1Btq4LG8I .mbr-section-subtitle {
  color: #ff0000;
  text-align: center;
}
.cid-v1Btq4LG8I .mbr-text,
.cid-v1Btq4LG8I .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-v1BtHlpZyc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #1e1e1e;
}
.cid-v1BtHlpZyc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BtHlpZyc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1BtHlpZyc .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v1BtHlpZyc .container-fluid {
    padding: 0 20px;
  }
}
.cid-v1BtHlpZyc .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v1BtHlpZyc .container {
    padding: 0 20px;
  }
}
.cid-v1BtHlpZyc .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-v1BtHlpZyc .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1BtHlpZyc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1BtHlpZyc .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v1BtHlpZyc .list {
    margin-bottom: 30px;
  }
}
.cid-v1BtHlpZyc .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-v1BtHlpZyc .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-v1BtHlpZyc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-v1BtHlpZyc .list .item-wrap:hover::before,
.cid-v1BtHlpZyc .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v1BtHlpZyc .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-v1BtHlpZyc .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-v1BtHlpZyc .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1BtHlpZyc .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-v1BtHlpZyc .social-wrapper .soc-item a {
  display: block;
}
.cid-v1BtHlpZyc .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-v1BtHlpZyc .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #ff0000;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-v1BtHlpZyc .copyright {
  padding: 30px 0;
  border-top: 1px solid #666666;
  margin: 0;
  color: #666666;
}
.cid-v1BtHlpZyc .mbr-section-title {
  color: #ffffff;
}
