.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'PlayfairDisplay-Medium';
  font-size: 4.4rem;
  line-height: .95;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Roboto-Light';
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Roboto-Light';
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Roboto-Light';
  font-size: 2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto-Light';
  font-size: 1.1rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: #5c7374 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #f7f7f5 !important;
}
.bg-warning {
  background-color: #840f21 !important;
}
.bg-danger {
  background-color: #c5ba4a !important;
}
.btn-primary .mbr-iconfont {
  background-color: #ffffff !important;
  color: #5c7374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5c7374 !important;
  border-color: #5c7374 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #738f90 !important;
  box-shadow: none;
}
.btn-primary:hover .mbr-iconfont,
.btn-primary:focus .mbr-iconfont,
.btn-primary.focus .mbr-iconfont,
.btn-primary.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #738f90 !important;
  border-color: #738f90 !important;
}
.btn-secondary .mbr-iconfont {
  background-color: #ffffff !important;
  color: #457172 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #457172 !important;
  border-color: #457172 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #589092 !important;
  box-shadow: none;
}
.btn-secondary:hover .mbr-iconfont,
.btn-secondary:focus .mbr-iconfont,
.btn-secondary.focus .mbr-iconfont,
.btn-secondary.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #589092 !important;
  border-color: #589092 !important;
}
.btn-info .mbr-iconfont {
  background-color: #676753 !important;
  color: #f7f7f5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f7f7f5 !important;
  border-color: #f7f7f5 !important;
  color: #676753 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover .mbr-iconfont,
.btn-info:focus .mbr-iconfont,
.btn-info.focus .mbr-iconfont,
.btn-info.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #676753 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success .mbr-iconfont {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-success:hover .mbr-iconfont,
.btn-success:focus .mbr-iconfont,
.btn-success.focus .mbr-iconfont,
.btn-success.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning .mbr-iconfont {
  background-color: #ffffff !important;
  color: #840f21 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #840f21 !important;
  border-color: #840f21 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #b2142c !important;
  box-shadow: none;
}
.btn-warning:hover .mbr-iconfont,
.btn-warning:focus .mbr-iconfont,
.btn-warning.focus .mbr-iconfont,
.btn-warning.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b2142c !important;
  border-color: #b2142c !important;
}
.btn-danger .mbr-iconfont {
  background-color: #000000 !important;
  color: #c5ba4a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c5ba4a !important;
  border-color: #c5ba4a !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #d1c971 !important;
  box-shadow: none;
}
.btn-danger:hover .mbr-iconfont,
.btn-danger:focus .mbr-iconfont,
.btn-danger.focus .mbr-iconfont,
.btn-danger.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #d1c971 !important;
  border-color: #d1c971 !important;
}
.btn-white .mbr-iconfont {
  background-color: #666666 !important;
  color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  box-shadow: none;
}
.btn-white:hover .mbr-iconfont,
.btn-white:focus .mbr-iconfont,
.btn-white.focus .mbr-iconfont,
.btn-white.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  background-color: #ffffff !important;
  color: #222f30 !important;
}
.btn-black,
.btn-black:active {
  background-color: #222f30 !important;
  border-color: #222f30 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #374c4e !important;
  box-shadow: none;
}
.btn-black:hover .mbr-iconfont,
.btn-black:focus .mbr-iconfont,
.btn-black.focus .mbr-iconfont,
.btn-black.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #374c4e !important;
  border-color: #374c4e !important;
}
.btn-primary-outline .mbr-iconfont {
  background-color: #5c7374 !important;
  color: #ffffff;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #5c7374;
  color: #5c7374;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #364344 !important;
  background-color: transparent !important;
  border-color: #364344 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  background-color: #364344 !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5c7374 !important;
  border-color: #5c7374 !important;
}
.btn-secondary-outline .mbr-iconfont {
  background-color: #457172 !important;
  color: #ffffff;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #457172;
  color: #457172;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #243b3c !important;
  background-color: transparent !important;
  border-color: #243b3c !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  background-color: #243b3c !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #457172 !important;
  border-color: #457172 !important;
}
.btn-info-outline .mbr-iconfont {
  background-color: #f7f7f5 !important;
  color: #676753;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f7f7f5;
  color: #f7f7f5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d0d0c5 !important;
  background-color: transparent !important;
  border-color: #d0d0c5 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  background-color: #d0d0c5 !important;
  color: #37372c;
  transform: translateX(4px);
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #848469 !important;
  background-color: #f7f7f5 !important;
  border-color: #f7f7f5 !important;
}
.btn-success-outline .mbr-iconfont {
  background-color: #000000 !important;
  color: #ffffff;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  background-color: #000000 !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline .mbr-iconfont {
  background-color: #840f21 !important;
  color: #ffffff;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #840f21;
  color: #840f21;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #36060e !important;
  background-color: transparent !important;
  border-color: #36060e !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  background-color: #36060e !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #840f21 !important;
  border-color: #840f21 !important;
}
.btn-danger-outline .mbr-iconfont {
  background-color: #c5ba4a !important;
  color: #000000;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c5ba4a;
  color: #c5ba4a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8c832d !important;
  background-color: transparent !important;
  border-color: #8c832d !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  background-color: #8c832d !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c5ba4a !important;
  border-color: #c5ba4a !important;
}
.btn-black-outline .mbr-iconfont {
  background-color: #222f30 !important;
  color: #ffffff;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #222f30;
  color: #222f30;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  background-color: #000000 !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222f30 !important;
  border-color: #222f30 !important;
}
.btn-white-outline .mbr-iconfont {
  background-color: #ffffff !important;
  color: #666666;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  background-color: #d4d4d4 !important;
  color: #3b3b3b;
  transform: translateX(4px);
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #5c7374 !important;
}
.text-secondary {
  color: #457172 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #f7f7f5 !important;
}
.text-warning {
  color: #840f21 !important;
}
.text-danger {
  color: #c5ba4a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #222f30 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2f3b3b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1f3232 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cacabc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #28050a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #807829 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #5c7374;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f7f7f5;
}
.alert-warning {
  background-color: #840f21;
}
.alert-danger {
  background-color: #c5ba4a;
}
.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: #5c7374;
  border-color: #5c7374;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 8px !important;
}
a,
a:hover {
  color: #5c7374;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9eb1b2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #e72c48;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e4dfab;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto-Light';
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 12px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #5c7374 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto-Light';
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #5c7374;
}
/* 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: #5c7374;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5c7374;
}
.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: #5c7374;
  border-bottom-color: #5c7374;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #5c7374 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #457172 !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='%235c7374' %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 {
  padding: 0 20px;
  font-weight: 400;
  border-radius: 12px !important;
  min-height: 48px;
  will-change: transform;
}
.mbr-section-btn .btn .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 48px;
  width: 48px;
  border-radius: 12px !important;
  font-size: 90%;
  margin-right: -22px;
  margin-left: 16px;
  transition: all .3s ease;
}
.mbr-section-btn .btn-black {
  color: #ffffff;
}
.mbr-section-btn .btn-black .mbr-iconfont {
  background-color: #5c7374 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  background-color: #5c7374 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-black:hover .mbr-iconfont,
.mbr-section-btn .btn-black:focus .mbr-iconfont,
.mbr-section-btn .btn-black.focus .mbr-iconfont,
.mbr-section-btn .btn-black.active .mbr-iconfont {
  background-color: #222f30 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-white {
  color: #222f30;
}
.mbr-section-btn .btn-white .mbr-iconfont {
  background-color: #5c7374 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  background-color: #5c7374 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white:hover .mbr-iconfont,
.mbr-section-btn .btn-white:focus .mbr-iconfont,
.mbr-section-btn .btn-white.focus .mbr-iconfont,
.mbr-section-btn .btn-white.active .mbr-iconfont {
  background-color: #ffffff !important;
  color: #222f30 !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.large-radius,
.google-map iframe {
  border-radius: 24px !important;
  border-radius: 0 !important;
}
.middle-radius {
  border-radius: 16px !important;
  border-radius: 0 !important;
}
.little-radius,
.nav-item .nav-link,
.dropdown-item {
  border-radius: 8px !important;
  border-radius: 0 !important;
}
.menu-content,
.blur-wrapper,
.card-icon.card-wrap {
  border-radius: 12px !important;
  border-radius: 0 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.rezensionen {
  font-family: 'Roboto-Light';
  font-size: 0.8rem;
  line-height: 1.5;
}
.rezensionen > .mbr-iconfont {
  font-size: 0.8rem;
}
.features {
  font-family: 'Roboto-Light';
  font-size: 0.9rem;
  line-height: 1.5;
}
.features > .mbr-iconfont {
  font-size: 0.9rem;
}
.berschrift {
  font-family: 'Roboto-Light';
  font-size: 1.3rem;
  line-height: 1.5;
}
.berschrift > .mbr-iconfont {
  font-size: 1.3rem;
}
.navigation {
  font-family: 'Roboto-Light';
  font-size: 1.4rem;
  line-height: 1.5;
}
.navigation > .mbr-iconfont {
  font-size: 1.4rem;
}
.seiten-berschriften {
  font-family: 'PlayfairDisplay-Medium';
  font-size: 2rem;
  line-height: 1.5;
}
.seiten-berschriften > .mbr-iconfont {
  font-size: 2rem;
}
.cid-vflN9zSvYH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
  overflow-x: hidden;
}
.cid-vflN9zSvYH nav.navbar {
  position: fixed;
}
.cid-vflN9zSvYH .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-vflN9zSvYH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vflN9zSvYH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vflN9zSvYH .dropdown-item:hover,
.cid-vflN9zSvYH .dropdown-item:focus {
  background: #5c7374 !important;
  color: white !important;
}
.cid-vflN9zSvYH .dropdown-item:hover span {
  color: white;
}
.cid-vflN9zSvYH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vflN9zSvYH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vflN9zSvYH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vflN9zSvYH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vflN9zSvYH .nav-link {
  position: relative;
}
.cid-vflN9zSvYH .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH .container {
    flex-wrap: wrap;
  }
}
.cid-vflN9zSvYH .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vflN9zSvYH .dropdown-menu,
.cid-vflN9zSvYH .navbar.opened {
  background: #ffffff !important;
}
.cid-vflN9zSvYH .nav-item:focus,
.cid-vflN9zSvYH .nav-link:focus {
  outline: none;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vflN9zSvYH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vflN9zSvYH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vflN9zSvYH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  overflow-x: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vflN9zSvYH .navbar.opened {
  transition: all 0.3s;
}
.cid-vflN9zSvYH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vflN9zSvYH .navbar .navbar-logo img {
  width: auto;
}
.cid-vflN9zSvYH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vflN9zSvYH .navbar.collapsed {
  justify-content: center;
}
.cid-vflN9zSvYH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vflN9zSvYH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vflN9zSvYH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vflN9zSvYH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vflN9zSvYH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vflN9zSvYH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vflN9zSvYH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vflN9zSvYH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vflN9zSvYH .navbar .navbar-brand {
    flex-shrink: 1;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-vflN9zSvYH .navbar .navbar-toggler {
    flex-basis: auto;
    flex-shrink: 0;
  }
  .cid-vflN9zSvYH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vflN9zSvYH .navbar .navbar-brand {
    width: auto;
    flex-shrink: 1;
    padding-right: 0.5rem;
  }
}
.cid-vflN9zSvYH .navbar.navbar-short {
  min-height: 60px;
}
.cid-vflN9zSvYH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vflN9zSvYH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vflN9zSvYH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vflN9zSvYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vflN9zSvYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vflN9zSvYH .dropdown-item.active,
.cid-vflN9zSvYH .dropdown-item:active {
  background-color: transparent;
}
.cid-vflN9zSvYH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vflN9zSvYH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vflN9zSvYH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vflN9zSvYH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vflN9zSvYH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vflN9zSvYH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vflN9zSvYH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vflN9zSvYH .menu-label {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-right: 0.6rem;
}
.cid-vflN9zSvYH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vflN9zSvYH button.navbar-toggler {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger {
  width: 31px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
}
.cid-vflN9zSvYH .navbar-collapse {
  flex-basis: 100% !important;
}
.cid-vflN9zSvYH .split-wrapper {
  display: flex;
  flex-direction: row;
  width: 75%;
  margin-left: auto;
  margin-right: 0;
  padding: 2rem 0;
  box-sizing: border-box;
}
.cid-vflN9zSvYH .split-left {
  flex: 1 1 0%;
  min-width: 0;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 2.5rem;
}
.cid-vflN9zSvYH .split-left .navbar-nav {
  width: 100%;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 0.5rem 1.5rem;
  align-items: center;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-item {
  margin: 0 !important;
  text-align: left;
  border-bottom: none;
  padding: 0;
  position: relative;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-item ~ .nav-item::before {
  content: '\00b7';
  position: absolute;
  left: -0.75rem;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  line-height: 1;
  opacity: 0.5;
  color: #000000;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-link {
  padding: 0.5rem 0 !important;
  margin: 0 !important;
  letter-spacing: 1.5px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  width: 0;
  height: 1.5px;
  background: currentColor;
  transition: width 0.3s ease;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-link:hover::after {
  width: 100%;
}
.cid-vflN9zSvYH .split-right {
  width: 260px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 2.5rem;
  gap: 1rem;
}
.cid-vflN9zSvYH .split-right .navbar-buttons {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  gap: 0.5rem;
}
.cid-vflN9zSvYH .split-right .navbar-buttons .btn {
  text-align: center;
  white-space: nowrap !important;
  font-size: 0.85rem !important;
  padding: 0.5rem 1.2rem !important;
  letter-spacing: 0.5px;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  min-width: 0 !important;
}
.cid-vflN9zSvYH .split-right .contact-info {
  text-align: center;
}
.cid-vflN9zSvYH .split-right .contact-text {
  font-size: 0.85rem;
  line-height: 1.6;
  opacity: 0.65;
  margin: 0;
}
.cid-vflN9zSvYH .split-right .icons-menu {
  padding: 0;
}
.cid-vflN9zSvYH .split-right .icons-menu .iconfont-wrapper svg {
  width: 32px;
  height: 32px;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH button.navbar-toggler {
    width: 31px !important;
    height: 20px !important;
    display: block !important;
  }
  .cid-vflN9zSvYH .menu-label {
    display: none !important;
  }
  .cid-vflN9zSvYH .split-wrapper {
    flex-direction: column !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding: 1rem 0 !important;
    overflow: hidden !important;
  }
  .cid-vflN9zSvYH .navbar-collapse {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    max-width: 100% !important;
    max-height: 80vh !important;
  }
  .cid-vflN9zSvYH .split-left {
    border-right: none !important;
    padding-right: 0 !important;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav {
    width: 100% !important;
    flex-direction: column !important;
    gap: 0 !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-item {
    text-align: left !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 0 !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-item::before {
    display: none !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-link {
    display: block !important;
    text-align: left;
    font-size: 0.85rem !important;
    padding: 0.4rem 0 !important;
    white-space: normal !important;
    letter-spacing: 1px !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-link::after {
    left: 0 !important;
    transform: none;
  }
  .cid-vflN9zSvYH .split-right {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
  .cid-vflN9zSvYH .split-right .navbar-buttons {
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.5rem !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  .cid-vflN9zSvYH .split-right .navbar-buttons .btn {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    font-size: 0.9rem !important;
    padding: 0.5rem 0.8rem !important;
    white-space: normal !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    margin: 0 !important;
    min-width: 0 !important;
  }
  .cid-vflN9zSvYH .split-right .contact-info {
    margin-top: 0.5rem;
  }
  .cid-vflN9zSvYH .split-right .contact-text {
    font-size: 0.9rem !important;
    opacity: 0.7 !important;
  }
  .cid-vflN9zSvYH .split-right .icons-menu {
    padding-top: 0.5rem;
  }
  .cid-vflN9zSvYH .split-right .icons-menu .iconfont-wrapper svg {
    width: 34px !important;
    height: 34px !important;
  }
  .cid-vflN9zSvYH .quick-actions {
    display: none !important;
  }
  .cid-vflN9zSvYH .split-right .quick-actions-mobile {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    gap: 0.5rem !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .cid-vflN9zSvYH .split-right .quick-actions-mobile .quick-btn {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    white-space: normal !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    min-width: 0 !important;
    font-size: 0.9rem !important;
    padding: 0.6rem 1rem !important;
    line-height: 1.4 !important;
    height: auto !important;
  }
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vflN9zSvYH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vflN9zSvYH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vflN9zSvYH .split-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.cid-vflN9zSvYH .split-left {
  flex: 1;
  min-width: 0;
}
.cid-vflN9zSvYH .split-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-vflN9zSvYH .navbar-buttons {
  text-align: center;
  min-width: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.cid-vflN9zSvYH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vflN9zSvYH .icons-menu .iconfont-wrapper {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 0.35rem;
  padding: 0 !important;
  transition: transform 0.3s ease, opacity 0.3s ease;
  line-height: 0;
}
.cid-vflN9zSvYH .icons-menu .iconfont-wrapper svg {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-vflN9zSvYH .icons-menu .iconfont-wrapper:hover svg {
  transform: scale(1.12);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.cid-vflN9zSvYH .contact-info {
  text-align: center;
}
.cid-vflN9zSvYH .contact-text {
  margin: 0;
  text-align: justify;
  color: #000000;
}
.cid-vflN9zSvYH .lang-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.cid-vflN9zSvYH .lang-link {
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  color: #000000;
  opacity: 0.4;
  transition: opacity 0.3s ease;
  padding: 0.15rem 0;
}
.cid-vflN9zSvYH .lang-link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.cid-vflN9zSvYH .lang-link.active-lang {
  font-weight: 500;
  opacity: 1;
  border-bottom: 1.5px solid currentColor;
}
.cid-vflN9zSvYH .lang-divider {
  font-size: 0.85rem;
  opacity: 0.25;
  color: #000000;
  user-select: none;
}
.cid-vflN9zSvYH .quick-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.4rem;
  margin-left: auto;
  margin-right: 1rem;
  flex-shrink: 1;
  min-width: 0;
}
.cid-vflN9zSvYH .quick-actions .quick-btn {
  white-space: nowrap !important;
  padding: 0.35rem 0.85rem !important;
  line-height: 1.4 !important;
  height: auto !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}
.cid-vflN9zSvYH .split-right .quick-actions-mobile {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vflN9zSvYH .navbar {
    height: 70px;
  }
  .cid-vflN9zSvYH .navbar.opened {
    height: auto;
  }
  .cid-vflN9zSvYH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf9SYqBcgT {
  padding-top: 16rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/img-1786-2000x1333.jpg");
}
.cid-vf9SYqBcgT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf9SYqBcgT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf9SYqBcgT .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vf9SYqBcgT .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-vf9SYqBcgT .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vf9SYqBcgT .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vf9SYqBcgT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vf9SYqBcgT .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vf9SYqBcgT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vf9SYqBcgT .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vf9SYqBcgT .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vf9SYqBcgT .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-vf9SYqBcgT .mbr-section-title {
  color: #f1f5eb;
}
.cid-vf9SYqBcgT .mbr-text,
.cid-vf9SYqBcgT .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vf9SYqBcgT .mbr-section-title,
.cid-vf9SYqBcgT .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vfEsJJlW6i {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfEsJJlW6i .card-box {
  width: fit-content;
}
.cid-vfEsJJlW6i .cards {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
@media (max-width: 992px) {
  .cid-vfEsJJlW6i .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-vfEsJJlW6i .card-title {
  padding: 0;
  margin: 0;
}
.cid-vfEsJJlW6i .card-wrapper {
  border: none;
  padding: 0.8rem 1rem;
  background: #eeeeee;
  border-radius: 0.75rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
@media (max-width: 992px) {
  .cid-vfEsJJlW6i .card-wrapper {
    width: 100%;
  }
}
.cid-vfEsJJlW6i .card-icon {
  font-size: 1.6rem;
  color: currentColor;
  padding-right: 0.8rem;
  opacity: 0.7;
}
.cid-vfEsJJlW6i .card-title,
.cid-vfEsJJlW6i .card-icon {
  color: #000000;
  text-align: center;
}
.cid-vfEsJJlW6i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfEsJJlW6i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vffxhcfbCD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vffxhcfbCD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vffxhcfbCD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vffxhcfbCD .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vffxhcfbCD .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vffxhcfbCD .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vffxhcfbCD .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vffxhcfbCD .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vffxhcfbCD .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-vffxhcfbCD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vffxhcfbCD .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-vffxhcfbCD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vffxhcfbCD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vffxhcfbCD .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-vffxhcfbCD .mbr-label,
.cid-vffxhcfbCD .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vffxhcfbCD .mbr-section-title {
  color: #000000;
}
.cid-vffxhcfbCD .mbr-text,
.cid-vffxhcfbCD .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vffxhcfbCD .mbr-section-title,
.cid-vffxhcfbCD .title-wrapper,
.cid-vffxhcfbCD .mbr-section-btn,
.cid-vffxhcfbCD .logo-wrapper {
  text-align: center;
  color: #d70081;
}
.cid-vfakj40KmA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfakj40KmA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfakj40KmA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfakj40KmA .title-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vfakj40KmA .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfakj40KmA .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vfakj40KmA .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vfakj40KmA .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfakj40KmA .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfakj40KmA .items-wrapper {
  margin: 0 -8px;
}
.cid-vfakj40KmA .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vfakj40KmA .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vfakj40KmA .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vfakj40KmA .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(-80px);
}
@media (max-width: 992px) {
  .cid-vfakj40KmA .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-vfakj40KmA .items-wrapper .item:nth-child(3n + 2) .item-wrapper {
  min-height: 500px;
}
@media (max-width: 992px) {
  .cid-vfakj40KmA .items-wrapper .item:nth-child(3n + 2) .item-wrapper {
    min-height: 380px;
  }
}
.cid-vfakj40KmA .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 380px;
  animation: none !important;
}
.cid-vfakj40KmA .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vfakj40KmA .items-wrapper .item .item-wrapper .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.1;
  z-index: 1;
  pointer-events: none;
}
.cid-vfakj40KmA .items-wrapper .item .item-wrapper .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  backdrop-filter: blur(10px);
  mask-image: linear-gradient(0deg, #000000 20%, transparent 75%);
  -webkit-mask-image: linear-gradient(0deg, #000000 20%, transparent 75%);
  pointer-events: none;
  z-index: 1;
}
.cid-vfakj40KmA .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vfakj40KmA .items-wrapper .item .item-wrapper .item-content {
    padding: 28px;
  }
}
.cid-vfakj40KmA .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 16px;
}
.cid-vfakj40KmA .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-vfakj40KmA .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-vfakj40KmA .items-wrapper .item .item-wrapper .item-content .item-name {
  margin-bottom: 4px;
}
.cid-vfakj40KmA .items-wrapper .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-vfakj40KmA .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vfakj40KmA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vfakj40KmA .mbr-text,
.cid-vfakj40KmA .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vfakj40KmA .item-text {
  color: #ffffff;
}
.cid-vfakj40KmA .item-name {
  color: #ffffff;
}
.cid-vfakj40KmA .item-role {
  color: #ffffff;
  text-align: right;
}
.cid-vfakj40KmA .item-text,
.cid-vfakj40KmA .icon-wrapper {
  text-align: center;
}
.cid-vf73YI57kC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f5;
}
@media (min-width: 992px) {
  .cid-vf73YI57kC .carousel {
    max-height: 600px;
  }
  .cid-vf73YI57kC .carousel img {
    height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf73YI57kC .carousel {
    min-height: 390px;
  }
  .cid-vf73YI57kC .carousel img {
    height: 390px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vf73YI57kC .carousel {
    min-height: 330px;
  }
  .cid-vf73YI57kC .carousel img {
    height: 330px;
    object-fit: cover;
  }
  .cid-vf73YI57kC .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vf73YI57kC .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vf73YI57kC .carousel,
.cid-vf73YI57kC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vf73YI57kC .item-wrapper {
  width: 100%;
}
.cid-vf73YI57kC .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vf73YI57kC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vf73YI57kC .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vf73YI57kC .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vf73YI57kC .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vf73YI57kC .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vf73YI57kC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vf73YI57kC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vf73YI57kC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vf73YI57kC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vf73YI57kC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vf73YI57kC .carousel-indicators li.active,
.cid-vf73YI57kC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vf73YI57kC .carousel-indicators li::after,
.cid-vf73YI57kC .carousel-indicators li::before {
  content: none;
}
.cid-vf73YI57kC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vf73YI57kC .carousel-indicators {
    display: none !important;
  }
}
.cid-vfabPME6w8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-vfabPME6w8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfabPME6w8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfabPME6w8 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vfabPME6w8 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfabPME6w8 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vfabPME6w8 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vfabPME6w8 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vfabPME6w8 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vfabPME6w8 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vfabPME6w8 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vfabPME6w8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfabPME6w8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfabPME6w8 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vfabPME6w8 .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-vfabPME6w8 .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-vfabPME6w8 .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #f7f7f5;
  box-shadow: 0 8px 15px -8px #f7f7f5;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vfabPME6w8 .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-vfabPME6w8 .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vfabPME6w8 .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfabPME6w8 .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfabPME6w8 .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vfabPME6w8 .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-vfabPME6w8 .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #394546;
}
.cid-vfabPME6w8 .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vfabPME6w8 .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-vfabPME6w8 .mbr-label,
.cid-vfabPME6w8 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vfabPME6w8 .mbr-section-title,
.cid-vfabPME6w8 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vfabPME6w8 .mbr-text,
.cid-vfabPME6w8 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vfabPME6w8 .item-text {
  color: #000000;
}
.cid-vfabPME6w8 .item-text,
.cid-vfabPME6w8 .mbr-section-btn {
  text-align: center;
}
.cid-veJh37vFRn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #222f30;
}
.cid-veJh37vFRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJh37vFRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veJh37vFRn .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-veJh37vFRn .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-veJh37vFRn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-veJh37vFRn .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-veJh37vFRn .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  .cid-veJh37vFRn .title-wrapper .mbr-section-btn {
    flex-wrap: nowrap;
  }
  .cid-veJh37vFRn .title-wrapper .mbr-section-btn .btn {
    font-size: 0.8rem !important;
    padding: 8px 12px !important;
    white-space: nowrap;
  }
}
.cid-veJh37vFRn .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-veJh37vFRn .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-veJh37vFRn .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-veJh37vFRn .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-veJh37vFRn .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veJh37vFRn .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: .4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-veJh37vFRn .payment-wrapper {
  gap: 15px;
  margin-bottom: 30px;
}
.cid-veJh37vFRn .payment-wrapper .payment-label {
  color: #ffffff;
  opacity: .7;
}
.cid-veJh37vFRn .payment-wrapper .payment-icons {
  gap: 10px;
}
.cid-veJh37vFRn .payment-wrapper .payment-icons svg {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cid-veJh37vFRn .payment-wrapper {
    justify-content: center;
  }
}
.cid-veJh37vFRn .card {
  justify-content: center;
}
.cid-veJh37vFRn .mbr-copy {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
}
.cid-veJh37vFRn .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-veJh37vFRn .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all .3s ease;
}
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item:hover,
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item:hover {
  opacity: .7;
}
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: .7;
}
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-veJh37vFRn .mbr-label {
  color: #ffffff;
}
.cid-veJh37vFRn .mbr-section-title {
  color: #ffffff;
}
.cid-veJh37vFRn .mbr-text {
  color: #ffffff;
}
.cid-veJh37vFRn .mbr-list-title {
  color: #ffffff;
}
.cid-veJh37vFRn .list {
  color: #ffffff;
}
.cid-veJh37vFRn .mbr-section-title,
.cid-veJh37vFRn .mbr-section-btn,
.cid-veJh37vFRn .title-wrapper {
  color: #ffffff;
}
.cid-veJh37vFRn .list,
.cid-veJh37vFRn .item-wrap {
  color: #ffffff;
}
.cid-veJh37vFRn .mbr-text,
.cid-veJh37vFRn .text-wrapper {
  color: #ffffff;
}
.cid-vflN9zSvYH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
  overflow-x: hidden;
}
.cid-vflN9zSvYH nav.navbar {
  position: fixed;
}
.cid-vflN9zSvYH .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-vflN9zSvYH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vflN9zSvYH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vflN9zSvYH .dropdown-item:hover,
.cid-vflN9zSvYH .dropdown-item:focus {
  background: #5c7374 !important;
  color: white !important;
}
.cid-vflN9zSvYH .dropdown-item:hover span {
  color: white;
}
.cid-vflN9zSvYH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vflN9zSvYH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vflN9zSvYH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vflN9zSvYH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vflN9zSvYH .nav-link {
  position: relative;
}
.cid-vflN9zSvYH .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH .container {
    flex-wrap: wrap;
  }
}
.cid-vflN9zSvYH .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vflN9zSvYH .dropdown-menu,
.cid-vflN9zSvYH .navbar.opened {
  background: #ffffff !important;
}
.cid-vflN9zSvYH .nav-item:focus,
.cid-vflN9zSvYH .nav-link:focus {
  outline: none;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vflN9zSvYH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vflN9zSvYH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vflN9zSvYH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  overflow-x: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vflN9zSvYH .navbar.opened {
  transition: all 0.3s;
}
.cid-vflN9zSvYH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vflN9zSvYH .navbar .navbar-logo img {
  width: auto;
}
.cid-vflN9zSvYH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vflN9zSvYH .navbar.collapsed {
  justify-content: center;
}
.cid-vflN9zSvYH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vflN9zSvYH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vflN9zSvYH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vflN9zSvYH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vflN9zSvYH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vflN9zSvYH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vflN9zSvYH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vflN9zSvYH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vflN9zSvYH .navbar .navbar-brand {
    flex-shrink: 1;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-vflN9zSvYH .navbar .navbar-toggler {
    flex-basis: auto;
    flex-shrink: 0;
  }
  .cid-vflN9zSvYH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vflN9zSvYH .navbar .navbar-brand {
    width: auto;
    flex-shrink: 1;
    padding-right: 0.5rem;
  }
}
.cid-vflN9zSvYH .navbar.navbar-short {
  min-height: 60px;
}
.cid-vflN9zSvYH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vflN9zSvYH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vflN9zSvYH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vflN9zSvYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vflN9zSvYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vflN9zSvYH .dropdown-item.active,
.cid-vflN9zSvYH .dropdown-item:active {
  background-color: transparent;
}
.cid-vflN9zSvYH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vflN9zSvYH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vflN9zSvYH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vflN9zSvYH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vflN9zSvYH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vflN9zSvYH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vflN9zSvYH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vflN9zSvYH .menu-label {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-right: 0.6rem;
}
.cid-vflN9zSvYH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vflN9zSvYH button.navbar-toggler {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger {
  width: 31px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
}
.cid-vflN9zSvYH .navbar-collapse {
  flex-basis: 100% !important;
}
.cid-vflN9zSvYH .split-wrapper {
  display: flex;
  flex-direction: row;
  width: 75%;
  margin-left: auto;
  margin-right: 0;
  padding: 2rem 0;
  box-sizing: border-box;
}
.cid-vflN9zSvYH .split-left {
  flex: 1 1 0%;
  min-width: 0;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 2.5rem;
}
.cid-vflN9zSvYH .split-left .navbar-nav {
  width: 100%;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 0.5rem 1.5rem;
  align-items: center;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-item {
  margin: 0 !important;
  text-align: left;
  border-bottom: none;
  padding: 0;
  position: relative;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-item ~ .nav-item::before {
  content: '\00b7';
  position: absolute;
  left: -0.75rem;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  line-height: 1;
  opacity: 0.5;
  color: #000000;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-link {
  padding: 0.5rem 0 !important;
  margin: 0 !important;
  letter-spacing: 1.5px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  width: 0;
  height: 1.5px;
  background: currentColor;
  transition: width 0.3s ease;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-link:hover::after {
  width: 100%;
}
.cid-vflN9zSvYH .split-right {
  width: 260px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 2.5rem;
  gap: 1rem;
}
.cid-vflN9zSvYH .split-right .navbar-buttons {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  gap: 0.5rem;
}
.cid-vflN9zSvYH .split-right .navbar-buttons .btn {
  text-align: center;
  white-space: nowrap !important;
  font-size: 0.85rem !important;
  padding: 0.5rem 1.2rem !important;
  letter-spacing: 0.5px;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  min-width: 0 !important;
}
.cid-vflN9zSvYH .split-right .contact-info {
  text-align: center;
}
.cid-vflN9zSvYH .split-right .contact-text {
  font-size: 0.85rem;
  line-height: 1.6;
  opacity: 0.65;
  margin: 0;
}
.cid-vflN9zSvYH .split-right .icons-menu {
  padding: 0;
}
.cid-vflN9zSvYH .split-right .icons-menu .iconfont-wrapper svg {
  width: 32px;
  height: 32px;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH button.navbar-toggler {
    width: 31px !important;
    height: 20px !important;
    display: block !important;
  }
  .cid-vflN9zSvYH .menu-label {
    display: none !important;
  }
  .cid-vflN9zSvYH .split-wrapper {
    flex-direction: column !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding: 1rem 0 !important;
    overflow: hidden !important;
  }
  .cid-vflN9zSvYH .navbar-collapse {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    max-width: 100% !important;
    max-height: 80vh !important;
  }
  .cid-vflN9zSvYH .split-left {
    border-right: none !important;
    padding-right: 0 !important;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav {
    width: 100% !important;
    flex-direction: column !important;
    gap: 0 !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-item {
    text-align: left !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 0 !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-item::before {
    display: none !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-link {
    display: block !important;
    text-align: left;
    font-size: 0.85rem !important;
    padding: 0.4rem 0 !important;
    white-space: normal !important;
    letter-spacing: 1px !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-link::after {
    left: 0 !important;
    transform: none;
  }
  .cid-vflN9zSvYH .split-right {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
  .cid-vflN9zSvYH .split-right .navbar-buttons {
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.5rem !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  .cid-vflN9zSvYH .split-right .navbar-buttons .btn {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    font-size: 0.9rem !important;
    padding: 0.5rem 0.8rem !important;
    white-space: normal !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    margin: 0 !important;
    min-width: 0 !important;
  }
  .cid-vflN9zSvYH .split-right .contact-info {
    margin-top: 0.5rem;
  }
  .cid-vflN9zSvYH .split-right .contact-text {
    font-size: 0.9rem !important;
    opacity: 0.7 !important;
  }
  .cid-vflN9zSvYH .split-right .icons-menu {
    padding-top: 0.5rem;
  }
  .cid-vflN9zSvYH .split-right .icons-menu .iconfont-wrapper svg {
    width: 34px !important;
    height: 34px !important;
  }
  .cid-vflN9zSvYH .quick-actions {
    display: none !important;
  }
  .cid-vflN9zSvYH .split-right .quick-actions-mobile {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    gap: 0.5rem !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .cid-vflN9zSvYH .split-right .quick-actions-mobile .quick-btn {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    white-space: normal !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    min-width: 0 !important;
    font-size: 0.9rem !important;
    padding: 0.6rem 1rem !important;
    line-height: 1.4 !important;
    height: auto !important;
  }
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vflN9zSvYH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vflN9zSvYH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vflN9zSvYH .split-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.cid-vflN9zSvYH .split-left {
  flex: 1;
  min-width: 0;
}
.cid-vflN9zSvYH .split-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-vflN9zSvYH .navbar-buttons {
  text-align: center;
  min-width: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.cid-vflN9zSvYH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vflN9zSvYH .icons-menu .iconfont-wrapper {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 0.35rem;
  padding: 0 !important;
  transition: transform 0.3s ease, opacity 0.3s ease;
  line-height: 0;
}
.cid-vflN9zSvYH .icons-menu .iconfont-wrapper svg {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-vflN9zSvYH .icons-menu .iconfont-wrapper:hover svg {
  transform: scale(1.12);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.cid-vflN9zSvYH .contact-info {
  text-align: center;
}
.cid-vflN9zSvYH .contact-text {
  margin: 0;
  text-align: justify;
  color: #000000;
}
.cid-vflN9zSvYH .lang-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.cid-vflN9zSvYH .lang-link {
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  color: #000000;
  opacity: 0.4;
  transition: opacity 0.3s ease;
  padding: 0.15rem 0;
}
.cid-vflN9zSvYH .lang-link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.cid-vflN9zSvYH .lang-link.active-lang {
  font-weight: 500;
  opacity: 1;
  border-bottom: 1.5px solid currentColor;
}
.cid-vflN9zSvYH .lang-divider {
  font-size: 0.85rem;
  opacity: 0.25;
  color: #000000;
  user-select: none;
}
.cid-vflN9zSvYH .quick-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.4rem;
  margin-left: auto;
  margin-right: 1rem;
  flex-shrink: 1;
  min-width: 0;
}
.cid-vflN9zSvYH .quick-actions .quick-btn {
  white-space: nowrap !important;
  padding: 0.35rem 0.85rem !important;
  line-height: 1.4 !important;
  height: auto !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}
.cid-vflN9zSvYH .split-right .quick-actions-mobile {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vflN9zSvYH .navbar {
    height: 70px;
  }
  .cid-vflN9zSvYH .navbar.opened {
    height: auto;
  }
  .cid-vflN9zSvYH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfqNeDYga7 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f7f7f5;
}
.cid-vfqNeDYga7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfqNeDYga7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfqNeDYga7 .mbr-section-title {
  text-align: justify;
}
.cid-vf9Amy5WQX {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vf9Amy5WQX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf9Amy5WQX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf9Amy5WQX .label-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vf9Amy5WQX .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vf9Amy5WQX .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vf9Amy5WQX .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #840f21;
  display: flex;
}
.cid-vf9Amy5WQX .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vf9Amy5WQX .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vf9Amy5WQX .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
    width: 100%;
  }
}
.cid-vf9Amy5WQX .tabs-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vf9Amy5WQX .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vf9Amy5WQX .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}
.cid-vf9Amy5WQX .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
}
.cid-vf9Amy5WQX .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #0b2224;
  padding: 6px 12px;
  border: none;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vf9Amy5WQX .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 20px;
  }
}
.cid-vf9Amy5WQX .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #0b2224;
  color: #ffffff;
}
.cid-vf9Amy5WQX .tab-content .tab-pane .item-content {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-vf9Amy5WQX .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vf9Amy5WQX .tab-content .tab-pane .item-content .image-wrap {
  width: 43%;
}
@media (max-width: 992px) {
  .cid-vf9Amy5WQX .tab-content .tab-pane .item-content .image-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-vf9Amy5WQX .tab-content .tab-pane .item-content .image-wrap img {
  height: auto;
  aspect-ratio: 1.5;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf9Amy5WQX .tab-content .tab-pane .item-content .image-wrap img {
    aspect-ratio: 1.5;
  }
}
.cid-vf9Amy5WQX .tab-content .tab-pane .item-content .card-box {
  width: 49%;
  border-top: 1px solid #e7e8e1;
  padding-top: 80px;
  display: flex;
  gap: 20px;
  display: block;
}
@media (max-width: 992px) {
  .cid-vf9Amy5WQX .tab-content .tab-pane .item-content .card-box {
    width: 100%;
    padding-top: 24px;
    display: block;
  }
}
.cid-vf9Amy5WQX .tab-content .tab-pane .item-content .card-box .item-number {
  width: 130px;
  margin-bottom: 16px;
}
.cid-vf9Amy5WQX .tab-content .tab-pane .item-content .card-box .list-wrapper {
  width: 100%;
}
.cid-vf9Amy5WQX .tab-content .tab-pane .item-content .card-box .list-wrapper .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vf9Amy5WQX .tab-content .tab-pane .item-content .card-box .list-wrapper .item-title {
    margin-bottom: 24px;
  }
}
.cid-vf9Amy5WQX .tab-content .tab-pane .item-content .card-box .list-wrapper .list {
  margin: 0 0 0 14px;
  padding: 0 0 0 10px;
}
.cid-vf9Amy5WQX .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 10px;
  padding-left: 10px;
  width: fit-content;
}
.cid-vf9Amy5WQX .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap::marker {
  color: #840f21;
}
.cid-vf9Amy5WQX .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vf9Amy5WQX .tab-content .tab-pane .item-content .card-box .list-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vf9Amy5WQX .tab-content .tab-pane .item-content .card-box .list-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf9Amy5WQX .mbr-label {
  color: #222f30;
}
.cid-vf9Amy5WQX .mbr-section-title {
  color: #222f30;
}
.cid-vf9Amy5WQX .item-number {
  color: #222f30;
}
.cid-vf9Amy5WQX .item-title {
  color: #222f30;
}
.cid-vf9Amy5WQX .list {
  color: #4f595a;
}
.cid-vf9Amy5WQX .item-title,
.cid-vf9Amy5WQX .mbr-section-btn {
  color: #000000;
}
.cid-vf9Amy5WQX .list,
.cid-vf9Amy5WQX .item-wrap {
  color: #000000;
}
.cid-vf9Amy5WQX .mbr-section-title,
.cid-vf9Amy5WQX .tabs-wrapper,
.cid-vf9Amy5WQX .title-wrapper {
  color: #000000;
}
.cid-vf9Amy5WQX .mbr-label,
.cid-vf9Amy5WQX .label-wrapper {
  text-align: justify;
}
.cid-veJh37vFRn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #171719;
}
.cid-veJh37vFRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJh37vFRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veJh37vFRn .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-veJh37vFRn .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-veJh37vFRn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-veJh37vFRn .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-veJh37vFRn .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  .cid-veJh37vFRn .title-wrapper .mbr-section-btn {
    flex-wrap: nowrap;
  }
  .cid-veJh37vFRn .title-wrapper .mbr-section-btn .btn {
    font-size: 0.8rem !important;
    padding: 8px 12px !important;
    white-space: nowrap;
  }
}
.cid-veJh37vFRn .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-veJh37vFRn .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-veJh37vFRn .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-veJh37vFRn .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-veJh37vFRn .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veJh37vFRn .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: .4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-veJh37vFRn .payment-wrapper {
  gap: 15px;
  margin-bottom: 30px;
}
.cid-veJh37vFRn .payment-wrapper .payment-label {
  color: #ffffff;
  opacity: .7;
}
.cid-veJh37vFRn .payment-wrapper .payment-icons {
  gap: 10px;
}
.cid-veJh37vFRn .payment-wrapper .payment-icons svg {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cid-veJh37vFRn .payment-wrapper {
    justify-content: center;
  }
}
.cid-veJh37vFRn .card {
  justify-content: center;
}
.cid-veJh37vFRn .mbr-copy {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
}
.cid-veJh37vFRn .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-veJh37vFRn .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all .3s ease;
}
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item:hover,
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item:hover {
  opacity: .7;
}
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: .7;
}
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-veJh37vFRn .mbr-label {
  color: #ffffff;
}
.cid-veJh37vFRn .mbr-section-title {
  color: #ffffff;
}
.cid-veJh37vFRn .mbr-text {
  color: #ffffff;
}
.cid-veJh37vFRn .mbr-list-title {
  color: #ffffff;
}
.cid-veJh37vFRn .list {
  color: #ffffff;
}
.cid-veJh37vFRn .mbr-section-title,
.cid-veJh37vFRn .mbr-section-btn,
.cid-veJh37vFRn .title-wrapper {
  color: #ffffff;
}
.cid-veJh37vFRn .list,
.cid-veJh37vFRn .item-wrap {
  color: #ffffff;
}
.cid-veJh37vFRn .mbr-text,
.cid-veJh37vFRn .text-wrapper {
  color: #ffffff;
}
.cid-vflN9zSvYH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
  overflow-x: hidden;
}
.cid-vflN9zSvYH nav.navbar {
  position: fixed;
}
.cid-vflN9zSvYH .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-vflN9zSvYH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vflN9zSvYH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vflN9zSvYH .dropdown-item:hover,
.cid-vflN9zSvYH .dropdown-item:focus {
  background: #5c7374 !important;
  color: white !important;
}
.cid-vflN9zSvYH .dropdown-item:hover span {
  color: white;
}
.cid-vflN9zSvYH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vflN9zSvYH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vflN9zSvYH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vflN9zSvYH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vflN9zSvYH .nav-link {
  position: relative;
}
.cid-vflN9zSvYH .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH .container {
    flex-wrap: wrap;
  }
}
.cid-vflN9zSvYH .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vflN9zSvYH .dropdown-menu,
.cid-vflN9zSvYH .navbar.opened {
  background: #ffffff !important;
}
.cid-vflN9zSvYH .nav-item:focus,
.cid-vflN9zSvYH .nav-link:focus {
  outline: none;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vflN9zSvYH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vflN9zSvYH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vflN9zSvYH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  overflow-x: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vflN9zSvYH .navbar.opened {
  transition: all 0.3s;
}
.cid-vflN9zSvYH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vflN9zSvYH .navbar .navbar-logo img {
  width: auto;
}
.cid-vflN9zSvYH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vflN9zSvYH .navbar.collapsed {
  justify-content: center;
}
.cid-vflN9zSvYH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vflN9zSvYH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vflN9zSvYH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vflN9zSvYH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vflN9zSvYH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vflN9zSvYH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vflN9zSvYH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vflN9zSvYH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vflN9zSvYH .navbar .navbar-brand {
    flex-shrink: 1;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-vflN9zSvYH .navbar .navbar-toggler {
    flex-basis: auto;
    flex-shrink: 0;
  }
  .cid-vflN9zSvYH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vflN9zSvYH .navbar .navbar-brand {
    width: auto;
    flex-shrink: 1;
    padding-right: 0.5rem;
  }
}
.cid-vflN9zSvYH .navbar.navbar-short {
  min-height: 60px;
}
.cid-vflN9zSvYH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vflN9zSvYH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vflN9zSvYH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vflN9zSvYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vflN9zSvYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vflN9zSvYH .dropdown-item.active,
.cid-vflN9zSvYH .dropdown-item:active {
  background-color: transparent;
}
.cid-vflN9zSvYH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vflN9zSvYH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vflN9zSvYH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vflN9zSvYH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vflN9zSvYH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vflN9zSvYH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vflN9zSvYH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vflN9zSvYH .menu-label {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-right: 0.6rem;
}
.cid-vflN9zSvYH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vflN9zSvYH button.navbar-toggler {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger {
  width: 31px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
}
.cid-vflN9zSvYH .navbar-collapse {
  flex-basis: 100% !important;
}
.cid-vflN9zSvYH .split-wrapper {
  display: flex;
  flex-direction: row;
  width: 75%;
  margin-left: auto;
  margin-right: 0;
  padding: 2rem 0;
  box-sizing: border-box;
}
.cid-vflN9zSvYH .split-left {
  flex: 1 1 0%;
  min-width: 0;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 2.5rem;
}
.cid-vflN9zSvYH .split-left .navbar-nav {
  width: 100%;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 0.5rem 1.5rem;
  align-items: center;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-item {
  margin: 0 !important;
  text-align: left;
  border-bottom: none;
  padding: 0;
  position: relative;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-item ~ .nav-item::before {
  content: '\00b7';
  position: absolute;
  left: -0.75rem;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  line-height: 1;
  opacity: 0.5;
  color: #000000;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-link {
  padding: 0.5rem 0 !important;
  margin: 0 !important;
  letter-spacing: 1.5px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  width: 0;
  height: 1.5px;
  background: currentColor;
  transition: width 0.3s ease;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-link:hover::after {
  width: 100%;
}
.cid-vflN9zSvYH .split-right {
  width: 260px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 2.5rem;
  gap: 1rem;
}
.cid-vflN9zSvYH .split-right .navbar-buttons {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  gap: 0.5rem;
}
.cid-vflN9zSvYH .split-right .navbar-buttons .btn {
  text-align: center;
  white-space: nowrap !important;
  font-size: 0.85rem !important;
  padding: 0.5rem 1.2rem !important;
  letter-spacing: 0.5px;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  min-width: 0 !important;
}
.cid-vflN9zSvYH .split-right .contact-info {
  text-align: center;
}
.cid-vflN9zSvYH .split-right .contact-text {
  font-size: 0.85rem;
  line-height: 1.6;
  opacity: 0.65;
  margin: 0;
}
.cid-vflN9zSvYH .split-right .icons-menu {
  padding: 0;
}
.cid-vflN9zSvYH .split-right .icons-menu .iconfont-wrapper svg {
  width: 32px;
  height: 32px;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH button.navbar-toggler {
    width: 31px !important;
    height: 20px !important;
    display: block !important;
  }
  .cid-vflN9zSvYH .menu-label {
    display: none !important;
  }
  .cid-vflN9zSvYH .split-wrapper {
    flex-direction: column !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding: 1rem 0 !important;
    overflow: hidden !important;
  }
  .cid-vflN9zSvYH .navbar-collapse {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    max-width: 100% !important;
    max-height: 80vh !important;
  }
  .cid-vflN9zSvYH .split-left {
    border-right: none !important;
    padding-right: 0 !important;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav {
    width: 100% !important;
    flex-direction: column !important;
    gap: 0 !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-item {
    text-align: left !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 0 !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-item::before {
    display: none !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-link {
    display: block !important;
    text-align: left;
    font-size: 0.85rem !important;
    padding: 0.4rem 0 !important;
    white-space: normal !important;
    letter-spacing: 1px !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-link::after {
    left: 0 !important;
    transform: none;
  }
  .cid-vflN9zSvYH .split-right {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
  .cid-vflN9zSvYH .split-right .navbar-buttons {
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.5rem !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  .cid-vflN9zSvYH .split-right .navbar-buttons .btn {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    font-size: 0.9rem !important;
    padding: 0.5rem 0.8rem !important;
    white-space: normal !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    margin: 0 !important;
    min-width: 0 !important;
  }
  .cid-vflN9zSvYH .split-right .contact-info {
    margin-top: 0.5rem;
  }
  .cid-vflN9zSvYH .split-right .contact-text {
    font-size: 0.9rem !important;
    opacity: 0.7 !important;
  }
  .cid-vflN9zSvYH .split-right .icons-menu {
    padding-top: 0.5rem;
  }
  .cid-vflN9zSvYH .split-right .icons-menu .iconfont-wrapper svg {
    width: 34px !important;
    height: 34px !important;
  }
  .cid-vflN9zSvYH .quick-actions {
    display: none !important;
  }
  .cid-vflN9zSvYH .split-right .quick-actions-mobile {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    gap: 0.5rem !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .cid-vflN9zSvYH .split-right .quick-actions-mobile .quick-btn {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    white-space: normal !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    min-width: 0 !important;
    font-size: 0.9rem !important;
    padding: 0.6rem 1rem !important;
    line-height: 1.4 !important;
    height: auto !important;
  }
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vflN9zSvYH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vflN9zSvYH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vflN9zSvYH .split-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.cid-vflN9zSvYH .split-left {
  flex: 1;
  min-width: 0;
}
.cid-vflN9zSvYH .split-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-vflN9zSvYH .navbar-buttons {
  text-align: center;
  min-width: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.cid-vflN9zSvYH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vflN9zSvYH .icons-menu .iconfont-wrapper {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 0.35rem;
  padding: 0 !important;
  transition: transform 0.3s ease, opacity 0.3s ease;
  line-height: 0;
}
.cid-vflN9zSvYH .icons-menu .iconfont-wrapper svg {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-vflN9zSvYH .icons-menu .iconfont-wrapper:hover svg {
  transform: scale(1.12);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.cid-vflN9zSvYH .contact-info {
  text-align: center;
}
.cid-vflN9zSvYH .contact-text {
  margin: 0;
  text-align: justify;
  color: #000000;
}
.cid-vflN9zSvYH .lang-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.cid-vflN9zSvYH .lang-link {
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  color: #000000;
  opacity: 0.4;
  transition: opacity 0.3s ease;
  padding: 0.15rem 0;
}
.cid-vflN9zSvYH .lang-link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.cid-vflN9zSvYH .lang-link.active-lang {
  font-weight: 500;
  opacity: 1;
  border-bottom: 1.5px solid currentColor;
}
.cid-vflN9zSvYH .lang-divider {
  font-size: 0.85rem;
  opacity: 0.25;
  color: #000000;
  user-select: none;
}
.cid-vflN9zSvYH .quick-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.4rem;
  margin-left: auto;
  margin-right: 1rem;
  flex-shrink: 1;
  min-width: 0;
}
.cid-vflN9zSvYH .quick-actions .quick-btn {
  white-space: nowrap !important;
  padding: 0.35rem 0.85rem !important;
  line-height: 1.4 !important;
  height: auto !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}
.cid-vflN9zSvYH .split-right .quick-actions-mobile {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vflN9zSvYH .navbar {
    height: 70px;
  }
  .cid-vflN9zSvYH .navbar.opened {
    height: auto;
  }
  .cid-vflN9zSvYH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfmEMIWub5 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f7f7f5;
}
.cid-vfmEMIWub5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfmEMIWub5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfmEMIWub5 .mbr-section-title {
  text-align: justify;
}
.cid-veVhsR3Nj3 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-veVhsR3Nj3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veVhsR3Nj3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veVhsR3Nj3 .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-veVhsR3Nj3 .row .card {
  padding: 0 13px;
}
@media (max-width: 992px) {
  .cid-veVhsR3Nj3 .row {
    display: flex;
    flex-direction: column;
  }
  .cid-veVhsR3Nj3 .row .card-left {
    display: contents;
  }
  .cid-veVhsR3Nj3 .row .card-right {
    display: contents;
  }
  .cid-veVhsR3Nj3 .row .card-left .content-wrapper .content-wrap {
    order: 1;
  }
  .cid-veVhsR3Nj3 .row .card-right .card-wrapper .image-wrap {
    order: 2;
  }
  .cid-veVhsR3Nj3 .row .card-right .card-wrapper .item-content {
    order: 3;
  }
  .cid-veVhsR3Nj3 .row .card-right .card-wrapper .image-duo {
    order: 4;
  }
  .cid-veVhsR3Nj3 .row .card-right .card-wrapper .image-duo-row2 {
    order: 5;
  }
  .cid-veVhsR3Nj3 .row .card-left .content-wrapper .cards-wrap .image-wrapper {
    order: 6;
  }
  .cid-veVhsR3Nj3 .row .card-left .content-wrapper .cards-wrap .number-wrap {
    order: 7;
  }
}
.cid-veVhsR3Nj3 .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-veVhsR3Nj3 .content-wrapper {
    display: contents;
  }
}
.cid-veVhsR3Nj3 .content-wrapper .content-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-veVhsR3Nj3 .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-veVhsR3Nj3 .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-veVhsR3Nj3 .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-veVhsR3Nj3 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veVhsR3Nj3 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-veVhsR3Nj3 .content-wrapper .cards-wrap {
    display: contents;
  }
}
.cid-veVhsR3Nj3 .content-wrapper .cards-wrap .image-wrapper img {
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veVhsR3Nj3 .content-wrapper .cards-wrap .image-wrapper {
    margin-top: 16px;
  }
}
.cid-veVhsR3Nj3 .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #394546;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-veVhsR3Nj3 .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-veVhsR3Nj3 .content-wrapper .cards-wrap .number-wrap .number-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}
.cid-veVhsR3Nj3 .content-wrapper .cards-wrap .number-wrap .number-heading .coffee-icon {
  flex-shrink: 0;
  line-height: 0;
}
.cid-veVhsR3Nj3 .content-wrapper .cards-wrap .number-wrap .number-heading .coffee-icon svg {
  width: 48px;
  height: 48px;
}
.cid-veVhsR3Nj3 .content-wrapper .cards-wrap .number-wrap .number-heading .mbr-number {
  margin-bottom: 0;
}
.cid-veVhsR3Nj3 .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-veVhsR3Nj3 .card-wrapper {
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-veVhsR3Nj3 .card-wrapper {
    display: contents;
  }
}
.cid-veVhsR3Nj3 .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-veVhsR3Nj3 .card-wrapper .image-wrap img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-veVhsR3Nj3 .card-wrapper .image-wrap {
    margin-top: 16px;
  }
}
.cid-veVhsR3Nj3 .card-wrapper .item-content {
  padding: 54px;
  background-color: #ffffff;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-veVhsR3Nj3 .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-veVhsR3Nj3 .card-wrapper .item-content {
    padding: 30px 16px;
    margin-top: 0;
  }
}
.cid-veVhsR3Nj3 .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-veVhsR3Nj3 .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-veVhsR3Nj3 .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-veVhsR3Nj3 .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-veVhsR3Nj3 .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-veVhsR3Nj3 .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.cid-veVhsR3Nj3 .card-wrapper .image-duo {
  display: flex;
  gap: 16px;
  padding: 0 54px 54px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-veVhsR3Nj3 .card-wrapper .image-duo {
    padding: 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-veVhsR3Nj3 .card-wrapper .image-duo {
    padding: 16px 16px 30px;
    gap: 12px;
  }
}
.cid-veVhsR3Nj3 .card-wrapper .image-duo .image-duo-item {
  flex: 1;
}
.cid-veVhsR3Nj3 .card-wrapper .image-duo .image-duo-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-veVhsR3Nj3 .card-wrapper .image-duo-row2 {
  padding-top: 0 !important;
}
.cid-veVhsR3Nj3 .mbr-label,
.cid-veVhsR3Nj3 .label-wrapper {
  color: #151e11;
}
.cid-veVhsR3Nj3 .mbr-section-title {
  color: #000000;
}
.cid-veVhsR3Nj3 .mbr-number {
  color: #ffffff;
}
.cid-veVhsR3Nj3 .mbr-number-desc {
  color: #ffffff;
}
.cid-veVhsR3Nj3 .card-label,
.cid-veVhsR3Nj3 .card-label-wrapper {
  color: #fff7ee;
}
.cid-veVhsR3Nj3 .card-title {
  color: #000000;
}
.cid-veVhsR3Nj3 .card-text {
  color: #fff7ee;
}
.cid-veVhsR3Nj3 .card-text,
.cid-veVhsR3Nj3 .text-wrapper {
  color: #000000;
}
.cid-veJh37vFRn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #171719;
}
.cid-veJh37vFRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJh37vFRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veJh37vFRn .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-veJh37vFRn .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-veJh37vFRn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-veJh37vFRn .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-veJh37vFRn .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  .cid-veJh37vFRn .title-wrapper .mbr-section-btn {
    flex-wrap: nowrap;
  }
  .cid-veJh37vFRn .title-wrapper .mbr-section-btn .btn {
    font-size: 0.8rem !important;
    padding: 8px 12px !important;
    white-space: nowrap;
  }
}
.cid-veJh37vFRn .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-veJh37vFRn .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-veJh37vFRn .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-veJh37vFRn .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-veJh37vFRn .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veJh37vFRn .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: .4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-veJh37vFRn .payment-wrapper {
  gap: 15px;
  margin-bottom: 30px;
}
.cid-veJh37vFRn .payment-wrapper .payment-label {
  color: #ffffff;
  opacity: .7;
}
.cid-veJh37vFRn .payment-wrapper .payment-icons {
  gap: 10px;
}
.cid-veJh37vFRn .payment-wrapper .payment-icons svg {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cid-veJh37vFRn .payment-wrapper {
    justify-content: center;
  }
}
.cid-veJh37vFRn .card {
  justify-content: center;
}
.cid-veJh37vFRn .mbr-copy {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
}
.cid-veJh37vFRn .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-veJh37vFRn .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all .3s ease;
}
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item:hover,
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item:hover {
  opacity: .7;
}
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: .7;
}
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-veJh37vFRn .mbr-label {
  color: #ffffff;
}
.cid-veJh37vFRn .mbr-section-title {
  color: #ffffff;
}
.cid-veJh37vFRn .mbr-text {
  color: #ffffff;
}
.cid-veJh37vFRn .mbr-list-title {
  color: #ffffff;
}
.cid-veJh37vFRn .list {
  color: #ffffff;
}
.cid-veJh37vFRn .mbr-section-title,
.cid-veJh37vFRn .mbr-section-btn,
.cid-veJh37vFRn .title-wrapper {
  color: #ffffff;
}
.cid-veJh37vFRn .list,
.cid-veJh37vFRn .item-wrap {
  color: #ffffff;
}
.cid-veJh37vFRn .mbr-text,
.cid-veJh37vFRn .text-wrapper {
  color: #ffffff;
}
.cid-vflN9zSvYH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
  overflow-x: hidden;
}
.cid-vflN9zSvYH nav.navbar {
  position: fixed;
}
.cid-vflN9zSvYH .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-vflN9zSvYH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vflN9zSvYH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vflN9zSvYH .dropdown-item:hover,
.cid-vflN9zSvYH .dropdown-item:focus {
  background: #5c7374 !important;
  color: white !important;
}
.cid-vflN9zSvYH .dropdown-item:hover span {
  color: white;
}
.cid-vflN9zSvYH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vflN9zSvYH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vflN9zSvYH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vflN9zSvYH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vflN9zSvYH .nav-link {
  position: relative;
}
.cid-vflN9zSvYH .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH .container {
    flex-wrap: wrap;
  }
}
.cid-vflN9zSvYH .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vflN9zSvYH .dropdown-menu,
.cid-vflN9zSvYH .navbar.opened {
  background: #ffffff !important;
}
.cid-vflN9zSvYH .nav-item:focus,
.cid-vflN9zSvYH .nav-link:focus {
  outline: none;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vflN9zSvYH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vflN9zSvYH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vflN9zSvYH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  overflow-x: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vflN9zSvYH .navbar.opened {
  transition: all 0.3s;
}
.cid-vflN9zSvYH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vflN9zSvYH .navbar .navbar-logo img {
  width: auto;
}
.cid-vflN9zSvYH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vflN9zSvYH .navbar.collapsed {
  justify-content: center;
}
.cid-vflN9zSvYH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vflN9zSvYH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vflN9zSvYH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vflN9zSvYH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vflN9zSvYH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vflN9zSvYH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vflN9zSvYH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vflN9zSvYH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vflN9zSvYH .navbar .navbar-brand {
    flex-shrink: 1;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-vflN9zSvYH .navbar .navbar-toggler {
    flex-basis: auto;
    flex-shrink: 0;
  }
  .cid-vflN9zSvYH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vflN9zSvYH .navbar .navbar-brand {
    width: auto;
    flex-shrink: 1;
    padding-right: 0.5rem;
  }
}
.cid-vflN9zSvYH .navbar.navbar-short {
  min-height: 60px;
}
.cid-vflN9zSvYH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vflN9zSvYH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vflN9zSvYH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vflN9zSvYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vflN9zSvYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vflN9zSvYH .dropdown-item.active,
.cid-vflN9zSvYH .dropdown-item:active {
  background-color: transparent;
}
.cid-vflN9zSvYH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vflN9zSvYH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vflN9zSvYH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vflN9zSvYH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vflN9zSvYH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vflN9zSvYH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vflN9zSvYH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vflN9zSvYH .menu-label {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-right: 0.6rem;
}
.cid-vflN9zSvYH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vflN9zSvYH button.navbar-toggler {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger {
  width: 31px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
}
.cid-vflN9zSvYH .navbar-collapse {
  flex-basis: 100% !important;
}
.cid-vflN9zSvYH .split-wrapper {
  display: flex;
  flex-direction: row;
  width: 75%;
  margin-left: auto;
  margin-right: 0;
  padding: 2rem 0;
  box-sizing: border-box;
}
.cid-vflN9zSvYH .split-left {
  flex: 1 1 0%;
  min-width: 0;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 2.5rem;
}
.cid-vflN9zSvYH .split-left .navbar-nav {
  width: 100%;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 0.5rem 1.5rem;
  align-items: center;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-item {
  margin: 0 !important;
  text-align: left;
  border-bottom: none;
  padding: 0;
  position: relative;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-item ~ .nav-item::before {
  content: '\00b7';
  position: absolute;
  left: -0.75rem;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  line-height: 1;
  opacity: 0.5;
  color: #000000;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-link {
  padding: 0.5rem 0 !important;
  margin: 0 !important;
  letter-spacing: 1.5px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  width: 0;
  height: 1.5px;
  background: currentColor;
  transition: width 0.3s ease;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-link:hover::after {
  width: 100%;
}
.cid-vflN9zSvYH .split-right {
  width: 260px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 2.5rem;
  gap: 1rem;
}
.cid-vflN9zSvYH .split-right .navbar-buttons {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  gap: 0.5rem;
}
.cid-vflN9zSvYH .split-right .navbar-buttons .btn {
  text-align: center;
  white-space: nowrap !important;
  font-size: 0.85rem !important;
  padding: 0.5rem 1.2rem !important;
  letter-spacing: 0.5px;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  min-width: 0 !important;
}
.cid-vflN9zSvYH .split-right .contact-info {
  text-align: center;
}
.cid-vflN9zSvYH .split-right .contact-text {
  font-size: 0.85rem;
  line-height: 1.6;
  opacity: 0.65;
  margin: 0;
}
.cid-vflN9zSvYH .split-right .icons-menu {
  padding: 0;
}
.cid-vflN9zSvYH .split-right .icons-menu .iconfont-wrapper svg {
  width: 32px;
  height: 32px;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH button.navbar-toggler {
    width: 31px !important;
    height: 20px !important;
    display: block !important;
  }
  .cid-vflN9zSvYH .menu-label {
    display: none !important;
  }
  .cid-vflN9zSvYH .split-wrapper {
    flex-direction: column !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding: 1rem 0 !important;
    overflow: hidden !important;
  }
  .cid-vflN9zSvYH .navbar-collapse {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    max-width: 100% !important;
    max-height: 80vh !important;
  }
  .cid-vflN9zSvYH .split-left {
    border-right: none !important;
    padding-right: 0 !important;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav {
    width: 100% !important;
    flex-direction: column !important;
    gap: 0 !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-item {
    text-align: left !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 0 !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-item::before {
    display: none !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-link {
    display: block !important;
    text-align: left;
    font-size: 0.85rem !important;
    padding: 0.4rem 0 !important;
    white-space: normal !important;
    letter-spacing: 1px !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-link::after {
    left: 0 !important;
    transform: none;
  }
  .cid-vflN9zSvYH .split-right {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
  .cid-vflN9zSvYH .split-right .navbar-buttons {
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.5rem !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  .cid-vflN9zSvYH .split-right .navbar-buttons .btn {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    font-size: 0.9rem !important;
    padding: 0.5rem 0.8rem !important;
    white-space: normal !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    margin: 0 !important;
    min-width: 0 !important;
  }
  .cid-vflN9zSvYH .split-right .contact-info {
    margin-top: 0.5rem;
  }
  .cid-vflN9zSvYH .split-right .contact-text {
    font-size: 0.9rem !important;
    opacity: 0.7 !important;
  }
  .cid-vflN9zSvYH .split-right .icons-menu {
    padding-top: 0.5rem;
  }
  .cid-vflN9zSvYH .split-right .icons-menu .iconfont-wrapper svg {
    width: 34px !important;
    height: 34px !important;
  }
  .cid-vflN9zSvYH .quick-actions {
    display: none !important;
  }
  .cid-vflN9zSvYH .split-right .quick-actions-mobile {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    gap: 0.5rem !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .cid-vflN9zSvYH .split-right .quick-actions-mobile .quick-btn {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    white-space: normal !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    min-width: 0 !important;
    font-size: 0.9rem !important;
    padding: 0.6rem 1rem !important;
    line-height: 1.4 !important;
    height: auto !important;
  }
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vflN9zSvYH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vflN9zSvYH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vflN9zSvYH .split-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.cid-vflN9zSvYH .split-left {
  flex: 1;
  min-width: 0;
}
.cid-vflN9zSvYH .split-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-vflN9zSvYH .navbar-buttons {
  text-align: center;
  min-width: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.cid-vflN9zSvYH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vflN9zSvYH .icons-menu .iconfont-wrapper {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 0.35rem;
  padding: 0 !important;
  transition: transform 0.3s ease, opacity 0.3s ease;
  line-height: 0;
}
.cid-vflN9zSvYH .icons-menu .iconfont-wrapper svg {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-vflN9zSvYH .icons-menu .iconfont-wrapper:hover svg {
  transform: scale(1.12);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.cid-vflN9zSvYH .contact-info {
  text-align: center;
}
.cid-vflN9zSvYH .contact-text {
  margin: 0;
  text-align: justify;
  color: #000000;
}
.cid-vflN9zSvYH .lang-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.cid-vflN9zSvYH .lang-link {
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  color: #000000;
  opacity: 0.4;
  transition: opacity 0.3s ease;
  padding: 0.15rem 0;
}
.cid-vflN9zSvYH .lang-link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.cid-vflN9zSvYH .lang-link.active-lang {
  font-weight: 500;
  opacity: 1;
  border-bottom: 1.5px solid currentColor;
}
.cid-vflN9zSvYH .lang-divider {
  font-size: 0.85rem;
  opacity: 0.25;
  color: #000000;
  user-select: none;
}
.cid-vflN9zSvYH .quick-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.4rem;
  margin-left: auto;
  margin-right: 1rem;
  flex-shrink: 1;
  min-width: 0;
}
.cid-vflN9zSvYH .quick-actions .quick-btn {
  white-space: nowrap !important;
  padding: 0.35rem 0.85rem !important;
  line-height: 1.4 !important;
  height: auto !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}
.cid-vflN9zSvYH .split-right .quick-actions-mobile {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vflN9zSvYH .navbar {
    height: 70px;
  }
  .cid-vflN9zSvYH .navbar.opened {
    height: auto;
  }
  .cid-vflN9zSvYH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veY2onKx9W {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f7f7f5;
}
.cid-veY2onKx9W .mbr-fallback-image.disabled {
  display: none;
}
.cid-veY2onKx9W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veY2onKx9W .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-veY2onKx9W .col-title {
    margin-bottom: 40px;
  }
}
.cid-veY2onKx9W .mbr-section-title {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-veY2onKx9W .mbr-section-title {
    text-align: center !important;
  }
}
.cid-veY2onKx9W .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-veY2onKx9W .mbr-section-subtitle {
    margin-top: 16px;
    text-align: center !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-veY2onKx9W .accordion-row {
    margin: 0 -10px !important;
  }
}
.cid-veY2onKx9W .accordion-title-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-veY2onKx9W .accordion-title-container {
    display: none;
  }
}
.cid-veY2onKx9W .accordion-title {
  padding: 0 20px;
  width: 50%;
  color: #5F6AD4;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-veY2onKx9W .accordion-title {
    padding: 0 10px;
  }
}
.cid-veY2onKx9W .panel-group {
  display: flex;
  flex-wrap: wrap;
  border: none;
  padding: 0 !important;
}
.cid-veY2onKx9W .card {
  width: 50%;
  padding: 0 20px !important;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-veY2onKx9W .card {
    padding: 0 10px !important;
  }
}
@media (max-width: 991px) {
  .cid-veY2onKx9W .card {
    width: 100%;
  }
}
.cid-veY2onKx9W .card-border {
  height: 2px;
  width: 100%;
  background-color: #dfdfd8;
  margin-top: auto;
}
.cid-veY2onKx9W .card-border-top {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-veY2onKx9W .card-border-top2 {
    display: none;
  }
}
.cid-veY2onKx9W .mbr-iconfont {
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
  padding: 8px;
  background-color: #949a9b;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-veY2onKx9W .card-header {
  border-bottom: none !important;
  padding: 15px 0 !important;
}
.cid-veY2onKx9W .card-header:hover .mbr-iconfont {
  background-color: #cecec1 !important;
}
.cid-veY2onKx9W .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-veY2onKx9W .panel-body {
  padding-bottom: 20px;
}
.cid-veY2onKx9W .panel-text {
  margin-bottom: 20px !important;
  color: #000000;
}
.cid-veY2onKx9W .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veY2onKx9W .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-veY2onKx9W .panel-title-edit {
  color: #000000;
}
.cid-veY1DUP10V {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #171719;
}
.cid-veY1DUP10V .mbr-fallback-image.disabled {
  display: none;
}
.cid-veY1DUP10V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veY1DUP10V .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veY1DUP10V .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-veY1DUP10V .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-veY1DUP10V .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-veY1DUP10V .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-veY1DUP10V .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  .cid-veY1DUP10V .title-wrapper .mbr-section-btn {
    flex-wrap: nowrap;
  }
  .cid-veY1DUP10V .title-wrapper .mbr-section-btn .btn {
    font-size: 0.8rem !important;
    padding: 8px 12px !important;
    white-space: nowrap;
  }
}
.cid-veY1DUP10V .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veY1DUP10V .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-veY1DUP10V .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-veY1DUP10V .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-veY1DUP10V .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
.cid-veY1DUP10V .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-veY1DUP10V .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-veY1DUP10V .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-veY1DUP10V .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-veY1DUP10V .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-veY1DUP10V .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-veY1DUP10V .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-veY1DUP10V .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-veY1DUP10V .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-veY1DUP10V .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veY1DUP10V .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: .4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-veY1DUP10V .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-veY1DUP10V .payment-wrapper {
  gap: 15px;
  margin-bottom: 30px;
}
.cid-veY1DUP10V .payment-wrapper .payment-label {
  color: #ffffff;
  opacity: .7;
}
.cid-veY1DUP10V .payment-wrapper .payment-icons {
  gap: 10px;
}
.cid-veY1DUP10V .payment-wrapper .payment-icons svg {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cid-veY1DUP10V .payment-wrapper {
    justify-content: center;
  }
}
.cid-veY1DUP10V .card {
  justify-content: center;
}
.cid-veY1DUP10V .mbr-copy {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
}
.cid-veY1DUP10V .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-veY1DUP10V .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-veY1DUP10V .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-veY1DUP10V .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-veY1DUP10V .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all .3s ease;
}
.cid-veY1DUP10V .social-wrapper .social-wrap .soc-item:hover,
.cid-veY1DUP10V .social-wrapper .social-wrap .soc-item:hover {
  opacity: .7;
}
.cid-veY1DUP10V .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-veY1DUP10V .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: .7;
}
.cid-veY1DUP10V .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-veY1DUP10V .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-veY1DUP10V .mbr-label {
  color: #ffffff;
}
.cid-veY1DUP10V .mbr-section-title {
  color: #ffffff;
}
.cid-veY1DUP10V .mbr-text {
  color: #ffffff;
}
.cid-veY1DUP10V .mbr-list-title {
  color: #ffffff;
}
.cid-veY1DUP10V .list {
  color: #ffffff;
}
.cid-veY1DUP10V .mbr-section-title,
.cid-veY1DUP10V .mbr-section-btn,
.cid-veY1DUP10V .title-wrapper {
  color: #ffffff;
}
.cid-veY1DUP10V .list,
.cid-veY1DUP10V .item-wrap {
  color: #ffffff;
}
.cid-veY1DUP10V .mbr-text,
.cid-veY1DUP10V .text-wrapper {
  color: #ffffff;
}
.cid-vflN9zSvYH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
  overflow-x: hidden;
}
.cid-vflN9zSvYH nav.navbar {
  position: fixed;
}
.cid-vflN9zSvYH .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-vflN9zSvYH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vflN9zSvYH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vflN9zSvYH .dropdown-item:hover,
.cid-vflN9zSvYH .dropdown-item:focus {
  background: #5c7374 !important;
  color: white !important;
}
.cid-vflN9zSvYH .dropdown-item:hover span {
  color: white;
}
.cid-vflN9zSvYH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vflN9zSvYH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vflN9zSvYH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vflN9zSvYH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vflN9zSvYH .nav-link {
  position: relative;
}
.cid-vflN9zSvYH .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH .container {
    flex-wrap: wrap;
  }
}
.cid-vflN9zSvYH .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vflN9zSvYH .dropdown-menu,
.cid-vflN9zSvYH .navbar.opened {
  background: #ffffff !important;
}
.cid-vflN9zSvYH .nav-item:focus,
.cid-vflN9zSvYH .nav-link:focus {
  outline: none;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vflN9zSvYH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vflN9zSvYH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vflN9zSvYH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  overflow-x: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vflN9zSvYH .navbar.opened {
  transition: all 0.3s;
}
.cid-vflN9zSvYH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vflN9zSvYH .navbar .navbar-logo img {
  width: auto;
}
.cid-vflN9zSvYH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vflN9zSvYH .navbar.collapsed {
  justify-content: center;
}
.cid-vflN9zSvYH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vflN9zSvYH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vflN9zSvYH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vflN9zSvYH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vflN9zSvYH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vflN9zSvYH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vflN9zSvYH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vflN9zSvYH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vflN9zSvYH .navbar .navbar-brand {
    flex-shrink: 1;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-vflN9zSvYH .navbar .navbar-toggler {
    flex-basis: auto;
    flex-shrink: 0;
  }
  .cid-vflN9zSvYH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vflN9zSvYH .navbar .navbar-brand {
    width: auto;
    flex-shrink: 1;
    padding-right: 0.5rem;
  }
}
.cid-vflN9zSvYH .navbar.navbar-short {
  min-height: 60px;
}
.cid-vflN9zSvYH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vflN9zSvYH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vflN9zSvYH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vflN9zSvYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vflN9zSvYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vflN9zSvYH .dropdown-item.active,
.cid-vflN9zSvYH .dropdown-item:active {
  background-color: transparent;
}
.cid-vflN9zSvYH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vflN9zSvYH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vflN9zSvYH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vflN9zSvYH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vflN9zSvYH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vflN9zSvYH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vflN9zSvYH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vflN9zSvYH .menu-label {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-right: 0.6rem;
}
.cid-vflN9zSvYH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vflN9zSvYH button.navbar-toggler {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger {
  width: 31px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
}
.cid-vflN9zSvYH .navbar-collapse {
  flex-basis: 100% !important;
}
.cid-vflN9zSvYH .split-wrapper {
  display: flex;
  flex-direction: row;
  width: 75%;
  margin-left: auto;
  margin-right: 0;
  padding: 2rem 0;
  box-sizing: border-box;
}
.cid-vflN9zSvYH .split-left {
  flex: 1 1 0%;
  min-width: 0;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 2.5rem;
}
.cid-vflN9zSvYH .split-left .navbar-nav {
  width: 100%;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 0.5rem 1.5rem;
  align-items: center;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-item {
  margin: 0 !important;
  text-align: left;
  border-bottom: none;
  padding: 0;
  position: relative;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-item ~ .nav-item::before {
  content: '\00b7';
  position: absolute;
  left: -0.75rem;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  line-height: 1;
  opacity: 0.5;
  color: #000000;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-link {
  padding: 0.5rem 0 !important;
  margin: 0 !important;
  letter-spacing: 1.5px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  width: 0;
  height: 1.5px;
  background: currentColor;
  transition: width 0.3s ease;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-link:hover::after {
  width: 100%;
}
.cid-vflN9zSvYH .split-right {
  width: 260px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 2.5rem;
  gap: 1rem;
}
.cid-vflN9zSvYH .split-right .navbar-buttons {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  gap: 0.5rem;
}
.cid-vflN9zSvYH .split-right .navbar-buttons .btn {
  text-align: center;
  white-space: nowrap !important;
  font-size: 0.85rem !important;
  padding: 0.5rem 1.2rem !important;
  letter-spacing: 0.5px;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  min-width: 0 !important;
}
.cid-vflN9zSvYH .split-right .contact-info {
  text-align: center;
}
.cid-vflN9zSvYH .split-right .contact-text {
  font-size: 0.85rem;
  line-height: 1.6;
  opacity: 0.65;
  margin: 0;
}
.cid-vflN9zSvYH .split-right .icons-menu {
  padding: 0;
}
.cid-vflN9zSvYH .split-right .icons-menu .iconfont-wrapper svg {
  width: 32px;
  height: 32px;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH button.navbar-toggler {
    width: 31px !important;
    height: 20px !important;
    display: block !important;
  }
  .cid-vflN9zSvYH .menu-label {
    display: none !important;
  }
  .cid-vflN9zSvYH .split-wrapper {
    flex-direction: column !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding: 1rem 0 !important;
    overflow: hidden !important;
  }
  .cid-vflN9zSvYH .navbar-collapse {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    max-width: 100% !important;
    max-height: 80vh !important;
  }
  .cid-vflN9zSvYH .split-left {
    border-right: none !important;
    padding-right: 0 !important;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav {
    width: 100% !important;
    flex-direction: column !important;
    gap: 0 !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-item {
    text-align: left !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 0 !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-item::before {
    display: none !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-link {
    display: block !important;
    text-align: left;
    font-size: 0.85rem !important;
    padding: 0.4rem 0 !important;
    white-space: normal !important;
    letter-spacing: 1px !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-link::after {
    left: 0 !important;
    transform: none;
  }
  .cid-vflN9zSvYH .split-right {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
  .cid-vflN9zSvYH .split-right .navbar-buttons {
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.5rem !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  .cid-vflN9zSvYH .split-right .navbar-buttons .btn {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    font-size: 0.9rem !important;
    padding: 0.5rem 0.8rem !important;
    white-space: normal !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    margin: 0 !important;
    min-width: 0 !important;
  }
  .cid-vflN9zSvYH .split-right .contact-info {
    margin-top: 0.5rem;
  }
  .cid-vflN9zSvYH .split-right .contact-text {
    font-size: 0.9rem !important;
    opacity: 0.7 !important;
  }
  .cid-vflN9zSvYH .split-right .icons-menu {
    padding-top: 0.5rem;
  }
  .cid-vflN9zSvYH .split-right .icons-menu .iconfont-wrapper svg {
    width: 34px !important;
    height: 34px !important;
  }
  .cid-vflN9zSvYH .quick-actions {
    display: none !important;
  }
  .cid-vflN9zSvYH .split-right .quick-actions-mobile {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    gap: 0.5rem !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .cid-vflN9zSvYH .split-right .quick-actions-mobile .quick-btn {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    white-space: normal !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    min-width: 0 !important;
    font-size: 0.9rem !important;
    padding: 0.6rem 1rem !important;
    line-height: 1.4 !important;
    height: auto !important;
  }
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vflN9zSvYH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vflN9zSvYH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vflN9zSvYH .split-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.cid-vflN9zSvYH .split-left {
  flex: 1;
  min-width: 0;
}
.cid-vflN9zSvYH .split-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-vflN9zSvYH .navbar-buttons {
  text-align: center;
  min-width: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.cid-vflN9zSvYH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vflN9zSvYH .icons-menu .iconfont-wrapper {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 0.35rem;
  padding: 0 !important;
  transition: transform 0.3s ease, opacity 0.3s ease;
  line-height: 0;
}
.cid-vflN9zSvYH .icons-menu .iconfont-wrapper svg {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-vflN9zSvYH .icons-menu .iconfont-wrapper:hover svg {
  transform: scale(1.12);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.cid-vflN9zSvYH .contact-info {
  text-align: center;
}
.cid-vflN9zSvYH .contact-text {
  margin: 0;
  text-align: justify;
  color: #000000;
}
.cid-vflN9zSvYH .lang-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.cid-vflN9zSvYH .lang-link {
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  color: #000000;
  opacity: 0.4;
  transition: opacity 0.3s ease;
  padding: 0.15rem 0;
}
.cid-vflN9zSvYH .lang-link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.cid-vflN9zSvYH .lang-link.active-lang {
  font-weight: 500;
  opacity: 1;
  border-bottom: 1.5px solid currentColor;
}
.cid-vflN9zSvYH .lang-divider {
  font-size: 0.85rem;
  opacity: 0.25;
  color: #000000;
  user-select: none;
}
.cid-vflN9zSvYH .quick-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.4rem;
  margin-left: auto;
  margin-right: 1rem;
  flex-shrink: 1;
  min-width: 0;
}
.cid-vflN9zSvYH .quick-actions .quick-btn {
  white-space: nowrap !important;
  padding: 0.35rem 0.85rem !important;
  line-height: 1.4 !important;
  height: auto !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}
.cid-vflN9zSvYH .split-right .quick-actions-mobile {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vflN9zSvYH .navbar {
    height: 70px;
  }
  .cid-vflN9zSvYH .navbar.opened {
    height: auto;
  }
  .cid-vflN9zSvYH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf31QGgqPw {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f7f7f5;
}
.cid-vf31QGgqPw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf31QGgqPw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf31QGgqPw .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vf31QGgqPw .content-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-vf31QGgqPw .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vf31QGgqPw .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vf31QGgqPw .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vf31QGgqPw .content-wrap .title-wrapper .mbr-section-title {
  width: 60%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vf31QGgqPw .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf31QGgqPw .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 100% !important;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf31QGgqPw .content-wrap .text-wrapper .mbr-text {
    width: 100% !important;
  }
}
.cid-vf31QGgqPw .card {
  justify-content: flex-end;
}
.cid-vf31QGgqPw .main-btn {
  margin-top: 14px;
  margin-bottom: 56px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vf31QGgqPw .main-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-vf31QGgqPw .main-btn .btn {
  margin-bottom: 0;
}
.cid-vf31QGgqPw .items-wrapper {
  margin: 0 -10px;
}
.cid-vf31QGgqPw .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vf31QGgqPw .item:last-child {
  margin-bottom: 0;
}
.cid-vf31QGgqPw .item .item-wrapper {
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-vf31QGgqPw .item .item-wrapper .item-img {
  margin-bottom: 8px;
}
.cid-vf31QGgqPw .item .item-wrapper .item-img img {
  height: 390px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf31QGgqPw .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vf31QGgqPw .item .item-wrapper .card-box {
  padding: 24px;
  background-color: #ffffff;
}
.cid-vf31QGgqPw .item .item-wrapper .card-box .label-wrap {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vf31QGgqPw .item .item-wrapper .card-box .label-wrap {
    margin-bottom: 16px;
  }
}
.cid-vf31QGgqPw .item .item-wrapper .card-box .label-wrap .item-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vf31QGgqPw .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vf31QGgqPw .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vf31QGgqPw .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-vf31QGgqPw .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf31QGgqPw .mbr-label,
.cid-vf31QGgqPw .label-wrapper {
  color: #000000;
}
.cid-vf31QGgqPw .mbr-section-title {
  color: #000000;
}
.cid-vf31QGgqPw .mbr-text,
.cid-vf31QGgqPw .text-wrapper {
  color: #4f4f4f;
}
.cid-vf31QGgqPw .item-label {
  color: #000000;
}
.cid-vf31QGgqPw .item-title {
  color: #000000;
}
.cid-vf31QGgqPw .item-text {
  color: #4f4f4f;
}
.cid-vf31QGgqPw .item-title,
.cid-vf31QGgqPw .btn-item,
.cid-vf31QGgqPw .item-img {
  text-align: center;
}
.cid-vf2XEE8amU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #171719;
}
.cid-vf2XEE8amU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2XEE8amU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2XEE8amU .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vf2XEE8amU .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vf2XEE8amU .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-vf2XEE8amU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vf2XEE8amU .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-vf2XEE8amU .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  .cid-vf2XEE8amU .title-wrapper .mbr-section-btn {
    flex-wrap: nowrap;
  }
  .cid-vf2XEE8amU .title-wrapper .mbr-section-btn .btn {
    font-size: 0.8rem !important;
    padding: 8px 12px !important;
    white-space: nowrap;
  }
}
.cid-vf2XEE8amU .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vf2XEE8amU .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vf2XEE8amU .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-vf2XEE8amU .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vf2XEE8amU .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
.cid-vf2XEE8amU .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-vf2XEE8amU .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-vf2XEE8amU .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vf2XEE8amU .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vf2XEE8amU .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vf2XEE8amU .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vf2XEE8amU .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-vf2XEE8amU .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vf2XEE8amU .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-vf2XEE8amU .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vf2XEE8amU .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: .4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vf2XEE8amU .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-vf2XEE8amU .payment-wrapper {
  gap: 15px;
  margin-bottom: 30px;
}
.cid-vf2XEE8amU .payment-wrapper .payment-label {
  color: #ffffff;
  opacity: .7;
}
.cid-vf2XEE8amU .payment-wrapper .payment-icons {
  gap: 10px;
}
.cid-vf2XEE8amU .payment-wrapper .payment-icons svg {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cid-vf2XEE8amU .payment-wrapper {
    justify-content: center;
  }
}
.cid-vf2XEE8amU .card {
  justify-content: center;
}
.cid-vf2XEE8amU .mbr-copy {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
}
.cid-vf2XEE8amU .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vf2XEE8amU .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vf2XEE8amU .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-vf2XEE8amU .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-vf2XEE8amU .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all .3s ease;
}
.cid-vf2XEE8amU .social-wrapper .social-wrap .soc-item:hover,
.cid-vf2XEE8amU .social-wrapper .social-wrap .soc-item:hover {
  opacity: .7;
}
.cid-vf2XEE8amU .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vf2XEE8amU .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: .7;
}
.cid-vf2XEE8amU .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vf2XEE8amU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-vf2XEE8amU .mbr-label {
  color: #ffffff;
}
.cid-vf2XEE8amU .mbr-section-title {
  color: #ffffff;
}
.cid-vf2XEE8amU .mbr-text {
  color: #ffffff;
}
.cid-vf2XEE8amU .mbr-list-title {
  color: #ffffff;
}
.cid-vf2XEE8amU .list {
  color: #ffffff;
}
.cid-vf2XEE8amU .mbr-section-title,
.cid-vf2XEE8amU .mbr-section-btn,
.cid-vf2XEE8amU .title-wrapper {
  color: #ffffff;
}
.cid-vf2XEE8amU .list,
.cid-vf2XEE8amU .item-wrap {
  color: #ffffff;
}
.cid-vf2XEE8amU .mbr-text,
.cid-vf2XEE8amU .text-wrapper {
  color: #ffffff;
}
.cid-vflN9zSvYH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
  overflow-x: hidden;
}
.cid-vflN9zSvYH nav.navbar {
  position: fixed;
}
.cid-vflN9zSvYH .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-vflN9zSvYH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vflN9zSvYH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vflN9zSvYH .dropdown-item:hover,
.cid-vflN9zSvYH .dropdown-item:focus {
  background: #5c7374 !important;
  color: white !important;
}
.cid-vflN9zSvYH .dropdown-item:hover span {
  color: white;
}
.cid-vflN9zSvYH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vflN9zSvYH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vflN9zSvYH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vflN9zSvYH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vflN9zSvYH .nav-link {
  position: relative;
}
.cid-vflN9zSvYH .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH .container {
    flex-wrap: wrap;
  }
}
.cid-vflN9zSvYH .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vflN9zSvYH .dropdown-menu,
.cid-vflN9zSvYH .navbar.opened {
  background: #ffffff !important;
}
.cid-vflN9zSvYH .nav-item:focus,
.cid-vflN9zSvYH .nav-link:focus {
  outline: none;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vflN9zSvYH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vflN9zSvYH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vflN9zSvYH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  overflow-x: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vflN9zSvYH .navbar.opened {
  transition: all 0.3s;
}
.cid-vflN9zSvYH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vflN9zSvYH .navbar .navbar-logo img {
  width: auto;
}
.cid-vflN9zSvYH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vflN9zSvYH .navbar.collapsed {
  justify-content: center;
}
.cid-vflN9zSvYH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vflN9zSvYH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vflN9zSvYH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vflN9zSvYH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vflN9zSvYH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vflN9zSvYH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vflN9zSvYH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vflN9zSvYH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vflN9zSvYH .navbar .navbar-brand {
    flex-shrink: 1;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-vflN9zSvYH .navbar .navbar-toggler {
    flex-basis: auto;
    flex-shrink: 0;
  }
  .cid-vflN9zSvYH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vflN9zSvYH .navbar .navbar-brand {
    width: auto;
    flex-shrink: 1;
    padding-right: 0.5rem;
  }
}
.cid-vflN9zSvYH .navbar.navbar-short {
  min-height: 60px;
}
.cid-vflN9zSvYH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vflN9zSvYH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vflN9zSvYH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vflN9zSvYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vflN9zSvYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vflN9zSvYH .dropdown-item.active,
.cid-vflN9zSvYH .dropdown-item:active {
  background-color: transparent;
}
.cid-vflN9zSvYH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vflN9zSvYH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vflN9zSvYH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vflN9zSvYH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vflN9zSvYH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vflN9zSvYH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vflN9zSvYH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vflN9zSvYH .menu-label {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-right: 0.6rem;
}
.cid-vflN9zSvYH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vflN9zSvYH button.navbar-toggler {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger {
  width: 31px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
}
.cid-vflN9zSvYH .navbar-collapse {
  flex-basis: 100% !important;
}
.cid-vflN9zSvYH .split-wrapper {
  display: flex;
  flex-direction: row;
  width: 75%;
  margin-left: auto;
  margin-right: 0;
  padding: 2rem 0;
  box-sizing: border-box;
}
.cid-vflN9zSvYH .split-left {
  flex: 1 1 0%;
  min-width: 0;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 2.5rem;
}
.cid-vflN9zSvYH .split-left .navbar-nav {
  width: 100%;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 0.5rem 1.5rem;
  align-items: center;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-item {
  margin: 0 !important;
  text-align: left;
  border-bottom: none;
  padding: 0;
  position: relative;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-item ~ .nav-item::before {
  content: '\00b7';
  position: absolute;
  left: -0.75rem;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  line-height: 1;
  opacity: 0.5;
  color: #000000;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-link {
  padding: 0.5rem 0 !important;
  margin: 0 !important;
  letter-spacing: 1.5px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  width: 0;
  height: 1.5px;
  background: currentColor;
  transition: width 0.3s ease;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-link:hover::after {
  width: 100%;
}
.cid-vflN9zSvYH .split-right {
  width: 260px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 2.5rem;
  gap: 1rem;
}
.cid-vflN9zSvYH .split-right .navbar-buttons {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  gap: 0.5rem;
}
.cid-vflN9zSvYH .split-right .navbar-buttons .btn {
  text-align: center;
  white-space: nowrap !important;
  font-size: 0.85rem !important;
  padding: 0.5rem 1.2rem !important;
  letter-spacing: 0.5px;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  min-width: 0 !important;
}
.cid-vflN9zSvYH .split-right .contact-info {
  text-align: center;
}
.cid-vflN9zSvYH .split-right .contact-text {
  font-size: 0.85rem;
  line-height: 1.6;
  opacity: 0.65;
  margin: 0;
}
.cid-vflN9zSvYH .split-right .icons-menu {
  padding: 0;
}
.cid-vflN9zSvYH .split-right .icons-menu .iconfont-wrapper svg {
  width: 32px;
  height: 32px;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH button.navbar-toggler {
    width: 31px !important;
    height: 20px !important;
    display: block !important;
  }
  .cid-vflN9zSvYH .menu-label {
    display: none !important;
  }
  .cid-vflN9zSvYH .split-wrapper {
    flex-direction: column !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding: 1rem 0 !important;
    overflow: hidden !important;
  }
  .cid-vflN9zSvYH .navbar-collapse {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    max-width: 100% !important;
    max-height: 80vh !important;
  }
  .cid-vflN9zSvYH .split-left {
    border-right: none !important;
    padding-right: 0 !important;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav {
    width: 100% !important;
    flex-direction: column !important;
    gap: 0 !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-item {
    text-align: left !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 0 !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-item::before {
    display: none !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-link {
    display: block !important;
    text-align: left;
    font-size: 0.85rem !important;
    padding: 0.4rem 0 !important;
    white-space: normal !important;
    letter-spacing: 1px !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-link::after {
    left: 0 !important;
    transform: none;
  }
  .cid-vflN9zSvYH .split-right {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
  .cid-vflN9zSvYH .split-right .navbar-buttons {
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.5rem !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  .cid-vflN9zSvYH .split-right .navbar-buttons .btn {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    font-size: 0.9rem !important;
    padding: 0.5rem 0.8rem !important;
    white-space: normal !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    margin: 0 !important;
    min-width: 0 !important;
  }
  .cid-vflN9zSvYH .split-right .contact-info {
    margin-top: 0.5rem;
  }
  .cid-vflN9zSvYH .split-right .contact-text {
    font-size: 0.9rem !important;
    opacity: 0.7 !important;
  }
  .cid-vflN9zSvYH .split-right .icons-menu {
    padding-top: 0.5rem;
  }
  .cid-vflN9zSvYH .split-right .icons-menu .iconfont-wrapper svg {
    width: 34px !important;
    height: 34px !important;
  }
  .cid-vflN9zSvYH .quick-actions {
    display: none !important;
  }
  .cid-vflN9zSvYH .split-right .quick-actions-mobile {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    gap: 0.5rem !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .cid-vflN9zSvYH .split-right .quick-actions-mobile .quick-btn {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    white-space: normal !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    min-width: 0 !important;
    font-size: 0.9rem !important;
    padding: 0.6rem 1rem !important;
    line-height: 1.4 !important;
    height: auto !important;
  }
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vflN9zSvYH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vflN9zSvYH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vflN9zSvYH .split-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.cid-vflN9zSvYH .split-left {
  flex: 1;
  min-width: 0;
}
.cid-vflN9zSvYH .split-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-vflN9zSvYH .navbar-buttons {
  text-align: center;
  min-width: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.cid-vflN9zSvYH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vflN9zSvYH .icons-menu .iconfont-wrapper {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 0.35rem;
  padding: 0 !important;
  transition: transform 0.3s ease, opacity 0.3s ease;
  line-height: 0;
}
.cid-vflN9zSvYH .icons-menu .iconfont-wrapper svg {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-vflN9zSvYH .icons-menu .iconfont-wrapper:hover svg {
  transform: scale(1.12);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.cid-vflN9zSvYH .contact-info {
  text-align: center;
}
.cid-vflN9zSvYH .contact-text {
  margin: 0;
  text-align: justify;
  color: #000000;
}
.cid-vflN9zSvYH .lang-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.cid-vflN9zSvYH .lang-link {
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  color: #000000;
  opacity: 0.4;
  transition: opacity 0.3s ease;
  padding: 0.15rem 0;
}
.cid-vflN9zSvYH .lang-link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.cid-vflN9zSvYH .lang-link.active-lang {
  font-weight: 500;
  opacity: 1;
  border-bottom: 1.5px solid currentColor;
}
.cid-vflN9zSvYH .lang-divider {
  font-size: 0.85rem;
  opacity: 0.25;
  color: #000000;
  user-select: none;
}
.cid-vflN9zSvYH .quick-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.4rem;
  margin-left: auto;
  margin-right: 1rem;
  flex-shrink: 1;
  min-width: 0;
}
.cid-vflN9zSvYH .quick-actions .quick-btn {
  white-space: nowrap !important;
  padding: 0.35rem 0.85rem !important;
  line-height: 1.4 !important;
  height: auto !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}
.cid-vflN9zSvYH .split-right .quick-actions-mobile {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vflN9zSvYH .navbar {
    height: 70px;
  }
  .cid-vflN9zSvYH .navbar.opened {
    height: auto;
  }
  .cid-vflN9zSvYH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf3bLnbTtD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf3bLnbTtD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3bLnbTtD .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-vf3bLnbTtD .container {
    padding: 0 24px;
  }
}
.cid-vf3bLnbTtD .row {
  justify-content: center;
}
.cid-vf3bLnbTtD .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-vf3bLnbTtD .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-vf3bLnbTtD .content-wrapper {
    padding: 32px;
  }
}
.cid-vf3bLnbTtD .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vf3bLnbTtD .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-vf3bLnbTtD .mbr-section-title {
  color: #000000;
}
.cid-vf3bLnbTtD .mbr-text {
  color: #000000;
}
.cid-vf3bLnpMoI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #171719;
}
.cid-vf3bLnpMoI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3bLnpMoI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3bLnpMoI .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vf3bLnpMoI .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vf3bLnpMoI .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-vf3bLnpMoI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vf3bLnpMoI .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-vf3bLnpMoI .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  .cid-vf3bLnpMoI .title-wrapper .mbr-section-btn {
    flex-wrap: nowrap;
  }
  .cid-vf3bLnpMoI .title-wrapper .mbr-section-btn .btn {
    font-size: 0.8rem !important;
    padding: 8px 12px !important;
    white-space: nowrap;
  }
}
.cid-vf3bLnpMoI .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vf3bLnpMoI .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vf3bLnpMoI .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-vf3bLnpMoI .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vf3bLnpMoI .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
.cid-vf3bLnpMoI .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-vf3bLnpMoI .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-vf3bLnpMoI .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vf3bLnpMoI .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vf3bLnpMoI .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vf3bLnpMoI .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vf3bLnpMoI .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-vf3bLnpMoI .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vf3bLnpMoI .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-vf3bLnpMoI .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vf3bLnpMoI .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: .4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vf3bLnpMoI .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-vf3bLnpMoI .payment-wrapper {
  gap: 15px;
  margin-bottom: 30px;
}
.cid-vf3bLnpMoI .payment-wrapper .payment-label {
  color: #ffffff;
  opacity: .7;
}
.cid-vf3bLnpMoI .payment-wrapper .payment-icons {
  gap: 10px;
}
.cid-vf3bLnpMoI .payment-wrapper .payment-icons svg {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cid-vf3bLnpMoI .payment-wrapper {
    justify-content: center;
  }
}
.cid-vf3bLnpMoI .card {
  justify-content: center;
}
.cid-vf3bLnpMoI .mbr-copy {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
}
.cid-vf3bLnpMoI .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vf3bLnpMoI .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vf3bLnpMoI .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-vf3bLnpMoI .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-vf3bLnpMoI .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all .3s ease;
}
.cid-vf3bLnpMoI .social-wrapper .social-wrap .soc-item:hover,
.cid-vf3bLnpMoI .social-wrapper .social-wrap .soc-item:hover {
  opacity: .7;
}
.cid-vf3bLnpMoI .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vf3bLnpMoI .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: .7;
}
.cid-vf3bLnpMoI .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vf3bLnpMoI .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-vf3bLnpMoI .mbr-label {
  color: #ffffff;
}
.cid-vf3bLnpMoI .mbr-section-title {
  color: #ffffff;
}
.cid-vf3bLnpMoI .mbr-text {
  color: #ffffff;
}
.cid-vf3bLnpMoI .mbr-list-title {
  color: #ffffff;
}
.cid-vf3bLnpMoI .list {
  color: #ffffff;
}
.cid-vf3bLnpMoI .mbr-section-title,
.cid-vf3bLnpMoI .mbr-section-btn,
.cid-vf3bLnpMoI .title-wrapper {
  color: #ffffff;
}
.cid-vf3bLnpMoI .list,
.cid-vf3bLnpMoI .item-wrap {
  color: #ffffff;
}
.cid-vf3bLnpMoI .mbr-text,
.cid-vf3bLnpMoI .text-wrapper {
  color: #ffffff;
}
.cid-vfmhn0S9el {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
  overflow-x: hidden;
}
.cid-vfmhn0S9el nav.navbar {
  position: fixed;
}
.cid-vfmhn0S9el .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-vfmhn0S9el .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vfmhn0S9el .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vfmhn0S9el .dropdown-item:hover,
.cid-vfmhn0S9el .dropdown-item:focus {
  background: #5c7374 !important;
  color: white !important;
}
.cid-vfmhn0S9el .dropdown-item:hover span {
  color: white;
}
.cid-vfmhn0S9el .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfmhn0S9el .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfmhn0S9el .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfmhn0S9el .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfmhn0S9el .nav-link {
  position: relative;
}
.cid-vfmhn0S9el .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vfmhn0S9el .container {
    flex-wrap: wrap;
  }
}
.cid-vfmhn0S9el .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vfmhn0S9el .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vfmhn0S9el .dropdown-menu,
.cid-vfmhn0S9el .navbar.opened {
  background: #ffffff !important;
}
.cid-vfmhn0S9el .nav-item:focus,
.cid-vfmhn0S9el .nav-link:focus {
  outline: none;
}
.cid-vfmhn0S9el .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfmhn0S9el .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfmhn0S9el .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfmhn0S9el .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfmhn0S9el .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfmhn0S9el .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfmhn0S9el .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  overflow-x: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vfmhn0S9el .navbar.opened {
  transition: all 0.3s;
}
.cid-vfmhn0S9el .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfmhn0S9el .navbar .navbar-logo img {
  width: auto;
}
.cid-vfmhn0S9el .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfmhn0S9el .navbar.collapsed {
  justify-content: center;
}
.cid-vfmhn0S9el .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfmhn0S9el .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfmhn0S9el .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-vfmhn0S9el .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfmhn0S9el .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfmhn0S9el .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfmhn0S9el .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfmhn0S9el .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfmhn0S9el .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfmhn0S9el .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfmhn0S9el .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfmhn0S9el .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfmhn0S9el .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfmhn0S9el .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfmhn0S9el .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfmhn0S9el .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfmhn0S9el .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfmhn0S9el .navbar .navbar-brand {
    flex-shrink: 1;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-vfmhn0S9el .navbar .navbar-toggler {
    flex-basis: auto;
    flex-shrink: 0;
  }
  .cid-vfmhn0S9el .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vfmhn0S9el .navbar .navbar-brand {
    width: auto;
    flex-shrink: 1;
    padding-right: 0.5rem;
  }
}
.cid-vfmhn0S9el .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfmhn0S9el .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfmhn0S9el .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfmhn0S9el .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfmhn0S9el .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfmhn0S9el .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfmhn0S9el .dropdown-item.active,
.cid-vfmhn0S9el .dropdown-item:active {
  background-color: transparent;
}
.cid-vfmhn0S9el .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfmhn0S9el .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfmhn0S9el .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfmhn0S9el .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vfmhn0S9el .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfmhn0S9el .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfmhn0S9el ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfmhn0S9el .menu-label {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-right: 0.6rem;
}
.cid-vfmhn0S9el button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfmhn0S9el button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vfmhn0S9el button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfmhn0S9el button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfmhn0S9el button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfmhn0S9el button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfmhn0S9el button.navbar-toggler {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}
.cid-vfmhn0S9el button.navbar-toggler .hamburger {
  width: 31px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
}
.cid-vfmhn0S9el .navbar-collapse {
  flex-basis: 100% !important;
}
.cid-vfmhn0S9el .split-wrapper {
  display: flex;
  flex-direction: row;
  width: 75%;
  margin-left: auto;
  margin-right: 0;
  padding: 2rem 0;
  box-sizing: border-box;
}
.cid-vfmhn0S9el .split-left {
  flex: 1 1 0%;
  min-width: 0;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 2.5rem;
}
.cid-vfmhn0S9el .split-left .navbar-nav {
  width: 100%;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 0.5rem 1.5rem;
  align-items: center;
}
.cid-vfmhn0S9el .split-left .navbar-nav .nav-item {
  margin: 0 !important;
  text-align: left;
  border-bottom: none;
  padding: 0;
  position: relative;
}
.cid-vfmhn0S9el .split-left .navbar-nav .nav-item ~ .nav-item::before {
  content: '\00b7';
  position: absolute;
  left: -0.75rem;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  line-height: 1;
  opacity: 0.5;
  color: #000000;
}
.cid-vfmhn0S9el .split-left .navbar-nav .nav-link {
  padding: 0.5rem 0 !important;
  margin: 0 !important;
  letter-spacing: 1.5px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.cid-vfmhn0S9el .split-left .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  width: 0;
  height: 1.5px;
  background: currentColor;
  transition: width 0.3s ease;
}
.cid-vfmhn0S9el .split-left .navbar-nav .nav-link:hover::after {
  width: 100%;
}
.cid-vfmhn0S9el .split-right {
  width: 260px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 2.5rem;
  gap: 1rem;
}
.cid-vfmhn0S9el .split-right .navbar-buttons {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  gap: 0.5rem;
}
.cid-vfmhn0S9el .split-right .navbar-buttons .btn {
  text-align: center;
  white-space: nowrap !important;
  font-size: 0.85rem !important;
  padding: 0.5rem 1.2rem !important;
  letter-spacing: 0.5px;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  min-width: 0 !important;
}
.cid-vfmhn0S9el .split-right .contact-info {
  text-align: center;
}
.cid-vfmhn0S9el .split-right .contact-text {
  font-size: 0.85rem;
  line-height: 1.6;
  opacity: 0.65;
  margin: 0;
}
.cid-vfmhn0S9el .split-right .icons-menu {
  padding: 0;
}
.cid-vfmhn0S9el .split-right .icons-menu .iconfont-wrapper svg {
  width: 32px;
  height: 32px;
}
@media (max-width: 991px) {
  .cid-vfmhn0S9el button.navbar-toggler {
    width: 31px !important;
    height: 20px !important;
    display: block !important;
  }
  .cid-vfmhn0S9el .menu-label {
    display: none !important;
  }
  .cid-vfmhn0S9el .split-wrapper {
    flex-direction: column !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding: 1rem 0 !important;
    overflow: hidden !important;
  }
  .cid-vfmhn0S9el .navbar-collapse {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    max-width: 100% !important;
    max-height: 80vh !important;
  }
  .cid-vfmhn0S9el .split-left {
    border-right: none !important;
    padding-right: 0 !important;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
  }
  .cid-vfmhn0S9el .split-left .navbar-nav {
    width: 100% !important;
    flex-direction: column !important;
    gap: 0 !important;
  }
  .cid-vfmhn0S9el .split-left .navbar-nav .nav-item {
    text-align: left !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 0 !important;
  }
  .cid-vfmhn0S9el .split-left .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .cid-vfmhn0S9el .split-left .navbar-nav .nav-item::before {
    display: none !important;
  }
  .cid-vfmhn0S9el .split-left .navbar-nav .nav-link {
    display: block !important;
    text-align: left;
    font-size: 0.85rem !important;
    padding: 0.4rem 0 !important;
    white-space: normal !important;
    letter-spacing: 1px !important;
  }
  .cid-vfmhn0S9el .split-left .navbar-nav .nav-link::after {
    left: 0 !important;
    transform: none;
  }
  .cid-vfmhn0S9el .split-right {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
  .cid-vfmhn0S9el .split-right .navbar-buttons {
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.5rem !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  .cid-vfmhn0S9el .split-right .navbar-buttons .btn {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    font-size: 0.9rem !important;
    padding: 0.5rem 0.8rem !important;
    white-space: normal !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    margin: 0 !important;
    min-width: 0 !important;
  }
  .cid-vfmhn0S9el .split-right .contact-info {
    margin-top: 0.5rem;
  }
  .cid-vfmhn0S9el .split-right .contact-text {
    font-size: 0.9rem !important;
    opacity: 0.7 !important;
  }
  .cid-vfmhn0S9el .split-right .icons-menu {
    padding-top: 0.5rem;
  }
  .cid-vfmhn0S9el .split-right .icons-menu .iconfont-wrapper svg {
    width: 34px !important;
    height: 34px !important;
  }
  .cid-vfmhn0S9el .quick-actions {
    display: none !important;
  }
  .cid-vfmhn0S9el .split-right .quick-actions-mobile {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    gap: 0.5rem !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .cid-vfmhn0S9el .split-right .quick-actions-mobile .quick-btn {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    white-space: normal !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    min-width: 0 !important;
    font-size: 0.9rem !important;
    padding: 0.6rem 1rem !important;
    line-height: 1.4 !important;
    height: auto !important;
  }
}
.cid-vfmhn0S9el nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfmhn0S9el nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfmhn0S9el nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfmhn0S9el nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfmhn0S9el .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfmhn0S9el a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfmhn0S9el .split-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.cid-vfmhn0S9el .split-left {
  flex: 1;
  min-width: 0;
}
.cid-vfmhn0S9el .split-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-vfmhn0S9el .navbar-buttons {
  text-align: center;
  min-width: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.cid-vfmhn0S9el .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vfmhn0S9el .icons-menu .iconfont-wrapper {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 0.35rem;
  padding: 0 !important;
  transition: transform 0.3s ease, opacity 0.3s ease;
  line-height: 0;
}
.cid-vfmhn0S9el .icons-menu .iconfont-wrapper svg {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-vfmhn0S9el .icons-menu .iconfont-wrapper:hover svg {
  transform: scale(1.12);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.cid-vfmhn0S9el .contact-info {
  text-align: center;
}
.cid-vfmhn0S9el .contact-text {
  margin: 0;
  text-align: justify;
  color: #000000;
}
.cid-vfmhn0S9el .lang-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.cid-vfmhn0S9el .lang-link {
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  color: #000000;
  opacity: 0.4;
  transition: opacity 0.3s ease;
  padding: 0.15rem 0;
}
.cid-vfmhn0S9el .lang-link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.cid-vfmhn0S9el .lang-link.active-lang {
  font-weight: 500;
  opacity: 1;
  border-bottom: 1.5px solid currentColor;
}
.cid-vfmhn0S9el .lang-divider {
  font-size: 0.85rem;
  opacity: 0.25;
  color: #000000;
  user-select: none;
}
.cid-vfmhn0S9el .quick-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.4rem;
  margin-left: auto;
  margin-right: 1rem;
  flex-shrink: 1;
  min-width: 0;
}
.cid-vfmhn0S9el .quick-actions .quick-btn {
  white-space: nowrap !important;
  padding: 0.35rem 0.85rem !important;
  line-height: 1.4 !important;
  height: auto !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}
.cid-vfmhn0S9el .split-right .quick-actions-mobile {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfmhn0S9el .navbar {
    height: 70px;
  }
  .cid-vfmhn0S9el .navbar.opened {
    height: auto;
  }
  .cid-vfmhn0S9el .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfmhn17Uy3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfmhn17Uy3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfmhn17Uy3 .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-vfmhn17Uy3 .container {
    padding: 0 24px;
  }
}
.cid-vfmhn17Uy3 .row {
  justify-content: center;
}
.cid-vfmhn17Uy3 .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-vfmhn17Uy3 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-vfmhn17Uy3 .content-wrapper {
    padding: 32px;
  }
}
.cid-vfmhn17Uy3 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfmhn17Uy3 .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-vfmhn17Uy3 .mbr-section-title {
  color: #000000;
}
.cid-vfmhn17Uy3 .mbr-text {
  color: #262642;
}
.cid-vfmhn1h4M1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #171719;
}
.cid-vfmhn1h4M1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfmhn1h4M1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfmhn1h4M1 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfmhn1h4M1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfmhn1h4M1 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-vfmhn1h4M1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfmhn1h4M1 .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-vfmhn1h4M1 .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  .cid-vfmhn1h4M1 .title-wrapper .mbr-section-btn {
    flex-wrap: nowrap;
  }
  .cid-vfmhn1h4M1 .title-wrapper .mbr-section-btn .btn {
    font-size: 0.8rem !important;
    padding: 8px 12px !important;
    white-space: nowrap;
  }
}
.cid-vfmhn1h4M1 .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfmhn1h4M1 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfmhn1h4M1 .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-vfmhn1h4M1 .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vfmhn1h4M1 .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
.cid-vfmhn1h4M1 .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-vfmhn1h4M1 .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-vfmhn1h4M1 .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vfmhn1h4M1 .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vfmhn1h4M1 .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfmhn1h4M1 .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfmhn1h4M1 .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-vfmhn1h4M1 .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vfmhn1h4M1 .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-vfmhn1h4M1 .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfmhn1h4M1 .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: .4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vfmhn1h4M1 .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfmhn1h4M1 .payment-wrapper {
  gap: 15px;
  margin-bottom: 30px;
}
.cid-vfmhn1h4M1 .payment-wrapper .payment-label {
  color: #ffffff;
  opacity: .7;
}
.cid-vfmhn1h4M1 .payment-wrapper .payment-icons {
  gap: 10px;
}
.cid-vfmhn1h4M1 .payment-wrapper .payment-icons svg {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cid-vfmhn1h4M1 .payment-wrapper {
    justify-content: center;
  }
}
.cid-vfmhn1h4M1 .card {
  justify-content: center;
}
.cid-vfmhn1h4M1 .mbr-copy {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
}
.cid-vfmhn1h4M1 .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vfmhn1h4M1 .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vfmhn1h4M1 .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-vfmhn1h4M1 .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-vfmhn1h4M1 .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all .3s ease;
}
.cid-vfmhn1h4M1 .social-wrapper .social-wrap .soc-item:hover,
.cid-vfmhn1h4M1 .social-wrapper .social-wrap .soc-item:hover {
  opacity: .7;
}
.cid-vfmhn1h4M1 .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vfmhn1h4M1 .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: .7;
}
.cid-vfmhn1h4M1 .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vfmhn1h4M1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-vfmhn1h4M1 .mbr-label {
  color: #ffffff;
}
.cid-vfmhn1h4M1 .mbr-section-title {
  color: #ffffff;
}
.cid-vfmhn1h4M1 .mbr-text {
  color: #ffffff;
}
.cid-vfmhn1h4M1 .mbr-list-title {
  color: #ffffff;
}
.cid-vfmhn1h4M1 .list {
  color: #ffffff;
}
.cid-vfmhn1h4M1 .mbr-section-title,
.cid-vfmhn1h4M1 .mbr-section-btn,
.cid-vfmhn1h4M1 .title-wrapper {
  color: #ffffff;
}
.cid-vfmhn1h4M1 .list,
.cid-vfmhn1h4M1 .item-wrap {
  color: #ffffff;
}
.cid-vfmhn1h4M1 .mbr-text,
.cid-vfmhn1h4M1 .text-wrapper {
  color: #ffffff;
}
.cid-vflN9zSvYH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
  overflow-x: hidden;
}
.cid-vflN9zSvYH nav.navbar {
  position: fixed;
}
.cid-vflN9zSvYH .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-vflN9zSvYH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vflN9zSvYH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vflN9zSvYH .dropdown-item:hover,
.cid-vflN9zSvYH .dropdown-item:focus {
  background: #5c7374 !important;
  color: white !important;
}
.cid-vflN9zSvYH .dropdown-item:hover span {
  color: white;
}
.cid-vflN9zSvYH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vflN9zSvYH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vflN9zSvYH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vflN9zSvYH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vflN9zSvYH .nav-link {
  position: relative;
}
.cid-vflN9zSvYH .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH .container {
    flex-wrap: wrap;
  }
}
.cid-vflN9zSvYH .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vflN9zSvYH .dropdown-menu,
.cid-vflN9zSvYH .navbar.opened {
  background: #ffffff !important;
}
.cid-vflN9zSvYH .nav-item:focus,
.cid-vflN9zSvYH .nav-link:focus {
  outline: none;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vflN9zSvYH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vflN9zSvYH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vflN9zSvYH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  overflow-x: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vflN9zSvYH .navbar.opened {
  transition: all 0.3s;
}
.cid-vflN9zSvYH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vflN9zSvYH .navbar .navbar-logo img {
  width: auto;
}
.cid-vflN9zSvYH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vflN9zSvYH .navbar.collapsed {
  justify-content: center;
}
.cid-vflN9zSvYH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vflN9zSvYH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vflN9zSvYH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vflN9zSvYH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vflN9zSvYH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vflN9zSvYH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vflN9zSvYH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vflN9zSvYH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vflN9zSvYH .navbar .navbar-brand {
    flex-shrink: 1;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-vflN9zSvYH .navbar .navbar-toggler {
    flex-basis: auto;
    flex-shrink: 0;
  }
  .cid-vflN9zSvYH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vflN9zSvYH .navbar .navbar-brand {
    width: auto;
    flex-shrink: 1;
    padding-right: 0.5rem;
  }
}
.cid-vflN9zSvYH .navbar.navbar-short {
  min-height: 60px;
}
.cid-vflN9zSvYH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vflN9zSvYH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vflN9zSvYH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vflN9zSvYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vflN9zSvYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vflN9zSvYH .dropdown-item.active,
.cid-vflN9zSvYH .dropdown-item:active {
  background-color: transparent;
}
.cid-vflN9zSvYH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vflN9zSvYH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vflN9zSvYH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vflN9zSvYH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vflN9zSvYH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vflN9zSvYH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vflN9zSvYH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vflN9zSvYH .menu-label {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-right: 0.6rem;
}
.cid-vflN9zSvYH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vflN9zSvYH button.navbar-toggler {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger {
  width: 31px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
}
.cid-vflN9zSvYH .navbar-collapse {
  flex-basis: 100% !important;
}
.cid-vflN9zSvYH .split-wrapper {
  display: flex;
  flex-direction: row;
  width: 75%;
  margin-left: auto;
  margin-right: 0;
  padding: 2rem 0;
  box-sizing: border-box;
}
.cid-vflN9zSvYH .split-left {
  flex: 1 1 0%;
  min-width: 0;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 2.5rem;
}
.cid-vflN9zSvYH .split-left .navbar-nav {
  width: 100%;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 0.5rem 1.5rem;
  align-items: center;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-item {
  margin: 0 !important;
  text-align: left;
  border-bottom: none;
  padding: 0;
  position: relative;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-item ~ .nav-item::before {
  content: '\00b7';
  position: absolute;
  left: -0.75rem;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  line-height: 1;
  opacity: 0.5;
  color: #000000;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-link {
  padding: 0.5rem 0 !important;
  margin: 0 !important;
  letter-spacing: 1.5px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  width: 0;
  height: 1.5px;
  background: currentColor;
  transition: width 0.3s ease;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-link:hover::after {
  width: 100%;
}
.cid-vflN9zSvYH .split-right {
  width: 260px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 2.5rem;
  gap: 1rem;
}
.cid-vflN9zSvYH .split-right .navbar-buttons {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  gap: 0.5rem;
}
.cid-vflN9zSvYH .split-right .navbar-buttons .btn {
  text-align: center;
  white-space: nowrap !important;
  font-size: 0.85rem !important;
  padding: 0.5rem 1.2rem !important;
  letter-spacing: 0.5px;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  min-width: 0 !important;
}
.cid-vflN9zSvYH .split-right .contact-info {
  text-align: center;
}
.cid-vflN9zSvYH .split-right .contact-text {
  font-size: 0.85rem;
  line-height: 1.6;
  opacity: 0.65;
  margin: 0;
}
.cid-vflN9zSvYH .split-right .icons-menu {
  padding: 0;
}
.cid-vflN9zSvYH .split-right .icons-menu .iconfont-wrapper svg {
  width: 32px;
  height: 32px;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH button.navbar-toggler {
    width: 31px !important;
    height: 20px !important;
    display: block !important;
  }
  .cid-vflN9zSvYH .menu-label {
    display: none !important;
  }
  .cid-vflN9zSvYH .split-wrapper {
    flex-direction: column !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding: 1rem 0 !important;
    overflow: hidden !important;
  }
  .cid-vflN9zSvYH .navbar-collapse {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    max-width: 100% !important;
    max-height: 80vh !important;
  }
  .cid-vflN9zSvYH .split-left {
    border-right: none !important;
    padding-right: 0 !important;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav {
    width: 100% !important;
    flex-direction: column !important;
    gap: 0 !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-item {
    text-align: left !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 0 !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-item::before {
    display: none !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-link {
    display: block !important;
    text-align: left;
    font-size: 0.85rem !important;
    padding: 0.4rem 0 !important;
    white-space: normal !important;
    letter-spacing: 1px !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-link::after {
    left: 0 !important;
    transform: none;
  }
  .cid-vflN9zSvYH .split-right {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
  .cid-vflN9zSvYH .split-right .navbar-buttons {
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.5rem !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  .cid-vflN9zSvYH .split-right .navbar-buttons .btn {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    font-size: 0.9rem !important;
    padding: 0.5rem 0.8rem !important;
    white-space: normal !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    margin: 0 !important;
    min-width: 0 !important;
  }
  .cid-vflN9zSvYH .split-right .contact-info {
    margin-top: 0.5rem;
  }
  .cid-vflN9zSvYH .split-right .contact-text {
    font-size: 0.9rem !important;
    opacity: 0.7 !important;
  }
  .cid-vflN9zSvYH .split-right .icons-menu {
    padding-top: 0.5rem;
  }
  .cid-vflN9zSvYH .split-right .icons-menu .iconfont-wrapper svg {
    width: 34px !important;
    height: 34px !important;
  }
  .cid-vflN9zSvYH .quick-actions {
    display: none !important;
  }
  .cid-vflN9zSvYH .split-right .quick-actions-mobile {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    gap: 0.5rem !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .cid-vflN9zSvYH .split-right .quick-actions-mobile .quick-btn {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    white-space: normal !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    min-width: 0 !important;
    font-size: 0.9rem !important;
    padding: 0.6rem 1rem !important;
    line-height: 1.4 !important;
    height: auto !important;
  }
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vflN9zSvYH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vflN9zSvYH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vflN9zSvYH .split-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.cid-vflN9zSvYH .split-left {
  flex: 1;
  min-width: 0;
}
.cid-vflN9zSvYH .split-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-vflN9zSvYH .navbar-buttons {
  text-align: center;
  min-width: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.cid-vflN9zSvYH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vflN9zSvYH .icons-menu .iconfont-wrapper {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 0.35rem;
  padding: 0 !important;
  transition: transform 0.3s ease, opacity 0.3s ease;
  line-height: 0;
}
.cid-vflN9zSvYH .icons-menu .iconfont-wrapper svg {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-vflN9zSvYH .icons-menu .iconfont-wrapper:hover svg {
  transform: scale(1.12);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.cid-vflN9zSvYH .contact-info {
  text-align: center;
}
.cid-vflN9zSvYH .contact-text {
  margin: 0;
  text-align: justify;
  color: #000000;
}
.cid-vflN9zSvYH .lang-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.cid-vflN9zSvYH .lang-link {
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  color: #000000;
  opacity: 0.4;
  transition: opacity 0.3s ease;
  padding: 0.15rem 0;
}
.cid-vflN9zSvYH .lang-link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.cid-vflN9zSvYH .lang-link.active-lang {
  font-weight: 500;
  opacity: 1;
  border-bottom: 1.5px solid currentColor;
}
.cid-vflN9zSvYH .lang-divider {
  font-size: 0.85rem;
  opacity: 0.25;
  color: #000000;
  user-select: none;
}
.cid-vflN9zSvYH .quick-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.4rem;
  margin-left: auto;
  margin-right: 1rem;
  flex-shrink: 1;
  min-width: 0;
}
.cid-vflN9zSvYH .quick-actions .quick-btn {
  white-space: nowrap !important;
  padding: 0.35rem 0.85rem !important;
  line-height: 1.4 !important;
  height: auto !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}
.cid-vflN9zSvYH .split-right .quick-actions-mobile {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vflN9zSvYH .navbar {
    height: 70px;
  }
  .cid-vflN9zSvYH .navbar.opened {
    height: auto;
  }
  .cid-vflN9zSvYH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf39qrsVeM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf39qrsVeM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf39qrsVeM .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-vf39qrsVeM .container {
    padding: 0 24px;
  }
}
.cid-vf39qrsVeM .row {
  justify-content: center;
}
.cid-vf39qrsVeM .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-vf39qrsVeM .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-vf39qrsVeM .content-wrapper {
    padding: 32px;
  }
}
.cid-vf39qrsVeM .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vf39qrsVeM .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-vf39qrsVeM .mbr-section-title {
  color: #000000;
}
.cid-vf39qrsVeM .mbr-text {
  color: #000000;
}
.cid-vf38IL5sL9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #171719;
}
.cid-vf38IL5sL9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf38IL5sL9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf38IL5sL9 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vf38IL5sL9 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vf38IL5sL9 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-vf38IL5sL9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vf38IL5sL9 .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-vf38IL5sL9 .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  .cid-vf38IL5sL9 .title-wrapper .mbr-section-btn {
    flex-wrap: nowrap;
  }
  .cid-vf38IL5sL9 .title-wrapper .mbr-section-btn .btn {
    font-size: 0.8rem !important;
    padding: 8px 12px !important;
    white-space: nowrap;
  }
}
.cid-vf38IL5sL9 .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vf38IL5sL9 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vf38IL5sL9 .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-vf38IL5sL9 .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vf38IL5sL9 .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
.cid-vf38IL5sL9 .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-vf38IL5sL9 .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-vf38IL5sL9 .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vf38IL5sL9 .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vf38IL5sL9 .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vf38IL5sL9 .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vf38IL5sL9 .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-vf38IL5sL9 .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vf38IL5sL9 .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-vf38IL5sL9 .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vf38IL5sL9 .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: .4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vf38IL5sL9 .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-vf38IL5sL9 .payment-wrapper {
  gap: 15px;
  margin-bottom: 30px;
}
.cid-vf38IL5sL9 .payment-wrapper .payment-label {
  color: #ffffff;
  opacity: .7;
}
.cid-vf38IL5sL9 .payment-wrapper .payment-icons {
  gap: 10px;
}
.cid-vf38IL5sL9 .payment-wrapper .payment-icons svg {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cid-vf38IL5sL9 .payment-wrapper {
    justify-content: center;
  }
}
.cid-vf38IL5sL9 .card {
  justify-content: center;
}
.cid-vf38IL5sL9 .mbr-copy {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
}
.cid-vf38IL5sL9 .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vf38IL5sL9 .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vf38IL5sL9 .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-vf38IL5sL9 .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-vf38IL5sL9 .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all .3s ease;
}
.cid-vf38IL5sL9 .social-wrapper .social-wrap .soc-item:hover,
.cid-vf38IL5sL9 .social-wrapper .social-wrap .soc-item:hover {
  opacity: .7;
}
.cid-vf38IL5sL9 .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vf38IL5sL9 .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: .7;
}
.cid-vf38IL5sL9 .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vf38IL5sL9 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-vf38IL5sL9 .mbr-label {
  color: #ffffff;
}
.cid-vf38IL5sL9 .mbr-section-title {
  color: #ffffff;
}
.cid-vf38IL5sL9 .mbr-text {
  color: #ffffff;
}
.cid-vf38IL5sL9 .mbr-list-title {
  color: #ffffff;
}
.cid-vf38IL5sL9 .list {
  color: #ffffff;
}
.cid-vf38IL5sL9 .mbr-section-title,
.cid-vf38IL5sL9 .mbr-section-btn,
.cid-vf38IL5sL9 .title-wrapper {
  color: #ffffff;
}
.cid-vf38IL5sL9 .list,
.cid-vf38IL5sL9 .item-wrap {
  color: #ffffff;
}
.cid-vf38IL5sL9 .mbr-text,
.cid-vf38IL5sL9 .text-wrapper {
  color: #ffffff;
}
.cid-vfwaoCeIpU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
  overflow-x: hidden;
}
.cid-vfwaoCeIpU nav.navbar {
  position: fixed;
}
.cid-vfwaoCeIpU .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-vfwaoCeIpU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vfwaoCeIpU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vfwaoCeIpU .dropdown-item:hover,
.cid-vfwaoCeIpU .dropdown-item:focus {
  background: #5c7374 !important;
  color: white !important;
}
.cid-vfwaoCeIpU .dropdown-item:hover span {
  color: white;
}
.cid-vfwaoCeIpU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfwaoCeIpU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfwaoCeIpU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfwaoCeIpU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfwaoCeIpU .nav-link {
  position: relative;
}
.cid-vfwaoCeIpU .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vfwaoCeIpU .container {
    flex-wrap: wrap;
  }
}
.cid-vfwaoCeIpU .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vfwaoCeIpU .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vfwaoCeIpU .dropdown-menu,
.cid-vfwaoCeIpU .navbar.opened {
  background: #ffffff !important;
}
.cid-vfwaoCeIpU .nav-item:focus,
.cid-vfwaoCeIpU .nav-link:focus {
  outline: none;
}
.cid-vfwaoCeIpU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfwaoCeIpU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfwaoCeIpU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfwaoCeIpU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfwaoCeIpU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfwaoCeIpU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfwaoCeIpU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  overflow-x: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vfwaoCeIpU .navbar.opened {
  transition: all 0.3s;
}
.cid-vfwaoCeIpU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfwaoCeIpU .navbar .navbar-logo img {
  width: auto;
}
.cid-vfwaoCeIpU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfwaoCeIpU .navbar.collapsed {
  justify-content: center;
}
.cid-vfwaoCeIpU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfwaoCeIpU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfwaoCeIpU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-vfwaoCeIpU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfwaoCeIpU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfwaoCeIpU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfwaoCeIpU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfwaoCeIpU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfwaoCeIpU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfwaoCeIpU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfwaoCeIpU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfwaoCeIpU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfwaoCeIpU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfwaoCeIpU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfwaoCeIpU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfwaoCeIpU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfwaoCeIpU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfwaoCeIpU .navbar .navbar-brand {
    flex-shrink: 1;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-vfwaoCeIpU .navbar .navbar-toggler {
    flex-basis: auto;
    flex-shrink: 0;
  }
  .cid-vfwaoCeIpU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vfwaoCeIpU .navbar .navbar-brand {
    width: auto;
    flex-shrink: 1;
    padding-right: 0.5rem;
  }
}
.cid-vfwaoCeIpU .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfwaoCeIpU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfwaoCeIpU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfwaoCeIpU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfwaoCeIpU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfwaoCeIpU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfwaoCeIpU .dropdown-item.active,
.cid-vfwaoCeIpU .dropdown-item:active {
  background-color: transparent;
}
.cid-vfwaoCeIpU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfwaoCeIpU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfwaoCeIpU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfwaoCeIpU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vfwaoCeIpU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfwaoCeIpU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfwaoCeIpU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfwaoCeIpU .menu-label {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-right: 0.6rem;
}
.cid-vfwaoCeIpU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfwaoCeIpU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vfwaoCeIpU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfwaoCeIpU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfwaoCeIpU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfwaoCeIpU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfwaoCeIpU button.navbar-toggler {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}
.cid-vfwaoCeIpU button.navbar-toggler .hamburger {
  width: 31px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
}
.cid-vfwaoCeIpU .navbar-collapse {
  flex-basis: 100% !important;
}
.cid-vfwaoCeIpU .split-wrapper {
  display: flex;
  flex-direction: row;
  width: 75%;
  margin-left: auto;
  margin-right: 0;
  padding: 2rem 0;
  box-sizing: border-box;
}
.cid-vfwaoCeIpU .split-left {
  flex: 1 1 0%;
  min-width: 0;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 2.5rem;
}
.cid-vfwaoCeIpU .split-left .navbar-nav {
  width: 100%;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 0.5rem 1.5rem;
  align-items: center;
}
.cid-vfwaoCeIpU .split-left .navbar-nav .nav-item {
  margin: 0 !important;
  text-align: left;
  border-bottom: none;
  padding: 0;
  position: relative;
}
.cid-vfwaoCeIpU .split-left .navbar-nav .nav-item ~ .nav-item::before {
  content: '\00b7';
  position: absolute;
  left: -0.75rem;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  line-height: 1;
  opacity: 0.5;
  color: #000000;
}
.cid-vfwaoCeIpU .split-left .navbar-nav .nav-link {
  padding: 0.5rem 0 !important;
  margin: 0 !important;
  letter-spacing: 1.5px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.cid-vfwaoCeIpU .split-left .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  width: 0;
  height: 1.5px;
  background: currentColor;
  transition: width 0.3s ease;
}
.cid-vfwaoCeIpU .split-left .navbar-nav .nav-link:hover::after {
  width: 100%;
}
.cid-vfwaoCeIpU .split-right {
  width: 260px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 2.5rem;
  gap: 1rem;
}
.cid-vfwaoCeIpU .split-right .navbar-buttons {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  gap: 0.5rem;
}
.cid-vfwaoCeIpU .split-right .navbar-buttons .btn {
  text-align: center;
  white-space: nowrap !important;
  font-size: 0.85rem !important;
  padding: 0.5rem 1.2rem !important;
  letter-spacing: 0.5px;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  min-width: 0 !important;
}
.cid-vfwaoCeIpU .split-right .contact-info {
  text-align: center;
}
.cid-vfwaoCeIpU .split-right .contact-text {
  font-size: 0.85rem;
  line-height: 1.6;
  opacity: 0.65;
  margin: 0;
}
.cid-vfwaoCeIpU .split-right .icons-menu {
  padding: 0;
}
.cid-vfwaoCeIpU .split-right .icons-menu .iconfont-wrapper svg {
  width: 32px;
  height: 32px;
}
@media (max-width: 991px) {
  .cid-vfwaoCeIpU button.navbar-toggler {
    width: 31px !important;
    height: 20px !important;
    display: block !important;
  }
  .cid-vfwaoCeIpU .menu-label {
    display: none !important;
  }
  .cid-vfwaoCeIpU .split-wrapper {
    flex-direction: column !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding: 1rem 0 !important;
    overflow: hidden !important;
  }
  .cid-vfwaoCeIpU .navbar-collapse {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    max-width: 100% !important;
    max-height: 80vh !important;
  }
  .cid-vfwaoCeIpU .split-left {
    border-right: none !important;
    padding-right: 0 !important;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
  }
  .cid-vfwaoCeIpU .split-left .navbar-nav {
    width: 100% !important;
    flex-direction: column !important;
    gap: 0 !important;
  }
  .cid-vfwaoCeIpU .split-left .navbar-nav .nav-item {
    text-align: left !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 0 !important;
  }
  .cid-vfwaoCeIpU .split-left .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .cid-vfwaoCeIpU .split-left .navbar-nav .nav-item::before {
    display: none !important;
  }
  .cid-vfwaoCeIpU .split-left .navbar-nav .nav-link {
    display: block !important;
    text-align: left;
    font-size: 0.85rem !important;
    padding: 0.4rem 0 !important;
    white-space: normal !important;
    letter-spacing: 1px !important;
  }
  .cid-vfwaoCeIpU .split-left .navbar-nav .nav-link::after {
    left: 0 !important;
    transform: none;
  }
  .cid-vfwaoCeIpU .split-right {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
  .cid-vfwaoCeIpU .split-right .navbar-buttons {
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.5rem !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  .cid-vfwaoCeIpU .split-right .navbar-buttons .btn {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    font-size: 0.9rem !important;
    padding: 0.5rem 0.8rem !important;
    white-space: normal !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    margin: 0 !important;
    min-width: 0 !important;
  }
  .cid-vfwaoCeIpU .split-right .contact-info {
    margin-top: 0.5rem;
  }
  .cid-vfwaoCeIpU .split-right .contact-text {
    font-size: 0.9rem !important;
    opacity: 0.7 !important;
  }
  .cid-vfwaoCeIpU .split-right .icons-menu {
    padding-top: 0.5rem;
  }
  .cid-vfwaoCeIpU .split-right .icons-menu .iconfont-wrapper svg {
    width: 34px !important;
    height: 34px !important;
  }
  .cid-vfwaoCeIpU .quick-actions {
    display: none !important;
  }
  .cid-vfwaoCeIpU .split-right .quick-actions-mobile {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    gap: 0.5rem !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .cid-vfwaoCeIpU .split-right .quick-actions-mobile .quick-btn {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    white-space: normal !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    min-width: 0 !important;
    font-size: 0.9rem !important;
    padding: 0.6rem 1rem !important;
    line-height: 1.4 !important;
    height: auto !important;
  }
}
.cid-vfwaoCeIpU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfwaoCeIpU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfwaoCeIpU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfwaoCeIpU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfwaoCeIpU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfwaoCeIpU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfwaoCeIpU .split-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.cid-vfwaoCeIpU .split-left {
  flex: 1;
  min-width: 0;
}
.cid-vfwaoCeIpU .split-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-vfwaoCeIpU .navbar-buttons {
  text-align: center;
  min-width: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.cid-vfwaoCeIpU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vfwaoCeIpU .icons-menu .iconfont-wrapper {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 0.35rem;
  padding: 0 !important;
  transition: transform 0.3s ease, opacity 0.3s ease;
  line-height: 0;
}
.cid-vfwaoCeIpU .icons-menu .iconfont-wrapper svg {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-vfwaoCeIpU .icons-menu .iconfont-wrapper:hover svg {
  transform: scale(1.12);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.cid-vfwaoCeIpU .contact-info {
  text-align: center;
}
.cid-vfwaoCeIpU .contact-text {
  margin: 0;
  text-align: justify;
  color: #000000;
}
.cid-vfwaoCeIpU .lang-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.cid-vfwaoCeIpU .lang-link {
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  color: #000000;
  opacity: 0.4;
  transition: opacity 0.3s ease;
  padding: 0.15rem 0;
}
.cid-vfwaoCeIpU .lang-link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.cid-vfwaoCeIpU .lang-link.active-lang {
  font-weight: 500;
  opacity: 1;
  border-bottom: 1.5px solid currentColor;
}
.cid-vfwaoCeIpU .lang-divider {
  font-size: 0.85rem;
  opacity: 0.25;
  color: #000000;
  user-select: none;
}
.cid-vfwaoCeIpU .quick-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.4rem;
  margin-left: auto;
  margin-right: 1rem;
  flex-shrink: 1;
  min-width: 0;
}
.cid-vfwaoCeIpU .quick-actions .quick-btn {
  white-space: nowrap !important;
  padding: 0.35rem 0.85rem !important;
  line-height: 1.4 !important;
  height: auto !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}
.cid-vfwaoCeIpU .split-right .quick-actions-mobile {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfwaoCeIpU .navbar {
    height: 70px;
  }
  .cid-vfwaoCeIpU .navbar.opened {
    height: auto;
  }
  .cid-vfwaoCeIpU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfwaoCGH1J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfwaoCGH1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfwaoCGH1J .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-vfwaoCGH1J .container {
    padding: 0 24px;
  }
}
.cid-vfwaoCGH1J .row {
  justify-content: center;
}
.cid-vfwaoCGH1J .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-vfwaoCGH1J .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-vfwaoCGH1J .content-wrapper {
    padding: 32px;
  }
}
.cid-vfwaoCGH1J .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfwaoCGH1J .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-vfwaoCGH1J .mbr-section-title {
  color: #000000;
}
.cid-vfwaoCGH1J .mbr-text {
  color: #000000;
}
.cid-vfwaoD2Gga {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #171719;
}
.cid-vfwaoD2Gga .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfwaoD2Gga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfwaoD2Gga .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfwaoD2Gga .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfwaoD2Gga .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-vfwaoD2Gga .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfwaoD2Gga .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-vfwaoD2Gga .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  .cid-vfwaoD2Gga .title-wrapper .mbr-section-btn {
    flex-wrap: nowrap;
  }
  .cid-vfwaoD2Gga .title-wrapper .mbr-section-btn .btn {
    font-size: 0.8rem !important;
    padding: 8px 12px !important;
    white-space: nowrap;
  }
}
.cid-vfwaoD2Gga .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfwaoD2Gga .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfwaoD2Gga .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-vfwaoD2Gga .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vfwaoD2Gga .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
.cid-vfwaoD2Gga .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-vfwaoD2Gga .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-vfwaoD2Gga .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vfwaoD2Gga .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vfwaoD2Gga .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfwaoD2Gga .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfwaoD2Gga .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-vfwaoD2Gga .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vfwaoD2Gga .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-vfwaoD2Gga .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfwaoD2Gga .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: .4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vfwaoD2Gga .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfwaoD2Gga .payment-wrapper {
  gap: 15px;
  margin-bottom: 30px;
}
.cid-vfwaoD2Gga .payment-wrapper .payment-label {
  color: #ffffff;
  opacity: .7;
}
.cid-vfwaoD2Gga .payment-wrapper .payment-icons {
  gap: 10px;
}
.cid-vfwaoD2Gga .payment-wrapper .payment-icons svg {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cid-vfwaoD2Gga .payment-wrapper {
    justify-content: center;
  }
}
.cid-vfwaoD2Gga .card {
  justify-content: center;
}
.cid-vfwaoD2Gga .mbr-copy {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
}
.cid-vfwaoD2Gga .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vfwaoD2Gga .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vfwaoD2Gga .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-vfwaoD2Gga .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-vfwaoD2Gga .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all .3s ease;
}
.cid-vfwaoD2Gga .social-wrapper .social-wrap .soc-item:hover,
.cid-vfwaoD2Gga .social-wrapper .social-wrap .soc-item:hover {
  opacity: .7;
}
.cid-vfwaoD2Gga .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vfwaoD2Gga .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: .7;
}
.cid-vfwaoD2Gga .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vfwaoD2Gga .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-vfwaoD2Gga .mbr-label {
  color: #ffffff;
}
.cid-vfwaoD2Gga .mbr-section-title {
  color: #ffffff;
}
.cid-vfwaoD2Gga .mbr-text {
  color: #ffffff;
}
.cid-vfwaoD2Gga .mbr-list-title {
  color: #ffffff;
}
.cid-vfwaoD2Gga .list {
  color: #ffffff;
}
.cid-vfwaoD2Gga .mbr-section-title,
.cid-vfwaoD2Gga .mbr-section-btn,
.cid-vfwaoD2Gga .title-wrapper {
  color: #ffffff;
}
.cid-vfwaoD2Gga .list,
.cid-vfwaoD2Gga .item-wrap {
  color: #ffffff;
}
.cid-vfwaoD2Gga .mbr-text,
.cid-vfwaoD2Gga .text-wrapper {
  color: #ffffff;
}
.cid-vflN9zSvYH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
  overflow-x: hidden;
}
.cid-vflN9zSvYH nav.navbar {
  position: fixed;
}
.cid-vflN9zSvYH .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-vflN9zSvYH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vflN9zSvYH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vflN9zSvYH .dropdown-item:hover,
.cid-vflN9zSvYH .dropdown-item:focus {
  background: #5c7374 !important;
  color: white !important;
}
.cid-vflN9zSvYH .dropdown-item:hover span {
  color: white;
}
.cid-vflN9zSvYH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vflN9zSvYH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vflN9zSvYH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vflN9zSvYH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vflN9zSvYH .nav-link {
  position: relative;
}
.cid-vflN9zSvYH .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH .container {
    flex-wrap: wrap;
  }
}
.cid-vflN9zSvYH .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vflN9zSvYH .dropdown-menu,
.cid-vflN9zSvYH .navbar.opened {
  background: #ffffff !important;
}
.cid-vflN9zSvYH .nav-item:focus,
.cid-vflN9zSvYH .nav-link:focus {
  outline: none;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vflN9zSvYH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vflN9zSvYH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vflN9zSvYH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  overflow-x: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vflN9zSvYH .navbar.opened {
  transition: all 0.3s;
}
.cid-vflN9zSvYH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vflN9zSvYH .navbar .navbar-logo img {
  width: auto;
}
.cid-vflN9zSvYH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vflN9zSvYH .navbar.collapsed {
  justify-content: center;
}
.cid-vflN9zSvYH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vflN9zSvYH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vflN9zSvYH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vflN9zSvYH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vflN9zSvYH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vflN9zSvYH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vflN9zSvYH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vflN9zSvYH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vflN9zSvYH .navbar .navbar-brand {
    flex-shrink: 1;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-vflN9zSvYH .navbar .navbar-toggler {
    flex-basis: auto;
    flex-shrink: 0;
  }
  .cid-vflN9zSvYH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vflN9zSvYH .navbar .navbar-brand {
    width: auto;
    flex-shrink: 1;
    padding-right: 0.5rem;
  }
}
.cid-vflN9zSvYH .navbar.navbar-short {
  min-height: 60px;
}
.cid-vflN9zSvYH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vflN9zSvYH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vflN9zSvYH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vflN9zSvYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vflN9zSvYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vflN9zSvYH .dropdown-item.active,
.cid-vflN9zSvYH .dropdown-item:active {
  background-color: transparent;
}
.cid-vflN9zSvYH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vflN9zSvYH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vflN9zSvYH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vflN9zSvYH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vflN9zSvYH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vflN9zSvYH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vflN9zSvYH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vflN9zSvYH .menu-label {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-right: 0.6rem;
}
.cid-vflN9zSvYH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vflN9zSvYH button.navbar-toggler {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger {
  width: 31px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
}
.cid-vflN9zSvYH .navbar-collapse {
  flex-basis: 100% !important;
}
.cid-vflN9zSvYH .split-wrapper {
  display: flex;
  flex-direction: row;
  width: 75%;
  margin-left: auto;
  margin-right: 0;
  padding: 2rem 0;
  box-sizing: border-box;
}
.cid-vflN9zSvYH .split-left {
  flex: 1 1 0%;
  min-width: 0;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 2.5rem;
}
.cid-vflN9zSvYH .split-left .navbar-nav {
  width: 100%;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 0.5rem 1.5rem;
  align-items: center;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-item {
  margin: 0 !important;
  text-align: left;
  border-bottom: none;
  padding: 0;
  position: relative;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-item ~ .nav-item::before {
  content: '\00b7';
  position: absolute;
  left: -0.75rem;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  line-height: 1;
  opacity: 0.5;
  color: #000000;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-link {
  padding: 0.5rem 0 !important;
  margin: 0 !important;
  letter-spacing: 1.5px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  width: 0;
  height: 1.5px;
  background: currentColor;
  transition: width 0.3s ease;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-link:hover::after {
  width: 100%;
}
.cid-vflN9zSvYH .split-right {
  width: 260px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 2.5rem;
  gap: 1rem;
}
.cid-vflN9zSvYH .split-right .navbar-buttons {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  gap: 0.5rem;
}
.cid-vflN9zSvYH .split-right .navbar-buttons .btn {
  text-align: center;
  white-space: nowrap !important;
  font-size: 0.85rem !important;
  padding: 0.5rem 1.2rem !important;
  letter-spacing: 0.5px;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  min-width: 0 !important;
}
.cid-vflN9zSvYH .split-right .contact-info {
  text-align: center;
}
.cid-vflN9zSvYH .split-right .contact-text {
  font-size: 0.85rem;
  line-height: 1.6;
  opacity: 0.65;
  margin: 0;
}
.cid-vflN9zSvYH .split-right .icons-menu {
  padding: 0;
}
.cid-vflN9zSvYH .split-right .icons-menu .iconfont-wrapper svg {
  width: 32px;
  height: 32px;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH button.navbar-toggler {
    width: 31px !important;
    height: 20px !important;
    display: block !important;
  }
  .cid-vflN9zSvYH .menu-label {
    display: none !important;
  }
  .cid-vflN9zSvYH .split-wrapper {
    flex-direction: column !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding: 1rem 0 !important;
    overflow: hidden !important;
  }
  .cid-vflN9zSvYH .navbar-collapse {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    max-width: 100% !important;
    max-height: 80vh !important;
  }
  .cid-vflN9zSvYH .split-left {
    border-right: none !important;
    padding-right: 0 !important;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav {
    width: 100% !important;
    flex-direction: column !important;
    gap: 0 !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-item {
    text-align: left !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 0 !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-item::before {
    display: none !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-link {
    display: block !important;
    text-align: left;
    font-size: 0.85rem !important;
    padding: 0.4rem 0 !important;
    white-space: normal !important;
    letter-spacing: 1px !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-link::after {
    left: 0 !important;
    transform: none;
  }
  .cid-vflN9zSvYH .split-right {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
  .cid-vflN9zSvYH .split-right .navbar-buttons {
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.5rem !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  .cid-vflN9zSvYH .split-right .navbar-buttons .btn {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    font-size: 0.9rem !important;
    padding: 0.5rem 0.8rem !important;
    white-space: normal !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    margin: 0 !important;
    min-width: 0 !important;
  }
  .cid-vflN9zSvYH .split-right .contact-info {
    margin-top: 0.5rem;
  }
  .cid-vflN9zSvYH .split-right .contact-text {
    font-size: 0.9rem !important;
    opacity: 0.7 !important;
  }
  .cid-vflN9zSvYH .split-right .icons-menu {
    padding-top: 0.5rem;
  }
  .cid-vflN9zSvYH .split-right .icons-menu .iconfont-wrapper svg {
    width: 34px !important;
    height: 34px !important;
  }
  .cid-vflN9zSvYH .quick-actions {
    display: none !important;
  }
  .cid-vflN9zSvYH .split-right .quick-actions-mobile {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    gap: 0.5rem !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .cid-vflN9zSvYH .split-right .quick-actions-mobile .quick-btn {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    white-space: normal !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    min-width: 0 !important;
    font-size: 0.9rem !important;
    padding: 0.6rem 1rem !important;
    line-height: 1.4 !important;
    height: auto !important;
  }
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vflN9zSvYH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vflN9zSvYH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vflN9zSvYH .split-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.cid-vflN9zSvYH .split-left {
  flex: 1;
  min-width: 0;
}
.cid-vflN9zSvYH .split-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-vflN9zSvYH .navbar-buttons {
  text-align: center;
  min-width: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.cid-vflN9zSvYH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vflN9zSvYH .icons-menu .iconfont-wrapper {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 0.35rem;
  padding: 0 !important;
  transition: transform 0.3s ease, opacity 0.3s ease;
  line-height: 0;
}
.cid-vflN9zSvYH .icons-menu .iconfont-wrapper svg {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-vflN9zSvYH .icons-menu .iconfont-wrapper:hover svg {
  transform: scale(1.12);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.cid-vflN9zSvYH .contact-info {
  text-align: center;
}
.cid-vflN9zSvYH .contact-text {
  margin: 0;
  text-align: justify;
  color: #000000;
}
.cid-vflN9zSvYH .lang-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.cid-vflN9zSvYH .lang-link {
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  color: #000000;
  opacity: 0.4;
  transition: opacity 0.3s ease;
  padding: 0.15rem 0;
}
.cid-vflN9zSvYH .lang-link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.cid-vflN9zSvYH .lang-link.active-lang {
  font-weight: 500;
  opacity: 1;
  border-bottom: 1.5px solid currentColor;
}
.cid-vflN9zSvYH .lang-divider {
  font-size: 0.85rem;
  opacity: 0.25;
  color: #000000;
  user-select: none;
}
.cid-vflN9zSvYH .quick-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.4rem;
  margin-left: auto;
  margin-right: 1rem;
  flex-shrink: 1;
  min-width: 0;
}
.cid-vflN9zSvYH .quick-actions .quick-btn {
  white-space: nowrap !important;
  padding: 0.35rem 0.85rem !important;
  line-height: 1.4 !important;
  height: auto !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}
.cid-vflN9zSvYH .split-right .quick-actions-mobile {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vflN9zSvYH .navbar {
    height: 70px;
  }
  .cid-vflN9zSvYH .navbar.opened {
    height: auto;
  }
  .cid-vflN9zSvYH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfx7YPz0Kz {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f7f7f5;
}
.cid-vfx7YPz0Kz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfx7YPz0Kz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfx7YPz0Kz .mbr-section-title {
  text-align: justify;
}
.cid-vfx7YPz0Kz .mbr-section-subtitle {
  text-align: left;
}
#custom-html-9t {
  /* Type valid CSS here */
}
#custom-html-9t div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-9t p {
  font-size: 17px;
  color: #777;
}
.cid-veJh37vFRn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #171719;
}
.cid-veJh37vFRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJh37vFRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veJh37vFRn .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-veJh37vFRn .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-veJh37vFRn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-veJh37vFRn .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-veJh37vFRn .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  .cid-veJh37vFRn .title-wrapper .mbr-section-btn {
    flex-wrap: nowrap;
  }
  .cid-veJh37vFRn .title-wrapper .mbr-section-btn .btn {
    font-size: 0.8rem !important;
    padding: 8px 12px !important;
    white-space: nowrap;
  }
}
.cid-veJh37vFRn .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-veJh37vFRn .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-veJh37vFRn .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-veJh37vFRn .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-veJh37vFRn .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veJh37vFRn .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: .4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-veJh37vFRn .payment-wrapper {
  gap: 15px;
  margin-bottom: 30px;
}
.cid-veJh37vFRn .payment-wrapper .payment-label {
  color: #ffffff;
  opacity: .7;
}
.cid-veJh37vFRn .payment-wrapper .payment-icons {
  gap: 10px;
}
.cid-veJh37vFRn .payment-wrapper .payment-icons svg {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cid-veJh37vFRn .payment-wrapper {
    justify-content: center;
  }
}
.cid-veJh37vFRn .card {
  justify-content: center;
}
.cid-veJh37vFRn .mbr-copy {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
}
.cid-veJh37vFRn .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-veJh37vFRn .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all .3s ease;
}
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item:hover,
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item:hover {
  opacity: .7;
}
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: .7;
}
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-veJh37vFRn .mbr-label {
  color: #ffffff;
}
.cid-veJh37vFRn .mbr-section-title {
  color: #ffffff;
}
.cid-veJh37vFRn .mbr-text {
  color: #ffffff;
}
.cid-veJh37vFRn .mbr-list-title {
  color: #ffffff;
}
.cid-veJh37vFRn .list {
  color: #ffffff;
}
.cid-veJh37vFRn .mbr-section-title,
.cid-veJh37vFRn .mbr-section-btn,
.cid-veJh37vFRn .title-wrapper {
  color: #ffffff;
}
.cid-veJh37vFRn .list,
.cid-veJh37vFRn .item-wrap {
  color: #ffffff;
}
.cid-veJh37vFRn .mbr-text,
.cid-veJh37vFRn .text-wrapper {
  color: #ffffff;
}
.cid-vflN9zSvYH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
  overflow-x: hidden;
}
.cid-vflN9zSvYH nav.navbar {
  position: fixed;
}
.cid-vflN9zSvYH .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-vflN9zSvYH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vflN9zSvYH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vflN9zSvYH .dropdown-item:hover,
.cid-vflN9zSvYH .dropdown-item:focus {
  background: #5c7374 !important;
  color: white !important;
}
.cid-vflN9zSvYH .dropdown-item:hover span {
  color: white;
}
.cid-vflN9zSvYH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vflN9zSvYH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vflN9zSvYH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vflN9zSvYH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vflN9zSvYH .nav-link {
  position: relative;
}
.cid-vflN9zSvYH .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH .container {
    flex-wrap: wrap;
  }
}
.cid-vflN9zSvYH .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vflN9zSvYH .dropdown-menu,
.cid-vflN9zSvYH .navbar.opened {
  background: #ffffff !important;
}
.cid-vflN9zSvYH .nav-item:focus,
.cid-vflN9zSvYH .nav-link:focus {
  outline: none;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vflN9zSvYH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vflN9zSvYH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vflN9zSvYH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vflN9zSvYH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  overflow-x: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vflN9zSvYH .navbar.opened {
  transition: all 0.3s;
}
.cid-vflN9zSvYH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vflN9zSvYH .navbar .navbar-logo img {
  width: auto;
}
.cid-vflN9zSvYH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vflN9zSvYH .navbar.collapsed {
  justify-content: center;
}
.cid-vflN9zSvYH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vflN9zSvYH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vflN9zSvYH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vflN9zSvYH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vflN9zSvYH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vflN9zSvYH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vflN9zSvYH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vflN9zSvYH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vflN9zSvYH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vflN9zSvYH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vflN9zSvYH .navbar .navbar-brand {
    flex-shrink: 1;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-vflN9zSvYH .navbar .navbar-toggler {
    flex-basis: auto;
    flex-shrink: 0;
  }
  .cid-vflN9zSvYH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vflN9zSvYH .navbar .navbar-brand {
    width: auto;
    flex-shrink: 1;
    padding-right: 0.5rem;
  }
}
.cid-vflN9zSvYH .navbar.navbar-short {
  min-height: 60px;
}
.cid-vflN9zSvYH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vflN9zSvYH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vflN9zSvYH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vflN9zSvYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vflN9zSvYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vflN9zSvYH .dropdown-item.active,
.cid-vflN9zSvYH .dropdown-item:active {
  background-color: transparent;
}
.cid-vflN9zSvYH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vflN9zSvYH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vflN9zSvYH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vflN9zSvYH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vflN9zSvYH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vflN9zSvYH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vflN9zSvYH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vflN9zSvYH .menu-label {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-right: 0.6rem;
}
.cid-vflN9zSvYH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vflN9zSvYH button.navbar-toggler {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}
.cid-vflN9zSvYH button.navbar-toggler .hamburger {
  width: 31px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
}
.cid-vflN9zSvYH .navbar-collapse {
  flex-basis: 100% !important;
}
.cid-vflN9zSvYH .split-wrapper {
  display: flex;
  flex-direction: row;
  width: 75%;
  margin-left: auto;
  margin-right: 0;
  padding: 2rem 0;
  box-sizing: border-box;
}
.cid-vflN9zSvYH .split-left {
  flex: 1 1 0%;
  min-width: 0;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 2.5rem;
}
.cid-vflN9zSvYH .split-left .navbar-nav {
  width: 100%;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 0.5rem 1.5rem;
  align-items: center;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-item {
  margin: 0 !important;
  text-align: left;
  border-bottom: none;
  padding: 0;
  position: relative;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-item ~ .nav-item::before {
  content: '\00b7';
  position: absolute;
  left: -0.75rem;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  line-height: 1;
  opacity: 0.5;
  color: #000000;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-link {
  padding: 0.5rem 0 !important;
  margin: 0 !important;
  letter-spacing: 1.5px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  width: 0;
  height: 1.5px;
  background: currentColor;
  transition: width 0.3s ease;
}
.cid-vflN9zSvYH .split-left .navbar-nav .nav-link:hover::after {
  width: 100%;
}
.cid-vflN9zSvYH .split-right {
  width: 260px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 2.5rem;
  gap: 1rem;
}
.cid-vflN9zSvYH .split-right .navbar-buttons {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  gap: 0.5rem;
}
.cid-vflN9zSvYH .split-right .navbar-buttons .btn {
  text-align: center;
  white-space: nowrap !important;
  font-size: 0.85rem !important;
  padding: 0.5rem 1.2rem !important;
  letter-spacing: 0.5px;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  min-width: 0 !important;
}
.cid-vflN9zSvYH .split-right .contact-info {
  text-align: center;
}
.cid-vflN9zSvYH .split-right .contact-text {
  font-size: 0.85rem;
  line-height: 1.6;
  opacity: 0.65;
  margin: 0;
}
.cid-vflN9zSvYH .split-right .icons-menu {
  padding: 0;
}
.cid-vflN9zSvYH .split-right .icons-menu .iconfont-wrapper svg {
  width: 32px;
  height: 32px;
}
@media (max-width: 991px) {
  .cid-vflN9zSvYH button.navbar-toggler {
    width: 31px !important;
    height: 20px !important;
    display: block !important;
  }
  .cid-vflN9zSvYH .menu-label {
    display: none !important;
  }
  .cid-vflN9zSvYH .split-wrapper {
    flex-direction: column !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding: 1rem 0 !important;
    overflow: hidden !important;
  }
  .cid-vflN9zSvYH .navbar-collapse {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    max-width: 100% !important;
    max-height: 80vh !important;
  }
  .cid-vflN9zSvYH .split-left {
    border-right: none !important;
    padding-right: 0 !important;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav {
    width: 100% !important;
    flex-direction: column !important;
    gap: 0 !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-item {
    text-align: left !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 0 !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-item::before {
    display: none !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-link {
    display: block !important;
    text-align: left;
    font-size: 0.85rem !important;
    padding: 0.4rem 0 !important;
    white-space: normal !important;
    letter-spacing: 1px !important;
  }
  .cid-vflN9zSvYH .split-left .navbar-nav .nav-link::after {
    left: 0 !important;
    transform: none;
  }
  .cid-vflN9zSvYH .split-right {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
  .cid-vflN9zSvYH .split-right .navbar-buttons {
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.5rem !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  .cid-vflN9zSvYH .split-right .navbar-buttons .btn {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    font-size: 0.9rem !important;
    padding: 0.5rem 0.8rem !important;
    white-space: normal !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    margin: 0 !important;
    min-width: 0 !important;
  }
  .cid-vflN9zSvYH .split-right .contact-info {
    margin-top: 0.5rem;
  }
  .cid-vflN9zSvYH .split-right .contact-text {
    font-size: 0.9rem !important;
    opacity: 0.7 !important;
  }
  .cid-vflN9zSvYH .split-right .icons-menu {
    padding-top: 0.5rem;
  }
  .cid-vflN9zSvYH .split-right .icons-menu .iconfont-wrapper svg {
    width: 34px !important;
    height: 34px !important;
  }
  .cid-vflN9zSvYH .quick-actions {
    display: none !important;
  }
  .cid-vflN9zSvYH .split-right .quick-actions-mobile {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    gap: 0.5rem !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .cid-vflN9zSvYH .split-right .quick-actions-mobile .quick-btn {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    white-space: normal !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    min-width: 0 !important;
    font-size: 0.9rem !important;
    padding: 0.6rem 1rem !important;
    line-height: 1.4 !important;
    height: auto !important;
  }
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vflN9zSvYH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vflN9zSvYH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vflN9zSvYH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vflN9zSvYH .split-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.cid-vflN9zSvYH .split-left {
  flex: 1;
  min-width: 0;
}
.cid-vflN9zSvYH .split-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-vflN9zSvYH .navbar-buttons {
  text-align: center;
  min-width: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.cid-vflN9zSvYH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vflN9zSvYH .icons-menu .iconfont-wrapper {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 0.35rem;
  padding: 0 !important;
  transition: transform 0.3s ease, opacity 0.3s ease;
  line-height: 0;
}
.cid-vflN9zSvYH .icons-menu .iconfont-wrapper svg {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-vflN9zSvYH .icons-menu .iconfont-wrapper:hover svg {
  transform: scale(1.12);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.cid-vflN9zSvYH .contact-info {
  text-align: center;
}
.cid-vflN9zSvYH .contact-text {
  margin: 0;
  text-align: justify;
  color: #000000;
}
.cid-vflN9zSvYH .lang-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.cid-vflN9zSvYH .lang-link {
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  color: #000000;
  opacity: 0.4;
  transition: opacity 0.3s ease;
  padding: 0.15rem 0;
}
.cid-vflN9zSvYH .lang-link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.cid-vflN9zSvYH .lang-link.active-lang {
  font-weight: 500;
  opacity: 1;
  border-bottom: 1.5px solid currentColor;
}
.cid-vflN9zSvYH .lang-divider {
  font-size: 0.85rem;
  opacity: 0.25;
  color: #000000;
  user-select: none;
}
.cid-vflN9zSvYH .quick-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.4rem;
  margin-left: auto;
  margin-right: 1rem;
  flex-shrink: 1;
  min-width: 0;
}
.cid-vflN9zSvYH .quick-actions .quick-btn {
  white-space: nowrap !important;
  padding: 0.35rem 0.85rem !important;
  line-height: 1.4 !important;
  height: auto !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}
.cid-vflN9zSvYH .split-right .quick-actions-mobile {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vflN9zSvYH .navbar {
    height: 70px;
  }
  .cid-vflN9zSvYH .navbar.opened {
    height: auto;
  }
  .cid-vflN9zSvYH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfmDzdSHC1 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f7f7f5;
}
.cid-vfmDzdSHC1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfmDzdSHC1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfmDzdSHC1 .mbr-section-title {
  text-align: justify;
}
.cid-veCZnxO2Hk {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-veCZnxO2Hk .mbr-fallback-image.disabled {
  display: none;
}
.cid-veCZnxO2Hk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veCZnxO2Hk .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-veCZnxO2Hk .row .card {
  padding: 0 13px;
}
@media (max-width: 992px) {
  .cid-veCZnxO2Hk .row {
    display: flex;
    flex-direction: column;
  }
  .cid-veCZnxO2Hk .row .card-left {
    display: contents;
  }
  .cid-veCZnxO2Hk .row .card-right {
    display: contents;
  }
  .cid-veCZnxO2Hk .row .card-left .content-wrapper .content-wrap {
    order: 1;
  }
  .cid-veCZnxO2Hk .row .card-right .card-wrapper .image-wrap {
    order: 2;
  }
  .cid-veCZnxO2Hk .row .card-right .card-wrapper .item-content {
    order: 3;
  }
  .cid-veCZnxO2Hk .row .card-left .content-wrapper .cards-wrap .image-wrapper {
    order: 4;
  }
  .cid-veCZnxO2Hk .row .card-left .content-wrapper .cards-wrap .number-wrap {
    order: 5;
  }
}
.cid-veCZnxO2Hk .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-veCZnxO2Hk .content-wrapper {
    display: contents;
  }
}
.cid-veCZnxO2Hk .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-veCZnxO2Hk .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-veCZnxO2Hk .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-veCZnxO2Hk .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veCZnxO2Hk .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-veCZnxO2Hk .content-wrapper .cards-wrap {
    display: contents;
  }
}
.cid-veCZnxO2Hk .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veCZnxO2Hk .content-wrapper .cards-wrap .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-veCZnxO2Hk .content-wrapper .cards-wrap .image-wrapper {
    margin-top: 16px;
  }
}
.cid-veCZnxO2Hk .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffffff;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-veCZnxO2Hk .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-veCZnxO2Hk .content-wrapper .cards-wrap .number-wrap .number-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}
.cid-veCZnxO2Hk .content-wrapper .cards-wrap .number-wrap .number-heading .coffee-icon {
  flex-shrink: 0;
  line-height: 0;
}
.cid-veCZnxO2Hk .content-wrapper .cards-wrap .number-wrap .number-heading .coffee-icon svg {
  width: 48px;
  height: 48px;
}
.cid-veCZnxO2Hk .content-wrapper .cards-wrap .number-wrap .number-heading .mbr-number {
  margin-bottom: 0;
}
.cid-veCZnxO2Hk .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-veCZnxO2Hk .card-wrapper {
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-veCZnxO2Hk .card-wrapper {
    display: contents;
  }
}
.cid-veCZnxO2Hk .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-veCZnxO2Hk .card-wrapper .image-wrap img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-veCZnxO2Hk .card-wrapper .image-wrap {
    margin-top: 16px;
  }
}
.cid-veCZnxO2Hk .card-wrapper .item-content {
  padding: 54px;
  background-color: #ffffff;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-veCZnxO2Hk .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-veCZnxO2Hk .card-wrapper .item-content {
    padding: 30px 16px;
    margin-top: 0;
  }
}
.cid-veCZnxO2Hk .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-veCZnxO2Hk .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-veCZnxO2Hk .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-veCZnxO2Hk .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-veCZnxO2Hk .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-veCZnxO2Hk .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.cid-veCZnxO2Hk .mbr-label,
.cid-veCZnxO2Hk .label-wrapper {
  color: #151e11;
}
.cid-veCZnxO2Hk .mbr-section-title {
  color: #000000;
}
.cid-veCZnxO2Hk .mbr-number {
  color: #000000;
}
.cid-veCZnxO2Hk .mbr-number-desc {
  color: #000000;
}
.cid-veCZnxO2Hk .card-label,
.cid-veCZnxO2Hk .card-label-wrapper {
  color: #fff7ee;
}
.cid-veCZnxO2Hk .card-title {
  color: #000000;
}
.cid-veCZnxO2Hk .card-text {
  color: #fff7ee;
}
.cid-veCZnxO2Hk .card-text,
.cid-veCZnxO2Hk .text-wrapper {
  color: #000000;
}
.cid-veJh37vFRn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #171719;
}
.cid-veJh37vFRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJh37vFRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veJh37vFRn .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-veJh37vFRn .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-veJh37vFRn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-veJh37vFRn .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-veJh37vFRn .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  .cid-veJh37vFRn .title-wrapper .mbr-section-btn {
    flex-wrap: nowrap;
  }
  .cid-veJh37vFRn .title-wrapper .mbr-section-btn .btn {
    font-size: 0.8rem !important;
    padding: 8px 12px !important;
    white-space: nowrap;
  }
}
.cid-veJh37vFRn .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-veJh37vFRn .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-veJh37vFRn .nav-wrapper .nav-wrap {
    width: 50%;
  }
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-veJh37vFRn .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-veJh37vFRn .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-veJh37vFRn .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veJh37vFRn .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: .4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-veJh37vFRn .payment-wrapper {
  gap: 15px;
  margin-bottom: 30px;
}
.cid-veJh37vFRn .payment-wrapper .payment-label {
  color: #ffffff;
  opacity: .7;
}
.cid-veJh37vFRn .payment-wrapper .payment-icons {
  gap: 10px;
}
.cid-veJh37vFRn .payment-wrapper .payment-icons svg {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cid-veJh37vFRn .payment-wrapper {
    justify-content: center;
  }
}
.cid-veJh37vFRn .card {
  justify-content: center;
}
.cid-veJh37vFRn .mbr-copy {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
}
.cid-veJh37vFRn .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-veJh37vFRn .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-veJh37vFRn .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all .3s ease;
}
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item:hover,
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item:hover {
  opacity: .7;
}
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: .7;
}
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-veJh37vFRn .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-veJh37vFRn .mbr-label {
  color: #ffffff;
}
.cid-veJh37vFRn .mbr-section-title {
  color: #ffffff;
}
.cid-veJh37vFRn .mbr-text {
  color: #ffffff;
}
.cid-veJh37vFRn .mbr-list-title {
  color: #ffffff;
}
.cid-veJh37vFRn .list {
  color: #ffffff;
}
.cid-veJh37vFRn .mbr-section-title,
.cid-veJh37vFRn .mbr-section-btn,
.cid-veJh37vFRn .title-wrapper {
  color: #ffffff;
}
.cid-veJh37vFRn .list,
.cid-veJh37vFRn .item-wrap {
  color: #ffffff;
}
.cid-veJh37vFRn .mbr-text,
.cid-veJh37vFRn .text-wrapper {
  color: #ffffff;
}
