.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'bakso-tahu';
  font-size: 6.1rem;
  line-height: .95;
}
.display-1 > .mbr-iconfont {
  font-size: 7.625rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.65;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.27rem;
    font-size: calc( 2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( .95 * (2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.65 * (1.175rem + (1.5 - 1.175) * ((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.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.65 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.27rem;
    font-size: calc( 2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( .95 * (2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.65 * (1.175rem + (1.5 - 1.175) * ((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.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.65 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #e1e7f2 !important;
}
.bg-success {
  background-color: #ef0a08 !important;
}
.bg-info {
  background-color: #f4f6fa !important;
}
.bg-warning {
  background-color: #dc7f4f !important;
}
.bg-danger {
  background-color: #ef0a08 !important;
}
.btn-primary {
  box-shadow: 0px 32px 32px -10px #ffffff !important;
}
.btn-primary .mbr-iconfont {
  color: #e1e7f2 !important;
}
.btn-primary .mbr-iconfont::after {
  background-color: #314770 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e1e7f2 !important;
  border-color: #ecf0f7 !important;
  color: #314770 !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #e1e7f2 !important;
  border-color: #ecf0f7 !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-primary:hover .mbr-iconfont,
.btn-primary:focus .mbr-iconfont,
.btn-primary.focus .mbr-iconfont,
.btn-primary.active .mbr-iconfont {
  color: #e1e7f2 !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: #314770 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #314770 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary {
  box-shadow: 0px 32px 32px -10px #a8afc1 !important;
}
.btn-secondary .mbr-iconfont {
  color: #7b86a1 !important;
}
.btn-secondary .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7b86a1 !important;
  border-color: #848ea7 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #a8afc1 important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #7b86a1 !important;
  border-color: #848ea7 !important;
  box-shadow: 0px 32px 32px -10px #b7bdcb important;
}
.btn-secondary:hover .mbr-iconfont,
.btn-secondary:focus .mbr-iconfont,
.btn-secondary.focus .mbr-iconfont,
.btn-secondary.active .mbr-iconfont {
  color: #7b86a1 !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: #99a1b6 !important;
  border-color: #99a1b6 !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 #f94c4b !important;
}
.btn-success .mbr-iconfont {
  color: #ef0a08 !important;
}
.btn-success .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ef0a08 !important;
  border-color: #f7110f !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #f94c4b important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ef0a08 !important;
  border-color: #f7110f !important;
  box-shadow: 0px 32px 32px -10px #fa6563 important;
}
.btn-success:hover .mbr-iconfont,
.btn-success:focus .mbr-iconfont,
.btn-success.focus .mbr-iconfont,
.btn-success.active .mbr-iconfont {
  color: #ef0a08 !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: #f83432 !important;
  border-color: #f83432 !important;
}
.btn-warning {
  box-shadow: 0px 32px 32px -10px #e9ad8f !important;
}
.btn-warning .mbr-iconfont {
  color: #dc7f4f !important;
}
.btn-warning .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dc7f4f !important;
  border-color: #df885c !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #e9ad8f important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #dc7f4f !important;
  border-color: #df885c !important;
  box-shadow: 0px 32px 32px -10px #edbda4 important;
}
.btn-warning:hover .mbr-iconfont,
.btn-warning:focus .mbr-iconfont,
.btn-warning.focus .mbr-iconfont,
.btn-warning.active .mbr-iconfont {
  color: #dc7f4f !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: #e49e7a !important;
  border-color: #e49e7a !important;
}
.btn-danger {
  box-shadow: 0px 32px 32px -10px #f94c4b !important;
}
.btn-danger .mbr-iconfont {
  color: #ef0a08 !important;
}
.btn-danger .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ef0a08 !important;
  border-color: #f7110f !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #f94c4b important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ef0a08 !important;
  border-color: #f7110f !important;
  box-shadow: 0px 32px 32px -10px #fa6563 important;
}
.btn-danger:hover .mbr-iconfont,
.btn-danger:focus .mbr-iconfont,
.btn-danger.focus .mbr-iconfont,
.btn-danger.active .mbr-iconfont {
  color: #ef0a08 !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: #f83432 !important;
  border-color: #f83432 !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: #e1e7f2 !important;
}
.btn-primary-outline .mbr-iconfont::after {
  border: 2px solid #e1e7f2 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e1e7f2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a5b7d8 !important;
  background-color: transparent !important;
  border-color: transparent !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: #a5b7d8 !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 #a5b7d8 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #405e94 !important;
  background-color: #e1e7f2 !important;
  border-color: #e1e7f2 !important;
}
.btn-secondary-outline .mbr-iconfont {
  color: #7b86a1 !important;
}
.btn-secondary-outline .mbr-iconfont::after {
  border: 2px solid #7b86a1 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7b86a1;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #525c73 !important;
  background-color: transparent !important;
  border-color: transparent !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: #525c73 !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 #525c73 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7b86a1 !important;
  border-color: #7b86a1 !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: transparent;
  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: transparent !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: #ef0a08 !important;
}
.btn-success-outline .mbr-iconfont::after {
  border: 2px solid #ef0a08 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ef0a08;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #9b0605 !important;
  background-color: transparent !important;
  border-color: transparent !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: #9b0605 !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 #9b0605 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ef0a08 !important;
  border-color: #ef0a08 !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #dc7f4f !important;
}
.btn-warning-outline .mbr-iconfont::after {
  border: 2px solid #dc7f4f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dc7f4f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b15423 !important;
  background-color: transparent !important;
  border-color: transparent !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: #b15423 !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 #b15423 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #dc7f4f !important;
  border-color: #dc7f4f !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #ef0a08 !important;
}
.btn-danger-outline .mbr-iconfont::after {
  border: 2px solid #ef0a08 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ef0a08;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #9b0605 !important;
  background-color: transparent !important;
  border-color: transparent !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: #9b0605 !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 #9b0605 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ef0a08 !important;
  border-color: #ef0a08 !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: transparent;
  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: transparent !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: transparent;
  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: transparent !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: #e1e7f2 !important;
}
.text-secondary {
  color: #7b86a1 !important;
}
.text-success {
  color: #ef0a08 !important;
}
.text-info {
  color: #f4f6fa !important;
}
.text-warning {
  color: #dc7f4f !important;
}
.text-danger {
  color: #ef0a08 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #111111 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9aaed3 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4c556a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #8c0605 !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: #a44d21 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #8c0605 !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: #e1e7f2;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f4f6fa;
}
.alert-warning {
  background-color: #dc7f4f;
}
.alert-danger {
  background-color: #ef0a08;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e1e7f2;
  border-color: #e1e7f2;
  color: #4869a6;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e1e7f2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fdc6c6;
}
.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: #fefbf9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdc6c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.65;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e1e7f2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.65;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #e1e7f2;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e1e7f2;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e1e7f2;
}
.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: #e1e7f2;
  border-bottom-color: #e1e7f2;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #e1e7f2 !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: #7b86a1 !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='%23e1e7f2' %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;
  border-radius: 0 !important;
  min-height: 84px;
}
.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 .mbr-iconfont {
  width: 48px;
  height: 48px;
}
.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: #314770;
}
.mbr-section-btn .btn-white .mbr-iconfont::after {
  background-color: #e1e7f2 !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: 0 !important;
}
.little-radius {
  border-radius: 24px !important;
  border-radius: 0 !important;
}
.nav-wrapper .list .item-wrap {
  border-radius: 8px;
  border-radius: 0 !important;
}
.navbar .dropdown-item {
  border-radius: 8px !important;
  border-radius: 0 !important;
}
.navbar-logo img {
  border-radius: 8px !important;
  border-radius: 0 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uVamD1HcRY {
  z-index: 1000;
  width: 100%;
}
.cid-uVamD1HcRY nav.navbar {
  position: fixed;
}
.cid-uVamD1HcRY .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uVamD1HcRY .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uVamD1HcRY .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-uVamD1HcRY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uVamD1HcRY .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uVamD1HcRY .dropdown-item:hover,
.cid-uVamD1HcRY .dropdown-item:focus {
  background: #111111 !important;
  color: #ef0a08 !important;
}
.cid-uVamD1HcRY .dropdown-item:hover span {
  color: white;
}
.cid-uVamD1HcRY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVamD1HcRY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVamD1HcRY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVamD1HcRY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVamD1HcRY .nav-link {
  position: relative;
}
.cid-uVamD1HcRY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uVamD1HcRY .container {
    flex-wrap: nowrap;
  }
}
.cid-uVamD1HcRY .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uVamD1HcRY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVamD1HcRY .dropdown-menu,
.cid-uVamD1HcRY .navbar.opened {
  background: #111111 !important;
}
.cid-uVamD1HcRY .nav-item:focus,
.cid-uVamD1HcRY .nav-link:focus {
  outline: none;
}
.cid-uVamD1HcRY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVamD1HcRY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uVamD1HcRY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVamD1HcRY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVamD1HcRY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVamD1HcRY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVamD1HcRY .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 17, 17, 0.3);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uVamD1HcRY .navbar.opened {
  transition: all 0.3s;
}
.cid-uVamD1HcRY .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uVamD1HcRY .navbar .navbar-logo img {
  width: auto;
}
.cid-uVamD1HcRY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVamD1HcRY .navbar.collapsed {
  justify-content: center;
}
.cid-uVamD1HcRY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVamD1HcRY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVamD1HcRY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVamD1HcRY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVamD1HcRY .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-uVamD1HcRY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVamD1HcRY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVamD1HcRY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVamD1HcRY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVamD1HcRY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVamD1HcRY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVamD1HcRY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVamD1HcRY .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-uVamD1HcRY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVamD1HcRY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVamD1HcRY .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uVamD1HcRY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uVamD1HcRY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVamD1HcRY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVamD1HcRY .navbar.navbar-short {
  min-height: 96px;
}
.cid-uVamD1HcRY .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uVamD1HcRY .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-uVamD1HcRY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uVamD1HcRY .navbar-brand .navbar-caption:hover,
.cid-uVamD1HcRY .navbar-brand .navbar-caption:focus {
  color: #ef0a08 !important;
}
.cid-uVamD1HcRY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVamD1HcRY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uVamD1HcRY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ef0a08 !important;
}
.cid-uVamD1HcRY .dropdown-item.active,
.cid-uVamD1HcRY .dropdown-item:active {
  background-color: transparent;
}
.cid-uVamD1HcRY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVamD1HcRY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVamD1HcRY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVamD1HcRY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uVamD1HcRY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uVamD1HcRY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uVamD1HcRY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVamD1HcRY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uVamD1HcRY ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uVamD1HcRY .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uVamD1HcRY .navbar-buttons {
    text-align: left;
  }
}
.cid-uVamD1HcRY .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uVamD1HcRY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uVamD1HcRY 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: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVamD1HcRY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ef0a08;
}
.cid-uVamD1HcRY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uVamD1HcRY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVamD1HcRY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVamD1HcRY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uVamD1HcRY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVamD1HcRY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVamD1HcRY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVamD1HcRY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVamD1HcRY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVamD1HcRY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVamD1HcRY .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-uVamD1HcRY .navbar {
    height: 70px;
  }
  .cid-uVamD1HcRY .navbar.opened {
    height: auto;
  }
  .cid-uVamD1HcRY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVamD1HcRY .navbar-nav {
  margin: 0 auto;
}
.cid-uVamD1HcRY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uVamD1HcRY .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-uVamD1HcRY .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uVamD1HcRY .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ef0a08 !important;
}
.cid-uVamD1HcRY .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uVamD1HcRY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uVamD1HcRY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uVamD1HcRY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uVamD1HcRY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uVamD1HcRY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uVamD1HcRY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uVamD1HcRY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uVamD1HcRY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uVamD1HcRY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uVamD1HcRY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uVamD1HcRY .content-wrap {
  min-height: 110px;
}
.cid-uVamDiweYr {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/dansecorpsetames-1920x1280.jpg");
}
.cid-uVamDiweYr::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  pointer-events: none;
}
.cid-uVamDiweYr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVamDiweYr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVamDiweYr .art {
  width: 12%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 410px;
}
@media (max-width: 992px) {
  .cid-uVamDiweYr .art {
    width: 35%;
    margin-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .cid-uVamDiweYr .art {
    width: 45%;
    margin-top: 45px;
    margin-bottom: 50px;
  }
}
.cid-uVamDiweYr .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uVamDiweYr .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVamDiweYr .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVamDiweYr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVamDiweYr .text-wrapper {
  padding-left: 260px;
  padding-left: 0;
  padding-right: 260px;
}
@media (max-width: 1440px) {
  .cid-uVamDiweYr .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uVamDiweYr .text-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uVamDiweYr .text-wrapper {
    padding-left: 0;
    padding-right: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uVamDiweYr .text-wrapper {
    padding-right: 0;
  }
}
.cid-uVamDiweYr .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVamDiweYr .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uVamDiweYr .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uVamDiweYr .mbr-label {
  color: #ffffff;
}
.cid-uVamDiweYr .mbr-section-title {
  color: #ffffff;
}
.cid-uVamDiweYr .mbr-text {
  color: #ffffff;
}
.cid-uVamDiweYr .mbr-text,
.cid-uVamDiweYr .mbr-section-btn {
  text-align: center;
}
.cid-uWIlkNbpYv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #111111;
  overflow: hidden;
}
.cid-uWIlkNbpYv::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #121212 50%);
  z-index: 1;
}
.cid-uWIlkNbpYv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWIlkNbpYv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWIlkNbpYv .container {
    padding: 0 22px;
  }
}
.cid-uWIlkNbpYv .row {
  position: relative;
  z-index: 1;
}
.cid-uWIlkNbpYv .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uWIlkNbpYv .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uWIlkNbpYv .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
@media (max-width: 992px) {
  .cid-uWIlkNbpYv .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWIlkNbpYv .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uWIlkNbpYv .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWIlkNbpYv .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWIlkNbpYv .nav-wrapper {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-uWIlkNbpYv .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWIlkNbpYv .nav-wrapper .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uWIlkNbpYv .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uWIlkNbpYv .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uWIlkNbpYv .nav-wrapper .list .item-wrap:hover,
.cid-uWIlkNbpYv .nav-wrapper .list .item-wrap:hover {
  color: #f20d25;
}
.cid-uWIlkNbpYv .nav-wrapper .list .item-wrap:hover::before,
.cid-uWIlkNbpYv .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uWIlkNbpYv .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #f20d25;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uWIlkNbpYv .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWIlkNbpYv .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uWIlkNbpYv .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uWIlkNbpYv .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uWIlkNbpYv .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uWIlkNbpYv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uWIlkNbpYv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uWIlkNbpYv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #f20d25;
}
.cid-uWIlkNbpYv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uWIlkNbpYv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uWIlkNbpYv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uWIlkNbpYv .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #f20d25;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uWIlkNbpYv .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWIlkNbpYv .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uWIlkNbpYv .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uWIlkNbpYv .desc-wrapper .social-wrapper {
  text-align: center;
  margin-top: 10px;
}
.cid-uWIlkNbpYv .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uWIlkNbpYv .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uWIlkNbpYv .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uWIlkNbpYv .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uWIlkNbpYv .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWIlkNbpYv .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWIlkNbpYv .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWIlkNbpYv .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #f20d25;
}
.cid-uWIlkNbpYv .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWIlkNbpYv .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uWIlkNbpYv .mbr-section-title {
  color: #f20d25;
  text-align: center;
}
.cid-uWIlkNbpYv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uWIlkNbpYv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uWIlkNbpYv .list {
  color: #ffffff;
}
.cid-uWIlkNbpYv .mbr-contact {
  color: #ffffff;
}
.cid-uWIlkNbpYv .mbr-desc {
  color: #ffffff;
}
.cid-uWIlkNbpYv .list,
.cid-uWIlkNbpYv .item-wrap {
  text-align: center;
}
.cid-uWIlkNbpYv .mbr-contact,
.cid-uWIlkNbpYv .item-contact {
  text-align: center;
}
.cid-uWIlkNbpYv .mbr-desc,
.cid-uWIlkNbpYv .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uWNC1mCiz8 {
  z-index: 1000;
  width: 100%;
}
.cid-uWNC1mCiz8 nav.navbar {
  position: fixed;
}
.cid-uWNC1mCiz8 .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uWNC1mCiz8 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uWNC1mCiz8 .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-uWNC1mCiz8 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uWNC1mCiz8 .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uWNC1mCiz8 .dropdown-item:hover,
.cid-uWNC1mCiz8 .dropdown-item:focus {
  background: #111111 !important;
  color: #ef0a08 !important;
}
.cid-uWNC1mCiz8 .dropdown-item:hover span {
  color: white;
}
.cid-uWNC1mCiz8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWNC1mCiz8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWNC1mCiz8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWNC1mCiz8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWNC1mCiz8 .nav-link {
  position: relative;
}
.cid-uWNC1mCiz8 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uWNC1mCiz8 .container {
    flex-wrap: nowrap;
  }
}
.cid-uWNC1mCiz8 .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uWNC1mCiz8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWNC1mCiz8 .dropdown-menu,
.cid-uWNC1mCiz8 .navbar.opened {
  background: #111111 !important;
}
.cid-uWNC1mCiz8 .nav-item:focus,
.cid-uWNC1mCiz8 .nav-link:focus {
  outline: none;
}
.cid-uWNC1mCiz8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWNC1mCiz8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uWNC1mCiz8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWNC1mCiz8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWNC1mCiz8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWNC1mCiz8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWNC1mCiz8 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 17, 17, 0.3);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uWNC1mCiz8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uWNC1mCiz8 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uWNC1mCiz8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uWNC1mCiz8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWNC1mCiz8 .navbar.collapsed {
  justify-content: center;
}
.cid-uWNC1mCiz8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWNC1mCiz8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWNC1mCiz8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWNC1mCiz8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWNC1mCiz8 .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-uWNC1mCiz8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWNC1mCiz8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWNC1mCiz8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWNC1mCiz8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWNC1mCiz8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWNC1mCiz8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWNC1mCiz8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWNC1mCiz8 .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-uWNC1mCiz8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWNC1mCiz8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWNC1mCiz8 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uWNC1mCiz8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uWNC1mCiz8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWNC1mCiz8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWNC1mCiz8 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uWNC1mCiz8 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uWNC1mCiz8 .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-uWNC1mCiz8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uWNC1mCiz8 .navbar-brand .navbar-caption:hover,
.cid-uWNC1mCiz8 .navbar-brand .navbar-caption:focus {
  color: #ef0a08 !important;
}
.cid-uWNC1mCiz8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWNC1mCiz8 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uWNC1mCiz8 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ef0a08 !important;
}
.cid-uWNC1mCiz8 .dropdown-item.active,
.cid-uWNC1mCiz8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWNC1mCiz8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWNC1mCiz8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWNC1mCiz8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWNC1mCiz8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uWNC1mCiz8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uWNC1mCiz8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uWNC1mCiz8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWNC1mCiz8 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uWNC1mCiz8 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uWNC1mCiz8 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uWNC1mCiz8 .navbar-buttons {
    text-align: left;
  }
}
.cid-uWNC1mCiz8 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uWNC1mCiz8 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uWNC1mCiz8 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: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uWNC1mCiz8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ef0a08;
}
.cid-uWNC1mCiz8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uWNC1mCiz8 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWNC1mCiz8 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWNC1mCiz8 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uWNC1mCiz8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWNC1mCiz8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWNC1mCiz8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWNC1mCiz8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWNC1mCiz8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWNC1mCiz8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWNC1mCiz8 .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-uWNC1mCiz8 .navbar {
    height: 70px;
  }
  .cid-uWNC1mCiz8 .navbar.opened {
    height: auto;
  }
  .cid-uWNC1mCiz8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWNC1mCiz8 .navbar-nav {
  margin: 0 auto;
}
.cid-uWNC1mCiz8 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uWNC1mCiz8 .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-uWNC1mCiz8 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uWNC1mCiz8 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ef0a08 !important;
}
.cid-uWNC1mCiz8 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uWNC1mCiz8 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uWNC1mCiz8 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uWNC1mCiz8 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uWNC1mCiz8 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uWNC1mCiz8 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uWNC1mCiz8 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uWNC1mCiz8 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uWNC1mCiz8 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uWNC1mCiz8 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uWNC1mCiz8 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uWNC1mCiz8 .content-wrap {
  min-height: 110px;
}
.cid-uWNJsQSRwG {
  padding-top: 16rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uWNJsQSRwG mark {
  background-color: #bdb1b1;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #000;
}
.cid-uWNJsQSRwG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWNJsQSRwG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWNJsQSRwG .items-wrapper {
  justify-content: center;
}
.cid-uWNJsQSRwG .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWNJsQSRwG .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWNJsQSRwG .title-wrapper .icon-wrapper {
  margin-bottom: 16px;
}
.cid-uWNJsQSRwG .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #fff4e7;
  font-size: 40px;
  color: #000c3f;
}
.cid-uWNJsQSRwG .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uWNJsQSRwG .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWNJsQSRwG .item {
    margin-bottom: 16px;
  }
}
.cid-uWNJsQSRwG .item .item-wrapper {
  height: 100%;
  padding: 20px;
  background-color: #f6f0f1;
  transform: rotate(-5deg);
  transition: all .3s ease;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uWNJsQSRwG .item .item-wrapper {
    transform: rotate(0);
    padding: 10px;
  }
}
.cid-uWNJsQSRwG .item .item-wrapper:hover,
.cid-uWNJsQSRwG .item .item-wrapper:focus {
  transform: rotate(0);
}
.cid-uWNJsQSRwG .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uWNJsQSRwG .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  border-radius: 12px! important;
  box-shadow: 0 8px 50px -8px #272b2e;
}
.cid-uWNJsQSRwG .item .item-wrapper .item-content {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-uWNJsQSRwG .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uWNJsQSRwG .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uWNJsQSRwG .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uWNJsQSRwG .item .card_2 {
  transform: rotate(5deg) translateY(32px);
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uWNJsQSRwG .item .card_2 {
    transform: rotate(0);
  }
}
.cid-uWNJsQSRwG .main-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uWNJsQSRwG .main-btn {
    margin-top: 16px;
  }
}
.cid-uWNJsQSRwG .btn {
  border-radius: 15px !important;
  min-height: 2px;
}
.cid-uWNJsQSRwG .mbr-section-title {
  color: #000c3f;
}
.cid-uWNJsQSRwG .mbr-section-title,
.cid-uWNJsQSRwG .icon-wrapper,
.cid-uWNJsQSRwG .main-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uWNJsQSRwG .item-title {
  color: #000c3f;
}
.cid-uWNJsQSRwG .item-text {
  color: #000c3f;
  text-align: justify;
}
.cid-uWNJsQSRwG .item-title,
.cid-uWNJsQSRwG .card-btn {
  color: #f20d25;
}
.cid-uWNJsQSRwG P {
  color: #ffffff;
}
.cid-v5iwpv00R3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #111111;
  overflow: hidden;
}
.cid-v5iwpv00R3::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #121212 50%);
  z-index: 1;
}
.cid-v5iwpv00R3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5iwpv00R3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v5iwpv00R3 .container {
    padding: 0 22px;
  }
}
.cid-v5iwpv00R3 .row {
  position: relative;
  z-index: 1;
}
.cid-v5iwpv00R3 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-v5iwpv00R3 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v5iwpv00R3 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
@media (max-width: 992px) {
  .cid-v5iwpv00R3 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v5iwpv00R3 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v5iwpv00R3 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5iwpv00R3 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5iwpv00R3 .nav-wrapper {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-v5iwpv00R3 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5iwpv00R3 .nav-wrapper .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-v5iwpv00R3 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v5iwpv00R3 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v5iwpv00R3 .nav-wrapper .list .item-wrap:hover,
.cid-v5iwpv00R3 .nav-wrapper .list .item-wrap:hover {
  color: #f20d25;
}
.cid-v5iwpv00R3 .nav-wrapper .list .item-wrap:hover::before,
.cid-v5iwpv00R3 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v5iwpv00R3 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #f20d25;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v5iwpv00R3 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v5iwpv00R3 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v5iwpv00R3 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v5iwpv00R3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v5iwpv00R3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v5iwpv00R3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v5iwpv00R3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v5iwpv00R3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #f20d25;
}
.cid-v5iwpv00R3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v5iwpv00R3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v5iwpv00R3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v5iwpv00R3 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #f20d25;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v5iwpv00R3 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v5iwpv00R3 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v5iwpv00R3 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v5iwpv00R3 .desc-wrapper .social-wrapper {
  text-align: center;
  margin-top: 10px;
}
.cid-v5iwpv00R3 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v5iwpv00R3 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v5iwpv00R3 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v5iwpv00R3 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v5iwpv00R3 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v5iwpv00R3 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v5iwpv00R3 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v5iwpv00R3 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #f20d25;
}
.cid-v5iwpv00R3 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v5iwpv00R3 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-v5iwpv00R3 .mbr-section-title {
  color: #f20d25;
  text-align: center;
}
.cid-v5iwpv00R3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v5iwpv00R3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v5iwpv00R3 .list {
  color: #ffffff;
}
.cid-v5iwpv00R3 .mbr-contact {
  color: #ffffff;
}
.cid-v5iwpv00R3 .mbr-desc {
  color: #ffffff;
}
.cid-v5iwpv00R3 .list,
.cid-v5iwpv00R3 .item-wrap {
  text-align: center;
}
.cid-v5iwpv00R3 .mbr-contact,
.cid-v5iwpv00R3 .item-contact {
  text-align: center;
}
.cid-v5iwpv00R3 .mbr-desc,
.cid-v5iwpv00R3 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5zWIsxZxO.popup-builder {
  background-color: #ffffff;
}
.cid-v5zWIsxZxO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5zWIsxZxO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5zWIsxZxO mark {
  background-color: #bdb1b1;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #000;
}
.cid-v5zWIsxZxO mark2 {
  background-color: #7693cb;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #fff;
}
.cid-v5zWIsxZxO .modal-content,
.cid-v5zWIsxZxO .modal-dialog {
  height: auto;
}
.cid-v5zWIsxZxO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5zWIsxZxO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5zWIsxZxO .form-wrapper .mbr-form .form-group,
  .cid-v5zWIsxZxO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5zWIsxZxO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5zWIsxZxO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v5zWIsxZxO .mbr-text {
  text-align: justify;
}
.cid-v5zWIsxZxO .pt-0 {
  padding-top: 0 !important;
}
.cid-v5zWIsxZxO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5zWIsxZxO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5zWIsxZxO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5zWIsxZxO .modal-open {
  overflow: hidden;
}
.cid-v5zWIsxZxO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5zWIsxZxO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5zWIsxZxO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5zWIsxZxO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v5zWIsxZxO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5zWIsxZxO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5zWIsxZxO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5zWIsxZxO .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5zWIsxZxO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5zWIsxZxO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5zWIsxZxO .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5zWIsxZxO .modal-backdrop.show {
  opacity: .5;
}
.cid-v5zWIsxZxO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v5zWIsxZxO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5zWIsxZxO .modal-header {
    padding: 1rem;
  }
}
.cid-v5zWIsxZxO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5zWIsxZxO .modal-header .close svg {
  fill: #353535;
}
.cid-v5zWIsxZxO .modal-header .close:hover {
  opacity: 1;
}
.cid-v5zWIsxZxO .modal-header .close:focus {
  outline: none;
}
.cid-v5zWIsxZxO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5zWIsxZxO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5zWIsxZxO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5zWIsxZxO .modal-body {
    padding: 1rem;
  }
}
.cid-v5zWIsxZxO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v5zWIsxZxO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5zWIsxZxO .modal-footer {
    padding: 1rem;
  }
}
.cid-v5zWIsxZxO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5zWIsxZxO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5zWIsxZxO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5zWIsxZxO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5zWIsxZxO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5zWIsxZxO .modal-lg,
  .cid-v5zWIsxZxO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5zWIsxZxO .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5zWIsxZxO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5zWIsxZxO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v5zWIsxZxO .form-group {
  margin-bottom: 1rem;
}
.cid-v5zWIsxZxO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5zWIsxZxO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5zWIsxZxO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v5zWIsxZxO .mbr-section-btn {
  margin: 0;
}
.cid-v5zWIsxZxO .mbr-section-btn .btn {
  margin: 0;
}
.cid-v5zSj1F5Dm.popup-builder {
  background-color: #ffffff;
}
.cid-v5zSj1F5Dm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5zSj1F5Dm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5zSj1F5Dm .line {
  line-height: 40px;
}
.cid-v5zSj1F5Dm mark {
  background-color: #bdb1b1;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #000;
}
.cid-v5zSj1F5Dm mark2 {
  background-color: #7693cb;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #fff;
}
.cid-v5zSj1F5Dm mark4 {
  background-color: #039099;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #fff;
}
.cid-v5zSj1F5Dm .modal-content,
.cid-v5zSj1F5Dm .modal-dialog {
  height: auto;
}
.cid-v5zSj1F5Dm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5zSj1F5Dm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5zSj1F5Dm .form-wrapper .mbr-form .form-group,
  .cid-v5zSj1F5Dm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5zSj1F5Dm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5zSj1F5Dm .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v5zSj1F5Dm .mbr-text {
  text-align: justify;
}
.cid-v5zSj1F5Dm .pt-0 {
  padding-top: 0 !important;
}
.cid-v5zSj1F5Dm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5zSj1F5Dm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5zSj1F5Dm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5zSj1F5Dm .modal-open {
  overflow: hidden;
}
.cid-v5zSj1F5Dm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5zSj1F5Dm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5zSj1F5Dm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5zSj1F5Dm .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v5zSj1F5Dm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5zSj1F5Dm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5zSj1F5Dm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5zSj1F5Dm .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5zSj1F5Dm .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5zSj1F5Dm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5zSj1F5Dm .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5zSj1F5Dm .modal-backdrop.show {
  opacity: .5;
}
.cid-v5zSj1F5Dm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v5zSj1F5Dm .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5zSj1F5Dm .modal-header {
    padding: 1rem;
  }
}
.cid-v5zSj1F5Dm .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5zSj1F5Dm .modal-header .close svg {
  fill: #353535;
}
.cid-v5zSj1F5Dm .modal-header .close:hover {
  opacity: 1;
}
.cid-v5zSj1F5Dm .modal-header .close:focus {
  outline: none;
}
.cid-v5zSj1F5Dm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5zSj1F5Dm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5zSj1F5Dm .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5zSj1F5Dm .modal-body {
    padding: 1rem;
  }
}
.cid-v5zSj1F5Dm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v5zSj1F5Dm .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5zSj1F5Dm .modal-footer {
    padding: 1rem;
  }
}
.cid-v5zSj1F5Dm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5zSj1F5Dm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5zSj1F5Dm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5zSj1F5Dm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5zSj1F5Dm .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5zSj1F5Dm .modal-lg,
  .cid-v5zSj1F5Dm .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5zSj1F5Dm .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5zSj1F5Dm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5zSj1F5Dm .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v5zSj1F5Dm .form-group {
  margin-bottom: 1rem;
}
.cid-v5zSj1F5Dm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5zSj1F5Dm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5zSj1F5Dm .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v5zSj1F5Dm .mbr-section-btn {
  margin: 0;
}
.cid-v5zSj1F5Dm .mbr-section-btn .btn {
  margin: 0;
}
.cid-v6HPshj7N2.popup-builder {
  background-color: #ffffff;
}
.cid-v6HPshj7N2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v6HPshj7N2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v6HPshj7N2 mark {
  background-color: #bdb1b1;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #000;
}
.cid-v6HPshj7N2 mark2 {
  background-color: #7693cb;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #fff;
}
.cid-v6HPshj7N2 mark4 {
  background-color: #039099;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #fff;
}
.cid-v6HPshj7N2 .modal-content,
.cid-v6HPshj7N2 .modal-dialog {
  height: auto;
}
.cid-v6HPshj7N2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v6HPshj7N2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v6HPshj7N2 .form-wrapper .mbr-form .form-group,
  .cid-v6HPshj7N2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v6HPshj7N2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v6HPshj7N2 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6HPshj7N2 .mbr-text {
  text-align: justify;
}
.cid-v6HPshj7N2 .pt-0 {
  padding-top: 0 !important;
}
.cid-v6HPshj7N2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v6HPshj7N2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v6HPshj7N2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v6HPshj7N2 .modal-open {
  overflow: hidden;
}
.cid-v6HPshj7N2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v6HPshj7N2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v6HPshj7N2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v6HPshj7N2 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v6HPshj7N2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v6HPshj7N2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v6HPshj7N2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v6HPshj7N2 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v6HPshj7N2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v6HPshj7N2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v6HPshj7N2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-v6HPshj7N2 .modal-backdrop.show {
  opacity: .5;
}
.cid-v6HPshj7N2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v6HPshj7N2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v6HPshj7N2 .modal-header {
    padding: 1rem;
  }
}
.cid-v6HPshj7N2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v6HPshj7N2 .modal-header .close svg {
  fill: #353535;
}
.cid-v6HPshj7N2 .modal-header .close:hover {
  opacity: 1;
}
.cid-v6HPshj7N2 .modal-header .close:focus {
  outline: none;
}
.cid-v6HPshj7N2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v6HPshj7N2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v6HPshj7N2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6HPshj7N2 .modal-body {
    padding: 1rem;
  }
}
.cid-v6HPshj7N2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v6HPshj7N2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6HPshj7N2 .modal-footer {
    padding: 1rem;
  }
}
.cid-v6HPshj7N2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v6HPshj7N2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v6HPshj7N2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v6HPshj7N2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v6HPshj7N2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v6HPshj7N2 .modal-lg,
  .cid-v6HPshj7N2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v6HPshj7N2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-v6HPshj7N2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v6HPshj7N2 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v6HPshj7N2 .form-group {
  margin-bottom: 1rem;
}
.cid-v6HPshj7N2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v6HPshj7N2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v6HPshj7N2 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v6HPshj7N2 .mbr-section-btn {
  margin: 0;
}
.cid-v6HPshj7N2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-v5zPEMg515.popup-builder {
  background-color: #ffffff;
}
.cid-v5zPEMg515.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5zPEMg515.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5zPEMg515 .line {
  line-height: 40px;
}
.cid-v5zPEMg515 mark {
  background-color: #bdb1b1;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #000;
}
.cid-v5zPEMg515 mark2 {
  background-color: #7693cb;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #fff;
}
.cid-v5zPEMg515 mark4 {
  background-color: #039099;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #fff;
}
.cid-v5zPEMg515 .modal-content,
.cid-v5zPEMg515 .modal-dialog {
  height: auto;
}
.cid-v5zPEMg515 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5zPEMg515 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5zPEMg515 .form-wrapper .mbr-form .form-group,
  .cid-v5zPEMg515 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5zPEMg515 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5zPEMg515 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v5zPEMg515 .mbr-text {
  text-align: justify;
}
.cid-v5zPEMg515 .pt-0 {
  padding-top: 0 !important;
}
.cid-v5zPEMg515 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5zPEMg515 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5zPEMg515 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5zPEMg515 .modal-open {
  overflow: hidden;
}
.cid-v5zPEMg515 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5zPEMg515 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5zPEMg515 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5zPEMg515 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v5zPEMg515 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5zPEMg515 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5zPEMg515 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5zPEMg515 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5zPEMg515 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5zPEMg515 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5zPEMg515 .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5zPEMg515 .modal-backdrop.show {
  opacity: .5;
}
.cid-v5zPEMg515 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v5zPEMg515 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5zPEMg515 .modal-header {
    padding: 1rem;
  }
}
.cid-v5zPEMg515 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5zPEMg515 .modal-header .close svg {
  fill: #353535;
}
.cid-v5zPEMg515 .modal-header .close:hover {
  opacity: 1;
}
.cid-v5zPEMg515 .modal-header .close:focus {
  outline: none;
}
.cid-v5zPEMg515 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5zPEMg515 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5zPEMg515 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5zPEMg515 .modal-body {
    padding: 1rem;
  }
}
.cid-v5zPEMg515 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v5zPEMg515 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5zPEMg515 .modal-footer {
    padding: 1rem;
  }
}
.cid-v5zPEMg515 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5zPEMg515 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5zPEMg515 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5zPEMg515 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5zPEMg515 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5zPEMg515 .modal-lg,
  .cid-v5zPEMg515 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5zPEMg515 .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5zPEMg515 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5zPEMg515 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v5zPEMg515 .form-group {
  margin-bottom: 1rem;
}
.cid-v5zPEMg515 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5zPEMg515 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5zPEMg515 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v5zPEMg515 .mbr-section-btn {
  margin: 0;
}
.cid-v5zPEMg515 .mbr-section-btn .btn {
  margin: 0;
}
.cid-v5oj9soDUp.popup-builder {
  background-color: #ffffff;
}
.cid-v5oj9soDUp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5oj9soDUp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5oj9soDUp .line {
  line-height: 40px;
}
.cid-v5oj9soDUp mark {
  background-color: #bdb1b1;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #000;
}
.cid-v5oj9soDUp mark3 {
  background-color: #d5b1d7;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #fff;
}
.cid-v5oj9soDUp mark1 {
  background-color: #ffa238;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #fff;
}
.cid-v5oj9soDUp .modal-content,
.cid-v5oj9soDUp .modal-dialog {
  height: auto;
}
.cid-v5oj9soDUp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5oj9soDUp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5oj9soDUp .form-wrapper .mbr-form .form-group,
  .cid-v5oj9soDUp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5oj9soDUp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5oj9soDUp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v5oj9soDUp .mbr-text {
  text-align: justify;
}
.cid-v5oj9soDUp .pt-0 {
  padding-top: 0 !important;
}
.cid-v5oj9soDUp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5oj9soDUp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5oj9soDUp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5oj9soDUp .modal-open {
  overflow: hidden;
}
.cid-v5oj9soDUp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5oj9soDUp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5oj9soDUp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5oj9soDUp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v5oj9soDUp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5oj9soDUp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5oj9soDUp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5oj9soDUp .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5oj9soDUp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5oj9soDUp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5oj9soDUp .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5oj9soDUp .modal-backdrop.show {
  opacity: .5;
}
.cid-v5oj9soDUp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v5oj9soDUp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5oj9soDUp .modal-header {
    padding: 1rem;
  }
}
.cid-v5oj9soDUp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5oj9soDUp .modal-header .close svg {
  fill: #353535;
}
.cid-v5oj9soDUp .modal-header .close:hover {
  opacity: 1;
}
.cid-v5oj9soDUp .modal-header .close:focus {
  outline: none;
}
.cid-v5oj9soDUp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5oj9soDUp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5oj9soDUp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5oj9soDUp .modal-body {
    padding: 1rem;
  }
}
.cid-v5oj9soDUp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v5oj9soDUp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5oj9soDUp .modal-footer {
    padding: 1rem;
  }
}
.cid-v5oj9soDUp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5oj9soDUp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5oj9soDUp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5oj9soDUp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5oj9soDUp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5oj9soDUp .modal-lg,
  .cid-v5oj9soDUp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5oj9soDUp .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5oj9soDUp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5oj9soDUp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v5oj9soDUp .form-group {
  margin-bottom: 1rem;
}
.cid-v5oj9soDUp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5oj9soDUp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5oj9soDUp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v5oj9soDUp .mbr-section-btn {
  margin: 0;
}
.cid-v5oj9soDUp .mbr-section-btn .btn {
  margin: 0;
}
.cid-v5X6n6Y5BB.popup-builder {
  background-color: #ffffff;
}
.cid-v5X6n6Y5BB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5X6n6Y5BB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5X6n6Y5BB .line {
  line-height: 40px;
}
.cid-v5X6n6Y5BB mark {
  background-color: #bdb1b1;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #000;
}
.cid-v5X6n6Y5BB mark2 {
  background-color: #7693cb;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #fff;
}
.cid-v5X6n6Y5BB mark3 {
  background-color: #d5b1d7;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #fff;
}
.cid-v5X6n6Y5BB mark4 {
  background-color: #039099;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #fff;
}
.cid-v5X6n6Y5BB .modal-content,
.cid-v5X6n6Y5BB .modal-dialog {
  height: auto;
}
.cid-v5X6n6Y5BB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5X6n6Y5BB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5X6n6Y5BB .form-wrapper .mbr-form .form-group,
  .cid-v5X6n6Y5BB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5X6n6Y5BB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5X6n6Y5BB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v5X6n6Y5BB .mbr-text {
  text-align: justify;
}
.cid-v5X6n6Y5BB .pt-0 {
  padding-top: 0 !important;
}
.cid-v5X6n6Y5BB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5X6n6Y5BB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5X6n6Y5BB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5X6n6Y5BB .modal-open {
  overflow: hidden;
}
.cid-v5X6n6Y5BB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5X6n6Y5BB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5X6n6Y5BB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5X6n6Y5BB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v5X6n6Y5BB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5X6n6Y5BB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5X6n6Y5BB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5X6n6Y5BB .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5X6n6Y5BB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5X6n6Y5BB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5X6n6Y5BB .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5X6n6Y5BB .modal-backdrop.show {
  opacity: .5;
}
.cid-v5X6n6Y5BB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v5X6n6Y5BB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5X6n6Y5BB .modal-header {
    padding: 1rem;
  }
}
.cid-v5X6n6Y5BB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5X6n6Y5BB .modal-header .close svg {
  fill: #353535;
}
.cid-v5X6n6Y5BB .modal-header .close:hover {
  opacity: 1;
}
.cid-v5X6n6Y5BB .modal-header .close:focus {
  outline: none;
}
.cid-v5X6n6Y5BB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5X6n6Y5BB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5X6n6Y5BB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5X6n6Y5BB .modal-body {
    padding: 1rem;
  }
}
.cid-v5X6n6Y5BB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v5X6n6Y5BB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5X6n6Y5BB .modal-footer {
    padding: 1rem;
  }
}
.cid-v5X6n6Y5BB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5X6n6Y5BB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5X6n6Y5BB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5X6n6Y5BB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5X6n6Y5BB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5X6n6Y5BB .modal-lg,
  .cid-v5X6n6Y5BB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5X6n6Y5BB .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5X6n6Y5BB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5X6n6Y5BB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v5X6n6Y5BB .form-group {
  margin-bottom: 1rem;
}
.cid-v5X6n6Y5BB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5X6n6Y5BB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5X6n6Y5BB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v5X6n6Y5BB .mbr-section-btn {
  margin: 0;
}
.cid-v5X6n6Y5BB .mbr-section-btn .btn {
  margin: 0;
}
.cid-v5ofDPqft8.popup-builder {
  background-color: #ffffff;
}
.cid-v5ofDPqft8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5ofDPqft8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5ofDPqft8 .line {
  line-height: 40px;
}
.cid-v5ofDPqft8 mark {
  background-color: #bdb1b1;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #000;
}
.cid-v5ofDPqft8 mark3 {
  background-color: #d5b1d7;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #fff;
}
.cid-v5ofDPqft8 mark1 {
  background-color: #ffa238;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #fff;
}
.cid-v5ofDPqft8 .modal-content,
.cid-v5ofDPqft8 .modal-dialog {
  height: auto;
}
.cid-v5ofDPqft8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5ofDPqft8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5ofDPqft8 .form-wrapper .mbr-form .form-group,
  .cid-v5ofDPqft8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5ofDPqft8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5ofDPqft8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v5ofDPqft8 .mbr-text {
  text-align: justify;
}
.cid-v5ofDPqft8 .pt-0 {
  padding-top: 0 !important;
}
.cid-v5ofDPqft8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5ofDPqft8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5ofDPqft8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5ofDPqft8 .modal-open {
  overflow: hidden;
}
.cid-v5ofDPqft8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5ofDPqft8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5ofDPqft8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5ofDPqft8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v5ofDPqft8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5ofDPqft8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5ofDPqft8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5ofDPqft8 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5ofDPqft8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5ofDPqft8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5ofDPqft8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5ofDPqft8 .modal-backdrop.show {
  opacity: .5;
}
.cid-v5ofDPqft8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v5ofDPqft8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5ofDPqft8 .modal-header {
    padding: 1rem;
  }
}
.cid-v5ofDPqft8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5ofDPqft8 .modal-header .close svg {
  fill: #353535;
}
.cid-v5ofDPqft8 .modal-header .close:hover {
  opacity: 1;
}
.cid-v5ofDPqft8 .modal-header .close:focus {
  outline: none;
}
.cid-v5ofDPqft8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5ofDPqft8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5ofDPqft8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5ofDPqft8 .modal-body {
    padding: 1rem;
  }
}
.cid-v5ofDPqft8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v5ofDPqft8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5ofDPqft8 .modal-footer {
    padding: 1rem;
  }
}
.cid-v5ofDPqft8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5ofDPqft8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5ofDPqft8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5ofDPqft8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5ofDPqft8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5ofDPqft8 .modal-lg,
  .cid-v5ofDPqft8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5ofDPqft8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5ofDPqft8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5ofDPqft8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v5ofDPqft8 .form-group {
  margin-bottom: 1rem;
}
.cid-v5ofDPqft8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5ofDPqft8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5ofDPqft8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v5ofDPqft8 .mbr-section-btn {
  margin: 0;
}
.cid-v5ofDPqft8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-v5iynMEz1Y.popup-builder {
  background-color: #ffffff;
}
.cid-v5iynMEz1Y.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5iynMEz1Y.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5iynMEz1Y .line {
  line-height: 40px;
}
.cid-v5iynMEz1Y mark {
  background-color: #bdb1b1;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #000;
}
.cid-v5iynMEz1Y mark2 {
  background-color: #7693cb;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #fff;
}
.cid-v5iynMEz1Y mark3 {
  background-color: #d5b1d7;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #fff;
}
.cid-v5iynMEz1Y mark1 {
  background-color: #ffa238;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #fff;
}
.cid-v5iynMEz1Y mark4 {
  background-color: #039099;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #fff;
}
.cid-v5iynMEz1Y .modal-content,
.cid-v5iynMEz1Y .modal-dialog {
  height: auto;
}
.cid-v5iynMEz1Y .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5iynMEz1Y .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5iynMEz1Y .form-wrapper .mbr-form .form-group,
  .cid-v5iynMEz1Y .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5iynMEz1Y .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5iynMEz1Y .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v5iynMEz1Y .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-v5iynMEz1Y .pt-0 {
  padding-top: 0 !important;
}
.cid-v5iynMEz1Y .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5iynMEz1Y .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5iynMEz1Y .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5iynMEz1Y .modal-open {
  overflow: hidden;
}
.cid-v5iynMEz1Y .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5iynMEz1Y .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5iynMEz1Y .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5iynMEz1Y .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v5iynMEz1Y .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5iynMEz1Y .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5iynMEz1Y .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5iynMEz1Y .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5iynMEz1Y .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5iynMEz1Y .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5iynMEz1Y .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5iynMEz1Y .modal-backdrop.show {
  opacity: .5;
}
.cid-v5iynMEz1Y .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v5iynMEz1Y .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5iynMEz1Y .modal-header {
    padding: 1rem;
  }
}
.cid-v5iynMEz1Y .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5iynMEz1Y .modal-header .close svg {
  fill: #353535;
}
.cid-v5iynMEz1Y .modal-header .close:hover {
  opacity: 1;
}
.cid-v5iynMEz1Y .modal-header .close:focus {
  outline: none;
}
.cid-v5iynMEz1Y .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5iynMEz1Y .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5iynMEz1Y .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5iynMEz1Y .modal-body {
    padding: 1rem;
  }
}
.cid-v5iynMEz1Y .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v5iynMEz1Y .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5iynMEz1Y .modal-footer {
    padding: 1rem;
  }
}
.cid-v5iynMEz1Y .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5iynMEz1Y .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5iynMEz1Y .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5iynMEz1Y .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5iynMEz1Y .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5iynMEz1Y .modal-lg,
  .cid-v5iynMEz1Y .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5iynMEz1Y .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5iynMEz1Y .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5iynMEz1Y .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v5iynMEz1Y .form-group {
  margin-bottom: 1rem;
}
.cid-v5iynMEz1Y .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5iynMEz1Y .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5iynMEz1Y .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v5iynMEz1Y .mbr-section-btn {
  margin: 0;
}
.cid-v5iynMEz1Y .mbr-section-btn .btn {
  margin: 0;
}
.cid-v8sKzBB5gm.popup-builder {
  background-color: #ffffff;
}
.cid-v8sKzBB5gm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v8sKzBB5gm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v8sKzBB5gm .modal-content,
.cid-v8sKzBB5gm .modal-dialog {
  height: auto;
}
.cid-v8sKzBB5gm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v8sKzBB5gm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v8sKzBB5gm .form-wrapper .mbr-form .form-group,
  .cid-v8sKzBB5gm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v8sKzBB5gm mark {
  background-color: #bdb1b1;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #000;
}
.cid-v8sKzBB5gm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v8sKzBB5gm .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8sKzBB5gm .mbr-text {
  text-align: justify;
}
.cid-v8sKzBB5gm .pt-0 {
  padding-top: 0 !important;
}
.cid-v8sKzBB5gm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v8sKzBB5gm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v8sKzBB5gm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v8sKzBB5gm .modal-open {
  overflow: hidden;
}
.cid-v8sKzBB5gm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v8sKzBB5gm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v8sKzBB5gm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v8sKzBB5gm .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v8sKzBB5gm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v8sKzBB5gm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v8sKzBB5gm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v8sKzBB5gm .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v8sKzBB5gm .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v8sKzBB5gm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v8sKzBB5gm .modal-backdrop.fade {
  opacity: 0;
}
.cid-v8sKzBB5gm .modal-backdrop.show {
  opacity: .5;
}
.cid-v8sKzBB5gm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v8sKzBB5gm .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v8sKzBB5gm .modal-header {
    padding: 1rem;
  }
}
.cid-v8sKzBB5gm .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v8sKzBB5gm .modal-header .close svg {
  fill: #353535;
}
.cid-v8sKzBB5gm .modal-header .close:hover {
  opacity: 1;
}
.cid-v8sKzBB5gm .modal-header .close:focus {
  outline: none;
}
.cid-v8sKzBB5gm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v8sKzBB5gm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v8sKzBB5gm .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8sKzBB5gm .modal-body {
    padding: 1rem;
  }
}
.cid-v8sKzBB5gm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v8sKzBB5gm .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8sKzBB5gm .modal-footer {
    padding: 1rem;
  }
}
.cid-v8sKzBB5gm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v8sKzBB5gm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v8sKzBB5gm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v8sKzBB5gm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v8sKzBB5gm .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v8sKzBB5gm .modal-lg,
  .cid-v8sKzBB5gm .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v8sKzBB5gm .modal-xl {
    max-width: 1140px;
  }
}
.cid-v8sKzBB5gm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v8sKzBB5gm .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v8sKzBB5gm .form-group {
  margin-bottom: 1rem;
}
.cid-v8sKzBB5gm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v8sKzBB5gm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v8sKzBB5gm .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v8sKzBB5gm .mbr-section-btn {
  margin: 0;
}
.cid-v8sKzBB5gm .mbr-section-btn .btn {
  margin: 0;
}
.cid-uWNVt8LDgQ {
  z-index: 1000;
  width: 100%;
}
.cid-uWNVt8LDgQ nav.navbar {
  position: fixed;
}
.cid-uWNVt8LDgQ .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uWNVt8LDgQ .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uWNVt8LDgQ .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-uWNVt8LDgQ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uWNVt8LDgQ .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uWNVt8LDgQ .dropdown-item:hover,
.cid-uWNVt8LDgQ .dropdown-item:focus {
  background: #111111 !important;
  color: #ef0a08 !important;
}
.cid-uWNVt8LDgQ .dropdown-item:hover span {
  color: white;
}
.cid-uWNVt8LDgQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWNVt8LDgQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWNVt8LDgQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWNVt8LDgQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWNVt8LDgQ .nav-link {
  position: relative;
}
.cid-uWNVt8LDgQ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uWNVt8LDgQ .container {
    flex-wrap: nowrap;
  }
}
.cid-uWNVt8LDgQ .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uWNVt8LDgQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWNVt8LDgQ .dropdown-menu,
.cid-uWNVt8LDgQ .navbar.opened {
  background: #111111 !important;
}
.cid-uWNVt8LDgQ .nav-item:focus,
.cid-uWNVt8LDgQ .nav-link:focus {
  outline: none;
}
.cid-uWNVt8LDgQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWNVt8LDgQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uWNVt8LDgQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWNVt8LDgQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWNVt8LDgQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWNVt8LDgQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWNVt8LDgQ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 17, 17, 0.3);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uWNVt8LDgQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uWNVt8LDgQ .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uWNVt8LDgQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uWNVt8LDgQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWNVt8LDgQ .navbar.collapsed {
  justify-content: center;
}
.cid-uWNVt8LDgQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWNVt8LDgQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWNVt8LDgQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWNVt8LDgQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWNVt8LDgQ .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-uWNVt8LDgQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWNVt8LDgQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWNVt8LDgQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWNVt8LDgQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWNVt8LDgQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWNVt8LDgQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWNVt8LDgQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWNVt8LDgQ .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-uWNVt8LDgQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWNVt8LDgQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWNVt8LDgQ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uWNVt8LDgQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uWNVt8LDgQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWNVt8LDgQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWNVt8LDgQ .navbar.navbar-short {
  min-height: 96px;
}
.cid-uWNVt8LDgQ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uWNVt8LDgQ .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-uWNVt8LDgQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uWNVt8LDgQ .navbar-brand .navbar-caption:hover,
.cid-uWNVt8LDgQ .navbar-brand .navbar-caption:focus {
  color: #ef0a08 !important;
}
.cid-uWNVt8LDgQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWNVt8LDgQ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uWNVt8LDgQ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ef0a08 !important;
}
.cid-uWNVt8LDgQ .dropdown-item.active,
.cid-uWNVt8LDgQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uWNVt8LDgQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWNVt8LDgQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWNVt8LDgQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWNVt8LDgQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uWNVt8LDgQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uWNVt8LDgQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uWNVt8LDgQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWNVt8LDgQ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uWNVt8LDgQ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uWNVt8LDgQ .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uWNVt8LDgQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uWNVt8LDgQ .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uWNVt8LDgQ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uWNVt8LDgQ 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: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uWNVt8LDgQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ef0a08;
}
.cid-uWNVt8LDgQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uWNVt8LDgQ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWNVt8LDgQ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWNVt8LDgQ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uWNVt8LDgQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWNVt8LDgQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWNVt8LDgQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWNVt8LDgQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWNVt8LDgQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWNVt8LDgQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWNVt8LDgQ .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-uWNVt8LDgQ .navbar {
    height: 70px;
  }
  .cid-uWNVt8LDgQ .navbar.opened {
    height: auto;
  }
  .cid-uWNVt8LDgQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWNVt8LDgQ .navbar-nav {
  margin: 0 auto;
}
.cid-uWNVt8LDgQ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uWNVt8LDgQ .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-uWNVt8LDgQ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uWNVt8LDgQ .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ef0a08 !important;
}
.cid-uWNVt8LDgQ .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uWNVt8LDgQ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uWNVt8LDgQ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uWNVt8LDgQ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uWNVt8LDgQ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uWNVt8LDgQ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uWNVt8LDgQ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uWNVt8LDgQ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uWNVt8LDgQ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uWNVt8LDgQ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uWNVt8LDgQ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uWNVt8LDgQ .content-wrap {
  min-height: 110px;
}
.cid-v5A6UmdTTy {
  background-image: url("https://dansecorpsetames.com/assets/images/page-equipe/danse-corps-et-ames.jpg");
}
.cid-v5A6UmdTTy .art {
  width: 15%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -300px;
}
@media (max-width: 992px) {
  .cid-v5A6UmdTTy .art {
    width: 35%;
    margin-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .cid-v5A6UmdTTy .art {
    width: 45%;
    margin-top: 45px;
    margin-bottom: 50px;
  }
}
.cid-v5A6UmdTTy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5A6UmdTTy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5A6UmdTTy .content-wrapper .mbr-label {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v5A6UmdTTy .content-wrapper .mbr-label {
    margin-bottom: 40px;
  }
}
.cid-v5A6UmdTTy .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5A6UmdTTy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 55%;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .cid-v5A6UmdTTy .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v5A6UmdTTy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5A6UmdTTy .mbr-label {
  color: #ffffff;
}
.cid-v5A6UmdTTy .mbr-section-title {
  color: #ffffff;
}
.cid-v5A6UmdTTy .mbr-text {
  color: #ffffff;
}
.cid-v5A6UmdTTy .mbr-section-title,
.cid-v5A6UmdTTy .mbr-section-btn {
  text-align: justify;
}
.cid-v5uia8bFxa {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #bdb1b1;
}
.cid-v5uia8bFxa img,
.cid-v5uia8bFxa .item-img {
  border-radius: 15px !important;
  width: 100%;
}
.cid-v5uia8bFxa .item:focus,
.cid-v5uia8bFxa span:focus {
  outline: none;
}
.cid-v5uia8bFxa .mt-4 {
  margin-top: -25rem !important;
}
@media (max-width: 767px) {
  .cid-v5uia8bFxa .mt-4 {
    margin-top: -90px !important;
  }
}
.cid-v5uia8bFxa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v5uia8bFxa .item-wrapper {
  position: relative;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 15px !important;
  background: #d6caca;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v5uia8bFxa .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v5uia8bFxa .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v5uia8bFxa .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v5uia8bFxa .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
    text-align: center;
  }
}
.cid-v5uia8bFxa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v5uia8bFxa .mbr-section-title {
  color: #ffffff;
}
.cid-v5uia8bFxa .mbr-text,
.cid-v5uia8bFxa .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v5uia8bFxa .item-title {
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  word-spacing: 5px;
}
@media (max-width: 767px) {
  .cid-v5uia8bFxa .item-title {
    font-size: 20px;
  }
}
.cid-v5uia8bFxa .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v5uia8bFxa .mbr-section-subtitle {
  color: #183353;
}
.cid-v5uia8bFxa h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 2px;
}
.cid-v5uia8bFxa h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v5uia8bFxa h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v5uia8bFxa .btn-secondary {
  padding: 0.5rem 0.5rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.cid-v5uia8bFxa .btn-black {
  padding: 0.5rem 0.5rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.cid-v5uia8bFxa .btn-warning {
  padding: 0.5rem 0.5rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.cid-v5uia8bFxa .best-price {
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
}
.cid-v5uia8bFxa .best-price .mbr-best {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  display: inline-flex;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 6px 15px;
  background-color: #f20d25;
}
.cid-v5uia8bFxa .mbr-best,
.cid-v5uia8bFxa .best-price {
  text-align: center;
  color: #ffffff;
}
.cid-v5uia8bFxa .btn {
  min-height: 0px !important;
  border-radius: 15px !important;
}
.cid-v8SFltbr8v {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #bdb1b1;
}
.cid-v8SFltbr8v mark {
  background-color: #f20d25;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #fff;
}
.cid-v8SFltbr8v mark1 {
  background-color: #bdb1b1;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #fff;
}
.cid-v8SFltbr8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8SFltbr8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8SFltbr8v .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v8SFltbr8v .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v8SFltbr8v .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v8SFltbr8v .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f20d25;
  border-top: 2px solid #f20d25;
  box-shadow: 0 8px 20px -8px #ffffff;
}
.cid-v8SFltbr8v .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v8SFltbr8v .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8SFltbr8v .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-v8SFltbr8v .card-wrapper {
  border-radius: 15px !important;
  background-color: #d6caca;
  border-top: 3px solid #d6caca;
  box-shadow: 0 8px 50px -8px #272b2e;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v8SFltbr8v .card-wrapper {
    padding: 24px;
  }
}
.cid-v8SFltbr8v .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v8SFltbr8v .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-v8SFltbr8v .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8SFltbr8v .mbr-label,
.cid-v8SFltbr8v .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8SFltbr8v .mbr-section-title,
.cid-v8SFltbr8v .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v8SFltbr8v .mbr-text,
.cid-v8SFltbr8v .text-wrapper {
  color: #f20d25;
  text-align: center;
}
.cid-v8SFltbr8v .item-text {
  color: #000000;
}
.cid-v8SFltbr8v .item-text,
.cid-v8SFltbr8v .mbr-section-btn {
  text-align: justify;
  line-height: 30px;
}
.cid-v8SFltbr8v P {
  color: #000000;
  text-align: justify;
}
.cid-v8SFltbr8v img {
  border-radius: 20px !important;
  box-shadow: 0 8px 50px -8px #272b2e;
}
.cid-v8YxA2bT2O {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #bdb1b1;
  background-image: linear-gradient(180deg, #bdb1b1 0%, #bdb1b1 0%, #000000 100%);
}
.cid-v8YxA2bT2O .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v8YxA2bT2O .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 405px;
  max-width: 405px;
}
@media (max-width: 767px) {
  .cid-v8YxA2bT2O .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v8YxA2bT2O .embla__slide .slide-content {
  width: 100%;
}
.cid-v8YxA2bT2O .embla__slide .slide-content .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #1f2329;
  height: 100%;
  overflow: hidden;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-v8YxA2bT2O .embla__slide .slide-content .item-wrapper {
    padding: 16px;
  }
}
.cid-v8YxA2bT2O .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-v8YxA2bT2O .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper {
  margin-bottom: 16px;
}
.cid-v8YxA2bT2O .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper .mbr-iconfont {
  font-size: 55px;
  background-image: linear-gradient(#a78aff, transparent 120%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v8YxA2bT2O .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v8YxA2bT2O .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 22px;
  }
}
.cid-v8YxA2bT2O .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v8YxA2bT2O .embla__slide .slide-content .item-wrapper .item-img {
    display: block;
  }
}
.cid-v8YxA2bT2O .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
  margin-right: 14px;
}
@media (max-width: 992px) {
  .cid-v8YxA2bT2O .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.cid-v8YxA2bT2O .embla__slide .slide-content .item-wrapper .item-img .image-wrap img {
  width: 55px;
  height: 55px;
  min-width: 55px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v8YxA2bT2O .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-v8YxA2bT2O .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-v8YxA2bT2O .embla__button--next,
.cid-v8YxA2bT2O .embla__button--prev {
  display: flex;
}
.cid-v8YxA2bT2O .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #1f2329 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-v8YxA2bT2O .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v8YxA2bT2O .embla__button.embla__button--prev {
  right: 50px;
}
.cid-v8YxA2bT2O .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-v8YxA2bT2O .embla__button.embla__button--next {
  right: 0;
}
.cid-v8YxA2bT2O .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-v8YxA2bT2O .embla {
  position: relative;
  width: 100%;
  padding-top: 4rem;
}
.cid-v8YxA2bT2O .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v8YxA2bT2O .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8YxA2bT2O .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8YxA2bT2O .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v8YxA2bT2O .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v8YxA2bT2O .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v8YxA2bT2O .item-text {
  color: #ffffff;
}
.cid-v8YxA2bT2O .item-name {
  color: #ffffff;
}
.cid-v8YxA2bT2O .item-role {
  color: #ffffff;
}
.cid-v5iCMUJh3f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #111111;
  overflow: hidden;
}
.cid-v5iCMUJh3f::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #121212 50%);
  z-index: 1;
}
.cid-v5iCMUJh3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5iCMUJh3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v5iCMUJh3f .container {
    padding: 0 22px;
  }
}
.cid-v5iCMUJh3f .row {
  position: relative;
  z-index: 1;
}
.cid-v5iCMUJh3f .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-v5iCMUJh3f .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v5iCMUJh3f .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
@media (max-width: 992px) {
  .cid-v5iCMUJh3f .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v5iCMUJh3f .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v5iCMUJh3f .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5iCMUJh3f .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5iCMUJh3f .nav-wrapper {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-v5iCMUJh3f .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5iCMUJh3f .nav-wrapper .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-v5iCMUJh3f .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v5iCMUJh3f .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v5iCMUJh3f .nav-wrapper .list .item-wrap:hover,
.cid-v5iCMUJh3f .nav-wrapper .list .item-wrap:hover {
  color: #f20d25;
}
.cid-v5iCMUJh3f .nav-wrapper .list .item-wrap:hover::before,
.cid-v5iCMUJh3f .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v5iCMUJh3f .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #f20d25;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v5iCMUJh3f .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v5iCMUJh3f .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v5iCMUJh3f .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v5iCMUJh3f .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v5iCMUJh3f .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v5iCMUJh3f .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v5iCMUJh3f .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v5iCMUJh3f .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #f20d25;
}
.cid-v5iCMUJh3f .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v5iCMUJh3f .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v5iCMUJh3f .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v5iCMUJh3f .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #f20d25;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v5iCMUJh3f .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v5iCMUJh3f .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v5iCMUJh3f .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v5iCMUJh3f .desc-wrapper .social-wrapper {
  text-align: center;
  margin-top: 10px;
}
.cid-v5iCMUJh3f .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v5iCMUJh3f .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v5iCMUJh3f .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v5iCMUJh3f .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v5iCMUJh3f .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v5iCMUJh3f .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v5iCMUJh3f .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v5iCMUJh3f .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #f20d25;
}
.cid-v5iCMUJh3f .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v5iCMUJh3f .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-v5iCMUJh3f .mbr-section-title {
  color: #f20d25;
  text-align: center;
}
.cid-v5iCMUJh3f .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v5iCMUJh3f .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v5iCMUJh3f .list {
  color: #ffffff;
}
.cid-v5iCMUJh3f .mbr-contact {
  color: #ffffff;
}
.cid-v5iCMUJh3f .mbr-desc {
  color: #ffffff;
}
.cid-v5iCMUJh3f .list,
.cid-v5iCMUJh3f .item-wrap {
  text-align: center;
}
.cid-v5iCMUJh3f .mbr-contact,
.cid-v5iCMUJh3f .item-contact {
  text-align: center;
}
.cid-v5iCMUJh3f .mbr-desc,
.cid-v5iCMUJh3f .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v6qwHRppzW.popup-builder {
  background-color: #ffffff;
}
.cid-v6qwHRppzW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v6qwHRppzW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v6qwHRppzW .modal-content,
.cid-v6qwHRppzW .modal-dialog {
  height: auto;
}
.cid-v6qwHRppzW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v6qwHRppzW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v6qwHRppzW .form-wrapper .mbr-form .form-group,
  .cid-v6qwHRppzW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v6qwHRppzW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v6qwHRppzW .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6qwHRppzW .mbr-text {
  text-align: justify;
}
.cid-v6qwHRppzW .pt-0 {
  padding-top: 0 !important;
}
.cid-v6qwHRppzW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v6qwHRppzW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v6qwHRppzW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v6qwHRppzW .modal-open {
  overflow: hidden;
}
.cid-v6qwHRppzW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v6qwHRppzW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v6qwHRppzW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v6qwHRppzW .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v6qwHRppzW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v6qwHRppzW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v6qwHRppzW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v6qwHRppzW .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v6qwHRppzW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v6qwHRppzW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v6qwHRppzW .modal-backdrop.fade {
  opacity: 0;
}
.cid-v6qwHRppzW .modal-backdrop.show {
  opacity: .5;
}
.cid-v6qwHRppzW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v6qwHRppzW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v6qwHRppzW .modal-header {
    padding: 1rem;
  }
}
.cid-v6qwHRppzW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v6qwHRppzW .modal-header .close svg {
  fill: #353535;
}
.cid-v6qwHRppzW .modal-header .close:hover {
  opacity: 1;
}
.cid-v6qwHRppzW .modal-header .close:focus {
  outline: none;
}
.cid-v6qwHRppzW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v6qwHRppzW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v6qwHRppzW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6qwHRppzW .modal-body {
    padding: 1rem;
  }
}
.cid-v6qwHRppzW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v6qwHRppzW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6qwHRppzW .modal-footer {
    padding: 1rem;
  }
}
.cid-v6qwHRppzW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v6qwHRppzW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v6qwHRppzW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v6qwHRppzW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v6qwHRppzW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v6qwHRppzW .modal-lg,
  .cid-v6qwHRppzW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v6qwHRppzW .modal-xl {
    max-width: 1140px;
  }
}
.cid-v6qwHRppzW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v6qwHRppzW .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v6qwHRppzW .form-group {
  margin-bottom: 1rem;
}
.cid-v6qwHRppzW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v6qwHRppzW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v6qwHRppzW .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v6qwHRppzW .mbr-section-btn {
  margin: 0;
}
.cid-v6qwHRppzW .mbr-section-btn .btn {
  margin: 0;
}
.cid-v6quB9w5eV.popup-builder {
  background-color: #ffffff;
}
.cid-v6quB9w5eV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v6quB9w5eV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v6quB9w5eV .modal-content,
.cid-v6quB9w5eV .modal-dialog {
  height: auto;
}
.cid-v6quB9w5eV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v6quB9w5eV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v6quB9w5eV .form-wrapper .mbr-form .form-group,
  .cid-v6quB9w5eV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v6quB9w5eV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v6quB9w5eV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6quB9w5eV .mbr-text {
  text-align: justify;
}
.cid-v6quB9w5eV .pt-0 {
  padding-top: 0 !important;
}
.cid-v6quB9w5eV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v6quB9w5eV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v6quB9w5eV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v6quB9w5eV .modal-open {
  overflow: hidden;
}
.cid-v6quB9w5eV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v6quB9w5eV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v6quB9w5eV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v6quB9w5eV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v6quB9w5eV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v6quB9w5eV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v6quB9w5eV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v6quB9w5eV .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v6quB9w5eV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v6quB9w5eV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v6quB9w5eV .modal-backdrop.fade {
  opacity: 0;
}
.cid-v6quB9w5eV .modal-backdrop.show {
  opacity: .5;
}
.cid-v6quB9w5eV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v6quB9w5eV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v6quB9w5eV .modal-header {
    padding: 1rem;
  }
}
.cid-v6quB9w5eV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v6quB9w5eV .modal-header .close svg {
  fill: #353535;
}
.cid-v6quB9w5eV .modal-header .close:hover {
  opacity: 1;
}
.cid-v6quB9w5eV .modal-header .close:focus {
  outline: none;
}
.cid-v6quB9w5eV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v6quB9w5eV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v6quB9w5eV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6quB9w5eV .modal-body {
    padding: 1rem;
  }
}
.cid-v6quB9w5eV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v6quB9w5eV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6quB9w5eV .modal-footer {
    padding: 1rem;
  }
}
.cid-v6quB9w5eV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v6quB9w5eV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v6quB9w5eV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v6quB9w5eV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v6quB9w5eV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v6quB9w5eV .modal-lg,
  .cid-v6quB9w5eV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v6quB9w5eV .modal-xl {
    max-width: 1140px;
  }
}
.cid-v6quB9w5eV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v6quB9w5eV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v6quB9w5eV .form-group {
  margin-bottom: 1rem;
}
.cid-v6quB9w5eV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v6quB9w5eV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v6quB9w5eV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v6quB9w5eV .mbr-section-btn {
  margin: 0;
}
.cid-v6quB9w5eV .mbr-section-btn .btn {
  margin: 0;
}
.cid-vbeNSnOm1o.popup-builder {
  background-color: #ffffff;
}
.cid-vbeNSnOm1o.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vbeNSnOm1o.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vbeNSnOm1o .modal-content,
.cid-vbeNSnOm1o .modal-dialog {
  height: auto;
}
.cid-vbeNSnOm1o .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vbeNSnOm1o .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vbeNSnOm1o .form-wrapper .mbr-form .form-group,
  .cid-vbeNSnOm1o .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vbeNSnOm1o .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vbeNSnOm1o .mbr-figure img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vbeNSnOm1o .mbr-text {
  text-align: center;
}
.cid-vbeNSnOm1o .pt-0 {
  padding-top: 0 !important;
}
.cid-vbeNSnOm1o .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vbeNSnOm1o .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vbeNSnOm1o .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vbeNSnOm1o .modal-open {
  overflow: hidden;
}
.cid-vbeNSnOm1o .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vbeNSnOm1o .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vbeNSnOm1o .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vbeNSnOm1o .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vbeNSnOm1o .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vbeNSnOm1o .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vbeNSnOm1o .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vbeNSnOm1o .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vbeNSnOm1o .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vbeNSnOm1o .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vbeNSnOm1o .modal-backdrop.fade {
  opacity: 0;
}
.cid-vbeNSnOm1o .modal-backdrop.show {
  opacity: .5;
}
.cid-vbeNSnOm1o .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vbeNSnOm1o .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vbeNSnOm1o .modal-header {
    padding: 1rem;
  }
}
.cid-vbeNSnOm1o .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vbeNSnOm1o .modal-header .close svg {
  fill: #353535;
}
.cid-vbeNSnOm1o .modal-header .close:hover {
  opacity: 1;
}
.cid-vbeNSnOm1o .modal-header .close:focus {
  outline: none;
}
.cid-vbeNSnOm1o .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vbeNSnOm1o .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vbeNSnOm1o .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vbeNSnOm1o .modal-body {
    padding: 1rem;
  }
}
.cid-vbeNSnOm1o .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vbeNSnOm1o .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vbeNSnOm1o .modal-footer {
    padding: 1rem;
  }
}
.cid-vbeNSnOm1o .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vbeNSnOm1o .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vbeNSnOm1o .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vbeNSnOm1o .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vbeNSnOm1o .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vbeNSnOm1o .modal-lg,
  .cid-vbeNSnOm1o .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vbeNSnOm1o .modal-xl {
    max-width: 1140px;
  }
}
.cid-vbeNSnOm1o .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vbeNSnOm1o .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vbeNSnOm1o .form-group {
  margin-bottom: 1rem;
}
.cid-vbeNSnOm1o .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vbeNSnOm1o .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vbeNSnOm1o .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vbeNSnOm1o .mbr-section-btn {
  margin: 0;
}
.cid-vbeNSnOm1o .mbr-section-btn .btn {
  margin: 0;
}
.cid-uXaMfT6JB9 {
  background-image: url("../../../assets/images/danse-enfant.jpeg-1920x1278.jpg");
}
.cid-uXaMfT6JB9 .row {
  margin-left: -5rem;
}
.cid-uXaMfT6JB9 .slider-text-two {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(255, 255, 255, 0.8);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
}
.cid-uXaMfT6JB9 .mbr-section-title,
.cid-uXaMfT6JB9 .mbr-section-subtitle {
  color: #232323;
}
.cid-uXaMfT6JB9 .mbr-section-subtitle span {
  font-weight: bold;
}
.cid-uXaMfT6JB9 .mbr-text {
  color: #ffffff;
  font-weight: 100;
}
.cid-uXaMfT6JB9 .mbr-section-btn {
  color: white;
}
@media (max-width: 767px) {
  .cid-uXaMfT6JB9 .row {
    margin-left: -15px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXaMfT6JB9 .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.9);
  }
}
.cid-uXaMfT6JB9 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uXaMfT6JB9 .mbr-section-subtitle {
  color: #efefef;
  text-align: center;
}
.cid-uXaMfT6JB9 .btn-success {
  box-shadow: 0 8px 15px -8px #000000 !important;
}
.cid-uXaMfT6JB9 .wrap-img img {
  max-height: 200px;
  width: auto;
  max-width: 100%;
  display: revert;
}
.cid-uXaMfT6JB9 .hr {
  color: #ffffff;
  width: 100%;
  opacity: 1;
}
.cid-uXaMfT6JB9 mbr-section-subtitle {
  text-align: center;
}
.cid-uXaMfT6JB9 H3 {
  color: #ffffff;
  font-size: 100px;
}
.cid-uXKgof8SxO {
  padding-top: 2rem;
  padding-bottom: 53rem;
  background-image: url("../../../assets/images/dansecorpsetames-evenements-1920x1081.jpg");
  position: relative;
}
.cid-uXKgof8SxO::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  pointer-events: none;
}
.cid-uXKgof8SxO .title_block {
  margin-bottom: 80px;
}
.cid-uXKgof8SxO .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-uXKgof8SxO .mbr-section-subtitle {
    font-size: 18px;
  }
}
.cid-uXKgof8SxO .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uXKgof8SxO .mbr-section-title {
    margin-top: -11px !important;
  }
}
.cid-uXKgof8SxO .tips {
  height: 82px;
  width: 82px;
  border-radius: 3px;
  margin: 3px;
}
.cid-uXKgof8SxO .image img {
  width: 10%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXKgof8SxO .image img {
    width: 80%;
    height: 80%;
    margin: auto;
  }
}
.cid-uXKgof8SxO .mbr-text {
  margin-top: 30px;
}
.cid-uXKgof8SxO .nav-tabs {
  flex-wrap: wrap;
  justify-content: center;
  border: none;
  margin-bottom: 50px;
}
.cid-uXKgof8SxO .nav-item {
  width: 200px;
  min-height: 20px;
}
.cid-uXKgof8SxO .nav-item .mbr-iconfont {
  margin: 0;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  font-size: 34px;
  line-height: 70px;
  text-align: center;
  margin-bottom: 1px;
  margin-top: 20px;
}
.cid-uXKgof8SxO .tab1 {
  background-color: #9C4838;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.cid-uXKgof8SxO .tab2 {
  background-color: #F4320B;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.cid-uXKgof8SxO .tab3 {
  background-color: #794549;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.cid-uXKgof8SxO .nav-tabs .nav-link {
  padding: 8px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px !important;
  border: none;
  color: #879a9f !important;
}
.cid-uXKgof8SxO .nav-tabs .nav-item {
  margin: 10px;
}
@media (max-width: 991px) {
  .cid-uXKgof8SxO .title_block {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uXKgof8SxO .nav-item {
    width: 46%;
    min-height: 150px;
  }
  .cid-uXKgof8SxO .nav-item .mbr-iconfont {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .cid-uXKgof8SxO .mbr-text {
    margin-top: 20px;
  }
  .cid-uXKgof8SxO .nav-tabs .nav-link {
    padding: 25px 10px;
  }
  .cid-uXKgof8SxO .nav-tabs .nav-item {
    margin: 0 10px 10px 0;
  }
  .cid-uXKgof8SxO .nav-tabs {
    margin-bottom: 30px;
  }
}
.cid-uXKgof8SxO P {
  color: #ffffff;
  text-align: center;
}
.cid-uXKgof8SxO h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 2px;
}
.cid-uXKgof8SxO h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uXKgof8SxO h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uXKgof8SxO .mbr-text,
.cid-uXKgof8SxO .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uXKgof8SxO p {
    font-size: 18px;
  }
}
.cid-uXKgof8SxO span {
  -webkit-text-stroke: 2px #ffffff;
  color: transparent;
}
.cid-uXKgof8SxO .mbr-section-subtitle P {
  text-align: right;
}
.cid-uXKgof8SxO .art {
  width: 15%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.cid-v8MAJ1hfrk {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ece5e1;
}
.cid-v8MAJ1hfrk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8MAJ1hfrk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8MAJ1hfrk .content-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -160px;
}
.cid-v8MAJ1hfrk .content-wrapper .card-wrapper {
  background-color: #ece5e1;
  border: 0px solid #ece5e1;
  border-radius: 10px !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  width: 58%;
  padding: 32px;
  -webkit-flex: inherit;
}
@media (max-width: 1440px) {
  .cid-v8MAJ1hfrk .content-wrapper .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .cid-v8MAJ1hfrk .content-wrapper .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
.cid-v8MAJ1hfrk .content-wrapper .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v8MAJ1hfrk .content-wrapper .card-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v8MAJ1hfrk .content-wrapper .card-wrapper .logo-wrapper img {
  width: 182px;
  height: 142px;
  object-fit: cover;
  display: inline-block;
}
.cid-v8MAJ1hfrk .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v8MAJ1hfrk .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v8MAJ1hfrk .content-wrapper .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-v8MAJ1hfrk .content-wrapper .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8MAJ1hfrk .content-wrapper .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8MAJ1hfrk .mbr-section-title {
  color: #3a001d;
}
.cid-v8MAJ1hfrk .mbr-text,
.cid-v8MAJ1hfrk .text-wrapper {
  color: #000000;
  text-align: justify;
}
.cid-v8MAJ1hfrk .mbr-section-title,
.cid-v8MAJ1hfrk .mbr-section-btn,
.cid-v8MAJ1hfrk .title-wrapper,
.cid-v8MAJ1hfrk .logo-wrapper {
  text-align: center;
}
.cid-v8MAJ1hfrk .mbr-section-title,
.cid-v8MAJ1hfrk .mbr-section-btn,
.cid-v8MAJ1hfrk .logo-wrapper,
.cid-v8MAJ1hfrk .title-wrapper {
  color: #f20d25;
}
.cid-uXQ0oyibPp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ece5e1;
}
.cid-uXQ0oyibPp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXQ0oyibPp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXQ0oyibPp .container {
    padding: 0 16px;
  }
}
.cid-uXQ0oyibPp .card {
  justify-content: center;
}
.cid-uXQ0oyibPp .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  background-color: #F4320B;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uXQ0oyibPp .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uXQ0oyibPp .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uXQ0oyibPp .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uXQ0oyibPp .mbr-section-title {
  color: #000000;
}
.cid-uXQ0oyibPp .mbr-text {
  color: #000000;
}
.cid-uXQ0oyibPp .mbr-desc {
  color: #000000;
}
.cid-uXQ0oyibPp .mbr-section-title,
.cid-uXQ0oyibPp .title-wrapper {
  color: #ffffff;
}
.cid-uXQ0oyibPp .mbr-text,
.cid-uXQ0oyibPp .mbr-section-btn {
  color: #121212;
}
.cid-uX56mBgZ45 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ece5e1;
}
.cid-uX56mBgZ45 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX56mBgZ45 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX56mBgZ45 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uX56mBgZ45 .mbr-section-title {
  color: #f20d25;
}
.cid-uX56mBgZ45 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uX56mBgZ45 .items-row {
  row-gap: 15px;
}
.cid-uX56mBgZ45 .item-wrapper {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
}
.cid-uX56mBgZ45 .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 12));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uX56mBgZ45 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #f20d25;
  transform: translateX(-50%) translateY(-50%);
  background-color: #ffffff;
  transition: 0.3s;
}
.cid-uX56mBgZ45 .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uX56mBgZ45 .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uX56mBgZ45 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uX56mBgZ45 .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uX56mBgZ45 .mbr-item-subtitle {
  color: #24262b;
}
.cid-uX56mBgZ45 .carousel-control,
.cid-uX56mBgZ45 .close {
  background: #1b1b1b;
}
.cid-uX56mBgZ45 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uX56mBgZ45 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uX56mBgZ45 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uX56mBgZ45 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uX56mBgZ45 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uX56mBgZ45 .close::before {
  content: '\e91a';
}
.cid-uX56mBgZ45 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uX56mBgZ45 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uX56mBgZ45 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uX56mBgZ45 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uX56mBgZ45 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uX56mBgZ45 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uX56mBgZ45 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uX56mBgZ45 .carousel-indicators li.active,
.cid-uX56mBgZ45 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uX56mBgZ45 .carousel-indicators li::after,
.cid-uX56mBgZ45 .carousel-indicators li::before {
  content: none;
}
.cid-uX56mBgZ45 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uX56mBgZ45 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uX56mBgZ45 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uX56mBgZ45 .carousel-indicators {
    display: none;
  }
}
.cid-uX56mBgZ45 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uX56mBgZ45 .carousel-inner > .active {
  display: block;
}
.cid-uX56mBgZ45 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uX56mBgZ45 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uX56mBgZ45 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uX56mBgZ45 .carousel-control,
  .cid-uX56mBgZ45 .carousel-indicators,
  .cid-uX56mBgZ45 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uX56mBgZ45 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uX56mBgZ45 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uX56mBgZ45 .carousel-indicators .active,
.cid-uX56mBgZ45 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uX56mBgZ45 .carousel-indicators .active {
  background: #fff;
}
.cid-uX56mBgZ45 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uX56mBgZ45 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uX56mBgZ45 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uX56mBgZ45 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uX56mBgZ45 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uX56mBgZ45 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uX56mBgZ45 .carousel {
  width: 100%;
}
.cid-uX56mBgZ45 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uX56mBgZ45 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uX56mBgZ45 .modal.fade .modal-dialog,
.cid-uX56mBgZ45 .modal.in .modal-dialog {
  transform: none;
}
.cid-uX56mBgZ45 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uX56mBgZ45 H6 {
  text-align: center;
}
.cid-v8MLadicxn {
  padding-top: 9rem;
  background-color: #ece5e1;
  overflow: hidden;
}
.cid-v8MLadicxn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8MLadicxn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8MLadicxn mark {
  background-color: #bdb1b1;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #000;
}
.cid-v8MLadicxn .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-v8MLadicxn .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v8MLadicxn .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v8MLadicxn .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v8MLadicxn .content-wrapper .border_1 {
  left: 0;
}
.cid-v8MLadicxn .content-wrapper .border_2 {
  right: 0;
}
.cid-v8MLadicxn .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8MLadicxn .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8MLadicxn .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ff6900;
  box-shadow: inset 0 2px 10px 0 #ffffff, 0 10px 10px -2px #c55200;
}
.cid-v8MLadicxn .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8MLadicxn .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8MLadicxn .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8MLadicxn .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8MLadicxn .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v8MLadicxn .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v8MLadicxn .mbr-text,
.cid-v8MLadicxn .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-v8MLadicxn .mbr-section-btn,
.cid-v8MLadicxn .mbr-section-title,
.cid-v8MLadicxn .icon-wrapper {
  text-align: center;
}
.cid-v8MLadicxn .mbr-section-title,
.cid-v8MLadicxn .mbr-section-btn,
.cid-v8MLadicxn .icon-wrapper {
  color: #f20d25;
}
.cid-v8MJTNsTL3 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ece5e1;
}
.cid-v8MJTNsTL3 mark {
  background-color: #F4320B;
  box-shadow: 0 8px 50px -8px #272b2e;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  color: #fff;
}
.cid-v8MJTNsTL3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8MJTNsTL3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8MJTNsTL3 .row {
  justify-content: center;
}
.cid-v8MJTNsTL3 .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-v8MJTNsTL3 .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .cid-v8MJTNsTL3 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v8MJTNsTL3 .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-v8MJTNsTL3 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v8MJTNsTL3 .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  pointer-events: none;
}
.cid-v8MJTNsTL3 .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8MJTNsTL3 .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-v8MJTNsTL3 .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8MJTNsTL3 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v8MJTNsTL3 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8MJTNsTL3 .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v8MJTNsTL3 .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8MJTNsTL3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
}
.cid-v8MJTNsTL3 .mbr-text,
.cid-v8MJTNsTL3 .text-wrapper {
  color: #63635d;
  text-align: justify;
}
.cid-v8MJTNsTL3 .mbr-section-title,
.cid-v8MJTNsTL3 .mbr-section-btn {
  text-align: center;
  color: #f20d25;
}
.cid-v8MZc2fieF {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ece5e1;
}
.cid-v8MZc2fieF .item:focus,
.cid-v8MZc2fieF span:focus {
  outline: none;
}
.cid-v8MZc2fieF .item {
  cursor: pointer;
}
.cid-v8MZc2fieF .grid-container {
  grid-row-gap: 20px;
}
@media (max-width: 992px) {
  .cid-v8MZc2fieF .grid-container {
    grid-row-gap: 15px;
  }
}
.cid-v8MZc2fieF .grid-container-1,
.cid-v8MZc2fieF .grid-container-2 {
  gap: 0 20px;
}
@media (max-width: 767px) {
  .cid-v8MZc2fieF .grid-container-1,
  .cid-v8MZc2fieF .grid-container-2 {
    gap: 0 15px;
  }
}
.cid-v8MZc2fieF .mbr-section-title {
  margin-bottom: 50px;
  color: #f20d25;
  text-align: center;
}
.cid-v8MZc2fieF .content-head {
  max-width: 800px;
}
.cid-v8MZc2fieF .container,
.cid-v8MZc2fieF .container-fluid {
  overflow: hidden;
}
.cid-v8MZc2fieF .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v8MZc2fieF .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8MZc2fieF .grid-item:nth-child(2n) img {
  height: 350px;
}
@media (max-width: 1200px) {
  .cid-v8MZc2fieF .grid-item:nth-child(2n) img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-v8MZc2fieF .grid-item:nth-child(2n) img {
    min-width: 35vw;
    height: 200px;
  }
}
@media (max-width: 425px) {
  .cid-v8MZc2fieF .grid-item:nth-child(2n) img {
    height: 140px;
  }
}
.cid-v8MZc2fieF .grid-item img {
  box-shadow: 0 8px 50px -8px #272b2e;
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v8MZc2fieF .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v8MZc2fieF .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-v8MZc2fieF .grid-item img {
    height: 140px;
  }
}
.cid-v8MZc2fieF .grid-container-1,
.cid-v8MZc2fieF .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v8MZc2fieF .grid-container-1 {
  align-items: flex-end;
}
.cid-v8MZc2fieF .grid-container-2 {
  align-items: flex-start;
}
.cid-vax4PmQkWr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ece5e1;
}
.cid-vax4PmQkWr .item:focus,
.cid-vax4PmQkWr span:focus {
  outline: none;
}
.cid-vax4PmQkWr .item {
  cursor: pointer;
}
.cid-vax4PmQkWr .grid-container {
  grid-row-gap: 20px;
}
@media (max-width: 992px) {
  .cid-vax4PmQkWr .grid-container {
    grid-row-gap: 15px;
  }
}
.cid-vax4PmQkWr .grid-container-1,
.cid-vax4PmQkWr .grid-container-2 {
  gap: 0 20px;
}
@media (max-width: 767px) {
  .cid-vax4PmQkWr .grid-container-1,
  .cid-vax4PmQkWr .grid-container-2 {
    gap: 0 15px;
  }
}
.cid-vax4PmQkWr .mbr-section-title {
  margin-bottom: 50px;
  color: #f20d25;
  text-align: center;
}
.cid-vax4PmQkWr .content-head {
  max-width: 800px;
}
.cid-vax4PmQkWr .container,
.cid-vax4PmQkWr .container-fluid {
  overflow: hidden;
}
.cid-vax4PmQkWr .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vax4PmQkWr .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vax4PmQkWr .grid-item:nth-child(2n) img {
  height: 350px;
}
@media (max-width: 1200px) {
  .cid-vax4PmQkWr .grid-item:nth-child(2n) img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-vax4PmQkWr .grid-item:nth-child(2n) img {
    min-width: 35vw;
    height: 200px;
  }
}
@media (max-width: 425px) {
  .cid-vax4PmQkWr .grid-item:nth-child(2n) img {
    height: 140px;
  }
}
.cid-vax4PmQkWr .grid-item img {
  box-shadow: 0 8px 50px -8px #272b2e;
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vax4PmQkWr .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-vax4PmQkWr .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vax4PmQkWr .grid-item img {
    height: 140px;
  }
}
.cid-vax4PmQkWr .grid-container-1,
.cid-vax4PmQkWr .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vax4PmQkWr .grid-container-1 {
  align-items: flex-end;
}
.cid-vax4PmQkWr .grid-container-2 {
  align-items: flex-start;
}
.cid-vaxUDmqjW8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ece5e1;
}
.cid-vaxUDmqjW8 .item:focus,
.cid-vaxUDmqjW8 span:focus {
  outline: none;
}
.cid-vaxUDmqjW8 .item {
  cursor: pointer;
}
.cid-vaxUDmqjW8 .grid-container {
  grid-row-gap: 20px;
}
@media (max-width: 992px) {
  .cid-vaxUDmqjW8 .grid-container {
    grid-row-gap: 15px;
  }
}
.cid-vaxUDmqjW8 .grid-container-1,
.cid-vaxUDmqjW8 .grid-container-2 {
  gap: 0 20px;
}
@media (max-width: 767px) {
  .cid-vaxUDmqjW8 .grid-container-1,
  .cid-vaxUDmqjW8 .grid-container-2 {
    gap: 0 15px;
  }
}
.cid-vaxUDmqjW8 .mbr-section-title {
  margin-bottom: 50px;
  color: #f20d25;
  text-align: center;
}
.cid-vaxUDmqjW8 .content-head {
  max-width: 800px;
}
.cid-vaxUDmqjW8 .container,
.cid-vaxUDmqjW8 .container-fluid {
  overflow: hidden;
}
.cid-vaxUDmqjW8 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vaxUDmqjW8 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaxUDmqjW8 .grid-item:nth-child(2n) img {
  height: 350px;
}
@media (max-width: 1200px) {
  .cid-vaxUDmqjW8 .grid-item:nth-child(2n) img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-vaxUDmqjW8 .grid-item:nth-child(2n) img {
    min-width: 35vw;
    height: 200px;
  }
}
@media (max-width: 425px) {
  .cid-vaxUDmqjW8 .grid-item:nth-child(2n) img {
    height: 140px;
  }
}
.cid-vaxUDmqjW8 .grid-item img {
  box-shadow: 0 8px 50px -8px #272b2e;
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vaxUDmqjW8 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-vaxUDmqjW8 .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vaxUDmqjW8 .grid-item img {
    height: 140px;
  }
}
.cid-vaxUDmqjW8 .grid-container-1,
.cid-vaxUDmqjW8 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vaxUDmqjW8 .grid-container-1 {
  align-items: flex-end;
}
.cid-vaxUDmqjW8 .grid-container-2 {
  align-items: flex-start;
}
.cid-vayGnLvsod {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ece5e1;
}
.cid-vayGnLvsod .item:focus,
.cid-vayGnLvsod span:focus {
  outline: none;
}
.cid-vayGnLvsod .item {
  cursor: pointer;
}
.cid-vayGnLvsod .grid-container {
  grid-row-gap: 20px;
}
@media (max-width: 992px) {
  .cid-vayGnLvsod .grid-container {
    grid-row-gap: 15px;
  }
}
.cid-vayGnLvsod .grid-container-1,
.cid-vayGnLvsod .grid-container-2 {
  gap: 0 20px;
}
@media (max-width: 767px) {
  .cid-vayGnLvsod .grid-container-1,
  .cid-vayGnLvsod .grid-container-2 {
    gap: 0 15px;
  }
}
.cid-vayGnLvsod .mbr-section-title {
  margin-bottom: 50px;
  color: #f20d25;
  text-align: center;
}
.cid-vayGnLvsod .content-head {
  max-width: 800px;
}
.cid-vayGnLvsod .container,
.cid-vayGnLvsod .container-fluid {
  overflow: hidden;
}
.cid-vayGnLvsod .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vayGnLvsod .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vayGnLvsod .grid-item:nth-child(2n) img {
  height: 350px;
}
@media (max-width: 1200px) {
  .cid-vayGnLvsod .grid-item:nth-child(2n) img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-vayGnLvsod .grid-item:nth-child(2n) img {
    min-width: 35vw;
    height: 200px;
  }
}
@media (max-width: 425px) {
  .cid-vayGnLvsod .grid-item:nth-child(2n) img {
    height: 140px;
  }
}
.cid-vayGnLvsod .grid-item img {
  box-shadow: 0 8px 50px -8px #272b2e;
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vayGnLvsod .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-vayGnLvsod .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vayGnLvsod .grid-item img {
    height: 140px;
  }
}
.cid-vayGnLvsod .grid-container-1,
.cid-vayGnLvsod .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vayGnLvsod .grid-container-1 {
  align-items: flex-end;
}
.cid-vayGnLvsod .grid-container-2 {
  align-items: flex-start;
}
.cid-v63qUAfwEX {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ece5e1;
  background: linear-gradient(180deg, #ece5e1, #000000);
}
.cid-v63qUAfwEX .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(180deg, #5a31fb, #000000);
}
.cid-v63qUAfwEX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v63qUAfwEX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWZMoSG3Ql {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #111111;
  overflow: hidden;
}
.cid-uWZMoSG3Ql::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #121212 50%);
  z-index: 1;
}
.cid-uWZMoSG3Ql .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWZMoSG3Ql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWZMoSG3Ql .container {
    padding: 0 22px;
  }
}
.cid-uWZMoSG3Ql .row {
  position: relative;
  z-index: 1;
}
.cid-uWZMoSG3Ql .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uWZMoSG3Ql .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uWZMoSG3Ql .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
@media (max-width: 992px) {
  .cid-uWZMoSG3Ql .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWZMoSG3Ql .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uWZMoSG3Ql .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWZMoSG3Ql .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWZMoSG3Ql .nav-wrapper {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-uWZMoSG3Ql .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWZMoSG3Ql .nav-wrapper .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uWZMoSG3Ql .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uWZMoSG3Ql .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uWZMoSG3Ql .nav-wrapper .list .item-wrap:hover,
.cid-uWZMoSG3Ql .nav-wrapper .list .item-wrap:hover {
  color: #f20d25;
}
.cid-uWZMoSG3Ql .nav-wrapper .list .item-wrap:hover::before,
.cid-uWZMoSG3Ql .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uWZMoSG3Ql .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #f20d25;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uWZMoSG3Ql .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWZMoSG3Ql .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uWZMoSG3Ql .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uWZMoSG3Ql .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uWZMoSG3Ql .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uWZMoSG3Ql .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uWZMoSG3Ql .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uWZMoSG3Ql .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #f20d25;
}
.cid-uWZMoSG3Ql .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uWZMoSG3Ql .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uWZMoSG3Ql .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uWZMoSG3Ql .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #f20d25;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uWZMoSG3Ql .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWZMoSG3Ql .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uWZMoSG3Ql .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uWZMoSG3Ql .desc-wrapper .social-wrapper {
  text-align: center;
  margin-top: 10px;
}
.cid-uWZMoSG3Ql .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uWZMoSG3Ql .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uWZMoSG3Ql .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uWZMoSG3Ql .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uWZMoSG3Ql .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWZMoSG3Ql .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWZMoSG3Ql .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWZMoSG3Ql .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #f20d25;
}
.cid-uWZMoSG3Ql .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWZMoSG3Ql .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uWZMoSG3Ql .mbr-section-title {
  color: #f20d25;
  text-align: center;
}
.cid-uWZMoSG3Ql .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uWZMoSG3Ql .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uWZMoSG3Ql .list {
  color: #ffffff;
}
.cid-uWZMoSG3Ql .mbr-contact {
  color: #ffffff;
}
.cid-uWZMoSG3Ql .mbr-desc {
  color: #ffffff;
}
.cid-uWZMoSG3Ql .list,
.cid-uWZMoSG3Ql .item-wrap {
  text-align: center;
}
.cid-uWZMoSG3Ql .mbr-contact,
.cid-uWZMoSG3Ql .item-contact {
  text-align: center;
}
.cid-uWZMoSG3Ql .mbr-desc,
.cid-uWZMoSG3Ql .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v994TKe6jM {
  background-image: url("https://dansecorpsetames.com/assets/images/page-tarifs/inscription-corpsetames.jpg");
  flex-direction: column;
  justify-content: space-between;
}
.cid-v994TKe6jM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v994TKe6jM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v994TKe6jM .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-v994TKe6jM .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-v994TKe6jM .container-fluid {
    padding: 0 20px;
  }
}
.cid-v994TKe6jM .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-v994TKe6jM .container {
    padding: 0 20px;
  }
}
.cid-v994TKe6jM .row {
  height: 100%;
}
.cid-v994TKe6jM .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.cid-v994TKe6jM .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v994TKe6jM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-v994TKe6jM .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v994TKe6jM .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v994TKe6jM .mbr-section-title {
  color: #ffffff;
}
.cid-v994TKe6jM .mbr-desc {
  color: #ef0a08;
}
.cid-v994TKe6jM .mbr-section-title,
.cid-v994TKe6jM .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v994TKe6jM .btn-secondary {
  box-shadow: 0px 32px 32px -10px #363a44 !important;
}
@media (max-width: 767px) {
  .cid-v994TKe6jM .btn-secondary {
    min-height: 0px;
    padding-right: 40px;
  }
}
.cid-v994TKe6jM .btn-success {
  box-shadow: 0px 32px 32px -10px #363a44 !important;
}
@media (max-width: 767px) {
  .cid-v994TKe6jM .btn-success {
    min-height: 0px;
    padding-right: 40px;
  }
}
.cid-v994TKe6jM .btn-warning {
  box-shadow: 0px 32px 32px -10px #363a44 !important;
}
@media (max-width: 767px) {
  .cid-v994TKe6jM .btn-warning {
    min-height: 0px;
    padding-right: 40px;
  }
}
.cid-uXEBU9JWjW {
  background-color: #e2d8d8;
}
.cid-uXEBU9JWjW .card-wrapper {
  background-color: #ffffff;
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  position: relative;
  padding: 10px;
}
.cid-uXEBU9JWjW .btn {
  color: #18293D !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  width: 90%;
  margin: 0;
  margin-top: 8px;
}
.cid-uXEBU9JWjW .btn:hover {
  background-color: #18293D !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-uXEBU9JWjW .card-wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 991px) {
  .cid-uXEBU9JWjW .container {
    width: 980px;
  }
}
.cid-uXEBU9JWjW .mbr-text {
  text-align: center;
}
.cid-uXEBU9JWjW .time {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uXEBU9JWjW .display-1 {
    font-size: 70px;
  }
  .cid-uXEBU9JWjW .display-5 {
    font-size: 29px;
  }
  .cid-uXEBU9JWjW .display-7 {
    font-size: 22px;
  }
}
.cid-uXEBU9JWjW .danse {
  font-size: 25px;
}
.cid-uXEBU9JWjW mark {
  border-radius: 6px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #fff;
  background-color: #121212;
}
.cid-uXEBU9JWjW mark1 {
  border-radius: 6px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #fff;
  background-color: #ffa238;
}
.cid-uXEBU9JWjW mark2 {
  border-radius: 6px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #fff;
  background-color: #7693cb;
}
.cid-uXEBU9JWjW mark3 {
  border-radius: 6px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #fff;
  background-color: #d5b1d7;
}
.cid-uXEBU9JWjW mark4 {
  border-radius: 6px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #fff;
  background-color: #039099;
}
.cid-uXEBU9JWjW .mbr-section-title {
  text-align: center;
  color: #f20d25;
}
.cid-uXEBU9JWjW .mbr-section-subtitle {
  text-align: center;
}
.cid-uXEBU9JWjW .nav-tabs .nav-item.open .nav-link:focus,
.cid-uXEBU9JWjW .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uXEBU9JWjW .nav-tabs {
  width: 100%;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uXEBU9JWjW .nav-item {
  width: 12%;
}
@media (max-width: 991px) {
  .cid-uXEBU9JWjW .nav-item {
    width: 11%;
  }
}
@media (max-width: 767px) {
  .cid-uXEBU9JWjW .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uXEBU9JWjW .nav-tabs .nav-link {
  transition: all .5s;
  border: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-uXEBU9JWjW .nav-tabs .nav-link:not(.active) {
  color: #121212;
}
@media (min-width: 768px) {
  .cid-uXEBU9JWjW .nav-tabs .nav-item {
    margin-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uXEBU9JWjW .nav-tabs .nav-item {
    margin-bottom: 1.5rem;
  }
}
.cid-uXEBU9JWjW .nav-link,
.cid-uXEBU9JWjW .nav-link.active {
  padding: 0;
  background-color: transparent;
}
.cid-uXEBU9JWjW .nav-tabs .nav-link.active .number {
  border: 0px solid #121212;
  background: #f20d25;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.cid-uXEBU9JWjW .mbr-card-text {
  text-align: center;
}
.cid-uXEBU9JWjW .day {
  font-size: 16px;
}
.cid-uXEBU9JWjW .number {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
}
.cid-uXEBU9JWjW .card-title {
  text-align: left;
  color: #f20d25;
}
.cid-uZlO0QuWdH {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #e2d8d8;
}
.cid-uZlO0QuWdH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZlO0QuWdH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZlO0QuWdH .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uZlO0QuWdH .mbr-section-title {
  color: #24262b;
}
.cid-uZlO0QuWdH .mbr-section-subtitle {
  color: #24262b;
}
.cid-uZlO0QuWdH .items-row {
  row-gap: 32px;
}
.cid-uZlO0QuWdH .item-wrapper {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}
.cid-uZlO0QuWdH .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uZlO0QuWdH .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #f20d25;
  transform: translateX(-50%) translateY(-50%);
  background-color: #f4f6fa;
  transition: 0.3s;
}
.cid-uZlO0QuWdH .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uZlO0QuWdH .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uZlO0QuWdH .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uZlO0QuWdH .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uZlO0QuWdH .mbr-item-subtitle {
  color: #24262b;
}
.cid-uZlO0QuWdH .carousel-control,
.cid-uZlO0QuWdH .close {
  background: #1b1b1b;
}
.cid-uZlO0QuWdH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZlO0QuWdH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZlO0QuWdH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZlO0QuWdH .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZlO0QuWdH .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uZlO0QuWdH .close::before {
  content: '\e91a';
}
.cid-uZlO0QuWdH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZlO0QuWdH .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZlO0QuWdH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZlO0QuWdH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZlO0QuWdH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZlO0QuWdH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZlO0QuWdH .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZlO0QuWdH .carousel-indicators li.active,
.cid-uZlO0QuWdH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZlO0QuWdH .carousel-indicators li::after,
.cid-uZlO0QuWdH .carousel-indicators li::before {
  content: none;
}
.cid-uZlO0QuWdH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZlO0QuWdH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZlO0QuWdH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZlO0QuWdH .carousel-indicators {
    display: none;
  }
}
.cid-uZlO0QuWdH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZlO0QuWdH .carousel-inner > .active {
  display: block;
}
.cid-uZlO0QuWdH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZlO0QuWdH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZlO0QuWdH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZlO0QuWdH .carousel-control,
  .cid-uZlO0QuWdH .carousel-indicators,
  .cid-uZlO0QuWdH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZlO0QuWdH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZlO0QuWdH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZlO0QuWdH .card {
  justify-content: center;
}
.cid-uZlO0QuWdH .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uZlO0QuWdH .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZlO0QuWdH .carousel-indicators .active,
.cid-uZlO0QuWdH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZlO0QuWdH .carousel-indicators .active {
  background: #fff;
}
.cid-uZlO0QuWdH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZlO0QuWdH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZlO0QuWdH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZlO0QuWdH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZlO0QuWdH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZlO0QuWdH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZlO0QuWdH .carousel {
  width: 100%;
}
.cid-uZlO0QuWdH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZlO0QuWdH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZlO0QuWdH .modal.fade .modal-dialog,
.cid-uZlO0QuWdH .modal.in .modal-dialog {
  transform: none;
}
.cid-uZlO0QuWdH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZlO0QuWdH H6 {
  text-align: center;
}
.cid-v8B8nvHBqg {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #e2d8d8;
  overflow: hidden;
}
.cid-v8B8nvHBqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8B8nvHBqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8B8nvHBqg .hr {
  text-align: center;
  height: 1px;
  color: #ffffff;
  opacity: 0.4;
}
.cid-v8B8nvHBqg .best-price {
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
}
.cid-v8B8nvHBqg .best-price .mbr-best {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  display: inline-flex;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 6px 15px;
  background-color: #f20d25;
}
.cid-v8B8nvHBqg .mbr-best,
.cid-v8B8nvHBqg .best-price {
  text-align: center;
  color: #ffffff;
}
.cid-v8B8nvHBqg .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v8B8nvHBqg .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v8B8nvHBqg .content-wrapper::before,
.cid-v8B8nvHBqg .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v8B8nvHBqg .content-wrapper::before {
  left: 0;
}
.cid-v8B8nvHBqg .content-wrapper::after {
  right: 0;
}
.cid-v8B8nvHBqg .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  margin: 0 -8px;
}
.cid-v8B8nvHBqg .title-wrapper {
  margin-bottom: 40px;
}
.cid-v8B8nvHBqg .mbr-label {
  margin-bottom: 0;
  color: #f20d25;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8B8nvHBqg .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-v8B8nvHBqg .mbr-section-title {
  margin-bottom: 0;
  color: #f20d25;
  text-align: center;
}
.cid-v8B8nvHBqg .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v8B8nvHBqg .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8B8nvHBqg .item .item-wrapper {
  border-radius: 15px !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #454545;
}
.cid-v8B8nvHBqg .item .item-wrapper .item-content {
  padding: 40px 20px;
}
@media (max-width: 992px) {
  .cid-v8B8nvHBqg .item .item-wrapper .item-content {
    padding: 24px 16px;
  }
}
.cid-v8B8nvHBqg .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-v8B8nvHBqg .item .item-wrapper .item-content .item-price {
  margin-bottom: 24px;
}
.cid-v8B8nvHBqg .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v8B8nvHBqg .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8B8nvHBqg .item .item-wrapper .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v8B8nvHBqg .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-v8B8nvHBqg .item .item-wrapper .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
.cid-v8B8nvHBqg .item .item-wrapper .list-wrapper {
  width: 100%;
  padding: 0 20px 40px 20px;
}
@media (max-width: 992px) {
  .cid-v8B8nvHBqg .item .item-wrapper .list-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-v8B8nvHBqg .item .item-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-v8B8nvHBqg .item .item-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  padding-left: 16px;
}
.cid-v8B8nvHBqg .item .item-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
}
.cid-v8B8nvHBqg .item .item-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8B8nvHBqg .item .item-wrapper .list_2 .list .item-wrap::before {
  background-color: #ff4306;
}
.cid-v8B8nvHBqg .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-v8B8nvHBqg .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-v8B8nvHBqg .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-v8B8nvHBqg .list,
.cid-v8B8nvHBqg .item-wrap,
.cid-v8B8nvHBqg .tags-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-v8Bj3SSVlO {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #e2d8d8;
  overflow: hidden;
}
.cid-v8Bj3SSVlO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Bj3SSVlO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Bj3SSVlO .hr {
  text-align: center;
  height: 1px;
  color: #ffffff;
  opacity: 0.4;
}
.cid-v8Bj3SSVlO .best-price {
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
}
.cid-v8Bj3SSVlO .best-price .mbr-best {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  display: inline-flex;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 6px 15px;
  background-color: #f20d25;
}
.cid-v8Bj3SSVlO .mbr-best,
.cid-v8Bj3SSVlO .best-price {
  text-align: center;
  color: #ffffff;
}
.cid-v8Bj3SSVlO .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v8Bj3SSVlO .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v8Bj3SSVlO .content-wrapper::before,
.cid-v8Bj3SSVlO .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v8Bj3SSVlO .content-wrapper::before {
  left: 0;
}
.cid-v8Bj3SSVlO .content-wrapper::after {
  right: 0;
}
.cid-v8Bj3SSVlO .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  margin: 0 -8px;
}
.cid-v8Bj3SSVlO .title-wrapper {
  margin-bottom: 40px;
}
.cid-v8Bj3SSVlO .mbr-label {
  margin-bottom: 0;
  color: #f20d25;
}
@media (max-width: 992px) {
  .cid-v8Bj3SSVlO .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-v8Bj3SSVlO .mbr-section-title {
  margin-bottom: 0;
  color: #f20d25;
  text-align: center;
}
.cid-v8Bj3SSVlO .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v8Bj3SSVlO .item:last-child {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.cid-v8Bj3SSVlO .item .item-wrapper {
  border-radius: 15px !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #454545;
}
.cid-v8Bj3SSVlO .item .item-wrapper .item-content {
  padding: 40px 20px;
}
@media (max-width: 992px) {
  .cid-v8Bj3SSVlO .item .item-wrapper .item-content {
    padding: 24px 16px;
  }
}
.cid-v8Bj3SSVlO .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-v8Bj3SSVlO .item .item-wrapper .item-content .item-price {
  margin-bottom: 24px;
}
.cid-v8Bj3SSVlO .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v8Bj3SSVlO .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8Bj3SSVlO .item .item-wrapper .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v8Bj3SSVlO .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-v8Bj3SSVlO .item .item-wrapper .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
.cid-v8Bj3SSVlO .item .item-wrapper .list-wrapper {
  width: 100%;
  padding: 0 20px 40px 20px;
}
@media (max-width: 992px) {
  .cid-v8Bj3SSVlO .item .item-wrapper .list-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-v8Bj3SSVlO .item .item-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-v8Bj3SSVlO .item .item-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  padding-left: 16px;
}
.cid-v8Bj3SSVlO .item .item-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
}
.cid-v8Bj3SSVlO .item .item-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8Bj3SSVlO .item .item-wrapper .list_2 .list .item-wrap::before {
  background-color: #ff4306;
}
.cid-v8Bj3SSVlO .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-v8Bj3SSVlO .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-v8Bj3SSVlO .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-v8Bj3SSVlO .list,
.cid-v8Bj3SSVlO .item-wrap,
.cid-v8Bj3SSVlO .tags-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-v8BpwEfa9Z {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e2d8d8;
  overflow: hidden;
}
.cid-v8BpwEfa9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8BpwEfa9Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8BpwEfa9Z .hr {
  text-align: center;
  height: 1px;
  color: #ffffff;
  opacity: 0.4;
}
.cid-v8BpwEfa9Z .best-price {
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
}
.cid-v8BpwEfa9Z .best-price .mbr-best {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  display: inline-flex;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 6px 15px;
  background-color: #f20d25;
}
.cid-v8BpwEfa9Z .mbr-best,
.cid-v8BpwEfa9Z .best-price {
  text-align: center;
  color: #ffffff;
}
.cid-v8BpwEfa9Z .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v8BpwEfa9Z .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v8BpwEfa9Z .content-wrapper::before,
.cid-v8BpwEfa9Z .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v8BpwEfa9Z .content-wrapper::before {
  left: 0;
}
.cid-v8BpwEfa9Z .content-wrapper::after {
  right: 0;
}
.cid-v8BpwEfa9Z .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  margin: 0 -8px;
}
.cid-v8BpwEfa9Z .title-wrapper {
  margin-bottom: 40px;
}
.cid-v8BpwEfa9Z .mbr-label {
  margin-bottom: 0;
  color: #f20d25;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8BpwEfa9Z .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-v8BpwEfa9Z .mbr-section-title {
  margin-bottom: 0;
  color: #f20d25;
  text-align: center;
}
.cid-v8BpwEfa9Z .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v8BpwEfa9Z .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8BpwEfa9Z .item .item-wrapper {
  border-radius: 15px !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #454545;
}
.cid-v8BpwEfa9Z .item .item-wrapper .item-content {
  padding: 40px 20px;
}
@media (max-width: 992px) {
  .cid-v8BpwEfa9Z .item .item-wrapper .item-content {
    padding: 24px 16px;
  }
}
.cid-v8BpwEfa9Z .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-v8BpwEfa9Z .item .item-wrapper .item-content .item-price {
  margin-bottom: 24px;
}
.cid-v8BpwEfa9Z .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v8BpwEfa9Z .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8BpwEfa9Z .item .item-wrapper .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v8BpwEfa9Z .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-v8BpwEfa9Z .item .item-wrapper .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
.cid-v8BpwEfa9Z .item .item-wrapper .list-wrapper {
  width: 100%;
  padding: 0 20px 40px 20px;
}
@media (max-width: 992px) {
  .cid-v8BpwEfa9Z .item .item-wrapper .list-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-v8BpwEfa9Z .item .item-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-v8BpwEfa9Z .item .item-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  padding-left: 16px;
}
.cid-v8BpwEfa9Z .item .item-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
}
.cid-v8BpwEfa9Z .item .item-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8BpwEfa9Z .item .item-wrapper .list_2 .list .item-wrap::before {
  background-color: #ff4306;
}
.cid-v8BpwEfa9Z .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-v8BpwEfa9Z .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-v8BpwEfa9Z .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-v8BpwEfa9Z .list,
.cid-v8BpwEfa9Z .item-wrap,
.cid-v8BpwEfa9Z .tags-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-vcykKOXPAj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e2d8d8;
  overflow: hidden;
}
.cid-vcykKOXPAj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcykKOXPAj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcykKOXPAj .hr {
  text-align: center;
  height: 1px;
  color: #ffffff;
  opacity: 0.4;
}
.cid-vcykKOXPAj .best-price {
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
}
.cid-vcykKOXPAj .best-price .mbr-best {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  display: inline-flex;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 6px 15px;
  background-color: #f20d25;
}
@media (max-width: 767px) {
  .cid-vcykKOXPAj .best-price .mbr-best {
    padding: 0px 10px;
  }
}
.cid-vcykKOXPAj .mbr-best,
.cid-vcykKOXPAj .best-price {
  text-align: center;
  color: #ffffff;
}
.cid-vcykKOXPAj .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vcykKOXPAj .content-wrapper {
    padding: 0 16px;
  }
}
.cid-vcykKOXPAj .content-wrapper::before,
.cid-vcykKOXPAj .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-vcykKOXPAj .content-wrapper::before {
  left: 0;
}
.cid-vcykKOXPAj .content-wrapper::after {
  right: 0;
}
.cid-vcykKOXPAj .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  margin: 0 -8px;
}
.cid-vcykKOXPAj .title-wrapper {
  margin-bottom: 40px;
}
.cid-vcykKOXPAj .mbr-label {
  margin-bottom: 0;
  color: #f20d25;
}
@media (max-width: 992px) {
  .cid-vcykKOXPAj .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-vcykKOXPAj .mbr-section-title {
  margin-bottom: 0;
  color: #f20d25;
  text-align: center;
}
.cid-vcykKOXPAj .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcykKOXPAj .item:last-child {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.cid-vcykKOXPAj .item .item-wrapper {
  border-radius: 15px !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #454545;
}
.cid-vcykKOXPAj .item .item-wrapper .item-content {
  padding: 40px 20px;
}
@media (max-width: 992px) {
  .cid-vcykKOXPAj .item .item-wrapper .item-content {
    padding: 24px 16px;
  }
}
.cid-vcykKOXPAj .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-vcykKOXPAj .item .item-wrapper .item-content .item-price {
  margin-bottom: 24px;
}
.cid-vcykKOXPAj .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vcykKOXPAj .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcykKOXPAj .item .item-wrapper .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-vcykKOXPAj .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-vcykKOXPAj .item .item-wrapper .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
.cid-vcykKOXPAj .item .item-wrapper .list-wrapper {
  width: 100%;
  padding: 0 20px 40px 20px;
}
@media (max-width: 992px) {
  .cid-vcykKOXPAj .item .item-wrapper .list-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-vcykKOXPAj .item .item-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vcykKOXPAj .item .item-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  padding-left: 16px;
}
.cid-vcykKOXPAj .item .item-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
}
.cid-vcykKOXPAj .item .item-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcykKOXPAj .item .item-wrapper .list_2 .list .item-wrap::before {
  background-color: #ff4306;
}
.cid-vcykKOXPAj .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcykKOXPAj .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-vcykKOXPAj .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-vcykKOXPAj .list,
.cid-vcykKOXPAj .item-wrap,
.cid-vcykKOXPAj .tags-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-v8H1eIZCzr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e2d8d8;
  overflow: hidden;
}
.cid-v8H1eIZCzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8H1eIZCzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8H1eIZCzr .hr {
  text-align: center;
  height: 1px;
  color: #ffffff;
  opacity: 0.4;
}
.cid-v8H1eIZCzr .best-price {
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
}
.cid-v8H1eIZCzr .best-price .mbr-best {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  display: inline-flex;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 6px 15px;
  background-color: #f20d25;
}
@media (max-width: 767px) {
  .cid-v8H1eIZCzr .best-price .mbr-best {
    padding: 0px 10px;
  }
}
.cid-v8H1eIZCzr .mbr-best,
.cid-v8H1eIZCzr .best-price {
  text-align: center;
  color: #ffffff;
}
.cid-v8H1eIZCzr .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v8H1eIZCzr .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v8H1eIZCzr .content-wrapper::before,
.cid-v8H1eIZCzr .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v8H1eIZCzr .content-wrapper::before {
  left: 0;
}
.cid-v8H1eIZCzr .content-wrapper::after {
  right: 0;
}
.cid-v8H1eIZCzr .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  margin: 0 -8px;
}
.cid-v8H1eIZCzr .title-wrapper {
  margin-bottom: 40px;
}
.cid-v8H1eIZCzr .mbr-label {
  margin-bottom: 0;
  color: #f20d25;
}
@media (max-width: 992px) {
  .cid-v8H1eIZCzr .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-v8H1eIZCzr .mbr-section-title {
  margin-bottom: 0;
  color: #f20d25;
  text-align: center;
}
.cid-v8H1eIZCzr .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v8H1eIZCzr .item:last-child {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.cid-v8H1eIZCzr .item .item-wrapper {
  border-radius: 15px !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #454545;
}
.cid-v8H1eIZCzr .item .item-wrapper .item-content {
  padding: 40px 20px;
}
@media (max-width: 992px) {
  .cid-v8H1eIZCzr .item .item-wrapper .item-content {
    padding: 24px 16px;
  }
}
.cid-v8H1eIZCzr .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-v8H1eIZCzr .item .item-wrapper .item-content .item-price {
  margin-bottom: 24px;
}
.cid-v8H1eIZCzr .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v8H1eIZCzr .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8H1eIZCzr .item .item-wrapper .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v8H1eIZCzr .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-v8H1eIZCzr .item .item-wrapper .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
.cid-v8H1eIZCzr .item .item-wrapper .list-wrapper {
  width: 100%;
  padding: 0 20px 40px 20px;
}
@media (max-width: 992px) {
  .cid-v8H1eIZCzr .item .item-wrapper .list-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-v8H1eIZCzr .item .item-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-v8H1eIZCzr .item .item-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  padding-left: 16px;
}
.cid-v8H1eIZCzr .item .item-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
}
.cid-v8H1eIZCzr .item .item-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8H1eIZCzr .item .item-wrapper .list_2 .list .item-wrap::before {
  background-color: #ff4306;
}
.cid-v8H1eIZCzr .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-v8H1eIZCzr .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-v8H1eIZCzr .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-v8H1eIZCzr .list,
.cid-v8H1eIZCzr .item-wrap,
.cid-v8H1eIZCzr .tags-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-vcyhyaupVY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e2d8d8;
  overflow: hidden;
}
.cid-vcyhyaupVY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcyhyaupVY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcyhyaupVY .hr {
  text-align: center;
  height: 1px;
  color: #ffffff;
  opacity: 0.4;
}
.cid-vcyhyaupVY .best-price {
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
}
.cid-vcyhyaupVY .best-price .mbr-best {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  display: inline-flex;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 6px 15px;
  background-color: #f20d25;
}
@media (max-width: 767px) {
  .cid-vcyhyaupVY .best-price .mbr-best {
    padding: 0px 10px;
  }
}
.cid-vcyhyaupVY .mbr-best,
.cid-vcyhyaupVY .best-price {
  text-align: center;
  color: #ffffff;
}
.cid-vcyhyaupVY .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vcyhyaupVY .content-wrapper {
    padding: 0 16px;
  }
}
.cid-vcyhyaupVY .content-wrapper::before,
.cid-vcyhyaupVY .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-vcyhyaupVY .content-wrapper::before {
  left: 0;
}
.cid-vcyhyaupVY .content-wrapper::after {
  right: 0;
}
.cid-vcyhyaupVY .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  margin: 0 -8px;
}
.cid-vcyhyaupVY .title-wrapper {
  margin-bottom: 40px;
}
.cid-vcyhyaupVY .mbr-label {
  margin-bottom: 0;
  color: #f20d25;
}
@media (max-width: 992px) {
  .cid-vcyhyaupVY .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-vcyhyaupVY .mbr-section-title {
  margin-bottom: 0;
  color: #f20d25;
  text-align: center;
}
.cid-vcyhyaupVY .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcyhyaupVY .item:last-child {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.cid-vcyhyaupVY .item .item-wrapper {
  border-radius: 15px !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #454545;
}
.cid-vcyhyaupVY .item .item-wrapper .item-content {
  padding: 40px 20px;
}
@media (max-width: 992px) {
  .cid-vcyhyaupVY .item .item-wrapper .item-content {
    padding: 24px 16px;
  }
}
.cid-vcyhyaupVY .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-vcyhyaupVY .item .item-wrapper .item-content .item-price {
  margin-bottom: 24px;
}
.cid-vcyhyaupVY .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vcyhyaupVY .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcyhyaupVY .item .item-wrapper .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-vcyhyaupVY .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-vcyhyaupVY .item .item-wrapper .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
.cid-vcyhyaupVY .item .item-wrapper .list-wrapper {
  width: 100%;
  padding: 0 20px 40px 20px;
}
@media (max-width: 992px) {
  .cid-vcyhyaupVY .item .item-wrapper .list-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-vcyhyaupVY .item .item-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vcyhyaupVY .item .item-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  padding-left: 16px;
}
.cid-vcyhyaupVY .item .item-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
}
.cid-vcyhyaupVY .item .item-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcyhyaupVY .item .item-wrapper .list_2 .list .item-wrap::before {
  background-color: #ff4306;
}
.cid-vcyhyaupVY .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcyhyaupVY .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-vcyhyaupVY .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-vcyhyaupVY .list,
.cid-vcyhyaupVY .item-wrap,
.cid-vcyhyaupVY .tags-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-vcyiOuzsI9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e2d8d8;
  overflow: hidden;
}
.cid-vcyiOuzsI9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcyiOuzsI9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcyiOuzsI9 .hr {
  text-align: center;
  height: 1px;
  color: #ffffff;
  opacity: 0.4;
}
.cid-vcyiOuzsI9 .best-price {
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
}
.cid-vcyiOuzsI9 .best-price .mbr-best {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  display: inline-flex;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 6px 15px;
  background-color: #f20d25;
}
@media (max-width: 767px) {
  .cid-vcyiOuzsI9 .best-price .mbr-best {
    padding: 0px 10px;
  }
}
.cid-vcyiOuzsI9 .mbr-best,
.cid-vcyiOuzsI9 .best-price {
  text-align: center;
  color: #ffffff;
}
.cid-vcyiOuzsI9 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vcyiOuzsI9 .content-wrapper {
    padding: 0 16px;
  }
}
.cid-vcyiOuzsI9 .content-wrapper::before,
.cid-vcyiOuzsI9 .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-vcyiOuzsI9 .content-wrapper::before {
  left: 0;
}
.cid-vcyiOuzsI9 .content-wrapper::after {
  right: 0;
}
.cid-vcyiOuzsI9 .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  margin: 0 -8px;
}
.cid-vcyiOuzsI9 .title-wrapper {
  margin-bottom: 40px;
}
.cid-vcyiOuzsI9 .mbr-label {
  margin-bottom: 0;
  color: #f20d25;
}
@media (max-width: 992px) {
  .cid-vcyiOuzsI9 .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-vcyiOuzsI9 .mbr-section-title {
  margin-bottom: 0;
  color: #f20d25;
  text-align: center;
}
.cid-vcyiOuzsI9 .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcyiOuzsI9 .item:last-child {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.cid-vcyiOuzsI9 .item .item-wrapper {
  border-radius: 15px !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #454545;
}
.cid-vcyiOuzsI9 .item .item-wrapper .item-content {
  padding: 40px 20px;
}
@media (max-width: 992px) {
  .cid-vcyiOuzsI9 .item .item-wrapper .item-content {
    padding: 24px 16px;
  }
}
.cid-vcyiOuzsI9 .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-vcyiOuzsI9 .item .item-wrapper .item-content .item-price {
  margin-bottom: 24px;
}
.cid-vcyiOuzsI9 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vcyiOuzsI9 .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcyiOuzsI9 .item .item-wrapper .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-vcyiOuzsI9 .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-vcyiOuzsI9 .item .item-wrapper .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
.cid-vcyiOuzsI9 .item .item-wrapper .list-wrapper {
  width: 100%;
  padding: 0 20px 40px 20px;
}
@media (max-width: 992px) {
  .cid-vcyiOuzsI9 .item .item-wrapper .list-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-vcyiOuzsI9 .item .item-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vcyiOuzsI9 .item .item-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  padding-left: 16px;
}
.cid-vcyiOuzsI9 .item .item-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
}
.cid-vcyiOuzsI9 .item .item-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcyiOuzsI9 .item .item-wrapper .list_2 .list .item-wrap::before {
  background-color: #ff4306;
}
.cid-vcyiOuzsI9 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcyiOuzsI9 .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-vcyiOuzsI9 .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-vcyiOuzsI9 .list,
.cid-vcyiOuzsI9 .item-wrap,
.cid-vcyiOuzsI9 .tags-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-v8BnxcIJRV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e2d8d8;
  overflow: hidden;
}
.cid-v8BnxcIJRV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8BnxcIJRV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8BnxcIJRV .hr {
  text-align: center;
  height: 1px;
  color: #ffffff;
  opacity: 0.4;
}
.cid-v8BnxcIJRV .best-price {
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
}
.cid-v8BnxcIJRV .best-price .mbr-best {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  display: inline-flex;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 6px 15px;
  background-color: #f20d25;
}
@media (max-width: 767px) {
  .cid-v8BnxcIJRV .best-price .mbr-best {
    padding: 0px 10px;
  }
}
.cid-v8BnxcIJRV .mbr-best,
.cid-v8BnxcIJRV .best-price {
  text-align: center;
  color: #ffffff;
}
.cid-v8BnxcIJRV .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v8BnxcIJRV .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v8BnxcIJRV .content-wrapper::before,
.cid-v8BnxcIJRV .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v8BnxcIJRV .content-wrapper::before {
  left: 0;
}
.cid-v8BnxcIJRV .content-wrapper::after {
  right: 0;
}
.cid-v8BnxcIJRV .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  margin: 0 -8px;
}
.cid-v8BnxcIJRV .title-wrapper {
  margin-bottom: 40px;
}
.cid-v8BnxcIJRV .mbr-label {
  margin-bottom: 0;
  color: #f20d25;
}
@media (max-width: 992px) {
  .cid-v8BnxcIJRV .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-v8BnxcIJRV .mbr-section-title {
  margin-bottom: 0;
  color: #f20d25;
  text-align: center;
}
.cid-v8BnxcIJRV .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v8BnxcIJRV .item:last-child {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.cid-v8BnxcIJRV .item .item-wrapper {
  border-radius: 15px !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #454545;
}
.cid-v8BnxcIJRV .item .item-wrapper .item-content {
  padding: 40px 20px;
}
@media (max-width: 992px) {
  .cid-v8BnxcIJRV .item .item-wrapper .item-content {
    padding: 24px 16px;
  }
}
.cid-v8BnxcIJRV .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-v8BnxcIJRV .item .item-wrapper .item-content .item-price {
  margin-bottom: 24px;
}
.cid-v8BnxcIJRV .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v8BnxcIJRV .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8BnxcIJRV .item .item-wrapper .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v8BnxcIJRV .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-v8BnxcIJRV .item .item-wrapper .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
.cid-v8BnxcIJRV .item .item-wrapper .list-wrapper {
  width: 100%;
  padding: 0 20px 40px 20px;
}
@media (max-width: 992px) {
  .cid-v8BnxcIJRV .item .item-wrapper .list-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-v8BnxcIJRV .item .item-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-v8BnxcIJRV .item .item-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  padding-left: 16px;
}
.cid-v8BnxcIJRV .item .item-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
}
.cid-v8BnxcIJRV .item .item-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8BnxcIJRV .item .item-wrapper .list_2 .list .item-wrap::before {
  background-color: #ff4306;
}
.cid-v8BnxcIJRV .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-v8BnxcIJRV .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-v8BnxcIJRV .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-v8BnxcIJRV .list,
.cid-v8BnxcIJRV .item-wrap,
.cid-v8BnxcIJRV .tags-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-v1O49tHqUk {
  background-image: url("https://dansecorpsetames.com/assets/images/page-tarifs/formulaire.jpg");
}
.cid-v1O49tHqUk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1O49tHqUk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1O49tHqUk .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v1O49tHqUk .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v1O49tHqUk .content-wrapper {
    width: 100%;
  }
}
.cid-v1O49tHqUk .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-v1O49tHqUk .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v1O49tHqUk .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1O49tHqUk .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v1O49tHqUk .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-v1O49tHqUk .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-v1O49tHqUk .content-wrapper .desc-wrapper::before,
.cid-v1O49tHqUk .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ff7ca4 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-v1O49tHqUk .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-v1O49tHqUk .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-v1O49tHqUk .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-v1O49tHqUk .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-v1O49tHqUk .mbr-section-title {
  color: #181824;
}
.cid-v1O49tHqUk .btn-success {
  min-height: 0px;
}
.cid-v1O49tHqUk .mbr-text {
  color: #54547e;
  text-align: center;
}
.cid-v1O49tHqUk .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-v1O49tHqUk .mbr-section-title,
.cid-v1O49tHqUk .mbr-section-btn {
  text-align: center;
}
.cid-v1O49tHqUk .mbr-desc,
.cid-v1O49tHqUk .desc-wrapper {
  color: #f20d25;
}
.cid-v1O49tHqUk .mbr-section-title,
.cid-v1O49tHqUk .mbr-section-btn,
.cid-v1O49tHqUk .logo-wrapper {
  color: #f20d25;
}
.cid-uXn8bSKMbf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #111111;
  overflow: hidden;
}
.cid-uXn8bSKMbf::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #121212 50%);
  z-index: 1;
}
.cid-uXn8bSKMbf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXn8bSKMbf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXn8bSKMbf .container {
    padding: 0 22px;
  }
}
.cid-uXn8bSKMbf .row {
  position: relative;
  z-index: 1;
}
.cid-uXn8bSKMbf .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uXn8bSKMbf .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uXn8bSKMbf .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
@media (max-width: 992px) {
  .cid-uXn8bSKMbf .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXn8bSKMbf .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uXn8bSKMbf .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXn8bSKMbf .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXn8bSKMbf .nav-wrapper {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-uXn8bSKMbf .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXn8bSKMbf .nav-wrapper .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uXn8bSKMbf .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uXn8bSKMbf .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uXn8bSKMbf .nav-wrapper .list .item-wrap:hover,
.cid-uXn8bSKMbf .nav-wrapper .list .item-wrap:hover {
  color: #f20d25;
}
.cid-uXn8bSKMbf .nav-wrapper .list .item-wrap:hover::before,
.cid-uXn8bSKMbf .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uXn8bSKMbf .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #f20d25;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXn8bSKMbf .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXn8bSKMbf .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uXn8bSKMbf .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uXn8bSKMbf .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uXn8bSKMbf .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uXn8bSKMbf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uXn8bSKMbf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uXn8bSKMbf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #f20d25;
}
.cid-uXn8bSKMbf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uXn8bSKMbf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uXn8bSKMbf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uXn8bSKMbf .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #f20d25;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXn8bSKMbf .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXn8bSKMbf .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uXn8bSKMbf .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uXn8bSKMbf .desc-wrapper .social-wrapper {
  text-align: center;
  margin-top: 10px;
}
.cid-uXn8bSKMbf .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uXn8bSKMbf .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uXn8bSKMbf .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uXn8bSKMbf .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uXn8bSKMbf .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uXn8bSKMbf .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uXn8bSKMbf .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uXn8bSKMbf .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #f20d25;
}
.cid-uXn8bSKMbf .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uXn8bSKMbf .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uXn8bSKMbf .mbr-section-title {
  color: #f20d25;
  text-align: center;
}
.cid-uXn8bSKMbf .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uXn8bSKMbf .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uXn8bSKMbf .list {
  color: #ffffff;
}
.cid-uXn8bSKMbf .mbr-contact {
  color: #ffffff;
}
.cid-uXn8bSKMbf .mbr-desc {
  color: #ffffff;
}
.cid-uXn8bSKMbf .list,
.cid-uXn8bSKMbf .item-wrap {
  text-align: center;
}
.cid-uXn8bSKMbf .mbr-contact,
.cid-uXn8bSKMbf .item-contact {
  text-align: center;
}
.cid-uXn8bSKMbf .mbr-desc,
.cid-uXn8bSKMbf .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v9vWvJ0ISO.popup-builder {
  background-color: #ffffff;
}
.cid-v9vWvJ0ISO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v9vWvJ0ISO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v9vWvJ0ISO .modal-content,
.cid-v9vWvJ0ISO .modal-dialog {
  height: auto;
}
.cid-v9vWvJ0ISO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v9vWvJ0ISO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v9vWvJ0ISO .form-wrapper .mbr-form .form-group,
  .cid-v9vWvJ0ISO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v9vWvJ0ISO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v9vWvJ0ISO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v9vWvJ0ISO .mbr-text {
  text-align: justify;
}
.cid-v9vWvJ0ISO .pt-0 {
  padding-top: 0 !important;
}
.cid-v9vWvJ0ISO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v9vWvJ0ISO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v9vWvJ0ISO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v9vWvJ0ISO .modal-open {
  overflow: hidden;
}
.cid-v9vWvJ0ISO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v9vWvJ0ISO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v9vWvJ0ISO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v9vWvJ0ISO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v9vWvJ0ISO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v9vWvJ0ISO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v9vWvJ0ISO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v9vWvJ0ISO .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v9vWvJ0ISO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v9vWvJ0ISO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v9vWvJ0ISO .modal-backdrop.fade {
  opacity: 0;
}
.cid-v9vWvJ0ISO .modal-backdrop.show {
  opacity: .5;
}
.cid-v9vWvJ0ISO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v9vWvJ0ISO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v9vWvJ0ISO .modal-header {
    padding: 1rem;
  }
}
.cid-v9vWvJ0ISO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v9vWvJ0ISO .modal-header .close svg {
  fill: #353535;
}
.cid-v9vWvJ0ISO .modal-header .close:hover {
  opacity: 1;
}
.cid-v9vWvJ0ISO .modal-header .close:focus {
  outline: none;
}
.cid-v9vWvJ0ISO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v9vWvJ0ISO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v9vWvJ0ISO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9vWvJ0ISO .modal-body {
    padding: 1rem;
  }
}
.cid-v9vWvJ0ISO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v9vWvJ0ISO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9vWvJ0ISO .modal-footer {
    padding: 1rem;
  }
}
.cid-v9vWvJ0ISO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v9vWvJ0ISO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v9vWvJ0ISO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v9vWvJ0ISO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v9vWvJ0ISO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v9vWvJ0ISO .modal-lg,
  .cid-v9vWvJ0ISO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v9vWvJ0ISO .modal-xl {
    max-width: 1140px;
  }
}
.cid-v9vWvJ0ISO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v9vWvJ0ISO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v9vWvJ0ISO .form-group {
  margin-bottom: 1rem;
}
.cid-v9vWvJ0ISO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v9vWvJ0ISO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v9vWvJ0ISO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v9vWvJ0ISO .mbr-section-btn {
  margin: 0;
}
.cid-v9vWvJ0ISO .mbr-section-btn .btn {
  margin: 0;
}
.cid-uXbuOjaI8J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uXbuOjaI8J .wrapper {
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-uXbuOjaI8J .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uXbuOjaI8J .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-uXbuOjaI8J .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uXbuOjaI8J .social-row .soc-item {
    margin-right: .7rem;
  }
}
.cid-uXbuOjaI8J .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #ffa29d;
  transition: all 0.3s;
  color: #ffa29d;
}
.cid-uXbuOjaI8J .social-row .soc-item .mbr-iconfont:hover {
  background-color: #ffa29d;
  color: #000000;
}
.cid-uXbuOjaI8J .display-4 {
  line-height: 1.3;
}
.cid-uXbuOjaI8J .line {
  display: inline-block;
}
.cid-uXbuOjaI8J .border {
  padding: 2.5rem 2rem;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-uXbuOjaI8J .border {
    padding: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXbuOjaI8J .wrapp {
    padding: 1rem;
  }
}
.cid-uWU4s9UikD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #111111;
  overflow: hidden;
}
.cid-uWU4s9UikD::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #121212 50%);
  z-index: 1;
}
.cid-uWU4s9UikD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWU4s9UikD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWU4s9UikD .container {
    padding: 0 22px;
  }
}
.cid-uWU4s9UikD .row {
  position: relative;
  z-index: 1;
}
.cid-uWU4s9UikD .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uWU4s9UikD .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uWU4s9UikD .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
@media (max-width: 992px) {
  .cid-uWU4s9UikD .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWU4s9UikD .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uWU4s9UikD .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWU4s9UikD .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWU4s9UikD .nav-wrapper {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-uWU4s9UikD .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWU4s9UikD .nav-wrapper .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uWU4s9UikD .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uWU4s9UikD .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uWU4s9UikD .nav-wrapper .list .item-wrap:hover,
.cid-uWU4s9UikD .nav-wrapper .list .item-wrap:hover {
  color: #f20d25;
}
.cid-uWU4s9UikD .nav-wrapper .list .item-wrap:hover::before,
.cid-uWU4s9UikD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uWU4s9UikD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #f20d25;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uWU4s9UikD .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWU4s9UikD .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uWU4s9UikD .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uWU4s9UikD .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uWU4s9UikD .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uWU4s9UikD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uWU4s9UikD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uWU4s9UikD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #f20d25;
}
.cid-uWU4s9UikD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uWU4s9UikD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uWU4s9UikD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uWU4s9UikD .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #f20d25;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uWU4s9UikD .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWU4s9UikD .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uWU4s9UikD .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uWU4s9UikD .desc-wrapper .social-wrapper {
  text-align: center;
  margin-top: 10px;
}
.cid-uWU4s9UikD .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uWU4s9UikD .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uWU4s9UikD .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uWU4s9UikD .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uWU4s9UikD .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWU4s9UikD .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWU4s9UikD .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWU4s9UikD .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #f20d25;
}
.cid-uWU4s9UikD .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWU4s9UikD .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uWU4s9UikD .mbr-section-title {
  color: #f20d25;
  text-align: center;
}
.cid-uWU4s9UikD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uWU4s9UikD .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uWU4s9UikD .list {
  color: #ffffff;
}
.cid-uWU4s9UikD .mbr-contact {
  color: #ffffff;
}
.cid-uWU4s9UikD .mbr-desc {
  color: #ffffff;
}
.cid-uWU4s9UikD .list,
.cid-uWU4s9UikD .item-wrap {
  text-align: center;
}
.cid-uWU4s9UikD .mbr-contact,
.cid-uWU4s9UikD .item-contact {
  text-align: center;
}
.cid-uWU4s9UikD .mbr-desc,
.cid-uWU4s9UikD .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
