/*
  especial-merged.css
  Unificado a partir de:
  - especial.css
  - especial1.css
  - especial2.css

  Dedupe: se han eliminado bloques duplicados exactos (mismo contenido, ignorando espacios y mayúsculas/minúsculas en hex).
*/

.btn {
  border: none !important;
}

.video-wrapper {
  overflow: hidden;
}

body {
  font-family: Stack Sans Notch;
}

.display-1 {
  font-family: 'Stack Sans Notch', sans-serif;
  font-size: 6.25rem;
  line-height: 1;
}

.display-1 > .mbr-iconfont {
  font-size: 7.8125rem;
}

.display-2 {
  font-family: 'Stack Sans Notch', sans-serif;
  font-size: 3rem;
  line-height: 1.15;
}

.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}

.display-4 {
  font-family: 'Stack Sans Text', sans-serif;
  font-size: 1rem;
  line-height: 1.35;
}

.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}

.display-5 {
  font-family: 'Stack Sans Notch', sans-serif;
  font-size: 1.375rem;
  line-height: 1.2;
}

.display-5 > .mbr-iconfont {
  font-size: 1.71875rem;
}

.display-7 {
  font-family: 'Stack Sans Text', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
}

.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}

@media (max-width: 992px) {
  .display-1 {
    font-size: 5rem;
  }
}

@media (max-width: 768px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.15 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.35 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.15 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.35 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
}

.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}

.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}

.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}

.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}

.bg-primary {
  background-color: #e70000 !important;
}

.bg-success {
  background-color: #55cc00 !important;
}

.bg-info {
  background-color: #f7f7f7 !important;
}

.bg-warning {
  background-color: #e76700 !important;
}

.bg-danger {
  background-color: #900000 !important;
}

.btn-primary::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: -1;
  transform: scale(1);
  background-color: #ff1b1b;
  margin-left: 16px;
  pointer-events: none;
}

.btn-primary::before {
  content: '';
  position: absolute;
  right: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.btn-primary,
.btn-primary:active {
  background-color: #e70000 !important;
  border-color: #e70000 !important;
  color: #ffffff !important;
  box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #e70000 !important;
  border-color: #ff1b1b !important;
  box-shadow: none;
}

.btn-primary:hover::after,
.btn-primary:focus::after,
.btn-primary.focus::after,
.btn-primary.active::after {
  transform: scale(50);
  background-color: #ff1b1b !important;
}

.btn-primary:hover::before,
.btn-primary:focus::before,
.btn-primary.focus::before,
.btn-primary.active::before {
  opacity: 1;
  background-color: #ffffff;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff1b1b !important;
  border-color: #ff1b1b !important;
}

.btn-secondary::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: -1;
  transform: scale(1);
  background-color: #f10000;
  margin-left: 16px;
  pointer-events: none;
}

.btn-secondary::before {
  content: '';
  position: absolute;
  right: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.btn-secondary,
.btn-secondary:active {
  background-color: #be0000 !important;
  border-color: #be0000 !important;
  color: #ffffff !important;
  box-shadow: none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #be0000 !important;
  border-color: #f10000 !important;
  box-shadow: none;
}

.btn-secondary:hover::after,
.btn-secondary:focus::after,
.btn-secondary.focus::after,
.btn-secondary.active::after {
  transform: scale(50);
  background-color: #f10000 !important;
}

.btn-secondary:hover::before,
.btn-secondary:focus::before,
.btn-secondary.focus::before,
.btn-secondary.active::before {
  opacity: 1;
  background-color: #ffffff;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f10000 !important;
  border-color: #f10000 !important;
}

.btn-info::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: -1;
  transform: scale(1);
  background-color: #ffffff;
  margin-left: 16px;
  pointer-events: none;
}

.btn-info::before {
  content: '';
  position: absolute;
  right: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.btn-info,
.btn-info:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #5e5e5e !important;
  box-shadow: none;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #f7f7f7 !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-info:hover::after,
.btn-info:focus::after,
.btn-info.focus::after,
.btn-info.active::after {
  transform: scale(50);
  background-color: #ffffff !important;
}

.btn-info:hover::before,
.btn-info:focus::before,
.btn-info.focus::before,
.btn-info.active::before {
  opacity: 1;
  background-color: #5e5e5e;
}

.btn-info.disabled,
.btn-info:disabled {
  color: #5e5e5e !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.btn-success::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: -1;
  transform: scale(1);
  background-color: #6aff00;
  margin-left: 16px;
  pointer-events: none;
}

.btn-success::before {
  content: '';
  position: absolute;
  right: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.btn-success,
.btn-success:active {
  background-color: #55cc00 !important;
  border-color: #55cc00 !important;
  color: #000000 !important;
  box-shadow: none;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #55cc00 !important;
  border-color: #6aff00 !important;
  box-shadow: none;
}

.btn-success:hover::after,
.btn-success:focus::after,
.btn-success.focus::after,
.btn-success.active::after {
  transform: scale(50);
  background-color: #6aff00 !important;
}

.btn-success:hover::before,
.btn-success:focus::before,
.btn-success.focus::before,
.btn-success.active::before {
  opacity: 1;
  background-color: #000000;
}

.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #6aff00 !important;
  border-color: #6aff00 !important;
}

.btn-warning::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: -1;
  transform: scale(1);
  background-color: #ff811b;
  margin-left: 16px;
  pointer-events: none;
}

.btn-warning::before {
  content: '';
  position: absolute;
  right: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.btn-warning,
.btn-warning:active {
  background-color: #e76700 !important;
  border-color: #e76700 !important;
  color: #ffffff !important;
  box-shadow: none;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #e76700 !important;
  border-color: #ff811b !important;
  box-shadow: none;
}

.btn-warning:hover::after,
.btn-warning:focus::after,
.btn-warning.focus::after,
.btn-warning.active::after {
  transform: scale(50);
  background-color: #ff811b !important;
}

.btn-warning:hover::before,
.btn-warning:focus::before,
.btn-warning.focus::before,
.btn-warning.active::before {
  opacity: 1;
  background-color: #ffffff;
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff811b !important;
  border-color: #ff811b !important;
}

.btn-danger::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: -1;
  transform: scale(1);
  background-color: #c30000;
  margin-left: 16px;
  pointer-events: none;
}

.btn-danger::before {
  content: '';
  position: absolute;
  right: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.btn-danger,
.btn-danger:active {
  background-color: #900000 !important;
  border-color: #900000 !important;
  color: #ffffff !important;
  box-shadow: none;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #900000 !important;
  border-color: #c30000 !important;
  box-shadow: none;
}

.btn-danger:hover::after,
.btn-danger:focus::after,
.btn-danger.focus::after,
.btn-danger.active::after {
  transform: scale(50);
  background-color: #c30000 !important;
}

.btn-danger:hover::before,
.btn-danger:focus::before,
.btn-danger.focus::before,
.btn-danger.active::before {
  opacity: 1;
  background-color: #ffffff;
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c30000 !important;
  border-color: #c30000 !important;
}

.btn-white::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: -1;
  transform: scale(1);
  background-color: #ffffff;
  margin-left: 16px;
  pointer-events: none;
}

.btn-white::before {
  content: '';
  position: absolute;
  right: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-white:hover::after,
.btn-white:focus::after,
.btn-white.focus::after,
.btn-white.active::after {
  transform: scale(50);
  background-color: #ffffff !important;
}

.btn-white:hover::before,
.btn-white:focus::before,
.btn-white.focus::before,
.btn-white.active::before {
  opacity: 1;
  background-color: #666666;
}

.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.btn-black::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: -1;
  transform: scale(1);
  background-color: #1a1a1a;
  margin-left: 16px;
  pointer-events: none;
}

.btn-black::before {
  content: '';
  position: absolute;
  right: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #000000 !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}

.btn-black:hover::after,
.btn-black:focus::after,
.btn-black.focus::after,
.btn-black.active::after {
  transform: scale(50);
  background-color: #1a1a1a !important;
}

.btn-black:hover::before,
.btn-black:focus::before,
.btn-black.focus::before,
.btn-black.active::before {
  opacity: 1;
  background-color: #ffffff;
}

.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}

.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e70000;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #900000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e70000 !important;
  border-color: #e70000 !important;
}

.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #be0000;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #670000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #be0000 !important;
  border-color: #be0000 !important;
}

.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f7f7f7;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #cccccc !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #787878 !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}

.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #55cc00;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #317500 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #55cc00 !important;
  border-color: #55cc00 !important;
}

.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e76700;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #904000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e76700 !important;
  border-color: #e76700 !important;
}

.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #900000;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #390000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #900000 !important;
  border-color: #900000 !important;
}

.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}

.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.text-primary {
  color: #e70000 !important;
}

.text-secondary {
  color: #be0000 !important;
}

.text-success {
  color: #55cc00 !important;
}

.text-info {
  color: #f7f7f7 !important;
}

.text-warning {
  color: #e76700 !important;
}

.text-danger {
  color: #900000 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-black {
  color: #000000 !important;
}

a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #810000 !important;
}

a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #580000 !important;
}

a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2a6600 !important;

}

a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c4c4c4 !important;
}

a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #813a00 !important;
}

a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #2a0000 !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: #e70000;
}

.nav-tabs .nav-link:not(.active) {
  color: #232323;
}

.alert-success {
  background-color: #70c770;
}

.alert-info {
  background-color: #f7f7f7;
}

.alert-warning {
  background-color: #e76700;
}

.alert-danger {
  background-color: #900000;
}

.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}

.mbr-gallery-filter li a {
  border-radius: 100px !important;
}

.mbr-gallery-filter li.active .btn {
  background-color: #e70000;
  border-color: #e70000;
  color: #ffffff;
}

.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}

a,
a:hover {
  color: #e70000;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffb4b4;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c3ff99;
}

.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: #ffd5b4;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff1111;
}

.scrollToTop_wraper {
  display: none;
}

.form-control {
  font-family: 'Stack Sans Text', sans-serif;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 400;
  border-radius: 10px !important;
}

.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}

.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e70000 !important;
}

.form-control:-webkit-input-placeholder {
  font-family: 'Stack Sans Text', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 400;
}

.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}

blockquote {
  border-color: #e70000;
}

.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}

.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}

.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}

.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}

.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e70000;
  color: #ffffff;
}

.jq-number__spin {
  transition: 0.25s ease;
}

.jq-number__spin:hover {
  border-color: #e70000;
}

.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: #e70000;
  border-bottom-color: #e70000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e70000 !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: #be0000 !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='%23e70000' %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 {
  will-change: transform;
}

.mbr-section-btn .btn {
  position: relative;
  z-index: 1;
  font-weight: 400;
  padding: 15px 24px;
  overflow: hidden;
  align-items: center;
  transition: all .8s ease;
  will-change: transform;
}

.mbr-section-btn .btn-white {
  color: #000000 !important;
}

.mbr-section-btn .btn-white::after {
  background-color: #e70000 !important;
}

.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  color: #ffffff !important;
  background-color: #e70000 !important;
  border-color: #e70000 !important;
  box-shadow: none;
  transition: background-color 1s ease;
}

.mbr-section-btn .btn-white:hover::before,
.mbr-section-btn .btn-white:focus::before,
.mbr-section-btn .btn-white.focus::before,
.mbr-section-btn .btn-white.active::before {
  background-color: #ffffff !important;
}

.mbr-section-btn .btn-black {
  color: #ffffff !important;
}

.mbr-section-btn .btn-black::after {
  background-color: #e70000 !important;
}

.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  color: #ffffff !important;
  background-color: #e70000 !important;
  border-color: #e70000 !important;
  box-shadow: none;
  transition: background-color 1s ease;
}

.mbr-section-btn .btn-black:hover::before,
.mbr-section-btn .btn-black:focus::before,
.mbr-section-btn .btn-black.focus::before,
.mbr-section-btn .btn-black.active::before {
  background-color: #ffffff !important;
}

img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 32px !important;
}

@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper {
    border-radius: 16px !important;
  }
}

.large-radius {
  border-radius: 40px !important;
}

@media (max-width: 992px) {
  .large-radius {
    border-radius: 24px !important;
  }
}

.little-radius {
  border-radius: 24px !important;
}

.lit-radius {
  border-radius: 16px !important;
}


.nav-item .nav-link,
.dropdown-item {
  border-radius: 12px !important;
}

.nav-tabs .nav-link {
  border-radius: 100px !important;
}

*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}

.cid-v3gsTutKxj .navbar-dropdown {
  position: relative !important;
}

.cid-v3gsTutKxj .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 992px) {
  .cid-v3gsTutKxj .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cid-v3gsTutKxj .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-v3gsTutKxj .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.cid-v3gsTutKxj .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}

.cid-v3gsTutKxj .dropdown-item:hover,
.cid-v3gsTutKxj .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}

.cid-v3gsTutKxj .dropdown-item:hover span {
  color: white;
}

.cid-v3gsTutKxj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.cid-v3gsTutKxj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.cid-v3gsTutKxj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}

.cid-v3gsTutKxj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}

.cid-v3gsTutKxj .nav-link {
  position: relative;
}

.cid-v3gsTutKxj .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}

@media (min-width: 992px) {
  .cid-v3gsTutKxj .container {
    flex-wrap: nowrap;
  }
}

.cid-v3gsTutKxj .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}

.cid-v3gsTutKxj .iconfont-wrapper:hover {
  opacity: .5;
}

.cid-v3gsTutKxj .dropdown-menu,
.cid-v3gsTutKxj .navbar.opened {
  background: #f7f7f7 !important;
}

.cid-v3gsTutKxj .nav-item:focus,
.cid-v3gsTutKxj .nav-link:focus {
  outline: none;
}

.cid-v3gsTutKxj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}

.cid-v3gsTutKxj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}

.cid-v3gsTutKxj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}

.cid-v3gsTutKxj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}

.cid-v3gsTutKxj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.cid-v3gsTutKxj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}

.cid-v3gsTutKxj .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}

.cid-v3gsTutKxj .navbar.opened {
  transition: all 0.3s;
}

.cid-v3gsTutKxj .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}

.cid-v3gsTutKxj .navbar .navbar-logo {
  margin-right: 1rem;
}

.cid-v3gsTutKxj .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}

.cid-v3gsTutKxj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}

.cid-v3gsTutKxj .navbar.collapsed {
  justify-content: center;
}

.cid-v3gsTutKxj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.cid-v3gsTutKxj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

.cid-v3gsTutKxj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.cid-v3gsTutKxj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-v3gsTutKxj .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-v3gsTutKxj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.cid-v3gsTutKxj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}

.cid-v3gsTutKxj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 991px) {
  .cid-v3gsTutKxj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3gsTutKxj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3gsTutKxj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3gsTutKxj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3gsTutKxj .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-v3gsTutKxj .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-v3gsTutKxj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3gsTutKxj .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v3gsTutKxj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v3gsTutKxj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3gsTutKxj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.cid-v3gsTutKxj .navbar.navbar-short {
  min-height: 80px;
}

.cid-v3gsTutKxj .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}

.cid-v3gsTutKxj .navbar-brand {
  min-height: 80px;
  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-v3gsTutKxj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}

.cid-v3gsTutKxj .navbar-brand .navbar-caption:hover,
.cid-v3gsTutKxj .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}

.cid-v3gsTutKxj .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-v3gsTutKxj .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3gsTutKxj .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}

.cid-v3gsTutKxj .dropdown-item.active,
.cid-v3gsTutKxj .dropdown-item:active {
  background-color: transparent;
}

.cid-v3gsTutKxj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.cid-v3gsTutKxj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.cid-v3gsTutKxj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.cid-v3gsTutKxj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}

@media (max-width: 992px) {
  .cid-v3gsTutKxj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}

.cid-v3gsTutKxj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}

.cid-v3gsTutKxj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}

.cid-v3gsTutKxj ul.navbar-nav {
  flex-wrap: wrap;
}

@media (min-width: 991px) {
  .cid-v3gsTutKxj ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}

.cid-v3gsTutKxj .navbar-buttons {
  text-align: center;
  width: auto;
}

@media (min-width: 991px) {
  .cid-v3gsTutKxj .navbar-buttons {
    text-align: left;
  }
}

.cid-v3gsTutKxj .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}

@media (max-width: 575px) {
  .cid-v3gsTutKxj .navbar-buttons .btn {
    width: auto !important;
  }
}

.cid-v3gsTutKxj 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: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}

.cid-v3gsTutKxj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}

.cid-v3gsTutKxj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}

.cid-v3gsTutKxj button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}

.cid-v3gsTutKxj button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}

.cid-v3gsTutKxj button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}

.cid-v3gsTutKxj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-v3gsTutKxj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}

.cid-v3gsTutKxj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}

.cid-v3gsTutKxj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-v3gsTutKxj .navbar-dropdown {
  padding: 0 1rem;
}

.cid-v3gsTutKxj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cid-v3gsTutKxj .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-v3gsTutKxj .navbar {
    height: 70px;
  }
  .cid-v3gsTutKxj .navbar.opened {
    height: auto;
  }
  .cid-v3gsTutKxj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-v3gsTutKxj .navbar-nav {
  margin: 0 auto;
}

.cid-v3gsTutKxj .nav-item {
  padding: 0;
  margin: 0;
}

.cid-v3gsTutKxj .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}

.cid-v3gsTutKxj .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}

.cid-v3gsTutKxj .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}

.cid-v3gsTutKxj .nav-item .nav-link:hover::after {
  color: inherit !important;
}

.cid-v3gsTutKxj .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}

.cid-v3gsTutKxj .nav-item .dropdown-menu {
  background-color: transparent !important;
}

.cid-v3gsTutKxj .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}

@media (max-width: 991px) {
  .cid-v3gsTutKxj .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3gsTutKxj .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3gsTutKxj .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3gsTutKxj .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3gsTutKxj .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3gsTutKxj .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3gsTutKxj .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}

.cid-v3gsTutKxj .content-wrap {
  min-height: 80px;
}

.cid-v3gsTCU03L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3gsTCU03L .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3gsTCU03L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3gsTCU03L .title-wrapper .title-wrap {
  margin-bottom: 16px;
}

.cid-v3gsTCU03L .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}

.cid-v3gsTCU03L .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}

.cid-v3gsTCU03L .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cid-v3gsTCU03L .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}

.cid-v3gsTCU03L .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}

.cid-v3gsTCU03L .items-wrapper {
  margin: 0 -10px;
}

.cid-v3gsTCU03L .items-wrapper .card {
  padding: 0 10px;
}

.cid-v3gsTCU03L .image-wrapper {
  margin-top: 60px;
}

@media (max-width: 992px) {
  .cid-v3gsTCU03L .image-wrapper {
    margin-top: 40px;
  }
}

.cid-v3gsTCU03L .image-wrapper img {
  height: 435px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .cid-v3gsTCU03L .image-wrapper img {
    height: 300px;
  }
}

@media (max-width: 992px) {
  .cid-v3gsTCU03L .image_2 {
    margin-top: 20px;
  }
}

.cid-v3gsTCU03L .mbr-section-title {
  color: #000000;
}

.cid-v3gsTCU03L .mbr-section-subtitle {
  color: #be0000;
  text-align: center;
}

.cid-v3gsTCU03L .mbr-text,
.cid-v3gsTCU03L .text-wrapper {
  color: #6c7179;
  text-align: center;
}

.cid-v3gsTCU03L .mbr-section-title,
.cid-v3gsTCU03L .mbr-section-btn {
  text-align: center;
}

.cid-v3gsU5XQsw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-v3gsU5XQsw .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3gsU5XQsw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3gsU5XQsw .title-wrapper {
  margin-bottom: 40px;
}

.cid-v3gsU5XQsw .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3gsU5XQsw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}

.cid-v3gsU5XQsw .card-wrapper {
  padding: 8px;
  background-color: #f7f7f7;
}

.cid-v3gsU5XQsw .card-wrapper .image-wrapper img {
  height: 630px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .cid-v3gsU5XQsw .card-wrapper .image-wrapper img {
    height: 300px;
  }
}

.cid-v3gsU5XQsw .card-wrapper .items-wrapper {
  padding: 60px 0 20px;
}

@media (max-width: 992px) {
  .cid-v3gsU5XQsw .card-wrapper .items-wrapper {
    padding: 40px 0 0;
  }
}

.cid-v3gsU5XQsw .items-wrap .item {
  border-radius: 0 !important;
  border-right: 1px solid #d1d3d6;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .cid-v3gsU5XQsw .items-wrap .item {
    border-right: none;
  }
}

.cid-v3gsU5XQsw .items-wrap .item:nth-child(3n) {
  border-right: none;
}

.cid-v3gsU5XQsw .items-wrap .item .item-wrapper {
  padding: 0 40px;
}

@media (max-width: 992px) {
  .cid-v3gsU5XQsw .items-wrap .item .item-wrapper {
    padding: 0 20px;
  }
}

.cid-v3gsU5XQsw .items-wrap .item .item-wrapper .item-number {
  margin-bottom: 12px;
}

.cid-v3gsU5XQsw .items-wrap .item .item-wrapper .item-title {
  margin-bottom: 0;
}

.cid-v3gsU5XQsw .btn-wrapper {
  margin-top: -12%;
}

.cid-v3gsU5XQsw .mbr-label {
  color: #be0000;
}

.cid-v3gsU5XQsw .mbr-section-title {
  color: #000000;
}

.cid-v3gsU5XQsw .item-title {
  color: #6c7179;
  text-align: center;
}

.cid-v3gsU5XQsw .item-number {
  color: #000000;
  text-align: center;
}

.cid-v3gsUCsQmA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3gsUCsQmA .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3gsUCsQmA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3gsUCsQmA .title-wrapper {
  position: sticky;
  top: 40px;
}

@media (max-width: 992px) {
  .cid-v3gsUCsQmA .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}

.cid-v3gsUCsQmA .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3gsUCsQmA .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3gsUCsQmA .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}

.cid-v3gsUCsQmA .items-wrapper .item {
  margin-bottom: 16px;
}

.cid-v3gsUCsQmA .items-wrapper .item:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cid-v3gsUCsQmA .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v3gsUCsQmA .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}

.cid-v3gsUCsQmA .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
}

.cid-v3gsUCsQmA .items-wrapper .item .item-wrapper .title-wrap {
  padding: 16px 16px 24px 16px;
}

@media (max-width: 992px) {
  .cid-v3gsUCsQmA .items-wrapper .item .item-wrapper .title-wrap {
    padding: 16px 20px 24px 20px;
  }
}

.cid-v3gsUCsQmA .items-wrapper .item .item-wrapper .title-wrap .title-box {
  display: inline-flex;
  align-items: center;
}

.cid-v3gsUCsQmA .items-wrapper .item .item-wrapper .title-wrap .title-box .dot-wrapper {
  display: inline-flex;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #e70000;
  margin-right: 16px;
}

.cid-v3gsUCsQmA .items-wrapper .item .item-wrapper .title-wrap .title-box .item-title {
  margin-bottom: 0;
}

.cid-v3gsUCsQmA .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
  background-color: #f7f7f7;
}

@media (max-width: 992px) {
  .cid-v3gsUCsQmA .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}

.cid-v3gsUCsQmA .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}

.cid-v3gsUCsQmA .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}

.cid-v3gsUCsQmA .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}

.cid-v3gsUCsQmA .mbr-label {
  color: #be0000;
}

.cid-v3gsUCsQmA .mbr-section-title {
  color: #000000;
}

.cid-v3gsUCsQmA .mbr-text,
.cid-v3gsUCsQmA .text-wrapper {
  color: #6c7179!important;
}

.cid-v3gsUCsQmA .item-title {
  color: #000000;
}

.cid-v3gsUCsQmA .item-text {
  color: #454545;
}

.cid-v3gsW0MVV7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-v3gsW0MVV7 .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3gsW0MVV7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3gsW0MVV7 .title-wrapper {
  margin-bottom: 40px;
}

.cid-v3gsW0MVV7 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3gsW0MVV7 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3gsW0MVV7 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cid-v3gsW0MVV7 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}

.cid-v3gsW0MVV7 .items-wrapper {
  margin: 0 -8px;
}

.cid-v3gsW0MVV7 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .cid-v3gsW0MVV7 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v3gsW0MVV7 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}

.cid-v3gsW0MVV7 .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}

@media (max-width: 992px) {
  .cid-v3gsW0MVV7 .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}

.cid-v3gsW0MVV7 .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}

@media (max-width: 992px) {
  .cid-v3gsW0MVV7 .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}

.cid-v3gsW0MVV7 .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cid-v3gsW0MVV7 .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}

@media (max-width: 992px) {
  .cid-v3gsW0MVV7 .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}

.cid-v3gsW0MVV7 .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}

.cid-v3gsW0MVV7 .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}

.cid-v3gsW0MVV7 .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}

.cid-v3gsW0MVV7 .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.cid-v3gsW0MVV7 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}

.cid-v3gsW0MVV7 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}

.cid-v3gsW0MVV7 .mbr-label {
  color: #be0000;
  text-align: center;
}

.cid-v3gsW0MVV7 .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-v3gsW0MVV7 .mbr-text,
.cid-v3gsW0MVV7 .text-wrapper {
  color: #6c7179;
  text-align: center;
}

.cid-v3gsW0MVV7 .item-name {
  color: #ffffff;
}

.cid-v3gsW0MVV7 .item-role {
  color: #d1d3d6;
}

.cid-v3gsXCkcVv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}

.cid-v3gsXCkcVv .item:focus,
.cid-v3gsXCkcVv span:focus {
  outline: none;
}

.cid-v3gsXCkcVv .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.cid-v3gsXCkcVv .content-head {
  max-width: 800px;
}

.cid-v3gsXCkcVv .item {
  color: #be0000;
  padding: 10px 0;
  font-weight: 700;
}

.cid-v3gsYoVczZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-v3gsYoVczZ .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3gsYoVczZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3gsYoVczZ .card {
  justify-content: space-between;
}

@media (max-width: 992px) {
  .cid-v3gsYoVczZ .card {
    margin-bottom: 40px;
  }
}

.cid-v3gsYoVczZ .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3gsYoVczZ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3gsYoVczZ .mbr-section-btn .btn {
  margin-bottom: 0;
}

.cid-v3gsYoVczZ .text-wrapper .mbr-text {
  margin-bottom: 0;
}

.cid-v3gsYoVczZ .mbr-label {
  color: #be0000;
}

.cid-v3gsYoVczZ .mbr-section-title {
  color: #000000;
}

.cid-v3gsYoVczZ .mbr-text {
  color: #000000;
}

.cid-v3gsZ83Lec {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-v3gsZ83Lec .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3gsZ83Lec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3gsZ83Lec .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1440px) {
  .cid-v3gsZ83Lec .image-wrapper img {
    height: 500px;
  }
}

@media (max-width: 992px) {
  .cid-v3gsZ83Lec .image-wrapper img {
    height: 350px;
  }
}

.cid-v3gt0vm2ZQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-v3gt0vm2ZQ .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3gt0vm2ZQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3gt0vm2ZQ .title-wrapper {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .cid-v3gt0vm2ZQ .title-wrapper {
    margin-bottom: 20px;
  }
}

.cid-v3gt0vm2ZQ .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3gt0vm2ZQ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3gt0vm2ZQ .title-wrapper .mbr-text {
  margin-bottom: 0;
}

.cid-v3gt0vm2ZQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}

@media (max-width: 768px) {
  .cid-v3gt0vm2ZQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

.cid-v3gt0vm2ZQ .embla__slide .slide-content {
  width: 100%;
}

.cid-v3gt0vm2ZQ .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}

@media (max-width: 992px) {
  .cid-v3gt0vm2ZQ .embla__slide .slide-content .item-wrapper {
    min-height: 450px;
  }
}

.cid-v3gt0vm2ZQ .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cid-v3gt0vm2ZQ .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}

@media (max-width: 992px) {
  .cid-v3gt0vm2ZQ .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px;
  }
}

.cid-v3gt0vm2ZQ .embla__slide .slide-content .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}

.cid-v3gt0vm2ZQ .embla__slide .slide-content .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}

.cid-v3gt0vm2ZQ .embla__slide .slide-content .item-wrapper .item-content .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}

.cid-v3gt0vm2ZQ .embla__slide .slide-content .item-wrapper .item-content .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.cid-v3gt0vm2ZQ .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}

.cid-v3gt0vm2ZQ .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}

.cid-v3gt0vm2ZQ .embla__button--next,
.cid-v3gt0vm2ZQ .embla__button--prev {
  display: flex;
}

.cid-v3gt0vm2ZQ .embla__button {
  bottom: 0;
  width: 28px;
  height: 28px;
  font-size: 16px;
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}

.cid-v3gt0vm2ZQ .embla__button:hover,
.cid-v3gt0vm2ZQ .embla__button:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.cid-v3gt0vm2ZQ .embla__button:disabled {
  opacity: .5 !important;
  background-color: #ffffff !important;
  color: #000000 !important;
}

.cid-v3gt0vm2ZQ .embla__button.embla__button--prev {
  left: 0;
}

.cid-v3gt0vm2ZQ .embla__button.embla__button--next {
  right: 0;
}

.cid-v3gt0vm2ZQ .embla {
  position: relative;
  width: 100%;
  height: 100%;
}

.cid-v3gt0vm2ZQ .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  height: 100%;
}

@media (max-width: 768px) {
  .cid-v3gt0vm2ZQ .embla__viewport {
    padding: 0;
  }
}

.cid-v3gt0vm2ZQ .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-v3gt0vm2ZQ .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-v3gt0vm2ZQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}

.cid-v3gt0vm2ZQ .item-menu-overlay {
  opacity: 0 !important;
}

.cid-v3gt0vm2ZQ .mbr-label {
  color: #be0000;
}

.cid-v3gt0vm2ZQ .mbr-section-title {
  color: #000000;
}

.cid-v3gt0vm2ZQ .mbr-text {
  color: #6c757d;
}

.cid-v3gt0vm2ZQ .item-title {
  color: #ffffff;
}

.cid-v3gt0vm2ZQ .item-text {
  color: #ffffff;
}

.cid-v3gt1GqT8p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3gt1GqT8p .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3gt1GqT8p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3gt1GqT8p .title-wrapper {
  position: sticky;
  top: 40px;
}

@media (max-width: 992px) {
  .cid-v3gt1GqT8p .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}

.cid-v3gt1GqT8p .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3gt1GqT8p .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3gt1GqT8p .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}

.cid-v3gt1GqT8p .panel-group .card {
  position: relative;
  padding: 8px;
  background-color: #ffffff;
  border: none;
  margin-top: 16px;
}

.cid-v3gt1GqT8p .panel-group .card:first-child {
  margin-top: 0;
}

@media (max-width: 992px) {
  .cid-v3gt1GqT8p .panel-group .card {
    margin-top: 20px;
  }
  .cid-v3gt1GqT8p .panel-group .card:first-child {
    margin-top: 0;
  }
}

.cid-v3gt1GqT8p .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.cid-v3gt1GqT8p .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
}

@media (max-width: 992px) {
  .cid-v3gt1GqT8p .panel-group .card .card-header .panel-title {
    padding: 20px;
  }
}

.cid-v3gt1GqT8p .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}

.cid-v3gt1GqT8p .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #6c7179;
  border-radius: 100%;
}

.cid-v3gt1GqT8p .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 12px;
  margin-top: 2px;
  transition: all 0.3s ease-in-out;
  color: #6c7179;
}

.cid-v3gt1GqT8p .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}

.cid-v3gt1GqT8p .panel-group .card .panel-collapse .panel-body {
  margin-top: 8px;
  padding: 24px;
  background-color: #f7f7f7;
}

@media (max-width: 992px) {
  .cid-v3gt1GqT8p .panel-group .card .panel-collapse .panel-body {
    padding: 20px;
  }
}

.cid-v3gt1GqT8p .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}

.cid-v3gt1GqT8p .mbr-label {
  color: #be0000;
}

.cid-v3gt1GqT8p .mbr-section-title {
  color: #000000;
}

.cid-v3gt1GqT8p .mbr-text,
.cid-v3gt1GqT8p .text-wrapper {
  color: #6c7179;
}

.cid-v3gt1GqT8p .panel-title-edit {
  color: #000000;
}

.cid-v3gt1GqT8p .panel-text {
  color: #6c7179;
}

.cid-v3gt1Z0xgR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3gt1Z0xgR .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3gt1Z0xgR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3gt1Z0xgR .title-wrapper {
  margin-bottom: 60px;
}

.cid-v3gt1Z0xgR .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3gt1Z0xgR .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3gt1Z0xgR .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cid-v3gt1Z0xgR .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}

.cid-v3gt1Z0xgR .items-wrapper {
  margin: 0 -8px;
}

.cid-v3gt1Z0xgR .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .cid-v3gt1Z0xgR .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v3gt1Z0xgR .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}

.cid-v3gt1Z0xgR .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}

.cid-v3gt1Z0xgR .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 8px;
}

.cid-v3gt1Z0xgR .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

@media (max-width: 992px) {
  .cid-v3gt1Z0xgR .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}

.cid-v3gt1Z0xgR .items-wrapper .item .item-wrapper .card-box {
  padding: 24px;
  background-color: #f7f7f7;
}

@media (max-width: 992px) {
  .cid-v3gt1Z0xgR .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}

.cid-v3gt1Z0xgR .items-wrapper .item .item-wrapper .card-box .price-wrap {
  margin-bottom: 20px;
}

.cid-v3gt1Z0xgR .items-wrapper .item .item-wrapper .card-box .price-wrap .item-price {
  padding: 8px 16px;
  display: inline-block;
  background-image: linear-gradient(135deg, #ffffff 0%, #e70000 50%);
}

.cid-v3gt1Z0xgR .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}

.cid-v3gt1Z0xgR .items-wrapper .item .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}

.cid-v3gt1Z0xgR .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 12px;
}

.cid-v3gt1Z0xgR .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}

.cid-v3gt1Z0xgR .mbr-label {
  color: #be0000;
  text-align: center;
}

.cid-v3gt1Z0xgR .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-v3gt1Z0xgR .mbr-text,
.cid-v3gt1Z0xgR .text-wrapper {
  color: #6c7179;
  text-align: center;
}

.cid-v3gt1Z0xgR .item-title {
  color: #000000;
}

.cid-v3gt1Z0xgR .item-price {
  color: #ffffff;
}

.cid-v3gt1Z0xgR .item-desc {
  color: #6c7179;
}

.cid-v3gt12aWzw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3gt12aWzw .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3gt12aWzw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3gt12aWzw .items-wrapper {
  margin: 0 -8px;
}

.cid-v3gt12aWzw .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .cid-v3gt12aWzw .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v3gt12aWzw .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}

.cid-v3gt12aWzw .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}

.cid-v3gt12aWzw .items-wrapper .item .item-wrapper .title-wrap {
  padding: 16px 16px 24px 16px;
}

@media (max-width: 992px) {
  .cid-v3gt12aWzw .items-wrapper .item .item-wrapper .title-wrap {
    padding: 16px 20px 24px 20px;
  }
}

.cid-v3gt12aWzw .items-wrapper .item .item-wrapper .title-wrap .title-box {
  display: inline-flex;
  align-items: center;
}

.cid-v3gt12aWzw .items-wrapper .item .item-wrapper .title-wrap .title-box .dot-wrapper {
  display: inline-flex;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #e70000;
  margin-right: 16px;
}

.cid-v3gt12aWzw .items-wrapper .item .item-wrapper .title-wrap .title-box .item-title {
  margin-bottom: 0;
}

.cid-v3gt12aWzw .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
  background-color: #f7f7f7;
}

@media (max-width: 992px) {
  .cid-v3gt12aWzw .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}

.cid-v3gt12aWzw .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}

.cid-v3gt12aWzw .item-title {
  color: #000000;
}

.cid-v3gt12aWzw .item-text {
  color: #6c7179;
}

.cid-v3gsUXEiB2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-v3gsUXEiB2 .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3gsUXEiB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3gsUXEiB2 .title-wrapper {
  margin-bottom: 120px;
}

@media (max-width: 992px) {
  .cid-v3gsUXEiB2 .title-wrapper {
    margin-bottom: 40px;
  }
}

.cid-v3gsUXEiB2 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3gsUXEiB2 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3gsUXEiB2 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cid-v3gsUXEiB2 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}

.cid-v3gsUXEiB2 .items-wrapper {
  margin: 0 -8px;
}

.cid-v3gsUXEiB2 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .cid-v3gsUXEiB2 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v3gsUXEiB2 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}

.cid-v3gsUXEiB2 .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(-80px);
}

@media (max-width: 992px) {
  .cid-v3gsUXEiB2 .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}

.cid-v3gsUXEiB2 .items-wrapper .item:nth-child(3n + 2) .item-wrapper {
  min-height: 500px;
}

@media (max-width: 992px) {
  .cid-v3gsUXEiB2 .items-wrapper .item:nth-child(3n + 2) .item-wrapper {
    min-height: 380px;
  }
}

.cid-v3gsUXEiB2 .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 380px;
  animation: none !important;
}

.cid-v3gsUXEiB2 .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cid-v3gsUXEiB2 .items-wrapper .item .item-wrapper .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}

.cid-v3gsUXEiB2 .items-wrapper .item .item-wrapper .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  backdrop-filter: blur(10px);
  mask-image: linear-gradient(0deg, #000000 20%, transparent 75%);
  -webkit-mask-image: linear-gradient(0deg, #000000 20%, transparent 75%);
  pointer-events: none;
  z-index: 1;
}

.cid-v3gsUXEiB2 .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 32px;
}

@media (max-width: 992px) {
  .cid-v3gsUXEiB2 .items-wrapper .item .item-wrapper .item-content {
    padding: 28px;
  }
}

.cid-v3gsUXEiB2 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 16px;
}

.cid-v3gsUXEiB2 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}

.cid-v3gsUXEiB2 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}

.cid-v3gsUXEiB2 .items-wrapper .item .item-wrapper .item-content .item-name {
  margin-bottom: 4px;
}

.cid-v3gsUXEiB2 .items-wrapper .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}

.cid-v3gsUXEiB2 .mbr-label {
  color: #be0000;
  text-align: center;
}

.cid-v3gsUXEiB2 .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-v3gsUXEiB2 .mbr-text,
.cid-v3gsUXEiB2 .text-wrapper {
  color: #6c7179;
  text-align: center;
}

.cid-v3gsUXEiB2 .item-text {
  color: #ffffff;
}

.cid-v3gsUXEiB2 .item-name {
  color: #ffffff;
}

.cid-v3gsUXEiB2 .item-role {
  color: #d1d3d6;
}

.cid-v3gt2PAIyj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3gt2PAIyj .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3gt2PAIyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3gt2PAIyj .card-wrapper {
  border: 8px solid #ffffff;
  background-color: #ffffff;
  padding: 60px;
  box-shadow: 0 10px 25px -20px #6c7179;
}

@media (max-width: 992px) {
  .cid-v3gt2PAIyj .card-wrapper {
    padding: 20px;
  }
}

.cid-v3gt2PAIyj .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .cid-v3gt2PAIyj .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}

.cid-v3gt2PAIyj .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px 16px;
  margin-bottom: 80px;
}

@media (max-width: 1440px) {
  .cid-v3gt2PAIyj .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 992px) {
  .cid-v3gt2PAIyj .card-wrapper .nav-wrapper {
    gap: 28px;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .cid-v3gt2PAIyj .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}

.cid-v3gt2PAIyj .card-wrapper .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}

.cid-v3gt2PAIyj .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.cid-v3gt2PAIyj .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}

.cid-v3gt2PAIyj .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v3gt2PAIyj .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #000000;
}

.cid-v3gt2PAIyj .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}

.cid-v3gt2PAIyj .card-wrapper .mbr-copy {
  margin-bottom: 0;
}

.cid-v3gt2PAIyj .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-v3gt2PAIyj .mbr-list-title {
  color: #000000;
}

.cid-v3gt2PAIyj .list {
  color: #6c7179;
}

.cid-v3gt2PAIyj .mbr-copy {
  color: #6c7179;
  text-align: center;
}

.cid-v3gkERZyk3 .navbar-dropdown {
  position: relative !important;
}

.cid-v3gkERZyk3 .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 992px) {
  .cid-v3gkERZyk3 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cid-v3gkERZyk3 .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-v3gkERZyk3 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.cid-v3gkERZyk3 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}

.cid-v3gkERZyk3 .dropdown-item:hover,
.cid-v3gkERZyk3 .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}

.cid-v3gkERZyk3 .dropdown-item:hover span {
  color: white;
}

.cid-v3gkERZyk3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.cid-v3gkERZyk3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.cid-v3gkERZyk3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}

.cid-v3gkERZyk3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}

.cid-v3gkERZyk3 .nav-link {
  position: relative;
}

.cid-v3gkERZyk3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}

@media (min-width: 992px) {
  .cid-v3gkERZyk3 .container {
    flex-wrap: nowrap;
  }
}

.cid-v3gkERZyk3 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}

.cid-v3gkERZyk3 .iconfont-wrapper:hover {
  opacity: .5;
}

.cid-v3gkERZyk3 .dropdown-menu,
.cid-v3gkERZyk3 .navbar.opened {
  background: #f7f7f7 !important;
}

.cid-v3gkERZyk3 .nav-item:focus,
.cid-v3gkERZyk3 .nav-link:focus {
  outline: none;
}

.cid-v3gkERZyk3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}

.cid-v3gkERZyk3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}

.cid-v3gkERZyk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}

.cid-v3gkERZyk3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}

.cid-v3gkERZyk3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.cid-v3gkERZyk3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}

.cid-v3gkERZyk3 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}

.cid-v3gkERZyk3 .navbar.opened {
  transition: all 0.3s;
}

.cid-v3gkERZyk3 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}

.cid-v3gkERZyk3 .navbar .navbar-logo {
  margin-right: 1rem;
}

.cid-v3gkERZyk3 .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}

.cid-v3gkERZyk3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}

.cid-v3gkERZyk3 .navbar.collapsed {
  justify-content: center;
}

.cid-v3gkERZyk3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.cid-v3gkERZyk3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

@media (min-width: 992px) {
  .cid-v3gkERZyk3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}

.cid-v3gkERZyk3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.cid-v3gkERZyk3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-v3gkERZyk3 .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-v3gkERZyk3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.cid-v3gkERZyk3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}

.cid-v3gkERZyk3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 991px) {
  .cid-v3gkERZyk3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3gkERZyk3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3gkERZyk3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3gkERZyk3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3gkERZyk3 .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-v3gkERZyk3 .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-v3gkERZyk3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3gkERZyk3 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v3gkERZyk3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v3gkERZyk3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3gkERZyk3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.cid-v3gkERZyk3 .navbar.navbar-short {
  min-height: 80px;
}

.cid-v3gkERZyk3 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}

.cid-v3gkERZyk3 .navbar-brand {
  min-height: 80px;
  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-v3gkERZyk3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}

.cid-v3gkERZyk3 .navbar-brand .navbar-caption:hover,
.cid-v3gkERZyk3 .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}

.cid-v3gkERZyk3 .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-v3gkERZyk3 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3gkERZyk3 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}

.cid-v3gkERZyk3 .dropdown-item.active,
.cid-v3gkERZyk3 .dropdown-item:active {
  background-color: transparent;
}

.cid-v3gkERZyk3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.cid-v3gkERZyk3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.cid-v3gkERZyk3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.cid-v3gkERZyk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}

@media (max-width: 992px) {
  .cid-v3gkERZyk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}

.cid-v3gkERZyk3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}

.cid-v3gkERZyk3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}

.cid-v3gkERZyk3 ul.navbar-nav {
  flex-wrap: wrap;
}

@media (min-width: 991px) {
  .cid-v3gkERZyk3 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}

.cid-v3gkERZyk3 .navbar-buttons {
  text-align: center;
  width: auto;
}

@media (min-width: 991px) {
  .cid-v3gkERZyk3 .navbar-buttons {
    text-align: left;
  }
}

.cid-v3gkERZyk3 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}

@media (max-width: 575px) {
  .cid-v3gkERZyk3 .navbar-buttons .btn {
    width: auto !important;
  }
}

.cid-v3gkERZyk3 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: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}

.cid-v3gkERZyk3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}

.cid-v3gkERZyk3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}

.cid-v3gkERZyk3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}

.cid-v3gkERZyk3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}

.cid-v3gkERZyk3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}

.cid-v3gkERZyk3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-v3gkERZyk3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}

.cid-v3gkERZyk3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}

.cid-v3gkERZyk3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-v3gkERZyk3 .navbar-dropdown {
  padding: 0 1rem;
}

.cid-v3gkERZyk3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cid-v3gkERZyk3 .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-v3gkERZyk3 .navbar {
    height: 70px;
  }
  .cid-v3gkERZyk3 .navbar.opened {
    height: auto;
  }
  .cid-v3gkERZyk3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-v3gkERZyk3 .navbar-nav {
  margin: 0 auto;
}

.cid-v3gkERZyk3 .nav-item {
  padding: 0;
  margin: 0;
}

.cid-v3gkERZyk3 .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}

.cid-v3gkERZyk3 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}

.cid-v3gkERZyk3 .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}

.cid-v3gkERZyk3 .nav-item .nav-link:hover::after {
  color: inherit !important;
}

.cid-v3gkERZyk3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}

.cid-v3gkERZyk3 .nav-item .dropdown-menu {
  background-color: transparent !important;
}

.cid-v3gkERZyk3 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}

@media (max-width: 991px) {
  .cid-v3gkERZyk3 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3gkERZyk3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3gkERZyk3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3gkERZyk3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3gkERZyk3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3gkERZyk3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3gkERZyk3 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}

.cid-v3gkERZyk3 .content-wrap {
  min-height: 80px;
}

.cid-v3gkFebtgB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3gkFebtgB .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3gkFebtgB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3gkFebtgB .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .cid-v3gkFebtgB .card-wrapper {
    padding: 40px 20px;
  }
}

.cid-v3gkFebtgB .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cid-v3gkFebtgB .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}

.cid-v3gkFebtgB .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}

@media (max-width: 1440px) {
  .cid-v3gkFebtgB .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}

@media (max-width: 1200px) {
  .cid-v3gkFebtgB .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}

@media (max-width: 992px) {
  .cid-v3gkFebtgB .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}

.cid-v3gkFebtgB .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}

@media (max-width: 992px) {
  .cid-v3gkFebtgB .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}

.cid-v3gkFebtgB .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}

.cid-v3gkFebtgB .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}

.cid-v3gkFebtgB .mbr-section-title {
  color: #ffffff;
}

.cid-v3gkFebtgB .mbr-text {
  color: #ffffff;
}

.cid-v3gkHY2JHB img {
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
}

.cid-v3gkQja22i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3gkQja22i .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3gkQja22i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3gkQja22i .title-wrapper {
  margin-bottom: 60px;
}

.cid-v3gkQja22i .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3gkQja22i .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3gkQja22i .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cid-v3gkQja22i .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}

.cid-v3gkQja22i .items-wrapper {
  margin: 0 -8px;
}

.cid-v3gkQja22i .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .cid-v3gkQja22i .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v3gkQja22i .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}

.cid-v3gkQja22i .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}

.cid-v3gkQja22i .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 8px;
  padding: 8px;
}

.cid-v3gkQja22i .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 650px;
  object-fit: contain;
  border-radius: 0 !important;
}

@media (max-width: 992px) {
  .cid-v3gkQja22i .items-wrapper .item .item-wrapper .item-img img {
    height: 450px;
  }
}

.cid-v3gkQja22i .items-wrapper .item .item-wrapper .card-box {
  padding: 24px;
  background-color: #f7f7f7;
}

@media (max-width: 992px) {
  .cid-v3gkQja22i .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}

.cid-v3gkQja22i .items-wrapper .item .item-wrapper .card-box .price-wrap {
  margin-bottom: 20px;
}

.cid-v3gkQja22i .items-wrapper .item .item-wrapper .card-box .price-wrap .item-price {
  padding: 8px 16px;
  display: inline-block;
  background-image: linear-gradient(135deg, #ffffff 0%, #e70000 50%);
}

.cid-v3gkQja22i .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}

.cid-v3gkQja22i .items-wrapper .item .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}

.cid-v3gkQja22i .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 12px;
}

.cid-v3gkQja22i .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}

.cid-v3gkQja22i .mbr-label {
  color: #be0000;
  text-align: center;
}

.cid-v3gkQja22i .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-v3gkQja22i .mbr-text,
.cid-v3gkQja22i .text-wrapper {
  color: #6c7179;
  text-align: center;
}

.cid-v3gkQja22i .item-title {
  color: #000000;
  text-align: center;
}

.cid-v3gkQja22i .item-price {
  color: #ffffff;
}

.cid-v3gkQja22i .item-desc {
  color: #6c7179;
}

.cid-v3gkQja22i .item-title,
.cid-v3gkQja22i .mbr-section-btn {
  text-align: center;
}

.cid-v3gl2q8Afm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3gl2q8Afm .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3gl2q8Afm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3gl2q8Afm .title-wrapper {
  margin-bottom: 40px;
}

.cid-v3gl2q8Afm .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3gl2q8Afm .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3gl2q8Afm .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cid-v3gl2q8Afm .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}

.cid-v3gl2q8Afm .card-wrapper {
  box-shadow: 0 10px 25px -20px #6c7179;
  padding: 8px;
  background-color: #ffffff;
}

.cid-v3gl2q8Afm .mbr-label {
  color: #be0000;
  text-align: center;
}

.cid-v3gl2q8Afm .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-v3gl2q8Afm .mbr-text,
.cid-v3gl2q8Afm .text-wrapper {
  color: #6c7179;
  text-align: center;
}

.cid-v3gl3djJDC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-v3gl3djJDC .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3gl3djJDC .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-v3gl3djJDC .title-wrapper {
    margin-bottom: 40px;
  }
}

.cid-v3gl3djJDC .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3gl3djJDC .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3gl3djJDC .title-wrapper .mbr-text {
  margin-bottom: 0;
}

.cid-v3gl3djJDC .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}

.cid-v3gl3djJDC .image-wrapper img {
  width: 100%;
  height: 480px;
  object-fit: none;
}

@media (max-width: 992px) {
  .cid-v3gl3djJDC .image-wrapper img {
    height: 300px;
  }
}

.cid-v3gl3djJDC .mbr-label {
  color: #be0000;
}

.cid-v3gl3djJDC .mbr-section-title {
  color: #000000;
}

.cid-v3gl3djJDC .mbr-text {
  color: #6c7179;
}

.cid-v3gl3JTCtM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3gl3JTCtM .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3gl3JTCtM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3gl3JTCtM .card-wrapper {
  border: 8px solid #ffffff;
  background-color: #ffffff;
  padding: 60px;
  box-shadow: 0 10px 25px -20px #6c7179;
}

@media (max-width: 992px) {
  .cid-v3gl3JTCtM .card-wrapper {
    padding: 20px;
  }
}

.cid-v3gl3JTCtM .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .cid-v3gl3JTCtM .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}

.cid-v3gl3JTCtM .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px 16px;
  margin-bottom: 80px;
}

@media (max-width: 1440px) {
  .cid-v3gl3JTCtM .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 992px) {
  .cid-v3gl3JTCtM .card-wrapper .nav-wrapper {
    gap: 28px;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .cid-v3gl3JTCtM .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}

.cid-v3gl3JTCtM .card-wrapper .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}

.cid-v3gl3JTCtM .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.cid-v3gl3JTCtM .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}

.cid-v3gl3JTCtM .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v3gl3JTCtM .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #000000;
}

.cid-v3gl3JTCtM .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}

.cid-v3gl3JTCtM .card-wrapper .mbr-copy {
  margin-bottom: 0;
}

.cid-v3gl3JTCtM .mbr-section-title {
  color: #000000;
}

.cid-v3gl3JTCtM .mbr-list-title {
  color: #000000;
}

.cid-v3gl3JTCtM .list {
  color: #6c7179;
}

.cid-v3gl3JTCtM .mbr-copy {
  color: #6c7179;
  text-align: center;
}

.cid-v3goJqDcYo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3goJqDcYo .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3goJqDcYo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3goJqDcYo .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .cid-v3goJqDcYo .card-wrapper {
    padding: 40px 20px;
  }
}

.cid-v3goJqDcYo .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cid-v3goJqDcYo .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}

.cid-v3goJqDcYo .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}

@media (max-width: 1440px) {
  .cid-v3goJqDcYo .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}

@media (max-width: 1200px) {
  .cid-v3goJqDcYo .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}

@media (max-width: 992px) {
  .cid-v3goJqDcYo .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}

.cid-v3goJqDcYo .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}

@media (max-width: 992px) {
  .cid-v3goJqDcYo .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}

.cid-v3goJqDcYo .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}

.cid-v3goJqDcYo .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}

.cid-v3goJqDcYo .mbr-section-title {
  color: #ffffff;
}

.cid-v3goJqDcYo .mbr-text {
  color: #ffffff;
}

.cid-v3goJASKsh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3goJASKsh .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3goJASKsh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3goJASKsh .title-wrapper .title-wrap {
  margin-bottom: 16px;
}

.cid-v3goJASKsh .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}

.cid-v3goJASKsh .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}

.cid-v3goJASKsh .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cid-v3goJASKsh .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}

.cid-v3goJASKsh .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}

.cid-v3goJASKsh .items-wrapper {
  margin: 0 -10px;
}

.cid-v3goJASKsh .items-wrapper .card {
  padding: 0 10px;
}

.cid-v3goJASKsh .image-wrapper {
  margin-top: 60px;
}

@media (max-width: 992px) {
  .cid-v3goJASKsh .image-wrapper {
    margin-top: 40px;
  }
}

.cid-v3goJASKsh .image-wrapper img {
  height: 435px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .cid-v3goJASKsh .image-wrapper img {
    height: 300px;
  }
}

@media (max-width: 992px) {
  .cid-v3goJASKsh .image_2 {
    margin-top: 20px;
  }
}

.cid-v3goJASKsh .mbr-section-title {
  color: #000000;
}

.cid-v3goJASKsh .mbr-section-subtitle {
  color: #be0000;
  text-align: center;
}

.cid-v3goJASKsh .mbr-text,
.cid-v3goJASKsh .text-wrapper {
  color: #6c7179;
  text-align: center;
}

.cid-v3goJASKsh .mbr-section-title,
.cid-v3goJASKsh .mbr-section-btn {
  text-align: center;
}

.cid-v3goJKKa7m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3goJKKa7m .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3goJKKa7m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3goJKKa7m .title-wrapper {
  margin-bottom: 40px;
}

.cid-v3goJKKa7m .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3goJKKa7m .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3goJKKa7m .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cid-v3goJKKa7m .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}

.cid-v3goJKKa7m .items-wrapper {
  margin: 0 -8px;
}

.cid-v3goJKKa7m .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .cid-v3goJKKa7m .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v3goJKKa7m .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}

.cid-v3goJKKa7m .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-v3goJKKa7m .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}

.cid-v3goJKKa7m .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}

.cid-v3goJKKa7m .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}

.cid-v3goJKKa7m .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}

@media (max-width: 992px) {
  .cid-v3goJKKa7m .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}

.cid-v3goJKKa7m .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
}

@media (max-width: 992px) {
  .cid-v3goJKKa7m .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}

.cid-v3goJKKa7m .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12px;
}

.cid-v3goJKKa7m .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}

.cid-v3goJKKa7m .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}

.cid-v3goJKKa7m .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}

.cid-v3goJKKa7m .mbr-label {
  color: #be0000;
  text-align: center;
}

.cid-v3goJKKa7m .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-v3goJKKa7m .mbr-text,
.cid-v3goJKKa7m .text-wrapper {
  color: #6c7179;
  text-align: center;
}

.cid-v3goJKKa7m .item-title {
  color: #000000;
}

.cid-v3goJKKa7m .item-text {
  color: #6c7179;
}

.cid-v3goJRSkG2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-v3goJRSkG2 .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3goJRSkG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3goJRSkG2 .title-wrapper {
  margin-bottom: 40px;
}

.cid-v3goJRSkG2 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3goJRSkG2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}

.cid-v3goJRSkG2 .card-wrapper {
  padding: 8px;
  background-color: #f7f7f7;
}

.cid-v3goJRSkG2 .card-wrapper .image-wrapper img {
  height: 630px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .cid-v3goJRSkG2 .card-wrapper .image-wrapper img {
    height: 300px;
  }
}

.cid-v3goJRSkG2 .card-wrapper .items-wrapper {
  padding: 60px 0 20px;
}

@media (max-width: 992px) {
  .cid-v3goJRSkG2 .card-wrapper .items-wrapper {
    padding: 40px 0 0;
  }
}

.cid-v3goJRSkG2 .items-wrap .item {
  border-radius: 0 !important;
  border-right: 1px solid #d1d3d6;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .cid-v3goJRSkG2 .items-wrap .item {
    border-right: none;
  }
}

.cid-v3goJRSkG2 .items-wrap .item:nth-child(3n) {
  border-right: none;
}

.cid-v3goJRSkG2 .items-wrap .item .item-wrapper {
  padding: 0 40px;
}

@media (max-width: 992px) {
  .cid-v3goJRSkG2 .items-wrap .item .item-wrapper {
    padding: 0 20px;
  }
}

.cid-v3goJRSkG2 .items-wrap .item .item-wrapper .item-number {
  margin-bottom: 12px;
}

.cid-v3goJRSkG2 .items-wrap .item .item-wrapper .item-title {
  margin-bottom: 0;
}

.cid-v3goJRSkG2 .btn-wrapper {
  margin-top: -12%;
}

.cid-v3goJRSkG2 .mbr-label {
  color: #be0000;
}

.cid-v3goJRSkG2 .mbr-section-title {
  color: #000000;
}

.cid-v3goJRSkG2 .item-title {
  color: #6c7179;
  text-align: center;
}

.cid-v3goJRSkG2 .item-number {
  color: #000000;
  text-align: center;
}

.cid-v3goK0rwVR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3goK0rwVR .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3goK0rwVR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3goK0rwVR .title-wrapper {
  margin-bottom: 40px;
}

.cid-v3goK0rwVR .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3goK0rwVR .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3goK0rwVR .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cid-v3goK0rwVR .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}

.cid-v3goK0rwVR .items-wrapper {
  margin: 0 -8px;
}

.cid-v3goK0rwVR .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .cid-v3goK0rwVR .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v3goK0rwVR .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}

.cid-v3goK0rwVR .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-v3goK0rwVR .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}

.cid-v3goK0rwVR .items-wrapper .item:hover .item-wrapper .item-content .person-wrapper .icon-wrapper .mbr-iconfont,
.cid-v3goK0rwVR .items-wrapper .item:focus .item-wrapper .item-content .person-wrapper .icon-wrapper .mbr-iconfont {
  opacity: 1;
  transform: rotate(0);
}

.cid-v3goK0rwVR .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}

.cid-v3goK0rwVR .items-wrapper .item .item-wrapper .label-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 32px 32px 0;
  z-index: 1;
  width: 100%;
}

@media (max-width: 992px) {
  .cid-v3goK0rwVR .items-wrapper .item .item-wrapper .label-wrapper {
    padding: 28px 28px 0;
  }
}

.cid-v3goK0rwVR .items-wrapper .item .item-wrapper .label-wrapper .item-label {
  padding: 8px 16px;
  display: inline-block;
  background-image: linear-gradient(135deg, #ffffff 0%, #e70000 50%);
}

.cid-v3goK0rwVR .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  box-shadow: 0 20px 25px -20px #6c7179;
  margin-bottom: 8px;
}

.cid-v3goK0rwVR .items-wrapper .item .item-wrapper .item-img img {
  height: 550px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}

@media (max-width: 992px) {
  .cid-v3goK0rwVR .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}

.cid-v3goK0rwVR .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
}

@media (max-width: 992px) {
  .cid-v3goK0rwVR .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}

.cid-v3goK0rwVR .items-wrapper .item .item-wrapper .item-content .person-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cid-v3goK0rwVR .items-wrapper .item .item-wrapper .item-content .person-wrapper .person-wrap .item-name {
  margin-bottom: 8px;
}

.cid-v3goK0rwVR .items-wrapper .item .item-wrapper .item-content .person-wrapper .person-wrap .item-role {
  margin-bottom: 0;
}

.cid-v3goK0rwVR .items-wrapper .item .item-wrapper .item-content .person-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  transition: all .5s ease;
  transform: rotate(-45deg);
  opacity: 0;
}

.cid-v3goK0rwVR .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}

.cid-v3goK0rwVR .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}

.cid-v3goK0rwVR .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}

.cid-v3goK0rwVR .btn-wrapper {
  margin-top: 15%;
}

.cid-v3goK0rwVR .mbr-label {
  color: #be0000;
  text-align: center;
}

.cid-v3goK0rwVR .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-v3goK0rwVR .mbr-text,
.cid-v3goK0rwVR .text-wrapper {
  color: #6c7179;
  text-align: center;
}

.cid-v3goK0rwVR .item-name {
  color: #000000;
}

.cid-v3goK0rwVR .item-role {
  color: #6c7179;
}

.cid-v3goK0rwVR .item-text {
  color: #6c7179;
}

.cid-v3goK0rwVR .item-label,
.cid-v3goK0rwVR .label-wrapper {
  color: #ffffff;
  text-align: right;
}

.cid-v3goK9B6pp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3goK9B6pp .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3goK9B6pp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3goK9B6pp .title-wrapper {
  position: sticky;
  top: 40px;
}

@media (max-width: 992px) {
  .cid-v3goK9B6pp .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}

.cid-v3goK9B6pp .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3goK9B6pp .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3goK9B6pp .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}

.cid-v3goK9B6pp .items-wrapper .item {
  margin-bottom: 16px;
}

.cid-v3goK9B6pp .items-wrapper .item:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cid-v3goK9B6pp .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v3goK9B6pp .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}

.cid-v3goK9B6pp .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
}

.cid-v3goK9B6pp .items-wrapper .item .item-wrapper .title-wrap {
  padding: 16px 16px 24px 16px;
}

@media (max-width: 992px) {
  .cid-v3goK9B6pp .items-wrapper .item .item-wrapper .title-wrap {
    padding: 16px 20px 24px 20px;
  }
}

.cid-v3goK9B6pp .items-wrapper .item .item-wrapper .title-wrap .title-box {
  display: inline-flex;
  align-items: center;
}

.cid-v3goK9B6pp .items-wrapper .item .item-wrapper .title-wrap .title-box .dot-wrapper {
  display: inline-flex;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #e70000;
  margin-right: 16px;
}

.cid-v3goK9B6pp .items-wrapper .item .item-wrapper .title-wrap .title-box .item-title {
  margin-bottom: 0;
}

.cid-v3goK9B6pp .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
  background-color: #f7f7f7;
}

@media (max-width: 992px) {
  .cid-v3goK9B6pp .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}

.cid-v3goK9B6pp .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}

.cid-v3goK9B6pp .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}

.cid-v3goK9B6pp .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}

.cid-v3goK9B6pp .mbr-label {
  color: #be0000;
}

.cid-v3goK9B6pp .mbr-section-title {
  color: #000000;
}

.cid-v3goK9B6pp .mbr-text,
.cid-v3goK9B6pp .text-wrapper {
  color: #6c7179;
}

.cid-v3goK9B6pp .item-title {
  color: #000000;
}

.cid-v3goK9B6pp .item-text {
  color: #454545;
}

.cid-v3goKkjCTC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-v3goKkjCTC .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3goKkjCTC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3goKkjCTC .title-wrapper {
  margin-bottom: 120px;
}

@media (max-width: 992px) {
  .cid-v3goKkjCTC .title-wrapper {
    margin-bottom: 40px;
  }
}

.cid-v3goKkjCTC .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3goKkjCTC .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3goKkjCTC .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cid-v3goKkjCTC .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}

.cid-v3goKkjCTC .items-wrapper {
  margin: 0 -8px;
}

.cid-v3goKkjCTC .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .cid-v3goKkjCTC .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v3goKkjCTC .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}

.cid-v3goKkjCTC .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(-80px);
}

@media (max-width: 992px) {
  .cid-v3goKkjCTC .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}

.cid-v3goKkjCTC .items-wrapper .item .item-wrapper {
  background-color: #f7f7f7;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}

.cid-v3goKkjCTC .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
  background-color: #ffffff;
  box-shadow: 0 10px 25px -20px #6c7179;
  margin-bottom: 8px;
}

@media (max-width: 992px) {
  .cid-v3goKkjCTC .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}

.cid-v3goKkjCTC .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 16px;
}

.cid-v3goKkjCTC .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}

.cid-v3goKkjCTC .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}

.cid-v3goKkjCTC .items-wrapper .item .item-wrapper .person-wrapper {
  padding: 16px;
}

@media (max-width: 992px) {
  .cid-v3goKkjCTC .items-wrapper .item .item-wrapper .person-wrapper {
    padding: 20px;
  }
}

.cid-v3goKkjCTC .items-wrapper .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}

.cid-v3goKkjCTC .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .item-img {
  margin-right: 12px;
}

.cid-v3goKkjCTC .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .item-img img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  object-fit: cover;
  border-radius: 100% !important;
}

.cid-v3goKkjCTC .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 4px;
}

.cid-v3goKkjCTC .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}

.cid-v3goKkjCTC .mbr-label {
  color: #be0000;
  text-align: center;
}

.cid-v3goKkjCTC .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-v3goKkjCTC .mbr-text,
.cid-v3goKkjCTC .text-wrapper {
  color: #6c7179;
  text-align: center;
}

.cid-v3goKkjCTC .item-text {
  color: #000000;
}

.cid-v3goKkjCTC .item-name {
  color: #454545;
}

.cid-v3goKkjCTC .item-role {
  color: #6c7179;
}

.cid-v3goKrWwa0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-v3goKrWwa0 .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3goKrWwa0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3goKrWwa0 .title-wrapper {
  margin-bottom: 120px;
}

@media (max-width: 992px) {
  .cid-v3goKrWwa0 .title-wrapper {
    margin-bottom: 40px;
  }
}

.cid-v3goKrWwa0 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3goKrWwa0 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3goKrWwa0 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cid-v3goKrWwa0 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}

.cid-v3goKrWwa0 .items-wrapper {
  margin: 0 -8px;
}

.cid-v3goKrWwa0 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .cid-v3goKrWwa0 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v3goKrWwa0 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}

.cid-v3goKrWwa0 .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(-80px);
}

@media (max-width: 992px) {
  .cid-v3goKrWwa0 .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}

.cid-v3goKrWwa0 .items-wrapper .item:nth-child(3n + 2) .item-wrapper {
  min-height: 500px;
}

@media (max-width: 992px) {
  .cid-v3goKrWwa0 .items-wrapper .item:nth-child(3n + 2) .item-wrapper {
    min-height: 380px;
  }
}

.cid-v3goKrWwa0 .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 380px;
  animation: none !important;
}

.cid-v3goKrWwa0 .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cid-v3goKrWwa0 .items-wrapper .item .item-wrapper .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}

.cid-v3goKrWwa0 .items-wrapper .item .item-wrapper .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  backdrop-filter: blur(10px);
  mask-image: linear-gradient(0deg, #000000 20%, transparent 75%);
  -webkit-mask-image: linear-gradient(0deg, #000000 20%, transparent 75%);
  pointer-events: none;
  z-index: 1;
}

.cid-v3goKrWwa0 .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 32px;
}

@media (max-width: 992px) {
  .cid-v3goKrWwa0 .items-wrapper .item .item-wrapper .item-content {
    padding: 28px;
  }
}

.cid-v3goKrWwa0 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 16px;
}

.cid-v3goKrWwa0 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}

.cid-v3goKrWwa0 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}

.cid-v3goKrWwa0 .items-wrapper .item .item-wrapper .item-content .item-name {
  margin-bottom: 4px;
}

.cid-v3goKrWwa0 .items-wrapper .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}

.cid-v3goKrWwa0 .mbr-label {
  color: #be0000;
  text-align: center;
}

.cid-v3goKrWwa0 .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-v3goKrWwa0 .mbr-text,
.cid-v3goKrWwa0 .text-wrapper {
  color: #6c7179;
  text-align: center;
}

.cid-v3goKrWwa0 .item-text {
  color: #ffffff;
}

.cid-v3goKrWwa0 .item-name {
  color: #ffffff;
}

.cid-v3goKrWwa0 .item-role {
  color: #d1d3d6;
}

.cid-v3goKzTooC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3goKzTooC .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3goKzTooC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3goKzTooC .title-wrapper {
  position: sticky;
  top: 40px;
}

@media (max-width: 992px) {
  .cid-v3goKzTooC .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}

.cid-v3goKzTooC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}

.cid-v3goKzTooC .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}

.cid-v3goKzTooC .items-wrapper .item {
  margin-bottom: 16px;
}

.cid-v3goKzTooC .items-wrapper .item:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cid-v3goKzTooC .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v3goKzTooC .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}

.cid-v3goKzTooC .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
}

.cid-v3goKzTooC .items-wrapper .item .item-wrapper .title-wrap {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f7f7f7;
}

@media (max-width: 992px) {
  .cid-v3goKzTooC .items-wrapper .item .item-wrapper .title-wrap {
    flex-direction: column-reverse;
    padding: 20px;
  }
}

.cid-v3goKzTooC .items-wrapper .item .item-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}

.cid-v3goKzTooC .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper {
  margin-left: 12px;
}

@media (max-width: 992px) {
  .cid-v3goKzTooC .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper {
    margin-left: 0;
    margin-bottom: 12px;
  }
}

.cid-v3goKzTooC .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}

.cid-v3goKzTooC .items-wrapper .item .item-wrapper .item-content {
  padding: 16px;
}

@media (max-width: 992px) {
  .cid-v3goKzTooC .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}

.cid-v3goKzTooC .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}

.cid-v3goKzTooC .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}

.cid-v3goKzTooC .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}

.cid-v3goKzTooC .btn-wrapper {
  margin-top: -8%;
}

.cid-v3goKzTooC .mbr-section-title {
  color: #000000;
}

.cid-v3goKzTooC .mbr-section-subtitle {
  color: #be0000;
}

.cid-v3goKzTooC .item-title {
  color: #000000;
}

.cid-v3goKzTooC .item-text {
  color: #000000;
}

.cid-v3goKICtut {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-v3goKICtut .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3goKICtut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3goKICtut .title-wrapper {
  margin-bottom: 40px;
}

.cid-v3goKICtut .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3goKICtut .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3goKICtut .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cid-v3goKICtut .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}

.cid-v3goKICtut .items-wrapper {
  margin: 0 -8px;
}

.cid-v3goKICtut .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .cid-v3goKICtut .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v3goKICtut .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}

.cid-v3goKICtut .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}

@media (max-width: 992px) {
  .cid-v3goKICtut .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}

.cid-v3goKICtut .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}

@media (max-width: 992px) {
  .cid-v3goKICtut .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}

.cid-v3goKICtut .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cid-v3goKICtut .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}

@media (max-width: 992px) {
  .cid-v3goKICtut .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}

.cid-v3goKICtut .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}

.cid-v3goKICtut .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}

.cid-v3goKICtut .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}

.cid-v3goKICtut .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.cid-v3goKICtut .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}

.cid-v3goKICtut .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}

.cid-v3goKICtut .mbr-label {
  color: #be0000;
  text-align: center;
}

.cid-v3goKICtut .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-v3goKICtut .mbr-text,
.cid-v3goKICtut .text-wrapper {
  color: #6c7179;
  text-align: center;
}

.cid-v3goKICtut .item-name {
  color: #ffffff;
}

.cid-v3goKICtut .item-role {
  color: #d1d3d6;
}

.cid-v3goLlvsiU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}

.cid-v3goLlvsiU .item:focus,
.cid-v3goLlvsiU span:focus {
  outline: none;
}

.cid-v3goLlvsiU .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.cid-v3goLlvsiU .content-head {
  max-width: 800px;
}

.cid-v3goLlvsiU .item {
  color: #be0000;
  padding: 10px 0;
  font-weight: 700;
}

.cid-v3goLBgZRS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-v3goLBgZRS .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3goLBgZRS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3goLBgZRS .card {
  justify-content: space-between;
}

@media (max-width: 992px) {
  .cid-v3goLBgZRS .card {
    margin-bottom: 40px;
  }
}

.cid-v3goLBgZRS .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3goLBgZRS .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3goLBgZRS .mbr-section-btn .btn {
  margin-bottom: 0;
}

.cid-v3goLBgZRS .text-wrapper .mbr-text {
  margin-bottom: 0;
}

.cid-v3goLBgZRS .mbr-label {
  color: #be0000;
}

.cid-v3goLBgZRS .mbr-section-title {
  color: #000000;
}

.cid-v3goLBgZRS .mbr-text {
  color: #000000;
}

.cid-v3goLJMnZz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3goLJMnZz .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3goLJMnZz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3goLJMnZz .card-wrapper {
  border: 8px solid #ffffff;
  box-shadow: 0 10px 25px -20px #6c7179;
}

.cid-v3goLJMnZz .card-wrapper .card-wrap {
  position: relative;
  padding: 60px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .cid-v3goLJMnZz .card-wrapper .card-wrap {
    padding: 20px;
  }
}

.cid-v3goLJMnZz .card-wrapper .card-wrap .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cid-v3goLJMnZz .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}

.cid-v3goLJMnZz .card-wrapper .card-wrap .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.cid-v3goLJMnZz .card-wrapper .card-wrap .text-wrapper {
  position: relative;
  z-index: 1;
}

.cid-v3goLJMnZz .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-top: 20px;
}

@media (max-width: 992px) {
  .cid-v3goLJMnZz .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}

.cid-v3goLJMnZz .card-wrapper .card-wrap .mbr-section-btn {
  margin-top: 32px;
  position: relative;
  z-index: 1;
}

.cid-v3goLJMnZz .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}

.cid-v3goLJMnZz .mbr-section-title {
  color: #ffffff;
}

.cid-v3goLJMnZz .mbr-text {
  color: #ffffff;
}

.cid-v3goLT5DdT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-v3goLT5DdT .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3goLT5DdT .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-v3goLT5DdT .title-wrapper {
    margin-bottom: 40px;
  }
}

.cid-v3goLT5DdT .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3goLT5DdT .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3goLT5DdT .title-wrapper .mbr-text {
  margin-bottom: 0;
}

.cid-v3goLT5DdT .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}

.cid-v3goLT5DdT .image-wrapper img {
  width: 100%;
  height: 480px;
  object-fit: none;
}

@media (max-width: 992px) {
  .cid-v3goLT5DdT .image-wrapper img {
    height: 300px;
  }
}

.cid-v3goLT5DdT .mbr-label {
  color: #be0000;
}

.cid-v3goLT5DdT .mbr-section-title {
  color: #000000;
}

.cid-v3goLT5DdT .mbr-text {
  color: #6c7179;
}

.cid-v3goM5Du1r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-v3goM5Du1r .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3goM5Du1r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3goM5Du1r .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1440px) {
  .cid-v3goM5Du1r .image-wrapper img {
    height: 500px;
  }
}

@media (max-width: 992px) {
  .cid-v3goM5Du1r .image-wrapper img {
    height: 350px;
  }
}

.cid-v3goMdalLx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://asturias.com/wp-content/themes/briny/web/plantilla2026/images/background5.jpg");
}

.cid-v3goMdalLx .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3goMdalLx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3goMdalLx .image-wrapper {
  height: 400px;
}

@media (max-width: 992px) {
  .cid-v3goMdalLx .image-wrapper {
    height: 300px;
  }
}

.cid-v3goMlmjHD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3goMlmjHD .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3goMlmjHD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3goMlmjHD .title-wrapper {
  margin-bottom: 40px;
}

.cid-v3goMlmjHD .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3goMlmjHD .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3goMlmjHD .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cid-v3goMlmjHD .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}

.cid-v3goMlmjHD .card-wrapper {
  box-shadow: 0 10px 25px -20px #6c7179;
  padding: 8px;
  background-color: #ffffff;
}

.cid-v3goMlmjHD .mbr-label {
  color: #be0000;
  text-align: center;
}

.cid-v3goMlmjHD .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-v3goMlmjHD .mbr-text,
.cid-v3goMlmjHD .text-wrapper {
  color: #6c7179;
  text-align: center;
}

.cid-v3goMtkEsy {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.cid-v3goMtkEsy .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3goMtkEsy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}

.cid-v3goMtkEsy .image-wrapper {
  height: 400px;
}

@media (max-width: 992px) {
  .cid-v3goMtkEsy .image-wrapper {
    height: 300px;
  }
}

.cid-v3goMVKJtB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3goMVKJtB .item:focus,
.cid-v3goMVKJtB span:focus {
  outline: none;
}

.cid-v3goMVKJtB .item {
  cursor: pointer;
}

.cid-v3goMVKJtB .grid-container {
  grid-row-gap: 16px;
}

@media (max-width: 992px) {
  .cid-v3goMVKJtB .grid-container {
    grid-row-gap: 20px;
  }
}

.cid-v3goMVKJtB .grid-container-1,
.cid-v3goMVKJtB .grid-container-2,
.cid-v3goMVKJtB .grid-container-3 {
  gap: 0 16px;
}

@media (max-width: 992px) {
  .cid-v3goMVKJtB .grid-container-1,
  .cid-v3goMVKJtB .grid-container-2,
  .cid-v3goMVKJtB .grid-container-3 {
    gap: 0 20px;
  }
}

.cid-v3goMVKJtB .mbr-section-title {
  margin-bottom: 40px;
  color: #000000;
  text-align: center;
}

.cid-v3goMVKJtB .content-head {
  max-width: 800px;
}

.cid-v3goMVKJtB .container,
.cid-v3goMVKJtB .container-fluid {
  overflow: hidden;
}

.cid-v3goMVKJtB .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}

.cid-v3goMVKJtB .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background-color: #ffffff;
}

.cid-v3goMVKJtB .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}

@media (max-width: 1440px) {
  .cid-v3goMVKJtB .grid-item img {
    height: 400px;
  }
}

@media (max-width: 1200px) {
  .cid-v3goMVKJtB .grid-item img {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .cid-v3goMVKJtB .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}

@media (max-width: 425px) {
  .cid-v3goMVKJtB .grid-item img {
    height: 140px;
  }
}

.cid-v3goMVKJtB .grid-container-1,
.cid-v3goMVKJtB .grid-container-2,
.cid-v3goMVKJtB .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.cid-v3goMVKJtB .grid-container-1 {
  align-items: flex-end;
}

.cid-v3goMVKJtB .grid-container-2 {
  align-items: flex-start;
}

.cid-v3goN2Dzn3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3goN2Dzn3 .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3goN2Dzn3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3goN2Dzn3 .card {
  justify-content: flex-end;
}

.cid-v3goN2Dzn3 .title-wrapper {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .cid-v3goN2Dzn3 .title-wrapper {
    margin-bottom: 20px;
  }
}

.cid-v3goN2Dzn3 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3goN2Dzn3 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3goN2Dzn3 .title-wrapper .mbr-text {
  margin-bottom: 0;
}

.cid-v3goN2Dzn3 .main-btn {
  margin-bottom: 40px;
  text-align: right;
}

@media (max-width: 992px) {
  .cid-v3goN2Dzn3 .main-btn {
    text-align: left;
  }
}

.cid-v3goN2Dzn3 .main-btn .btn {
  margin-bottom: 0;
}

.cid-v3goN2Dzn3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 620px;
  max-width: 620px;
}

@media (max-width: 768px) {
  .cid-v3goN2Dzn3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

.cid-v3goN2Dzn3 .embla__slide .slide-content {
  width: 100%;
}

.cid-v3goN2Dzn3 .embla__slide .slide-content .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 8px;
  background-color: #ffffff;
}

@media (max-width: 992px) {
  .cid-v3goN2Dzn3 .embla__slide .slide-content .item-wrapper {
    display: block;
    height: 100%;
  }
}

.cid-v3goN2Dzn3 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .cid-v3goN2Dzn3 .embla__slide .slide-content .item-wrapper .item-content {
    margin-bottom: 8px;
  }
}

.cid-v3goN2Dzn3 .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  padding: 24px;
}

@media (max-width: 992px) {
  .cid-v3goN2Dzn3 .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    padding: 20px;
  }
}

.cid-v3goN2Dzn3 .embla__slide .slide-content .item-wrapper .item-content .card-box {
  padding: 24px;
  background-color: #f7f7f7;
}

@media (max-width: 992px) {
  .cid-v3goN2Dzn3 .embla__slide .slide-content .item-wrapper .item-content .card-box {
    padding: 20px;
  }
}

.cid-v3goN2Dzn3 .embla__slide .slide-content .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 12px;
}

.cid-v3goN2Dzn3 .embla__slide .slide-content .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}

.cid-v3goN2Dzn3 .embla__slide .slide-content .item-wrapper .item-content .card-box .list {
  margin: 32px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  list-style-type: none;
}

@media (max-width: 992px) {
  .cid-v3goN2Dzn3 .embla__slide .slide-content .item-wrapper .item-content .card-box .list {
    margin: 20px 0 0 0;
  }
}

.cid-v3goN2Dzn3 .embla__slide .slide-content .item-wrapper .item-content .card-box .list .item-wrap {
  padding: 8px 16px;
  background-color: #ffffff;
}

.cid-v3goN2Dzn3 .embla__slide .slide-content .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 12px;
}

.cid-v3goN2Dzn3 .embla__slide .slide-content .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}

.cid-v3goN2Dzn3 .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  min-height: 420px;
}

@media (max-width: 992px) {
  .cid-v3goN2Dzn3 .embla__slide .slide-content .item-wrapper .item-img {
    height: 300px;
    min-height: auto;
  }
}

.cid-v3goN2Dzn3 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cid-v3goN2Dzn3 .embla__button--next,
.cid-v3goN2Dzn3 .embla__button--prev {
  display: flex;
}

.cid-v3goN2Dzn3 .embla__button {
  bottom: 0;
  width: 28px;
  height: 28px;
  font-size: 16px;
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}

.cid-v3goN2Dzn3 .embla__button:hover,
.cid-v3goN2Dzn3 .embla__button:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.cid-v3goN2Dzn3 .embla__button:disabled {
  opacity: .5 !important;
  background-color: #ffffff !important;
  color: #000000 !important;
}

.cid-v3goN2Dzn3 .embla__button.embla__button--prev {
  left: 0;
}

.cid-v3goN2Dzn3 .embla__button.embla__button--next {
  right: 0;
}

.cid-v3goN2Dzn3 .embla {
  position: relative;
  width: 100%;
  height: 100%;
}

.cid-v3goN2Dzn3 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  height: 100%;
}

@media (max-width: 768px) {
  .cid-v3goN2Dzn3 .embla__viewport {
    padding: 0;
  }
}

.cid-v3goN2Dzn3 .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-v3goN2Dzn3 .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-v3goN2Dzn3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}

.cid-v3goN2Dzn3 .item-menu-overlay {
  opacity: 0 !important;
}

.cid-v3goN2Dzn3 .mbr-label {
  color: #be0000;
}

.cid-v3goN2Dzn3 .mbr-section-title {
  color: #000000;
}

.cid-v3goN2Dzn3 .mbr-text {
  color: #6c757d;
}

.cid-v3goN2Dzn3 .item-title {
  color: #000000;
}

.cid-v3goN2Dzn3 .item-text {
  color: #6c7179;
}

.cid-v3goN2Dzn3 .list {
  color: #6c7179;
}

.cid-v3goNakS0X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-v3goNakS0X .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3goNakS0X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3goNakS0X .title-wrapper {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .cid-v3goNakS0X .title-wrapper {
    margin-bottom: 20px;
  }
}

.cid-v3goNakS0X .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3goNakS0X .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3goNakS0X .title-wrapper .mbr-text {
  margin-bottom: 0;
}

.cid-v3goNakS0X .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}

@media (max-width: 768px) {
  .cid-v3goNakS0X .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

.cid-v3goNakS0X .embla__slide .slide-content {
  width: 100%;
}

.cid-v3goNakS0X .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}

@media (max-width: 992px) {
  .cid-v3goNakS0X .embla__slide .slide-content .item-wrapper {
    min-height: 450px;
  }
}

.cid-v3goNakS0X .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cid-v3goNakS0X .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}

@media (max-width: 992px) {
  .cid-v3goNakS0X .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px;
  }
}

.cid-v3goNakS0X .embla__slide .slide-content .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}

.cid-v3goNakS0X .embla__slide .slide-content .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}

.cid-v3goNakS0X .embla__slide .slide-content .item-wrapper .item-content .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}

.cid-v3goNakS0X .embla__slide .slide-content .item-wrapper .item-content .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.cid-v3goNakS0X .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}

.cid-v3goNakS0X .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}

.cid-v3goNakS0X .embla__button--next,
.cid-v3goNakS0X .embla__button--prev {
  display: flex;
}

.cid-v3goNakS0X .embla__button {
  bottom: 0;
  width: 28px;
  height: 28px;
  font-size: 16px;
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}

.cid-v3goNakS0X .embla__button:hover,
.cid-v3goNakS0X .embla__button:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.cid-v3goNakS0X .embla__button:disabled {
  opacity: .5 !important;
  background-color: #ffffff !important;
  color: #000000 !important;
}

.cid-v3goNakS0X .embla__button.embla__button--prev {
  left: 0;
}

.cid-v3goNakS0X .embla__button.embla__button--next {
  right: 0;
}

.cid-v3goNakS0X .embla {
  position: relative;
  width: 100%;
  height: 100%;
}

.cid-v3goNakS0X .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  height: 100%;
}

@media (max-width: 768px) {
  .cid-v3goNakS0X .embla__viewport {
    padding: 0;
  }
}

.cid-v3goNakS0X .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-v3goNakS0X .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-v3goNakS0X .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}

.cid-v3goNakS0X .item-menu-overlay {
  opacity: 0 !important;
}

.cid-v3goNakS0X .mbr-label {
  color: #be0000;
}

.cid-v3goNakS0X .mbr-section-title {
  color: #000000;
}

.cid-v3goNakS0X .mbr-text {
  color: #6c757d;
}

.cid-v3goNakS0X .item-title {
  color: #ffffff;
}

.cid-v3goNakS0X .item-text {
  color: #ffffff;
}

.cid-v3goNvOivA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3goNvOivA .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3goNvOivA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3goNvOivA .card-wrapper {
  box-shadow: 0 10px 25px -20px #6c7179;
  padding: 8px;
  background-color: #ffffff;
}

.cid-v3goNvOivA .card-wrapper .google-map iframe {
  height: 640px;
  width: 100%;
}

@media (max-width: 1440px) {
  .cid-v3goNvOivA .card-wrapper .google-map iframe {
    height: 500px;
  }
}

@media (max-width: 992px) {
  .cid-v3goNvOivA .card-wrapper .google-map iframe {
    height: 350px;
  }
}

.cid-v3goNEfbHk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3goNEfbHk .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3goNEfbHk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3goNEfbHk .items-wrapper {
  margin: 0 -8px;
}

.cid-v3goNEfbHk .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .cid-v3goNEfbHk .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v3goNEfbHk .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}

.cid-v3goNEfbHk .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}

.cid-v3goNEfbHk .items-wrapper .item .item-wrapper .title-wrap {
  padding: 16px 16px 24px 16px;
}

@media (max-width: 992px) {
  .cid-v3goNEfbHk .items-wrapper .item .item-wrapper .title-wrap {
    padding: 16px 20px 24px 20px;
  }
}

.cid-v3goNEfbHk .items-wrapper .item .item-wrapper .title-wrap .title-box {
  display: inline-flex;
  align-items: center;
}

.cid-v3goNEfbHk .items-wrapper .item .item-wrapper .title-wrap .title-box .dot-wrapper {
  display: inline-flex;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #e70000;
  margin-right: 16px;
}

.cid-v3goNEfbHk .items-wrapper .item .item-wrapper .title-wrap .title-box .item-title {
  margin-bottom: 0;
}

.cid-v3goNEfbHk .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
  background-color: #f7f7f7;
}

@media (max-width: 992px) {
  .cid-v3goNEfbHk .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}

.cid-v3goNEfbHk .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}

.cid-v3goNEfbHk .item-title {
  color: #000000;
}

.cid-v3goNEfbHk .item-text {
  color: #6c7179;
}

.cid-v3goNYtUhe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3goNYtUhe .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3goNYtUhe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3goNYtUhe .title-wrapper {
  position: sticky;
  top: 40px;
}

@media (max-width: 992px) {
  .cid-v3goNYtUhe .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}

.cid-v3goNYtUhe .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3goNYtUhe .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3goNYtUhe .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}

.cid-v3goNYtUhe .card-wrapper {
  padding: 80px 60px 0;
  position: relative;
  box-shadow: 0 10px 25px -20px #6c7179;
  overflow: hidden;
}

@media (max-width: 992px) {
  .cid-v3goNYtUhe .card-wrapper {
    padding: 80px 8px 0;
  }
}

.cid-v3goNYtUhe .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cid-v3goNYtUhe .card-wrapper .form-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 24px 24px 40px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

@media (max-width: 992px) {
  .cid-v3goNYtUhe .card-wrapper .form-wrap {
    padding: 20px 20px 40px;
  }
}

.cid-v3goNYtUhe .card-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}

.cid-v3goNYtUhe .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}

.cid-v3goNYtUhe .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}

.cid-v3goNYtUhe .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px;
  background-color: #f7f7f7;
  border: 1px solid #d1d3d6 !important;
  box-shadow: none;
  margin-bottom: 20px;
}

.cid-v3goNYtUhe .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #6c7179;
  opacity: .7;
}

.cid-v3goNYtUhe .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v3goNYtUhe .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #6c7179 !important;
}

.cid-v3goNYtUhe .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 145px;
}

.cid-v3goNYtUhe .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}

.cid-v3goNYtUhe .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6c7179;
  border-color: #6c7179;
}

.cid-v3goNYtUhe .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}

@media (max-width: 992px) {
  .cid-v3goNYtUhe .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 12px;
  }
}

.cid-v3goNYtUhe .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}

.cid-v3goNYtUhe .mbr-section-title {
  color: #000000;
}

.cid-v3goNYtUhe .mbr-text,
.cid-v3goNYtUhe .text-wrapper {
  color: #6c7179;
}

.cid-v3goNYtUhe label {
  color: #6c7179;
}

.cid-v3goOiTtTL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3goOiTtTL .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3goOiTtTL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3goOiTtTL .title-wrapper {
  position: sticky;
  top: 40px;
}

@media (max-width: 992px) {
  .cid-v3goOiTtTL .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}

.cid-v3goOiTtTL .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3goOiTtTL .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3goOiTtTL .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}

.cid-v3goOiTtTL .panel-group .card {
  position: relative;
  padding: 8px;
  background-color: #ffffff;
  border: none;
  margin-top: 16px;
}

.cid-v3goOiTtTL .panel-group .card:first-child {
  margin-top: 0;
}

@media (max-width: 992px) {
  .cid-v3goOiTtTL .panel-group .card {
    margin-top: 20px;
  }
  .cid-v3goOiTtTL .panel-group .card:first-child {
    margin-top: 0;
  }
}

.cid-v3goOiTtTL .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.cid-v3goOiTtTL .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
}

@media (max-width: 992px) {
  .cid-v3goOiTtTL .panel-group .card .card-header .panel-title {
    padding: 20px;
  }
}

.cid-v3goOiTtTL .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}

.cid-v3goOiTtTL .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #6c7179;
  border-radius: 100%;
}

.cid-v3goOiTtTL .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 12px;
  margin-top: 2px;
  transition: all 0.3s ease-in-out;
  color: #6c7179;
}

.cid-v3goOiTtTL .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}

.cid-v3goOiTtTL .panel-group .card .panel-collapse .panel-body {
  margin-top: 8px;
  padding: 24px;
  background-color: #f7f7f7;
}

@media (max-width: 992px) {
  .cid-v3goOiTtTL .panel-group .card .panel-collapse .panel-body {
    padding: 20px;
  }
}

.cid-v3goOiTtTL .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}

.cid-v3goOiTtTL .mbr-label {
  color: #be0000;
}

.cid-v3goOiTtTL .mbr-section-title {
  color: #000000;
}

.cid-v3goOiTtTL .mbr-text,
.cid-v3goOiTtTL .text-wrapper {
  color: #6c7179;
}

.cid-v3goOiTtTL .panel-title-edit {
  color: #000000;
}

.cid-v3goOiTtTL .panel-text {
  color: #6c7179;
}

.cid-v3goOq3U9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3goOq3U9F .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3goOq3U9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3goOq3U9F .tabs-wrapper {
  margin-bottom: 40px;
}

.cid-v3goOq3U9F .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cid-v3goOq3U9F .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}

.cid-v3goOq3U9F .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 17px 24px;
  background-color: #000000;
  border: none;
  transition: background-color 1s ease-in-out;
  z-index: 1;
  overflow: hidden;
}

.cid-v3goOq3U9F .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: -1;
  transform: scale(1);
  background-color: #e70000;
  margin-left: 16px;
  pointer-events: none;
}

.cid-v3goOq3U9F .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  right: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  background-color: #ffffff;
}

.cid-v3goOq3U9F .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover::after {
  transform: scale(1.3);
}

.cid-v3goOq3U9F .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #e70000;
}

.cid-v3goOq3U9F .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::after {
  transform: scale(50);
}

.cid-v3goOq3U9F .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: 1;
}

.cid-v3goOq3U9F .tab-content .tab-pane .card-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}

@media (max-width: 992px) {
  .cid-v3goOq3U9F .tab-content .tab-pane .card-wrapper {
    grid-template-columns: 1fr;
  }
}

.cid-v3goOq3U9F .tab-content .tab-pane .card-wrapper .card-box {
  padding: 24px;
  background-color: #f7f7f7;
}

@media (max-width: 992px) {
  .cid-v3goOq3U9F .tab-content .tab-pane .card-wrapper .card-box {
    padding: 20px;
  }
}

.cid-v3goOq3U9F .tab-content .tab-pane .card-wrapper .card-box .item-title {
  margin-bottom: 12px;
}

.cid-v3goOq3U9F .tab-content .tab-pane .card-wrapper .card-box .item-date {
  margin-bottom: 20px;
}

.cid-v3goOq3U9F .tab-content .tab-pane .card-wrapper .card-box .item-text {
  margin-bottom: 0;
}

.cid-v3goOq3U9F .tab-content .tab-pane .card-wrapper .card-box .mbr-section-btn {
  margin-top: 12px;
}

.cid-v3goOq3U9F .tab-content .tab-pane .card-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}

.cid-v3goOq3U9F .tab-content .tab-pane .card-wrapper .image-wrap {
  position: relative;
  min-height: 420px;
  height: 100%;
}

@media (max-width: 992px) {
  .cid-v3goOq3U9F .tab-content .tab-pane .card-wrapper .image-wrap {
    height: 300px;
    min-height: auto;
  }
}

.cid-v3goOq3U9F .tab-content .tab-pane .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cid-v3goOq3U9F .item-title {
  color: #000000;
}

.cid-v3goOq3U9F .item-date {
  color: #454545;
}

.cid-v3goOq3U9F .item-text {
  color: #6c7179;
}

.cid-v3goOHD35o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3goOHD35o .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3goOHD35o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3goOHD35o .title-wrapper {
  margin-bottom: 60px;
}

.cid-v3goOHD35o .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3goOHD35o .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3goOHD35o .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cid-v3goOHD35o .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}

.cid-v3goOHD35o .items-wrapper {
  margin: 0 -8px;
}

.cid-v3goOHD35o .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .cid-v3goOHD35o .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v3goOHD35o .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}

.cid-v3goOHD35o .items-wrapper .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
}

.cid-v3goOHD35o .items-wrapper .item .item-wrapper .label-wrapper {
  position: absolute;
  top: -19px;
  left: 0;
  padding: 0 32px;
  z-index: 1;
  width: 100%;
}

@media (max-width: 992px) {
  .cid-v3goOHD35o .items-wrapper .item .item-wrapper .label-wrapper {
    padding: 0 28px;
  }
}

.cid-v3goOHD35o .items-wrapper .item .item-wrapper .label-wrapper .item-label {
  padding: 8px 16px;
  display: inline-block;
  background-image: linear-gradient(135deg, #ffffff 0%, #e70000 50%);
  box-shadow: 5px 5px 15px -5px #6c7179;
}

.cid-v3goOHD35o .items-wrapper .item .item-wrapper .item-content .card-box {
  padding: 24px;
  background-color: #f7f7f7;
  margin-bottom: 28px;
}

@media (max-width: 992px) {
  .cid-v3goOHD35o .items-wrapper .item .item-wrapper .item-content .card-box {
    padding: 20px;
  }
}

.cid-v3goOHD35o .items-wrapper .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 12px;
}

.cid-v3goOHD35o .items-wrapper .item .item-wrapper .item-content .card-box .item-price {
  margin-bottom: 4px;
}

.cid-v3goOHD35o .items-wrapper .item .item-wrapper .item-content .card-box .item-desc {
  margin-bottom: 0;
}

.cid-v3goOHD35o .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0 16px;
  list-style-type: none;
  margin-bottom: 28px;
}

.cid-v3goOHD35o .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}

.cid-v3goOHD35o .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}

.cid-v3goOHD35o .items-wrapper .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  min-width: 16px;
  font-size: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #6c7179;
  color: #ffffff;
}

.cid-v3goOHD35o .items-wrapper .item .item-wrapper .cont-wrap {
  padding: 0 16px 16px 16px;
}

.cid-v3goOHD35o .items-wrapper .item .item-wrapper .cont-wrap .mbr-section-btn {
  width: 100%;
  margin-top: 12px;
}

.cid-v3goOHD35o .items-wrapper .item .item-wrapper .cont-wrap .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}

.cid-v3goOHD35o .items-wrapper .item .card_2 {
  border: 2px solid #e70000;
  box-shadow: 10px 15px 35px -15px #6c7179;
}

.cid-v3goOHD35o .mbr-label {
  color: #be0000;
  text-align: center;
}

.cid-v3goOHD35o .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-v3goOHD35o .mbr-text,
.cid-v3goOHD35o .text-wrapper {
  color: #6c7179;
  text-align: center;
}

.cid-v3goOHD35o .item-title {
  color: #000000;
}

.cid-v3goOHD35o .item-price {
  color: #000000;
}

.cid-v3goOHD35o .item-desc {
  color: #6c7179;
}

.cid-v3goOHD35o .list {
  color: #454545;
}

.cid-v3goOHD35o .item-label,
.cid-v3goOHD35o .label-wrapper {
  color: #ffffff;
  text-align: center;
}

.cid-v3goOOYPMV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3goOOYPMV .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3goOOYPMV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3goOOYPMV .title-wrapper {
  margin-bottom: 60px;
}

.cid-v3goOOYPMV .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3goOOYPMV .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3goOOYPMV .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cid-v3goOOYPMV .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}

.cid-v3goOOYPMV .items-wrapper {
  margin: 0 -8px;
}

.cid-v3goOOYPMV .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .cid-v3goOOYPMV .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v3goOOYPMV .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}

.cid-v3goOOYPMV .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}

.cid-v3goOOYPMV .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 8px;
}

.cid-v3goOOYPMV .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

@media (max-width: 992px) {
  .cid-v3goOOYPMV .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}

.cid-v3goOOYPMV .items-wrapper .item .item-wrapper .card-box {
  padding: 24px;
  background-color: #f7f7f7;
}

@media (max-width: 992px) {
  .cid-v3goOOYPMV .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}

.cid-v3goOOYPMV .items-wrapper .item .item-wrapper .card-box .price-wrap {
  margin-bottom: 20px;
}

.cid-v3goOOYPMV .items-wrapper .item .item-wrapper .card-box .price-wrap .item-price {
  padding: 8px 16px;
  display: inline-block;
  background-image: linear-gradient(135deg, #ffffff 0%, #e70000 50%);
}

.cid-v3goOOYPMV .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}

.cid-v3goOOYPMV .items-wrapper .item .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}

.cid-v3goOOYPMV .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 12px;
}

.cid-v3goOOYPMV .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}

.cid-v3goOOYPMV .mbr-label {
  color: #be0000;
  text-align: center;
}

.cid-v3goOOYPMV .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-v3goOOYPMV .mbr-text,
.cid-v3goOOYPMV .text-wrapper {
  color: #6c7179;
  text-align: center;
}

.cid-v3goOOYPMV .item-title {
  color: #000000;
}

.cid-v3goOOYPMV .item-price {
  color: #ffffff;
}

.cid-v3goOOYPMV .item-desc {
  color: #6c7179;
}

.cid-v3gpqLR8MP .navbar-dropdown {
  position: relative !important;
}

.cid-v3gpqLR8MP .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 992px) {
  .cid-v3gpqLR8MP .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cid-v3gpqLR8MP .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-v3gpqLR8MP .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.cid-v3gpqLR8MP .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}

.cid-v3gpqLR8MP .dropdown-item:hover,
.cid-v3gpqLR8MP .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}

.cid-v3gpqLR8MP .dropdown-item:hover span {
  color: white;
}

.cid-v3gpqLR8MP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.cid-v3gpqLR8MP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.cid-v3gpqLR8MP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}

.cid-v3gpqLR8MP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}

.cid-v3gpqLR8MP .nav-link {
  position: relative;
}

.cid-v3gpqLR8MP .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}

@media (min-width: 992px) {
  .cid-v3gpqLR8MP .container {
    flex-wrap: nowrap;
  }
}

.cid-v3gpqLR8MP .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}

.cid-v3gpqLR8MP .iconfont-wrapper:hover {
  opacity: .5;
}

.cid-v3gpqLR8MP .dropdown-menu,
.cid-v3gpqLR8MP .navbar.opened {
  background: #f7f7f7 !important;
}

.cid-v3gpqLR8MP .nav-item:focus,
.cid-v3gpqLR8MP .nav-link:focus {
  outline: none;
}

.cid-v3gpqLR8MP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}

.cid-v3gpqLR8MP .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}

.cid-v3gpqLR8MP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}

.cid-v3gpqLR8MP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}

.cid-v3gpqLR8MP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.cid-v3gpqLR8MP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}

.cid-v3gpqLR8MP .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}

.cid-v3gpqLR8MP .navbar.opened {
  transition: all 0.3s;
}

.cid-v3gpqLR8MP .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}

.cid-v3gpqLR8MP .navbar .navbar-logo {
  margin-right: 1rem;
}

.cid-v3gpqLR8MP .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}

.cid-v3gpqLR8MP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}

.cid-v3gpqLR8MP .navbar.collapsed {
  justify-content: center;
}

.cid-v3gpqLR8MP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.cid-v3gpqLR8MP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

@media (min-width: 992px) {
  .cid-v3gpqLR8MP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}

.cid-v3gpqLR8MP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.cid-v3gpqLR8MP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-v3gpqLR8MP .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-v3gpqLR8MP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.cid-v3gpqLR8MP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}

.cid-v3gpqLR8MP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 991px) {
  .cid-v3gpqLR8MP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3gpqLR8MP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3gpqLR8MP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3gpqLR8MP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3gpqLR8MP .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-v3gpqLR8MP .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-v3gpqLR8MP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3gpqLR8MP .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v3gpqLR8MP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v3gpqLR8MP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3gpqLR8MP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.cid-v3gpqLR8MP .navbar.navbar-short {
  min-height: 80px;
}

.cid-v3gpqLR8MP .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}

.cid-v3gpqLR8MP .navbar-brand {
  min-height: 80px;
  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-v3gpqLR8MP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}

.cid-v3gpqLR8MP .navbar-brand .navbar-caption:hover,
.cid-v3gpqLR8MP .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}

.cid-v3gpqLR8MP .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-v3gpqLR8MP .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3gpqLR8MP .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}

.cid-v3gpqLR8MP .dropdown-item.active,
.cid-v3gpqLR8MP .dropdown-item:active {
  background-color: transparent;
}

.cid-v3gpqLR8MP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.cid-v3gpqLR8MP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.cid-v3gpqLR8MP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.cid-v3gpqLR8MP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}

@media (max-width: 992px) {
  .cid-v3gpqLR8MP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}

.cid-v3gpqLR8MP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}

.cid-v3gpqLR8MP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}

.cid-v3gpqLR8MP ul.navbar-nav {
  flex-wrap: wrap;
}

@media (min-width: 991px) {
  .cid-v3gpqLR8MP ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}

.cid-v3gpqLR8MP .navbar-buttons {
  text-align: center;
  width: auto;
}

@media (min-width: 991px) {
  .cid-v3gpqLR8MP .navbar-buttons {
    text-align: left;
  }
}

.cid-v3gpqLR8MP .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}

@media (max-width: 575px) {
  .cid-v3gpqLR8MP .navbar-buttons .btn {
    width: auto !important;
  }
}

.cid-v3gpqLR8MP 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: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}

.cid-v3gpqLR8MP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}

.cid-v3gpqLR8MP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}

.cid-v3gpqLR8MP button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}

.cid-v3gpqLR8MP button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}

.cid-v3gpqLR8MP button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}

.cid-v3gpqLR8MP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-v3gpqLR8MP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}

.cid-v3gpqLR8MP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}

.cid-v3gpqLR8MP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-v3gpqLR8MP .navbar-dropdown {
  padding: 0 1rem;
}

.cid-v3gpqLR8MP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cid-v3gpqLR8MP .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-v3gpqLR8MP .navbar {
    height: 70px;
  }
  .cid-v3gpqLR8MP .navbar.opened {
    height: auto;
  }
  .cid-v3gpqLR8MP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-v3gpqLR8MP .navbar-nav {
  margin: 0 auto;
}

.cid-v3gpqLR8MP .nav-item {
  padding: 0;
  margin: 0;
}

.cid-v3gpqLR8MP .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}

.cid-v3gpqLR8MP .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}

.cid-v3gpqLR8MP .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}

.cid-v3gpqLR8MP .nav-item .nav-link:hover::after {
  color: inherit !important;
}

.cid-v3gpqLR8MP .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}

.cid-v3gpqLR8MP .nav-item .dropdown-menu {
  background-color: transparent !important;
}

.cid-v3gpqLR8MP .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}

@media (max-width: 991px) {
  .cid-v3gpqLR8MP .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3gpqLR8MP .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3gpqLR8MP .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3gpqLR8MP .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3gpqLR8MP .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3gpqLR8MP .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3gpqLR8MP .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}

.cid-v3gpqLR8MP .content-wrap {
  min-height: 80px;
}

.cid-v3gpqUae3X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3gpqUae3X .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3gpqUae3X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3gpqUae3X .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .cid-v3gpqUae3X .card-wrapper {
    padding: 40px 20px;
  }
}

.cid-v3gpqUae3X .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cid-v3gpqUae3X .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}

.cid-v3gpqUae3X .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}

@media (max-width: 1440px) {
  .cid-v3gpqUae3X .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}

@media (max-width: 1200px) {
  .cid-v3gpqUae3X .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}

@media (max-width: 992px) {
  .cid-v3gpqUae3X .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}

.cid-v3gpqUae3X .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}

@media (max-width: 992px) {
  .cid-v3gpqUae3X .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}

.cid-v3gpqUae3X .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}

.cid-v3gpqUae3X .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}

.cid-v3gpqUae3X .mbr-section-title {
  color: #ffffff;
}

.cid-v3gpqUae3X .mbr-text {
  color: #ffffff;
}

.cid-v3gprpdLts {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3gprpdLts .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3gprpdLts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3gprpdLts .title-wrapper {
  margin-bottom: 40px;
}

.cid-v3gprpdLts .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3gprpdLts .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3gprpdLts .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cid-v3gprpdLts .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}

.cid-v3gprpdLts .items-wrapper {
  margin: 0 -8px;
}

.cid-v3gprpdLts .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .cid-v3gprpdLts .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v3gprpdLts .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}

.cid-v3gprpdLts .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-v3gprpdLts .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}

.cid-v3gprpdLts .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}

.cid-v3gprpdLts .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}

.cid-v3gprpdLts .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}

@media (max-width: 992px) {
  .cid-v3gprpdLts .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}

.cid-v3gprpdLts .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
}

@media (max-width: 992px) {
  .cid-v3gprpdLts .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}

.cid-v3gprpdLts .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12px;
}

.cid-v3gprpdLts .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}

.cid-v3gprpdLts .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}

.cid-v3gprpdLts .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}

.cid-v3gprpdLts .mbr-label {
  color: #be0000;
  text-align: center;
}

.cid-v3gprpdLts .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-v3gprpdLts .mbr-text,
.cid-v3gprpdLts .text-wrapper {
  color: #6c7179;
  text-align: center;
}

.cid-v3gprpdLts .item-title {
  color: #000000;
}

.cid-v3gprpdLts .item-text {
  color: #6c7179;
}

.cid-v3grlfRmCk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-v3grlfRmCk .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3grlfRmCk .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-v3grlfRmCk .title-wrapper {
    margin-bottom: 40px;
  }
}

.cid-v3grlfRmCk .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3grlfRmCk .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3grlfRmCk .title-wrapper .mbr-text {
  margin-bottom: 0;
}

.cid-v3grlfRmCk .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}

.cid-v3grlfRmCk .image-wrapper img {
  width: 100%;
  height: 480px;
  object-fit: none;
}

@media (max-width: 992px) {
  .cid-v3grlfRmCk .image-wrapper img {
    height: 300px;
  }
}

.cid-v3grlfRmCk .mbr-label {
  color: #be0000;
}

.cid-v3grlfRmCk .mbr-section-title {
  color: #000000;
}

.cid-v3grlfRmCk .mbr-text {
  color: #6c7179;
}

.cid-v3gpSDXJxF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3gpSDXJxF .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3gpSDXJxF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3gpSDXJxF .title-wrapper {
  margin-bottom: 40px;
}

.cid-v3gpSDXJxF .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3gpSDXJxF .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3gpSDXJxF .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cid-v3gpSDXJxF .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}

.cid-v3gpSDXJxF .items-wrapper {
  margin: 0 -8px;
}

.cid-v3gpSDXJxF .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .cid-v3gpSDXJxF .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v3gpSDXJxF .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}

.cid-v3gpSDXJxF .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-v3gpSDXJxF .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}

.cid-v3gpSDXJxF .items-wrapper .item:hover .item-wrapper .item-content .person-wrapper .icon-wrapper .mbr-iconfont,
.cid-v3gpSDXJxF .items-wrapper .item:focus .item-wrapper .item-content .person-wrapper .icon-wrapper .mbr-iconfont {
  opacity: 1;
  transform: rotate(0);
}

.cid-v3gpSDXJxF .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}

.cid-v3gpSDXJxF .items-wrapper .item .item-wrapper .label-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 32px 32px 0;
  z-index: 1;
  width: 100%;
}

@media (max-width: 992px) {
  .cid-v3gpSDXJxF .items-wrapper .item .item-wrapper .label-wrapper {
    padding: 28px 28px 0;
  }
}

.cid-v3gpSDXJxF .items-wrapper .item .item-wrapper .label-wrapper .item-label {
  padding: 8px 16px;
  display: inline-block;
  background-image: linear-gradient(135deg, #ffffff 0%, #e70000 50%);
}

.cid-v3gpSDXJxF .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  box-shadow: 0 20px 25px -20px #6c7179;
  margin-bottom: 8px;
}

.cid-v3gpSDXJxF .items-wrapper .item .item-wrapper .item-img img {
  height: 550px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}

@media (max-width: 992px) {
  .cid-v3gpSDXJxF .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}

.cid-v3gpSDXJxF .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
}

@media (max-width: 992px) {
  .cid-v3gpSDXJxF .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}

.cid-v3gpSDXJxF .items-wrapper .item .item-wrapper .item-content .person-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cid-v3gpSDXJxF .items-wrapper .item .item-wrapper .item-content .person-wrapper .person-wrap .item-name {
  margin-bottom: 8px;
}

.cid-v3gpSDXJxF .items-wrapper .item .item-wrapper .item-content .person-wrapper .person-wrap .item-role {
  margin-bottom: 0;
}

.cid-v3gpSDXJxF .items-wrapper .item .item-wrapper .item-content .person-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  transition: all .5s ease;
  transform: rotate(-45deg);
  opacity: 0;
}

.cid-v3gpSDXJxF .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}

.cid-v3gpSDXJxF .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}


.cid-v3gpSDXJxF .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}

.cid-v3gpSDXJxF .btn-wrapper {
  margin-top: 15%;
}

.cid-v3gpSDXJxF .mbr-label {
  color: #be0000;
  text-align: center;
}

.cid-v3gpSDXJxF .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-v3gpSDXJxF .mbr-text,
.cid-v3gpSDXJxF .text-wrapper {
  color: #6c7179;
  text-align: center;
}

.cid-v3gpSDXJxF .item-name {
  color: #000000;
}

.cid-v3gpSDXJxF .item-role {
  color: #6c7179;
}

.cid-v3gpSDXJxF .item-text {
  color: #6c7179;
}

.cid-v3gpSDXJxF .item-label,
.cid-v3gpSDXJxF .label-wrapper {
  color: #ffffff;
  text-align: right;
}

.cid-v3gq2P6RNp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-v3gq2P6RNp .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3gq2P6RNp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3gq2P6RNp .title-wrapper {
  margin-bottom: 120px;
}

@media (max-width: 992px) {
  .cid-v3gq2P6RNp .title-wrapper {
    margin-bottom: 40px;
  }
}

.cid-v3gq2P6RNp .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3gq2P6RNp .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3gq2P6RNp .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cid-v3gq2P6RNp .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}

.cid-v3gq2P6RNp .items-wrapper {
  margin: 0 -8px;
}

.cid-v3gq2P6RNp .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .cid-v3gq2P6RNp .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v3gq2P6RNp .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}

.cid-v3gq2P6RNp .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(-80px);
}

@media (max-width: 992px) {
  .cid-v3gq2P6RNp .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}

.cid-v3gq2P6RNp .items-wrapper .item .item-wrapper {
  background-color: #f7f7f7;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}

.cid-v3gq2P6RNp .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
  background-color: #ffffff;
  box-shadow: 0 10px 25px -20px #6c7179;
  margin-bottom: 8px;
}

@media (max-width: 992px) {
  .cid-v3gq2P6RNp .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}

.cid-v3gq2P6RNp .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 16px;
}

.cid-v3gq2P6RNp .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}

.cid-v3gq2P6RNp .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}

.cid-v3gq2P6RNp .items-wrapper .item .item-wrapper .person-wrapper {
  padding: 16px;
}

@media (max-width: 992px) {
  .cid-v3gq2P6RNp .items-wrapper .item .item-wrapper .person-wrapper {
    padding: 20px;
  }
}

.cid-v3gq2P6RNp .items-wrapper .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}

.cid-v3gq2P6RNp .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .item-img {
  margin-right: 12px;
}

.cid-v3gq2P6RNp .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .item-img img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  object-fit: cover;
  border-radius: 100% !important;
}

.cid-v3gq2P6RNp .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 4px;
}

.cid-v3gq2P6RNp .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}

.cid-v3gq2P6RNp .mbr-label {
  color: #be0000;
  text-align: center;
}

.cid-v3gq2P6RNp .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-v3gq2P6RNp .mbr-text,
.cid-v3gq2P6RNp .text-wrapper {
  color: #6c7179;
  text-align: center;
}

.cid-v3gq2P6RNp .item-text {
  color: #000000;
}

.cid-v3gq2P6RNp .item-name {
  color: #454545;
}

.cid-v3gq2P6RNp .item-role {
  color: #6c7179;
}

.cid-v3gpVUxdod {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3gpVUxdod .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3gpVUxdod .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3gpVUxdod .title-wrapper {
  position: sticky;
  top: 40px;
}

@media (max-width: 992px) {
  .cid-v3gpVUxdod .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}

.cid-v3gpVUxdod .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}

.cid-v3gpVUxdod .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}

.cid-v3gpVUxdod .items-wrapper .item {
  margin-bottom: 16px;
}

.cid-v3gpVUxdod .items-wrapper .item:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cid-v3gpVUxdod .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v3gpVUxdod .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}

.cid-v3gpVUxdod .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
}

.cid-v3gpVUxdod .items-wrapper .item .item-wrapper .title-wrap {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f7f7f7;
}

@media (max-width: 992px) {
  .cid-v3gpVUxdod .items-wrapper .item .item-wrapper .title-wrap {
    flex-direction: column-reverse;
    padding: 20px;
  }
}

.cid-v3gpVUxdod .items-wrapper .item .item-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}

.cid-v3gpVUxdod .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper {
  margin-left: 12px;
}

@media (max-width: 992px) {
  .cid-v3gpVUxdod .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper {
    margin-left: 0;
    margin-bottom: 12px;
  }
}

.cid-v3gpVUxdod .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}

.cid-v3gpVUxdod .items-wrapper .item .item-wrapper .item-content {
  padding: 16px;
}

@media (max-width: 992px) {
  .cid-v3gpVUxdod .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}

.cid-v3gpVUxdod .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}

.cid-v3gpVUxdod .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}

.cid-v3gpVUxdod .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}

.cid-v3gpVUxdod .btn-wrapper {
  margin-top: -8%;
}

.cid-v3gpVUxdod .mbr-section-title {
  color: #000000;
}

.cid-v3gpVUxdod .mbr-section-subtitle {
  color: #be0000;
}

.cid-v3gpVUxdod .item-title {
  color: #000000;
}

.cid-v3gpVUxdod .item-text {
  color: #000000;
}

.cid-v3grcq3hLO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3grcq3hLO .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3grcq3hLO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3grcq3hLO .card-wrapper {
  border: 8px solid #ffffff;
  box-shadow: 0 10px 25px -20px #6c7179;
}

.cid-v3grcq3hLO .card-wrapper .card-wrap {
  position: relative;
  padding: 60px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .cid-v3grcq3hLO .card-wrapper .card-wrap {
    padding: 20px;
  }
}

.cid-v3grcq3hLO .card-wrapper .card-wrap .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cid-v3grcq3hLO .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}

.cid-v3grcq3hLO .card-wrapper .card-wrap .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.cid-v3grcq3hLO .card-wrapper .card-wrap .text-wrapper {
  position: relative;
  z-index: 1;
}

.cid-v3grcq3hLO .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-top: 20px;
}

@media (max-width: 992px) {
  .cid-v3grcq3hLO .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}

.cid-v3grcq3hLO .card-wrapper .card-wrap .mbr-section-btn {
  margin-top: 32px;
  position: relative;
  z-index: 1;
}

.cid-v3grcq3hLO .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}

.cid-v3grcq3hLO .mbr-section-title {
  color: #ffffff;
}

.cid-v3grcq3hLO .mbr-text {
  color: #ffffff;
}

.cid-v3gqiF1Uii .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3gqiF1Uii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3gqiF1Uii .image-wrapper {
  height: 400px;
}

@media (max-width: 992px) {
  .cid-v3gqiF1Uii .image-wrapper {
    height: 300px;
  }
}

.cid-v3gqvoWMta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3gqvoWMta .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3gqvoWMta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3gqvoWMta .card {
  justify-content: flex-end;
}

.cid-v3gqvoWMta .title-wrapper {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .cid-v3gqvoWMta .title-wrapper {
    margin-bottom: 20px;
  }
}

.cid-v3gqvoWMta .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3gqvoWMta .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3gqvoWMta .title-wrapper .mbr-text {
  margin-bottom: 0;
}

.cid-v3gqvoWMta .main-btn {
  margin-bottom: 40px;
  text-align: right;
}

@media (max-width: 992px) {
  .cid-v3gqvoWMta .main-btn {
    text-align: left;
  }
}

.cid-v3gqvoWMta .main-btn .btn {
  margin-bottom: 0;
}

.cid-v3gqvoWMta .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 620px;
  max-width: 620px;
}

@media (max-width: 768px) {
  .cid-v3gqvoWMta .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

.cid-v3gqvoWMta .embla__slide .slide-content {
  width: 100%;
}

.cid-v3gqvoWMta .embla__slide .slide-content .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 8px;
  background-color: #ffffff;
}

@media (max-width: 992px) {
  .cid-v3gqvoWMta .embla__slide .slide-content .item-wrapper {
    display: block;
    height: 100%;
  }
}

.cid-v3gqvoWMta .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .cid-v3gqvoWMta .embla__slide .slide-content .item-wrapper .item-content {
    margin-bottom: 8px;
  }
}

.cid-v3gqvoWMta .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  padding: 24px;
}

@media (max-width: 992px) {
  .cid-v3gqvoWMta .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    padding: 20px;
  }
}

.cid-v3gqvoWMta .embla__slide .slide-content .item-wrapper .item-content .card-box {
  padding: 24px;
  background-color: #f7f7f7;
}

@media (max-width: 992px) {
  .cid-v3gqvoWMta .embla__slide .slide-content .item-wrapper .item-content .card-box {
    padding: 20px;
  }
}

.cid-v3gqvoWMta .embla__slide .slide-content .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 12px;
}

.cid-v3gqvoWMta .embla__slide .slide-content .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}

.cid-v3gqvoWMta .embla__slide .slide-content .item-wrapper .item-content .card-box .list {
  margin: 32px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  list-style-type: none;
}

@media (max-width: 992px) {
  .cid-v3gqvoWMta .embla__slide .slide-content .item-wrapper .item-content .card-box .list {
    margin: 20px 0 0 0;
  }
}

.cid-v3gqvoWMta .embla__slide .slide-content .item-wrapper .item-content .card-box .list .item-wrap {
  padding: 8px 16px;
  background-color: #ffffff;
}

.cid-v3gqvoWMta .embla__slide .slide-content .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 12px;
}

.cid-v3gqvoWMta .embla__slide .slide-content .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}

.cid-v3gqvoWMta .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  min-height: 420px;
}

@media (max-width: 992px) {
  .cid-v3gqvoWMta .embla__slide .slide-content .item-wrapper .item-img {
    height: 300px;
    min-height: auto;
  }
}

.cid-v3gqvoWMta .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cid-v3gqvoWMta .embla__button--next,
.cid-v3gqvoWMta .embla__button--prev {
  display: flex;
}

.cid-v3gqvoWMta .embla__button {
  bottom: 0;
  width: 28px;
  height: 28px;
  font-size: 16px;
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}

.cid-v3gqvoWMta .embla__button:hover,
.cid-v3gqvoWMta .embla__button:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.cid-v3gqvoWMta .embla__button:disabled {
  opacity: .5 !important;
  background-color: #ffffff !important;
  color: #000000 !important;
}

.cid-v3gqvoWMta .embla__button.embla__button--prev {
  left: 0;
}

.cid-v3gqvoWMta .embla__button.embla__button--next {
  right: 0;
}

.cid-v3gqvoWMta .embla {
  position: relative;
  width: 100%;
  height: 100%;
}

.cid-v3gqvoWMta .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  height: 100%;
}

@media (max-width: 768px) {
  .cid-v3gqvoWMta .embla__viewport {
    padding: 0;
  }
}

.cid-v3gqvoWMta .embla__viewport.is-draggable {
  cursor: grab;
}

.cid-v3gqvoWMta .embla__viewport.is-dragging {
  cursor: grabbing;
}

.cid-v3gqvoWMta .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}

.cid-v3gqvoWMta .item-menu-overlay {
  opacity: 0 !important;
}

.cid-v3gqvoWMta .mbr-label {
  color: #be0000;
}

.cid-v3gqvoWMta .mbr-section-title {
  color: #000000;
}

.cid-v3gqvoWMta .mbr-text {
  color: #6c757d;
}

.cid-v3gqvoWMta .item-title {
  color: #000000;
}

.cid-v3gqvoWMta .item-text {
  color: #6c7179;
}

.cid-v3gqvoWMta .list {
  color: #6c7179;
}

.cid-v3gqyKMLfn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3gqyKMLfn .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3gqyKMLfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3gqyKMLfn .tabs-wrapper {
  margin-bottom: 40px;
}

.cid-v3gqyKMLfn .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cid-v3gqyKMLfn .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}

.cid-v3gqyKMLfn .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 17px 24px;
  background-color: #000000;
  border: none;
  transition: background-color 1s ease-in-out;
  z-index: 1;
  overflow: hidden;
}

.cid-v3gqyKMLfn .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: -1;
  transform: scale(1);
  background-color: #e70000;
  margin-left: 16px;
  pointer-events: none;
}

.cid-v3gqyKMLfn .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  right: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  background-color: #ffffff;
}

.cid-v3gqyKMLfn .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover::after {
  transform: scale(1.3);
}

.cid-v3gqyKMLfn .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #e70000;
}

.cid-v3gqyKMLfn .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::after {
  transform: scale(50);
}

.cid-v3gqyKMLfn .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: 1;
}

.cid-v3gqyKMLfn .tab-content .tab-pane .card-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}

@media (max-width: 992px) {
  .cid-v3gqyKMLfn .tab-content .tab-pane .card-wrapper {
    grid-template-columns: 1fr;
  }
}

.cid-v3gqyKMLfn .tab-content .tab-pane .card-wrapper .card-box {
  padding: 24px;
  background-color: #f7f7f7;
}

@media (max-width: 992px) {
  .cid-v3gqyKMLfn .tab-content .tab-pane .card-wrapper .card-box {
    padding: 20px;
  }
}

.cid-v3gqyKMLfn .tab-content .tab-pane .card-wrapper .card-box .item-title {
  margin-bottom: 12px;
}

.cid-v3gqyKMLfn .tab-content .tab-pane .card-wrapper .card-box .item-date {
  margin-bottom: 20px;
}

.cid-v3gqyKMLfn .tab-content .tab-pane .card-wrapper .card-box .item-text {
  margin-bottom: 0;
}

.cid-v3gqyKMLfn .tab-content .tab-pane .card-wrapper .card-box .mbr-section-btn {
  margin-top: 12px;
}

.cid-v3gqyKMLfn .tab-content .tab-pane .card-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}

.cid-v3gqyKMLfn .tab-content .tab-pane .card-wrapper .image-wrap {
  position: relative;
  min-height: 420px;
  height: 100%;
}

@media (max-width: 992px) {
  .cid-v3gqyKMLfn .tab-content .tab-pane .card-wrapper .image-wrap {
    height: 300px;
    min-height: auto;
  }
}

.cid-v3gqyKMLfn .tab-content .tab-pane .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cid-v3gqyKMLfn .item-title {
  color: #000000;
}

.cid-v3gqyKMLfn .item-date {
  color: #454545;
}

.cid-v3gqyKMLfn .item-text {
  color: #6c7179;
}

.cid-v3gqkybARC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3gqkybARC .item:focus,
.cid-v3gqkybARC span:focus {
  outline: none;
}

.cid-v3gqkybARC .item {
  cursor: pointer;
}

.cid-v3gqkybARC .grid-container {
  grid-row-gap: 16px;
}

@media (max-width: 992px) {
  .cid-v3gqkybARC .grid-container {
    grid-row-gap: 20px;
  }
}

.cid-v3gqkybARC .grid-container-1,
.cid-v3gqkybARC .grid-container-2,
.cid-v3gqkybARC .grid-container-3 {
  gap: 0 16px;
}

@media (max-width: 992px) {
  .cid-v3gqkybARC .grid-container-1,
  .cid-v3gqkybARC .grid-container-2,
  .cid-v3gqkybARC .grid-container-3 {
    gap: 0 20px;
  }
}

.cid-v3gqkybARC .mbr-section-title {
  margin-bottom: 40px;
  color: #000000;
  text-align: center;
}

.cid-v3gqkybARC .content-head {
  max-width: 800px;
}

.cid-v3gqkybARC .container,
.cid-v3gqkybARC .container-fluid {
  overflow: hidden;
}

.cid-v3gqkybARC .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}

.cid-v3gqkybARC .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background-color: #ffffff;
}

.cid-v3gqkybARC .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}

@media (max-width: 1440px) {
  .cid-v3gqkybARC .grid-item img {
    height: 400px;
  }
}

@media (max-width: 1200px) {
  .cid-v3gqkybARC .grid-item img {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .cid-v3gqkybARC .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}

@media (max-width: 425px) {
  .cid-v3gqkybARC .grid-item img {
    height: 140px;
  }
}

.cid-v3gqkybARC .grid-container-1,
.cid-v3gqkybARC .grid-container-2,
.cid-v3gqkybARC .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.cid-v3gqkybARC .grid-container-1 {
  align-items: flex-end;
}

.cid-v3gqkybARC .grid-container-2 {
  align-items: flex-start;
}

.cid-v3gqCeMc1B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3gqCeMc1B .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3gqCeMc1B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3gqCeMc1B .title-wrapper {
  margin-bottom: 60px;
}

.cid-v3gqCeMc1B .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3gqCeMc1B .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3gqCeMc1B .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cid-v3gqCeMc1B .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}

.cid-v3gqCeMc1B .items-wrapper {
  margin: 0 -8px;
}

.cid-v3gqCeMc1B .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .cid-v3gqCeMc1B .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v3gqCeMc1B .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}

.cid-v3gqCeMc1B .items-wrapper .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
}

.cid-v3gqCeMc1B .items-wrapper .item .item-wrapper .label-wrapper {
  position: absolute;
  top: -19px;
  left: 0;
  padding: 0 32px;
  z-index: 1;
  width: 100%;
}

@media (max-width: 992px) {
  .cid-v3gqCeMc1B .items-wrapper .item .item-wrapper .label-wrapper {
    padding: 0 28px;
  }
}

.cid-v3gqCeMc1B .items-wrapper .item .item-wrapper .label-wrapper .item-label {
  padding: 8px 16px;
  display: inline-block;
  background-image: linear-gradient(135deg, #ffffff 0%, #e70000 50%);
  box-shadow: 5px 5px 15px -5px #6c7179;
}

.cid-v3gqCeMc1B .items-wrapper .item .item-wrapper .item-content .card-box {
  padding: 24px;
  background-color: #f7f7f7;
  margin-bottom: 28px;
}

@media (max-width: 992px) {
  .cid-v3gqCeMc1B .items-wrapper .item .item-wrapper .item-content .card-box {
    padding: 20px;
  }
}

.cid-v3gqCeMc1B .items-wrapper .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 12px;
}

.cid-v3gqCeMc1B .items-wrapper .item .item-wrapper .item-content .card-box .item-price {
  margin-bottom: 4px;
}

.cid-v3gqCeMc1B .items-wrapper .item .item-wrapper .item-content .card-box .item-desc {
  margin-bottom: 0;
}

.cid-v3gqCeMc1B .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0 16px;
  list-style-type: none;
  margin-bottom: 28px;
}

.cid-v3gqCeMc1B .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}

.cid-v3gqCeMc1B .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}

.cid-v3gqCeMc1B .items-wrapper .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  min-width: 16px;
  font-size: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #6c7179;
  color: #ffffff;
}

.cid-v3gqCeMc1B .items-wrapper .item .item-wrapper .cont-wrap {
  padding: 0 16px 16px 16px;
}

.cid-v3gqCeMc1B .items-wrapper .item .item-wrapper .cont-wrap .mbr-section-btn {
  width: 100%;
  margin-top: 12px;
}

.cid-v3gqCeMc1B .items-wrapper .item .item-wrapper .cont-wrap .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}

.cid-v3gqCeMc1B .items-wrapper .item .card_2 {
  border: 2px solid #e70000;
  box-shadow: 10px 15px 35px -15px #6c7179;
}

.cid-v3gqCeMc1B .mbr-label {
  color: #be0000;
  text-align: center;
}

.cid-v3gqCeMc1B .mbr-section-title {
  color: #000000;
  text-align: center;
}

.cid-v3gqCeMc1B .mbr-text,
.cid-v3gqCeMc1B .text-wrapper {
  color: #6c7179;
  text-align: center;
}

.cid-v3gqCeMc1B .item-title {
  color: #000000;
}

.cid-v3gqCeMc1B .item-price {
  color: #000000;
}

.cid-v3gqCeMc1B .item-desc {
  color: #6c7179;
}

.cid-v3gqCeMc1B .list {
  color: #454545;
}

.cid-v3gqCeMc1B .item-label,
.cid-v3gqCeMc1B .label-wrapper {
  color: #ffffff;
  text-align: center;
}

.cid-v3gqx4pqFT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3gqx4pqFT .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3gqx4pqFT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3gqx4pqFT .title-wrapper {
  position: sticky;
  top: 40px;
}

@media (max-width: 992px) {
  .cid-v3gqx4pqFT .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}

.cid-v3gqx4pqFT .title-wrapper .mbr-label {
  margin-bottom: 20px;
}

.cid-v3gqx4pqFT .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}

.cid-v3gqx4pqFT .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}

.cid-v3gqx4pqFT .card-wrapper {
  padding: 80px 60px 0;
  position: relative;
  box-shadow: 0 10px 25px -20px #6c7179;
  overflow: hidden;
}

@media (max-width: 992px) {
  .cid-v3gqx4pqFT .card-wrapper {
    padding: 80px 8px 0;
  }
}

.cid-v3gqx4pqFT .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cid-v3gqx4pqFT .card-wrapper .form-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 24px 24px 40px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

@media (max-width: 992px) {
  .cid-v3gqx4pqFT .card-wrapper .form-wrap {
    padding: 20px 20px 40px;
  }
}

.cid-v3gqx4pqFT .card-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}

.cid-v3gqx4pqFT .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}

.cid-v3gqx4pqFT .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}

.cid-v3gqx4pqFT .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px;
  background-color: #f7f7f7;
  border: 1px solid #d1d3d6 !important;
  box-shadow: none;
  margin-bottom: 20px;
}

.cid-v3gqx4pqFT .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #6c7179;
  opacity: .7;
}

.cid-v3gqx4pqFT .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v3gqx4pqFT .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #6c7179 !important;
}

.cid-v3gqx4pqFT .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 145px;
}

.cid-v3gqx4pqFT .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}

.cid-v3gqx4pqFT .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6c7179;
  border-color: #6c7179;
}

.cid-v3gqx4pqFT .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}

@media (max-width: 992px) {
  .cid-v3gqx4pqFT .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 12px;
  }
}

.cid-v3gqx4pqFT .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}

.cid-v3gqx4pqFT .mbr-section-title {
  color: #000000;
}

.cid-v3gqx4pqFT .mbr-text,
.cid-v3gqx4pqFT .text-wrapper {
  color: #6c7179;
}

.cid-v3gqx4pqFT label {
  color: #6c7179;
}

.cid-v3gqCJ94qD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v3gqCJ94qD .mbr-fallback-image.disabled {
  display: none;
}

.cid-v3gqCJ94qD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v3gqCJ94qD .card-wrapper {
  border: 8px solid #ffffff;
  background-color: #ffffff;
  padding: 60px;
  box-shadow: 0 10px 25px -20px #6c7179;
}

@media (max-width: 992px) {
  .cid-v3gqCJ94qD .card-wrapper {
    padding: 20px;
  }
}

.cid-v3gqCJ94qD .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .cid-v3gqCJ94qD .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}

.cid-v3gqCJ94qD .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px 16px;
  margin-bottom: 80px;
}

@media (max-width: 1440px) {
  .cid-v3gqCJ94qD .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 992px) {
  .cid-v3gqCJ94qD .card-wrapper .nav-wrapper {
    gap: 28px;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .cid-v3gqCJ94qD .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}

.cid-v3gqCJ94qD .card-wrapper .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}

.cid-v3gqCJ94qD .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.cid-v3gqCJ94qD .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}

.cid-v3gqCJ94qD .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v3gqCJ94qD .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #000000;
}

.cid-v3gqCJ94qD .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}

.cid-v3gqCJ94qD .card-wrapper .mbr-copy {
  margin-bottom: 0;
}

.cid-v3gqCJ94qD .mbr-section-title {
  color: #000000;
}

.cid-v3gqCJ94qD .mbr-list-title {
  color: #000000;
}

.cid-v3gqCJ94qD .list {
  color: #6c7179;
}

.cid-v3gqCJ94qD .mbr-copy {
  color: #6c7179;
  text-align: center;
}
/* =========================================================
   FORM01 (cid-v3gqx4pqFT): box más limpio + campos más grandes
   ========================================================= */

/* 1) Quitar la imagen de fondo del card */
.cid-v3gqx4pqFT .card-wrapper .image-wrapper{
  display: none !important;
}

/* 2) Caja del formulario: más ancha + borde sutil + redondeo */
.cid-v3gqx4pqFT .card-wrapper{
  /* más ancho dentro de su columna */
  width: 100%;
  max-width: 760px;            /* ajusta si quieres más/menos */
  margin-left: auto;
  margin-right: auto;

  border: 1px solid rgba(0,0,0,.10);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;            /* para que el radio afecte a todo */
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
}

/* Si tu .mbr-form tenía fondo/estilos, los unificamos dentro */
.cid-v3gqx4pqFT .mbr-form.form-wrap{
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 22px 22px 14px;     /* aire interno */
}

/* 3) Campos de Gravity Forms: tamaño/padding normales (no “mini”) */
.cid-v3gqx4pqFT .gform_wrapper input[type="text"],
.cid-v3gqx4pqFT .gform_wrapper input[type="email"],
.cid-v3gqx4pqFT .gform_wrapper input[type="tel"],
.cid-v3gqx4pqFT .gform_wrapper input[type="number"],
.cid-v3gqx4pqFT .gform_wrapper input[type="url"],
.cid-v3gqx4pqFT .gform_wrapper input[type="password"],
.cid-v3gqx4pqFT .gform_wrapper select,
.cid-v3gqx4pqFT .gform_wrapper textarea{
  font-size: 16px !important;
  line-height: 1.25 !important;
  padding: 12px 14px !important;
  border-radius: 12px !important;
  min-height: 48px !important;
}

/* Textarea un poco más grande */
.cid-v3gqx4pqFT .gform_wrapper textarea{
  min-height: 120px !important;
  resize: vertical;
}

/* Labels legibles */
.cid-v3gqx4pqFT .gform_wrapper .gfield_label,
.cid-v3gqx4pqFT .gform_wrapper label{
  font-size: 14px !important;
  line-height: 1.2 !important;
  margin-bottom: 8px !important;
}

/* 4) Botón de envío: tamaño correcto */
.cid-v3gqx4pqFT .gform_wrapper .gform_button,
.cid-v3gqx4pqFT .gform_wrapper button[type="submit"],
.cid-v3gqx4pqFT .gform_wrapper input[type="submit"]{
  font-size: 16px !important;
  padding: 12px 18px !important;
  border-radius: 14px !important;
}

/* 5) En móvil: un pelín menos padding para que respire */
@media (max-width: 991.98px){
  .cid-v3gqx4pqFT .card-wrapper{
    max-width: 100%;
    border-radius: 16px;
  }
  .cid-v3gqx4pqFT .mbr-form.form-wrap{
    padding: 18px 16px 10px;
  }
}
.form-wrap{padding:0px!important}
.form-wrap label{min-width:160px!important}
.form-wrap input{min-width:260px!important; border: 1px solid #666666!important}
.form-wrap select{min-width:260px!important; border: 1px solid #666666!important}
.form-wrap textarea{min-width:260px!important;border: 1px solid #666666!important}
.cid-v3gqx4pqFT .card-wrapper{padding:35px!important}
#footer01-k .eo-footer-h2{
  padding-bottom: 0 !important;
  margin-bottom: 6px !important; /* ajusta a tu gusto */
}

#footer01-k .eo-footer-h2 a{
  display: inline-block; /* evita saltos raros */
}

.eo-footer-desc{
  font-size: 18px !important;
  line-height: 1.6;
  margin: 0;
}
