.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 6.4rem;
  line-height: .93;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 4rem;
  line-height: .9;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.25rem;
  line-height: 1.05;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.25rem;
  line-height: 1.12;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 5.12rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.48rem;
    font-size: calc( 2.89rem + (6.4 - 2.89) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( .95 * (2.89rem + (6.4 - 2.89) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( .95 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.05 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.12 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.48rem;
    font-size: calc( 2.89rem + (6.4 - 2.89) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( .95 * (2.89rem + (6.4 - 2.89) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( .95 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.05 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.12 * (1.0875rem + (1.25 - 1.0875) * ((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: #ffffff !important;
}
.bg-success {
  background-color: #e8eaf1 !important;
}
.bg-info {
  background-color: #d9dced !important;
}
.bg-warning {
  background-color: #fe0044 !important;
}
.bg-danger {
  background-color: #c50035 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  box-shadow: none;
  background-color: transparent !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fdc0cb !important;
  border-color: #fdc0cb !important;
  color: #87041c !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fff1f4 !important;
  border-color: #fff1f4 !important;
  box-shadow: none;
  background-color: transparent !important;
  color: #fdc0cb !important;
  border-color: #fdc0cb !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #87041c !important;
  background-color: #fff1f4 !important;
  border-color: #fff1f4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #d9dced !important;
  border-color: #d9dced !important;
  color: #303864 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #fcfcfd !important;
  border-color: #fcfcfd !important;
  box-shadow: none;
  background-color: transparent !important;
  color: #d9dced !important;
  border-color: #d9dced !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #303864 !important;
  background-color: #fcfcfd !important;
  border-color: #fcfcfd !important;
}
.btn-success,
.btn-success:active {
  background-color: #e8eaf1 !important;
  border-color: #e8eaf1 !important;
  color: #3f4868 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
  background-color: transparent !important;
  color: #e8eaf1 !important;
  border-color: #e8eaf1 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f4868 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fe0044 !important;
  border-color: #fe0044 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ff3269 !important;
  border-color: #ff3269 !important;
  box-shadow: none;
  background-color: transparent !important;
  color: #fe0044 !important;
  border-color: #fe0044 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff3269 !important;
  border-color: #ff3269 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c50035 !important;
  border-color: #c50035 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f80043 !important;
  border-color: #f80043 !important;
  box-shadow: none;
  background-color: transparent !important;
  color: #c50035 !important;
  border-color: #c50035 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f80043 !important;
  border-color: #f80043 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  color: #5b5b5b !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;
  background-color: transparent !important;
  color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #5b5b5b !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
  background-color: transparent !important;
  color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
  background-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fdc0cb;
  color: #fdc0cb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #fa6c86 !important;
  background-color: transparent !important;
  border-color: #fdc0cb !important;
  background-color: #fdc0cb !important;
  color: #87041c !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #b80626 !important;
  background-color: #fdc0cb !important;
  border-color: #fdc0cb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #d9dced;
  color: #d9dced;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #9ea6d1 !important;
  background-color: transparent !important;
  border-color: #d9dced !important;
  background-color: #d9dced !important;
  color: #303864 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #404b87 !important;
  background-color: #d9dced !important;
  border-color: #d9dced !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #e8eaf1;
  color: #e8eaf1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b2b9d0 !important;
  background-color: transparent !important;
  border-color: #e8eaf1 !important;
  background-color: #e8eaf1 !important;
  color: #3f4868 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #525e88 !important;
  background-color: #e8eaf1 !important;
  border-color: #e8eaf1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fe0044;
  color: #fe0044;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a7002d !important;
  background-color: transparent !important;
  border-color: #fe0044 !important;
  background-color: #fe0044 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fe0044 !important;
  border-color: #fe0044 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c50035;
  color: #c50035;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #6e001e !important;
  background-color: transparent !important;
  border-color: #c50035 !important;
  background-color: #c50035 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c50035 !important;
  border-color: #c50035 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.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: #232323 !important;
  background-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #f4f4f4;
  color: #f4f4f4;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #c9c9c9 !important;
  background-color: transparent !important;
  border-color: #f4f4f4 !important;
  background-color: #f4f4f4 !important;
  color: #5b5b5b !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #757575 !important;
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #fdc0cb !important;
}
.text-success {
  color: #e8eaf1 !important;
}
.text-info {
  color: #d9dced !important;
}
.text-warning {
  color: #fe0044 !important;
}
.text-danger {
  color: #c50035 !important;
}
.text-white {
  color: #f4f4f4 !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #fa5d79 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a9b0ca !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #949ccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #980029 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #5f001a !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c1c1c1 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d9dced;
}
.alert-warning {
  background-color: #fe0044;
}
.alert-danger {
  background-color: #c50035;
}
.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: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffcbd9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff4577;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.25rem;
  line-height: 1.12;
  font-weight: 400;
  border-radius: 12px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.25rem;
  line-height: 1.12;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #ffffff;
}
/* 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: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fdc0cb !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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  font-weight: 400;
  padding: 14px 20px;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 8px;
  font-size: inherit;
}
.mbr-section-btn .btn-primary {
  color: #fdc0cb !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-primary.focus,
.mbr-section-btn .btn-primary.active {
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn .btn-white-outline.focus,
.mbr-section-btn .btn-white-outline.active {
  color: #ffffff !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 12px !important;
}
.little-radius {
  border-radius: 6px !important;
}
.list .item-wrap,
.nav-item .nav-link,
.dropdown-item {
  border-radius: 100px !important;
}
ul.navbar-nav {
  border-radius: 100px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v1RdVHtC3j {
  z-index: 1000;
  width: 100%;
}
.cid-v1RdVHtC3j nav.navbar {
  position: fixed;
}
.cid-v1RdVHtC3j .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-v1RdVHtC3j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v1RdVHtC3j .dropdown-menu {
    text-align: center;
  }
}
.cid-v1RdVHtC3j .dropdown-item {
  border: 1px solid #ffffff;
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-v1RdVHtC3j .dropdown-item:hover,
.cid-v1RdVHtC3j .dropdown-item:focus {
  background: #191919 !important;
}
.cid-v1RdVHtC3j .dropdown-item:hover span {
  color: white;
}
.cid-v1RdVHtC3j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1RdVHtC3j .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1RdVHtC3j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1RdVHtC3j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v1RdVHtC3j .nav-link {
  position: relative;
}
.cid-v1RdVHtC3j .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1RdVHtC3j .container {
    flex-wrap: nowrap;
  }
}
.cid-v1RdVHtC3j .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1RdVHtC3j .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1RdVHtC3j .dropdown-menu,
.cid-v1RdVHtC3j .navbar.opened {
  background: #191919 !important;
}
.cid-v1RdVHtC3j .nav-item:focus,
.cid-v1RdVHtC3j .nav-link:focus {
  outline: none;
}
.cid-v1RdVHtC3j .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v1RdVHtC3j .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v1RdVHtC3j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1RdVHtC3j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1RdVHtC3j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1RdVHtC3j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-v1RdVHtC3j .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v1RdVHtC3j .navbar {
    min-height: 80px;
  }
}
.cid-v1RdVHtC3j .navbar.opened {
  transition: all 0.3s;
}
.cid-v1RdVHtC3j .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v1RdVHtC3j .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1RdVHtC3j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1RdVHtC3j .navbar.collapsed {
  justify-content: center;
}
.cid-v1RdVHtC3j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1RdVHtC3j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1RdVHtC3j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1RdVHtC3j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1RdVHtC3j .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%;
  right: .8rem;
}
.cid-v1RdVHtC3j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1RdVHtC3j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-v1RdVHtC3j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1RdVHtC3j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1RdVHtC3j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1RdVHtC3j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1RdVHtC3j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1RdVHtC3j .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%;
    right: .8rem;
  }
  .cid-v1RdVHtC3j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1RdVHtC3j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1RdVHtC3j .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-v1RdVHtC3j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1RdVHtC3j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1RdVHtC3j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1RdVHtC3j .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1RdVHtC3j .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1RdVHtC3j .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-v1RdVHtC3j .navbar-brand {
    min-height: 80px;
  }
}
.cid-v1RdVHtC3j .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v1RdVHtC3j .navbar-brand .navbar-caption:hover,
.cid-v1RdVHtC3j .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v1RdVHtC3j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1RdVHtC3j .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1RdVHtC3j .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #eb003f !important;
}
.cid-v1RdVHtC3j .dropdown-item.active,
.cid-v1RdVHtC3j .dropdown-item:active {
  background-color: transparent;
}
.cid-v1RdVHtC3j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1RdVHtC3j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1RdVHtC3j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1RdVHtC3j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v1RdVHtC3j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v1RdVHtC3j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1RdVHtC3j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1RdVHtC3j ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1RdVHtC3j ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #ffffff;
  }
}
.cid-v1RdVHtC3j .navbar-buttons {
  text-align: center;
}
.cid-v1RdVHtC3j .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v1RdVHtC3j .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1RdVHtC3j 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1RdVHtC3j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1RdVHtC3j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1RdVHtC3j button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1RdVHtC3j button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1RdVHtC3j button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1RdVHtC3j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1RdVHtC3j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1RdVHtC3j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1RdVHtC3j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1RdVHtC3j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1RdVHtC3j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1RdVHtC3j .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-v1RdVHtC3j .navbar {
    height: 70px;
  }
  .cid-v1RdVHtC3j .navbar.opened {
    height: auto;
  }
  .cid-v1RdVHtC3j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1RdVHtC3j .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1RdVHtC3j .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1RdVHtC3j .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v1RdVHtC3j .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1RdVHtC3j .nav-item .nav-link:hover,
.cid-v1RdVHtC3j .nav-item .nav-link:focus {
  background-color: #ffffff;
  color: #eb003f !important;
}
.cid-v1RdVHtC3j .nav-item .nav-link:hover::after,
.cid-v1RdVHtC3j .nav-item .nav-link:focus::after {
  color: #eb003f !important;
}
.cid-v1RdVHtC3j .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1RdVHtC3j .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1RdVHtC3j .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v1RdVHtC3j .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v1RdVHtC3j .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v1RdVHtC3j .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-v1RdVHtC3j .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1RdVHtC3j .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1RdVHtC3j .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1RdVHtC3j .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1RdVHtC3j .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v1RdVHtC3j .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v1RdVHtC3j .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v1RdVHtC3j .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v1RdVHtC3j .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v1RdVHtC3j .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v1RdVHtC3j .content-wrap {
    min-height: 80px;
  }
}
.cid-vhkyXGI4k0 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  background-image: url("../../../assets/images/signal-2026-04-13-181537-2000x2876.webp");
}
.cid-vhkyXGI4k0 .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-vhkyXGI4k0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhkyXGI4k0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhkyXGI4k0 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vhkyXGI4k0 .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vhkyXGI4k0 .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhkyXGI4k0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhkyXGI4k0 .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vhkyXGI4k0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhkyXGI4k0 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vhkyXGI4k0 .mbr-section-title {
  color: #ffffff;
}
.cid-vhkyXGI4k0 .mbr-text,
.cid-vhkyXGI4k0 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vhkyXGI4k0 .mbr-section-title,
.cid-vhkyXGI4k0 .mbr-section-btn {
  text-align: center;
  color: #eb003f;
}
.cid-vhkBzkKNn9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-vhkBzkKNn9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhkBzkKNn9 .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-vhkBzkKNn9 .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vhkBzkKNn9 .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhkBzkKNn9 .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vhkBzkKNn9 .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhkBzkKNn9 .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vhkBzkKNn9 .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vhkBzkKNn9 .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vhkBzkKNn9 .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vhkBzkKNn9 .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vhkBzkKNn9 .mbr-section-title {
  color: #000000;
}
.cid-vhkBzkKNn9 .mbr-text,
.cid-vhkBzkKNn9 .text-wrapper {
  color: #4f4f4f;
}
.cid-vhkBzkKNn9 .list {
  color: #000000;
}
.cid-vhkBzkKNn9 .mbr-section-title,
.cid-vhkBzkKNn9 .mbr-section-btn {
  color: #eb003f;
}
.cid-vhkBzkKNn9 .mbr-text {
  color: #191919;
}
.cid-v1Reg4F57w {
  border-top: 4px solid #f4f4f4;
  border-bottom: 4px solid #f4f4f4;
  background-image: url("../../../assets/images/img-6007-1200x1600.webp");
}
.cid-v1Reg4F57w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Reg4F57w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Reg4F57w .image-wrapper {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-v1Reg4F57w .image-wrapper {
    height: 300px;
  }
}
.cid-viaT0PWk4Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-viaT0PWk4Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-viaT0PWk4Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viaT0PWk4Y .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-viaT0PWk4Y .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-viaT0PWk4Y .content-wrapper {
    width: 100%;
  }
}
.cid-viaT0PWk4Y .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-viaT0PWk4Y .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-viaT0PWk4Y .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-viaT0PWk4Y .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-viaT0PWk4Y .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-viaT0PWk4Y .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-viaT0PWk4Y .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-viaT0PWk4Y .mbr-section-title {
  color: #181824;
}
.cid-viaT0PWk4Y .mbr-section-title,
.cid-viaT0PWk4Y .mbr-section-btn,
.cid-viaT0PWk4Y .icon-wrapper {
  text-align: center;
  color: #eb003f;
}
.cid-vhkGBD29D0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe0e5;
}
.cid-vhkGBD29D0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhkGBD29D0 .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-vhkGBD29D0 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vhkGBD29D0 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vhkGBD29D0 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhkGBD29D0 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhkGBD29D0 .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhkGBD29D0 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhkGBD29D0 .image-wrapper img {
    height: 300px;
  }
}
.cid-vhkGBD29D0 .mbr-label {
  color: #191919;
}
.cid-vhkGBD29D0 .mbr-section-title {
  color: #000000;
}
.cid-vhkGBD29D0 .mbr-text {
  color: #191919;
}
.cid-vhkGBD29D0 .mbr-section-title,
.cid-vhkGBD29D0 .mbr-section-btn {
  color: #eb003f;
}
.cid-vhkFfhWiRD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-vhkFfhWiRD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhkFfhWiRD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhkFfhWiRD .items-wrapper {
  margin: 0 0px;
}
.cid-vhkFfhWiRD .items-wrapper .card {
  padding: 0 24px;
}
.cid-vhkFfhWiRD .content-wrapper {
  position: sticky;
  top: 72px;
}
@media (max-width: 992px) {
  .cid-vhkFfhWiRD .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhkFfhWiRD .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vhkFfhWiRD .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vhkFfhWiRD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhkFfhWiRD .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vhkFfhWiRD .panel-group {
  position: relative;
}
.cid-vhkFfhWiRD .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #eb003f;
  transition: all 0.3s ease-in-out;
  margin-top: 12px;
}
.cid-vhkFfhWiRD .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vhkFfhWiRD .panel-group .card {
    padding: 24px 12px;
  }
}
.cid-vhkFfhWiRD .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  display: block;
}
.cid-vhkFfhWiRD .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cid-vhkFfhWiRD .panel-group .card .card-header .panel-title .title-wrap .panel-label {
  margin-bottom: 6px;
}
.cid-vhkFfhWiRD .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-vhkFfhWiRD .panel-group .card .card-header .panel-title .icon-wrap {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  margin-left: 12px;
  border-radius: 100%;
  background-color: #eb003f;
}
.cid-vhkFfhWiRD .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vhkFfhWiRD .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-vhkFfhWiRD .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-vhkFfhWiRD .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vhkFfhWiRD .mbr-label {
  color: #14334b;
}
.cid-vhkFfhWiRD .mbr-section-title {
  color: #14334b;
}
.cid-vhkFfhWiRD .mbr-text {
  color: #14334b;
}
.cid-vhkFfhWiRD .panel-label {
  color: #14334b;
}
.cid-vhkFfhWiRD .panel-title-edit {
  color: #191919;
}
.cid-vhkFfhWiRD .panel-text {
  color: #14334b;
}
.cid-vhkFfhWiRD .mbr-section-title,
.cid-vhkFfhWiRD .title-wrap,
.cid-vhkFfhWiRD .mbr-section-btn {
  color: #eb003f;
}
.cid-vhkLrG0fN8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-vhkLrG0fN8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhkLrG0fN8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhkLrG0fN8 .items-wrapper {
  margin: 0 0px;
}
.cid-vhkLrG0fN8 .items-wrapper .card {
  padding: 0 24px;
}
.cid-vhkLrG0fN8 .content-wrapper {
  position: sticky;
  top: 72px;
}
@media (max-width: 992px) {
  .cid-vhkLrG0fN8 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhkLrG0fN8 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vhkLrG0fN8 .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vhkLrG0fN8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhkLrG0fN8 .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vhkLrG0fN8 .panel-group {
  position: relative;
}
.cid-vhkLrG0fN8 .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #eb003f;
  transition: all 0.3s ease-in-out;
  margin-top: 12px;
}
.cid-vhkLrG0fN8 .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vhkLrG0fN8 .panel-group .card {
    padding: 24px 12px;
  }
}
.cid-vhkLrG0fN8 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  display: block;
}
.cid-vhkLrG0fN8 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cid-vhkLrG0fN8 .panel-group .card .card-header .panel-title .title-wrap .panel-label {
  margin-bottom: 6px;
}
.cid-vhkLrG0fN8 .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-vhkLrG0fN8 .panel-group .card .card-header .panel-title .icon-wrap {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  margin-left: 12px;
  border-radius: 100%;
  background-color: #eb003f;
}
.cid-vhkLrG0fN8 .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vhkLrG0fN8 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-vhkLrG0fN8 .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-vhkLrG0fN8 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vhkLrG0fN8 .mbr-label {
  color: #14334b;
}
.cid-vhkLrG0fN8 .mbr-section-title {
  color: #14334b;
}
.cid-vhkLrG0fN8 .mbr-text {
  color: #14334b;
}
.cid-vhkLrG0fN8 .panel-label {
  color: #14334b;
}
.cid-vhkLrG0fN8 .panel-title-edit {
  color: #14334b;
}
.cid-vhkLrG0fN8 .panel-text {
  color: #14334b;
}
.cid-vhkLrG0fN8 .mbr-section-title,
.cid-vhkLrG0fN8 .title-wrap,
.cid-vhkLrG0fN8 .mbr-section-btn {
  color: #eb003f;
}
.cid-vhkO6x81Dy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe0e5;
}
.cid-vhkO6x81Dy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhkO6x81Dy .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-vhkO6x81Dy .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vhkO6x81Dy .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vhkO6x81Dy .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhkO6x81Dy .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhkO6x81Dy .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhkO6x81Dy .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhkO6x81Dy .image-wrapper img {
    height: 300px;
  }
}
.cid-vhkO6x81Dy .mbr-label {
  color: #191919;
}
.cid-vhkO6x81Dy .mbr-section-title {
  color: #000000;
}
.cid-vhkO6x81Dy .mbr-text {
  color: #191919;
}
.cid-vhkO6x81Dy .mbr-section-title,
.cid-vhkO6x81Dy .mbr-section-btn {
  color: #eb003f;
}
.cid-vhkOo8Aasm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-vhkOo8Aasm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhkOo8Aasm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhkOo8Aasm .items-wrapper {
  margin: 0 0px;
}
.cid-vhkOo8Aasm .items-wrapper .card {
  padding: 0 24px;
}
.cid-vhkOo8Aasm .content-wrapper {
  position: sticky;
  top: 72px;
}
@media (max-width: 992px) {
  .cid-vhkOo8Aasm .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhkOo8Aasm .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vhkOo8Aasm .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vhkOo8Aasm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhkOo8Aasm .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vhkOo8Aasm .panel-group {
  position: relative;
}
.cid-vhkOo8Aasm .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #eb003f;
  transition: all 0.3s ease-in-out;
  margin-top: 12px;
}
.cid-vhkOo8Aasm .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vhkOo8Aasm .panel-group .card {
    padding: 24px 12px;
  }
}
.cid-vhkOo8Aasm .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  display: block;
}
.cid-vhkOo8Aasm .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cid-vhkOo8Aasm .panel-group .card .card-header .panel-title .title-wrap .panel-label {
  margin-bottom: 6px;
}
.cid-vhkOo8Aasm .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-vhkOo8Aasm .panel-group .card .card-header .panel-title .icon-wrap {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  margin-left: 12px;
  border-radius: 100%;
  background-color: #eb003f;
}
.cid-vhkOo8Aasm .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vhkOo8Aasm .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-vhkOo8Aasm .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-vhkOo8Aasm .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vhkOo8Aasm .mbr-label {
  color: #14334b;
}
.cid-vhkOo8Aasm .mbr-section-title {
  color: #14334b;
}
.cid-vhkOo8Aasm .mbr-text {
  color: #14334b;
}
.cid-vhkOo8Aasm .panel-label {
  color: #14334b;
}
.cid-vhkOo8Aasm .panel-title-edit {
  color: #000000;
}
.cid-vhkOo8Aasm .panel-text {
  color: #191919;
}
.cid-vhkOo8Aasm .mbr-section-title,
.cid-vhkOo8Aasm .title-wrap,
.cid-vhkOo8Aasm .mbr-section-btn {
  color: #eb003f;
}
.cid-vhkMEfcKfO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vhkMEfcKfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhkMEfcKfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhkMEfcKfO .row {
  margin: 0 -15px;
}
.cid-vhkMEfcKfO .row .card {
  padding: 0 15px;
}
.cid-vhkMEfcKfO .title-wrapper {
  margin-bottom: 40px;
}
.cid-vhkMEfcKfO .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vhkMEfcKfO .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhkMEfcKfO .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhkMEfcKfO .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhkMEfcKfO .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhkMEfcKfO .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhkMEfcKfO .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhkMEfcKfO .nav-wrapper {
    justify-content: flex-start;
  }
}
.cid-vhkMEfcKfO .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vhkMEfcKfO .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-vhkMEfcKfO .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vhkMEfcKfO .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #eb003f;
  border-bottom: 3px dashed #eb003f;
}
.cid-vhkMEfcKfO .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhkMEfcKfO .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1a1a1;
  margin-bottom: 40px;
}
.cid-vhkMEfcKfO .mbr-copy {
  margin-bottom: 0;
  color: #a1a1a1;
  text-align: center;
}
.cid-vhkMEfcKfO .mbr-section-title {
  color: #fefff5;
}
.cid-vhkMEfcKfO .mbr-text {
  color: #fefff5;
}
.cid-vhkMEfcKfO .list {
  color: #a1a1a1;
}
.cid-vhkMEfcKfO .list,
.cid-vhkMEfcKfO .item-wrap {
  color: #ffffff;
}
.cid-viaGthuumN {
  z-index: 1000;
  width: 100%;
}
.cid-viaGthuumN nav.navbar {
  position: fixed;
}
.cid-viaGthuumN .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-viaGthuumN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-viaGthuumN .dropdown-menu {
    text-align: center;
  }
}
.cid-viaGthuumN .dropdown-item {
  border: 1px solid #ffffff;
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-viaGthuumN .dropdown-item:hover,
.cid-viaGthuumN .dropdown-item:focus {
  background: #191919 !important;
}
.cid-viaGthuumN .dropdown-item:hover span {
  color: white;
}
.cid-viaGthuumN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-viaGthuumN .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-viaGthuumN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-viaGthuumN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-viaGthuumN .nav-link {
  position: relative;
}
.cid-viaGthuumN .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-viaGthuumN .container {
    flex-wrap: nowrap;
  }
}
.cid-viaGthuumN .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-viaGthuumN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-viaGthuumN .dropdown-menu,
.cid-viaGthuumN .navbar.opened {
  background: #191919 !important;
}
.cid-viaGthuumN .nav-item:focus,
.cid-viaGthuumN .nav-link:focus {
  outline: none;
}
.cid-viaGthuumN .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-viaGthuumN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-viaGthuumN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viaGthuumN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viaGthuumN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viaGthuumN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-viaGthuumN .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-viaGthuumN .navbar {
    min-height: 80px;
  }
}
.cid-viaGthuumN .navbar.opened {
  transition: all 0.3s;
}
.cid-viaGthuumN .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-viaGthuumN .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-viaGthuumN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-viaGthuumN .navbar.collapsed {
  justify-content: center;
}
.cid-viaGthuumN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viaGthuumN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-viaGthuumN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viaGthuumN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viaGthuumN .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%;
  right: .8rem;
}
.cid-viaGthuumN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viaGthuumN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-viaGthuumN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-viaGthuumN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viaGthuumN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viaGthuumN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viaGthuumN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viaGthuumN .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%;
    right: .8rem;
  }
  .cid-viaGthuumN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viaGthuumN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-viaGthuumN .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-viaGthuumN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-viaGthuumN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viaGthuumN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-viaGthuumN .navbar.navbar-short {
  min-height: 96px;
}
.cid-viaGthuumN .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-viaGthuumN .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-viaGthuumN .navbar-brand {
    min-height: 80px;
  }
}
.cid-viaGthuumN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-viaGthuumN .navbar-brand .navbar-caption:hover,
.cid-viaGthuumN .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-viaGthuumN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viaGthuumN .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-viaGthuumN .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #eb003f !important;
}
.cid-viaGthuumN .dropdown-item.active,
.cid-viaGthuumN .dropdown-item:active {
  background-color: transparent;
}
.cid-viaGthuumN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viaGthuumN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viaGthuumN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viaGthuumN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-viaGthuumN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-viaGthuumN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-viaGthuumN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viaGthuumN ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-viaGthuumN ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #ffffff;
  }
}
.cid-viaGthuumN .navbar-buttons {
  text-align: center;
}
.cid-viaGthuumN .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-viaGthuumN .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-viaGthuumN 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-viaGthuumN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-viaGthuumN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-viaGthuumN button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-viaGthuumN button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-viaGthuumN button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-viaGthuumN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viaGthuumN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viaGthuumN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viaGthuumN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viaGthuumN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-viaGthuumN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viaGthuumN .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-viaGthuumN .navbar {
    height: 70px;
  }
  .cid-viaGthuumN .navbar.opened {
    height: auto;
  }
  .cid-viaGthuumN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viaGthuumN .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-viaGthuumN .nav-item {
  padding: 0;
  margin: 0;
}
.cid-viaGthuumN .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-viaGthuumN .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-viaGthuumN .nav-item .nav-link:hover,
.cid-viaGthuumN .nav-item .nav-link:focus {
  background-color: #ffffff;
  color: #eb003f !important;
}
.cid-viaGthuumN .nav-item .nav-link:hover::after,
.cid-viaGthuumN .nav-item .nav-link:focus::after {
  color: #eb003f !important;
}
.cid-viaGthuumN .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-viaGthuumN .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-viaGthuumN .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-viaGthuumN .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-viaGthuumN .nav-item .dropdown-menu .dropdown-item:hover,
.cid-viaGthuumN .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-viaGthuumN .navbar {
    justify-content: flex-start !important;
  }
  .cid-viaGthuumN .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-viaGthuumN .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-viaGthuumN .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-viaGthuumN .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-viaGthuumN .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-viaGthuumN .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-viaGthuumN .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-viaGthuumN .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-viaGthuumN .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-viaGthuumN .content-wrap {
    min-height: 80px;
  }
}
.cid-viaHmJnnXf {
  padding-top: 7.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-viaHmJnnXf .item:focus,
.cid-viaHmJnnXf span:focus {
  outline: none;
}
.cid-viaHmJnnXf .item {
  cursor: pointer;
}
.cid-viaHmJnnXf .grid-container {
  grid-row-gap: 8px;
}
@media (max-width: 767px) {
  .cid-viaHmJnnXf .grid-container {
    grid-row-gap: 8px;
  }
}
.cid-viaHmJnnXf .grid-container-1,
.cid-viaHmJnnXf .grid-container-2 {
  gap: 0 8px;
}
@media (max-width: 767px) {
  .cid-viaHmJnnXf .grid-container-1,
  .cid-viaHmJnnXf .grid-container-2 {
    gap: 0 8px;
  }
}
.cid-viaHmJnnXf .mbr-section-title {
  margin: 40px 0;
  color: #0027ba;
  text-align: center;
}
.cid-viaHmJnnXf .content-head {
  max-width: 800px;
}
.cid-viaHmJnnXf .container,
.cid-viaHmJnnXf .container-fluid {
  overflow: hidden;
}
.cid-viaHmJnnXf .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-viaHmJnnXf .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-viaHmJnnXf .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-viaHmJnnXf .grid-item img {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-viaHmJnnXf .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-viaHmJnnXf .grid-item img {
    min-width: 35vw;
    height: 200px;
  }
}
@media (max-width: 425px) {
  .cid-viaHmJnnXf .grid-item img {
    min-width: 35vw;
    height: 140px;
  }
}
.cid-viaHmJnnXf .grid-container-1,
.cid-viaHmJnnXf .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-viaHmJnnXf .grid-container-1 {
  align-items: flex-end;
}
.cid-viaHmJnnXf .grid-container-2 {
  align-items: flex-start;
}
.cid-viaGtihUIN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-viaGtihUIN .mbr-fallback-image.disabled {
  display: none;
}
.cid-viaGtihUIN .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-viaGtihUIN .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-viaGtihUIN .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-viaGtihUIN .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-viaGtihUIN .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-viaGtihUIN .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-viaGtihUIN .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-viaGtihUIN .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-viaGtihUIN .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-viaGtihUIN .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-viaGtihUIN .mbr-section-title {
  color: #000000;
}
.cid-viaGtihUIN .mbr-text,
.cid-viaGtihUIN .text-wrapper {
  color: #4f4f4f;
}
.cid-viaGtihUIN .list {
  color: #000000;
}
.cid-viaGtihUIN .mbr-section-title,
.cid-viaGtihUIN .mbr-section-btn {
  color: #eb003f;
}
.cid-viaGtihUIN .mbr-text {
  color: #191919;
}
.cid-viaGtiyOJI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-viaGtiyOJI .mbr-fallback-image.disabled {
  display: none;
}
.cid-viaGtiyOJI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viaGtiyOJI .row {
  margin: 0 -15px;
}
.cid-viaGtiyOJI .row .card {
  padding: 0 15px;
}
.cid-viaGtiyOJI .title-wrapper {
  margin-bottom: 40px;
}
.cid-viaGtiyOJI .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-viaGtiyOJI .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-viaGtiyOJI .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viaGtiyOJI .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-viaGtiyOJI .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-viaGtiyOJI .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-viaGtiyOJI .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-viaGtiyOJI .nav-wrapper {
    justify-content: flex-start;
  }
}
.cid-viaGtiyOJI .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-viaGtiyOJI .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-viaGtiyOJI .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-viaGtiyOJI .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #eb003f;
  border-bottom: 3px dashed #eb003f;
}
.cid-viaGtiyOJI .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-viaGtiyOJI .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1a1a1;
  margin-bottom: 40px;
}
.cid-viaGtiyOJI .mbr-copy {
  margin-bottom: 0;
  color: #a1a1a1;
  text-align: center;
}
.cid-viaGtiyOJI .mbr-section-title {
  color: #fefff5;
}
.cid-viaGtiyOJI .mbr-text {
  color: #fefff5;
}
.cid-viaGtiyOJI .list {
  color: #a1a1a1;
}
.cid-viaGtiyOJI .list,
.cid-viaGtiyOJI .item-wrap {
  color: #ffffff;
}
.cid-vhkWGugd8g {
  z-index: 1000;
  width: 100%;
}
.cid-vhkWGugd8g nav.navbar {
  position: fixed;
}
.cid-vhkWGugd8g .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-vhkWGugd8g .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vhkWGugd8g .dropdown-menu {
    text-align: center;
  }
}
.cid-vhkWGugd8g .dropdown-item {
  border: 1px solid #ffffff;
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-vhkWGugd8g .dropdown-item:hover,
.cid-vhkWGugd8g .dropdown-item:focus {
  background: #191919 !important;
}
.cid-vhkWGugd8g .dropdown-item:hover span {
  color: white;
}
.cid-vhkWGugd8g .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhkWGugd8g .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhkWGugd8g .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhkWGugd8g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vhkWGugd8g .nav-link {
  position: relative;
}
.cid-vhkWGugd8g .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vhkWGugd8g .container {
    flex-wrap: nowrap;
  }
}
.cid-vhkWGugd8g .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhkWGugd8g .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vhkWGugd8g .dropdown-menu,
.cid-vhkWGugd8g .navbar.opened {
  background: #191919 !important;
}
.cid-vhkWGugd8g .nav-item:focus,
.cid-vhkWGugd8g .nav-link:focus {
  outline: none;
}
.cid-vhkWGugd8g .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vhkWGugd8g .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vhkWGugd8g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhkWGugd8g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhkWGugd8g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhkWGugd8g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vhkWGugd8g .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vhkWGugd8g .navbar {
    min-height: 80px;
  }
}
.cid-vhkWGugd8g .navbar.opened {
  transition: all 0.3s;
}
.cid-vhkWGugd8g .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vhkWGugd8g .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vhkWGugd8g .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhkWGugd8g .navbar.collapsed {
  justify-content: center;
}
.cid-vhkWGugd8g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhkWGugd8g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhkWGugd8g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhkWGugd8g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhkWGugd8g .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%;
  right: .8rem;
}
.cid-vhkWGugd8g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhkWGugd8g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vhkWGugd8g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhkWGugd8g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhkWGugd8g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhkWGugd8g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhkWGugd8g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhkWGugd8g .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%;
    right: .8rem;
  }
  .cid-vhkWGugd8g .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhkWGugd8g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhkWGugd8g .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vhkWGugd8g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vhkWGugd8g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhkWGugd8g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhkWGugd8g .navbar.navbar-short {
  min-height: 96px;
}
.cid-vhkWGugd8g .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vhkWGugd8g .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vhkWGugd8g .navbar-brand {
    min-height: 80px;
  }
}
.cid-vhkWGugd8g .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vhkWGugd8g .navbar-brand .navbar-caption:hover,
.cid-vhkWGugd8g .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vhkWGugd8g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhkWGugd8g .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vhkWGugd8g .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #eb003f !important;
}
.cid-vhkWGugd8g .dropdown-item.active,
.cid-vhkWGugd8g .dropdown-item:active {
  background-color: transparent;
}
.cid-vhkWGugd8g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhkWGugd8g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhkWGugd8g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhkWGugd8g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vhkWGugd8g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vhkWGugd8g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vhkWGugd8g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhkWGugd8g ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vhkWGugd8g ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #ffffff;
  }
}
.cid-vhkWGugd8g .navbar-buttons {
  text-align: center;
}
.cid-vhkWGugd8g .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vhkWGugd8g .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vhkWGugd8g 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vhkWGugd8g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhkWGugd8g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vhkWGugd8g button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vhkWGugd8g button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vhkWGugd8g button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vhkWGugd8g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhkWGugd8g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhkWGugd8g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhkWGugd8g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhkWGugd8g .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhkWGugd8g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhkWGugd8g .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-vhkWGugd8g .navbar {
    height: 70px;
  }
  .cid-vhkWGugd8g .navbar.opened {
    height: auto;
  }
  .cid-vhkWGugd8g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhkWGugd8g .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vhkWGugd8g .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vhkWGugd8g .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vhkWGugd8g .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vhkWGugd8g .nav-item .nav-link:hover,
.cid-vhkWGugd8g .nav-item .nav-link:focus {
  background-color: #ffffff;
  color: #eb003f !important;
}
.cid-vhkWGugd8g .nav-item .nav-link:hover::after,
.cid-vhkWGugd8g .nav-item .nav-link:focus::after {
  color: #eb003f !important;
}
.cid-vhkWGugd8g .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vhkWGugd8g .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vhkWGugd8g .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vhkWGugd8g .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vhkWGugd8g .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vhkWGugd8g .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vhkWGugd8g .navbar {
    justify-content: flex-start !important;
  }
  .cid-vhkWGugd8g .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vhkWGugd8g .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vhkWGugd8g .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vhkWGugd8g .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vhkWGugd8g .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vhkWGugd8g .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vhkWGugd8g .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vhkWGugd8g .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vhkWGugd8g .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vhkWGugd8g .content-wrap {
    min-height: 80px;
  }
}
.cid-vhkWGvmzCu {
  position: relative;
  background-image: url("../../../assets/images/img-6809-2000x2667.webp");
}
.cid-vhkWGvmzCu .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-vhkWGvmzCu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhkWGvmzCu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhkWGvmzCu .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vhkWGvmzCu .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vhkWGvmzCu .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhkWGvmzCu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhkWGvmzCu .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vhkWGvmzCu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhkWGvmzCu .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vhkWGvmzCu .mbr-section-title {
  color: #ffffff;
}
.cid-vhkWGvmzCu .mbr-text,
.cid-vhkWGvmzCu .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vhkWGvmzCu .mbr-section-title,
.cid-vhkWGvmzCu .mbr-section-btn {
  text-align: center;
  color: #eb003f;
}
.cid-vhkWGvYFbZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-vhkWGvYFbZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhkWGvYFbZ .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-vhkWGvYFbZ .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vhkWGvYFbZ .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhkWGvYFbZ .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vhkWGvYFbZ .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhkWGvYFbZ .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vhkWGvYFbZ .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vhkWGvYFbZ .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vhkWGvYFbZ .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vhkWGvYFbZ .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vhkWGvYFbZ .mbr-section-title {
  color: #000000;
}
.cid-vhkWGvYFbZ .mbr-text,
.cid-vhkWGvYFbZ .text-wrapper {
  color: #4f4f4f;
}
.cid-vhkWGvYFbZ .list {
  color: #000000;
}
.cid-vhkWGvYFbZ .mbr-section-title,
.cid-vhkWGvYFbZ .mbr-section-btn {
  color: #eb003f;
}
.cid-vhkWGvYFbZ .mbr-text {
  color: #001054;
}
.cid-vhkWGz4fpx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vhkWGz4fpx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhkWGz4fpx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhkWGz4fpx .row {
  margin: 0 -15px;
}
.cid-vhkWGz4fpx .row .card {
  padding: 0 15px;
}
.cid-vhkWGz4fpx .title-wrapper {
  margin-bottom: 40px;
}
.cid-vhkWGz4fpx .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vhkWGz4fpx .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhkWGz4fpx .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhkWGz4fpx .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhkWGz4fpx .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhkWGz4fpx .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhkWGz4fpx .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhkWGz4fpx .nav-wrapper {
    justify-content: flex-start;
  }
}
.cid-vhkWGz4fpx .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vhkWGz4fpx .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-vhkWGz4fpx .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vhkWGz4fpx .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #eb003f;
  border-bottom: 3px dashed #eb003f;
}
.cid-vhkWGz4fpx .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhkWGz4fpx .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1a1a1;
  margin-bottom: 40px;
}
.cid-vhkWGz4fpx .mbr-copy {
  margin-bottom: 0;
  color: #a1a1a1;
  text-align: center;
}
.cid-vhkWGz4fpx .mbr-section-title {
  color: #fefff5;
}
.cid-vhkWGz4fpx .mbr-text {
  color: #fefff5;
}
.cid-vhkWGz4fpx .list {
  color: #a1a1a1;
}
.cid-vhkWGz4fpx .list,
.cid-vhkWGz4fpx .item-wrap {
  color: #ffffff;
}
.cid-vhkUjCejMS {
  z-index: 1000;
  width: 100%;
}
.cid-vhkUjCejMS nav.navbar {
  position: fixed;
}
.cid-vhkUjCejMS .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-vhkUjCejMS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vhkUjCejMS .dropdown-menu {
    text-align: center;
  }
}
.cid-vhkUjCejMS .dropdown-item {
  border: 1px solid #ffffff;
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-vhkUjCejMS .dropdown-item:hover,
.cid-vhkUjCejMS .dropdown-item:focus {
  background: #191919 !important;
}
.cid-vhkUjCejMS .dropdown-item:hover span {
  color: white;
}
.cid-vhkUjCejMS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhkUjCejMS .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhkUjCejMS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhkUjCejMS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vhkUjCejMS .nav-link {
  position: relative;
}
.cid-vhkUjCejMS .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vhkUjCejMS .container {
    flex-wrap: nowrap;
  }
}
.cid-vhkUjCejMS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhkUjCejMS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vhkUjCejMS .dropdown-menu,
.cid-vhkUjCejMS .navbar.opened {
  background: #191919 !important;
}
.cid-vhkUjCejMS .nav-item:focus,
.cid-vhkUjCejMS .nav-link:focus {
  outline: none;
}
.cid-vhkUjCejMS .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vhkUjCejMS .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vhkUjCejMS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhkUjCejMS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhkUjCejMS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhkUjCejMS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vhkUjCejMS .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vhkUjCejMS .navbar {
    min-height: 80px;
  }
}
.cid-vhkUjCejMS .navbar.opened {
  transition: all 0.3s;
}
.cid-vhkUjCejMS .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vhkUjCejMS .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vhkUjCejMS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhkUjCejMS .navbar.collapsed {
  justify-content: center;
}
.cid-vhkUjCejMS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhkUjCejMS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhkUjCejMS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhkUjCejMS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhkUjCejMS .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%;
  right: .8rem;
}
.cid-vhkUjCejMS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhkUjCejMS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vhkUjCejMS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhkUjCejMS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhkUjCejMS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhkUjCejMS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhkUjCejMS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhkUjCejMS .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%;
    right: .8rem;
  }
  .cid-vhkUjCejMS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhkUjCejMS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhkUjCejMS .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vhkUjCejMS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vhkUjCejMS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhkUjCejMS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhkUjCejMS .navbar.navbar-short {
  min-height: 96px;
}
.cid-vhkUjCejMS .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vhkUjCejMS .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vhkUjCejMS .navbar-brand {
    min-height: 80px;
  }
}
.cid-vhkUjCejMS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vhkUjCejMS .navbar-brand .navbar-caption:hover,
.cid-vhkUjCejMS .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vhkUjCejMS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhkUjCejMS .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vhkUjCejMS .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #eb003f !important;
}
.cid-vhkUjCejMS .dropdown-item.active,
.cid-vhkUjCejMS .dropdown-item:active {
  background-color: transparent;
}
.cid-vhkUjCejMS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhkUjCejMS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhkUjCejMS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhkUjCejMS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vhkUjCejMS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vhkUjCejMS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vhkUjCejMS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhkUjCejMS ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vhkUjCejMS ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #ffffff;
  }
}
.cid-vhkUjCejMS .navbar-buttons {
  text-align: center;
}
.cid-vhkUjCejMS .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vhkUjCejMS .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vhkUjCejMS 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vhkUjCejMS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhkUjCejMS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vhkUjCejMS button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vhkUjCejMS button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vhkUjCejMS button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vhkUjCejMS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhkUjCejMS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhkUjCejMS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhkUjCejMS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhkUjCejMS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhkUjCejMS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhkUjCejMS .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-vhkUjCejMS .navbar {
    height: 70px;
  }
  .cid-vhkUjCejMS .navbar.opened {
    height: auto;
  }
  .cid-vhkUjCejMS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhkUjCejMS .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vhkUjCejMS .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vhkUjCejMS .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vhkUjCejMS .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vhkUjCejMS .nav-item .nav-link:hover,
.cid-vhkUjCejMS .nav-item .nav-link:focus {
  background-color: #ffffff;
  color: #eb003f !important;
}
.cid-vhkUjCejMS .nav-item .nav-link:hover::after,
.cid-vhkUjCejMS .nav-item .nav-link:focus::after {
  color: #eb003f !important;
}
.cid-vhkUjCejMS .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vhkUjCejMS .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vhkUjCejMS .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vhkUjCejMS .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vhkUjCejMS .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vhkUjCejMS .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vhkUjCejMS .navbar {
    justify-content: flex-start !important;
  }
  .cid-vhkUjCejMS .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vhkUjCejMS .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vhkUjCejMS .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vhkUjCejMS .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vhkUjCejMS .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vhkUjCejMS .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vhkUjCejMS .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vhkUjCejMS .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vhkUjCejMS .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vhkUjCejMS .content-wrap {
    min-height: 80px;
  }
}
#custom-html-22 :root {
  --image-padding-top: 0px;
}
#custom-html-22 .image-section {
  width: 100%;
  padding-top: var(--image-padding-top);
  padding-bottom: 0;
  background-color: #f4f4f4;
  border-top: 4px solid #f4f4f4;
  border-bottom: 4px solid #f4f4f4;
}
#custom-html-22 .image-container {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
}
#custom-html-22 .responsive-image {
  width: 100%;
  height: auto;
  display: block;
}
.cid-vhkUjDMl6N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-vhkUjDMl6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhkUjDMl6N .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-vhkUjDMl6N .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vhkUjDMl6N .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhkUjDMl6N .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vhkUjDMl6N .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhkUjDMl6N .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vhkUjDMl6N .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vhkUjDMl6N .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vhkUjDMl6N .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vhkUjDMl6N .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vhkUjDMl6N .mbr-section-title {
  color: #000000;
}
.cid-vhkUjDMl6N .mbr-text,
.cid-vhkUjDMl6N .text-wrapper {
  color: #4f4f4f;
}
.cid-vhkUjDMl6N .list {
  color: #000000;
}
.cid-vhkUjDMl6N .mbr-section-title,
.cid-vhkUjDMl6N .mbr-section-btn {
  color: #eb003f;
}
.cid-vhkUjDMl6N .mbr-text {
  color: #191919;
}
.cid-vhkVK5khBT {
  border-top: 4px solid #f4f4f4;
  border-bottom: 4px solid #f4f4f4;
  background-image: url("../../../assets/images/img-6949-2000x2667.webp");
}
.cid-vhkVK5khBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhkVK5khBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhkVK5khBT .image-wrapper {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vhkVK5khBT .image-wrapper {
    height: 300px;
  }
}
.cid-vhkUjFJHFc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-vhkUjFJHFc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhkUjFJHFc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhkUjFJHFc .items-wrapper {
  margin: 0 0px;
}
.cid-vhkUjFJHFc .items-wrapper .card {
  padding: 0 24px;
}
.cid-vhkUjFJHFc .content-wrapper {
  position: sticky;
  top: 72px;
}
@media (max-width: 992px) {
  .cid-vhkUjFJHFc .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhkUjFJHFc .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vhkUjFJHFc .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vhkUjFJHFc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhkUjFJHFc .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vhkUjFJHFc .panel-group {
  position: relative;
}
.cid-vhkUjFJHFc .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #eb003f;
  transition: all 0.3s ease-in-out;
  margin-top: 12px;
}
.cid-vhkUjFJHFc .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vhkUjFJHFc .panel-group .card {
    padding: 24px 12px;
  }
}
.cid-vhkUjFJHFc .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  display: block;
}
.cid-vhkUjFJHFc .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cid-vhkUjFJHFc .panel-group .card .card-header .panel-title .title-wrap .panel-label {
  margin-bottom: 6px;
}
.cid-vhkUjFJHFc .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-vhkUjFJHFc .panel-group .card .card-header .panel-title .icon-wrap {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  margin-left: 12px;
  border-radius: 100%;
  background-color: #eb003f;
}
.cid-vhkUjFJHFc .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vhkUjFJHFc .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-vhkUjFJHFc .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-vhkUjFJHFc .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vhkUjFJHFc .mbr-label {
  color: #14334b;
}
.cid-vhkUjFJHFc .mbr-section-title {
  color: #14334b;
}
.cid-vhkUjFJHFc .mbr-text {
  color: #14334b;
}
.cid-vhkUjFJHFc .panel-label {
  color: #14334b;
}
.cid-vhkUjFJHFc .panel-title-edit {
  color: #191919;
}
.cid-vhkUjFJHFc .panel-text {
  color: #191919;
}
.cid-vhkUjFJHFc .mbr-section-title,
.cid-vhkUjFJHFc .title-wrap,
.cid-vhkUjFJHFc .mbr-section-btn {
  color: #eb003f;
}
.cid-vhkUjEdE3v {
  border-top: 4px solid #f4f4f4;
  border-bottom: 4px solid #f4f4f4;
  background-image: url("../../../assets/images/deluxtrade-disco-ball-727116-2000x1124.webp");
}
.cid-vhkUjEdE3v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhkUjEdE3v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhkUjEdE3v .image-wrapper {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vhkUjEdE3v .image-wrapper {
    height: 300px;
  }
}
.cid-vhkVIdMigY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-vhkVIdMigY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhkVIdMigY .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-vhkVIdMigY .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vhkVIdMigY .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhkVIdMigY .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vhkVIdMigY .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhkVIdMigY .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vhkVIdMigY .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vhkVIdMigY .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vhkVIdMigY .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vhkVIdMigY .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vhkVIdMigY .mbr-section-title {
  color: #000000;
}
.cid-vhkVIdMigY .mbr-text,
.cid-vhkVIdMigY .text-wrapper {
  color: #4f4f4f;
}
.cid-vhkVIdMigY .list {
  color: #000000;
}
.cid-vhkVIdMigY .mbr-section-title,
.cid-vhkVIdMigY .mbr-section-btn {
  color: #eb003f;
}
.cid-vhkVIdMigY .mbr-text {
  color: #191919;
}
.cid-vhkWnfDXIl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-vhkWnfDXIl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhkWnfDXIl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhkWnfDXIl .items-wrapper {
  margin: 0 0px;
}
.cid-vhkWnfDXIl .items-wrapper .card {
  padding: 0 24px;
}
.cid-vhkWnfDXIl .content-wrapper {
  position: sticky;
  top: 72px;
}
@media (max-width: 992px) {
  .cid-vhkWnfDXIl .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vhkWnfDXIl .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vhkWnfDXIl .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vhkWnfDXIl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhkWnfDXIl .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vhkWnfDXIl .panel-group {
  position: relative;
}
.cid-vhkWnfDXIl .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #eb003f;
  transition: all 0.3s ease-in-out;
  margin-top: 12px;
}
.cid-vhkWnfDXIl .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vhkWnfDXIl .panel-group .card {
    padding: 24px 12px;
  }
}
.cid-vhkWnfDXIl .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  display: block;
}
.cid-vhkWnfDXIl .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cid-vhkWnfDXIl .panel-group .card .card-header .panel-title .title-wrap .panel-label {
  margin-bottom: 6px;
}
.cid-vhkWnfDXIl .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-vhkWnfDXIl .panel-group .card .card-header .panel-title .icon-wrap {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  margin-left: 12px;
  border-radius: 100%;
  background-color: #eb003f;
}
.cid-vhkWnfDXIl .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vhkWnfDXIl .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-vhkWnfDXIl .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-vhkWnfDXIl .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vhkWnfDXIl .mbr-label {
  color: #14334b;
}
.cid-vhkWnfDXIl .mbr-section-title {
  color: #14334b;
}
.cid-vhkWnfDXIl .mbr-text {
  color: #14334b;
}
.cid-vhkWnfDXIl .panel-label {
  color: #14334b;
}
.cid-vhkWnfDXIl .panel-title-edit {
  color: #191919;
}
.cid-vhkWnfDXIl .panel-text {
  color: #191919;
}
.cid-vhkWnfDXIl .mbr-section-title,
.cid-vhkWnfDXIl .title-wrap,
.cid-vhkWnfDXIl .mbr-section-btn {
  color: #eb003f;
}
.cid-vhkUjHvCKe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vhkUjHvCKe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhkUjHvCKe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhkUjHvCKe .row {
  margin: 0 -15px;
}
.cid-vhkUjHvCKe .row .card {
  padding: 0 15px;
}
.cid-vhkUjHvCKe .title-wrapper {
  margin-bottom: 40px;
}
.cid-vhkUjHvCKe .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vhkUjHvCKe .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhkUjHvCKe .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhkUjHvCKe .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhkUjHvCKe .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhkUjHvCKe .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhkUjHvCKe .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhkUjHvCKe .nav-wrapper {
    justify-content: flex-start;
  }
}
.cid-vhkUjHvCKe .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vhkUjHvCKe .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-vhkUjHvCKe .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vhkUjHvCKe .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #eb003f;
  border-bottom: 3px dashed #eb003f;
}
.cid-vhkUjHvCKe .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhkUjHvCKe .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1a1a1;
  margin-bottom: 40px;
}
.cid-vhkUjHvCKe .mbr-copy {
  margin-bottom: 0;
  color: #a1a1a1;
  text-align: center;
}
.cid-vhkUjHvCKe .mbr-section-title {
  color: #fefff5;
}
.cid-vhkUjHvCKe .mbr-text {
  color: #fefff5;
}
.cid-vhkUjHvCKe .list {
  color: #a1a1a1;
}
.cid-vhkUjHvCKe .list,
.cid-vhkUjHvCKe .item-wrap {
  color: #ffffff;
}
.cid-vhkZ2Q82Ts {
  z-index: 1000;
  width: 100%;
}
.cid-vhkZ2Q82Ts nav.navbar {
  position: fixed;
}
.cid-vhkZ2Q82Ts .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-vhkZ2Q82Ts .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vhkZ2Q82Ts .dropdown-menu {
    text-align: center;
  }
}
.cid-vhkZ2Q82Ts .dropdown-item {
  border: 1px solid #ffffff;
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-vhkZ2Q82Ts .dropdown-item:hover,
.cid-vhkZ2Q82Ts .dropdown-item:focus {
  background: #191919 !important;
}
.cid-vhkZ2Q82Ts .dropdown-item:hover span {
  color: white;
}
.cid-vhkZ2Q82Ts .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhkZ2Q82Ts .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhkZ2Q82Ts .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhkZ2Q82Ts .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vhkZ2Q82Ts .nav-link {
  position: relative;
}
.cid-vhkZ2Q82Ts .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vhkZ2Q82Ts .container {
    flex-wrap: nowrap;
  }
}
.cid-vhkZ2Q82Ts .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhkZ2Q82Ts .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vhkZ2Q82Ts .dropdown-menu,
.cid-vhkZ2Q82Ts .navbar.opened {
  background: #191919 !important;
}
.cid-vhkZ2Q82Ts .nav-item:focus,
.cid-vhkZ2Q82Ts .nav-link:focus {
  outline: none;
}
.cid-vhkZ2Q82Ts .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vhkZ2Q82Ts .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vhkZ2Q82Ts .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhkZ2Q82Ts .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhkZ2Q82Ts .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhkZ2Q82Ts .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vhkZ2Q82Ts .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vhkZ2Q82Ts .navbar {
    min-height: 80px;
  }
}
.cid-vhkZ2Q82Ts .navbar.opened {
  transition: all 0.3s;
}
.cid-vhkZ2Q82Ts .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vhkZ2Q82Ts .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vhkZ2Q82Ts .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhkZ2Q82Ts .navbar.collapsed {
  justify-content: center;
}
.cid-vhkZ2Q82Ts .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhkZ2Q82Ts .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhkZ2Q82Ts .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhkZ2Q82Ts .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhkZ2Q82Ts .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%;
  right: .8rem;
}
.cid-vhkZ2Q82Ts .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhkZ2Q82Ts .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vhkZ2Q82Ts .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhkZ2Q82Ts .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhkZ2Q82Ts .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhkZ2Q82Ts .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhkZ2Q82Ts .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhkZ2Q82Ts .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%;
    right: .8rem;
  }
  .cid-vhkZ2Q82Ts .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhkZ2Q82Ts .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhkZ2Q82Ts .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vhkZ2Q82Ts .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vhkZ2Q82Ts .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhkZ2Q82Ts .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhkZ2Q82Ts .navbar.navbar-short {
  min-height: 96px;
}
.cid-vhkZ2Q82Ts .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vhkZ2Q82Ts .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vhkZ2Q82Ts .navbar-brand {
    min-height: 80px;
  }
}
.cid-vhkZ2Q82Ts .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vhkZ2Q82Ts .navbar-brand .navbar-caption:hover,
.cid-vhkZ2Q82Ts .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vhkZ2Q82Ts .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhkZ2Q82Ts .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vhkZ2Q82Ts .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #eb003f !important;
}
.cid-vhkZ2Q82Ts .dropdown-item.active,
.cid-vhkZ2Q82Ts .dropdown-item:active {
  background-color: transparent;
}
.cid-vhkZ2Q82Ts .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhkZ2Q82Ts .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhkZ2Q82Ts .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhkZ2Q82Ts .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vhkZ2Q82Ts .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vhkZ2Q82Ts .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vhkZ2Q82Ts .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhkZ2Q82Ts ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vhkZ2Q82Ts ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #ffffff;
  }
}
.cid-vhkZ2Q82Ts .navbar-buttons {
  text-align: center;
}
.cid-vhkZ2Q82Ts .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vhkZ2Q82Ts .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vhkZ2Q82Ts 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vhkZ2Q82Ts button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhkZ2Q82Ts button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vhkZ2Q82Ts button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vhkZ2Q82Ts button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vhkZ2Q82Ts button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vhkZ2Q82Ts nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhkZ2Q82Ts nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhkZ2Q82Ts nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhkZ2Q82Ts nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhkZ2Q82Ts .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhkZ2Q82Ts a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhkZ2Q82Ts .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-vhkZ2Q82Ts .navbar {
    height: 70px;
  }
  .cid-vhkZ2Q82Ts .navbar.opened {
    height: auto;
  }
  .cid-vhkZ2Q82Ts .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhkZ2Q82Ts .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vhkZ2Q82Ts .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vhkZ2Q82Ts .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vhkZ2Q82Ts .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vhkZ2Q82Ts .nav-item .nav-link:hover,
.cid-vhkZ2Q82Ts .nav-item .nav-link:focus {
  background-color: #ffffff;
  color: #eb003f !important;
}
.cid-vhkZ2Q82Ts .nav-item .nav-link:hover::after,
.cid-vhkZ2Q82Ts .nav-item .nav-link:focus::after {
  color: #eb003f !important;
}
.cid-vhkZ2Q82Ts .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vhkZ2Q82Ts .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vhkZ2Q82Ts .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vhkZ2Q82Ts .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vhkZ2Q82Ts .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vhkZ2Q82Ts .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vhkZ2Q82Ts .navbar {
    justify-content: flex-start !important;
  }
  .cid-vhkZ2Q82Ts .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vhkZ2Q82Ts .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vhkZ2Q82Ts .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vhkZ2Q82Ts .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vhkZ2Q82Ts .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vhkZ2Q82Ts .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vhkZ2Q82Ts .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vhkZ2Q82Ts .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vhkZ2Q82Ts .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vhkZ2Q82Ts .content-wrap {
    min-height: 80px;
  }
}
.cid-vhkZ2ReKnn {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-vhkZ2ReKnn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhkZ2ReKnn .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-vhkZ2ReKnn .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vhkZ2ReKnn .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhkZ2ReKnn .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vhkZ2ReKnn .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhkZ2ReKnn .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vhkZ2ReKnn .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vhkZ2ReKnn .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vhkZ2ReKnn .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vhkZ2ReKnn .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vhkZ2ReKnn .mbr-section-title {
  color: #000000;
}
.cid-vhkZ2ReKnn .mbr-text,
.cid-vhkZ2ReKnn .text-wrapper {
  color: #4f4f4f;
}
.cid-vhkZ2ReKnn .list {
  color: #000000;
}
.cid-vhkZ2ReKnn .mbr-section-title,
.cid-vhkZ2ReKnn .mbr-section-btn {
  color: #eb003f;
}
.cid-vhkZ2ReKnn .mbr-text {
  color: #191919;
}
.cid-vhkZ2RDbua {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vhkZ2RDbua .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhkZ2RDbua .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhkZ2RDbua .row {
  margin: 0 -15px;
}
.cid-vhkZ2RDbua .row .card {
  padding: 0 15px;
}
.cid-vhkZ2RDbua .title-wrapper {
  margin-bottom: 40px;
}
.cid-vhkZ2RDbua .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vhkZ2RDbua .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhkZ2RDbua .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhkZ2RDbua .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhkZ2RDbua .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhkZ2RDbua .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhkZ2RDbua .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhkZ2RDbua .nav-wrapper {
    justify-content: flex-start;
  }
}
.cid-vhkZ2RDbua .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vhkZ2RDbua .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-vhkZ2RDbua .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vhkZ2RDbua .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #eb003f;
  border-bottom: 3px dashed #eb003f;
}
.cid-vhkZ2RDbua .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhkZ2RDbua .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1a1a1;
  margin-bottom: 40px;
}
.cid-vhkZ2RDbua .mbr-copy {
  margin-bottom: 0;
  color: #a1a1a1;
  text-align: center;
}
.cid-vhkZ2RDbua .mbr-section-title {
  color: #fefff5;
}
.cid-vhkZ2RDbua .mbr-text {
  color: #fefff5;
}
.cid-vhkZ2RDbua .list {
  color: #a1a1a1;
}
.cid-vhkZ2RDbua .list,
.cid-vhkZ2RDbua .item-wrap {
  color: #ffffff;
}
.cid-vhl0Ef2HV3 {
  z-index: 1000;
  width: 100%;
}
.cid-vhl0Ef2HV3 nav.navbar {
  position: fixed;
}
.cid-vhl0Ef2HV3 .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-vhl0Ef2HV3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vhl0Ef2HV3 .dropdown-menu {
    text-align: center;
  }
}
.cid-vhl0Ef2HV3 .dropdown-item {
  border: 1px solid #ffffff;
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-vhl0Ef2HV3 .dropdown-item:hover,
.cid-vhl0Ef2HV3 .dropdown-item:focus {
  background: #191919 !important;
}
.cid-vhl0Ef2HV3 .dropdown-item:hover span {
  color: white;
}
.cid-vhl0Ef2HV3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhl0Ef2HV3 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhl0Ef2HV3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhl0Ef2HV3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vhl0Ef2HV3 .nav-link {
  position: relative;
}
.cid-vhl0Ef2HV3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vhl0Ef2HV3 .container {
    flex-wrap: nowrap;
  }
}
.cid-vhl0Ef2HV3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhl0Ef2HV3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vhl0Ef2HV3 .dropdown-menu,
.cid-vhl0Ef2HV3 .navbar.opened {
  background: #191919 !important;
}
.cid-vhl0Ef2HV3 .nav-item:focus,
.cid-vhl0Ef2HV3 .nav-link:focus {
  outline: none;
}
.cid-vhl0Ef2HV3 .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vhl0Ef2HV3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vhl0Ef2HV3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhl0Ef2HV3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhl0Ef2HV3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhl0Ef2HV3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vhl0Ef2HV3 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vhl0Ef2HV3 .navbar {
    min-height: 80px;
  }
}
.cid-vhl0Ef2HV3 .navbar.opened {
  transition: all 0.3s;
}
.cid-vhl0Ef2HV3 .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vhl0Ef2HV3 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vhl0Ef2HV3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhl0Ef2HV3 .navbar.collapsed {
  justify-content: center;
}
.cid-vhl0Ef2HV3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhl0Ef2HV3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhl0Ef2HV3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhl0Ef2HV3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhl0Ef2HV3 .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%;
  right: .8rem;
}
.cid-vhl0Ef2HV3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhl0Ef2HV3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vhl0Ef2HV3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhl0Ef2HV3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhl0Ef2HV3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhl0Ef2HV3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhl0Ef2HV3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhl0Ef2HV3 .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%;
    right: .8rem;
  }
  .cid-vhl0Ef2HV3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhl0Ef2HV3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhl0Ef2HV3 .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vhl0Ef2HV3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vhl0Ef2HV3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhl0Ef2HV3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhl0Ef2HV3 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vhl0Ef2HV3 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vhl0Ef2HV3 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vhl0Ef2HV3 .navbar-brand {
    min-height: 80px;
  }
}
.cid-vhl0Ef2HV3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vhl0Ef2HV3 .navbar-brand .navbar-caption:hover,
.cid-vhl0Ef2HV3 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vhl0Ef2HV3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhl0Ef2HV3 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vhl0Ef2HV3 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #eb003f !important;
}
.cid-vhl0Ef2HV3 .dropdown-item.active,
.cid-vhl0Ef2HV3 .dropdown-item:active {
  background-color: transparent;
}
.cid-vhl0Ef2HV3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhl0Ef2HV3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhl0Ef2HV3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhl0Ef2HV3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vhl0Ef2HV3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vhl0Ef2HV3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vhl0Ef2HV3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhl0Ef2HV3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vhl0Ef2HV3 ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #ffffff;
  }
}
.cid-vhl0Ef2HV3 .navbar-buttons {
  text-align: center;
}
.cid-vhl0Ef2HV3 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vhl0Ef2HV3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vhl0Ef2HV3 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vhl0Ef2HV3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhl0Ef2HV3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vhl0Ef2HV3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vhl0Ef2HV3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vhl0Ef2HV3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vhl0Ef2HV3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhl0Ef2HV3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhl0Ef2HV3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhl0Ef2HV3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhl0Ef2HV3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhl0Ef2HV3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhl0Ef2HV3 .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-vhl0Ef2HV3 .navbar {
    height: 70px;
  }
  .cid-vhl0Ef2HV3 .navbar.opened {
    height: auto;
  }
  .cid-vhl0Ef2HV3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhl0Ef2HV3 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vhl0Ef2HV3 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vhl0Ef2HV3 .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vhl0Ef2HV3 .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vhl0Ef2HV3 .nav-item .nav-link:hover,
.cid-vhl0Ef2HV3 .nav-item .nav-link:focus {
  background-color: #ffffff;
  color: #eb003f !important;
}
.cid-vhl0Ef2HV3 .nav-item .nav-link:hover::after,
.cid-vhl0Ef2HV3 .nav-item .nav-link:focus::after {
  color: #eb003f !important;
}
.cid-vhl0Ef2HV3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vhl0Ef2HV3 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vhl0Ef2HV3 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vhl0Ef2HV3 .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vhl0Ef2HV3 .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vhl0Ef2HV3 .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vhl0Ef2HV3 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vhl0Ef2HV3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vhl0Ef2HV3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vhl0Ef2HV3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vhl0Ef2HV3 .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vhl0Ef2HV3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vhl0Ef2HV3 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vhl0Ef2HV3 .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vhl0Ef2HV3 .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vhl0Ef2HV3 .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vhl0Ef2HV3 .content-wrap {
    min-height: 80px;
  }
}
.cid-vhl0EgbUbj {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-vhl0EgbUbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhl0EgbUbj .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-vhl0EgbUbj .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vhl0EgbUbj .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhl0EgbUbj .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vhl0EgbUbj .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhl0EgbUbj .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vhl0EgbUbj .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vhl0EgbUbj .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vhl0EgbUbj .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vhl0EgbUbj .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vhl0EgbUbj .mbr-section-title {
  color: #000000;
}
.cid-vhl0EgbUbj .mbr-text,
.cid-vhl0EgbUbj .text-wrapper {
  color: #4f4f4f;
}
.cid-vhl0EgbUbj .list {
  color: #000000;
}
.cid-vhl0EgbUbj .mbr-section-title,
.cid-vhl0EgbUbj .mbr-section-btn {
  color: #eb003f;
}
.cid-vhl0EgbUbj .mbr-text {
  color: #191919;
}
.cid-vhl0EgEB6l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vhl0EgEB6l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhl0EgEB6l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhl0EgEB6l .row {
  margin: 0 -15px;
}
.cid-vhl0EgEB6l .row .card {
  padding: 0 15px;
}
.cid-vhl0EgEB6l .title-wrapper {
  margin-bottom: 40px;
}
.cid-vhl0EgEB6l .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vhl0EgEB6l .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhl0EgEB6l .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhl0EgEB6l .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhl0EgEB6l .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhl0EgEB6l .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhl0EgEB6l .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhl0EgEB6l .nav-wrapper {
    justify-content: flex-start;
  }
}
.cid-vhl0EgEB6l .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vhl0EgEB6l .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-vhl0EgEB6l .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vhl0EgEB6l .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #eb003f;
  border-bottom: 3px dashed #eb003f;
}
.cid-vhl0EgEB6l .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhl0EgEB6l .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1a1a1;
  margin-bottom: 40px;
}
.cid-vhl0EgEB6l .mbr-copy {
  margin-bottom: 0;
  color: #a1a1a1;
  text-align: center;
}
.cid-vhl0EgEB6l .mbr-section-title {
  color: #fefff5;
}
.cid-vhl0EgEB6l .mbr-text {
  color: #fefff5;
}
.cid-vhl0EgEB6l .list {
  color: #a1a1a1;
}
.cid-vhl0EgEB6l .list,
.cid-vhl0EgEB6l .item-wrap {
  color: #ffffff;
}
.cid-vhl0LaNStW {
  z-index: 1000;
  width: 100%;
}
.cid-vhl0LaNStW nav.navbar {
  position: fixed;
}
.cid-vhl0LaNStW .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-vhl0LaNStW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vhl0LaNStW .dropdown-menu {
    text-align: center;
  }
}
.cid-vhl0LaNStW .dropdown-item {
  border: 1px solid #ffffff;
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-vhl0LaNStW .dropdown-item:hover,
.cid-vhl0LaNStW .dropdown-item:focus {
  background: #191919 !important;
}
.cid-vhl0LaNStW .dropdown-item:hover span {
  color: white;
}
.cid-vhl0LaNStW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhl0LaNStW .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhl0LaNStW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhl0LaNStW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vhl0LaNStW .nav-link {
  position: relative;
}
.cid-vhl0LaNStW .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vhl0LaNStW .container {
    flex-wrap: nowrap;
  }
}
.cid-vhl0LaNStW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vhl0LaNStW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vhl0LaNStW .dropdown-menu,
.cid-vhl0LaNStW .navbar.opened {
  background: #191919 !important;
}
.cid-vhl0LaNStW .nav-item:focus,
.cid-vhl0LaNStW .nav-link:focus {
  outline: none;
}
.cid-vhl0LaNStW .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vhl0LaNStW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vhl0LaNStW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhl0LaNStW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhl0LaNStW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhl0LaNStW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vhl0LaNStW .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vhl0LaNStW .navbar {
    min-height: 80px;
  }
}
.cid-vhl0LaNStW .navbar.opened {
  transition: all 0.3s;
}
.cid-vhl0LaNStW .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vhl0LaNStW .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vhl0LaNStW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhl0LaNStW .navbar.collapsed {
  justify-content: center;
}
.cid-vhl0LaNStW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhl0LaNStW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhl0LaNStW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhl0LaNStW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhl0LaNStW .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%;
  right: .8rem;
}
.cid-vhl0LaNStW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhl0LaNStW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vhl0LaNStW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhl0LaNStW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhl0LaNStW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhl0LaNStW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhl0LaNStW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhl0LaNStW .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%;
    right: .8rem;
  }
  .cid-vhl0LaNStW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhl0LaNStW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhl0LaNStW .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vhl0LaNStW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vhl0LaNStW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhl0LaNStW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhl0LaNStW .navbar.navbar-short {
  min-height: 96px;
}
.cid-vhl0LaNStW .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vhl0LaNStW .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vhl0LaNStW .navbar-brand {
    min-height: 80px;
  }
}
.cid-vhl0LaNStW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vhl0LaNStW .navbar-brand .navbar-caption:hover,
.cid-vhl0LaNStW .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vhl0LaNStW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhl0LaNStW .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vhl0LaNStW .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #eb003f !important;
}
.cid-vhl0LaNStW .dropdown-item.active,
.cid-vhl0LaNStW .dropdown-item:active {
  background-color: transparent;
}
.cid-vhl0LaNStW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhl0LaNStW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhl0LaNStW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhl0LaNStW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vhl0LaNStW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vhl0LaNStW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vhl0LaNStW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhl0LaNStW ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vhl0LaNStW ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #ffffff;
  }
}
.cid-vhl0LaNStW .navbar-buttons {
  text-align: center;
}
.cid-vhl0LaNStW .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vhl0LaNStW .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vhl0LaNStW 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vhl0LaNStW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhl0LaNStW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vhl0LaNStW button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vhl0LaNStW button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vhl0LaNStW button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vhl0LaNStW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhl0LaNStW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhl0LaNStW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhl0LaNStW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhl0LaNStW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhl0LaNStW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhl0LaNStW .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-vhl0LaNStW .navbar {
    height: 70px;
  }
  .cid-vhl0LaNStW .navbar.opened {
    height: auto;
  }
  .cid-vhl0LaNStW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhl0LaNStW .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vhl0LaNStW .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vhl0LaNStW .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vhl0LaNStW .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vhl0LaNStW .nav-item .nav-link:hover,
.cid-vhl0LaNStW .nav-item .nav-link:focus {
  background-color: #ffffff;
  color: #eb003f !important;
}
.cid-vhl0LaNStW .nav-item .nav-link:hover::after,
.cid-vhl0LaNStW .nav-item .nav-link:focus::after {
  color: #eb003f !important;
}
.cid-vhl0LaNStW .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vhl0LaNStW .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vhl0LaNStW .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vhl0LaNStW .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vhl0LaNStW .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vhl0LaNStW .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vhl0LaNStW .navbar {
    justify-content: flex-start !important;
  }
  .cid-vhl0LaNStW .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vhl0LaNStW .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vhl0LaNStW .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vhl0LaNStW .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vhl0LaNStW .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vhl0LaNStW .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vhl0LaNStW .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vhl0LaNStW .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vhl0LaNStW .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vhl0LaNStW .content-wrap {
    min-height: 80px;
  }
}
.cid-vhl0LbShq7 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-vhl0LbShq7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhl0LbShq7 .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-vhl0LbShq7 .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vhl0LbShq7 .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhl0LbShq7 .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vhl0LbShq7 .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhl0LbShq7 .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vhl0LbShq7 .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vhl0LbShq7 .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vhl0LbShq7 .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vhl0LbShq7 .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vhl0LbShq7 .mbr-section-title {
  color: #000000;
}
.cid-vhl0LbShq7 .mbr-text,
.cid-vhl0LbShq7 .text-wrapper {
  color: #4f4f4f;
}
.cid-vhl0LbShq7 .list {
  color: #000000;
}
.cid-vhl0LbShq7 .mbr-section-title,
.cid-vhl0LbShq7 .mbr-section-btn {
  color: #eb003f;
}
.cid-vhl0LbShq7 .mbr-text {
  color: #001054;
}
.cid-vhl0LbShq7 H1 {
  color: #191919;
}
.cid-vhl0LbShq7 H2 {
  color: #191919;
}
.cid-vhl0LbShq7 P {
  color: #191919;
}
.cid-vhl0LbShq7 H4 {
  color: #191919;
}
.cid-vhl0LbShq7 H3 {
  color: #191919;
}
.cid-vhl0Lcnxee {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-vhl0Lcnxee .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhl0Lcnxee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhl0Lcnxee .row {
  margin: 0 -15px;
}
.cid-vhl0Lcnxee .row .card {
  padding: 0 15px;
}
.cid-vhl0Lcnxee .title-wrapper {
  margin-bottom: 40px;
}
.cid-vhl0Lcnxee .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vhl0Lcnxee .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhl0Lcnxee .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhl0Lcnxee .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhl0Lcnxee .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vhl0Lcnxee .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhl0Lcnxee .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhl0Lcnxee .nav-wrapper {
    justify-content: flex-start;
  }
}
.cid-vhl0Lcnxee .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vhl0Lcnxee .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-vhl0Lcnxee .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vhl0Lcnxee .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #eb003f;
  border-bottom: 3px dashed #eb003f;
}
.cid-vhl0Lcnxee .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhl0Lcnxee .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1a1a1;
  margin-bottom: 40px;
}
.cid-vhl0Lcnxee .mbr-copy {
  margin-bottom: 0;
  color: #a1a1a1;
  text-align: center;
}
.cid-vhl0Lcnxee .mbr-section-title {
  color: #fefff5;
}
.cid-vhl0Lcnxee .mbr-text {
  color: #fefff5;
}
.cid-vhl0Lcnxee .list {
  color: #a1a1a1;
}
.cid-vhl0Lcnxee .list,
.cid-vhl0Lcnxee .item-wrap {
  color: #ffffff;
}
