.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: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.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;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.4rem + (5 - 2.4) * ((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: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.4rem + (5 - 2.4) * ((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))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #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;
}
/* Scroll to top button*/
.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;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #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-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;
  justify-content: flex-end;
  margin: 0;
}
.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-vooFtzGyCy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-vooFtzGyCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vooFtzGyCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vooFtzGyCy .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vooFtzGyCy .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vooFtzGyCy .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vooFtzGyCy .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-vooFtzGyCy .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vooFtzGyCy .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vooFtzGyCy .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vooFtzGyCy .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vooFtzGyCy .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vooFtzGyCy .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vooFtzGyCy .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vooFtzGyCy .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vooFtzGyCy .mbr-section-title {
  color: #ffffff;
}
.cid-vooFtzGyCy .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-vooXEKzAV7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-vooXEKzAV7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vooXEKzAV7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vooXEKzAV7 .title-wrapper {
  margin-bottom: 40px;
}
.cid-vooXEKzAV7 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vooXEKzAV7 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vooXEKzAV7 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vooXEKzAV7 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vooXEKzAV7 .items-wrapper {
  margin: 0 -8px;
}
.cid-vooXEKzAV7 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vooXEKzAV7 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vooXEKzAV7 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vooXEKzAV7 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vooXEKzAV7 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vooXEKzAV7 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
.cid-vooXEKzAV7 .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vooXEKzAV7 .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vooXEKzAV7 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vooXEKzAV7 .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vooXEKzAV7 .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vooXEKzAV7 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12px;
}
.cid-vooXEKzAV7 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vooXEKzAV7 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-vooXEKzAV7 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vooXEKzAV7 .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vooXEKzAV7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vooXEKzAV7 .mbr-text,
.cid-vooXEKzAV7 .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vooXEKzAV7 .item-title {
  color: #000000;
}
.cid-vooXEKzAV7 .item-text {
  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-vooXG92v1l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-vooXG92v1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vooXG92v1l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vooXG92v1l .title-wrapper {
  margin-bottom: 40px;
}
.cid-vooXG92v1l .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vooXG92v1l .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vooXG92v1l .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vooXG92v1l .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vooXG92v1l .items-wrapper {
  margin: 0 -8px;
}
.cid-vooXG92v1l .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vooXG92v1l .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vooXG92v1l .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vooXG92v1l .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vooXG92v1l .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vooXG92v1l .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
.cid-vooXG92v1l .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vooXG92v1l .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vooXG92v1l .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vooXG92v1l .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vooXG92v1l .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vooXG92v1l .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12px;
}
.cid-vooXG92v1l .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vooXG92v1l .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-vooXG92v1l .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vooXG92v1l .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vooXG92v1l .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vooXG92v1l .mbr-text,
.cid-vooXG92v1l .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vooXG92v1l .item-title {
  color: #000000;
}
.cid-vooXG92v1l .item-text {
  color: #6c7179;
}
.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 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dsc-2264-1000-1000x667.jpg");
}
.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-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-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;
}
.cid-voRAbjGoni .navbar-dropdown {
  position: relative !important;
}
.cid-voRAbjGoni .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-voRAbjGoni .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-voRAbjGoni .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-voRAbjGoni .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-voRAbjGoni .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-voRAbjGoni .dropdown-item:hover,
.cid-voRAbjGoni .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-voRAbjGoni .dropdown-item:hover span {
  color: white;
}
.cid-voRAbjGoni .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voRAbjGoni .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voRAbjGoni .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voRAbjGoni .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-voRAbjGoni .nav-link {
  position: relative;
}
.cid-voRAbjGoni .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-voRAbjGoni .container {
    flex-wrap: nowrap;
  }
}
.cid-voRAbjGoni .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-voRAbjGoni .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-voRAbjGoni .dropdown-menu,
.cid-voRAbjGoni .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-voRAbjGoni .nav-item:focus,
.cid-voRAbjGoni .nav-link:focus {
  outline: none;
}
.cid-voRAbjGoni .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voRAbjGoni .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-voRAbjGoni .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voRAbjGoni .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voRAbjGoni .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voRAbjGoni .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-voRAbjGoni .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-voRAbjGoni .navbar.opened {
  transition: all 0.3s;
}
.cid-voRAbjGoni .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-voRAbjGoni .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-voRAbjGoni .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-voRAbjGoni .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voRAbjGoni .navbar.collapsed {
  justify-content: center;
}
.cid-voRAbjGoni .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voRAbjGoni .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-voRAbjGoni .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-voRAbjGoni .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voRAbjGoni .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voRAbjGoni .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-voRAbjGoni .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voRAbjGoni .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voRAbjGoni .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voRAbjGoni .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voRAbjGoni .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voRAbjGoni .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voRAbjGoni .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voRAbjGoni .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-voRAbjGoni .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-voRAbjGoni .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voRAbjGoni .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-voRAbjGoni .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-voRAbjGoni .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voRAbjGoni .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-voRAbjGoni .navbar.navbar-short {
  min-height: 80px;
}
.cid-voRAbjGoni .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-voRAbjGoni .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-voRAbjGoni .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-voRAbjGoni .navbar-brand .navbar-caption:hover,
.cid-voRAbjGoni .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-voRAbjGoni .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voRAbjGoni .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-voRAbjGoni .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-voRAbjGoni .dropdown-item.active,
.cid-voRAbjGoni .dropdown-item:active {
  background-color: transparent;
}
.cid-voRAbjGoni .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voRAbjGoni .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voRAbjGoni .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voRAbjGoni .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-voRAbjGoni .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-voRAbjGoni .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-voRAbjGoni .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voRAbjGoni ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-voRAbjGoni ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-voRAbjGoni .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-voRAbjGoni .navbar-buttons {
    text-align: left;
  }
}
.cid-voRAbjGoni .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-voRAbjGoni .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-voRAbjGoni 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-voRAbjGoni button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-voRAbjGoni button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-voRAbjGoni button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voRAbjGoni button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voRAbjGoni button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-voRAbjGoni nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voRAbjGoni nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voRAbjGoni nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voRAbjGoni nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voRAbjGoni .navbar-dropdown {
  padding: 0 1rem;
}
.cid-voRAbjGoni a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voRAbjGoni .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-voRAbjGoni .navbar {
    height: 70px;
  }
  .cid-voRAbjGoni .navbar.opened {
    height: auto;
  }
  .cid-voRAbjGoni .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voRAbjGoni .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-voRAbjGoni .nav-item {
  padding: 0;
  margin: 0;
}
.cid-voRAbjGoni .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-voRAbjGoni .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-voRAbjGoni .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-voRAbjGoni .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-voRAbjGoni .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-voRAbjGoni .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-voRAbjGoni .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-voRAbjGoni .navbar {
    justify-content: flex-start !important;
  }
  .cid-voRAbjGoni .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-voRAbjGoni .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-voRAbjGoni .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-voRAbjGoni .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-voRAbjGoni .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-voRAbjGoni .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-voRAbjGoni .content-wrap {
  min-height: 80px;
}
.cid-voRAblwQp3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voRAblwQp3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voRAblwQp3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voRAblwQp3 .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-voRAblwQp3 .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-voRAblwQp3 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voRAblwQp3 .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-voRAblwQp3 .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-voRAblwQp3 .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-voRAblwQp3 .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-voRAblwQp3 .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-voRAblwQp3 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-voRAblwQp3 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-voRAblwQp3 .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-voRAblwQp3 .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-voRAblwQp3 .mbr-section-title {
  color: #ffffff;
}
.cid-voRAblwQp3 .mbr-text {
  color: #ffffff;
}
.cid-voRAbn02Va {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voRAbn02Va .mbr-fallback-image.disabled {
  display: none;
}
.cid-voRAbn02Va .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voRAbn02Va .title-wrapper {
  margin-bottom: 40px;
}
.cid-voRAbn02Va .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voRAbn02Va .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voRAbn02Va .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voRAbn02Va .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voRAbn02Va .items-wrapper {
  margin: 0 -8px;
}
.cid-voRAbn02Va .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-voRAbn02Va .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-voRAbn02Va .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voRAbn02Va .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-voRAbn02Va .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-voRAbn02Va .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
.cid-voRAbn02Va .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-voRAbn02Va .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-voRAbn02Va .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-voRAbn02Va .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-voRAbn02Va .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-voRAbn02Va .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12px;
}
.cid-voRAbn02Va .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-voRAbn02Va .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-voRAbn02Va .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voRAbn02Va .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-voRAbn02Va .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-voRAbn02Va .mbr-text,
.cid-voRAbn02Va .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-voRAbn02Va .item-title {
  color: #000000;
}
.cid-voRAbn02Va .item-text {
  color: #6c7179;
}
.cid-voRAbopBSC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-voRAbopBSC .mbr-fallback-image.disabled {
  display: none;
}
.cid-voRAbopBSC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voRAbopBSC .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-voRAbopBSC .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-voRAbopBSC .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voRAbopBSC .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voRAbopBSC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voRAbopBSC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-voRAbopBSC .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-voRAbopBSC .embla__slide .slide-content {
  width: 100%;
}
.cid-voRAbopBSC .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-voRAbopBSC .embla__slide .slide-content .item-wrapper {
    min-height: 450px;
  }
}
.cid-voRAbopBSC .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voRAbopBSC .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-voRAbopBSC .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-voRAbopBSC .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-voRAbopBSC .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-voRAbopBSC .embla__slide .slide-content .item-wrapper .item-content .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.cid-voRAbopBSC .embla__slide .slide-content .item-wrapper .item-content .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-voRAbopBSC .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-voRAbopBSC .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voRAbopBSC .embla__button--next,
.cid-voRAbopBSC .embla__button--prev {
  display: flex;
}
.cid-voRAbopBSC .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-voRAbopBSC .embla__button:hover,
.cid-voRAbopBSC .embla__button:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-voRAbopBSC .embla__button:disabled {
  opacity: .5 !important;
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-voRAbopBSC .embla__button.embla__button--prev {
  left: 0;
}
.cid-voRAbopBSC .embla__button.embla__button--next {
  right: 0;
}
.cid-voRAbopBSC .embla {
  position: relative;
  width: 100%;
  height: 100%;
}
.cid-voRAbopBSC .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-voRAbopBSC .embla__viewport {
    padding: 0;
  }
}
.cid-voRAbopBSC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-voRAbopBSC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-voRAbopBSC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-voRAbopBSC .item-menu-overlay {
  opacity: 0 !important;
}
.cid-voRAbopBSC .mbr-label {
  color: #be0000;
}
.cid-voRAbopBSC .mbr-section-title {
  color: #000000;
}
.cid-voRAbopBSC .mbr-text {
  color: #6c757d;
}
.cid-voRAbopBSC .item-title {
  color: #ffffff;
}
.cid-voRAbopBSC .item-text {
  color: #ffffff;
}
.cid-voRAbqM8EO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-voRAbqM8EO .mbr-fallback-image.disabled {
  display: none;
}
.cid-voRAbqM8EO .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-voRAbqM8EO .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voRAbqM8EO .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voRAbqM8EO .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voRAbqM8EO .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voRAbqM8EO .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-voRAbqM8EO .image-wrapper img {
  width: 100%;
  height: 480px;
  object-fit: none;
}
@media (max-width: 992px) {
  .cid-voRAbqM8EO .image-wrapper img {
    height: 300px;
  }
}
.cid-voRAbqM8EO .mbr-label {
  color: #be0000;
}
.cid-voRAbqM8EO .mbr-section-title {
  color: #000000;
}
.cid-voRAbqM8EO .mbr-text {
  color: #6c7179;
}
.cid-voRAbrYrXP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voRAbrYrXP .mbr-fallback-image.disabled {
  display: none;
}
.cid-voRAbrYrXP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voRAbrYrXP .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-voRAbrYrXP .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-voRAbrYrXP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-voRAbrYrXP .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-voRAbrYrXP .items-wrapper .item {
  margin-bottom: 16px;
}
.cid-voRAbrYrXP .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voRAbrYrXP .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-voRAbrYrXP .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voRAbrYrXP .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
}
.cid-voRAbrYrXP .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-voRAbrYrXP .items-wrapper .item .item-wrapper .title-wrap {
    flex-direction: column-reverse;
    padding: 20px;
  }
}
.cid-voRAbrYrXP .items-wrapper .item .item-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-voRAbrYrXP .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper {
  margin-left: 12px;
}
@media (max-width: 992px) {
  .cid-voRAbrYrXP .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper {
    margin-left: 0;
    margin-bottom: 12px;
  }
}
.cid-voRAbrYrXP .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-voRAbrYrXP .items-wrapper .item .item-wrapper .item-content {
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-voRAbrYrXP .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-voRAbrYrXP .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-voRAbrYrXP .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-voRAbrYrXP .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voRAbrYrXP .btn-wrapper {
  margin-top: -8%;
}
.cid-voRAbrYrXP .mbr-section-title {
  color: #000000;
}
.cid-voRAbrYrXP .mbr-section-subtitle {
  color: #be0000;
}
.cid-voRAbrYrXP .item-title {
  color: #000000;
}
.cid-voRAbrYrXP .item-text {
  color: #000000;
}
.cid-voRAbtCJF7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d105l-black-1000x750.jpg");
}
.cid-voRAbtCJF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voRAbtCJF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voRAbtCJF7 .image-wrapper {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-voRAbtCJF7 .image-wrapper {
    height: 300px;
  }
}
.cid-voRAbuOWIW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voRAbuOWIW .item:focus,
.cid-voRAbuOWIW span:focus {
  outline: none;
}
.cid-voRAbuOWIW .item {
  cursor: pointer;
}
.cid-voRAbuOWIW .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 992px) {
  .cid-voRAbuOWIW .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-voRAbuOWIW .grid-container-1,
.cid-voRAbuOWIW .grid-container-2,
.cid-voRAbuOWIW .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 992px) {
  .cid-voRAbuOWIW .grid-container-1,
  .cid-voRAbuOWIW .grid-container-2,
  .cid-voRAbuOWIW .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-voRAbuOWIW .mbr-section-title {
  margin-bottom: 40px;
  color: #000000;
  text-align: center;
}
.cid-voRAbuOWIW .content-head {
  max-width: 800px;
}
.cid-voRAbuOWIW .container,
.cid-voRAbuOWIW .container-fluid {
  overflow: hidden;
}
.cid-voRAbuOWIW .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-voRAbuOWIW .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background-color: #ffffff;
}
.cid-voRAbuOWIW .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-voRAbuOWIW .grid-item img {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-voRAbuOWIW .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-voRAbuOWIW .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-voRAbuOWIW .grid-item img {
    height: 140px;
  }
}
.cid-voRAbuOWIW .grid-container-1,
.cid-voRAbuOWIW .grid-container-2,
.cid-voRAbuOWIW .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-voRAbuOWIW .grid-container-1 {
  align-items: flex-end;
}
.cid-voRAbuOWIW .grid-container-2 {
  align-items: flex-start;
}
.cid-voRAbwavmu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voRAbwavmu .mbr-fallback-image.disabled {
  display: none;
}
.cid-voRAbwavmu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voRAbwavmu .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-voRAbwavmu .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-voRAbwavmu .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voRAbwavmu .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voRAbwavmu .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voRAbwavmu .card-wrapper {
  padding: 80px 60px 0;
  position: relative;
  box-shadow: 0 10px 25px -20px #6c7179;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-voRAbwavmu .card-wrapper {
    padding: 80px 8px 0;
  }
}
.cid-voRAbwavmu .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voRAbwavmu .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-voRAbwavmu .card-wrapper .form-wrap {
    padding: 20px 20px 40px;
  }
}
.cid-voRAbwavmu .card-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-voRAbwavmu .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-voRAbwavmu .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-voRAbwavmu .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-voRAbwavmu .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #6c7179;
  opacity: .7;
}
.cid-voRAbwavmu .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-voRAbwavmu .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #6c7179 !important;
}
.cid-voRAbwavmu .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 145px;
}
.cid-voRAbwavmu .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-voRAbwavmu .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6c7179;
  border-color: #6c7179;
}
.cid-voRAbwavmu .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-voRAbwavmu .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-voRAbwavmu .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
.cid-voRAbwavmu .mbr-section-title {
  color: #000000;
}
.cid-voRAbwavmu .mbr-text,
.cid-voRAbwavmu .text-wrapper {
  color: #6c7179;
}
.cid-voRAbwavmu label {
  color: #6c7179;
}
.cid-voRAbyl1vP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voRAbyl1vP .mbr-fallback-image.disabled {
  display: none;
}
.cid-voRAbyl1vP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voRAbyl1vP .card-wrapper {
  border: 8px solid #ffffff;
  background-color: #ffffff;
  padding: 60px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
@media (max-width: 992px) {
  .cid-voRAbyl1vP .card-wrapper {
    padding: 20px;
  }
}
.cid-voRAbyl1vP .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-voRAbyl1vP .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-voRAbyl1vP .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px 16px;
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .cid-voRAbyl1vP .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-voRAbyl1vP .card-wrapper .nav-wrapper {
    gap: 28px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-voRAbyl1vP .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-voRAbyl1vP .card-wrapper .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-voRAbyl1vP .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-voRAbyl1vP .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-voRAbyl1vP .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-voRAbyl1vP .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #000000;
}
.cid-voRAbyl1vP .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-voRAbyl1vP .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-voRAbyl1vP .mbr-section-title {
  color: #000000;
}
.cid-voRAbyl1vP .mbr-list-title {
  color: #000000;
}
.cid-voRAbyl1vP .list {
  color: #6c7179;
}
.cid-voRAbyl1vP .mbr-copy {
  color: #6c7179;
  text-align: center;
}
.cid-voS7fFpluU .navbar-dropdown {
  position: relative !important;
}
.cid-voS7fFpluU .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-voS7fFpluU .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-voS7fFpluU .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-voS7fFpluU .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-voS7fFpluU .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-voS7fFpluU .dropdown-item:hover,
.cid-voS7fFpluU .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-voS7fFpluU .dropdown-item:hover span {
  color: white;
}
.cid-voS7fFpluU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voS7fFpluU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voS7fFpluU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voS7fFpluU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-voS7fFpluU .nav-link {
  position: relative;
}
.cid-voS7fFpluU .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-voS7fFpluU .container {
    flex-wrap: nowrap;
  }
}
.cid-voS7fFpluU .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-voS7fFpluU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-voS7fFpluU .dropdown-menu,
.cid-voS7fFpluU .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-voS7fFpluU .nav-item:focus,
.cid-voS7fFpluU .nav-link:focus {
  outline: none;
}
.cid-voS7fFpluU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voS7fFpluU .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-voS7fFpluU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voS7fFpluU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voS7fFpluU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voS7fFpluU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-voS7fFpluU .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-voS7fFpluU .navbar.opened {
  transition: all 0.3s;
}
.cid-voS7fFpluU .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-voS7fFpluU .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-voS7fFpluU .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-voS7fFpluU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voS7fFpluU .navbar.collapsed {
  justify-content: center;
}
.cid-voS7fFpluU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voS7fFpluU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-voS7fFpluU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-voS7fFpluU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voS7fFpluU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voS7fFpluU .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-voS7fFpluU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voS7fFpluU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voS7fFpluU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voS7fFpluU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voS7fFpluU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voS7fFpluU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voS7fFpluU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voS7fFpluU .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-voS7fFpluU .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-voS7fFpluU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voS7fFpluU .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-voS7fFpluU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-voS7fFpluU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voS7fFpluU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-voS7fFpluU .navbar.navbar-short {
  min-height: 80px;
}
.cid-voS7fFpluU .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-voS7fFpluU .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-voS7fFpluU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-voS7fFpluU .navbar-brand .navbar-caption:hover,
.cid-voS7fFpluU .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-voS7fFpluU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voS7fFpluU .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-voS7fFpluU .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-voS7fFpluU .dropdown-item.active,
.cid-voS7fFpluU .dropdown-item:active {
  background-color: transparent;
}
.cid-voS7fFpluU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voS7fFpluU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voS7fFpluU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voS7fFpluU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-voS7fFpluU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-voS7fFpluU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-voS7fFpluU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voS7fFpluU ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-voS7fFpluU ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-voS7fFpluU .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-voS7fFpluU .navbar-buttons {
    text-align: left;
  }
}
.cid-voS7fFpluU .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-voS7fFpluU .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-voS7fFpluU 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-voS7fFpluU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-voS7fFpluU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-voS7fFpluU button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voS7fFpluU button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voS7fFpluU button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-voS7fFpluU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voS7fFpluU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voS7fFpluU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voS7fFpluU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voS7fFpluU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-voS7fFpluU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voS7fFpluU .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-voS7fFpluU .navbar {
    height: 70px;
  }
  .cid-voS7fFpluU .navbar.opened {
    height: auto;
  }
  .cid-voS7fFpluU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voS7fFpluU .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-voS7fFpluU .nav-item {
  padding: 0;
  margin: 0;
}
.cid-voS7fFpluU .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-voS7fFpluU .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-voS7fFpluU .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-voS7fFpluU .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-voS7fFpluU .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-voS7fFpluU .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-voS7fFpluU .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-voS7fFpluU .navbar {
    justify-content: flex-start !important;
  }
  .cid-voS7fFpluU .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-voS7fFpluU .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-voS7fFpluU .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-voS7fFpluU .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-voS7fFpluU .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-voS7fFpluU .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-voS7fFpluU .content-wrap {
  min-height: 80px;
}
.cid-voS7fI0Viy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voS7fI0Viy .mbr-fallback-image.disabled {
  display: none;
}
.cid-voS7fI0Viy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voS7fI0Viy .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-voS7fI0Viy .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-voS7fI0Viy .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voS7fI0Viy .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-voS7fI0Viy .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-voS7fI0Viy .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-voS7fI0Viy .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-voS7fI0Viy .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-voS7fI0Viy .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-voS7fI0Viy .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-voS7fI0Viy .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-voS7fI0Viy .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-voS7fI0Viy .mbr-section-title {
  color: #ffffff;
}
.cid-voS7fI0Viy .mbr-text {
  color: #ffffff;
}
.cid-voS7fJl73j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voS7fJl73j .mbr-fallback-image.disabled {
  display: none;
}
.cid-voS7fJl73j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voS7fJl73j .title-wrapper {
  margin-bottom: 40px;
}
.cid-voS7fJl73j .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voS7fJl73j .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voS7fJl73j .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voS7fJl73j .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voS7fJl73j .items-wrapper {
  margin: 0 -8px;
}
.cid-voS7fJl73j .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-voS7fJl73j .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-voS7fJl73j .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voS7fJl73j .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-voS7fJl73j .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-voS7fJl73j .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
.cid-voS7fJl73j .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-voS7fJl73j .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-voS7fJl73j .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-voS7fJl73j .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-voS7fJl73j .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-voS7fJl73j .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12px;
}
.cid-voS7fJl73j .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-voS7fJl73j .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-voS7fJl73j .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voS7fJl73j .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-voS7fJl73j .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-voS7fJl73j .mbr-text,
.cid-voS7fJl73j .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-voS7fJl73j .item-title {
  color: #000000;
}
.cid-voS7fJl73j .item-text {
  color: #6c7179;
}
.cid-voS7fKR45m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-voS7fKR45m .mbr-fallback-image.disabled {
  display: none;
}
.cid-voS7fKR45m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voS7fKR45m .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-voS7fKR45m .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-voS7fKR45m .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voS7fKR45m .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voS7fKR45m .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voS7fKR45m .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-voS7fKR45m .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-voS7fKR45m .embla__slide .slide-content {
  width: 100%;
}
.cid-voS7fKR45m .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-voS7fKR45m .embla__slide .slide-content .item-wrapper {
    min-height: 450px;
  }
}
.cid-voS7fKR45m .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voS7fKR45m .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-voS7fKR45m .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-voS7fKR45m .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-voS7fKR45m .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-voS7fKR45m .embla__slide .slide-content .item-wrapper .item-content .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.cid-voS7fKR45m .embla__slide .slide-content .item-wrapper .item-content .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-voS7fKR45m .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-voS7fKR45m .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voS7fKR45m .embla__button--next,
.cid-voS7fKR45m .embla__button--prev {
  display: flex;
}
.cid-voS7fKR45m .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-voS7fKR45m .embla__button:hover,
.cid-voS7fKR45m .embla__button:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-voS7fKR45m .embla__button:disabled {
  opacity: .5 !important;
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-voS7fKR45m .embla__button.embla__button--prev {
  left: 0;
}
.cid-voS7fKR45m .embla__button.embla__button--next {
  right: 0;
}
.cid-voS7fKR45m .embla {
  position: relative;
  width: 100%;
  height: 100%;
}
.cid-voS7fKR45m .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-voS7fKR45m .embla__viewport {
    padding: 0;
  }
}
.cid-voS7fKR45m .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-voS7fKR45m .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-voS7fKR45m .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-voS7fKR45m .item-menu-overlay {
  opacity: 0 !important;
}
.cid-voS7fKR45m .mbr-label {
  color: #be0000;
}
.cid-voS7fKR45m .mbr-section-title {
  color: #000000;
}
.cid-voS7fKR45m .mbr-text {
  color: #6c757d;
}
.cid-voS7fKR45m .item-title {
  color: #ffffff;
}
.cid-voS7fKR45m .item-text {
  color: #ffffff;
}
.cid-voS7fNieIy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-voS7fNieIy .mbr-fallback-image.disabled {
  display: none;
}
.cid-voS7fNieIy .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-voS7fNieIy .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voS7fNieIy .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voS7fNieIy .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voS7fNieIy .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voS7fNieIy .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-voS7fNieIy .image-wrapper img {
  width: 100%;
  height: 480px;
  object-fit: none;
}
@media (max-width: 992px) {
  .cid-voS7fNieIy .image-wrapper img {
    height: 300px;
  }
}
.cid-voS7fNieIy .mbr-label {
  color: #be0000;
}
.cid-voS7fNieIy .mbr-section-title {
  color: #000000;
}
.cid-voS7fNieIy .mbr-text {
  color: #6c7179;
}
.cid-voS7fOAFxk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voS7fOAFxk .mbr-fallback-image.disabled {
  display: none;
}
.cid-voS7fOAFxk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voS7fOAFxk .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-voS7fOAFxk .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-voS7fOAFxk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-voS7fOAFxk .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-voS7fOAFxk .items-wrapper .item {
  margin-bottom: 16px;
}
.cid-voS7fOAFxk .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voS7fOAFxk .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-voS7fOAFxk .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voS7fOAFxk .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
}
.cid-voS7fOAFxk .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-voS7fOAFxk .items-wrapper .item .item-wrapper .title-wrap {
    flex-direction: column-reverse;
    padding: 20px;
  }
}
.cid-voS7fOAFxk .items-wrapper .item .item-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-voS7fOAFxk .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper {
  margin-left: 12px;
}
@media (max-width: 992px) {
  .cid-voS7fOAFxk .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper {
    margin-left: 0;
    margin-bottom: 12px;
  }
}
.cid-voS7fOAFxk .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-voS7fOAFxk .items-wrapper .item .item-wrapper .item-content {
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-voS7fOAFxk .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-voS7fOAFxk .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-voS7fOAFxk .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-voS7fOAFxk .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voS7fOAFxk .btn-wrapper {
  margin-top: -8%;
}
.cid-voS7fOAFxk .mbr-section-title {
  color: #000000;
}
.cid-voS7fOAFxk .mbr-section-subtitle {
  color: #be0000;
}
.cid-voS7fOAFxk .item-title {
  color: #000000;
}
.cid-voS7fOAFxk .item-text {
  color: #000000;
}
.cid-voS7fQntjT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dsc-2260-1800-1800x1200.jpg");
}
.cid-voS7fQntjT .mbr-fallback-image.disabled {
  display: none;
}
.cid-voS7fQntjT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voS7fQntjT .image-wrapper {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-voS7fQntjT .image-wrapper {
    height: 300px;
  }
}
.cid-voS7fRB09W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voS7fRB09W .item:focus,
.cid-voS7fRB09W span:focus {
  outline: none;
}
.cid-voS7fRB09W .item {
  cursor: pointer;
}
.cid-voS7fRB09W .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 992px) {
  .cid-voS7fRB09W .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-voS7fRB09W .grid-container-1,
.cid-voS7fRB09W .grid-container-2,
.cid-voS7fRB09W .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 992px) {
  .cid-voS7fRB09W .grid-container-1,
  .cid-voS7fRB09W .grid-container-2,
  .cid-voS7fRB09W .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-voS7fRB09W .mbr-section-title {
  margin-bottom: 40px;
  color: #000000;
  text-align: center;
}
.cid-voS7fRB09W .content-head {
  max-width: 800px;
}
.cid-voS7fRB09W .container,
.cid-voS7fRB09W .container-fluid {
  overflow: hidden;
}
.cid-voS7fRB09W .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-voS7fRB09W .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background-color: #ffffff;
}
.cid-voS7fRB09W .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-voS7fRB09W .grid-item img {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-voS7fRB09W .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-voS7fRB09W .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-voS7fRB09W .grid-item img {
    height: 140px;
  }
}
.cid-voS7fRB09W .grid-container-1,
.cid-voS7fRB09W .grid-container-2,
.cid-voS7fRB09W .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-voS7fRB09W .grid-container-1 {
  align-items: flex-end;
}
.cid-voS7fRB09W .grid-container-2 {
  align-items: flex-start;
}
.cid-voS7fSZwJN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voS7fSZwJN .mbr-fallback-image.disabled {
  display: none;
}
.cid-voS7fSZwJN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voS7fSZwJN .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-voS7fSZwJN .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-voS7fSZwJN .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voS7fSZwJN .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voS7fSZwJN .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voS7fSZwJN .card-wrapper {
  padding: 80px 60px 0;
  position: relative;
  box-shadow: 0 10px 25px -20px #6c7179;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-voS7fSZwJN .card-wrapper {
    padding: 80px 8px 0;
  }
}
.cid-voS7fSZwJN .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voS7fSZwJN .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-voS7fSZwJN .card-wrapper .form-wrap {
    padding: 20px 20px 40px;
  }
}
.cid-voS7fSZwJN .card-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-voS7fSZwJN .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-voS7fSZwJN .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-voS7fSZwJN .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-voS7fSZwJN .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #6c7179;
  opacity: .7;
}
.cid-voS7fSZwJN .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-voS7fSZwJN .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #6c7179 !important;
}
.cid-voS7fSZwJN .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 145px;
}
.cid-voS7fSZwJN .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-voS7fSZwJN .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6c7179;
  border-color: #6c7179;
}
.cid-voS7fSZwJN .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-voS7fSZwJN .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-voS7fSZwJN .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
.cid-voS7fSZwJN .mbr-section-title {
  color: #000000;
}
.cid-voS7fSZwJN .mbr-text,
.cid-voS7fSZwJN .text-wrapper {
  color: #6c7179;
}
.cid-voS7fSZwJN label {
  color: #6c7179;
}
.cid-voS7fUzlVN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voS7fUzlVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-voS7fUzlVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voS7fUzlVN .card-wrapper {
  border: 8px solid #ffffff;
  background-color: #ffffff;
  padding: 60px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
@media (max-width: 992px) {
  .cid-voS7fUzlVN .card-wrapper {
    padding: 20px;
  }
}
.cid-voS7fUzlVN .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-voS7fUzlVN .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-voS7fUzlVN .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px 16px;
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .cid-voS7fUzlVN .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-voS7fUzlVN .card-wrapper .nav-wrapper {
    gap: 28px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-voS7fUzlVN .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-voS7fUzlVN .card-wrapper .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-voS7fUzlVN .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-voS7fUzlVN .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-voS7fUzlVN .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-voS7fUzlVN .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #000000;
}
.cid-voS7fUzlVN .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-voS7fUzlVN .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-voS7fUzlVN .mbr-section-title {
  color: #000000;
}
.cid-voS7fUzlVN .mbr-list-title {
  color: #000000;
}
.cid-voS7fUzlVN .list {
  color: #6c7179;
}
.cid-voS7fUzlVN .mbr-copy {
  color: #6c7179;
  text-align: center;
}
.cid-voSvJsJ6JM .navbar-dropdown {
  position: relative !important;
}
.cid-voSvJsJ6JM .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-voSvJsJ6JM .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-voSvJsJ6JM .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-voSvJsJ6JM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-voSvJsJ6JM .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-voSvJsJ6JM .dropdown-item:hover,
.cid-voSvJsJ6JM .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-voSvJsJ6JM .dropdown-item:hover span {
  color: white;
}
.cid-voSvJsJ6JM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voSvJsJ6JM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voSvJsJ6JM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voSvJsJ6JM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-voSvJsJ6JM .nav-link {
  position: relative;
}
.cid-voSvJsJ6JM .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-voSvJsJ6JM .container {
    flex-wrap: nowrap;
  }
}
.cid-voSvJsJ6JM .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-voSvJsJ6JM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-voSvJsJ6JM .dropdown-menu,
.cid-voSvJsJ6JM .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-voSvJsJ6JM .nav-item:focus,
.cid-voSvJsJ6JM .nav-link:focus {
  outline: none;
}
.cid-voSvJsJ6JM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voSvJsJ6JM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-voSvJsJ6JM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voSvJsJ6JM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voSvJsJ6JM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voSvJsJ6JM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-voSvJsJ6JM .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-voSvJsJ6JM .navbar.opened {
  transition: all 0.3s;
}
.cid-voSvJsJ6JM .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-voSvJsJ6JM .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-voSvJsJ6JM .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-voSvJsJ6JM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voSvJsJ6JM .navbar.collapsed {
  justify-content: center;
}
.cid-voSvJsJ6JM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voSvJsJ6JM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-voSvJsJ6JM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-voSvJsJ6JM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voSvJsJ6JM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voSvJsJ6JM .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-voSvJsJ6JM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voSvJsJ6JM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voSvJsJ6JM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voSvJsJ6JM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voSvJsJ6JM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voSvJsJ6JM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voSvJsJ6JM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voSvJsJ6JM .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-voSvJsJ6JM .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-voSvJsJ6JM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voSvJsJ6JM .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-voSvJsJ6JM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-voSvJsJ6JM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voSvJsJ6JM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-voSvJsJ6JM .navbar.navbar-short {
  min-height: 80px;
}
.cid-voSvJsJ6JM .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-voSvJsJ6JM .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-voSvJsJ6JM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-voSvJsJ6JM .navbar-brand .navbar-caption:hover,
.cid-voSvJsJ6JM .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-voSvJsJ6JM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voSvJsJ6JM .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-voSvJsJ6JM .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-voSvJsJ6JM .dropdown-item.active,
.cid-voSvJsJ6JM .dropdown-item:active {
  background-color: transparent;
}
.cid-voSvJsJ6JM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voSvJsJ6JM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voSvJsJ6JM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voSvJsJ6JM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-voSvJsJ6JM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-voSvJsJ6JM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-voSvJsJ6JM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voSvJsJ6JM ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-voSvJsJ6JM ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-voSvJsJ6JM .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-voSvJsJ6JM .navbar-buttons {
    text-align: left;
  }
}
.cid-voSvJsJ6JM .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-voSvJsJ6JM .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-voSvJsJ6JM 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-voSvJsJ6JM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-voSvJsJ6JM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-voSvJsJ6JM button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voSvJsJ6JM button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voSvJsJ6JM button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-voSvJsJ6JM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voSvJsJ6JM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voSvJsJ6JM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voSvJsJ6JM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voSvJsJ6JM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-voSvJsJ6JM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voSvJsJ6JM .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-voSvJsJ6JM .navbar {
    height: 70px;
  }
  .cid-voSvJsJ6JM .navbar.opened {
    height: auto;
  }
  .cid-voSvJsJ6JM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voSvJsJ6JM .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-voSvJsJ6JM .nav-item {
  padding: 0;
  margin: 0;
}
.cid-voSvJsJ6JM .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-voSvJsJ6JM .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-voSvJsJ6JM .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-voSvJsJ6JM .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-voSvJsJ6JM .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-voSvJsJ6JM .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-voSvJsJ6JM .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-voSvJsJ6JM .navbar {
    justify-content: flex-start !important;
  }
  .cid-voSvJsJ6JM .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-voSvJsJ6JM .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-voSvJsJ6JM .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-voSvJsJ6JM .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-voSvJsJ6JM .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-voSvJsJ6JM .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-voSvJsJ6JM .content-wrap {
  min-height: 80px;
}
.cid-voSvJv5fRS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSvJv5fRS .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSvJv5fRS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSvJv5fRS .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-voSvJv5fRS .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-voSvJv5fRS .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voSvJv5fRS .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-voSvJv5fRS .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-voSvJv5fRS .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-voSvJv5fRS .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-voSvJv5fRS .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-voSvJv5fRS .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-voSvJv5fRS .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-voSvJv5fRS .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-voSvJv5fRS .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-voSvJv5fRS .mbr-section-title {
  color: #ffffff;
}
.cid-voSvJv5fRS .mbr-text {
  color: #ffffff;
}
.cid-voSvJwWaSc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSvJwWaSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSvJwWaSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSvJwWaSc .title-wrapper {
  margin-bottom: 40px;
}
.cid-voSvJwWaSc .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voSvJwWaSc .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voSvJwWaSc .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voSvJwWaSc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voSvJwWaSc .items-wrapper {
  margin: 0 -8px;
}
.cid-voSvJwWaSc .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-voSvJwWaSc .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-voSvJwWaSc .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voSvJwWaSc .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-voSvJwWaSc .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-voSvJwWaSc .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
.cid-voSvJwWaSc .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-voSvJwWaSc .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-voSvJwWaSc .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-voSvJwWaSc .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-voSvJwWaSc .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-voSvJwWaSc .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12px;
}
.cid-voSvJwWaSc .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-voSvJwWaSc .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-voSvJwWaSc .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voSvJwWaSc .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-voSvJwWaSc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-voSvJwWaSc .mbr-text,
.cid-voSvJwWaSc .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-voSvJwWaSc .item-title {
  color: #000000;
}
.cid-voSvJwWaSc .item-text {
  color: #6c7179;
}
.cid-voSvJyhq0r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-voSvJyhq0r .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSvJyhq0r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSvJyhq0r .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-voSvJyhq0r .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-voSvJyhq0r .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voSvJyhq0r .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voSvJyhq0r .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voSvJyhq0r .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-voSvJyhq0r .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-voSvJyhq0r .embla__slide .slide-content {
  width: 100%;
}
.cid-voSvJyhq0r .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-voSvJyhq0r .embla__slide .slide-content .item-wrapper {
    min-height: 450px;
  }
}
.cid-voSvJyhq0r .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voSvJyhq0r .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-voSvJyhq0r .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-voSvJyhq0r .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-voSvJyhq0r .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-voSvJyhq0r .embla__slide .slide-content .item-wrapper .item-content .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.cid-voSvJyhq0r .embla__slide .slide-content .item-wrapper .item-content .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-voSvJyhq0r .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-voSvJyhq0r .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voSvJyhq0r .embla__button--next,
.cid-voSvJyhq0r .embla__button--prev {
  display: flex;
}
.cid-voSvJyhq0r .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-voSvJyhq0r .embla__button:hover,
.cid-voSvJyhq0r .embla__button:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-voSvJyhq0r .embla__button:disabled {
  opacity: .5 !important;
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-voSvJyhq0r .embla__button.embla__button--prev {
  left: 0;
}
.cid-voSvJyhq0r .embla__button.embla__button--next {
  right: 0;
}
.cid-voSvJyhq0r .embla {
  position: relative;
  width: 100%;
  height: 100%;
}
.cid-voSvJyhq0r .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-voSvJyhq0r .embla__viewport {
    padding: 0;
  }
}
.cid-voSvJyhq0r .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-voSvJyhq0r .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-voSvJyhq0r .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-voSvJyhq0r .item-menu-overlay {
  opacity: 0 !important;
}
.cid-voSvJyhq0r .mbr-label {
  color: #be0000;
}
.cid-voSvJyhq0r .mbr-section-title {
  color: #000000;
}
.cid-voSvJyhq0r .mbr-text {
  color: #6c757d;
}
.cid-voSvJyhq0r .item-title {
  color: #ffffff;
}
.cid-voSvJyhq0r .item-text {
  color: #ffffff;
}
.cid-voSvJADf0N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-voSvJADf0N .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSvJADf0N .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-voSvJADf0N .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voSvJADf0N .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voSvJADf0N .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voSvJADf0N .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voSvJADf0N .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-voSvJADf0N .image-wrapper img {
  width: 100%;
  height: 480px;
  object-fit: none;
}
@media (max-width: 992px) {
  .cid-voSvJADf0N .image-wrapper img {
    height: 300px;
  }
}
.cid-voSvJADf0N .mbr-label {
  color: #be0000;
}
.cid-voSvJADf0N .mbr-section-title {
  color: #000000;
}
.cid-voSvJADf0N .mbr-text {
  color: #6c7179;
}
.cid-voSvJBU5Vk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSvJBU5Vk .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSvJBU5Vk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSvJBU5Vk .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-voSvJBU5Vk .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-voSvJBU5Vk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-voSvJBU5Vk .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-voSvJBU5Vk .items-wrapper .item {
  margin-bottom: 16px;
}
.cid-voSvJBU5Vk .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voSvJBU5Vk .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-voSvJBU5Vk .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voSvJBU5Vk .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
}
.cid-voSvJBU5Vk .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-voSvJBU5Vk .items-wrapper .item .item-wrapper .title-wrap {
    flex-direction: column-reverse;
    padding: 20px;
  }
}
.cid-voSvJBU5Vk .items-wrapper .item .item-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-voSvJBU5Vk .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper {
  margin-left: 12px;
}
@media (max-width: 992px) {
  .cid-voSvJBU5Vk .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper {
    margin-left: 0;
    margin-bottom: 12px;
  }
}
.cid-voSvJBU5Vk .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-voSvJBU5Vk .items-wrapper .item .item-wrapper .item-content {
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-voSvJBU5Vk .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-voSvJBU5Vk .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-voSvJBU5Vk .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-voSvJBU5Vk .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voSvJBU5Vk .btn-wrapper {
  margin-top: -8%;
}
.cid-voSvJBU5Vk .mbr-section-title {
  color: #000000;
}
.cid-voSvJBU5Vk .mbr-section-subtitle {
  color: #be0000;
}
.cid-voSvJBU5Vk .item-title {
  color: #000000;
}
.cid-voSvJBU5Vk .item-text {
  color: #000000;
}
.cid-voSvJDsShG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dsc-2260-1800-1800x1200.jpg");
}
.cid-voSvJDsShG .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSvJDsShG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSvJDsShG .image-wrapper {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-voSvJDsShG .image-wrapper {
    height: 300px;
  }
}
.cid-voSvJEyLZE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSvJEyLZE .item:focus,
.cid-voSvJEyLZE span:focus {
  outline: none;
}
.cid-voSvJEyLZE .item {
  cursor: pointer;
}
.cid-voSvJEyLZE .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 992px) {
  .cid-voSvJEyLZE .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-voSvJEyLZE .grid-container-1,
.cid-voSvJEyLZE .grid-container-2,
.cid-voSvJEyLZE .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 992px) {
  .cid-voSvJEyLZE .grid-container-1,
  .cid-voSvJEyLZE .grid-container-2,
  .cid-voSvJEyLZE .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-voSvJEyLZE .mbr-section-title {
  margin-bottom: 40px;
  color: #000000;
  text-align: center;
}
.cid-voSvJEyLZE .content-head {
  max-width: 800px;
}
.cid-voSvJEyLZE .container,
.cid-voSvJEyLZE .container-fluid {
  overflow: hidden;
}
.cid-voSvJEyLZE .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-voSvJEyLZE .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background-color: #ffffff;
}
.cid-voSvJEyLZE .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-voSvJEyLZE .grid-item img {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-voSvJEyLZE .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-voSvJEyLZE .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-voSvJEyLZE .grid-item img {
    height: 140px;
  }
}
.cid-voSvJEyLZE .grid-container-1,
.cid-voSvJEyLZE .grid-container-2,
.cid-voSvJEyLZE .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-voSvJEyLZE .grid-container-1 {
  align-items: flex-end;
}
.cid-voSvJEyLZE .grid-container-2 {
  align-items: flex-start;
}
.cid-voSvJFS4uO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSvJFS4uO .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSvJFS4uO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSvJFS4uO .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-voSvJFS4uO .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-voSvJFS4uO .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voSvJFS4uO .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voSvJFS4uO .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voSvJFS4uO .card-wrapper {
  padding: 80px 60px 0;
  position: relative;
  box-shadow: 0 10px 25px -20px #6c7179;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-voSvJFS4uO .card-wrapper {
    padding: 80px 8px 0;
  }
}
.cid-voSvJFS4uO .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voSvJFS4uO .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-voSvJFS4uO .card-wrapper .form-wrap {
    padding: 20px 20px 40px;
  }
}
.cid-voSvJFS4uO .card-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-voSvJFS4uO .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-voSvJFS4uO .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-voSvJFS4uO .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-voSvJFS4uO .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #6c7179;
  opacity: .7;
}
.cid-voSvJFS4uO .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-voSvJFS4uO .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #6c7179 !important;
}
.cid-voSvJFS4uO .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 145px;
}
.cid-voSvJFS4uO .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-voSvJFS4uO .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6c7179;
  border-color: #6c7179;
}
.cid-voSvJFS4uO .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-voSvJFS4uO .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-voSvJFS4uO .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
.cid-voSvJFS4uO .mbr-section-title {
  color: #000000;
}
.cid-voSvJFS4uO .mbr-text,
.cid-voSvJFS4uO .text-wrapper {
  color: #6c7179;
}
.cid-voSvJFS4uO label {
  color: #6c7179;
}
.cid-voSvJHgDCL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSvJHgDCL .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSvJHgDCL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSvJHgDCL .card-wrapper {
  border: 8px solid #ffffff;
  background-color: #ffffff;
  padding: 60px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
@media (max-width: 992px) {
  .cid-voSvJHgDCL .card-wrapper {
    padding: 20px;
  }
}
.cid-voSvJHgDCL .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-voSvJHgDCL .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-voSvJHgDCL .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px 16px;
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .cid-voSvJHgDCL .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-voSvJHgDCL .card-wrapper .nav-wrapper {
    gap: 28px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-voSvJHgDCL .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-voSvJHgDCL .card-wrapper .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-voSvJHgDCL .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-voSvJHgDCL .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-voSvJHgDCL .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-voSvJHgDCL .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #000000;
}
.cid-voSvJHgDCL .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-voSvJHgDCL .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-voSvJHgDCL .mbr-section-title {
  color: #000000;
}
.cid-voSvJHgDCL .mbr-list-title {
  color: #000000;
}
.cid-voSvJHgDCL .list {
  color: #6c7179;
}
.cid-voSvJHgDCL .mbr-copy {
  color: #6c7179;
  text-align: center;
}
.cid-voSMsI3sCT .navbar-dropdown {
  position: relative !important;
}
.cid-voSMsI3sCT .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-voSMsI3sCT .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-voSMsI3sCT .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-voSMsI3sCT .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-voSMsI3sCT .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-voSMsI3sCT .dropdown-item:hover,
.cid-voSMsI3sCT .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-voSMsI3sCT .dropdown-item:hover span {
  color: white;
}
.cid-voSMsI3sCT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voSMsI3sCT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voSMsI3sCT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voSMsI3sCT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-voSMsI3sCT .nav-link {
  position: relative;
}
.cid-voSMsI3sCT .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-voSMsI3sCT .container {
    flex-wrap: nowrap;
  }
}
.cid-voSMsI3sCT .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-voSMsI3sCT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-voSMsI3sCT .dropdown-menu,
.cid-voSMsI3sCT .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-voSMsI3sCT .nav-item:focus,
.cid-voSMsI3sCT .nav-link:focus {
  outline: none;
}
.cid-voSMsI3sCT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voSMsI3sCT .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-voSMsI3sCT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voSMsI3sCT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voSMsI3sCT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voSMsI3sCT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-voSMsI3sCT .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-voSMsI3sCT .navbar.opened {
  transition: all 0.3s;
}
.cid-voSMsI3sCT .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-voSMsI3sCT .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-voSMsI3sCT .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-voSMsI3sCT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voSMsI3sCT .navbar.collapsed {
  justify-content: center;
}
.cid-voSMsI3sCT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voSMsI3sCT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-voSMsI3sCT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-voSMsI3sCT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voSMsI3sCT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voSMsI3sCT .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-voSMsI3sCT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voSMsI3sCT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voSMsI3sCT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voSMsI3sCT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voSMsI3sCT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voSMsI3sCT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voSMsI3sCT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voSMsI3sCT .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-voSMsI3sCT .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-voSMsI3sCT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voSMsI3sCT .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-voSMsI3sCT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-voSMsI3sCT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voSMsI3sCT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-voSMsI3sCT .navbar.navbar-short {
  min-height: 80px;
}
.cid-voSMsI3sCT .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-voSMsI3sCT .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-voSMsI3sCT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-voSMsI3sCT .navbar-brand .navbar-caption:hover,
.cid-voSMsI3sCT .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-voSMsI3sCT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voSMsI3sCT .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-voSMsI3sCT .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-voSMsI3sCT .dropdown-item.active,
.cid-voSMsI3sCT .dropdown-item:active {
  background-color: transparent;
}
.cid-voSMsI3sCT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voSMsI3sCT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voSMsI3sCT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voSMsI3sCT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-voSMsI3sCT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-voSMsI3sCT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-voSMsI3sCT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voSMsI3sCT ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-voSMsI3sCT ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-voSMsI3sCT .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-voSMsI3sCT .navbar-buttons {
    text-align: left;
  }
}
.cid-voSMsI3sCT .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-voSMsI3sCT .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-voSMsI3sCT 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-voSMsI3sCT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-voSMsI3sCT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-voSMsI3sCT button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voSMsI3sCT button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voSMsI3sCT button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-voSMsI3sCT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voSMsI3sCT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voSMsI3sCT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voSMsI3sCT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voSMsI3sCT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-voSMsI3sCT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voSMsI3sCT .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-voSMsI3sCT .navbar {
    height: 70px;
  }
  .cid-voSMsI3sCT .navbar.opened {
    height: auto;
  }
  .cid-voSMsI3sCT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voSMsI3sCT .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-voSMsI3sCT .nav-item {
  padding: 0;
  margin: 0;
}
.cid-voSMsI3sCT .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-voSMsI3sCT .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-voSMsI3sCT .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-voSMsI3sCT .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-voSMsI3sCT .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-voSMsI3sCT .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-voSMsI3sCT .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-voSMsI3sCT .navbar {
    justify-content: flex-start !important;
  }
  .cid-voSMsI3sCT .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-voSMsI3sCT .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-voSMsI3sCT .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-voSMsI3sCT .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-voSMsI3sCT .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-voSMsI3sCT .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-voSMsI3sCT .content-wrap {
  min-height: 80px;
}
.cid-voSMsJWY5R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSMsJWY5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSMsJWY5R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSMsJWY5R .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-voSMsJWY5R .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-voSMsJWY5R .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voSMsJWY5R .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-voSMsJWY5R .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-voSMsJWY5R .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-voSMsJWY5R .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-voSMsJWY5R .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-voSMsJWY5R .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-voSMsJWY5R .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-voSMsJWY5R .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-voSMsJWY5R .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-voSMsJWY5R .mbr-section-title {
  color: #ffffff;
}
.cid-voSMsJWY5R .mbr-text {
  color: #ffffff;
}
.cid-voSMsLbEy1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSMsLbEy1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSMsLbEy1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSMsLbEy1 .title-wrapper {
  margin-bottom: 40px;
}
.cid-voSMsLbEy1 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voSMsLbEy1 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voSMsLbEy1 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voSMsLbEy1 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voSMsLbEy1 .items-wrapper {
  margin: 0 -8px;
}
.cid-voSMsLbEy1 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-voSMsLbEy1 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-voSMsLbEy1 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voSMsLbEy1 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-voSMsLbEy1 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-voSMsLbEy1 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
.cid-voSMsLbEy1 .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-voSMsLbEy1 .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-voSMsLbEy1 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-voSMsLbEy1 .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-voSMsLbEy1 .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-voSMsLbEy1 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12px;
}
.cid-voSMsLbEy1 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-voSMsLbEy1 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-voSMsLbEy1 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voSMsLbEy1 .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-voSMsLbEy1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-voSMsLbEy1 .mbr-text,
.cid-voSMsLbEy1 .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-voSMsLbEy1 .item-title {
  color: #000000;
}
.cid-voSMsLbEy1 .item-text {
  color: #6c7179;
}
.cid-voSMsMwO8X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-voSMsMwO8X .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSMsMwO8X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSMsMwO8X .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-voSMsMwO8X .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-voSMsMwO8X .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voSMsMwO8X .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voSMsMwO8X .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voSMsMwO8X .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-voSMsMwO8X .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-voSMsMwO8X .embla__slide .slide-content {
  width: 100%;
}
.cid-voSMsMwO8X .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-voSMsMwO8X .embla__slide .slide-content .item-wrapper {
    min-height: 450px;
  }
}
.cid-voSMsMwO8X .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voSMsMwO8X .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-voSMsMwO8X .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-voSMsMwO8X .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-voSMsMwO8X .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-voSMsMwO8X .embla__slide .slide-content .item-wrapper .item-content .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.cid-voSMsMwO8X .embla__slide .slide-content .item-wrapper .item-content .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-voSMsMwO8X .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-voSMsMwO8X .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voSMsMwO8X .embla__button--next,
.cid-voSMsMwO8X .embla__button--prev {
  display: flex;
}
.cid-voSMsMwO8X .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-voSMsMwO8X .embla__button:hover,
.cid-voSMsMwO8X .embla__button:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-voSMsMwO8X .embla__button:disabled {
  opacity: .5 !important;
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-voSMsMwO8X .embla__button.embla__button--prev {
  left: 0;
}
.cid-voSMsMwO8X .embla__button.embla__button--next {
  right: 0;
}
.cid-voSMsMwO8X .embla {
  position: relative;
  width: 100%;
  height: 100%;
}
.cid-voSMsMwO8X .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-voSMsMwO8X .embla__viewport {
    padding: 0;
  }
}
.cid-voSMsMwO8X .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-voSMsMwO8X .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-voSMsMwO8X .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-voSMsMwO8X .item-menu-overlay {
  opacity: 0 !important;
}
.cid-voSMsMwO8X .mbr-label {
  color: #be0000;
}
.cid-voSMsMwO8X .mbr-section-title {
  color: #000000;
}
.cid-voSMsMwO8X .mbr-text {
  color: #6c757d;
}
.cid-voSMsMwO8X .item-title {
  color: #ffffff;
}
.cid-voSMsMwO8X .item-text {
  color: #ffffff;
}
.cid-voSMsOQynh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-voSMsOQynh .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSMsOQynh .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-voSMsOQynh .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voSMsOQynh .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voSMsOQynh .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voSMsOQynh .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voSMsOQynh .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-voSMsOQynh .image-wrapper img {
  width: 100%;
  height: 480px;
  object-fit: none;
}
@media (max-width: 992px) {
  .cid-voSMsOQynh .image-wrapper img {
    height: 300px;
  }
}
.cid-voSMsOQynh .mbr-label {
  color: #be0000;
}
.cid-voSMsOQynh .mbr-section-title {
  color: #000000;
}
.cid-voSMsOQynh .mbr-text {
  color: #6c7179;
}
.cid-voSMsQ2NFC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSMsQ2NFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSMsQ2NFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSMsQ2NFC .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-voSMsQ2NFC .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-voSMsQ2NFC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-voSMsQ2NFC .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-voSMsQ2NFC .items-wrapper .item {
  margin-bottom: 16px;
}
.cid-voSMsQ2NFC .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voSMsQ2NFC .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-voSMsQ2NFC .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voSMsQ2NFC .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
}
.cid-voSMsQ2NFC .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-voSMsQ2NFC .items-wrapper .item .item-wrapper .title-wrap {
    flex-direction: column-reverse;
    padding: 20px;
  }
}
.cid-voSMsQ2NFC .items-wrapper .item .item-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-voSMsQ2NFC .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper {
  margin-left: 12px;
}
@media (max-width: 992px) {
  .cid-voSMsQ2NFC .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper {
    margin-left: 0;
    margin-bottom: 12px;
  }
}
.cid-voSMsQ2NFC .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-voSMsQ2NFC .items-wrapper .item .item-wrapper .item-content {
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-voSMsQ2NFC .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-voSMsQ2NFC .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-voSMsQ2NFC .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-voSMsQ2NFC .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voSMsQ2NFC .btn-wrapper {
  margin-top: -8%;
}
.cid-voSMsQ2NFC .mbr-section-title {
  color: #000000;
}
.cid-voSMsQ2NFC .mbr-section-subtitle {
  color: #be0000;
}
.cid-voSMsQ2NFC .item-title {
  color: #000000;
}
.cid-voSMsQ2NFC .item-text {
  color: #000000;
}
.cid-voSMsRnMKl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dsc-2260-1800-1800x1200.jpg");
}
.cid-voSMsRnMKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSMsRnMKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSMsRnMKl .image-wrapper {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-voSMsRnMKl .image-wrapper {
    height: 300px;
  }
}
.cid-voSMsSowx3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSMsSowx3 .item:focus,
.cid-voSMsSowx3 span:focus {
  outline: none;
}
.cid-voSMsSowx3 .item {
  cursor: pointer;
}
.cid-voSMsSowx3 .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 992px) {
  .cid-voSMsSowx3 .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-voSMsSowx3 .grid-container-1,
.cid-voSMsSowx3 .grid-container-2,
.cid-voSMsSowx3 .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 992px) {
  .cid-voSMsSowx3 .grid-container-1,
  .cid-voSMsSowx3 .grid-container-2,
  .cid-voSMsSowx3 .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-voSMsSowx3 .mbr-section-title {
  margin-bottom: 40px;
  color: #000000;
  text-align: center;
}
.cid-voSMsSowx3 .content-head {
  max-width: 800px;
}
.cid-voSMsSowx3 .container,
.cid-voSMsSowx3 .container-fluid {
  overflow: hidden;
}
.cid-voSMsSowx3 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-voSMsSowx3 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background-color: #ffffff;
}
.cid-voSMsSowx3 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-voSMsSowx3 .grid-item img {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-voSMsSowx3 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-voSMsSowx3 .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-voSMsSowx3 .grid-item img {
    height: 140px;
  }
}
.cid-voSMsSowx3 .grid-container-1,
.cid-voSMsSowx3 .grid-container-2,
.cid-voSMsSowx3 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-voSMsSowx3 .grid-container-1 {
  align-items: flex-end;
}
.cid-voSMsSowx3 .grid-container-2 {
  align-items: flex-start;
}
.cid-voSMsTrjUe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSMsTrjUe .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSMsTrjUe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSMsTrjUe .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-voSMsTrjUe .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-voSMsTrjUe .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voSMsTrjUe .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voSMsTrjUe .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voSMsTrjUe .card-wrapper {
  padding: 80px 60px 0;
  position: relative;
  box-shadow: 0 10px 25px -20px #6c7179;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-voSMsTrjUe .card-wrapper {
    padding: 80px 8px 0;
  }
}
.cid-voSMsTrjUe .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voSMsTrjUe .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-voSMsTrjUe .card-wrapper .form-wrap {
    padding: 20px 20px 40px;
  }
}
.cid-voSMsTrjUe .card-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-voSMsTrjUe .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-voSMsTrjUe .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-voSMsTrjUe .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-voSMsTrjUe .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #6c7179;
  opacity: .7;
}
.cid-voSMsTrjUe .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-voSMsTrjUe .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #6c7179 !important;
}
.cid-voSMsTrjUe .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 145px;
}
.cid-voSMsTrjUe .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-voSMsTrjUe .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6c7179;
  border-color: #6c7179;
}
.cid-voSMsTrjUe .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-voSMsTrjUe .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-voSMsTrjUe .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
.cid-voSMsTrjUe .mbr-section-title {
  color: #000000;
}
.cid-voSMsTrjUe .mbr-text,
.cid-voSMsTrjUe .text-wrapper {
  color: #6c7179;
}
.cid-voSMsTrjUe label {
  color: #6c7179;
}
.cid-voSMsUFphN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSMsUFphN .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSMsUFphN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSMsUFphN .card-wrapper {
  border: 8px solid #ffffff;
  background-color: #ffffff;
  padding: 60px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
@media (max-width: 992px) {
  .cid-voSMsUFphN .card-wrapper {
    padding: 20px;
  }
}
.cid-voSMsUFphN .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-voSMsUFphN .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-voSMsUFphN .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px 16px;
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .cid-voSMsUFphN .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-voSMsUFphN .card-wrapper .nav-wrapper {
    gap: 28px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-voSMsUFphN .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-voSMsUFphN .card-wrapper .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-voSMsUFphN .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-voSMsUFphN .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-voSMsUFphN .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-voSMsUFphN .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #000000;
}
.cid-voSMsUFphN .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-voSMsUFphN .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-voSMsUFphN .mbr-section-title {
  color: #000000;
}
.cid-voSMsUFphN .mbr-list-title {
  color: #000000;
}
.cid-voSMsUFphN .list {
  color: #6c7179;
}
.cid-voSMsUFphN .mbr-copy {
  color: #6c7179;
  text-align: center;
}
.cid-voSOszy3Oa .navbar-dropdown {
  position: relative !important;
}
.cid-voSOszy3Oa .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-voSOszy3Oa .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-voSOszy3Oa .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-voSOszy3Oa .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-voSOszy3Oa .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-voSOszy3Oa .dropdown-item:hover,
.cid-voSOszy3Oa .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-voSOszy3Oa .dropdown-item:hover span {
  color: white;
}
.cid-voSOszy3Oa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voSOszy3Oa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voSOszy3Oa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voSOszy3Oa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-voSOszy3Oa .nav-link {
  position: relative;
}
.cid-voSOszy3Oa .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-voSOszy3Oa .container {
    flex-wrap: nowrap;
  }
}
.cid-voSOszy3Oa .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-voSOszy3Oa .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-voSOszy3Oa .dropdown-menu,
.cid-voSOszy3Oa .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-voSOszy3Oa .nav-item:focus,
.cid-voSOszy3Oa .nav-link:focus {
  outline: none;
}
.cid-voSOszy3Oa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voSOszy3Oa .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-voSOszy3Oa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voSOszy3Oa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voSOszy3Oa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voSOszy3Oa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-voSOszy3Oa .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-voSOszy3Oa .navbar.opened {
  transition: all 0.3s;
}
.cid-voSOszy3Oa .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-voSOszy3Oa .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-voSOszy3Oa .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-voSOszy3Oa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voSOszy3Oa .navbar.collapsed {
  justify-content: center;
}
.cid-voSOszy3Oa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voSOszy3Oa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-voSOszy3Oa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-voSOszy3Oa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voSOszy3Oa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voSOszy3Oa .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-voSOszy3Oa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voSOszy3Oa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voSOszy3Oa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voSOszy3Oa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voSOszy3Oa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voSOszy3Oa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voSOszy3Oa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voSOszy3Oa .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-voSOszy3Oa .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-voSOszy3Oa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voSOszy3Oa .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-voSOszy3Oa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-voSOszy3Oa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voSOszy3Oa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-voSOszy3Oa .navbar.navbar-short {
  min-height: 80px;
}
.cid-voSOszy3Oa .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-voSOszy3Oa .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-voSOszy3Oa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-voSOszy3Oa .navbar-brand .navbar-caption:hover,
.cid-voSOszy3Oa .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-voSOszy3Oa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voSOszy3Oa .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-voSOszy3Oa .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-voSOszy3Oa .dropdown-item.active,
.cid-voSOszy3Oa .dropdown-item:active {
  background-color: transparent;
}
.cid-voSOszy3Oa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voSOszy3Oa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voSOszy3Oa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voSOszy3Oa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-voSOszy3Oa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-voSOszy3Oa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-voSOszy3Oa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voSOszy3Oa ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-voSOszy3Oa ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-voSOszy3Oa .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-voSOszy3Oa .navbar-buttons {
    text-align: left;
  }
}
.cid-voSOszy3Oa .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-voSOszy3Oa .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-voSOszy3Oa 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-voSOszy3Oa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-voSOszy3Oa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-voSOszy3Oa button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voSOszy3Oa button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voSOszy3Oa button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-voSOszy3Oa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voSOszy3Oa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voSOszy3Oa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voSOszy3Oa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voSOszy3Oa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-voSOszy3Oa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voSOszy3Oa .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-voSOszy3Oa .navbar {
    height: 70px;
  }
  .cid-voSOszy3Oa .navbar.opened {
    height: auto;
  }
  .cid-voSOszy3Oa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voSOszy3Oa .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-voSOszy3Oa .nav-item {
  padding: 0;
  margin: 0;
}
.cid-voSOszy3Oa .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-voSOszy3Oa .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-voSOszy3Oa .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-voSOszy3Oa .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-voSOszy3Oa .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-voSOszy3Oa .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-voSOszy3Oa .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-voSOszy3Oa .navbar {
    justify-content: flex-start !important;
  }
  .cid-voSOszy3Oa .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-voSOszy3Oa .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-voSOszy3Oa .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-voSOszy3Oa .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-voSOszy3Oa .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-voSOszy3Oa .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-voSOszy3Oa .content-wrap {
  min-height: 80px;
}
.cid-voSOsCaagF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSOsCaagF .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSOsCaagF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSOsCaagF .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-voSOsCaagF .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-voSOsCaagF .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voSOsCaagF .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-voSOsCaagF .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-voSOsCaagF .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-voSOsCaagF .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-voSOsCaagF .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-voSOsCaagF .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-voSOsCaagF .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-voSOsCaagF .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-voSOsCaagF .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-voSOsCaagF .mbr-section-title {
  color: #ffffff;
}
.cid-voSOsCaagF .mbr-text {
  color: #ffffff;
}
.cid-voSOsDnQVV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSOsDnQVV .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSOsDnQVV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSOsDnQVV .title-wrapper {
  margin-bottom: 40px;
}
.cid-voSOsDnQVV .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voSOsDnQVV .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voSOsDnQVV .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voSOsDnQVV .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voSOsDnQVV .items-wrapper {
  margin: 0 -8px;
}
.cid-voSOsDnQVV .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-voSOsDnQVV .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-voSOsDnQVV .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voSOsDnQVV .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-voSOsDnQVV .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-voSOsDnQVV .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
.cid-voSOsDnQVV .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-voSOsDnQVV .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-voSOsDnQVV .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-voSOsDnQVV .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-voSOsDnQVV .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-voSOsDnQVV .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12px;
}
.cid-voSOsDnQVV .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-voSOsDnQVV .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-voSOsDnQVV .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voSOsDnQVV .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-voSOsDnQVV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-voSOsDnQVV .mbr-text,
.cid-voSOsDnQVV .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-voSOsDnQVV .item-title {
  color: #000000;
}
.cid-voSOsDnQVV .item-text {
  color: #6c7179;
}
.cid-voSOsEr2tJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-voSOsEr2tJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSOsEr2tJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSOsEr2tJ .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-voSOsEr2tJ .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-voSOsEr2tJ .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voSOsEr2tJ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voSOsEr2tJ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voSOsEr2tJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-voSOsEr2tJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-voSOsEr2tJ .embla__slide .slide-content {
  width: 100%;
}
.cid-voSOsEr2tJ .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-voSOsEr2tJ .embla__slide .slide-content .item-wrapper {
    min-height: 450px;
  }
}
.cid-voSOsEr2tJ .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voSOsEr2tJ .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-voSOsEr2tJ .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-voSOsEr2tJ .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-voSOsEr2tJ .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-voSOsEr2tJ .embla__slide .slide-content .item-wrapper .item-content .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.cid-voSOsEr2tJ .embla__slide .slide-content .item-wrapper .item-content .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-voSOsEr2tJ .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-voSOsEr2tJ .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voSOsEr2tJ .embla__button--next,
.cid-voSOsEr2tJ .embla__button--prev {
  display: flex;
}
.cid-voSOsEr2tJ .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-voSOsEr2tJ .embla__button:hover,
.cid-voSOsEr2tJ .embla__button:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-voSOsEr2tJ .embla__button:disabled {
  opacity: .5 !important;
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-voSOsEr2tJ .embla__button.embla__button--prev {
  left: 0;
}
.cid-voSOsEr2tJ .embla__button.embla__button--next {
  right: 0;
}
.cid-voSOsEr2tJ .embla {
  position: relative;
  width: 100%;
  height: 100%;
}
.cid-voSOsEr2tJ .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-voSOsEr2tJ .embla__viewport {
    padding: 0;
  }
}
.cid-voSOsEr2tJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-voSOsEr2tJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-voSOsEr2tJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-voSOsEr2tJ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-voSOsEr2tJ .mbr-label {
  color: #be0000;
}
.cid-voSOsEr2tJ .mbr-section-title {
  color: #000000;
}
.cid-voSOsEr2tJ .mbr-text {
  color: #6c757d;
}
.cid-voSOsEr2tJ .item-title {
  color: #ffffff;
}
.cid-voSOsEr2tJ .item-text {
  color: #ffffff;
}
.cid-voSOsGb6t5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-voSOsGb6t5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSOsGb6t5 .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-voSOsGb6t5 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voSOsGb6t5 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voSOsGb6t5 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voSOsGb6t5 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voSOsGb6t5 .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-voSOsGb6t5 .image-wrapper img {
  width: 100%;
  height: 480px;
  object-fit: none;
}
@media (max-width: 992px) {
  .cid-voSOsGb6t5 .image-wrapper img {
    height: 300px;
  }
}
.cid-voSOsGb6t5 .mbr-label {
  color: #be0000;
}
.cid-voSOsGb6t5 .mbr-section-title {
  color: #000000;
}
.cid-voSOsGb6t5 .mbr-text {
  color: #6c7179;
}
.cid-voSOsHt9iW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSOsHt9iW .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSOsHt9iW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSOsHt9iW .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-voSOsHt9iW .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-voSOsHt9iW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-voSOsHt9iW .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-voSOsHt9iW .items-wrapper .item {
  margin-bottom: 16px;
}
.cid-voSOsHt9iW .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voSOsHt9iW .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-voSOsHt9iW .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voSOsHt9iW .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
}
.cid-voSOsHt9iW .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-voSOsHt9iW .items-wrapper .item .item-wrapper .title-wrap {
    flex-direction: column-reverse;
    padding: 20px;
  }
}
.cid-voSOsHt9iW .items-wrapper .item .item-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-voSOsHt9iW .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper {
  margin-left: 12px;
}
@media (max-width: 992px) {
  .cid-voSOsHt9iW .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper {
    margin-left: 0;
    margin-bottom: 12px;
  }
}
.cid-voSOsHt9iW .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-voSOsHt9iW .items-wrapper .item .item-wrapper .item-content {
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-voSOsHt9iW .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-voSOsHt9iW .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-voSOsHt9iW .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-voSOsHt9iW .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voSOsHt9iW .btn-wrapper {
  margin-top: -8%;
}
.cid-voSOsHt9iW .mbr-section-title {
  color: #000000;
}
.cid-voSOsHt9iW .mbr-section-subtitle {
  color: #be0000;
}
.cid-voSOsHt9iW .item-title {
  color: #000000;
}
.cid-voSOsHt9iW .item-text {
  color: #000000;
}
.cid-voSOsIXX0S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dsc-2260-1800-1800x1200.jpg");
}
.cid-voSOsIXX0S .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSOsIXX0S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSOsIXX0S .image-wrapper {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-voSOsIXX0S .image-wrapper {
    height: 300px;
  }
}
.cid-voSOsJS4p8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSOsJS4p8 .item:focus,
.cid-voSOsJS4p8 span:focus {
  outline: none;
}
.cid-voSOsJS4p8 .item {
  cursor: pointer;
}
.cid-voSOsJS4p8 .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 992px) {
  .cid-voSOsJS4p8 .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-voSOsJS4p8 .grid-container-1,
.cid-voSOsJS4p8 .grid-container-2,
.cid-voSOsJS4p8 .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 992px) {
  .cid-voSOsJS4p8 .grid-container-1,
  .cid-voSOsJS4p8 .grid-container-2,
  .cid-voSOsJS4p8 .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-voSOsJS4p8 .mbr-section-title {
  margin-bottom: 40px;
  color: #000000;
  text-align: center;
}
.cid-voSOsJS4p8 .content-head {
  max-width: 800px;
}
.cid-voSOsJS4p8 .container,
.cid-voSOsJS4p8 .container-fluid {
  overflow: hidden;
}
.cid-voSOsJS4p8 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-voSOsJS4p8 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background-color: #ffffff;
}
.cid-voSOsJS4p8 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-voSOsJS4p8 .grid-item img {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-voSOsJS4p8 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-voSOsJS4p8 .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-voSOsJS4p8 .grid-item img {
    height: 140px;
  }
}
.cid-voSOsJS4p8 .grid-container-1,
.cid-voSOsJS4p8 .grid-container-2,
.cid-voSOsJS4p8 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-voSOsJS4p8 .grid-container-1 {
  align-items: flex-end;
}
.cid-voSOsJS4p8 .grid-container-2 {
  align-items: flex-start;
}
.cid-voSOsL6dIb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSOsL6dIb .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSOsL6dIb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSOsL6dIb .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-voSOsL6dIb .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-voSOsL6dIb .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voSOsL6dIb .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voSOsL6dIb .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voSOsL6dIb .card-wrapper {
  padding: 80px 60px 0;
  position: relative;
  box-shadow: 0 10px 25px -20px #6c7179;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-voSOsL6dIb .card-wrapper {
    padding: 80px 8px 0;
  }
}
.cid-voSOsL6dIb .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voSOsL6dIb .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-voSOsL6dIb .card-wrapper .form-wrap {
    padding: 20px 20px 40px;
  }
}
.cid-voSOsL6dIb .card-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-voSOsL6dIb .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-voSOsL6dIb .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-voSOsL6dIb .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-voSOsL6dIb .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #6c7179;
  opacity: .7;
}
.cid-voSOsL6dIb .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-voSOsL6dIb .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #6c7179 !important;
}
.cid-voSOsL6dIb .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 145px;
}
.cid-voSOsL6dIb .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-voSOsL6dIb .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6c7179;
  border-color: #6c7179;
}
.cid-voSOsL6dIb .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-voSOsL6dIb .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-voSOsL6dIb .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
.cid-voSOsL6dIb .mbr-section-title {
  color: #000000;
}
.cid-voSOsL6dIb .mbr-text,
.cid-voSOsL6dIb .text-wrapper {
  color: #6c7179;
}
.cid-voSOsL6dIb label {
  color: #6c7179;
}
.cid-voSOsMCJ2b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSOsMCJ2b .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSOsMCJ2b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSOsMCJ2b .card-wrapper {
  border: 8px solid #ffffff;
  background-color: #ffffff;
  padding: 60px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
@media (max-width: 992px) {
  .cid-voSOsMCJ2b .card-wrapper {
    padding: 20px;
  }
}
.cid-voSOsMCJ2b .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-voSOsMCJ2b .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-voSOsMCJ2b .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px 16px;
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .cid-voSOsMCJ2b .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-voSOsMCJ2b .card-wrapper .nav-wrapper {
    gap: 28px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-voSOsMCJ2b .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-voSOsMCJ2b .card-wrapper .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-voSOsMCJ2b .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-voSOsMCJ2b .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-voSOsMCJ2b .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-voSOsMCJ2b .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #000000;
}
.cid-voSOsMCJ2b .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-voSOsMCJ2b .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-voSOsMCJ2b .mbr-section-title {
  color: #000000;
}
.cid-voSOsMCJ2b .mbr-list-title {
  color: #000000;
}
.cid-voSOsMCJ2b .list {
  color: #6c7179;
}
.cid-voSOsMCJ2b .mbr-copy {
  color: #6c7179;
  text-align: center;
}
.cid-voSSF1l9DO .navbar-dropdown {
  position: relative !important;
}
.cid-voSSF1l9DO .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-voSSF1l9DO .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-voSSF1l9DO .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-voSSF1l9DO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-voSSF1l9DO .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-voSSF1l9DO .dropdown-item:hover,
.cid-voSSF1l9DO .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-voSSF1l9DO .dropdown-item:hover span {
  color: white;
}
.cid-voSSF1l9DO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voSSF1l9DO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voSSF1l9DO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voSSF1l9DO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-voSSF1l9DO .nav-link {
  position: relative;
}
.cid-voSSF1l9DO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-voSSF1l9DO .container {
    flex-wrap: nowrap;
  }
}
.cid-voSSF1l9DO .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-voSSF1l9DO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-voSSF1l9DO .dropdown-menu,
.cid-voSSF1l9DO .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-voSSF1l9DO .nav-item:focus,
.cid-voSSF1l9DO .nav-link:focus {
  outline: none;
}
.cid-voSSF1l9DO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voSSF1l9DO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-voSSF1l9DO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voSSF1l9DO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voSSF1l9DO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voSSF1l9DO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-voSSF1l9DO .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-voSSF1l9DO .navbar.opened {
  transition: all 0.3s;
}
.cid-voSSF1l9DO .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-voSSF1l9DO .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-voSSF1l9DO .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-voSSF1l9DO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voSSF1l9DO .navbar.collapsed {
  justify-content: center;
}
.cid-voSSF1l9DO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voSSF1l9DO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-voSSF1l9DO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-voSSF1l9DO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voSSF1l9DO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voSSF1l9DO .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-voSSF1l9DO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voSSF1l9DO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voSSF1l9DO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voSSF1l9DO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voSSF1l9DO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voSSF1l9DO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voSSF1l9DO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voSSF1l9DO .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-voSSF1l9DO .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-voSSF1l9DO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voSSF1l9DO .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-voSSF1l9DO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-voSSF1l9DO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voSSF1l9DO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-voSSF1l9DO .navbar.navbar-short {
  min-height: 80px;
}
.cid-voSSF1l9DO .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-voSSF1l9DO .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-voSSF1l9DO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-voSSF1l9DO .navbar-brand .navbar-caption:hover,
.cid-voSSF1l9DO .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-voSSF1l9DO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voSSF1l9DO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-voSSF1l9DO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-voSSF1l9DO .dropdown-item.active,
.cid-voSSF1l9DO .dropdown-item:active {
  background-color: transparent;
}
.cid-voSSF1l9DO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voSSF1l9DO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voSSF1l9DO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voSSF1l9DO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-voSSF1l9DO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-voSSF1l9DO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-voSSF1l9DO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voSSF1l9DO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-voSSF1l9DO ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-voSSF1l9DO .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-voSSF1l9DO .navbar-buttons {
    text-align: left;
  }
}
.cid-voSSF1l9DO .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-voSSF1l9DO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-voSSF1l9DO 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-voSSF1l9DO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-voSSF1l9DO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-voSSF1l9DO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voSSF1l9DO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voSSF1l9DO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-voSSF1l9DO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voSSF1l9DO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voSSF1l9DO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voSSF1l9DO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voSSF1l9DO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-voSSF1l9DO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voSSF1l9DO .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-voSSF1l9DO .navbar {
    height: 70px;
  }
  .cid-voSSF1l9DO .navbar.opened {
    height: auto;
  }
  .cid-voSSF1l9DO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voSSF1l9DO .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-voSSF1l9DO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-voSSF1l9DO .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-voSSF1l9DO .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-voSSF1l9DO .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-voSSF1l9DO .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-voSSF1l9DO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-voSSF1l9DO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-voSSF1l9DO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-voSSF1l9DO .navbar {
    justify-content: flex-start !important;
  }
  .cid-voSSF1l9DO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-voSSF1l9DO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-voSSF1l9DO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-voSSF1l9DO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-voSSF1l9DO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-voSSF1l9DO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-voSSF1l9DO .content-wrap {
  min-height: 80px;
}
.cid-voSSF3eaK2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSSF3eaK2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSSF3eaK2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSSF3eaK2 .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-voSSF3eaK2 .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-voSSF3eaK2 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voSSF3eaK2 .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-voSSF3eaK2 .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-voSSF3eaK2 .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-voSSF3eaK2 .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-voSSF3eaK2 .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-voSSF3eaK2 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-voSSF3eaK2 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-voSSF3eaK2 .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-voSSF3eaK2 .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-voSSF3eaK2 .mbr-section-title {
  color: #ffffff;
}
.cid-voSSF3eaK2 .mbr-text {
  color: #ffffff;
}
.cid-voSSF4mRKZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSSF4mRKZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSSF4mRKZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSSF4mRKZ .title-wrapper {
  margin-bottom: 40px;
}
.cid-voSSF4mRKZ .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voSSF4mRKZ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voSSF4mRKZ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voSSF4mRKZ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voSSF4mRKZ .items-wrapper {
  margin: 0 -8px;
}
.cid-voSSF4mRKZ .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-voSSF4mRKZ .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-voSSF4mRKZ .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voSSF4mRKZ .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-voSSF4mRKZ .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-voSSF4mRKZ .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
.cid-voSSF4mRKZ .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-voSSF4mRKZ .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-voSSF4mRKZ .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-voSSF4mRKZ .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-voSSF4mRKZ .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-voSSF4mRKZ .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12px;
}
.cid-voSSF4mRKZ .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-voSSF4mRKZ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-voSSF4mRKZ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voSSF4mRKZ .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-voSSF4mRKZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-voSSF4mRKZ .mbr-text,
.cid-voSSF4mRKZ .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-voSSF4mRKZ .item-title {
  color: #000000;
}
.cid-voSSF4mRKZ .item-text {
  color: #6c7179;
}
.cid-voSSF5x4In {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-voSSF5x4In .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSSF5x4In .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSSF5x4In .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-voSSF5x4In .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-voSSF5x4In .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voSSF5x4In .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voSSF5x4In .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voSSF5x4In .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-voSSF5x4In .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-voSSF5x4In .embla__slide .slide-content {
  width: 100%;
}
.cid-voSSF5x4In .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-voSSF5x4In .embla__slide .slide-content .item-wrapper {
    min-height: 450px;
  }
}
.cid-voSSF5x4In .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voSSF5x4In .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-voSSF5x4In .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-voSSF5x4In .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-voSSF5x4In .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-voSSF5x4In .embla__slide .slide-content .item-wrapper .item-content .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.cid-voSSF5x4In .embla__slide .slide-content .item-wrapper .item-content .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-voSSF5x4In .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-voSSF5x4In .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voSSF5x4In .embla__button--next,
.cid-voSSF5x4In .embla__button--prev {
  display: flex;
}
.cid-voSSF5x4In .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-voSSF5x4In .embla__button:hover,
.cid-voSSF5x4In .embla__button:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-voSSF5x4In .embla__button:disabled {
  opacity: .5 !important;
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-voSSF5x4In .embla__button.embla__button--prev {
  left: 0;
}
.cid-voSSF5x4In .embla__button.embla__button--next {
  right: 0;
}
.cid-voSSF5x4In .embla {
  position: relative;
  width: 100%;
  height: 100%;
}
.cid-voSSF5x4In .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-voSSF5x4In .embla__viewport {
    padding: 0;
  }
}
.cid-voSSF5x4In .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-voSSF5x4In .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-voSSF5x4In .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-voSSF5x4In .item-menu-overlay {
  opacity: 0 !important;
}
.cid-voSSF5x4In .mbr-label {
  color: #be0000;
}
.cid-voSSF5x4In .mbr-section-title {
  color: #000000;
}
.cid-voSSF5x4In .mbr-text {
  color: #6c757d;
}
.cid-voSSF5x4In .item-title {
  color: #ffffff;
}
.cid-voSSF5x4In .item-text {
  color: #ffffff;
}
.cid-voSSF7hjkP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-voSSF7hjkP .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSSF7hjkP .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-voSSF7hjkP .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voSSF7hjkP .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voSSF7hjkP .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voSSF7hjkP .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voSSF7hjkP .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-voSSF7hjkP .image-wrapper img {
  width: 100%;
  height: 480px;
  object-fit: none;
}
@media (max-width: 992px) {
  .cid-voSSF7hjkP .image-wrapper img {
    height: 300px;
  }
}
.cid-voSSF7hjkP .mbr-label {
  color: #be0000;
}
.cid-voSSF7hjkP .mbr-section-title {
  color: #000000;
}
.cid-voSSF7hjkP .mbr-text {
  color: #6c7179;
}
.cid-voSSF8t7UC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSSF8t7UC .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSSF8t7UC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSSF8t7UC .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-voSSF8t7UC .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-voSSF8t7UC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-voSSF8t7UC .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-voSSF8t7UC .items-wrapper .item {
  margin-bottom: 16px;
}
.cid-voSSF8t7UC .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voSSF8t7UC .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-voSSF8t7UC .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voSSF8t7UC .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
}
.cid-voSSF8t7UC .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-voSSF8t7UC .items-wrapper .item .item-wrapper .title-wrap {
    flex-direction: column-reverse;
    padding: 20px;
  }
}
.cid-voSSF8t7UC .items-wrapper .item .item-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-voSSF8t7UC .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper {
  margin-left: 12px;
}
@media (max-width: 992px) {
  .cid-voSSF8t7UC .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper {
    margin-left: 0;
    margin-bottom: 12px;
  }
}
.cid-voSSF8t7UC .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-voSSF8t7UC .items-wrapper .item .item-wrapper .item-content {
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-voSSF8t7UC .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-voSSF8t7UC .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-voSSF8t7UC .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-voSSF8t7UC .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voSSF8t7UC .btn-wrapper {
  margin-top: -8%;
}
.cid-voSSF8t7UC .mbr-section-title {
  color: #000000;
}
.cid-voSSF8t7UC .mbr-section-subtitle {
  color: #be0000;
}
.cid-voSSF8t7UC .item-title {
  color: #000000;
}
.cid-voSSF8t7UC .item-text {
  color: #000000;
}
.cid-voSSF9Kopr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1534-black-600x450.jpg");
}
.cid-voSSF9Kopr .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSSF9Kopr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSSF9Kopr .image-wrapper {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-voSSF9Kopr .image-wrapper {
    height: 300px;
  }
}
.cid-voSSFaHIzO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSSFaHIzO .item:focus,
.cid-voSSFaHIzO span:focus {
  outline: none;
}
.cid-voSSFaHIzO .item {
  cursor: pointer;
}
.cid-voSSFaHIzO .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 992px) {
  .cid-voSSFaHIzO .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-voSSFaHIzO .grid-container-1,
.cid-voSSFaHIzO .grid-container-2,
.cid-voSSFaHIzO .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 992px) {
  .cid-voSSFaHIzO .grid-container-1,
  .cid-voSSFaHIzO .grid-container-2,
  .cid-voSSFaHIzO .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-voSSFaHIzO .mbr-section-title {
  margin-bottom: 40px;
  color: #000000;
  text-align: center;
}
.cid-voSSFaHIzO .content-head {
  max-width: 800px;
}
.cid-voSSFaHIzO .container,
.cid-voSSFaHIzO .container-fluid {
  overflow: hidden;
}
.cid-voSSFaHIzO .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-voSSFaHIzO .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background-color: #ffffff;
}
.cid-voSSFaHIzO .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-voSSFaHIzO .grid-item img {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-voSSFaHIzO .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-voSSFaHIzO .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-voSSFaHIzO .grid-item img {
    height: 140px;
  }
}
.cid-voSSFaHIzO .grid-container-1,
.cid-voSSFaHIzO .grid-container-2,
.cid-voSSFaHIzO .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-voSSFaHIzO .grid-container-1 {
  align-items: flex-end;
}
.cid-voSSFaHIzO .grid-container-2 {
  align-items: flex-start;
}
.cid-voSSFc4aVk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSSFc4aVk .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSSFc4aVk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSSFc4aVk .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-voSSFc4aVk .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-voSSFc4aVk .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voSSFc4aVk .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voSSFc4aVk .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voSSFc4aVk .card-wrapper {
  padding: 80px 60px 0;
  position: relative;
  box-shadow: 0 10px 25px -20px #6c7179;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-voSSFc4aVk .card-wrapper {
    padding: 80px 8px 0;
  }
}
.cid-voSSFc4aVk .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voSSFc4aVk .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-voSSFc4aVk .card-wrapper .form-wrap {
    padding: 20px 20px 40px;
  }
}
.cid-voSSFc4aVk .card-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-voSSFc4aVk .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-voSSFc4aVk .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-voSSFc4aVk .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-voSSFc4aVk .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #6c7179;
  opacity: .7;
}
.cid-voSSFc4aVk .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-voSSFc4aVk .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #6c7179 !important;
}
.cid-voSSFc4aVk .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 145px;
}
.cid-voSSFc4aVk .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-voSSFc4aVk .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6c7179;
  border-color: #6c7179;
}
.cid-voSSFc4aVk .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-voSSFc4aVk .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-voSSFc4aVk .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
.cid-voSSFc4aVk .mbr-section-title {
  color: #000000;
}
.cid-voSSFc4aVk .mbr-text,
.cid-voSSFc4aVk .text-wrapper {
  color: #6c7179;
}
.cid-voSSFc4aVk label {
  color: #6c7179;
}
.cid-voSSFdDs4Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSSFdDs4Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSSFdDs4Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSSFdDs4Y .card-wrapper {
  border: 8px solid #ffffff;
  background-color: #ffffff;
  padding: 60px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
@media (max-width: 992px) {
  .cid-voSSFdDs4Y .card-wrapper {
    padding: 20px;
  }
}
.cid-voSSFdDs4Y .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-voSSFdDs4Y .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-voSSFdDs4Y .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px 16px;
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .cid-voSSFdDs4Y .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-voSSFdDs4Y .card-wrapper .nav-wrapper {
    gap: 28px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-voSSFdDs4Y .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-voSSFdDs4Y .card-wrapper .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-voSSFdDs4Y .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-voSSFdDs4Y .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-voSSFdDs4Y .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-voSSFdDs4Y .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #000000;
}
.cid-voSSFdDs4Y .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-voSSFdDs4Y .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-voSSFdDs4Y .mbr-section-title {
  color: #000000;
}
.cid-voSSFdDs4Y .mbr-list-title {
  color: #000000;
}
.cid-voSSFdDs4Y .list {
  color: #6c7179;
}
.cid-voSSFdDs4Y .mbr-copy {
  color: #6c7179;
  text-align: center;
}
.cid-voSUPsfqxL .navbar-dropdown {
  position: relative !important;
}
.cid-voSUPsfqxL .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-voSUPsfqxL .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-voSUPsfqxL .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-voSUPsfqxL .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-voSUPsfqxL .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-voSUPsfqxL .dropdown-item:hover,
.cid-voSUPsfqxL .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-voSUPsfqxL .dropdown-item:hover span {
  color: white;
}
.cid-voSUPsfqxL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voSUPsfqxL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voSUPsfqxL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voSUPsfqxL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-voSUPsfqxL .nav-link {
  position: relative;
}
.cid-voSUPsfqxL .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-voSUPsfqxL .container {
    flex-wrap: nowrap;
  }
}
.cid-voSUPsfqxL .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-voSUPsfqxL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-voSUPsfqxL .dropdown-menu,
.cid-voSUPsfqxL .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-voSUPsfqxL .nav-item:focus,
.cid-voSUPsfqxL .nav-link:focus {
  outline: none;
}
.cid-voSUPsfqxL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voSUPsfqxL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-voSUPsfqxL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voSUPsfqxL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voSUPsfqxL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voSUPsfqxL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-voSUPsfqxL .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-voSUPsfqxL .navbar.opened {
  transition: all 0.3s;
}
.cid-voSUPsfqxL .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-voSUPsfqxL .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-voSUPsfqxL .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-voSUPsfqxL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voSUPsfqxL .navbar.collapsed {
  justify-content: center;
}
.cid-voSUPsfqxL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voSUPsfqxL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-voSUPsfqxL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-voSUPsfqxL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voSUPsfqxL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voSUPsfqxL .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-voSUPsfqxL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voSUPsfqxL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voSUPsfqxL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voSUPsfqxL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voSUPsfqxL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voSUPsfqxL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voSUPsfqxL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voSUPsfqxL .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-voSUPsfqxL .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-voSUPsfqxL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voSUPsfqxL .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-voSUPsfqxL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-voSUPsfqxL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voSUPsfqxL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-voSUPsfqxL .navbar.navbar-short {
  min-height: 80px;
}
.cid-voSUPsfqxL .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-voSUPsfqxL .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-voSUPsfqxL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-voSUPsfqxL .navbar-brand .navbar-caption:hover,
.cid-voSUPsfqxL .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-voSUPsfqxL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voSUPsfqxL .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-voSUPsfqxL .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-voSUPsfqxL .dropdown-item.active,
.cid-voSUPsfqxL .dropdown-item:active {
  background-color: transparent;
}
.cid-voSUPsfqxL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voSUPsfqxL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voSUPsfqxL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voSUPsfqxL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-voSUPsfqxL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-voSUPsfqxL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-voSUPsfqxL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voSUPsfqxL ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-voSUPsfqxL ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-voSUPsfqxL .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-voSUPsfqxL .navbar-buttons {
    text-align: left;
  }
}
.cid-voSUPsfqxL .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-voSUPsfqxL .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-voSUPsfqxL 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-voSUPsfqxL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-voSUPsfqxL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-voSUPsfqxL button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voSUPsfqxL button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voSUPsfqxL button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-voSUPsfqxL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voSUPsfqxL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voSUPsfqxL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voSUPsfqxL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voSUPsfqxL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-voSUPsfqxL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voSUPsfqxL .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-voSUPsfqxL .navbar {
    height: 70px;
  }
  .cid-voSUPsfqxL .navbar.opened {
    height: auto;
  }
  .cid-voSUPsfqxL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voSUPsfqxL .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-voSUPsfqxL .nav-item {
  padding: 0;
  margin: 0;
}
.cid-voSUPsfqxL .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-voSUPsfqxL .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-voSUPsfqxL .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-voSUPsfqxL .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-voSUPsfqxL .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-voSUPsfqxL .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-voSUPsfqxL .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-voSUPsfqxL .navbar {
    justify-content: flex-start !important;
  }
  .cid-voSUPsfqxL .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-voSUPsfqxL .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-voSUPsfqxL .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-voSUPsfqxL .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-voSUPsfqxL .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-voSUPsfqxL .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-voSUPsfqxL .content-wrap {
  min-height: 80px;
}
.cid-voSUPtGtIP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSUPtGtIP .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSUPtGtIP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSUPtGtIP .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-voSUPtGtIP .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-voSUPtGtIP .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voSUPtGtIP .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-voSUPtGtIP .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-voSUPtGtIP .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-voSUPtGtIP .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-voSUPtGtIP .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-voSUPtGtIP .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-voSUPtGtIP .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-voSUPtGtIP .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-voSUPtGtIP .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-voSUPtGtIP .mbr-section-title {
  color: #ffffff;
}
.cid-voSUPtGtIP .mbr-text {
  color: #ffffff;
}
.cid-voSUPuQN8c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSUPuQN8c .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSUPuQN8c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSUPuQN8c .title-wrapper {
  margin-bottom: 40px;
}
.cid-voSUPuQN8c .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voSUPuQN8c .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voSUPuQN8c .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voSUPuQN8c .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voSUPuQN8c .items-wrapper {
  margin: 0 -8px;
}
.cid-voSUPuQN8c .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-voSUPuQN8c .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-voSUPuQN8c .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voSUPuQN8c .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-voSUPuQN8c .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-voSUPuQN8c .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
.cid-voSUPuQN8c .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-voSUPuQN8c .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-voSUPuQN8c .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-voSUPuQN8c .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-voSUPuQN8c .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-voSUPuQN8c .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12px;
}
.cid-voSUPuQN8c .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-voSUPuQN8c .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-voSUPuQN8c .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voSUPuQN8c .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-voSUPuQN8c .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-voSUPuQN8c .mbr-text,
.cid-voSUPuQN8c .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-voSUPuQN8c .item-title {
  color: #000000;
}
.cid-voSUPuQN8c .item-text {
  color: #6c7179;
}
.cid-voSUPw1PKS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-voSUPw1PKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSUPw1PKS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSUPw1PKS .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-voSUPw1PKS .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-voSUPw1PKS .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voSUPw1PKS .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voSUPw1PKS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voSUPw1PKS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-voSUPw1PKS .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-voSUPw1PKS .embla__slide .slide-content {
  width: 100%;
}
.cid-voSUPw1PKS .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-voSUPw1PKS .embla__slide .slide-content .item-wrapper {
    min-height: 450px;
  }
}
.cid-voSUPw1PKS .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voSUPw1PKS .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-voSUPw1PKS .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-voSUPw1PKS .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-voSUPw1PKS .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-voSUPw1PKS .embla__slide .slide-content .item-wrapper .item-content .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.cid-voSUPw1PKS .embla__slide .slide-content .item-wrapper .item-content .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-voSUPw1PKS .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-voSUPw1PKS .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voSUPw1PKS .embla__button--next,
.cid-voSUPw1PKS .embla__button--prev {
  display: flex;
}
.cid-voSUPw1PKS .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-voSUPw1PKS .embla__button:hover,
.cid-voSUPw1PKS .embla__button:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-voSUPw1PKS .embla__button:disabled {
  opacity: .5 !important;
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-voSUPw1PKS .embla__button.embla__button--prev {
  left: 0;
}
.cid-voSUPw1PKS .embla__button.embla__button--next {
  right: 0;
}
.cid-voSUPw1PKS .embla {
  position: relative;
  width: 100%;
  height: 100%;
}
.cid-voSUPw1PKS .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-voSUPw1PKS .embla__viewport {
    padding: 0;
  }
}
.cid-voSUPw1PKS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-voSUPw1PKS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-voSUPw1PKS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-voSUPw1PKS .item-menu-overlay {
  opacity: 0 !important;
}
.cid-voSUPw1PKS .mbr-label {
  color: #be0000;
}
.cid-voSUPw1PKS .mbr-section-title {
  color: #000000;
}
.cid-voSUPw1PKS .mbr-text {
  color: #6c757d;
}
.cid-voSUPw1PKS .item-title {
  color: #ffffff;
}
.cid-voSUPw1PKS .item-text {
  color: #ffffff;
}
.cid-voSUPxy3ij {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-voSUPxy3ij .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSUPxy3ij .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-voSUPxy3ij .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voSUPxy3ij .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voSUPxy3ij .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voSUPxy3ij .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voSUPxy3ij .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-voSUPxy3ij .image-wrapper img {
  width: 100%;
  height: 480px;
  object-fit: none;
}
@media (max-width: 992px) {
  .cid-voSUPxy3ij .image-wrapper img {
    height: 300px;
  }
}
.cid-voSUPxy3ij .mbr-label {
  color: #be0000;
}
.cid-voSUPxy3ij .mbr-section-title {
  color: #000000;
}
.cid-voSUPxy3ij .mbr-text {
  color: #6c7179;
}
.cid-voSUPyuiGY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSUPyuiGY .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSUPyuiGY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSUPyuiGY .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-voSUPyuiGY .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-voSUPyuiGY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-voSUPyuiGY .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-voSUPyuiGY .items-wrapper .item {
  margin-bottom: 16px;
}
.cid-voSUPyuiGY .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voSUPyuiGY .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-voSUPyuiGY .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voSUPyuiGY .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
}
.cid-voSUPyuiGY .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-voSUPyuiGY .items-wrapper .item .item-wrapper .title-wrap {
    flex-direction: column-reverse;
    padding: 20px;
  }
}
.cid-voSUPyuiGY .items-wrapper .item .item-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-voSUPyuiGY .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper {
  margin-left: 12px;
}
@media (max-width: 992px) {
  .cid-voSUPyuiGY .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper {
    margin-left: 0;
    margin-bottom: 12px;
  }
}
.cid-voSUPyuiGY .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-voSUPyuiGY .items-wrapper .item .item-wrapper .item-content {
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-voSUPyuiGY .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-voSUPyuiGY .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-voSUPyuiGY .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-voSUPyuiGY .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voSUPyuiGY .btn-wrapper {
  margin-top: -8%;
}
.cid-voSUPyuiGY .mbr-section-title {
  color: #000000;
}
.cid-voSUPyuiGY .mbr-section-subtitle {
  color: #be0000;
}
.cid-voSUPyuiGY .item-title {
  color: #000000;
}
.cid-voSUPyuiGY .item-text {
  color: #000000;
}
.cid-voSUPzRGlF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/cm7807-fung-400x300.jpg");
}
.cid-voSUPzRGlF .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSUPzRGlF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSUPzRGlF .image-wrapper {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-voSUPzRGlF .image-wrapper {
    height: 300px;
  }
}
.cid-voSUPAUXGJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSUPAUXGJ .item:focus,
.cid-voSUPAUXGJ span:focus {
  outline: none;
}
.cid-voSUPAUXGJ .item {
  cursor: pointer;
}
.cid-voSUPAUXGJ .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 992px) {
  .cid-voSUPAUXGJ .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-voSUPAUXGJ .grid-container-1,
.cid-voSUPAUXGJ .grid-container-2,
.cid-voSUPAUXGJ .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 992px) {
  .cid-voSUPAUXGJ .grid-container-1,
  .cid-voSUPAUXGJ .grid-container-2,
  .cid-voSUPAUXGJ .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-voSUPAUXGJ .mbr-section-title {
  margin-bottom: 40px;
  color: #000000;
  text-align: center;
}
.cid-voSUPAUXGJ .content-head {
  max-width: 800px;
}
.cid-voSUPAUXGJ .container,
.cid-voSUPAUXGJ .container-fluid {
  overflow: hidden;
}
.cid-voSUPAUXGJ .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-voSUPAUXGJ .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background-color: #ffffff;
}
.cid-voSUPAUXGJ .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-voSUPAUXGJ .grid-item img {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-voSUPAUXGJ .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-voSUPAUXGJ .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-voSUPAUXGJ .grid-item img {
    height: 140px;
  }
}
.cid-voSUPAUXGJ .grid-container-1,
.cid-voSUPAUXGJ .grid-container-2,
.cid-voSUPAUXGJ .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-voSUPAUXGJ .grid-container-1 {
  align-items: flex-end;
}
.cid-voSUPAUXGJ .grid-container-2 {
  align-items: flex-start;
}
.cid-voSUPCcAr6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSUPCcAr6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSUPCcAr6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSUPCcAr6 .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-voSUPCcAr6 .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-voSUPCcAr6 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voSUPCcAr6 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voSUPCcAr6 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voSUPCcAr6 .card-wrapper {
  padding: 80px 60px 0;
  position: relative;
  box-shadow: 0 10px 25px -20px #6c7179;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-voSUPCcAr6 .card-wrapper {
    padding: 80px 8px 0;
  }
}
.cid-voSUPCcAr6 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voSUPCcAr6 .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-voSUPCcAr6 .card-wrapper .form-wrap {
    padding: 20px 20px 40px;
  }
}
.cid-voSUPCcAr6 .card-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-voSUPCcAr6 .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-voSUPCcAr6 .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-voSUPCcAr6 .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-voSUPCcAr6 .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #6c7179;
  opacity: .7;
}
.cid-voSUPCcAr6 .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-voSUPCcAr6 .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #6c7179 !important;
}
.cid-voSUPCcAr6 .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 145px;
}
.cid-voSUPCcAr6 .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-voSUPCcAr6 .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6c7179;
  border-color: #6c7179;
}
.cid-voSUPCcAr6 .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-voSUPCcAr6 .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-voSUPCcAr6 .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
.cid-voSUPCcAr6 .mbr-section-title {
  color: #000000;
}
.cid-voSUPCcAr6 .mbr-text,
.cid-voSUPCcAr6 .text-wrapper {
  color: #6c7179;
}
.cid-voSUPCcAr6 label {
  color: #6c7179;
}
.cid-voSUPDFrcD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSUPDFrcD .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSUPDFrcD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSUPDFrcD .card-wrapper {
  border: 8px solid #ffffff;
  background-color: #ffffff;
  padding: 60px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
@media (max-width: 992px) {
  .cid-voSUPDFrcD .card-wrapper {
    padding: 20px;
  }
}
.cid-voSUPDFrcD .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-voSUPDFrcD .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-voSUPDFrcD .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px 16px;
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .cid-voSUPDFrcD .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-voSUPDFrcD .card-wrapper .nav-wrapper {
    gap: 28px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-voSUPDFrcD .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-voSUPDFrcD .card-wrapper .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-voSUPDFrcD .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-voSUPDFrcD .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-voSUPDFrcD .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-voSUPDFrcD .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #000000;
}
.cid-voSUPDFrcD .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-voSUPDFrcD .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-voSUPDFrcD .mbr-section-title {
  color: #000000;
}
.cid-voSUPDFrcD .mbr-list-title {
  color: #000000;
}
.cid-voSUPDFrcD .list {
  color: #6c7179;
}
.cid-voSUPDFrcD .mbr-copy {
  color: #6c7179;
  text-align: center;
}
.cid-voSWz8I88K .navbar-dropdown {
  position: relative !important;
}
.cid-voSWz8I88K .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-voSWz8I88K .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-voSWz8I88K .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-voSWz8I88K .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-voSWz8I88K .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-voSWz8I88K .dropdown-item:hover,
.cid-voSWz8I88K .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-voSWz8I88K .dropdown-item:hover span {
  color: white;
}
.cid-voSWz8I88K .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voSWz8I88K .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voSWz8I88K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voSWz8I88K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-voSWz8I88K .nav-link {
  position: relative;
}
.cid-voSWz8I88K .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-voSWz8I88K .container {
    flex-wrap: nowrap;
  }
}
.cid-voSWz8I88K .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-voSWz8I88K .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-voSWz8I88K .dropdown-menu,
.cid-voSWz8I88K .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-voSWz8I88K .nav-item:focus,
.cid-voSWz8I88K .nav-link:focus {
  outline: none;
}
.cid-voSWz8I88K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voSWz8I88K .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-voSWz8I88K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voSWz8I88K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voSWz8I88K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voSWz8I88K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-voSWz8I88K .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-voSWz8I88K .navbar.opened {
  transition: all 0.3s;
}
.cid-voSWz8I88K .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-voSWz8I88K .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-voSWz8I88K .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-voSWz8I88K .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voSWz8I88K .navbar.collapsed {
  justify-content: center;
}
.cid-voSWz8I88K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voSWz8I88K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-voSWz8I88K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-voSWz8I88K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voSWz8I88K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voSWz8I88K .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-voSWz8I88K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voSWz8I88K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voSWz8I88K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voSWz8I88K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voSWz8I88K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voSWz8I88K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voSWz8I88K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voSWz8I88K .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-voSWz8I88K .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-voSWz8I88K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voSWz8I88K .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-voSWz8I88K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-voSWz8I88K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voSWz8I88K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-voSWz8I88K .navbar.navbar-short {
  min-height: 80px;
}
.cid-voSWz8I88K .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-voSWz8I88K .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-voSWz8I88K .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-voSWz8I88K .navbar-brand .navbar-caption:hover,
.cid-voSWz8I88K .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-voSWz8I88K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voSWz8I88K .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-voSWz8I88K .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-voSWz8I88K .dropdown-item.active,
.cid-voSWz8I88K .dropdown-item:active {
  background-color: transparent;
}
.cid-voSWz8I88K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voSWz8I88K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voSWz8I88K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voSWz8I88K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-voSWz8I88K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-voSWz8I88K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-voSWz8I88K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voSWz8I88K ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-voSWz8I88K ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-voSWz8I88K .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-voSWz8I88K .navbar-buttons {
    text-align: left;
  }
}
.cid-voSWz8I88K .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-voSWz8I88K .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-voSWz8I88K 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-voSWz8I88K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-voSWz8I88K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-voSWz8I88K button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voSWz8I88K button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voSWz8I88K button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-voSWz8I88K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voSWz8I88K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voSWz8I88K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voSWz8I88K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voSWz8I88K .navbar-dropdown {
  padding: 0 1rem;
}
.cid-voSWz8I88K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voSWz8I88K .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-voSWz8I88K .navbar {
    height: 70px;
  }
  .cid-voSWz8I88K .navbar.opened {
    height: auto;
  }
  .cid-voSWz8I88K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voSWz8I88K .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-voSWz8I88K .nav-item {
  padding: 0;
  margin: 0;
}
.cid-voSWz8I88K .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-voSWz8I88K .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-voSWz8I88K .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-voSWz8I88K .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-voSWz8I88K .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-voSWz8I88K .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-voSWz8I88K .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-voSWz8I88K .navbar {
    justify-content: flex-start !important;
  }
  .cid-voSWz8I88K .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-voSWz8I88K .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-voSWz8I88K .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-voSWz8I88K .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-voSWz8I88K .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-voSWz8I88K .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-voSWz8I88K .content-wrap {
  min-height: 80px;
}
.cid-voSWzaizmL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSWzaizmL .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSWzaizmL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSWzaizmL .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-voSWzaizmL .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-voSWzaizmL .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voSWzaizmL .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-voSWzaizmL .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-voSWzaizmL .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-voSWzaizmL .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-voSWzaizmL .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-voSWzaizmL .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-voSWzaizmL .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-voSWzaizmL .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-voSWzaizmL .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-voSWzaizmL .mbr-section-title {
  color: #ffffff;
}
.cid-voSWzaizmL .mbr-text {
  color: #ffffff;
}
.cid-voSWzbnVO6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSWzbnVO6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSWzbnVO6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSWzbnVO6 .title-wrapper {
  margin-bottom: 40px;
}
.cid-voSWzbnVO6 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voSWzbnVO6 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voSWzbnVO6 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voSWzbnVO6 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voSWzbnVO6 .items-wrapper {
  margin: 0 -8px;
}
.cid-voSWzbnVO6 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-voSWzbnVO6 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-voSWzbnVO6 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voSWzbnVO6 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-voSWzbnVO6 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-voSWzbnVO6 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
.cid-voSWzbnVO6 .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-voSWzbnVO6 .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-voSWzbnVO6 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-voSWzbnVO6 .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-voSWzbnVO6 .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-voSWzbnVO6 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12px;
}
.cid-voSWzbnVO6 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-voSWzbnVO6 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-voSWzbnVO6 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voSWzbnVO6 .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-voSWzbnVO6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-voSWzbnVO6 .mbr-text,
.cid-voSWzbnVO6 .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-voSWzbnVO6 .item-title {
  color: #000000;
}
.cid-voSWzbnVO6 .item-text {
  color: #6c7179;
}
.cid-voSWzczgLs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-voSWzczgLs .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSWzczgLs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSWzczgLs .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-voSWzczgLs .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-voSWzczgLs .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voSWzczgLs .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voSWzczgLs .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voSWzczgLs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-voSWzczgLs .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-voSWzczgLs .embla__slide .slide-content {
  width: 100%;
}
.cid-voSWzczgLs .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-voSWzczgLs .embla__slide .slide-content .item-wrapper {
    min-height: 450px;
  }
}
.cid-voSWzczgLs .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voSWzczgLs .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-voSWzczgLs .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-voSWzczgLs .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-voSWzczgLs .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-voSWzczgLs .embla__slide .slide-content .item-wrapper .item-content .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.cid-voSWzczgLs .embla__slide .slide-content .item-wrapper .item-content .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-voSWzczgLs .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-voSWzczgLs .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voSWzczgLs .embla__button--next,
.cid-voSWzczgLs .embla__button--prev {
  display: flex;
}
.cid-voSWzczgLs .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-voSWzczgLs .embla__button:hover,
.cid-voSWzczgLs .embla__button:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-voSWzczgLs .embla__button:disabled {
  opacity: .5 !important;
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-voSWzczgLs .embla__button.embla__button--prev {
  left: 0;
}
.cid-voSWzczgLs .embla__button.embla__button--next {
  right: 0;
}
.cid-voSWzczgLs .embla {
  position: relative;
  width: 100%;
  height: 100%;
}
.cid-voSWzczgLs .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-voSWzczgLs .embla__viewport {
    padding: 0;
  }
}
.cid-voSWzczgLs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-voSWzczgLs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-voSWzczgLs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-voSWzczgLs .item-menu-overlay {
  opacity: 0 !important;
}
.cid-voSWzczgLs .mbr-label {
  color: #be0000;
}
.cid-voSWzczgLs .mbr-section-title {
  color: #000000;
}
.cid-voSWzczgLs .mbr-text {
  color: #6c757d;
}
.cid-voSWzczgLs .item-title {
  color: #ffffff;
}
.cid-voSWzczgLs .item-text {
  color: #ffffff;
}
.cid-voSWze7rWg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-voSWze7rWg .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSWze7rWg .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-voSWze7rWg .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voSWze7rWg .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voSWze7rWg .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voSWze7rWg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voSWze7rWg .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-voSWze7rWg .image-wrapper img {
  width: 100%;
  height: 480px;
  object-fit: none;
}
@media (max-width: 992px) {
  .cid-voSWze7rWg .image-wrapper img {
    height: 300px;
  }
}
.cid-voSWze7rWg .mbr-label {
  color: #be0000;
}
.cid-voSWze7rWg .mbr-section-title {
  color: #000000;
}
.cid-voSWze7rWg .mbr-text {
  color: #6c7179;
}
.cid-voSWzfdj1V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSWzfdj1V .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSWzfdj1V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSWzfdj1V .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-voSWzfdj1V .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-voSWzfdj1V .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-voSWzfdj1V .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-voSWzfdj1V .items-wrapper .item {
  margin-bottom: 16px;
}
.cid-voSWzfdj1V .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voSWzfdj1V .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-voSWzfdj1V .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voSWzfdj1V .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
}
.cid-voSWzfdj1V .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-voSWzfdj1V .items-wrapper .item .item-wrapper .title-wrap {
    flex-direction: column-reverse;
    padding: 20px;
  }
}
.cid-voSWzfdj1V .items-wrapper .item .item-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-voSWzfdj1V .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper {
  margin-left: 12px;
}
@media (max-width: 992px) {
  .cid-voSWzfdj1V .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper {
    margin-left: 0;
    margin-bottom: 12px;
  }
}
.cid-voSWzfdj1V .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-voSWzfdj1V .items-wrapper .item .item-wrapper .item-content {
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-voSWzfdj1V .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-voSWzfdj1V .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-voSWzfdj1V .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-voSWzfdj1V .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voSWzfdj1V .btn-wrapper {
  margin-top: -8%;
}
.cid-voSWzfdj1V .mbr-section-title {
  color: #000000;
}
.cid-voSWzfdj1V .mbr-section-subtitle {
  color: #be0000;
}
.cid-voSWzfdj1V .item-title {
  color: #000000;
}
.cid-voSWzfdj1V .item-text {
  color: #000000;
}
.cid-voSWzgMXdu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/3886-180320d.pink20d0a2d0b5d0bcd0bdd18bd0b920d0a0d0bed0b7d0bed0b2d18bd0b9209d18518d1852204-1000x750.jpg");
}
.cid-voSWzgMXdu .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSWzgMXdu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSWzgMXdu .image-wrapper {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-voSWzgMXdu .image-wrapper {
    height: 300px;
  }
}
.cid-voSWzhMDMC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSWzhMDMC .item:focus,
.cid-voSWzhMDMC span:focus {
  outline: none;
}
.cid-voSWzhMDMC .item {
  cursor: pointer;
}
.cid-voSWzhMDMC .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 992px) {
  .cid-voSWzhMDMC .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-voSWzhMDMC .grid-container-1,
.cid-voSWzhMDMC .grid-container-2,
.cid-voSWzhMDMC .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 992px) {
  .cid-voSWzhMDMC .grid-container-1,
  .cid-voSWzhMDMC .grid-container-2,
  .cid-voSWzhMDMC .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-voSWzhMDMC .mbr-section-title {
  margin-bottom: 40px;
  color: #000000;
  text-align: center;
}
.cid-voSWzhMDMC .content-head {
  max-width: 800px;
}
.cid-voSWzhMDMC .container,
.cid-voSWzhMDMC .container-fluid {
  overflow: hidden;
}
.cid-voSWzhMDMC .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-voSWzhMDMC .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background-color: #ffffff;
}
.cid-voSWzhMDMC .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-voSWzhMDMC .grid-item img {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-voSWzhMDMC .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-voSWzhMDMC .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-voSWzhMDMC .grid-item img {
    height: 140px;
  }
}
.cid-voSWzhMDMC .grid-container-1,
.cid-voSWzhMDMC .grid-container-2,
.cid-voSWzhMDMC .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-voSWzhMDMC .grid-container-1 {
  align-items: flex-end;
}
.cid-voSWzhMDMC .grid-container-2 {
  align-items: flex-start;
}
.cid-voSWziWnmV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSWziWnmV .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSWziWnmV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSWziWnmV .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-voSWziWnmV .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-voSWziWnmV .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voSWziWnmV .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voSWziWnmV .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voSWziWnmV .card-wrapper {
  padding: 80px 60px 0;
  position: relative;
  box-shadow: 0 10px 25px -20px #6c7179;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-voSWziWnmV .card-wrapper {
    padding: 80px 8px 0;
  }
}
.cid-voSWziWnmV .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voSWziWnmV .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-voSWziWnmV .card-wrapper .form-wrap {
    padding: 20px 20px 40px;
  }
}
.cid-voSWziWnmV .card-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-voSWziWnmV .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-voSWziWnmV .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-voSWziWnmV .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-voSWziWnmV .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #6c7179;
  opacity: .7;
}
.cid-voSWziWnmV .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-voSWziWnmV .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #6c7179 !important;
}
.cid-voSWziWnmV .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 145px;
}
.cid-voSWziWnmV .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-voSWziWnmV .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6c7179;
  border-color: #6c7179;
}
.cid-voSWziWnmV .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-voSWziWnmV .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-voSWziWnmV .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
.cid-voSWziWnmV .mbr-section-title {
  color: #000000;
}
.cid-voSWziWnmV .mbr-text,
.cid-voSWziWnmV .text-wrapper {
  color: #6c7179;
}
.cid-voSWziWnmV label {
  color: #6c7179;
}
.cid-voSWzkh1ws {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSWzkh1ws .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSWzkh1ws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSWzkh1ws .card-wrapper {
  border: 8px solid #ffffff;
  background-color: #ffffff;
  padding: 60px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
@media (max-width: 992px) {
  .cid-voSWzkh1ws .card-wrapper {
    padding: 20px;
  }
}
.cid-voSWzkh1ws .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-voSWzkh1ws .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-voSWzkh1ws .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px 16px;
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .cid-voSWzkh1ws .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-voSWzkh1ws .card-wrapper .nav-wrapper {
    gap: 28px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-voSWzkh1ws .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-voSWzkh1ws .card-wrapper .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-voSWzkh1ws .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-voSWzkh1ws .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-voSWzkh1ws .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-voSWzkh1ws .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #000000;
}
.cid-voSWzkh1ws .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-voSWzkh1ws .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-voSWzkh1ws .mbr-section-title {
  color: #000000;
}
.cid-voSWzkh1ws .mbr-list-title {
  color: #000000;
}
.cid-voSWzkh1ws .list {
  color: #6c7179;
}
.cid-voSWzkh1ws .mbr-copy {
  color: #6c7179;
  text-align: center;
}
.cid-voSYwGYJ5U .navbar-dropdown {
  position: relative !important;
}
.cid-voSYwGYJ5U .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-voSYwGYJ5U .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-voSYwGYJ5U .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-voSYwGYJ5U .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-voSYwGYJ5U .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-voSYwGYJ5U .dropdown-item:hover,
.cid-voSYwGYJ5U .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-voSYwGYJ5U .dropdown-item:hover span {
  color: white;
}
.cid-voSYwGYJ5U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voSYwGYJ5U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voSYwGYJ5U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voSYwGYJ5U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-voSYwGYJ5U .nav-link {
  position: relative;
}
.cid-voSYwGYJ5U .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-voSYwGYJ5U .container {
    flex-wrap: nowrap;
  }
}
.cid-voSYwGYJ5U .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-voSYwGYJ5U .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-voSYwGYJ5U .dropdown-menu,
.cid-voSYwGYJ5U .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-voSYwGYJ5U .nav-item:focus,
.cid-voSYwGYJ5U .nav-link:focus {
  outline: none;
}
.cid-voSYwGYJ5U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voSYwGYJ5U .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-voSYwGYJ5U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voSYwGYJ5U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voSYwGYJ5U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voSYwGYJ5U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-voSYwGYJ5U .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-voSYwGYJ5U .navbar.opened {
  transition: all 0.3s;
}
.cid-voSYwGYJ5U .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-voSYwGYJ5U .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-voSYwGYJ5U .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-voSYwGYJ5U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voSYwGYJ5U .navbar.collapsed {
  justify-content: center;
}
.cid-voSYwGYJ5U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voSYwGYJ5U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-voSYwGYJ5U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-voSYwGYJ5U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voSYwGYJ5U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voSYwGYJ5U .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-voSYwGYJ5U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voSYwGYJ5U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voSYwGYJ5U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voSYwGYJ5U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voSYwGYJ5U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voSYwGYJ5U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voSYwGYJ5U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voSYwGYJ5U .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-voSYwGYJ5U .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-voSYwGYJ5U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voSYwGYJ5U .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-voSYwGYJ5U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-voSYwGYJ5U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voSYwGYJ5U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-voSYwGYJ5U .navbar.navbar-short {
  min-height: 80px;
}
.cid-voSYwGYJ5U .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-voSYwGYJ5U .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-voSYwGYJ5U .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-voSYwGYJ5U .navbar-brand .navbar-caption:hover,
.cid-voSYwGYJ5U .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-voSYwGYJ5U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voSYwGYJ5U .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-voSYwGYJ5U .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-voSYwGYJ5U .dropdown-item.active,
.cid-voSYwGYJ5U .dropdown-item:active {
  background-color: transparent;
}
.cid-voSYwGYJ5U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voSYwGYJ5U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voSYwGYJ5U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voSYwGYJ5U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-voSYwGYJ5U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-voSYwGYJ5U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-voSYwGYJ5U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voSYwGYJ5U ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-voSYwGYJ5U ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-voSYwGYJ5U .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-voSYwGYJ5U .navbar-buttons {
    text-align: left;
  }
}
.cid-voSYwGYJ5U .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-voSYwGYJ5U .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-voSYwGYJ5U 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-voSYwGYJ5U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-voSYwGYJ5U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-voSYwGYJ5U button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voSYwGYJ5U button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voSYwGYJ5U button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-voSYwGYJ5U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voSYwGYJ5U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voSYwGYJ5U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voSYwGYJ5U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voSYwGYJ5U .navbar-dropdown {
  padding: 0 1rem;
}
.cid-voSYwGYJ5U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voSYwGYJ5U .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-voSYwGYJ5U .navbar {
    height: 70px;
  }
  .cid-voSYwGYJ5U .navbar.opened {
    height: auto;
  }
  .cid-voSYwGYJ5U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voSYwGYJ5U .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-voSYwGYJ5U .nav-item {
  padding: 0;
  margin: 0;
}
.cid-voSYwGYJ5U .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-voSYwGYJ5U .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-voSYwGYJ5U .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-voSYwGYJ5U .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-voSYwGYJ5U .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-voSYwGYJ5U .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-voSYwGYJ5U .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-voSYwGYJ5U .navbar {
    justify-content: flex-start !important;
  }
  .cid-voSYwGYJ5U .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-voSYwGYJ5U .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-voSYwGYJ5U .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-voSYwGYJ5U .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-voSYwGYJ5U .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-voSYwGYJ5U .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-voSYwGYJ5U .content-wrap {
  min-height: 80px;
}
.cid-voSYwItx6R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSYwItx6R .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSYwItx6R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSYwItx6R .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-voSYwItx6R .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-voSYwItx6R .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voSYwItx6R .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-voSYwItx6R .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-voSYwItx6R .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-voSYwItx6R .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-voSYwItx6R .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-voSYwItx6R .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-voSYwItx6R .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-voSYwItx6R .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-voSYwItx6R .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-voSYwItx6R .mbr-section-title {
  color: #ffffff;
}
.cid-voSYwItx6R .mbr-text {
  color: #ffffff;
}
.cid-voSYwJRCwO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSYwJRCwO .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSYwJRCwO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSYwJRCwO .title-wrapper {
  margin-bottom: 40px;
}
.cid-voSYwJRCwO .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voSYwJRCwO .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voSYwJRCwO .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voSYwJRCwO .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voSYwJRCwO .items-wrapper {
  margin: 0 -8px;
}
.cid-voSYwJRCwO .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-voSYwJRCwO .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-voSYwJRCwO .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voSYwJRCwO .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-voSYwJRCwO .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-voSYwJRCwO .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
.cid-voSYwJRCwO .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-voSYwJRCwO .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-voSYwJRCwO .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-voSYwJRCwO .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-voSYwJRCwO .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-voSYwJRCwO .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12px;
}
.cid-voSYwJRCwO .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-voSYwJRCwO .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-voSYwJRCwO .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voSYwJRCwO .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-voSYwJRCwO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-voSYwJRCwO .mbr-text,
.cid-voSYwJRCwO .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-voSYwJRCwO .item-title {
  color: #000000;
}
.cid-voSYwJRCwO .item-text {
  color: #6c7179;
}
.cid-voSYwL3nTE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-voSYwL3nTE .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSYwL3nTE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSYwL3nTE .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-voSYwL3nTE .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-voSYwL3nTE .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voSYwL3nTE .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voSYwL3nTE .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voSYwL3nTE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-voSYwL3nTE .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-voSYwL3nTE .embla__slide .slide-content {
  width: 100%;
}
.cid-voSYwL3nTE .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-voSYwL3nTE .embla__slide .slide-content .item-wrapper {
    min-height: 450px;
  }
}
.cid-voSYwL3nTE .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voSYwL3nTE .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-voSYwL3nTE .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-voSYwL3nTE .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-voSYwL3nTE .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-voSYwL3nTE .embla__slide .slide-content .item-wrapper .item-content .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.cid-voSYwL3nTE .embla__slide .slide-content .item-wrapper .item-content .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-voSYwL3nTE .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-voSYwL3nTE .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voSYwL3nTE .embla__button--next,
.cid-voSYwL3nTE .embla__button--prev {
  display: flex;
}
.cid-voSYwL3nTE .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-voSYwL3nTE .embla__button:hover,
.cid-voSYwL3nTE .embla__button:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-voSYwL3nTE .embla__button:disabled {
  opacity: .5 !important;
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-voSYwL3nTE .embla__button.embla__button--prev {
  left: 0;
}
.cid-voSYwL3nTE .embla__button.embla__button--next {
  right: 0;
}
.cid-voSYwL3nTE .embla {
  position: relative;
  width: 100%;
  height: 100%;
}
.cid-voSYwL3nTE .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-voSYwL3nTE .embla__viewport {
    padding: 0;
  }
}
.cid-voSYwL3nTE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-voSYwL3nTE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-voSYwL3nTE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-voSYwL3nTE .item-menu-overlay {
  opacity: 0 !important;
}
.cid-voSYwL3nTE .mbr-label {
  color: #be0000;
}
.cid-voSYwL3nTE .mbr-section-title {
  color: #000000;
}
.cid-voSYwL3nTE .mbr-text {
  color: #6c757d;
}
.cid-voSYwL3nTE .item-title {
  color: #ffffff;
}
.cid-voSYwL3nTE .item-text {
  color: #ffffff;
}
.cid-voSYwN5IOo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-voSYwN5IOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSYwN5IOo .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-voSYwN5IOo .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voSYwN5IOo .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voSYwN5IOo .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voSYwN5IOo .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voSYwN5IOo .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-voSYwN5IOo .image-wrapper img {
  width: 100%;
  height: 480px;
  object-fit: none;
}
@media (max-width: 992px) {
  .cid-voSYwN5IOo .image-wrapper img {
    height: 300px;
  }
}
.cid-voSYwN5IOo .mbr-label {
  color: #be0000;
}
.cid-voSYwN5IOo .mbr-section-title {
  color: #000000;
}
.cid-voSYwN5IOo .mbr-text {
  color: #6c7179;
}
.cid-voSYwOcAqV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSYwOcAqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSYwOcAqV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSYwOcAqV .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-voSYwOcAqV .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-voSYwOcAqV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-voSYwOcAqV .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-voSYwOcAqV .items-wrapper .item {
  margin-bottom: 16px;
}
.cid-voSYwOcAqV .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voSYwOcAqV .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-voSYwOcAqV .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voSYwOcAqV .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
}
.cid-voSYwOcAqV .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-voSYwOcAqV .items-wrapper .item .item-wrapper .title-wrap {
    flex-direction: column-reverse;
    padding: 20px;
  }
}
.cid-voSYwOcAqV .items-wrapper .item .item-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-voSYwOcAqV .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper {
  margin-left: 12px;
}
@media (max-width: 992px) {
  .cid-voSYwOcAqV .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper {
    margin-left: 0;
    margin-bottom: 12px;
  }
}
.cid-voSYwOcAqV .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-voSYwOcAqV .items-wrapper .item .item-wrapper .item-content {
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-voSYwOcAqV .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-voSYwOcAqV .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-voSYwOcAqV .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-voSYwOcAqV .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voSYwOcAqV .btn-wrapper {
  margin-top: -8%;
}
.cid-voSYwOcAqV .mbr-section-title {
  color: #000000;
}
.cid-voSYwOcAqV .mbr-section-subtitle {
  color: #be0000;
}
.cid-voSYwOcAqV .item-title {
  color: #000000;
}
.cid-voSYwOcAqV .item-text {
  color: #000000;
}
.cid-voSYwPCzfC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-2026-07-03-19-49-5-1280x1261.jpg");
}
.cid-voSYwPCzfC .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSYwPCzfC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSYwPCzfC .image-wrapper {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-voSYwPCzfC .image-wrapper {
    height: 300px;
  }
}
.cid-voSYwQCmQt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSYwQCmQt .item:focus,
.cid-voSYwQCmQt span:focus {
  outline: none;
}
.cid-voSYwQCmQt .item {
  cursor: pointer;
}
.cid-voSYwQCmQt .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 992px) {
  .cid-voSYwQCmQt .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-voSYwQCmQt .grid-container-1,
.cid-voSYwQCmQt .grid-container-2,
.cid-voSYwQCmQt .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 992px) {
  .cid-voSYwQCmQt .grid-container-1,
  .cid-voSYwQCmQt .grid-container-2,
  .cid-voSYwQCmQt .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-voSYwQCmQt .mbr-section-title {
  margin-bottom: 40px;
  color: #000000;
  text-align: center;
}
.cid-voSYwQCmQt .content-head {
  max-width: 800px;
}
.cid-voSYwQCmQt .container,
.cid-voSYwQCmQt .container-fluid {
  overflow: hidden;
}
.cid-voSYwQCmQt .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-voSYwQCmQt .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background-color: #ffffff;
}
.cid-voSYwQCmQt .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-voSYwQCmQt .grid-item img {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-voSYwQCmQt .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-voSYwQCmQt .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-voSYwQCmQt .grid-item img {
    height: 140px;
  }
}
.cid-voSYwQCmQt .grid-container-1,
.cid-voSYwQCmQt .grid-container-2,
.cid-voSYwQCmQt .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-voSYwQCmQt .grid-container-1 {
  align-items: flex-end;
}
.cid-voSYwQCmQt .grid-container-2 {
  align-items: flex-start;
}
.cid-voSYwRQLcY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSYwRQLcY .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSYwRQLcY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSYwRQLcY .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-voSYwRQLcY .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-voSYwRQLcY .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voSYwRQLcY .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voSYwRQLcY .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voSYwRQLcY .card-wrapper {
  padding: 80px 60px 0;
  position: relative;
  box-shadow: 0 10px 25px -20px #6c7179;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-voSYwRQLcY .card-wrapper {
    padding: 80px 8px 0;
  }
}
.cid-voSYwRQLcY .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voSYwRQLcY .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-voSYwRQLcY .card-wrapper .form-wrap {
    padding: 20px 20px 40px;
  }
}
.cid-voSYwRQLcY .card-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-voSYwRQLcY .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-voSYwRQLcY .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-voSYwRQLcY .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-voSYwRQLcY .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #6c7179;
  opacity: .7;
}
.cid-voSYwRQLcY .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-voSYwRQLcY .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #6c7179 !important;
}
.cid-voSYwRQLcY .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 145px;
}
.cid-voSYwRQLcY .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-voSYwRQLcY .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6c7179;
  border-color: #6c7179;
}
.cid-voSYwRQLcY .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-voSYwRQLcY .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-voSYwRQLcY .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
.cid-voSYwRQLcY .mbr-section-title {
  color: #000000;
}
.cid-voSYwRQLcY .mbr-text,
.cid-voSYwRQLcY .text-wrapper {
  color: #6c7179;
}
.cid-voSYwRQLcY label {
  color: #6c7179;
}
.cid-voSYwTk1CO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voSYwTk1CO .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSYwTk1CO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSYwTk1CO .card-wrapper {
  border: 8px solid #ffffff;
  background-color: #ffffff;
  padding: 60px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
@media (max-width: 992px) {
  .cid-voSYwTk1CO .card-wrapper {
    padding: 20px;
  }
}
.cid-voSYwTk1CO .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-voSYwTk1CO .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-voSYwTk1CO .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px 16px;
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .cid-voSYwTk1CO .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-voSYwTk1CO .card-wrapper .nav-wrapper {
    gap: 28px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-voSYwTk1CO .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-voSYwTk1CO .card-wrapper .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-voSYwTk1CO .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-voSYwTk1CO .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-voSYwTk1CO .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-voSYwTk1CO .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #000000;
}
.cid-voSYwTk1CO .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-voSYwTk1CO .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-voSYwTk1CO .mbr-section-title {
  color: #000000;
}
.cid-voSYwTk1CO .mbr-list-title {
  color: #000000;
}
.cid-voSYwTk1CO .list {
  color: #6c7179;
}
.cid-voSYwTk1CO .mbr-copy {
  color: #6c7179;
  text-align: center;
}
.cid-voRstmLFlf .navbar-dropdown {
  position: relative !important;
}
.cid-voRstmLFlf .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-voRstmLFlf .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-voRstmLFlf .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-voRstmLFlf .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-voRstmLFlf .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-voRstmLFlf .dropdown-item:hover,
.cid-voRstmLFlf .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-voRstmLFlf .dropdown-item:hover span {
  color: white;
}
.cid-voRstmLFlf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voRstmLFlf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voRstmLFlf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voRstmLFlf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-voRstmLFlf .nav-link {
  position: relative;
}
.cid-voRstmLFlf .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-voRstmLFlf .container {
    flex-wrap: nowrap;
  }
}
.cid-voRstmLFlf .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-voRstmLFlf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-voRstmLFlf .dropdown-menu,
.cid-voRstmLFlf .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-voRstmLFlf .nav-item:focus,
.cid-voRstmLFlf .nav-link:focus {
  outline: none;
}
.cid-voRstmLFlf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voRstmLFlf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-voRstmLFlf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voRstmLFlf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voRstmLFlf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voRstmLFlf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-voRstmLFlf .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-voRstmLFlf .navbar.opened {
  transition: all 0.3s;
}
.cid-voRstmLFlf .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-voRstmLFlf .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-voRstmLFlf .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-voRstmLFlf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voRstmLFlf .navbar.collapsed {
  justify-content: center;
}
.cid-voRstmLFlf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voRstmLFlf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-voRstmLFlf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-voRstmLFlf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voRstmLFlf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voRstmLFlf .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-voRstmLFlf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voRstmLFlf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voRstmLFlf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voRstmLFlf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voRstmLFlf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voRstmLFlf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voRstmLFlf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voRstmLFlf .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-voRstmLFlf .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-voRstmLFlf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voRstmLFlf .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-voRstmLFlf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-voRstmLFlf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voRstmLFlf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-voRstmLFlf .navbar.navbar-short {
  min-height: 80px;
}
.cid-voRstmLFlf .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-voRstmLFlf .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-voRstmLFlf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-voRstmLFlf .navbar-brand .navbar-caption:hover,
.cid-voRstmLFlf .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-voRstmLFlf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voRstmLFlf .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-voRstmLFlf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-voRstmLFlf .dropdown-item.active,
.cid-voRstmLFlf .dropdown-item:active {
  background-color: transparent;
}
.cid-voRstmLFlf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voRstmLFlf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voRstmLFlf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voRstmLFlf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-voRstmLFlf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-voRstmLFlf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-voRstmLFlf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voRstmLFlf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-voRstmLFlf ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-voRstmLFlf .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-voRstmLFlf .navbar-buttons {
    text-align: left;
  }
}
.cid-voRstmLFlf .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-voRstmLFlf .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-voRstmLFlf 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-voRstmLFlf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-voRstmLFlf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-voRstmLFlf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voRstmLFlf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voRstmLFlf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-voRstmLFlf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voRstmLFlf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voRstmLFlf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voRstmLFlf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voRstmLFlf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-voRstmLFlf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voRstmLFlf .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-voRstmLFlf .navbar {
    height: 70px;
  }
  .cid-voRstmLFlf .navbar.opened {
    height: auto;
  }
  .cid-voRstmLFlf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voRstmLFlf .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-voRstmLFlf .nav-item {
  padding: 0;
  margin: 0;
}
.cid-voRstmLFlf .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-voRstmLFlf .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-voRstmLFlf .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-voRstmLFlf .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-voRstmLFlf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-voRstmLFlf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-voRstmLFlf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-voRstmLFlf .navbar {
    justify-content: flex-start !important;
  }
  .cid-voRstmLFlf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-voRstmLFlf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-voRstmLFlf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-voRstmLFlf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-voRstmLFlf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-voRstmLFlf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-voRstmLFlf .content-wrap {
  min-height: 80px;
}
.cid-voRstoQziD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voRstoQziD .mbr-fallback-image.disabled {
  display: none;
}
.cid-voRstoQziD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voRstoQziD .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-voRstoQziD .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-voRstoQziD .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voRstoQziD .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-voRstoQziD .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-voRstoQziD .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-voRstoQziD .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-voRstoQziD .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-voRstoQziD .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-voRstoQziD .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-voRstoQziD .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-voRstoQziD .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-voRstoQziD .mbr-section-title {
  color: #ffffff;
}
.cid-voRstoQziD .mbr-text {
  color: #ffffff;
}
.cid-voRstqtoIm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voRstqtoIm .mbr-fallback-image.disabled {
  display: none;
}
.cid-voRstqtoIm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voRstqtoIm .title-wrapper {
  margin-bottom: 40px;
}
.cid-voRstqtoIm .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voRstqtoIm .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voRstqtoIm .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voRstqtoIm .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voRstqtoIm .items-wrapper {
  margin: 0 -8px;
}
.cid-voRstqtoIm .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-voRstqtoIm .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-voRstqtoIm .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voRstqtoIm .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-voRstqtoIm .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-voRstqtoIm .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
.cid-voRstqtoIm .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-voRstqtoIm .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-voRstqtoIm .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-voRstqtoIm .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-voRstqtoIm .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-voRstqtoIm .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12px;
}
.cid-voRstqtoIm .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-voRstqtoIm .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-voRstqtoIm .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voRstqtoIm .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-voRstqtoIm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-voRstqtoIm .mbr-text,
.cid-voRstqtoIm .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-voRstqtoIm .item-title {
  color: #000000;
}
.cid-voRstqtoIm .item-text {
  color: #6c7179;
}
.cid-voRuuMiKVQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-voRuuMiKVQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-voRuuMiKVQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voRuuMiKVQ .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-voRuuMiKVQ .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-voRuuMiKVQ .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voRuuMiKVQ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voRuuMiKVQ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voRuuMiKVQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-voRuuMiKVQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-voRuuMiKVQ .embla__slide .slide-content {
  width: 100%;
}
.cid-voRuuMiKVQ .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-voRuuMiKVQ .embla__slide .slide-content .item-wrapper {
    min-height: 450px;
  }
}
.cid-voRuuMiKVQ .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voRuuMiKVQ .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-voRuuMiKVQ .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-voRuuMiKVQ .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-voRuuMiKVQ .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-voRuuMiKVQ .embla__slide .slide-content .item-wrapper .item-content .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.cid-voRuuMiKVQ .embla__slide .slide-content .item-wrapper .item-content .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-voRuuMiKVQ .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-voRuuMiKVQ .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voRuuMiKVQ .embla__button--next,
.cid-voRuuMiKVQ .embla__button--prev {
  display: flex;
}
.cid-voRuuMiKVQ .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-voRuuMiKVQ .embla__button:hover,
.cid-voRuuMiKVQ .embla__button:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-voRuuMiKVQ .embla__button:disabled {
  opacity: .5 !important;
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-voRuuMiKVQ .embla__button.embla__button--prev {
  left: 0;
}
.cid-voRuuMiKVQ .embla__button.embla__button--next {
  right: 0;
}
.cid-voRuuMiKVQ .embla {
  position: relative;
  width: 100%;
  height: 100%;
}
.cid-voRuuMiKVQ .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-voRuuMiKVQ .embla__viewport {
    padding: 0;
  }
}
.cid-voRuuMiKVQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-voRuuMiKVQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-voRuuMiKVQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-voRuuMiKVQ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-voRuuMiKVQ .mbr-label {
  color: #be0000;
}
.cid-voRuuMiKVQ .mbr-section-title {
  color: #000000;
}
.cid-voRuuMiKVQ .mbr-text {
  color: #6c757d;
}
.cid-voRuuMiKVQ .item-title {
  color: #ffffff;
}
.cid-voRuuMiKVQ .item-text {
  color: #ffffff;
}
.cid-voRstrVQfD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-voRstrVQfD .mbr-fallback-image.disabled {
  display: none;
}
.cid-voRstrVQfD .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-voRstrVQfD .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voRstrVQfD .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voRstrVQfD .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voRstrVQfD .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voRstrVQfD .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-voRstrVQfD .image-wrapper img {
  width: 100%;
  height: 480px;
  object-fit: none;
}
@media (max-width: 992px) {
  .cid-voRstrVQfD .image-wrapper img {
    height: 300px;
  }
}
.cid-voRstrVQfD .mbr-label {
  color: #be0000;
}
.cid-voRstrVQfD .mbr-section-title {
  color: #000000;
}
.cid-voRstrVQfD .mbr-text {
  color: #6c7179;
}
.cid-voRstulFqv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voRstulFqv .mbr-fallback-image.disabled {
  display: none;
}
.cid-voRstulFqv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voRstulFqv .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-voRstulFqv .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-voRstulFqv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-voRstulFqv .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-voRstulFqv .items-wrapper .item {
  margin-bottom: 16px;
}
.cid-voRstulFqv .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voRstulFqv .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-voRstulFqv .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voRstulFqv .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
}
.cid-voRstulFqv .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-voRstulFqv .items-wrapper .item .item-wrapper .title-wrap {
    flex-direction: column-reverse;
    padding: 20px;
  }
}
.cid-voRstulFqv .items-wrapper .item .item-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-voRstulFqv .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper {
  margin-left: 12px;
}
@media (max-width: 992px) {
  .cid-voRstulFqv .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper {
    margin-left: 0;
    margin-bottom: 12px;
  }
}
.cid-voRstulFqv .items-wrapper .item .item-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-voRstulFqv .items-wrapper .item .item-wrapper .item-content {
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-voRstulFqv .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-voRstulFqv .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-voRstulFqv .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-voRstulFqv .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voRstulFqv .btn-wrapper {
  margin-top: -8%;
}
.cid-voRstulFqv .mbr-section-title {
  color: #000000;
}
.cid-voRstulFqv .mbr-section-subtitle {
  color: #be0000;
}
.cid-voRstulFqv .item-title {
  color: #000000;
}
.cid-voRstulFqv .item-text {
  color: #000000;
}
.cid-voRstyXNDN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dsc-2250-2000x1333.jpg");
}
.cid-voRstyXNDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-voRstyXNDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voRstyXNDN .image-wrapper {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-voRstyXNDN .image-wrapper {
    height: 300px;
  }
}
.cid-voRstCcRxx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voRstCcRxx .item:focus,
.cid-voRstCcRxx span:focus {
  outline: none;
}
.cid-voRstCcRxx .item {
  cursor: pointer;
}
.cid-voRstCcRxx .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 992px) {
  .cid-voRstCcRxx .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-voRstCcRxx .grid-container-1,
.cid-voRstCcRxx .grid-container-2,
.cid-voRstCcRxx .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 992px) {
  .cid-voRstCcRxx .grid-container-1,
  .cid-voRstCcRxx .grid-container-2,
  .cid-voRstCcRxx .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-voRstCcRxx .mbr-section-title {
  margin-bottom: 40px;
  color: #000000;
  text-align: center;
}
.cid-voRstCcRxx .content-head {
  max-width: 800px;
}
.cid-voRstCcRxx .container,
.cid-voRstCcRxx .container-fluid {
  overflow: hidden;
}
.cid-voRstCcRxx .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-voRstCcRxx .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background-color: #ffffff;
}
.cid-voRstCcRxx .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-voRstCcRxx .grid-item img {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-voRstCcRxx .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-voRstCcRxx .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-voRstCcRxx .grid-item img {
    height: 140px;
  }
}
.cid-voRstCcRxx .grid-container-1,
.cid-voRstCcRxx .grid-container-2,
.cid-voRstCcRxx .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-voRstCcRxx .grid-container-1 {
  align-items: flex-end;
}
.cid-voRstCcRxx .grid-container-2 {
  align-items: flex-start;
}
.cid-voRstDwECn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voRstDwECn .mbr-fallback-image.disabled {
  display: none;
}
.cid-voRstDwECn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voRstDwECn .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-voRstDwECn .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-voRstDwECn .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-voRstDwECn .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voRstDwECn .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voRstDwECn .card-wrapper {
  padding: 80px 60px 0;
  position: relative;
  box-shadow: 0 10px 25px -20px #6c7179;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-voRstDwECn .card-wrapper {
    padding: 80px 8px 0;
  }
}
.cid-voRstDwECn .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voRstDwECn .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-voRstDwECn .card-wrapper .form-wrap {
    padding: 20px 20px 40px;
  }
}
.cid-voRstDwECn .card-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-voRstDwECn .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-voRstDwECn .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-voRstDwECn .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-voRstDwECn .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #6c7179;
  opacity: .7;
}
.cid-voRstDwECn .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-voRstDwECn .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #6c7179 !important;
}
.cid-voRstDwECn .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 145px;
}
.cid-voRstDwECn .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-voRstDwECn .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6c7179;
  border-color: #6c7179;
}
.cid-voRstDwECn .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-voRstDwECn .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-voRstDwECn .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
.cid-voRstDwECn .mbr-section-title {
  color: #000000;
}
.cid-voRstDwECn .mbr-text,
.cid-voRstDwECn .text-wrapper {
  color: #6c7179;
}
.cid-voRstDwECn label {
  color: #6c7179;
}
.cid-voRstFhbeJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-voRstFhbeJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-voRstFhbeJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voRstFhbeJ .card-wrapper {
  border: 8px solid #ffffff;
  background-color: #ffffff;
  padding: 60px;
  box-shadow: 0 10px 25px -20px #6c7179;
}
@media (max-width: 992px) {
  .cid-voRstFhbeJ .card-wrapper {
    padding: 20px;
  }
}
.cid-voRstFhbeJ .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-voRstFhbeJ .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-voRstFhbeJ .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px 16px;
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .cid-voRstFhbeJ .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-voRstFhbeJ .card-wrapper .nav-wrapper {
    gap: 28px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-voRstFhbeJ .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-voRstFhbeJ .card-wrapper .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-voRstFhbeJ .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-voRstFhbeJ .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-voRstFhbeJ .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-voRstFhbeJ .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #000000;
}
.cid-voRstFhbeJ .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-voRstFhbeJ .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-voRstFhbeJ .mbr-section-title {
  color: #000000;
}
.cid-voRstFhbeJ .mbr-list-title {
  color: #000000;
}
.cid-voRstFhbeJ .list {
  color: #6c7179;
}
.cid-voRstFhbeJ .mbr-copy {
  color: #6c7179;
  text-align: center;
}
