.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #ffffff;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
  line-height: 1.15;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.75rem;
  line-height: 1.45;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.15 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.45 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.15 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.45 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #5a85b5 !important;
}
.bg-success {
  background-color: #5a87b5 !important;
}
.bg-info {
  background-color: #212121 !important;
}
.bg-warning {
  background-color: #9bbcd9 !important;
}
.bg-danger {
  background-color: #5a87b5 !important;
}
.btn-primary .mbr-iconfont {
  background-color: #ffffff;
  color: #4c78a9;
}
.btn-primary,
.btn-primary:active {
  background-color: #5a85b5 !important;
  border-color: #5a85b5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #7d9fc5 !important;
  background-color: #7d9fc5 !important;
  border-color: #7d9fc5 !important;
  box-shadow: inset -500px 0 0 #ffffff;
  transition: all .8s ease;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7d9fc5 !important;
  border-color: #7d9fc5 !important;
}
.btn-secondary .mbr-iconfont {
  background-color: #ffffff;
  color: #5989be;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6b96c5 !important;
  border-color: #6b96c5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #90b0d3 !important;
  background-color: #90b0d3 !important;
  border-color: #90b0d3 !important;
  box-shadow: inset -500px 0 0 #ffffff;
  transition: all .8s ease;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #90b0d3 !important;
  border-color: #90b0d3 !important;
}
.btn-info .mbr-iconfont {
  background-color: #ffffff;
  color: #141414;
}
.btn-info,
.btn-info:active {
  background-color: #212121 !important;
  border-color: #212121 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #3b3b3b !important;
  background-color: #3b3b3b !important;
  border-color: #3b3b3b !important;
  box-shadow: inset -500px 0 0 #ffffff;
  transition: all .8s ease;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3b3b3b !important;
  border-color: #3b3b3b !important;
}
.btn-success .mbr-iconfont {
  background-color: #ffffff;
  color: #4c7aa9;
}
.btn-success,
.btn-success:active {
  background-color: #5a87b5 !important;
  border-color: #5a87b5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #7da1c5 !important;
  background-color: #7da1c5 !important;
  border-color: #7da1c5 !important;
  box-shadow: inset -500px 0 0 #ffffff;
  transition: all .8s ease;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7da1c5 !important;
  border-color: #7da1c5 !important;
}
.btn-warning .mbr-iconfont {
  background-color: #04080b;
  color: #89b0d2;
}
.btn-warning,
.btn-warning:active {
  background-color: #9bbcd9 !important;
  border-color: #9bbcd9 !important;
  color: #04080b !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #89b0d2 !important;
  background-color: #89b0d2 !important;
  border-color: #89b0d2 !important;
  box-shadow: inset -500px 0 0 #04080b;
  transition: all .8s ease;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #04080b !important;
  background-color: #89b0d2 !important;
  border-color: #89b0d2 !important;
}
.btn-danger .mbr-iconfont {
  background-color: #ffffff;
  color: #4c7aa9;
}
.btn-danger,
.btn-danger:active {
  background-color: #5a87b5 !important;
  border-color: #5a87b5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #7da1c5 !important;
  background-color: #7da1c5 !important;
  border-color: #7da1c5 !important;
  box-shadow: inset -500px 0 0 #ffffff;
  transition: all .8s ease;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7da1c5 !important;
  border-color: #7da1c5 !important;
}
.btn-white .mbr-iconfont {
  background-color: #484848;
  color: #ededed;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #484848 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ededed !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
  box-shadow: inset -500px 0 0 #484848;
  transition: all .8s ease;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #484848 !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-black .mbr-iconfont {
  background-color: #ffffff;
  color: #161616;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #3d3d3d !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: inset -500px 0 0 #ffffff;
  transition: all .8s ease;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #5a85b5;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #5a85b5;
  color: #5a85b5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #395a7f !important;
  background-color: transparent !important;
  border-color: #395a7f !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #395a7f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5a85b5 !important;
  border-color: #5a85b5 !important;
}
.btn-secondary-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #6b96c5;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6b96c5;
  color: #6b96c5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3d6b9c !important;
  background-color: transparent !important;
  border-color: #3d6b9c !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #3d6b9c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6b96c5 !important;
  border-color: #6b96c5 !important;
}
.btn-info-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #212121;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #212121;
  color: #212121;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #000000;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #212121 !important;
  border-color: #212121 !important;
}
.btn-success-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #5a87b5;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #5a87b5;
  color: #5a87b5;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #395c7f !important;
  background-color: transparent !important;
  border-color: #395c7f !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #395c7f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5a87b5 !important;
  border-color: #5a87b5 !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #122230;
  background-color: #9bbcd9;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #9bbcd9;
  color: #9bbcd9;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5c92c1 !important;
  background-color: transparent !important;
  border-color: #5c92c1 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  color: #122230;
  background-color: #5c92c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9bbcd9 !important;
  border-color: #9bbcd9 !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #5a87b5;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #5a87b5;
  color: #5a87b5;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #395c7f !important;
  background-color: transparent !important;
  border-color: #395c7f !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #395c7f;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #5a87b5 !important;
  border-color: #5a87b5 !important;
}
.btn-black-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #232323;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #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 {
  color: #ffffff;
  background-color: #000000;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont {
  color: #616161;
  background-color: #fafafa;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  color: #616161;
  background-color: #cfcfcf;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #5a85b5 !important;
}
.text-secondary {
  color: #6b96c5 !important;
}
.text-success {
  color: #5a87b5 !important;
}
.text-info {
  color: #212121 !important;
}
.text-warning {
  color: #9bbcd9 !important;
}
.text-danger {
  color: #5a87b5 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #345375 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #396391 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #345475 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #518abd !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #345475 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #5a85b5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #212121;
}
.alert-warning {
  background-color: #9bbcd9;
}
.alert-danger {
  background-color: #5a87b5;
}
.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: #5a85b5;
  border-color: #5a85b5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 16px !important;
}
a,
a:hover {
  color: #5a85b5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b2c6dc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b2c7dc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d3d3d3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b2c7dc;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 12px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #5a85b5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #5a85b5;
}
/* 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: #5a85b5;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5a85b5;
}
.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: #5a85b5;
  border-bottom-color: #5a85b5;
}
.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: #5a85b5 !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: #6b96c5 !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='%235a85b5' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  font-weight: 500;
  padding: 0 30px;
  min-height: 48px;
  padding: 8px 42px;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 16px;
  margin-right: -30px;
  width: 44px;
  height: 44px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 1rem !important;
}
.large-radius,
.mbr-section-subtitle::before,
.google-map iframe {
  border-radius: 24px !important;
}
.little-radius {
  border-radius: 8px !important;
}
.panel-group .card {
  border-radius: 16px 36px 36px 16px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vfX1bbrU8u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfX1bbrU8u nav.navbar {
  position: fixed;
}
.cid-vfX1bbrU8u .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-vfX1bbrU8u .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfX1bbrU8u .dropdown-item {
  border: none !important;
  background: #f9f9f9 !important;
  font-weight: 400;
}
.cid-vfX1bbrU8u .dropdown-item:hover,
.cid-vfX1bbrU8u .dropdown-item:focus {
  background: #f9f9f9 !important;
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .dropdown-item:hover span {
  color: white;
}
.cid-vfX1bbrU8u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfX1bbrU8u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfX1bbrU8u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfX1bbrU8u .nav-link {
  position: relative;
}
.cid-vfX1bbrU8u .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfX1bbrU8u .container {
    flex-wrap: nowrap;
  }
}
.cid-vfX1bbrU8u .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfX1bbrU8u .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfX1bbrU8u .dropdown-menu,
.cid-vfX1bbrU8u .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-vfX1bbrU8u .nav-item:focus,
.cid-vfX1bbrU8u .nav-link:focus {
  outline: none;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfX1bbrU8u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfX1bbrU8u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfX1bbrU8u .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vfX1bbrU8u .navbar.opened {
  transition: all 0.3s;
}
.cid-vfX1bbrU8u .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfX1bbrU8u .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vfX1bbrU8u .navbar .navbar-logo img {
  width: auto;
}
.cid-vfX1bbrU8u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfX1bbrU8u .navbar.collapsed {
  justify-content: center;
}
.cid-vfX1bbrU8u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfX1bbrU8u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfX1bbrU8u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfX1bbrU8u .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-vfX1bbrU8u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfX1bbrU8u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfX1bbrU8u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfX1bbrU8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfX1bbrU8u .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-vfX1bbrU8u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfX1bbrU8u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vfX1bbrU8u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfX1bbrU8u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfX1bbrU8u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfX1bbrU8u .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfX1bbrU8u .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfX1bbrU8u .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-caption:hover,
.cid-vfX1bbrU8u .navbar-brand .navbar-caption:focus {
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfX1bbrU8u .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfX1bbrU8u .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .dropdown-item.active,
.cid-vfX1bbrU8u .dropdown-item:active {
  background-color: transparent;
}
.cid-vfX1bbrU8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfX1bbrU8u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfX1bbrU8u ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfX1bbrU8u ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfX1bbrU8u .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfX1bbrU8u .navbar-buttons {
    text-align: left;
  }
}
.cid-vfX1bbrU8u .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vfX1bbrU8u .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfX1bbrU8u button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f9f9f9 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #212121;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfX1bbrU8u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfX1bbrU8u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfX1bbrU8u .navbar {
    height: 70px;
  }
  .cid-vfX1bbrU8u .navbar.opened {
    height: auto;
  }
  .cid-vfX1bbrU8u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfX1bbrU8u .navbar-nav {
  margin: 0 auto;
}
.cid-vfX1bbrU8u .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfX1bbrU8u .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vfX1bbrU8u .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfX1bbrU8u .nav-item .nav-link:hover {
  background-color: transparent;
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vfX1bbrU8u .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfX1bbrU8u .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfX1bbrU8u .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfX1bbrU8u .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfX1bbrU8u .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfX1bbrU8u .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfX1bbrU8u .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfX1bbrU8u .content-wrap {
  min-height: 110px;
}
.cid-veuw1R0qYf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-veuw1R0qYf .mbr-fallback-image.disabled {
  display: none;
}
.cid-veuw1R0qYf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veuw1R0qYf .card {
  justify-content: center;
}
.cid-veuw1R0qYf .content-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-veuw1R0qYf .content-wrapper .title-wrap {
  margin-bottom: 24px;
}
.cid-veuw1R0qYf .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-veuw1R0qYf .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-veuw1R0qYf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veuw1R0qYf .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-veuw1R0qYf .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veuw1R0qYf .border-wrapper {
  margin-top: 40px;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, transparent -20%, #5a85b5 50%, transparent 120%);
}
.cid-veuw1R0qYf .mbr-label {
  color: #212121;
  text-align: center;
}
.cid-veuw1R0qYf .mbr-section-title {
  color: #212121;
}
.cid-veuw1R0qYf .mbr-section-subtitle {
  color: #212121;
  text-align: center;
}
.cid-veuw1R0qYf .mbr-text {
  color: #212121;
  text-align: center;
}
.cid-veuw1R0qYf .mbr-section-title,
.cid-veuw1R0qYf .mbr-section-btn {
  text-align: center;
  color: #6b96c5;
}
.cid-veuw1R0qYf .mbr-text,
.cid-veuw1R0qYf .text-wrapper {
  color: #212121;
}
.cid-veuw1R0qYf .btn-primary {
  background-color: #5a85b5;
  border-color: #5a85b5;
}
.cid-veuw1R0qYf .btn-primary:hover {
  background-color: #4a6d94;
  border-color: #4a6d94;
}
#custom-html-d2 {
  /* Tabellen-Styling */
  /* Wochentag-Zellen als Block (nur Zellen mit rowspan) */
  /* Kurs-Typen */
  /* ÜBERSCHRIFTEN FARBEN (#6b96c5) */
  /* HINWEIS-TEXT (⚠️) - Dunkelbraun für bessere Lesbarkeit */
  /* Mobile Optimierung */
}
#custom-html-d2 .schedule-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1rem !important;
}
#custom-html-d2 .schedule-table th {
  background-color: #6b96c5;
  color: white;
  padding: 15px;
  text-align: left;
  font-weight: 600;
  font-size: 1.1rem;
}
#custom-html-d2 .schedule-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
  background-color: #fff;
  color: black !important;
}
#custom-html-d2 .schedule-table td[rowspan] {
  background-color: #6b96c5 !important;
  color: white !important;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
#custom-html-d2 .course-guest {
  color: black !important;
  font-weight: 500;
}
#custom-html-d2 .course-member {
  color: black !important;
  font-weight: 500;
}
#custom-html-d2 .mbr-section-title {
  color: #6b96c5 !important;
}
#custom-html-d2 .article05 .mbr-text {
  color: #856404 !important;
}
@media (max-width: 992px) {
  #custom-html-d2 .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #custom-html-d2 .schedule-table {
    min-width: 900px;
  }
}
.cid-veuvZeiufD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-veuvZeiufD .mbr-fallback-image.disabled {
  display: none;
}
.cid-veuvZeiufD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veuvZeiufD .card {
  justify-content: center;
}
.cid-veuvZeiufD .content-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-veuvZeiufD .content-wrapper .title-wrap {
  margin-bottom: 24px;
}
.cid-veuvZeiufD .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-veuvZeiufD .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-veuvZeiufD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veuvZeiufD .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-veuvZeiufD .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 10px;
  margin-right: 10px;
}
.cid-veuvZeiufD .border-wrapper {
  margin-top: 40px;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, transparent -20%, #5a85b5 50%, transparent 120%);
}
.cid-veuvZeiufD .mbr-label {
  color: #212121;
  text-align: center;
}
.cid-veuvZeiufD .mbr-section-title {
  color: #212121;
}
.cid-veuvZeiufD .mbr-section-subtitle {
  color: #212121;
  text-align: center;
}
.cid-veuvZeiufD .mbr-text {
  color: #212121;
  text-align: center;
}
.cid-veuvZeiufD .mbr-section-title,
.cid-veuvZeiufD .mbr-section-btn {
  text-align: center;
}
.cid-veuvZeiufD .mbr-section-btn .btn {
  background-color: #5a85b5;
  border-color: #5a85b5;
}
.cid-veuvZeiufD .mbr-section-btn .btn:hover {
  background-color: #4a6d94;
  border-color: #4a6d94;
}
@media (max-width: 768px) {
  .cid-veuvZeiufD .mbr-section-btn .btn {
    margin-right: 0;
    margin-bottom: 15px;
    display: block;
    width: 100%;
  }
}
.cid-veuvZeiufD .mbr-text,
.cid-veuvZeiufD .text-wrapper {
  color: #212121;
}
.cid-vfynKeR0xa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f9f9f9;
}
.cid-vfynKeR0xa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfynKeR0xa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfynKeR0xa .card {
  justify-content: center;
}
.cid-vfynKeR0xa .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfynKeR0xa .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vfynKeR0xa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .nav-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfynKeR0xa .nav-wrapper {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap {
  width: 40%;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #5a85b5;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .mbr-copy {
  margin-bottom: 0;
  color: #212121;
  text-align: center;
}
.cid-vfynKeR0xa .mbr-section-title {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-text,
.cid-vfynKeR0xa .text-wrapper {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-list-title {
  color: #212121;
}
.cid-vfynKeR0xa .list {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-section-title,
.cid-vfynKeR0xa .mbr-section-btn {
  color: #4a6f95;
}
.cid-vfynKeR0xa .list,
.cid-vfynKeR0xa .item-wrap {
  color: #212121;
}
.cid-vfX1bbrU8u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfX1bbrU8u nav.navbar {
  position: fixed;
}
.cid-vfX1bbrU8u .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-vfX1bbrU8u .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfX1bbrU8u .dropdown-item {
  border: none !important;
  background: #f9f9f9 !important;
  font-weight: 400;
}
.cid-vfX1bbrU8u .dropdown-item:hover,
.cid-vfX1bbrU8u .dropdown-item:focus {
  background: #f9f9f9 !important;
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .dropdown-item:hover span {
  color: white;
}
.cid-vfX1bbrU8u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfX1bbrU8u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfX1bbrU8u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfX1bbrU8u .nav-link {
  position: relative;
}
.cid-vfX1bbrU8u .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfX1bbrU8u .container {
    flex-wrap: nowrap;
  }
}
.cid-vfX1bbrU8u .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfX1bbrU8u .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfX1bbrU8u .dropdown-menu,
.cid-vfX1bbrU8u .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-vfX1bbrU8u .nav-item:focus,
.cid-vfX1bbrU8u .nav-link:focus {
  outline: none;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfX1bbrU8u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfX1bbrU8u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfX1bbrU8u .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vfX1bbrU8u .navbar.opened {
  transition: all 0.3s;
}
.cid-vfX1bbrU8u .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfX1bbrU8u .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vfX1bbrU8u .navbar .navbar-logo img {
  width: auto;
}
.cid-vfX1bbrU8u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfX1bbrU8u .navbar.collapsed {
  justify-content: center;
}
.cid-vfX1bbrU8u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfX1bbrU8u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfX1bbrU8u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfX1bbrU8u .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-vfX1bbrU8u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfX1bbrU8u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfX1bbrU8u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfX1bbrU8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfX1bbrU8u .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-vfX1bbrU8u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfX1bbrU8u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vfX1bbrU8u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfX1bbrU8u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfX1bbrU8u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfX1bbrU8u .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfX1bbrU8u .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfX1bbrU8u .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-caption:hover,
.cid-vfX1bbrU8u .navbar-brand .navbar-caption:focus {
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfX1bbrU8u .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfX1bbrU8u .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .dropdown-item.active,
.cid-vfX1bbrU8u .dropdown-item:active {
  background-color: transparent;
}
.cid-vfX1bbrU8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfX1bbrU8u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfX1bbrU8u ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfX1bbrU8u ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfX1bbrU8u .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfX1bbrU8u .navbar-buttons {
    text-align: left;
  }
}
.cid-vfX1bbrU8u .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vfX1bbrU8u .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfX1bbrU8u button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f9f9f9 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #212121;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfX1bbrU8u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfX1bbrU8u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfX1bbrU8u .navbar {
    height: 70px;
  }
  .cid-vfX1bbrU8u .navbar.opened {
    height: auto;
  }
  .cid-vfX1bbrU8u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfX1bbrU8u .navbar-nav {
  margin: 0 auto;
}
.cid-vfX1bbrU8u .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfX1bbrU8u .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vfX1bbrU8u .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfX1bbrU8u .nav-item .nav-link:hover {
  background-color: transparent;
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vfX1bbrU8u .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfX1bbrU8u .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfX1bbrU8u .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfX1bbrU8u .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfX1bbrU8u .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfX1bbrU8u .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfX1bbrU8u .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfX1bbrU8u .content-wrap {
  min-height: 110px;
}
.cid-vgpd6f6Xv0 {
  background-image: url("../../../assets/images/hero-group.webp.webp");
}
.cid-vgpd6f6Xv0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgpd6f6Xv0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgpd6f6Xv0 .content-wrapper {
  margin: 0 auto;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-vgpd6f6Xv0 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vgpd6f6Xv0 .content-wrapper {
    margin: 0;
    width: 100%;
  }
}
.cid-vgpd6f6Xv0 .content-wrapper .footer-text {
  margin-bottom: 24px;
}
.cid-vgpd6f6Xv0 .content-wrapper .footer-text .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vgpd6f6Xv0 .content-wrapper .footer-text .mbr-text a {
  color: #ffffff;
  text-decoration: underline;
}
.cid-vgpd6f6Xv0 .content-wrapper .footer-text .mbr-text a:hover {
  color: #cccccc;
}
.cid-vgpd6f6Xv0 .content-wrapper .mbr-section-title {
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.cid-vgpd6f6Xv0 .content-wrapper .mbr-section-subtitle {
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.cid-vgpd6f6Xv0 .content-wrapper .mbr-text {
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.cid-vgpd6f6Xv0 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .cid-vgpd6f6Xv0 .footer-text .mbr-text {
    font-size: 0.9rem;
  }
}
.cid-vcg6c8zn7t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcg6c8zn7t .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcg6c8zn7t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcg6c8zn7t .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcg6c8zn7t .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcg6c8zn7t .title-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vcg6c8zn7t .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcg6c8zn7t .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vcg6c8zn7t .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.cid-vcg6c8zn7t .items-wrapper .item {
  position: relative;
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-vcg6c8zn7t .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 1px;
}
.cid-vcg6c8zn7t .items-wrapper .item .item-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5a85b5;
  opacity: 1;
  pointer-events: none;
}
.cid-vcg6c8zn7t .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 40px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vcg6c8zn7t .items-wrapper .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-vcg6c8zn7t .items-wrapper .item .item-wrapper .item-content .image-wrapper {
  position: relative;
}
.cid-vcg6c8zn7t .items-wrapper .item .item-wrapper .item-content .image-wrapper .item-img {
  margin-bottom: 24px;
}
.cid-vcg6c8zn7t .items-wrapper .item .item-wrapper .item-content .image-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcg6c8zn7t .items-wrapper .item .item-wrapper .item-content .image-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vcg6c8zn7t .items-wrapper .item .item-wrapper .item-content .image-wrapper .label-wrap {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0 8px 12px;
  background-color: #ffffff;
  border-radius: 0 0 0 12px;
  z-index: 2;
}
.cid-vcg6c8zn7t .items-wrapper .item .item-wrapper .item-content .image-wrapper .label-wrap .item-label {
  display: inline-flex;
  margin-bottom: 0;
}
.cid-vcg6c8zn7t .items-wrapper .item .item-wrapper .item-content .image-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 12px;
  box-shadow: 10px -6px 0 2px #ffffff;
}
.cid-vcg6c8zn7t .items-wrapper .item .item-wrapper .item-content .image-wrapper .label-wrap::after {
  content: '';
  position: absolute;
  top: 32px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 12px;
  box-shadow: 10px -6px 0 4px #ffffff;
}
.cid-vcg6c8zn7t .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-bottom: 16px;
}
.cid-vcg6c8zn7t .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-vcg6c8zn7t .items-wrapper .item .item-wrapper .item-content .item-title .iconfont-wrapper {
  display: inline-block;
  margin-right: 8px;
}
.cid-vcg6c8zn7t .items-wrapper .item .item-wrapper .item-content .item-title .iconfont-wrapper .mbr-iconfont {
  font-size: 1.5em;
  line-height: 1;
}
.cid-vcg6c8zn7t .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vcg6c8zn7t .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 16px;
}
.cid-vcg6c8zn7t .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcg6c8zn7t .mbr-section-title {
  color: #212121;
  text-align: center;
}
.cid-vcg6c8zn7t .mbr-section-subtitle {
  color: #212121;
  text-align: center;
}
.cid-vcg6c8zn7t .item-label {
  color: #212121;
}
.cid-vcg6c8zn7t .item-price {
  color: #5a85b5;
}
.cid-vcg6c8zn7t .item-title {
  color: #212121;
}
.cid-vcg6c8zn7t .item-text {
  color: #212121;
}
.cid-vcg6c8zn7t .item-title,
.cid-vcg6c8zn7t .mbr-section-btn {
  color: #212121;
  text-align: center;
}
.cid-vcg6c8zn7t .additional-text {
  color: #212121;
}
.cid-vcg6c8zn7t .mbr-text {
  text-align: center;
}
.cid-vcg6c8zn7t P {
  color: #212121;
}
.cid-vcg6c8zn7t .btn-primary {
  background-color: #5a85b5;
  border-color: #5a85b5;
}
.cid-vcg6c8zn7t .btn-primary:hover {
  background-color: #4a6e95;
  border-color: #4a6e95;
}
.cid-vcg6c8zn7t .btn-secondary {
  background-color: transparent;
  border-color: #5a85b5;
  color: #5a85b5;
}
.cid-vcg6c8zn7t .btn-secondary:hover {
  background-color: #5a85b5;
  border-color: #5a85b5;
  color: #ffffff;
}
.cid-vgowMvOhBh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgowMvOhBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgowMvOhBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgowMvOhBh .hinweis-box-formular {
  margin-bottom: 24px;
}
.cid-vgowMvOhBh .hinweis-box-formular .container {
  padding: 0;
}
.cid-vgowMvOhBh .hinweis-box-formular .card {
  background-color: #dbeafe;
  border: 1px solid #5a85b5;
  border-left: 4px solid #5a85b5;
  border-radius: 8px;
  box-shadow: none;
}
.cid-vgowMvOhBh .hinweis-box-formular .card .card-body {
  padding: 16px 24px;
}
.cid-vgowMvOhBh .hinweis-box-formular .card .card-body .card-title {
  color: #5a85b5;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif !important;
}
.cid-vgowMvOhBh .hinweis-box-formular .card .card-body .card-text {
  color: #212121;
  font-size: 0.95rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif !important;
}
.cid-vgowMvOhBh .hinweis-box-formular .card .card-body .card-text a {
  color: #4a6f95;
  text-decoration: none;
}
.cid-vgowMvOhBh .hinweis-box-formular .card .card-body .card-text a:hover {
  color: #3a5a7b;
  text-decoration: underline;
}
.cid-vgowMvOhBh .hinweis-box-formular .card .card-body strong {
  color: #4a6f95;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif !important;
}
@media (max-width: 768px) {
  .cid-vgowMvOhBh .hinweis-box-formular {
    padding: 12px 16px;
    font-size: 0.9rem;
    border-left-width: 3px;
  }
  .cid-vgowMvOhBh .hinweis-box-formular .card-body {
    padding: 12px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vgowMvOhBh .hinweis-box-formular {
    margin-bottom: 20px;
  }
  .cid-vgowMvOhBh .hinweis-box-formular .card-body {
    padding: 12px 16px;
  }
}
.cid-vgowMvOhBh .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vgowMvOhBh .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgowMvOhBh .title-wrapper .tags-wrapper {
  margin-bottom: 16px;
}
.cid-vgowMvOhBh .title-wrapper .tags-wrapper .tags-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 1px;
  overflow: hidden;
}
.cid-vgowMvOhBh .title-wrapper .tags-wrapper .tags-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(245deg, #5a85b5 0, transparent 140%);
  z-index: -1;
}
.cid-vgowMvOhBh .title-wrapper .tags-wrapper .tags-wrap .tags-content {
  padding: 5px;
  background-color: #212121;
}
.cid-vgowMvOhBh .title-wrapper .tags-wrapper .tags-wrap .tags-content .mbr-tag_2 {
  display: inline-flex;
  padding: 0 6px;
  margin-bottom: 0;
}
.cid-vgowMvOhBh .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #5a85b5;
  font-weight: 600;
  font-size: 2.5rem;
}
.cid-vgowMvOhBh .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgowMvOhBh .title-wrapper .mbr-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-vgowMvOhBh .form-wrap {
  position: relative;
  background-color: #f9f9f9;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  border: 2px solid #5a85b5;
}
@media (max-width: 992px) {
  .cid-vgowMvOhBh .form-wrap {
    padding: 16px;
  }
}
.cid-vgowMvOhBh .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-vgowMvOhBh .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vgowMvOhBh .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vgowMvOhBh .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  background-color: #eeeeee;
  border: 1px solid #cccccc !important;
  box-shadow: none;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vgowMvOhBh .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 16px;
  }
}
.cid-vgowMvOhBh .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #808080;
}
.cid-vgowMvOhBh .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vgowMvOhBh .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 2px solid #5a85b5 !important;
  box-shadow: 0 0 0 3px rgba(90, 133, 181, 0.2);
  transition: all 0.2s ease-in-out;
}
.cid-vgowMvOhBh .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-vgowMvOhBh .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vgowMvOhBh .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #808080;
  border-color: #808080;
}
.cid-vgowMvOhBh .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  padding-right: 0;
}
.cid-vgowMvOhBh .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
.cid-vgowMvOhBh .mbr-tag_2,
.cid-vgowMvOhBh .tags-wrapper {
  color: #f9f9f9;
  text-align: center;
}
.cid-vgowMvOhBh .mbr-section-subtitle {
  color: #212121;
  text-align: center;
}
.cid-vgowMvOhBh .mbr-text {
  color: #212121;
  text-align: center;
}
.cid-vgowMvOhBh label {
  color: #212121;
}
.cid-vgowMvOhBh .mbr-section-title,
.cid-vgowMvOhBh .mbr-section-btn {
  text-align: center;
  color: #4a6f95;
}
.cid-vgowMvOhBh .mbr-section-subtitle,
.cid-vgowMvOhBh .subtitle-wrapper {
  color: #212121;
}
.cid-vgowMvOhBh LABEL {
  color: #212121;
}
.cid-vgowMvOhBh .form-control:focus {
  outline: 3px solid #5a85b5 !important;
  outline-offset: 2px;
}
.cid-vgowMvOhBh .btn:focus {
  outline: 3px solid #5a85b5 !important;
  outline-offset: 2px;
}
.cid-vgowMvOhBh a:focus,
.cid-vgowMvOhBh button:focus,
.cid-vgowMvOhBh input:focus,
.cid-vgowMvOhBh select:focus,
.cid-vgowMvOhBh textarea:focus {
  outline: 3px solid #4a6f95 !important;
  outline-offset: 2px;
}
.cid-vgowMvOhBh .btn-primary {
  background-color: #5a85b5;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.cid-vgowMvOhBh .btn-primary:hover {
  background-color: #4a6f95;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(90, 133, 181, 0.3);
}
.cid-vdMmZUwvoc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdMmZUwvoc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMmZUwvoc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdMmZUwvoc .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdMmZUwvoc .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdMmZUwvoc .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vdMmZUwvoc .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdMmZUwvoc .panel-group .card {
  position: relative;
  background-color: #ffffff;
  border: 2px solid #5a85b5;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
  overflow: hidden;
}
.cid-vdMmZUwvoc .panel-group .card:hover {
  background-color: #ffffff;
}
.cid-vdMmZUwvoc .panel-group .card:focus-within {
  outline: 2px solid Highlight;
  outline-offset: -2px;
}
.cid-vdMmZUwvoc .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vdMmZUwvoc .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vdMmZUwvoc .panel-group .card .card-header .panel-title {
  padding: 16px 16px 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdMmZUwvoc .panel-group .card .card-header .panel-title {
    padding: 16px;
  }
}
.cid-vdMmZUwvoc .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vdMmZUwvoc .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #5a85b5;
}
.cid-vdMmZUwvoc .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vdMmZUwvoc .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #ffffff;
  padding-bottom: 8px;
}
.cid-vdMmZUwvoc .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-vdMmZUwvoc .panel-group .card .panel-collapse .panel-body {
  padding: 0 16px 16px 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vdMmZUwvoc .panel-group .card .panel-collapse .panel-body {
    padding: 0 16px 16px 16px;
  }
}
.cid-vdMmZUwvoc .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vdMmZUwvoc .panel-group .card .collapse.show .panel-body {
  background-color: #ffffff;
}
.cid-vdMmZUwvoc .mbr-section-title {
  color: #212121;
  text-align: center;
}
.cid-vdMmZUwvoc .mbr-text {
  color: #212121;
  text-align: center;
}
.cid-vdMmZUwvoc .panel-title-edit {
  color: #212121;
}
.cid-vdMmZUwvoc .panel-text {
  color: #212121;
}
.cid-vfynKeR0xa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f9f9f9;
}
.cid-vfynKeR0xa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfynKeR0xa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfynKeR0xa .card {
  justify-content: center;
}
.cid-vfynKeR0xa .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfynKeR0xa .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vfynKeR0xa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .nav-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfynKeR0xa .nav-wrapper {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap {
  width: 40%;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #5a85b5;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .mbr-copy {
  margin-bottom: 0;
  color: #212121;
  text-align: center;
}
.cid-vfynKeR0xa .mbr-section-title {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-text,
.cid-vfynKeR0xa .text-wrapper {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-list-title {
  color: #212121;
}
.cid-vfynKeR0xa .list {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-section-title,
.cid-vfynKeR0xa .mbr-section-btn {
  color: #4a6f95;
}
.cid-vfynKeR0xa .list,
.cid-vfynKeR0xa .item-wrap {
  color: #212121;
}
.cid-vfX1bbrU8u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfX1bbrU8u nav.navbar {
  position: fixed;
}
.cid-vfX1bbrU8u .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-vfX1bbrU8u .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfX1bbrU8u .dropdown-item {
  border: none !important;
  background: #f9f9f9 !important;
  font-weight: 400;
}
.cid-vfX1bbrU8u .dropdown-item:hover,
.cid-vfX1bbrU8u .dropdown-item:focus {
  background: #f9f9f9 !important;
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .dropdown-item:hover span {
  color: white;
}
.cid-vfX1bbrU8u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfX1bbrU8u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfX1bbrU8u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfX1bbrU8u .nav-link {
  position: relative;
}
.cid-vfX1bbrU8u .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfX1bbrU8u .container {
    flex-wrap: nowrap;
  }
}
.cid-vfX1bbrU8u .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfX1bbrU8u .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfX1bbrU8u .dropdown-menu,
.cid-vfX1bbrU8u .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-vfX1bbrU8u .nav-item:focus,
.cid-vfX1bbrU8u .nav-link:focus {
  outline: none;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfX1bbrU8u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfX1bbrU8u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfX1bbrU8u .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vfX1bbrU8u .navbar.opened {
  transition: all 0.3s;
}
.cid-vfX1bbrU8u .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfX1bbrU8u .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vfX1bbrU8u .navbar .navbar-logo img {
  width: auto;
}
.cid-vfX1bbrU8u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfX1bbrU8u .navbar.collapsed {
  justify-content: center;
}
.cid-vfX1bbrU8u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfX1bbrU8u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfX1bbrU8u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfX1bbrU8u .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-vfX1bbrU8u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfX1bbrU8u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfX1bbrU8u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfX1bbrU8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfX1bbrU8u .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-vfX1bbrU8u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfX1bbrU8u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vfX1bbrU8u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfX1bbrU8u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfX1bbrU8u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfX1bbrU8u .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfX1bbrU8u .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfX1bbrU8u .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-caption:hover,
.cid-vfX1bbrU8u .navbar-brand .navbar-caption:focus {
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfX1bbrU8u .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfX1bbrU8u .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .dropdown-item.active,
.cid-vfX1bbrU8u .dropdown-item:active {
  background-color: transparent;
}
.cid-vfX1bbrU8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfX1bbrU8u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfX1bbrU8u ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfX1bbrU8u ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfX1bbrU8u .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfX1bbrU8u .navbar-buttons {
    text-align: left;
  }
}
.cid-vfX1bbrU8u .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vfX1bbrU8u .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfX1bbrU8u button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f9f9f9 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #212121;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfX1bbrU8u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfX1bbrU8u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfX1bbrU8u .navbar {
    height: 70px;
  }
  .cid-vfX1bbrU8u .navbar.opened {
    height: auto;
  }
  .cid-vfX1bbrU8u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfX1bbrU8u .navbar-nav {
  margin: 0 auto;
}
.cid-vfX1bbrU8u .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfX1bbrU8u .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vfX1bbrU8u .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfX1bbrU8u .nav-item .nav-link:hover {
  background-color: transparent;
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vfX1bbrU8u .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfX1bbrU8u .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfX1bbrU8u .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfX1bbrU8u .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfX1bbrU8u .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfX1bbrU8u .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfX1bbrU8u .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfX1bbrU8u .content-wrap {
  min-height: 110px;
}
.cid-vfWMEw6ObN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
  background-image: linear-gradient(90deg, #fafafa, #5a85b5 100%);
}
.cid-vfWMEw6ObN .item:focus,
.cid-vfWMEw6ObN span:focus {
  outline: none;
}
.cid-vfWMEw6ObN .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vfWMEw6ObN .content-head {
  max-width: 800px;
}
.cid-vfWMEw6ObN .item {
  color: #212121;
}
.cid-vfWOiYoQaU {
  background-image: url("../../../assets/images/photo-1634461294185-af997483b26d-2000x921.webp");
}
.cid-vfWOiYoQaU .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-vfWOiYoQaU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWOiYoQaU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfWOiYoQaU .content-wrapper {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vfWOiYoQaU .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vfWOiYoQaU .content-wrapper {
    margin: 0;
    width: 100%;
    order: -1;
    margin-bottom: 2rem;
  }
}
.cid-vfWOiYoQaU .content-wrapper .title-wrapper {
  margin-bottom: 24px;
}
.cid-vfWOiYoQaU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWOiYoQaU .content-wrapper .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding: 16px;
  position: relative;
  z-index: 1;
}
.cid-vfWOiYoQaU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vfWOiYoQaU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfWOiYoQaU .content-wrapper .mbr-section-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.cid-vfWOiYoQaU .content-wrapper .mbr-section-btn a {
  display: inline-flex;
  align-items: center;
}
.cid-vfWOiYoQaU .content-wrapper .mbr-section-btn a .iconfont-wrapper {
  margin-right: 8px;
}
.cid-vfWOiYoQaU .content-wrapper .mbr-section-btn a .mbr-iconfont-btn {
  font-size: 1.2em;
}
@media (max-width: 768px) {
  .cid-vfWOiYoQaU .content-wrapper .mbr-section-btn {
    flex-direction: column;
    align-items: center;
  }
  .cid-vfWOiYoQaU .content-wrapper .mbr-section-btn a {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}
.cid-vfWOiYoQaU .content-wrapper .legal-notice-wrapper {
  margin-top: 16px;
}
.cid-vfWOiYoQaU .content-wrapper .legal-notice-wrapper .mbr-text {
  font-style: italic;
  color: #dbeafe;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .cid-vfWOiYoQaU .content-wrapper .legal-notice-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfWOiYoQaU .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vfWOiYoQaU .mbr-section-subtitle,
.cid-vfWOiYoQaU .subtitle-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vfWOiYoQaU .mbr-text,
.cid-vfWOiYoQaU .text-wrapper {
  color: #e0e0e0;
  text-align: left;
}
.cid-vfWOiYoQaU .mbr-section-title,
.cid-vfWOiYoQaU .mbr-section-btn {
  text-align: left;
}
.cid-vfWOiYoQaU .mbr-section-btn .btn-primary-outline {
  color: #ffffff;
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.cid-vfWOiYoQaU .mbr-section-btn a:focus {
  outline: 3px solid #5a85b5 !important;
  outline-offset: 2px;
}
@media (min-width: 992px) {
  .cid-vfWOiYoQaU .row {
    align-items: center;
  }
  .cid-vfWOiYoQaU .image-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .cid-vfWOiYoQaU .image-wrapper img {
    object-fit: cover;
    height: 100%;
  }
  .cid-vfWOiYoQaU .content-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfWOiYoQaU .image-wrapper img {
    height: 300px;
    object-fit: cover;
  }
  .cid-vfWOiYoQaU .mbr-section-title {
    text-align: center;
  }
  .cid-vfWOiYoQaU .mbr-section-subtitle,
  .cid-vfWOiYoQaU .subtitle-wrapper {
    text-align: center;
  }
  .cid-vfWOiYoQaU .mbr-text,
  .cid-vfWOiYoQaU .text-wrapper {
    text-align: center;
  }
  .cid-vfWOiYoQaU .mbr-section-title,
  .cid-vfWOiYoQaU .mbr-section-btn {
    text-align: center;
  }
}
.cid-v9dysIouC0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9dysIouC0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9dysIouC0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9dysIouC0 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v9dysIouC0 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9dysIouC0 .title-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-v9dysIouC0 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9dysIouC0 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v9dysIouC0 .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.cid-v9dysIouC0 .items-wrapper .item {
  position: relative;
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-v9dysIouC0 .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 1px;
}
.cid-v9dysIouC0 .items-wrapper .item .item-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5a85b5;
  opacity: 1;
  pointer-events: none;
}
.cid-v9dysIouC0 .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 40px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-v9dysIouC0 .items-wrapper .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-v9dysIouC0 .items-wrapper .item .item-wrapper .item-content .image-wrapper {
  position: relative;
}
.cid-v9dysIouC0 .items-wrapper .item .item-wrapper .item-content .image-wrapper .item-img {
  margin-bottom: 24px;
}
.cid-v9dysIouC0 .items-wrapper .item .item-wrapper .item-content .image-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v9dysIouC0 .items-wrapper .item .item-wrapper .item-content .image-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v9dysIouC0 .items-wrapper .item .item-wrapper .item-content .image-wrapper .label-wrap {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0 8px 12px;
  background-color: #f9f9f9;
  border-radius: 0 0 0 12px;
  z-index: 2;
}
.cid-v9dysIouC0 .items-wrapper .item .item-wrapper .item-content .image-wrapper .label-wrap .item-label {
  display: inline-flex;
  margin-bottom: 0;
}
.cid-v9dysIouC0 .items-wrapper .item .item-wrapper .item-content .image-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 12px;
  box-shadow: 10px -6px 0 2px #f9f9f9;
}
.cid-v9dysIouC0 .items-wrapper .item .item-wrapper .item-content .image-wrapper .label-wrap::after {
  content: '';
  position: absolute;
  top: 32px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 12px;
  box-shadow: 10px -6px 0 4px #f9f9f9;
}
.cid-v9dysIouC0 .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-bottom: 16px;
}
.cid-v9dysIouC0 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-v9dysIouC0 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v9dysIouC0 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 16px;
}
.cid-v9dysIouC0 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9dysIouC0 .mbr-section-title {
  color: #4a6f95;
  text-align: center;
}
.cid-v9dysIouC0 .mbr-section-subtitle {
  color: #4a6f95;
  text-align: center;
}
.cid-v9dysIouC0 .item-label {
  color: #212121;
}
.cid-v9dysIouC0 .item-price {
  color: #5a85b5;
}
.cid-v9dysIouC0 .item-title {
  color: #212121;
}
.cid-v9dysIouC0 .item-text {
  color: #212121;
  text-align: center;
}
.cid-v9dysIouC0 .item-title,
.cid-v9dysIouC0 .mbr-section-btn {
  color: #212121;
  text-align: center;
}
.cid-v9dysIouC0 .item .mbr-section-btn .btn:focus {
  outline: 3px solid #5a85b5 !important;
  outline-offset: 2px;
}
.cid-v9dysIouC0 .item:focus-within {
  outline: 2px dashed #5a85b5;
  outline-offset: 4px;
}
.cid-vbq7naVuu9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbq7naVuu9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbq7naVuu9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbq7naVuu9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vbq7naVuu9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vbq7naVuu9 .embla__slide .slide-content {
  width: 100%;
}
.cid-vbq7naVuu9 .embla__slide .slide-content .item-wrapper {
  will-change: transform;
  animation: none !important;
}
.cid-vbq7naVuu9 .embla__slide .slide-content .item-wrapper .image-wrapper {
  position: relative;
  margin-bottom: 16px;
}
.cid-vbq7naVuu9 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  position: relative;
  overflow: hidden;
}
.cid-vbq7naVuu9 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-vbq7naVuu9 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vbq7naVuu9 .embla__slide .slide-content .item-wrapper .image-wrapper .label-wrap {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0 8px 12px;
  background-color: #ffffff;
  border-radius: 0 0 0 12px;
  z-index: 2;
}
.cid-vbq7naVuu9 .embla__slide .slide-content .item-wrapper .image-wrapper .label-wrap .item-label {
  display: inline-flex;
  margin-bottom: 0;
}
.cid-vbq7naVuu9 .embla__slide .slide-content .item-wrapper .image-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 12px;
  box-shadow: 10px -6px 0 2px #ffffff;
}
.cid-vbq7naVuu9 .embla__slide .slide-content .item-wrapper .image-wrapper .label-wrap::after {
  content: '';
  position: absolute;
  top: 32px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 12px;
  box-shadow: 10px -6px 0 4px #ffffff;
}
.cid-vbq7naVuu9 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-vbq7naVuu9 .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-vbq7naVuu9 .embla__slide .slide-content .item-wrapper .item-content .item-date {
  margin-bottom: 0;
}
.cid-vbq7naVuu9 .embla__slide .slide-content .item-wrapper .item-content .item-btn {
  margin-top: 16px;
}
.cid-vbq7naVuu9 .embla__slide .slide-content .item-wrapper .item-content .item-btn .btn {
  margin-bottom: 0;
}
.cid-vbq7naVuu9 .embla__button--next,
.cid-vbq7naVuu9 .embla__button--prev {
  display: flex;
}
.cid-vbq7naVuu9 .embla__button {
  bottom: 0;
  width: 44px;
  height: 44px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #5a85b5 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-vbq7naVuu9 .embla__button {
    display: none;
  }
}
.cid-vbq7naVuu9 .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-vbq7naVuu9 .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-vbq7naVuu9 .embla__button:disabled {
  opacity: 0.5 !important;
  transform: none !important;
}
.cid-vbq7naVuu9 .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-vbq7naVuu9 .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-vbq7naVuu9 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 6rem;
}
@media (max-width: 992px) {
  .cid-vbq7naVuu9 .embla {
    padding-bottom: 5rem;
  }
}
.cid-vbq7naVuu9 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vbq7naVuu9 .embla__viewport {
    padding: 0;
  }
}
.cid-vbq7naVuu9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbq7naVuu9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbq7naVuu9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vbq7naVuu9 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vbq7naVuu9 .item-title {
  color: #212121;
}
.cid-vbq7naVuu9 .item-text {
  color: #212121;
  text-align: center;
}
.cid-vbq7naVuu9 .item-label {
  color: #212121;
}
.cid-vbq7naVuu9 .item-title,
.cid-vbq7naVuu9 .item-btn {
  color: #212121;
  text-align: center;
}
.cid-vbq7naVuu9 .embla__button:focus {
  outline: 3px solid #5a85b5 !important;
  outline-offset: 4px;
}
.cid-vfWLOnpULO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfWLOnpULO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWLOnpULO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfWLOnpULO .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfWLOnpULO .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfWLOnpULO .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  color: #4a6f95;
}
.cid-vfWLOnpULO .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfWLOnpULO .panel-group .card {
  position: relative;
  background-color: #ffffff;
  border: 2px solid #5a85b5;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
  overflow: hidden;
}
.cid-vfWLOnpULO .panel-group .card:hover {
  background-color: #f9f9f9;
}
.cid-vfWLOnpULO .panel-group .card:focus-within {
  outline: 2px solid #5a85b5 !important;
  outline-offset: 2px;
}
.cid-vfWLOnpULO .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vfWLOnpULO .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vfWLOnpULO .panel-group .card .card-header .panel-title {
  padding: 16px 16px 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfWLOnpULO .panel-group .card .card-header .panel-title {
    padding: 16px;
  }
}
.cid-vfWLOnpULO .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #212121;
}
.cid-vfWLOnpULO .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #5a85b5;
}
.cid-vfWLOnpULO .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vfWLOnpULO .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #f9f9f9;
  padding-bottom: 8px;
}
.cid-vfWLOnpULO .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-vfWLOnpULO .panel-group .card .panel-collapse .panel-body {
  padding: 0 16px 16px 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfWLOnpULO .panel-group .card .panel-collapse .panel-body {
    padding: 0 16px 16px 16px;
  }
}
.cid-vfWLOnpULO .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  color: #212121;
}
.cid-vfWLOnpULO .panel-group .card .panel-collapse .panel-body .panel-text i {
  font-style: italic;
}
.cid-vfWLOnpULO .panel-group .card .panel-collapse .panel-body .panel-text b {
  font-weight: bold;
}
.cid-vfWLOnpULO .panel-group .card .panel-collapse .panel-body .panel-text .warning-icon {
  font-style: normal;
  font-weight: normal;
}
.cid-vfWLOnpULO .panel-group .card .collapse.show .panel-body {
  background-color: #f9f9f9;
}
.cid-vfWLOnpULO .mbr-section-title {
  text-align: center;
}
.cid-vfWLOnpULO .mbr-text {
  color: #212121;
  text-align: center;
}
.cid-vfWLOnpULO .global-legal-notice {
  text-align: center;
  margin-top: 30px;
  padding: 20px;
  background-color: #dbeafe;
  border-left: 4px solid #5a85b5;
}
.cid-vfWLOnpULO .global-legal-notice .mbr-text i {
  font-style: normal;
}
.cid-vfynKeR0xa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f9f9f9;
}
.cid-vfynKeR0xa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfynKeR0xa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfynKeR0xa .card {
  justify-content: center;
}
.cid-vfynKeR0xa .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfynKeR0xa .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vfynKeR0xa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .nav-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfynKeR0xa .nav-wrapper {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap {
  width: 40%;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #5a85b5;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .mbr-copy {
  margin-bottom: 0;
  color: #212121;
  text-align: center;
}
.cid-vfynKeR0xa .mbr-section-title {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-text,
.cid-vfynKeR0xa .text-wrapper {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-list-title {
  color: #212121;
}
.cid-vfynKeR0xa .list {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-section-title,
.cid-vfynKeR0xa .mbr-section-btn {
  color: #4a6f95;
}
.cid-vfynKeR0xa .list,
.cid-vfynKeR0xa .item-wrap {
  color: #212121;
}
.cid-vfX1bbrU8u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfX1bbrU8u nav.navbar {
  position: fixed;
}
.cid-vfX1bbrU8u .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-vfX1bbrU8u .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfX1bbrU8u .dropdown-item {
  border: none !important;
  background: #f9f9f9 !important;
  font-weight: 400;
}
.cid-vfX1bbrU8u .dropdown-item:hover,
.cid-vfX1bbrU8u .dropdown-item:focus {
  background: #f9f9f9 !important;
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .dropdown-item:hover span {
  color: white;
}
.cid-vfX1bbrU8u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfX1bbrU8u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfX1bbrU8u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfX1bbrU8u .nav-link {
  position: relative;
}
.cid-vfX1bbrU8u .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfX1bbrU8u .container {
    flex-wrap: nowrap;
  }
}
.cid-vfX1bbrU8u .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfX1bbrU8u .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfX1bbrU8u .dropdown-menu,
.cid-vfX1bbrU8u .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-vfX1bbrU8u .nav-item:focus,
.cid-vfX1bbrU8u .nav-link:focus {
  outline: none;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfX1bbrU8u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfX1bbrU8u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfX1bbrU8u .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vfX1bbrU8u .navbar.opened {
  transition: all 0.3s;
}
.cid-vfX1bbrU8u .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfX1bbrU8u .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vfX1bbrU8u .navbar .navbar-logo img {
  width: auto;
}
.cid-vfX1bbrU8u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfX1bbrU8u .navbar.collapsed {
  justify-content: center;
}
.cid-vfX1bbrU8u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfX1bbrU8u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfX1bbrU8u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfX1bbrU8u .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-vfX1bbrU8u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfX1bbrU8u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfX1bbrU8u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfX1bbrU8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfX1bbrU8u .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-vfX1bbrU8u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfX1bbrU8u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vfX1bbrU8u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfX1bbrU8u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfX1bbrU8u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfX1bbrU8u .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfX1bbrU8u .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfX1bbrU8u .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-caption:hover,
.cid-vfX1bbrU8u .navbar-brand .navbar-caption:focus {
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfX1bbrU8u .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfX1bbrU8u .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .dropdown-item.active,
.cid-vfX1bbrU8u .dropdown-item:active {
  background-color: transparent;
}
.cid-vfX1bbrU8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfX1bbrU8u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfX1bbrU8u ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfX1bbrU8u ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfX1bbrU8u .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfX1bbrU8u .navbar-buttons {
    text-align: left;
  }
}
.cid-vfX1bbrU8u .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vfX1bbrU8u .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfX1bbrU8u button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f9f9f9 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #212121;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfX1bbrU8u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfX1bbrU8u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfX1bbrU8u .navbar {
    height: 70px;
  }
  .cid-vfX1bbrU8u .navbar.opened {
    height: auto;
  }
  .cid-vfX1bbrU8u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfX1bbrU8u .navbar-nav {
  margin: 0 auto;
}
.cid-vfX1bbrU8u .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfX1bbrU8u .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vfX1bbrU8u .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfX1bbrU8u .nav-item .nav-link:hover {
  background-color: transparent;
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vfX1bbrU8u .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfX1bbrU8u .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfX1bbrU8u .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfX1bbrU8u .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfX1bbrU8u .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfX1bbrU8u .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfX1bbrU8u .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfX1bbrU8u .content-wrap {
  min-height: 110px;
}
.cid-vgGsy1476v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hero-group.webp.webp");
}
.cid-vgGsy1476v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgGsy1476v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgGsy1476v .content-wrapper {
  margin: 0 auto;
  width: 80%;
}
@media (max-width: 1440px) {
  .cid-vgGsy1476v .content-wrapper {
    width: 90%;
  }
}
@media (max-width: 992px) {
  .cid-vgGsy1476v .content-wrapper {
    margin: 0;
    width: 100%;
  }
}
.cid-vgGsy1476v .content-wrapper .tags-wrapper {
  margin-bottom: 24px;
}
.cid-vgGsy1476v .content-wrapper .tags-wrapper .tags-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 1px;
  overflow: hidden;
}
.cid-vgGsy1476v .content-wrapper .tags-wrapper .tags-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(245deg, #323232 0, transparent 140%);
  z-index: -1;
}
.cid-vgGsy1476v .content-wrapper .tags-wrapper .tags-wrap .tags-content {
  padding: 5px;
  background-color: #000000;
}
.cid-vgGsy1476v .content-wrapper .tags-wrapper .tags-wrap .tags-content .mbr-tag_1 {
  display: inline-flex;
  padding: 0 8px;
  background-color: #ffdf7d;
  margin-bottom: 0;
}
.cid-vgGsy1476v .content-wrapper .tags-wrapper .tags-wrap .tags-content .mbr-tag_2 {
  display: inline-flex;
  padding: 0 6px;
  margin-bottom: 0;
}
.cid-vgGsy1476v .content-wrapper .title-wrapper {
  margin-bottom: 24px;
}
.cid-vgGsy1476v .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vgGsy1476v .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vgGsy1476v .content-wrapper .text-wrapper {
  width: 50%;
  margin: 0 auto 24px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-vgGsy1476v .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-vgGsy1476v .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 2px 8px #000000;
}
@media (max-width: 992px) {
  .cid-vgGsy1476v .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgGsy1476v .content-wrapper .price-box-wrapper {
  margin-bottom: 24px;
}
.cid-vgGsy1476v .content-wrapper .price-box-wrapper .price-box {
  background-color: #dbeafe;
  border-left: 4px solid #5a85b5;
  border-radius: 0 8px 8px 0;
  padding: 16px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.cid-vgGsy1476v .content-wrapper .price-box-wrapper .price-box .mbr-text {
  margin-bottom: 8px;
  color: #212121;
  line-height: 1.6;
}
.cid-vgGsy1476v .content-wrapper .price-box-wrapper .price-box .mbr-text:last-child {
  margin-bottom: 0;
}
.cid-vgGsy1476v .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  position: relative;
  overflow: hidden;
}
.cid-vgGsy1476v .image-wrapper img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vgGsy1476v .image-wrapper img {
    height: 300px;
  }
}
.cid-vgGsy1476v .mbr-tag_1,
.cid-vgGsy1476v .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vgGsy1476v .mbr-tag_2 {
  color: #ffdf7d;
}
.cid-vgGsy1476v .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vgGsy1476v .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vgGsy1476v .mbr-text,
.cid-vgGsy1476v .text-wrapper {
  color: #212121;
  text-align: center;
}
.cid-vgGsy1476v .mbr-section-title,
.cid-vgGsy1476v .mbr-section-btn {
  text-align: center;
}
.cid-vgGsy1476v .btn-primary {
  background-color: #5a85b5;
  border-color: #5a85b5;
}
.cid-vgGsy1476v .btn-primary:hover {
  background-color: #4a6f95;
  border-color: #4a6f95;
}
.cid-vgGsy1476v .mbr-section-subtitle,
.cid-vgGsy1476v .subtitle-wrapper {
  color: #ffffff;
}
.cid-vgAAjm5v1I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgAAjm5v1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgAAjm5v1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgAAjm5v1I .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vgAAjm5v1I .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgAAjm5v1I .title-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vgAAjm5v1I .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgAAjm5v1I .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgAAjm5v1I .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.cid-vgAAjm5v1I .items-wrapper .item {
  position: relative;
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-vgAAjm5v1I .items-wrapper .item.reha-card .item-content {
  background-color: #ffffff;
  box-shadow: none !important;
}
.cid-vgAAjm5v1I .items-wrapper .item.reha-card .item-content .item-title {
  color: #212121;
  font-family: 'Montserrat', sans-serif;
}
.cid-vgAAjm5v1I .items-wrapper .item.reha-card .item-content .course-duration {
  color: #555555;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
}
.cid-vgAAjm5v1I .items-wrapper .item.reha-card .item-content .course-divider {
  width: 100%;
  height: 1px;
  background-color: #5a85b5;
  margin: 12px 0;
  border: none;
}
.cid-vgAAjm5v1I .items-wrapper .item.reha-card .item-content .membership-section .membership-title {
  color: #212121;
}
.cid-vgAAjm5v1I .items-wrapper .item.reha-card .item-content .membership-section .mbr-text {
  margin-bottom: 8px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.4;
}
.cid-vgAAjm5v1I .items-wrapper .item.reha-card .item-content .membership-section .total-price-label {
  margin: 8px 0;
  color: #5a85b5;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  text-align: center;
}
.cid-vgAAjm5v1I .items-wrapper .item.reha-card .item-content .membership-section .total-price-value {
  margin: 8px 0;
  color: #5a85b5;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-align: center;
}
.cid-vgAAjm5v1I .items-wrapper .item.reha-card .item-content .reha-section .reha-title {
  color: #212121;
}
.cid-vgAAjm5v1I .items-wrapper .item.reha-card .item-content .reha-section .mbr-text {
  margin-bottom: 8px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.4;
}
.cid-vgAAjm5v1I .items-wrapper .item.reha-card .item-content .reha-section .total-price-label {
  margin: 8px 0;
  color: #5a85b5;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  text-align: center;
}
.cid-vgAAjm5v1I .items-wrapper .item.reha-card .item-content .reha-section .total-price-value {
  margin: 8px 0;
  color: #5a85b5;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-align: center;
}
.cid-vgAAjm5v1I .items-wrapper .item.reha-card .item-content .reha-section .legal-notice {
  color: #666;
  font-size: 0.8em;
  margin-top: 8px;
  display: block;
}
.cid-vgAAjm5v1I .items-wrapper .item.reha-card .item-content .guest-section .guest-title {
  color: #212121;
}
.cid-vgAAjm5v1I .items-wrapper .item.reha-card .item-content .guest-section .guest-subtitle {
  color: #666;
  font-weight: normal;
  margin-bottom: 8px;
}
.cid-vgAAjm5v1I .items-wrapper .item.reha-card .item-content .guest-section .mbr-text {
  margin-bottom: 8px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.4;
}
.cid-vgAAjm5v1I .items-wrapper .item.reha-card .item-content .zusatz-section .zusatz-title {
  color: #212121;
}
.cid-vgAAjm5v1I .items-wrapper .item.reha-card .item-content .zusatz-section .mbr-text {
  margin-bottom: 8px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.4;
}
.cid-vgAAjm5v1I .items-wrapper .item.reha-card .item-content .hinweis-block {
  margin-top: 16px;
  background-color: #dbeafe;
  border-left: 2px solid #5a85b5;
  padding: 12px 16px;
}
.cid-vgAAjm5v1I .items-wrapper .item.reha-card .item-content .hinweis-block .hinweis-text {
  color: #212121;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}
.cid-vgAAjm5v1I .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 1px;
}
.cid-vgAAjm5v1I .items-wrapper .item .item-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5a85b5;
  opacity: 1;
  pointer-events: none;
  box-shadow: none !important;
}
.cid-vgAAjm5v1I .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 40px;
  background-color: #ffffff;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vgAAjm5v1I .items-wrapper .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-vgAAjm5v1I .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
  color: #212121;
}
.cid-vgAAjm5v1I .items-wrapper .item .item-wrapper .item-content .course-duration {
  color: #666;
  font-size: 0.9em;
  margin-bottom: 8px;
}
.cid-vgAAjm5v1I .items-wrapper .item .item-wrapper .item-content .course-divider {
  width: 100%;
  height: 1px;
  background-color: #5a85b5;
  margin: 12px 0;
  border: none;
}
.cid-vgAAjm5v1I .items-wrapper .item .item-wrapper .item-content .reha-divider,
.cid-vgAAjm5v1I .items-wrapper .item .item-wrapper .item-content .guest-divider {
  width: 100%;
  height: 1px;
  background-color: #E0E0E0;
  margin: 15px 0;
}
.cid-vgAAjm5v1I .items-wrapper .item .item-wrapper .item-content .membership-section {
  margin-bottom: 16px;
}
.cid-vgAAjm5v1I .items-wrapper .item .item-wrapper .item-content .membership-section .membership-title {
  color: #212121;
  margin-bottom: 8px;
}
.cid-vgAAjm5v1I .items-wrapper .item .item-wrapper .item-content .membership-section .mbr-text {
  margin-bottom: 8px;
}
.cid-vgAAjm5v1I .items-wrapper .item .item-wrapper .item-content .membership-section .total-price-label {
  margin: 8px 0;
  color: #5a85b5;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  text-align: center;
}
.cid-vgAAjm5v1I .items-wrapper .item .item-wrapper .item-content .membership-section .total-price-value {
  margin: 8px 0;
  color: #5a85b5;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-align: center;
}
.cid-vgAAjm5v1I .items-wrapper .item .item-wrapper .item-content .reha-section {
  margin-bottom: 16px;
  background-color: transparent;
}
.cid-vgAAjm5v1I .items-wrapper .item .item-wrapper .item-content .reha-section .reha-title {
  color: #212121;
  margin-bottom: 8px;
}
.cid-vgAAjm5v1I .items-wrapper .item .item-wrapper .item-content .reha-section .mbr-text {
  margin-bottom: 8px;
}
.cid-vgAAjm5v1I .items-wrapper .item .item-wrapper .item-content .reha-section .total-price-label {
  margin: 8px 0;
  color: #5a85b5;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  text-align: center;
}
.cid-vgAAjm5v1I .items-wrapper .item .item-wrapper .item-content .reha-section .total-price-value {
  margin: 8px 0;
  color: #5a85b5;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-align: center;
}
.cid-vgAAjm5v1I .items-wrapper .item .item-wrapper .item-content .guest-section {
  margin-bottom: 16px;
}
.cid-vgAAjm5v1I .items-wrapper .item .item-wrapper .item-content .guest-section .guest-title {
  color: #212121;
  margin-bottom: 8px;
}
.cid-vgAAjm5v1I .items-wrapper .item .item-wrapper .item-content .guest-section .mbr-text {
  margin-bottom: 8px;
}
.cid-vgAAjm5v1I .items-wrapper .item .item-wrapper .item-content .zusatz-section {
  margin-bottom: 16px;
  margin-top: 16px;
  border-top: 1px solid #E0E0E0;
  padding-top: 16px;
}
.cid-vgAAjm5v1I .items-wrapper .item .item-wrapper .item-content .zusatz-section .zusatz-title {
  color: #212121;
  margin-bottom: 8px;
  font-weight: bold;
}
.cid-vgAAjm5v1I .items-wrapper .item .item-wrapper .item-content .zusatz-section .mbr-text {
  margin-bottom: 8px;
}
.cid-vgAAjm5v1I .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vgAAjm5v1I .mbr-section-title {
  color: #212121;
  text-align: center;
}
.cid-vgAAjm5v1I .mbr-section-subtitle {
  color: #212121;
  text-align: center;
}
.cid-vgAAjm5v1I .item-title {
  color: #212121;
}
.cid-vgAAjm5v1I .item-text {
  color: #212121;
}
.cid-vgAAjm5v1I .total-price {
  font-weight: bold;
  color: #5a85b5;
}
.cid-vgAAjm5v1I .membership-title,
.cid-vgAAjm5v1I .reha-title,
.cid-vgAAjm5v1I .guest-title,
.cid-vgAAjm5v1I .zusatz-title {
  color: #212121 !important;
}
.cid-vgAAjm5v1I h5 {
  color: #212121;
}
.cid-vgAAjm5v1I H5 {
  color: #212121;
}
.cid-vgAAjm5v1I .item-title,
.cid-vgAAjm5v1I .mbr-section-btn {
  color: #212121;
}
@media (max-width: 768px) {
  .cid-vgAAjm5v1I .item-content .price-container {
    flex-direction: column !important;
    width: 100%;
    align-items: center !important;
    margin-bottom: 16px;
  }
  .cid-vgAAjm5v1I .item-content .price-container .price-label {
    text-align: left;
    margin-bottom: 8px;
    mbr-theme-style: display-8;
  }
  .cid-vgAAjm5v1I .item-content .price-container .price-value {
    text-align: center !important;
    margin-bottom: 0;
    font-weight: 500;
    mbr-theme-style: display-8;
  }
  .cid-vgAAjm5v1I .item-content .mbr-text {
    text-align: left;
    margin-bottom: 12px;
  }
  .cid-vgAAjm5v1I .item-content .total-price-label {
    text-align: center;
    margin: 16px 0;
  }
  .cid-vgAAjm5v1I .item-content .total-price-value {
    text-align: center;
    margin: 16px 0;
  }
  .cid-vgAAjm5v1I .item-content .membership-section .mbr-text,
  .cid-vgAAjm5v1I .item-content .reha-section .mbr-text,
  .cid-vgAAjm5v1I .item-content .guest-section .mbr-text,
  .cid-vgAAjm5v1I .item-content .zusatz-section .mbr-text {
    margin-bottom: 16px;
  }
  .cid-vgAAjm5v1I .item-content .membership-section .total-price-label,
  .cid-vgAAjm5v1I .item-content .reha-section .total-price-label,
  .cid-vgAAjm5v1I .item-content .guest-section .total-price-label,
  .cid-vgAAjm5v1I .item-content .zusatz-section .total-price-label {
    margin: 16px 0;
  }
  .cid-vgAAjm5v1I .item-content .membership-section .total-price-value,
  .cid-vgAAjm5v1I .item-content .reha-section .total-price-value,
  .cid-vgAAjm5v1I .item-content .guest-section .total-price-value,
  .cid-vgAAjm5v1I .item-content .zusatz-section .total-price-value {
    margin: 16px 0;
  }
  .cid-vgAAjm5v1I .item-content .membership-title,
  .cid-vgAAjm5v1I .item-content .reha-title,
  .cid-vgAAjm5v1I .item-content .guest-title,
  .cid-vgAAjm5v1I .item-content .zusatz-title {
    mbr-theme-style: display-8;
  }
}
.cid-vgAAjm5v1I .card-wrap {
  box-shadow: none !important;
}
.cid-vgzYc1GSkr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgzYc1GSkr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgzYc1GSkr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgzYc1GSkr .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vgzYc1GSkr .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgzYc1GSkr .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vgzYc1GSkr .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgzYc1GSkr .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-vgzYc1GSkr .items-wrapper .item {
  position: relative;
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgzYc1GSkr .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image {
  background-color: #ffffff;
  border: 1px solid #5a85b5;
  box-shadow: none !important;
  border-radius: 8px;
  padding: 40px;
  transition: none;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image:hover {
  transform: none;
  box-shadow: none !important;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content {
  background-color: #ffffff;
  padding: 20px 0 0 0;
  position: relative;
  z-index: 1;
  border-radius: 0 0 8px 8px;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .card-title {
  color: #212121;
  margin-bottom: 1rem;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .card-title.info-title {
  color: #5a85b5;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .card-text {
  color: #555555;
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .card-text.small {
  font-size: 0.875rem;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .card-text.subtitle {
  color: #5a85b5;
  font-style: italic;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .card-text.legal-notice {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #555555;
  font-style: italic;
  background-color: #dbeafe;
  padding: 16px;
  border-radius: 0 4px 4px 0;
  border-left: 4px solid #5a85b5;
  margin-top: 16px;
  margin-bottom: 1rem;
  text-align: left;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .card-text.process-text {
  margin-top: 1rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #555555;
  white-space: pre-line;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .card-text.important-notice-title {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  color: #5a85b5;
  white-space: pre-line;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .card-text.important-notice {
  margin: 0 0 1rem 0;
  line-height: 1.5;
  color: #555555;
  white-space: pre-line;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .card-text.flexibility-notice {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #5a85b5;
  font-weight: 500;
  line-height: 1.5;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .card-text.info-box-text {
  color: #555555;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .card-text.info-box-link {
  color: #5a85b5;
  text-decoration: underline;
  font-weight: 500;
  line-height: 1.5;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .card-text.info-box-link:hover {
  color: #4a6d95;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .card-text.info-box-blue-text {
  color: #555555;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .card-text.info-box-blue-link {
  color: #212121;
  line-height: 1.5;
  margin-bottom: 0;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .card-text.info-box-blue-link a {
  color: #212121 !important;
  text-decoration: underline;
  font-weight: 500;
  white-space: nowrap !important;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .card-text.info-box-blue-link a:hover {
  color: #5a85b5;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .card-text.process-title {
  color: #5a85b5;
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .card-divider {
  border: none;
  height: 1px;
  background-color: #5a85b5;
  width: 100%;
  margin: 16px 0;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .info-box {
  background-color: #dbeafe;
  padding: 16px;
  border-radius: 0 4px 4px 0;
  border-left: 4px solid #5a85b5;
  margin-top: 16px;
  margin-bottom: 1rem;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .info-box-blue {
  background-color: #dbeafe;
  padding: 16px;
  border-radius: 0 4px 4px 0;
  border-left: 4px solid #5a85b5;
  margin-top: 16px;
  margin-bottom: 1rem;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .important-notice-wrapper {
  background-color: #dbeafe;
  padding: 16px;
  border-radius: 0 4px 4px 0;
  border-left: 4px solid #5a85b5;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .list {
  margin-top: 1rem;
  padding-left: 0;
  list-style: none;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .list.features-list {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .list.features-list.no-bullets {
  list-style: none;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .list.features-list.no-bullets li {
  list-style: none;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .list.info-list {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .list.process-list {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .list.process-list .item-wrap {
  color: #555555;
  line-height: 1.5;
  padding-left: 0;
  text-align: left;
  list-style: none;
  margin-bottom: 0.5rem;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 0.5rem;
  color: #555555;
  line-height: 1.5;
  padding-left: 0;
  text-align: left;
  list-style: none;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .list .item-wrap.water-notice {
  color: #4a6f95;
  background-color: #e3f2fd;
  padding: 12px;
  border-radius: 4px;
  border-left: 4px solid #4a6f95;
  margin: 8px 0;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .mbr-section-btn .btn-primary {
  background-color: #5a85b5;
  border-color: #5a85b5;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .mbr-section-btn .btn-primary:hover {
  background-color: #4a6d95;
  border-color: #4a6d95;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .mbr-section-btn .btn-outline-primary {
  border-color: #5a85b5;
  color: #5a85b5;
  background: transparent;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .mbr-section-btn .btn-outline-primary:hover {
  background-color: #5a85b5;
  color: #ffffff;
  border-color: #5a85b5;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .seal-title {
  display: none;
}
.cid-vgzYc1GSkr .mbr-section-title {
  color: #212121;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.cid-vgzYc1GSkr .mbr-text {
  color: #212121;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.cid-vgzYc1GSkr .montserrat-bold {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: bold !important;
}
.cid-vgzYc1GSkr .open-sans {
  font-family: 'Open Sans', sans-serif !important;
}
.cid-vgzYc1GSkr .text-center.mt-40 {
  margin-top: 40px;
}
.cid-vgzYc1GSkr .text-center .d-flex {
  gap: 16px;
}
@media (max-width: 768px) {
  .cid-vgzYc1GSkr .text-center .d-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-vgzYc1GSkr .text-center .d-flex .mbr-section-btn {
    width: 100%;
    max-width: 250px;
  }
  .cid-vgzYc1GSkr .text-center .d-flex .mbr-section-btn:first-child {
    order: 2;
  }
  .cid-vgzYc1GSkr .text-center .d-flex .mbr-section-btn:last-child {
    order: 1;
  }
}
@media (min-width: 769px) {
  .cid-vgzYc1GSkr .text-center .d-flex .mbr-section-btn {
    margin: 0;
  }
}
.cid-vgzYc1GSkr .text-center .mbr-section-btn {
  margin-top: 1.5rem;
}
.cid-vgzYc1GSkr .text-center .mbr-section-btn .btn-primary {
  background-color: #5a85b5;
  border-color: #5a85b5;
  color: #ffffff;
}
.cid-vgzYc1GSkr .text-center .mbr-section-btn .btn-primary:hover {
  background-color: #4a6d95;
  border-color: #4a6d95;
  color: #ffffff;
}
.cid-vgzYc1GSkr .text-center .mbr-section-btn .btn-outline-primary {
  border-color: #5a85b5;
  color: #5a85b5;
  background: transparent;
}
.cid-vgzYc1GSkr .text-center .mbr-section-btn .btn-outline-primary:hover {
  background-color: #5a85b5;
  color: #ffffff;
  border-color: #5a85b5;
}
.cid-vgzYc1GSkr #rechtliches {
  background-color: #dbeafe;
  border: 1px solid #5a85b5;
  box-shadow: none !important;
  border-radius: 8px;
  padding: 40px;
  margin: 40px 0;
  transition: none;
}
.cid-vgzYc1GSkr #rechtliches h2,
.cid-vgzYc1GSkr #rechtliches h3 {
  color: #5a85b5;
  font-weight: bold;
}
.cid-vgzYc1GSkr #rechtliches p {
  color: #555555;
  line-height: 1.5;
}
.cid-vgzYc1GSkr #rechtliches:hover {
  transform: none;
  box-shadow: none !important;
}
@media (max-width: 768px) {
  .cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .card-text.legal-notice {
    font-size: 0.75rem;
    padding: 12px;
  }
  .cid-vgzYc1GSkr #rechtliches {
    padding: 20px;
    margin: 20px 0;
  }
  .cid-vgzYc1GSkr .gap-16 {
    --bs-gutter-x: 0;
  }
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .mbr-text.text-center {
  font-size: 0.85rem;
  line-height: 1.5;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .mbr-text.text-center a {
  color: #5a85b5;
  text-decoration: underline;
}
.cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .mbr-text.text-center a:hover {
  color: #4a6d95;
  text-decoration: none;
}
@media (max-width: 768px) {
  .cid-vgzYc1GSkr .items-wrapper .item .features-without-image .item-wrapper .item-content .mbr-text.text-center {
    font-size: 0.8rem;
    padding: 0 1rem;
  }
}
.cid-vgzYc1GSkr .gap-16 {
  --bs-gutter-x: 16px;
}
.cid-vgzYc1GSkr .info-box-blue-link a {
  white-space: nowrap !important;
}
.cid-vgH2FzlAsA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f8f9fa;
}
.cid-vgH2FzlAsA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgH2FzlAsA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgH2FzlAsA .row {
  margin: 0 -40px;
}
.cid-vgH2FzlAsA .row .card {
  padding: 32px;
  justify-content: left;
  background-color: #dbeafe;
  border-left: 4px solid #5a85b5;
  border-radius: 0;
  box-shadow: none;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 992px) {
  .cid-vgH2FzlAsA .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgH2FzlAsA .content-wrapper .tags-wrapper {
  margin-bottom: 16px;
}
.cid-vgH2FzlAsA .content-wrapper .tags-wrapper .tags-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 1px;
  overflow: hidden;
}
.cid-vgH2FzlAsA .content-wrapper .tags-wrapper .tags-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(245deg, #323232 0, transparent 140%);
  z-index: -1;
}
.cid-vgH2FzlAsA .content-wrapper .tags-wrapper .tags-wrap .tags-content {
  padding: 5px;
  background-color: #000000;
}
.cid-vgH2FzlAsA .content-wrapper .tags-wrapper .tags-wrap .tags-content .mbr-tag_1 {
  display: inline-flex;
  padding: 0 8px;
  background-color: #ffdf7d;
  margin-bottom: 0;
}
.cid-vgH2FzlAsA .content-wrapper .tags-wrapper .tags-wrap .tags-content .mbr-tag_2 {
  display: inline-flex;
  padding: 0 6px;
  margin-bottom: 0;
}
.cid-vgH2FzlAsA .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
  font-weight: bold;
  color: #5a85b5;
}
.cid-vgH2FzlAsA .content-wrapper .mbr-section-title.montserrat-font {
  font-family: 'Montserrat', sans-serif;
}
.cid-vgH2FzlAsA .content-wrapper .content-sections {
  margin-bottom: 24px;
}
.cid-vgH2FzlAsA .content-wrapper .content-sections .mbr-section-subtitle {
  margin-bottom: 12px;
  margin-top: 24px;
  font-weight: bold;
  color: #5a85b5;
}
.cid-vgH2FzlAsA .content-wrapper .content-sections .mbr-section-subtitle.montserrat-font {
  font-family: 'Montserrat', sans-serif;
}
.cid-vgH2FzlAsA .content-wrapper .content-sections .mbr-section-subtitle.open-sans-font {
  font-family: 'Open Sans', sans-serif;
}
.cid-vgH2FzlAsA .content-wrapper .content-sections .mbr-section-subtitle:first-child {
  margin-top: 0;
}
.cid-vgH2FzlAsA .content-wrapper .content-sections .mbr-text {
  margin-bottom: 20px;
  line-height: 1.4;
  color: #555555;
}
.cid-vgH2FzlAsA .content-wrapper .content-sections .mbr-text.open-sans-font {
  font-family: 'Open Sans', sans-serif;
}
.cid-vgH2FzlAsA .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgH2FzlAsA .content-wrapper .mbr-section-btn .btn {
  font-family: 'Open Sans', sans-serif;
}
.cid-vgH2FzlAsA .content-wrapper .mbr-text {
  margin-bottom: 0;
  color: #555555;
  line-height: 1.4;
}
.cid-vgH2FzlAsA .mbr-tag_1,
.cid-vgH2FzlAsA .tags-wrapper {
  color: #000000;
}
.cid-vgH2FzlAsA .mbr-tag_2 {
  color: #ffdf7d;
}
.cid-vgH2FzlAsA .mbr-section-title {
  color: #5a85b5;
  font-weight: bold;
}
.cid-vgH2FzlAsA .mbr-section-subtitle {
  color: #5a85b5;
  font-weight: bold;
}
.cid-vgH2FzlAsA .mbr-text,
.cid-vgH2FzlAsA .text-wrapper {
  color: #555555;
  line-height: 1.4;
}
.cid-vgH2FzlAsA .card {
  background-color: #dbeafe;
  border-left: 4px solid #5a85b5;
  border-radius: 0;
  padding: 32px;
  box-shadow: none;
  margin: 0;
}
.cid-vgH2FzlAsA .info-box-style {
  text-align: left !important;
}
.cid-vgH2FzlAsA .info-box-blue-link {
  display: inline-block;
}
.cid-vgH2FzlAsA .info-box-blue-link a {
  color: #212121;
  text-decoration: underline !important;
  font-family: 'Open Sans', sans-serif;
  white-space: nowrap;
}
.cid-vgH2FzlAsA .info-box-blue-link a:hover {
  color: #5a85b5;
  text-decoration: underline !important;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .cid-vgH2FzlAsA .card {
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-vfynKeR0xa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f9f9f9;
}
.cid-vfynKeR0xa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfynKeR0xa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfynKeR0xa .card {
  justify-content: center;
}
.cid-vfynKeR0xa .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfynKeR0xa .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vfynKeR0xa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .nav-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfynKeR0xa .nav-wrapper {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap {
  width: 40%;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #5a85b5;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .mbr-copy {
  margin-bottom: 0;
  color: #212121;
  text-align: center;
}
.cid-vfynKeR0xa .mbr-section-title {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-text,
.cid-vfynKeR0xa .text-wrapper {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-list-title {
  color: #212121;
}
.cid-vfynKeR0xa .list {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-section-title,
.cid-vfynKeR0xa .mbr-section-btn {
  color: #4a6f95;
}
.cid-vfynKeR0xa .list,
.cid-vfynKeR0xa .item-wrap {
  color: #212121;
}
.cid-vfX1bbrU8u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfX1bbrU8u nav.navbar {
  position: fixed;
}
.cid-vfX1bbrU8u .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-vfX1bbrU8u .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfX1bbrU8u .dropdown-item {
  border: none !important;
  background: #f9f9f9 !important;
  font-weight: 400;
}
.cid-vfX1bbrU8u .dropdown-item:hover,
.cid-vfX1bbrU8u .dropdown-item:focus {
  background: #f9f9f9 !important;
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .dropdown-item:hover span {
  color: white;
}
.cid-vfX1bbrU8u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfX1bbrU8u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfX1bbrU8u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfX1bbrU8u .nav-link {
  position: relative;
}
.cid-vfX1bbrU8u .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfX1bbrU8u .container {
    flex-wrap: nowrap;
  }
}
.cid-vfX1bbrU8u .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfX1bbrU8u .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfX1bbrU8u .dropdown-menu,
.cid-vfX1bbrU8u .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-vfX1bbrU8u .nav-item:focus,
.cid-vfX1bbrU8u .nav-link:focus {
  outline: none;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfX1bbrU8u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfX1bbrU8u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfX1bbrU8u .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vfX1bbrU8u .navbar.opened {
  transition: all 0.3s;
}
.cid-vfX1bbrU8u .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfX1bbrU8u .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vfX1bbrU8u .navbar .navbar-logo img {
  width: auto;
}
.cid-vfX1bbrU8u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfX1bbrU8u .navbar.collapsed {
  justify-content: center;
}
.cid-vfX1bbrU8u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfX1bbrU8u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfX1bbrU8u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfX1bbrU8u .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-vfX1bbrU8u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfX1bbrU8u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfX1bbrU8u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfX1bbrU8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfX1bbrU8u .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-vfX1bbrU8u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfX1bbrU8u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vfX1bbrU8u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfX1bbrU8u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfX1bbrU8u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfX1bbrU8u .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfX1bbrU8u .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfX1bbrU8u .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-caption:hover,
.cid-vfX1bbrU8u .navbar-brand .navbar-caption:focus {
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfX1bbrU8u .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfX1bbrU8u .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .dropdown-item.active,
.cid-vfX1bbrU8u .dropdown-item:active {
  background-color: transparent;
}
.cid-vfX1bbrU8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfX1bbrU8u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfX1bbrU8u ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfX1bbrU8u ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfX1bbrU8u .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfX1bbrU8u .navbar-buttons {
    text-align: left;
  }
}
.cid-vfX1bbrU8u .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vfX1bbrU8u .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfX1bbrU8u button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f9f9f9 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #212121;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfX1bbrU8u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfX1bbrU8u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfX1bbrU8u .navbar {
    height: 70px;
  }
  .cid-vfX1bbrU8u .navbar.opened {
    height: auto;
  }
  .cid-vfX1bbrU8u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfX1bbrU8u .navbar-nav {
  margin: 0 auto;
}
.cid-vfX1bbrU8u .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfX1bbrU8u .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vfX1bbrU8u .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfX1bbrU8u .nav-item .nav-link:hover {
  background-color: transparent;
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vfX1bbrU8u .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfX1bbrU8u .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfX1bbrU8u .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfX1bbrU8u .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfX1bbrU8u .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfX1bbrU8u .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfX1bbrU8u .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfX1bbrU8u .content-wrap {
  min-height: 110px;
}
.cid-vg7e533z3Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vg7e533z3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg7e533z3Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg7e533z3Q .card-wrapper {
  display: flex;
  background-color: #f9f9f9;
  overflow: hidden;
  border: 2px solid #5a85b5;
  border-radius: 8px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vg7e533z3Q .card-wrapper {
    display: block;
  }
}
.cid-vg7e533z3Q .card-wrapper .content-wrapper {
  width: 100%;
  padding: 64px;
}
@media (max-width: 1440px) {
  .cid-vg7e533z3Q .card-wrapper .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-vg7e533z3Q .card-wrapper .content-wrapper {
    padding: 24px 16px 16px 16px;
    width: 100%;
  }
}
.cid-vg7e533z3Q .card-wrapper .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vg7e533z3Q .card-wrapper .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vg7e533z3Q .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vg7e533z3Q .card-wrapper .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vg7e533z3Q .card-wrapper .content-wrapper .list {
  margin-bottom: 0;
  padding-left: 0;
}
.cid-vg7e533z3Q .card-wrapper .content-wrapper .list.text-center li {
  display: block !important;
  text-align: center !important;
  width: auto;
  margin-bottom: 16px;
}
.cid-vg7e533z3Q .card-wrapper .content-wrapper .list.text-center li.item-wrap {
  display: block !important;
  text-align: center !important;
}
.cid-vg7e533z3Q .card-wrapper .content-wrapper .list.text-center li.item-wrap span {
  display: inline-block !important;
  vertical-align: middle !important;
  font-size: 1.4rem !important;
  width: auto !important;
  height: auto !important;
  margin-right: 16px !important;
  line-height: 1 !important;
  color: #212121 !important;
}
.cid-vg7e533z3Q .card-wrapper .content-wrapper .list.text-center li.item-wrap span:hover {
  color: #4a6f95 !important;
}
.cid-vg7e533z3Q .card-wrapper .content-wrapper .list.text-center li.item-wrap a {
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-vg7e533z3Q .mbr-section-title {
  color: #212121;
  font-weight: 700;
}
.cid-vg7e533z3Q .mbr-section-title span {
  color: #212121 !important;
}
.cid-vg7e533z3Q .mbr-section-title div {
  color: #5a85b5 !important;
  font-weight: 700 !important;
}
.cid-vg7e533z3Q .mbr-section-subtitle {
  color: #212121;
  text-align: center;
}
.cid-vg7e533z3Q .mbr-text,
.cid-vg7e533z3Q .list a {
  font-weight: 400;
}
.cid-vg7e533z3Q .content-wrapper,
.cid-vg7e533z3Q .content-wrapper *,
.cid-vg7e533z3Q .list a,
.cid-vg7e533z3Q .hinweis-box-formular * {
  font-family: 'Montserrat', sans-serif !important;
}
.cid-vg7e533z3Q .item-wrap {
  display: block !important;
  text-align: center !important;
}
.cid-vg7e533z3Q .item-wrap span,
.cid-vg7e533z3Q .item-wrap a {
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-vg7e533z3Q .list a {
  line-height: 1.6;
}
.cid-vg7e533z3Q .hinweis-box-formular p {
  line-height: 1.5;
}
.cid-vg7e533z3Q .hinweis-box-formular .card-text a {
  color: #4a6f95 !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
}
.cid-vg7e533z3Q .hinweis-box-formular .card-text a:hover {
  color: #4a6f95 !important;
  text-decoration: underline !important;
}
.cid-vg7e533z3Q a:focus,
.cid-vg7e533z3Q button:focus,
.cid-vg7e533z3Q input:focus,
.cid-vg7e533z3Q select:focus,
.cid-vg7e533z3Q textarea:focus {
  outline: 3px solid #4a6f95 !important;
  outline-offset: 2px;
}
.cid-vfD6USoWPD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfD6USoWPD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfD6USoWPD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfD6USoWPD .hinweis-box-formular {
  margin-bottom: 24px;
}
.cid-vfD6USoWPD .hinweis-box-formular .container {
  padding: 0;
}
.cid-vfD6USoWPD .hinweis-box-formular .card {
  background-color: #dbeafe;
  border: 1px solid #5a85b5;
  border-left: 4px solid #5a85b5;
  border-radius: 8px;
  box-shadow: none;
}
.cid-vfD6USoWPD .hinweis-box-formular .card .card-body {
  padding: 16px 24px;
}
.cid-vfD6USoWPD .hinweis-box-formular .card .card-body .card-title {
  color: #5a85b5;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif !important;
}
.cid-vfD6USoWPD .hinweis-box-formular .card .card-body .card-text {
  color: #212121;
  font-size: 0.95rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif !important;
}
.cid-vfD6USoWPD .hinweis-box-formular .card .card-body .card-text a {
  color: #4a6f95;
  text-decoration: none;
}
.cid-vfD6USoWPD .hinweis-box-formular .card .card-body .card-text a:hover {
  color: #3a5a7b;
  text-decoration: underline;
}
.cid-vfD6USoWPD .hinweis-box-formular .card .card-body strong {
  color: #4a6f95;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif !important;
}
@media (max-width: 768px) {
  .cid-vfD6USoWPD .hinweis-box-formular {
    padding: 12px 16px;
    font-size: 0.9rem;
    border-left-width: 3px;
  }
  .cid-vfD6USoWPD .hinweis-box-formular .card-body {
    padding: 12px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vfD6USoWPD .hinweis-box-formular {
    margin-bottom: 20px;
  }
  .cid-vfD6USoWPD .hinweis-box-formular .card-body {
    padding: 12px 16px;
  }
}
.cid-vfD6USoWPD .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfD6USoWPD .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfD6USoWPD .title-wrapper .tags-wrapper {
  margin-bottom: 16px;
}
.cid-vfD6USoWPD .title-wrapper .tags-wrapper .tags-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 1px;
  overflow: hidden;
}
.cid-vfD6USoWPD .title-wrapper .tags-wrapper .tags-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(245deg, #5a85b5 0, transparent 140%);
  z-index: -1;
}
.cid-vfD6USoWPD .title-wrapper .tags-wrapper .tags-wrap .tags-content {
  padding: 5px;
  background-color: #212121;
}
.cid-vfD6USoWPD .title-wrapper .tags-wrapper .tags-wrap .tags-content .mbr-tag_2 {
  display: inline-flex;
  padding: 0 6px;
  margin-bottom: 0;
}
.cid-vfD6USoWPD .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #5a85b5;
  font-weight: 600;
  font-size: 2.5rem;
}
.cid-vfD6USoWPD .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfD6USoWPD .title-wrapper .mbr-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-vfD6USoWPD .form-wrap {
  position: relative;
  background-color: #f9f9f9;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  border: 2px solid #5a85b5;
}
@media (max-width: 992px) {
  .cid-vfD6USoWPD .form-wrap {
    padding: 16px;
  }
}
.cid-vfD6USoWPD .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-vfD6USoWPD .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vfD6USoWPD .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vfD6USoWPD .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  background-color: #eeeeee;
  border: 1px solid #cccccc !important;
  box-shadow: none;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vfD6USoWPD .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 16px;
  }
}
.cid-vfD6USoWPD .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #808080;
}
.cid-vfD6USoWPD .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfD6USoWPD .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 2px solid #5a85b5 !important;
  box-shadow: 0 0 0 3px rgba(90, 133, 181, 0.2);
  transition: all 0.2s ease-in-out;
}
.cid-vfD6USoWPD .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-vfD6USoWPD .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vfD6USoWPD .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #808080;
  border-color: #808080;
}
.cid-vfD6USoWPD .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  padding-right: 0;
}
.cid-vfD6USoWPD .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
.cid-vfD6USoWPD .mbr-tag_2,
.cid-vfD6USoWPD .tags-wrapper {
  color: #f9f9f9;
  text-align: center;
}
.cid-vfD6USoWPD .mbr-section-subtitle {
  color: #212121;
  text-align: center;
}
.cid-vfD6USoWPD .mbr-text {
  color: #212121;
  text-align: center;
}
.cid-vfD6USoWPD label {
  color: #212121;
}
.cid-vfD6USoWPD .mbr-section-title,
.cid-vfD6USoWPD .mbr-section-btn {
  text-align: center;
  color: #4a6f95;
}
.cid-vfD6USoWPD .mbr-section-subtitle,
.cid-vfD6USoWPD .subtitle-wrapper {
  color: #212121;
}
.cid-vfD6USoWPD LABEL {
  color: #212121;
}
.cid-vfD6USoWPD .form-control:focus {
  outline: 3px solid #5a85b5 !important;
  outline-offset: 2px;
}
.cid-vfD6USoWPD .btn:focus {
  outline: 3px solid #5a85b5 !important;
  outline-offset: 2px;
}
.cid-vfD6USoWPD a:focus,
.cid-vfD6USoWPD button:focus,
.cid-vfD6USoWPD input:focus,
.cid-vfD6USoWPD select:focus,
.cid-vfD6USoWPD textarea:focus {
  outline: 3px solid #4a6f95 !important;
  outline-offset: 2px;
}
.cid-vfD6USoWPD .btn-primary {
  background-color: #5a85b5;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.cid-vfD6USoWPD .btn-primary:hover {
  background-color: #4a6f95;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(90, 133, 181, 0.3);
}
.cid-vbWON6o5oU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vbWON6o5oU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbWON6o5oU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbWON6o5oU .card {
  justify-content: center;
}
.cid-vbWON6o5oU .content-wrapper .title-wrap {
  margin-bottom: 40px;
}
.cid-vbWON6o5oU .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbWON6o5oU .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbWON6o5oU .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vbWON6o5oU .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-vbWON6o5oU .border-wrapper {
  margin-top: 40px;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, transparent -20%, #5a85b5 50%, transparent 120%);
}
.cid-vbWON6o5oU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vbWON6o5oU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vbWON6o5oU .mbr-section-title,
.cid-vbWON6o5oU .mbr-section-btn {
  color: #000000;
}
.cid-vbWON6o5oU .cookie-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  color: #fff;
  padding: 15px;
  text-align: center;
  z-index: 1000;
  font-size: 14px;
}
.cid-vbWON6o5oU .cookie-notice a {
  color: #fff;
  text-decoration: underline;
}
.cid-vfynKeR0xa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f9f9f9;
}
.cid-vfynKeR0xa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfynKeR0xa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfynKeR0xa .card {
  justify-content: center;
}
.cid-vfynKeR0xa .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfynKeR0xa .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vfynKeR0xa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .nav-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfynKeR0xa .nav-wrapper {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap {
  width: 40%;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #5a85b5;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .mbr-copy {
  margin-bottom: 0;
  color: #212121;
  text-align: center;
}
.cid-vfynKeR0xa .mbr-section-title {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-text,
.cid-vfynKeR0xa .text-wrapper {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-list-title {
  color: #212121;
}
.cid-vfynKeR0xa .list {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-section-title,
.cid-vfynKeR0xa .mbr-section-btn {
  color: #4a6f95;
}
.cid-vfynKeR0xa .list,
.cid-vfynKeR0xa .item-wrap {
  color: #212121;
}
.cid-vfX1bbrU8u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfX1bbrU8u nav.navbar {
  position: fixed;
}
.cid-vfX1bbrU8u .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-vfX1bbrU8u .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfX1bbrU8u .dropdown-item {
  border: none !important;
  background: #f9f9f9 !important;
  font-weight: 400;
}
.cid-vfX1bbrU8u .dropdown-item:hover,
.cid-vfX1bbrU8u .dropdown-item:focus {
  background: #f9f9f9 !important;
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .dropdown-item:hover span {
  color: white;
}
.cid-vfX1bbrU8u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfX1bbrU8u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfX1bbrU8u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfX1bbrU8u .nav-link {
  position: relative;
}
.cid-vfX1bbrU8u .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfX1bbrU8u .container {
    flex-wrap: nowrap;
  }
}
.cid-vfX1bbrU8u .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfX1bbrU8u .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfX1bbrU8u .dropdown-menu,
.cid-vfX1bbrU8u .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-vfX1bbrU8u .nav-item:focus,
.cid-vfX1bbrU8u .nav-link:focus {
  outline: none;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfX1bbrU8u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfX1bbrU8u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfX1bbrU8u .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vfX1bbrU8u .navbar.opened {
  transition: all 0.3s;
}
.cid-vfX1bbrU8u .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfX1bbrU8u .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vfX1bbrU8u .navbar .navbar-logo img {
  width: auto;
}
.cid-vfX1bbrU8u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfX1bbrU8u .navbar.collapsed {
  justify-content: center;
}
.cid-vfX1bbrU8u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfX1bbrU8u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfX1bbrU8u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfX1bbrU8u .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-vfX1bbrU8u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfX1bbrU8u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfX1bbrU8u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfX1bbrU8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfX1bbrU8u .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-vfX1bbrU8u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfX1bbrU8u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vfX1bbrU8u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfX1bbrU8u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfX1bbrU8u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfX1bbrU8u .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfX1bbrU8u .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfX1bbrU8u .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-caption:hover,
.cid-vfX1bbrU8u .navbar-brand .navbar-caption:focus {
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfX1bbrU8u .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfX1bbrU8u .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .dropdown-item.active,
.cid-vfX1bbrU8u .dropdown-item:active {
  background-color: transparent;
}
.cid-vfX1bbrU8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfX1bbrU8u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfX1bbrU8u ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfX1bbrU8u ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfX1bbrU8u .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfX1bbrU8u .navbar-buttons {
    text-align: left;
  }
}
.cid-vfX1bbrU8u .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vfX1bbrU8u .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfX1bbrU8u button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f9f9f9 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #212121;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfX1bbrU8u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfX1bbrU8u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfX1bbrU8u .navbar {
    height: 70px;
  }
  .cid-vfX1bbrU8u .navbar.opened {
    height: auto;
  }
  .cid-vfX1bbrU8u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfX1bbrU8u .navbar-nav {
  margin: 0 auto;
}
.cid-vfX1bbrU8u .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfX1bbrU8u .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vfX1bbrU8u .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfX1bbrU8u .nav-item .nav-link:hover {
  background-color: transparent;
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vfX1bbrU8u .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfX1bbrU8u .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfX1bbrU8u .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfX1bbrU8u .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfX1bbrU8u .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfX1bbrU8u .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfX1bbrU8u .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfX1bbrU8u .content-wrap {
  min-height: 110px;
}
.cid-veD2SkXHDN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
  background-image: linear-gradient(90deg, #fafafa, #5a85b5 100%);
}
.cid-veD2SkXHDN .item:focus,
.cid-veD2SkXHDN span:focus {
  outline: none;
}
.cid-veD2SkXHDN .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-veD2SkXHDN .content-head {
  max-width: 800px;
}
.cid-veD2SkXHDN .item {
  color: #212121;
}
.cid-vfyMgZFK41 {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfyMgZFK41 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfyMgZFK41 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfyMgZFK41 .row {
  margin: 0 -40px;
}
.cid-vfyMgZFK41 .row .card {
  padding: 0 40px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfyMgZFK41 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfyMgZFK41 .content-wrapper .tags-wrapper {
  margin-bottom: 16px;
}
.cid-vfyMgZFK41 .content-wrapper .tags-wrapper .tags-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 1px;
  overflow: hidden;
}
.cid-vfyMgZFK41 .content-wrapper .tags-wrapper .tags-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(245deg, #5a85b5 0, transparent 140%);
  z-index: -1;
}
.cid-vfyMgZFK41 .content-wrapper .tags-wrapper .tags-wrap .tags-content {
  padding: 5px;
  background-color: #212121;
}
.cid-vfyMgZFK41 .content-wrapper .tags-wrapper .tags-wrap .tags-content .mbr-tag_1 {
  display: inline-flex;
  padding: 0 8px;
  background-color: #f9f9f9;
  margin-bottom: 0;
}
.cid-vfyMgZFK41 .content-wrapper .tags-wrapper .tags-wrap .tags-content .mbr-tag_2 {
  display: inline-flex;
  padding: 0 6px;
  margin-bottom: 0;
}
.cid-vfyMgZFK41 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
  font-weight: normal;
}
.cid-vfyMgZFK41 .content-wrapper .mbr-section-subtitle {
  font-weight: normal;
}
.cid-vfyMgZFK41 .content-wrapper .mbr-text {
  margin-bottom: 0;
  font-weight: normal;
}
.cid-vfyMgZFK41 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfyMgZFK41 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfyMgZFK41 .image-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 1px;
}
.cid-vfyMgZFK41 .image-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5a85b5;
  pointer-events: none;
}
.cid-vfyMgZFK41 .image-wrapper .gradient-wrapper {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #5a85b5 100%);
  pointer-events: none;
  z-index: 2;
}
.cid-vfyMgZFK41 .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  background-color: #f9f9f9;
  padding: 48px 0 0 48px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfyMgZFK41 .image-wrapper .image-wrap {
    padding: 16px;
  }
}
.cid-vfyMgZFK41 .image-wrapper .image-wrap img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vfyMgZFK41 .image-wrapper .image-wrap img {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-vfyMgZFK41 .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-vfyMgZFK41 .mbr-tag_1,
.cid-vfyMgZFK41 .tags-wrapper {
  color: #212121;
}
.cid-vfyMgZFK41 .mbr-tag_2 {
  color: #212121;
}
.cid-vfyMgZFK41 .mbr-section-title {
  color: #4a6f95;
  text-align: left;
}
.cid-vfyMgZFK41 .mbr-section-subtitle {
  color: #4a6f95;
  text-align: left;
}
.cid-vfyMgZFK41 .mbr-text,
.cid-vfyMgZFK41 .text-wrapper {
  color: #212121;
  text-align: left;
}
.cid-vfyMgZFK41 .mbr-section-btn .btn-primary {
  background-color: #5a85b5;
  border-color: #5a85b5;
}
.cid-vfyMgZFK41 .mbr-section-btn .btn-primary:hover {
  background-color: #5a85b5;
  border-color: #5a85b5;
}
.cid-vfyMgZFK41 .mbr-section-btn .btn-outline-primary {
  background-color: transparent;
  border: 1px solid #5a85b5;
  color: #5a85b5;
}
.cid-vfyMgZFK41 .mbr-section-btn .btn-outline-primary:hover {
  background-color: #5a85b5;
  color: #ffffff;
}
.cid-vfyMgZFK41 .my-tabs .nav-link {
  box-shadow: none !important;
  filter: none !important;
}
.cid-vfyMgZFK41 .my-tabs .nav-link::before,
.cid-vfyMgZFK41 .my-tabs .nav-link::after {
  display: none !important;
}
.cid-vfyMgZFK41 .my-tabs .nav-link:focus {
  outline: 2px solid #5a85b5;
}
.cid-vfyMgZFK41 .mbr-text i {
  font-style: italic;
}
.cid-vfNRhlyaN7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfNRhlyaN7 .card {
  position: relative;
  align-items: center;
  border: 1px solid #5a85b5;
  background-color: #f9f9f9;
}
.cid-vfNRhlyaN7 .card .gradient-wrapper {
  display: none !important;
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #ffffff 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-vfNRhlyaN7 .card .decor-wrapper {
  display: none !important;
  position: absolute;
  top: 0;
  height: 400px;
  width: 60%;
  border-radius: 100%;
  background-image: linear-gradient(100deg, #5a85b5, transparent);
  pointer-events: none;
  filter: blur(20px);
  opacity: 0.3;
}
.cid-vfNRhlyaN7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfNRhlyaN7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfNRhlyaN7 .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #f9f9f9;
}
.cid-vfNRhlyaN7 .card-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
}
.cid-vfNRhlyaN7 .card-wrapper .card-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-vfNRhlyaN7 .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-vfNRhlyaN7 .card-wrapper .card-wrap .tabs-wrapper {
  position: relative;
  width: 25%;
  backdrop-filter: blur(40px);
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-vfNRhlyaN7 .card-wrapper .card-wrap .tabs-wrapper {
    width: 100%;
  }
}
.cid-vfNRhlyaN7 .card-wrapper .card-wrap .tabs-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #5a85b5;
  opacity: 1;
  pointer-events: none;
  z-index: 2;
}
.cid-vfNRhlyaN7 .card-wrapper .card-wrap .tabs-wrapper .border-wrap {
  display: none;
}
.cid-vfNRhlyaN7 .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 24px;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-vfNRhlyaN7 .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs {
    padding: 16px;
  }
}
.cid-vfNRhlyaN7 .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  background-color: transparent;
  display: block;
  margin-top: 8px;
}
.cid-vfNRhlyaN7 .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-vfNRhlyaN7 .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  background-color: transparent;
  border: 2px solid #5a85b5;
  color: #212121;
  transition: all 0.3s ease-in-out;
  padding: 16px;
}
.cid-vfNRhlyaN7 .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.show.active {
  background-color: #5a85b5;
  color: #ffffff;
}
.cid-vfNRhlyaN7 .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.show.active::before {
  opacity: .1;
}
.cid-vfNRhlyaN7 .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.show.active:hover {
  background-color: #5a85b5;
  border-color: #5a85b5;
  color: #ffffff;
  box-shadow: 0 0 10px rgba(90, 133, 181, 0.3);
}
.cid-vfNRhlyaN7 .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  background-color: #5a85b5;
  border-color: #5a85b5;
  color: #ffffff;
  box-shadow: 0 0 10px rgba(90, 133, 181, 0.3);
}
.cid-vfNRhlyaN7 .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(100deg, #5a85b5 0, transparent 100%);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-vfNRhlyaN7 .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #5a85b5;
  color: #ffffff;
}
.cid-vfNRhlyaN7 .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: .1;
}
.cid-vfNRhlyaN7 .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active:hover {
  background-color: #5a85b5;
  border-color: #5a85b5;
  color: #ffffff;
  box-shadow: 0 0 10px rgba(90, 133, 181, 0.3);
}
.cid-vfNRhlyaN7 .card-wrapper .card-wrap .tab-content {
  position: relative;
  padding: 24px;
  width: 75%;
  background-color: #f9f9f9;
  backdrop-filter: blur(40px);
}
.cid-vfNRhlyaN7 .card-wrapper .card-wrap .tab-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  opacity: 1;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vfNRhlyaN7 .card-wrapper .card-wrap .tab-content {
    padding: 16px;
    width: 100%;
  }
}
.cid-vfNRhlyaN7 .card-wrapper .card-wrap .tab-content .tab-pane .item-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-vfNRhlyaN7 .card-wrapper .card-wrap .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vfNRhlyaN7 .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  height: 100%;
  padding: 24px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-vfNRhlyaN7 .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box {
    min-height: auto;
    padding: 16px;
  }
  .cid-vfNRhlyaN7 .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box:first-child {
    margin-bottom: 12px;
  }
}
.cid-vfNRhlyaN7 .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  opacity: 1;
  pointer-events: none;
}
.cid-vfNRhlyaN7 .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .item-number {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.cid-vfNRhlyaN7 .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .item-title {
  position: relative;
  z-index: 3;
  margin-bottom: 16px;
}
.cid-vfNRhlyaN7 .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .item-text {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.cid-vfNRhlyaN7 .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .mbr-section-btn {
  position: relative;
  z-index: 3;
  margin-top: 16px;
}
.cid-vfNRhlyaN7 .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  background-color: #5a85b5;
  border-color: #5a85b5;
}
.cid-vfNRhlyaN7 .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .mbr-section-btn .btn:hover {
  background-color: #4a6f95;
  border-color: #4a6f95;
}
.cid-vfNRhlyaN7 .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrap {
  padding: 24px 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-vfNRhlyaN7 .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-vfNRhlyaN7 .item-title {
  color: #4a6f95;
}
.cid-vfNRhlyaN7 .item-number {
  color: #5a85b5;
}
.cid-vfNRhlyaN7 .item-text {
  color: #212121;
}
.cid-vfNRhlyaN7 .mbr-iconfont {
  color: #212121;
}
.cid-vfNRhlyaN7 .mbr-iconfont-btn {
  color: #212121;
}
.cid-vfNRhlyaN7 h1,
.cid-vfNRhlyaN7 h2,
.cid-vfNRhlyaN7 h3,
.cid-vfNRhlyaN7 h4,
.cid-vfNRhlyaN7 h5,
.cid-vfNRhlyaN7 h6 {
  color: #4a6f95;
}
.cid-vfNRhlyaN7 .item-text strong {
  font-weight: bold;
  color: #212121;
}
.cid-vfNRhlyaN7 .item-text em {
  font-style: italic;
  color: #212121;
}
.cid-vfNRhlyaN7 .item-text i.legal-notice {
  font-style: italic;
  color: #212121;
}
.cid-vfNRhlyaN7 .item-text i.legal-notice::before {
  color: #5a85b5;
}
.cid-vfNRhlyaN7 .item-text a {
  color: #5a85b5;
  text-decoration: none;
}
.cid-vfNRhlyaN7 .item-text a:hover {
  text-decoration: underline;
  color: #4a6f95;
}
.cid-vfOjanQLwX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfOjanQLwX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfOjanQLwX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfOjanQLwX .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfOjanQLwX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfOjanQLwX .title-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vfOjanQLwX .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfOjanQLwX .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfOjanQLwX .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.cid-vfOjanQLwX .items-wrapper .item {
  position: relative;
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-vfOjanQLwX .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 1px;
}
.cid-vfOjanQLwX .items-wrapper .item .item-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5a85b5;
  opacity: 1;
  pointer-events: none;
}
.cid-vfOjanQLwX .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 40px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-vfOjanQLwX .items-wrapper .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-vfOjanQLwX .items-wrapper .item .item-wrapper .item-content .image-wrapper {
  position: relative;
}
.cid-vfOjanQLwX .items-wrapper .item .item-wrapper .item-content .image-wrapper .item-img {
  margin-bottom: 24px;
}
.cid-vfOjanQLwX .items-wrapper .item .item-wrapper .item-content .image-wrapper .item-img img {
  height: 280px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfOjanQLwX .items-wrapper .item .item-wrapper .item-content .image-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vfOjanQLwX .items-wrapper .item .item-wrapper .item-content .image-wrapper .label-wrap {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0 8px 12px;
  background-color: #f9f9f9;
  border-radius: 0 0 0 12px;
  z-index: 2;
}
.cid-vfOjanQLwX .items-wrapper .item .item-wrapper .item-content .image-wrapper .label-wrap .item-label {
  display: inline-flex;
  margin-bottom: 0;
}
.cid-vfOjanQLwX .items-wrapper .item .item-wrapper .item-content .image-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 12px;
  box-shadow: 10px -6px 0 2px #f9f9f9;
}
.cid-vfOjanQLwX .items-wrapper .item .item-wrapper .item-content .image-wrapper .label-wrap::after {
  content: '';
  position: absolute;
  top: 32px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 12px;
  box-shadow: 10px -6px 0 4px #f9f9f9;
}
.cid-vfOjanQLwX .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-bottom: 16px;
}
.cid-vfOjanQLwX .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-vfOjanQLwX .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 24px;
  font-weight: normal;
}
.cid-vfOjanQLwX .items-wrapper .item .item-wrapper .item-content .item-text span.fw-bold {
  font-weight: bold;
}
.cid-vfOjanQLwX .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 16px;
}
.cid-vfOjanQLwX .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .d-flex {
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 576px) {
  .cid-vfOjanQLwX .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .d-flex {
    flex-direction: column;
  }
}
.cid-vfOjanQLwX .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .d-flex .btn {
  margin-bottom: 0;
  padding: 10px 16px;
}
.cid-vfOjanQLwX .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .d-flex .btn.flex-fill {
  flex: 1;
}
.cid-vfOjanQLwX .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .d-flex .btn.btn-primary {
  background-color: #5a85b5;
  border-color: #5a85b5;
  color: #ffffff;
}
.cid-vfOjanQLwX .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .d-flex .btn.btn-primary:hover {
  background-color: #4a6f95;
  border-color: #4a6f95;
  color: #ffffff;
}
.cid-vfOjanQLwX .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .d-flex .btn.btn-outline-primary {
  background-color: transparent;
  border-color: #5a85b5;
  color: #5a85b5;
}
.cid-vfOjanQLwX .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .d-flex .btn.btn-outline-primary:hover {
  background-color: #5a85b5;
  border-color: #5a85b5;
  color: #ffffff;
}
.cid-vfOjanQLwX .mbr-section-title {
  color: #4a6f95;
  text-align: center;
}
.cid-vfOjanQLwX .mbr-section-subtitle {
  color: #4a6f95;
  text-align: center;
}
.cid-vfOjanQLwX .item-label {
  color: #FFFFFF;
}
.cid-vfOjanQLwX .item-price {
  color: #4a6f95;
  text-align: center;
}
.cid-vfOjanQLwX .item-title {
  color: #4a6f95;
}
.cid-vfOjanQLwX .item-text {
  color: #212121;
  text-align: left;
}
.cid-vfOjanQLwX .item-title,
.cid-vfOjanQLwX .mbr-section-btn {
  color: #212121;
  text-align: justify;
}
.cid-vfOjanQLwX .item-img img {
  height: 252px !important;
}
.cid-vfOjanQLwX .mbr-text {
  background-color: #dbeafe;
  border-radius: 0.375rem;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 0;
  position: relative;
  border: none;
  font-style: italic;
  color: #495057;
  margin-left: 15px;
  line-height: 1.5;
  font-size: 1rem;
}
.cid-vfOjanQLwX .mbr-text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #5a85b5;
}
@media (max-width: 576px) {
  .cid-vfOjanQLwX .mbr-text {
    padding: 15px;
    margin-left: 10px;
    font-size: 0.9rem;
  }
}
.cid-vfQYVGTpjd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfQYVGTpjd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQYVGTpjd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfQYVGTpjd .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfQYVGTpjd .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfQYVGTpjd .title-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vfQYVGTpjd .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfQYVGTpjd .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfQYVGTpjd .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.cid-vfQYVGTpjd .items-wrapper .item {
  position: relative;
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-vfQYVGTpjd .items-wrapper .item.pricing02 .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 1px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.cid-vfQYVGTpjd .items-wrapper .item.pricing02 .item-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5a85b5;
  opacity: 1;
  pointer-events: none;
  border-radius: 8px;
}
.cid-vfQYVGTpjd .items-wrapper .item.pricing02 .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 40px;
  background-color: #f9f9f9;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .cid-vfQYVGTpjd .items-wrapper .item.pricing02 .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-vfQYVGTpjd .items-wrapper .item.pricing02 .item-wrapper .item-content .image-wrapper {
  display: none;
}
.cid-vfQYVGTpjd .items-wrapper .item.pricing02 .item-wrapper .item-content .item-price {
  margin-bottom: 16px;
}
.cid-vfQYVGTpjd .items-wrapper .item.pricing02 .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
  font-weight: normal;
}
.cid-vfQYVGTpjd .items-wrapper .item.pricing02 .item-wrapper .item-content .item-title.fw-bold {
  font-weight: bold;
  font-size: 1.5rem;
}
.cid-vfQYVGTpjd .items-wrapper .item.pricing02 .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  font-weight: normal;
}
.cid-vfQYVGTpjd .items-wrapper .item.pricing02 .item-wrapper .item-content .list {
  margin: 16px 0;
  padding-left: 0;
  list-style: none;
}
.cid-vfQYVGTpjd .items-wrapper .item.pricing02 .item-wrapper .item-content .list .item-wrap {
  position: relative;
  padding-left: 0;
  margin-bottom: 4px;
  text-align: left;
  font-weight: normal;
}
.cid-vfQYVGTpjd .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn {
  margin-top: 16px;
}
.cid-vfQYVGTpjd .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfQYVGTpjd .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn .btn.btn-primary {
  background-color: #5a85b5;
  border-color: #5a85b5;
}
.cid-vfQYVGTpjd .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn .btn.btn-outline-primary {
  background-color: transparent;
  border-color: #5a85b5;
  color: #5a85b5;
}
.cid-vfQYVGTpjd .items-wrapper .item.pricing02 .item-wrapper .item-content .link-text {
  font-size: 0.875rem;
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-vfQYVGTpjd .items-wrapper .item.pricing02 .item-wrapper .item-content .link-text a {
  color: #5a85b5;
  text-decoration: underline;
  font-weight: normal;
}
.cid-vfQYVGTpjd .items-wrapper .item.pricing02 .item-wrapper .item-content .hinweis-block {
  background-color: #dbeafe;
  border-left: 4px solid #5a85b5;
  padding: 16px;
  margin-top: 16px;
  border-radius: 0 4px 4px 0;
  font-size: 0.875rem;
  color: #555555;
  font-style: italic;
}
.cid-vfQYVGTpjd .mbr-section-title {
  color: #4a6f95;
  text-align: center;
}
.cid-vfQYVGTpjd .mbr-section-subtitle {
  color: #4a6f95;
  text-align: center;
}
.cid-vfQYVGTpjd .item-label {
  color: #ffffff;
}
.cid-vfQYVGTpjd .item-price {
  color: #5a85b5;
  font-weight: normal;
}
.cid-vfQYVGTpjd .item-title {
  color: #4a6f95;
  font-weight: normal;
}
.cid-vfQYVGTpjd .item-text {
  color: #212121;
  font-weight: normal;
}
.cid-vfQYVGTpjd .list {
  color: #212121;
}
.cid-vfQYVGTpjd .item-title,
.cid-vfQYVGTpjd .mbr-section-btn {
  text-align: center;
}
.cid-vfQYVGTpjd P {
  color: #555555;
}
.cid-vfQYVGTpjd UL {
  text-align: center;
}
.cid-vfzFYk4rxc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfzFYk4rxc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfzFYk4rxc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfzFYk4rxc .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfzFYk4rxc .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfzFYk4rxc .title-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vfzFYk4rxc .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfzFYk4rxc .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfzFYk4rxc .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.cid-vfzFYk4rxc .items-wrapper .item {
  position: relative;
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-vfzFYk4rxc .items-wrapper .item.pricing02 .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 1px;
}
.cid-vfzFYk4rxc .items-wrapper .item.pricing02 .item-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5a85b5;
  opacity: 1;
  pointer-events: none;
}
.cid-vfzFYk4rxc .items-wrapper .item.pricing02 .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 40px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-vfzFYk4rxc .items-wrapper .item.pricing02 .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-vfzFYk4rxc .items-wrapper .item.pricing02 .item-wrapper .item-content .image-wrapper {
  display: none;
}
.cid-vfzFYk4rxc .items-wrapper .item.pricing02 .item-wrapper .item-content .iconfont-wrapper .mbr-iconfont {
  font-size: 3rem;
  color: #5a85b5;
}
.cid-vfzFYk4rxc .items-wrapper .item.pricing02 .item-wrapper .item-content .item-price {
  margin-bottom: 16px;
}
.cid-vfzFYk4rxc .items-wrapper .item.pricing02 .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-vfzFYk4rxc .items-wrapper .item.pricing02 .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-vfzFYk4rxc .items-wrapper .item.pricing02 .item-wrapper .item-content .list {
  margin: 16px 0;
  padding-left: 0;
  list-style: none;
}
.cid-vfzFYk4rxc .items-wrapper .item.pricing02 .item-wrapper .item-content .list .item-wrap {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.cid-vfzFYk4rxc .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn {
  margin-top: 16px;
}
.cid-vfzFYk4rxc .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfzFYk4rxc .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn .btn.btn-primary {
  background-color: #6b96c5;
  border-color: #6b96c5;
}
.cid-vfzFYk4rxc .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn .btn.btn-secondary-outline {
  background-color: transparent;
  border-color: #6b96c5;
  color: #6b96c5;
}
.cid-vfzFYk4rxc .items-wrapper .item.pricing02 .item-wrapper .item-content .text-muted {
  color: #555555 !important;
  font-size: 0.875rem;
  margin-top: 16px;
}
.cid-vfzFYk4rxc .items-wrapper .item.pricing02 .item-wrapper .item-content .text-center a {
  font-size: 0.875rem;
  margin-top: 8px;
}
.cid-vfzFYk4rxc .tip-block {
  background-color: #dbeafe;
  border-left: 4px solid #5a85b5;
  padding: 16px;
  margin-top: 40px;
  border-radius: 4px;
}
.cid-vfzFYk4rxc .tip-block .mbr-text {
  color: #2c3e50;
  margin: 0;
  line-height: 1.6;
}
.cid-vfzFYk4rxc .tip-block .mbr-text strong {
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-vfzFYk4rxc .tip-block {
    margin-top: 40px;
    padding: 16px;
  }
}
.cid-vfzFYk4rxc .mbr-section-title {
  color: #4a6f95;
  text-align: center;
}
.cid-vfzFYk4rxc .mbr-section-subtitle {
  color: #4a6f95;
  text-align: center;
}
.cid-vfzFYk4rxc .item-label {
  color: #212121;
}
.cid-vfzFYk4rxc .item-price {
  color: #212121;
}
.cid-vfzFYk4rxc .item-title {
  color: #212121;
}
.cid-vfzFYk4rxc .item-text {
  color: #212121;
}
.cid-vfzFYk4rxc .list {
  color: #212121;
}
.cid-vfzFYk4rxc .item-title,
.cid-vfzFYk4rxc .mbr-section-btn {
  color: #212121;
}
.cid-vbQwbD356d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vbQwbD356d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbQwbD356d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbQwbD356d .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vbQwbD356d .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbQwbD356d .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  color: #4a6f95;
}
.cid-vbQwbD356d .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbQwbD356d .panel-group .card {
  position: relative;
  background-color: #ffffff;
  border: 2px solid #5a85b5;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
  overflow: hidden;
}
.cid-vbQwbD356d .panel-group .card:hover {
  background-color: #f9f9f9;
}
.cid-vbQwbD356d .panel-group .card:focus-within {
  outline: 2px solid Highlight;
  outline-offset: -2px;
}
.cid-vbQwbD356d .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vbQwbD356d .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vbQwbD356d .panel-group .card .card-header .panel-title {
  padding: 16px 16px 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vbQwbD356d .panel-group .card .card-header .panel-title {
    padding: 16px;
  }
}
.cid-vbQwbD356d .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #212121;
}
.cid-vbQwbD356d .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #5a85b5;
}
.cid-vbQwbD356d .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vbQwbD356d .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #f9f9f9;
  padding-bottom: 8px;
}
.cid-vbQwbD356d .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-vbQwbD356d .panel-group .card .panel-collapse .panel-body {
  padding: 0 16px 16px 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vbQwbD356d .panel-group .card .panel-collapse .panel-body {
    padding: 0 16px 16px 16px;
  }
}
.cid-vbQwbD356d .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  color: #212121;
}
.cid-vbQwbD356d .panel-group .card .panel-collapse .panel-body .panel-text i,
.cid-vbQwbD356d .panel-group .card .panel-collapse .panel-body .panel-text em {
  font-style: italic;
}
.cid-vbQwbD356d .panel-group .card .panel-collapse .panel-body .panel-text ul {
  margin-bottom: 16px;
  padding-left: 20px;
}
.cid-vbQwbD356d .panel-group .card .panel-collapse .panel-body .panel-text ul li {
  margin-bottom: 8px;
  line-height: 1.5;
}
.cid-vbQwbD356d .panel-group .card .collapse.show .panel-body {
  background-color: #f9f9f9;
}
.cid-vbQwbD356d .mbr-section-title {
  text-align: center;
}
.cid-vbQwbD356d .mbr-text {
  color: #212121;
  text-align: center;
}
.cid-vbQwbD356d .legal-notice {
  text-align: center;
  margin-top: 30px;
  padding: 20px;
  background-color: #dbeafe;
  border-left: 4px solid #5a85b5;
  font-style: italic;
}
.cid-vbQwbD356d .legal-notice .mbr-text {
  font-style: italic;
}
.cid-vbQwbD356d .legal-notice .mbr-text i {
  font-style: normal;
}
.cid-vfWcw2PwlT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dbeafe;
}
.cid-vfWcw2PwlT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWcw2PwlT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfWcw2PwlT .card {
  justify-content: center;
}
.cid-vfWcw2PwlT .content-wrapper .title-wrap {
  margin-bottom: 24px;
}
.cid-vfWcw2PwlT .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWcw2PwlT .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfWcw2PwlT .content-wrapper .mbr-text {
  margin-bottom: 0;
  text-align: center;
}
.cid-vfWcw2PwlT .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfWcw2PwlT .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWcw2PwlT .border-wrapper {
  display: none;
}
.cid-vfWcw2PwlT .mbr-section-title {
  color: #4a6f95;
}
.cid-vfWcw2PwlT .mbr-section-subtitle {
  color: #4a6f95;
  text-align: center;
  font-size: 1.25rem;
}
.cid-vfWcw2PwlT .mbr-text {
  color: #555555;
  text-align: center;
  font-style: italic;
  font-size: 0.875rem;
}
.cid-vfWcw2PwlT .mbr-section-title,
.cid-vfWcw2PwlT .mbr-section-btn {
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vfWcw2PwlT .mbr-section-btn .d-flex {
    flex-direction: column;
  }
}
@media (min-width: 576px) {
  .cid-vfWcw2PwlT .mbr-section-btn .d-flex {
    flex-direction: row;
  }
}
.cid-vfWcw2PwlT .mbr-section-btn .gap-2 {
  gap: 0.5rem;
}
.cid-vfWcw2PwlT .mbr-section-btn .btn-primary {
  background-color: #5a85b5;
  border-color: #5a85b5;
  color: #ffffff;
}
.cid-vfWcw2PwlT .mbr-section-btn .btn-primary:hover {
  background-color: #4a6f95;
  border-color: #4a6f95;
  color: #ffffff;
}
.cid-vfWcw2PwlT .mbr-section-btn .btn-primary .mbr-iconfont {
  color: #ffffff;
}
.cid-vfWcw2PwlT .mbr-section-btn .btn-outline-primary {
  border-color: #5a85b5;
  color: #5a85b5;
  background-color: transparent;
}
.cid-vfWcw2PwlT .mbr-section-btn .btn-outline-primary:hover {
  background-color: #5a85b5;
  color: #ffffff;
}
.cid-vfWcw2PwlT .mbr-section-btn .btn-outline-primary .mbr-iconfont {
  color: #5a85b5;
}
.cid-vfynKeR0xa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f9f9f9;
}
.cid-vfynKeR0xa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfynKeR0xa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfynKeR0xa .card {
  justify-content: center;
}
.cid-vfynKeR0xa .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfynKeR0xa .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vfynKeR0xa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .nav-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfynKeR0xa .nav-wrapper {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap {
  width: 40%;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #5a85b5;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .mbr-copy {
  margin-bottom: 0;
  color: #212121;
  text-align: center;
}
.cid-vfynKeR0xa .mbr-section-title {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-text,
.cid-vfynKeR0xa .text-wrapper {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-list-title {
  color: #212121;
}
.cid-vfynKeR0xa .list {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-section-title,
.cid-vfynKeR0xa .mbr-section-btn {
  color: #4a6f95;
}
.cid-vfynKeR0xa .list,
.cid-vfynKeR0xa .item-wrap {
  color: #212121;
}
.cid-vfX1bbrU8u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfX1bbrU8u nav.navbar {
  position: fixed;
}
.cid-vfX1bbrU8u .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-vfX1bbrU8u .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfX1bbrU8u .dropdown-item {
  border: none !important;
  background: #f9f9f9 !important;
  font-weight: 400;
}
.cid-vfX1bbrU8u .dropdown-item:hover,
.cid-vfX1bbrU8u .dropdown-item:focus {
  background: #f9f9f9 !important;
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .dropdown-item:hover span {
  color: white;
}
.cid-vfX1bbrU8u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfX1bbrU8u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfX1bbrU8u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfX1bbrU8u .nav-link {
  position: relative;
}
.cid-vfX1bbrU8u .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfX1bbrU8u .container {
    flex-wrap: nowrap;
  }
}
.cid-vfX1bbrU8u .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfX1bbrU8u .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfX1bbrU8u .dropdown-menu,
.cid-vfX1bbrU8u .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-vfX1bbrU8u .nav-item:focus,
.cid-vfX1bbrU8u .nav-link:focus {
  outline: none;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfX1bbrU8u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfX1bbrU8u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfX1bbrU8u .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vfX1bbrU8u .navbar.opened {
  transition: all 0.3s;
}
.cid-vfX1bbrU8u .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfX1bbrU8u .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vfX1bbrU8u .navbar .navbar-logo img {
  width: auto;
}
.cid-vfX1bbrU8u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfX1bbrU8u .navbar.collapsed {
  justify-content: center;
}
.cid-vfX1bbrU8u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfX1bbrU8u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfX1bbrU8u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfX1bbrU8u .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-vfX1bbrU8u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfX1bbrU8u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfX1bbrU8u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfX1bbrU8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfX1bbrU8u .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-vfX1bbrU8u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfX1bbrU8u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vfX1bbrU8u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfX1bbrU8u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfX1bbrU8u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfX1bbrU8u .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfX1bbrU8u .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfX1bbrU8u .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-caption:hover,
.cid-vfX1bbrU8u .navbar-brand .navbar-caption:focus {
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfX1bbrU8u .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfX1bbrU8u .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .dropdown-item.active,
.cid-vfX1bbrU8u .dropdown-item:active {
  background-color: transparent;
}
.cid-vfX1bbrU8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfX1bbrU8u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfX1bbrU8u ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfX1bbrU8u ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfX1bbrU8u .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfX1bbrU8u .navbar-buttons {
    text-align: left;
  }
}
.cid-vfX1bbrU8u .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vfX1bbrU8u .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfX1bbrU8u button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f9f9f9 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #212121;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfX1bbrU8u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfX1bbrU8u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfX1bbrU8u .navbar {
    height: 70px;
  }
  .cid-vfX1bbrU8u .navbar.opened {
    height: auto;
  }
  .cid-vfX1bbrU8u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfX1bbrU8u .navbar-nav {
  margin: 0 auto;
}
.cid-vfX1bbrU8u .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfX1bbrU8u .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vfX1bbrU8u .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfX1bbrU8u .nav-item .nav-link:hover {
  background-color: transparent;
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vfX1bbrU8u .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfX1bbrU8u .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfX1bbrU8u .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfX1bbrU8u .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfX1bbrU8u .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfX1bbrU8u .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfX1bbrU8u .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfX1bbrU8u .content-wrap {
  min-height: 110px;
}
.cid-vfPKx0Fc4l {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfPKx0Fc4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfPKx0Fc4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfPKx0Fc4l .row {
  margin: 0 -40px;
}
.cid-vfPKx0Fc4l .row .card {
  padding: 0 40px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfPKx0Fc4l .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfPKx0Fc4l .content-wrapper .tags-wrapper {
  margin-bottom: 16px;
}
.cid-vfPKx0Fc4l .content-wrapper .tags-wrapper .tags-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 1px;
  overflow: hidden;
}
.cid-vfPKx0Fc4l .content-wrapper .tags-wrapper .tags-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(245deg, #5a85b5 0, transparent 140%);
  z-index: -1;
}
.cid-vfPKx0Fc4l .content-wrapper .tags-wrapper .tags-wrap .tags-content {
  padding: 5px;
  background-color: #212121;
}
.cid-vfPKx0Fc4l .content-wrapper .tags-wrapper .tags-wrap .tags-content .mbr-tag_1 {
  display: inline-flex;
  padding: 0 8px;
  background-color: #f9f9f9;
  margin-bottom: 0;
}
.cid-vfPKx0Fc4l .content-wrapper .tags-wrapper .tags-wrap .tags-content .mbr-tag_2 {
  display: inline-flex;
  padding: 0 6px;
  margin-bottom: 0;
}
.cid-vfPKx0Fc4l .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
  font-weight: normal;
}
.cid-vfPKx0Fc4l .content-wrapper .mbr-section-subtitle {
  font-weight: normal;
}
.cid-vfPKx0Fc4l .content-wrapper .mbr-text {
  margin-bottom: 0;
  font-weight: normal;
}
.cid-vfPKx0Fc4l .content-wrapper .cta-text {
  margin-bottom: 10px;
  margin-top: 16px;
  font-weight: normal;
}
.cid-vfPKx0Fc4l .content-wrapper .legal-notice {
  font-style: italic;
  color: #666666;
  margin-top: 10px;
  margin-bottom: 24px;
}
.cid-vfPKx0Fc4l .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfPKx0Fc4l .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfPKx0Fc4l .image-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 1px;
}
.cid-vfPKx0Fc4l .image-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5a85b5;
  pointer-events: none;
}
.cid-vfPKx0Fc4l .image-wrapper .gradient-wrapper {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #5a85b5 100%);
  pointer-events: none;
  z-index: 2;
}
.cid-vfPKx0Fc4l .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  background-color: #f9f9f9;
  padding: 48px 0 0 48px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfPKx0Fc4l .image-wrapper .image-wrap {
    padding: 16px;
  }
}
.cid-vfPKx0Fc4l .image-wrapper .image-wrap img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vfPKx0Fc4l .image-wrapper .image-wrap img {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-vfPKx0Fc4l .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-vfPKx0Fc4l .mbr-tag_1,
.cid-vfPKx0Fc4l .tags-wrapper {
  color: #212121;
}
.cid-vfPKx0Fc4l .mbr-tag_2 {
  color: #212121;
}
.cid-vfPKx0Fc4l .mbr-section-title {
  color: #4a6f95;
  text-align: left;
}
.cid-vfPKx0Fc4l .mbr-section-subtitle {
  color: #4a6f95;
  text-align: left;
}
.cid-vfPKx0Fc4l .mbr-text,
.cid-vfPKx0Fc4l .text-wrapper {
  color: #212121;
  text-align: left;
}
.cid-vfPKx0Fc4l .mbr-section-btn .btn-primary {
  background-color: #5a85b5;
  border-color: #5a85b5;
}
.cid-vfPKx0Fc4l .mbr-section-btn .btn-primary:hover {
  background-color: #5a85b5;
  border-color: #5a85b5;
}
.cid-vfPKx0Fc4l .mbr-section-btn .btn-outline-primary {
  background-color: transparent;
  border: 1px solid #5a85b5;
  color: #5a85b5;
}
.cid-vfPKx0Fc4l .mbr-section-btn .btn-outline-primary:hover {
  background-color: #5a85b5;
  color: #ffffff;
}
.cid-vfPKx0Fc4l .my-tabs .nav-link {
  box-shadow: none !important;
  filter: none !important;
}
.cid-vfPKx0Fc4l .my-tabs .nav-link::before,
.cid-vfPKx0Fc4l .my-tabs .nav-link::after {
  display: none !important;
}
.cid-vfPKx0Fc4l .my-tabs .nav-link:focus {
  outline: 2px solid #5a85b5;
}
.cid-vfPKx0Fc4l .mbr-text i {
  font-style: italic;
}
.cid-vfPMpjhFiH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfPMpjhFiH .card {
  position: relative;
  align-items: center;
  border: 1px solid #5a85b5;
  background-color: #f9f9f9;
}
.cid-vfPMpjhFiH .card .gradient-wrapper {
  display: none !important;
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #ffffff 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-vfPMpjhFiH .card .decor-wrapper {
  display: none !important;
  position: absolute;
  top: 0;
  height: 400px;
  width: 60%;
  border-radius: 100%;
  background-image: linear-gradient(100deg, #5a85b5, transparent);
  pointer-events: none;
  filter: blur(20px);
  opacity: 0.3;
}
.cid-vfPMpjhFiH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfPMpjhFiH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfPMpjhFiH .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #f9f9f9;
}
.cid-vfPMpjhFiH .card-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
}
.cid-vfPMpjhFiH .card-wrapper .card-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-vfPMpjhFiH .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-vfPMpjhFiH .card-wrapper .card-wrap .tabs-wrapper {
  position: relative;
  width: 25%;
  backdrop-filter: blur(40px);
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-vfPMpjhFiH .card-wrapper .card-wrap .tabs-wrapper {
    width: 100%;
  }
}
.cid-vfPMpjhFiH .card-wrapper .card-wrap .tabs-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #5a85b5;
  opacity: 1;
  pointer-events: none;
  z-index: 2;
}
.cid-vfPMpjhFiH .card-wrapper .card-wrap .tabs-wrapper .border-wrap {
  display: none;
}
.cid-vfPMpjhFiH .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 24px;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-vfPMpjhFiH .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs {
    padding: 16px;
  }
}
.cid-vfPMpjhFiH .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  background-color: transparent;
  display: block;
  margin-top: 8px;
}
.cid-vfPMpjhFiH .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-vfPMpjhFiH .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  background-color: transparent;
  border: 2px solid #5a85b5;
  color: #212121;
  transition: all 0.3s ease-in-out;
  padding: 16px;
}
.cid-vfPMpjhFiH .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.show.active {
  background-color: #5a85b5;
  color: #ffffff;
}
.cid-vfPMpjhFiH .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.show.active::before {
  opacity: .1;
}
.cid-vfPMpjhFiH .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.show.active:hover {
  background-color: #5a85b5;
  border-color: #5a85b5;
  color: #ffffff;
  box-shadow: 0 0 10px rgba(90, 133, 181, 0.3);
}
.cid-vfPMpjhFiH .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  background-color: #5a85b5;
  border-color: #5a85b5;
  color: #ffffff;
  box-shadow: 0 0 10px rgba(90, 133, 181, 0.3);
}
.cid-vfPMpjhFiH .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(100deg, #5a85b5 0, transparent 100%);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-vfPMpjhFiH .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #5a85b5;
  color: #ffffff;
}
.cid-vfPMpjhFiH .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: .1;
}
.cid-vfPMpjhFiH .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active:hover {
  background-color: #5a85b5;
  border-color: #5a85b5;
  color: #ffffff;
  box-shadow: 0 0 10px rgba(90, 133, 181, 0.3);
}
.cid-vfPMpjhFiH .card-wrapper .card-wrap .tab-content {
  position: relative;
  padding: 24px;
  width: 75%;
  background-color: #f9f9f9;
  backdrop-filter: blur(40px);
}
.cid-vfPMpjhFiH .card-wrapper .card-wrap .tab-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  opacity: 1;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vfPMpjhFiH .card-wrapper .card-wrap .tab-content {
    padding: 16px;
    width: 100%;
  }
}
.cid-vfPMpjhFiH .card-wrapper .card-wrap .tab-content .tab-pane .item-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-vfPMpjhFiH .card-wrapper .card-wrap .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vfPMpjhFiH .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  height: 100%;
  padding: 24px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-vfPMpjhFiH .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box {
    min-height: auto;
    padding: 16px;
  }
  .cid-vfPMpjhFiH .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box:first-child {
    margin-bottom: 12px;
  }
}
.cid-vfPMpjhFiH .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  opacity: 1;
  pointer-events: none;
}
.cid-vfPMpjhFiH .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .item-number {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.cid-vfPMpjhFiH .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .item-title {
  position: relative;
  z-index: 3;
  margin-bottom: 16px;
}
.cid-vfPMpjhFiH .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .item-text {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.cid-vfPMpjhFiH .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .mbr-section-btn {
  position: relative;
  z-index: 3;
  margin-top: 16px;
}
.cid-vfPMpjhFiH .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  background-color: #5a85b5;
  border-color: #5a85b5;
}
.cid-vfPMpjhFiH .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .mbr-section-btn .btn:hover {
  background-color: #4a6f95;
  border-color: #4a6f95;
}
.cid-vfPMpjhFiH .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrap {
  padding: 24px 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-vfPMpjhFiH .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-vfPMpjhFiH .item-title {
  color: #4a6f95;
}
.cid-vfPMpjhFiH .item-number {
  color: #5a85b5;
}
.cid-vfPMpjhFiH .item-text {
  color: #212121;
}
.cid-vfPMpjhFiH .mbr-iconfont {
  color: #212121;
}
.cid-vfPMpjhFiH .mbr-iconfont-btn {
  color: #212121;
}
.cid-vfPMpjhFiH h1,
.cid-vfPMpjhFiH h2,
.cid-vfPMpjhFiH h3,
.cid-vfPMpjhFiH h4,
.cid-vfPMpjhFiH h5,
.cid-vfPMpjhFiH h6 {
  color: #4a6f95;
}
.cid-vfPMpjhFiH .item-text strong {
  font-weight: bold;
  color: #212121;
}
.cid-vfPMpjhFiH .item-text i {
  font-style: italic;
  color: #212121;
}
.cid-vfPMpjhFiH .item-text i::before {
  color: #212121;
}
.cid-vfPMpjhFiH .item-text a {
  color: #212121;
  text-decoration: none;
}
.cid-vfPMpjhFiH .item-text a:hover {
  text-decoration: underline;
  color: #212121;
}
.cid-vfPOBoNAE1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfPOBoNAE1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfPOBoNAE1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfPOBoNAE1 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfPOBoNAE1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfPOBoNAE1 .title-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vfPOBoNAE1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfPOBoNAE1 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfPOBoNAE1 .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.cid-vfPOBoNAE1 .items-wrapper .item {
  position: relative;
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 1px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5a85b5;
  opacity: 1;
  pointer-events: none;
  border-radius: 8px;
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 40px;
  background-color: #f9f9f9;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .image-wrapper {
  display: none;
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .item-price {
  margin-bottom: 16px;
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
  font-weight: normal;
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .item-title.fw-bold {
  font-weight: bold;
  font-size: 1.5rem;
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .item-title.text-center {
  color: #212121;
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  font-weight: normal;
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .list {
  margin: 16px 0;
  padding-left: 0;
  list-style: none;
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .list.zusatz-liste .item-wrap {
  position: relative;
  padding-left: 0;
  margin-bottom: 12px;
  text-align: left;
  font-weight: normal;
  line-height: 1.6;
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .list .item-wrap {
  position: relative;
  padding-left: 0;
  margin-bottom: 4px;
  text-align: left;
  font-weight: normal;
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn {
  margin-top: 16px;
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn .btn.btn-primary {
  background-color: #5a85b5;
  border-color: #5a85b5;
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn .btn.btn-outline-primary {
  background-color: transparent;
  border-color: #5a85b5;
  color: #5a85b5;
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .text-muted {
  color: #555555 !important;
  font-size: 0.875rem;
  margin-top: 16px;
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .link-text {
  font-size: 0.875rem;
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .link-text a {
  color: #5a85b5;
  text-decoration: underline;
  font-weight: normal;
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .hinweis-block {
  background-color: #dbeafe;
  border-left: 4px solid #5a85b5;
  padding: 16px;
  margin-top: 16px;
  border-radius: 0 4px 4px 0;
  font-size: 0.875rem;
  color: #555555;
  font-style: italic;
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .zusatz-preis.item-price {
  font-size: 1.25rem;
  line-height: 1.4;
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .zusatz-preis.item-price .hauptpreis {
  font-size: 1.5rem;
  font-weight: bold;
  color: #5a85b5;
}
@media (max-width: 992px) {
  .cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .zusatz-preis.item-price .hauptpreis {
    font-size: 1.3rem;
  }
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .zusatz-preis.item-price .einzelpreis {
  font-size: 0.8em;
  font-weight: normal;
  color: #212121;
}
@media (max-width: 992px) {
  .cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .zusatz-preis.item-price {
    font-size: 1.1rem;
    margin-bottom: 4px;
  }
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-hauptpreis.item-text {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #5a85b5;
  margin-bottom: 4px;
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-hauptpreis.item-text .hauptpreis {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-hauptpreis.item-text .hauptpreis {
    font-size: 1.1rem;
  }
}
@media (max-width: 992px) {
  .cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-hauptpreis.item-text {
    font-size: 1.1rem;
    margin-bottom: 2px;
  }
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-einzelpreis.item-text {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 8px;
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-einzelpreis.item-text .einzelpreis {
  font-size: 0.85em;
  font-weight: normal;
  color: #212121;
}
@media (max-width: 992px) {
  .cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-einzelpreis.item-text {
    font-size: 1rem;
    margin-bottom: 2px;
  }
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .aufnahme-fee.item-text {
  font-weight: bold;
  color: #212121;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .aufnahme-fee.item-text {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .ersetzt-hinweis.item-text {
  font-size: 0.875rem;
  color: #555555;
  text-align: center;
  margin: 16px 0;
  font-weight: normal;
}
@media (max-width: 992px) {
  .cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .ersetzt-hinweis.item-text {
    margin: 8px 0;
    font-size: 0.8rem;
  }
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-subtitle.item-text {
  font-size: 1rem;
  color: #212121;
  margin-bottom: 8px;
  font-weight: normal;
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-subtitle.item-text.text-center {
  text-align: center;
}
.cid-vfPOBoNAE1 .items-wrapper .item.pricing02 .item-wrapper .item-content .euro-symbol {
  font-size: 0.75em;
  vertical-align: baseline;
  line-height: 1;
}
.cid-vfPOBoNAE1 .mbr-section-title {
  color: #4a6f95;
  text-align: center;
}
.cid-vfPOBoNAE1 .mbr-section-subtitle {
  color: #4a6f95;
  text-align: center;
}
.cid-vfPOBoNAE1 .item-label {
  color: #ffffff;
}
.cid-vfPOBoNAE1 .item-price {
  color: #5a85b5;
  font-weight: normal;
}
.cid-vfPOBoNAE1 .item-title {
  color: #4a6f95;
  font-weight: normal;
}
.cid-vfPOBoNAE1 .item-text {
  color: #212121;
  font-weight: normal;
  text-align: left;
}
.cid-vfPOBoNAE1 .list {
  color: #212121;
}
.cid-vfPOBoNAE1 .item-title,
.cid-vfPOBoNAE1 .mbr-section-btn {
  text-align: center;
}
.cid-vfPOBoNAE1 P {
  color: #555555;
}
.cid-vfPOBoNAE1 UL {
  text-align: center;
}
.cid-vgoSxn8SAC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgoSxn8SAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgoSxn8SAC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgoSxn8SAC .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vgoSxn8SAC .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgoSxn8SAC .title-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vgoSxn8SAC .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgoSxn8SAC .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgoSxn8SAC .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.cid-vgoSxn8SAC .items-wrapper .item {
  position: relative;
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-vgoSxn8SAC .items-wrapper .item.pricing02 .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 1px;
}
.cid-vgoSxn8SAC .items-wrapper .item.pricing02 .item-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5a85b5;
  opacity: 1;
  pointer-events: none;
}
.cid-vgoSxn8SAC .items-wrapper .item.pricing02 .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 40px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-vgoSxn8SAC .items-wrapper .item.pricing02 .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-vgoSxn8SAC .items-wrapper .item.pricing02 .item-wrapper .item-content .image-wrapper {
  display: none;
}
.cid-vgoSxn8SAC .items-wrapper .item.pricing02 .item-wrapper .item-content .iconfont-wrapper .mbr-iconfont {
  font-size: 3rem;
  color: #5a85b5;
}
.cid-vgoSxn8SAC .items-wrapper .item.pricing02 .item-wrapper .item-content .item-price {
  margin-bottom: 16px;
}
.cid-vgoSxn8SAC .items-wrapper .item.pricing02 .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-vgoSxn8SAC .items-wrapper .item.pricing02 .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-vgoSxn8SAC .items-wrapper .item.pricing02 .item-wrapper .item-content .list {
  margin: 16px 0;
  padding-left: 0;
  list-style: none;
}
.cid-vgoSxn8SAC .items-wrapper .item.pricing02 .item-wrapper .item-content .list .item-wrap {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.cid-vgoSxn8SAC .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgoSxn8SAC .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgoSxn8SAC .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn .btn.btn-primary {
  background-color: #6b96c5;
  border-color: #6b96c5;
}
.cid-vgoSxn8SAC .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn .btn.btn-secondary-outline {
  background-color: transparent;
  border-color: #6b96c5;
  color: #6b96c5;
}
.cid-vgoSxn8SAC .items-wrapper .item.pricing02 .item-wrapper .item-content .text-muted {
  color: #555555 !important;
  font-size: 0.875rem;
  margin-top: 16px;
}
.cid-vgoSxn8SAC .items-wrapper .item.pricing02 .item-wrapper .item-content .text-center a {
  font-size: 0.875rem;
  margin-top: 8px;
}
.cid-vgoSxn8SAC .tip-block {
  background-color: #dbeafe;
  border-left: 4px solid #5a85b5;
  padding: 16px;
  margin-top: 40px;
  border-radius: 4px;
}
.cid-vgoSxn8SAC .tip-block .mbr-text {
  color: #2c3e50;
  margin: 0;
  line-height: 1.6;
}
.cid-vgoSxn8SAC .tip-block .mbr-text strong {
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-vgoSxn8SAC .tip-block {
    margin-top: 40px;
    padding: 16px;
  }
}
.cid-vgoSxn8SAC .mbr-section-title {
  color: #4a6f95;
  text-align: center;
}
.cid-vgoSxn8SAC .mbr-section-subtitle {
  color: #4a6f95;
  text-align: center;
}
.cid-vgoSxn8SAC .item-label {
  color: #212121;
}
.cid-vgoSxn8SAC .item-price {
  color: #212121;
}
.cid-vgoSxn8SAC .item-title {
  color: #212121;
}
.cid-vgoSxn8SAC .item-text {
  color: #212121;
}
.cid-vgoSxn8SAC .list {
  color: #212121;
}
.cid-vgoSxn8SAC .item-title,
.cid-vgoSxn8SAC .mbr-section-btn {
  color: #212121;
}
.cid-vfTAFXX7pu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vfTAFXX7pu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfTAFXX7pu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfTAFXX7pu .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfTAFXX7pu .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfTAFXX7pu .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  color: #4a6f95;
}
.cid-vfTAFXX7pu .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfTAFXX7pu .panel-group .card {
  position: relative;
  background-color: #ffffff;
  border: 2px solid #5a85b5;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
  overflow: hidden;
}
.cid-vfTAFXX7pu .panel-group .card:hover {
  background-color: #f9f9f9;
}
.cid-vfTAFXX7pu .panel-group .card:focus-within {
  outline: 2px solid Highlight;
  outline-offset: -2px;
}
.cid-vfTAFXX7pu .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vfTAFXX7pu .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vfTAFXX7pu .panel-group .card .card-header .panel-title {
  padding: 16px 16px 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfTAFXX7pu .panel-group .card .card-header .panel-title {
    padding: 16px;
  }
}
.cid-vfTAFXX7pu .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #212121;
}
.cid-vfTAFXX7pu .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #5a85b5;
}
.cid-vfTAFXX7pu .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vfTAFXX7pu .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #f9f9f9;
  padding-bottom: 8px;
}
.cid-vfTAFXX7pu .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-vfTAFXX7pu .panel-group .card .panel-collapse .panel-body {
  padding: 0 16px 16px 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfTAFXX7pu .panel-group .card .panel-collapse .panel-body {
    padding: 0 16px 16px 16px;
  }
}
.cid-vfTAFXX7pu .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  color: #212121;
}
.cid-vfTAFXX7pu .panel-group .card .panel-collapse .panel-body .panel-text i {
  font-style: italic;
}
.cid-vfTAFXX7pu .panel-group .card .collapse.show .panel-body {
  background-color: #f9f9f9;
}
.cid-vfTAFXX7pu .mbr-section-title {
  text-align: center;
}
.cid-vfTAFXX7pu .mbr-text {
  color: #212121;
  text-align: center;
}
.cid-vfTAFXX7pu .global-legal-notice {
  text-align: center;
  margin-top: 30px;
  padding: 20px;
  background-color: #dbeafe;
  border-left: 4px solid #5a85b5;
  font-style: italic;
}
.cid-vfTAFXX7pu .global-legal-notice .mbr-text {
  font-style: italic;
}
.cid-vfTAFXX7pu .global-legal-notice .mbr-text i {
  font-style: normal;
}
.cid-vfTV6yphYn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dbeafe;
}
.cid-vfTV6yphYn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfTV6yphYn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfTV6yphYn .card {
  justify-content: center;
}
.cid-vfTV6yphYn .content-wrapper .title-wrap {
  margin-bottom: 24px;
}
.cid-vfTV6yphYn .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfTV6yphYn .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfTV6yphYn .content-wrapper .mbr-text {
  margin-bottom: 0;
  text-align: center;
}
.cid-vfTV6yphYn .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfTV6yphYn .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfTV6yphYn .border-wrapper {
  display: none;
}
.cid-vfTV6yphYn .mbr-section-title {
  color: #4a6f95;
}
.cid-vfTV6yphYn .mbr-section-subtitle {
  color: #4a6f95;
  text-align: center;
  font-size: 1.25rem;
}
.cid-vfTV6yphYn .mbr-text {
  color: #555555;
  text-align: center;
  font-style: italic;
  font-size: 0.875rem;
}
.cid-vfTV6yphYn .mbr-section-title,
.cid-vfTV6yphYn .mbr-section-btn {
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vfTV6yphYn .mbr-section-btn .d-flex {
    flex-direction: column;
  }
}
@media (min-width: 576px) {
  .cid-vfTV6yphYn .mbr-section-btn .d-flex {
    flex-direction: row;
  }
}
.cid-vfTV6yphYn .mbr-section-btn .gap-2 {
  gap: 0.5rem;
}
.cid-vfTV6yphYn .mbr-section-btn .btn-primary {
  background-color: #5a85b5;
  border-color: #5a85b5;
  color: #ffffff;
}
.cid-vfTV6yphYn .mbr-section-btn .btn-primary:hover {
  background-color: #4a6f95;
  border-color: #4a6f95;
  color: #ffffff;
}
.cid-vfTV6yphYn .mbr-section-btn .btn-primary .mbr-iconfont {
  color: #ffffff;
}
.cid-vfTV6yphYn .mbr-section-btn .btn-outline-primary {
  border-color: #5a85b5;
  color: #5a85b5;
  background-color: transparent;
}
.cid-vfTV6yphYn .mbr-section-btn .btn-outline-primary:hover {
  background-color: #5a85b5;
  color: #ffffff;
}
.cid-vfTV6yphYn .mbr-section-btn .btn-outline-primary .mbr-iconfont {
  color: #5a85b5;
}
.cid-vfynKeR0xa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f9f9f9;
}
.cid-vfynKeR0xa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfynKeR0xa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfynKeR0xa .card {
  justify-content: center;
}
.cid-vfynKeR0xa .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfynKeR0xa .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vfynKeR0xa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .nav-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfynKeR0xa .nav-wrapper {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap {
  width: 40%;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #5a85b5;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .mbr-copy {
  margin-bottom: 0;
  color: #212121;
  text-align: center;
}
.cid-vfynKeR0xa .mbr-section-title {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-text,
.cid-vfynKeR0xa .text-wrapper {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-list-title {
  color: #212121;
}
.cid-vfynKeR0xa .list {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-section-title,
.cid-vfynKeR0xa .mbr-section-btn {
  color: #4a6f95;
}
.cid-vfynKeR0xa .list,
.cid-vfynKeR0xa .item-wrap {
  color: #212121;
}
.cid-vfX1bbrU8u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfX1bbrU8u nav.navbar {
  position: fixed;
}
.cid-vfX1bbrU8u .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-vfX1bbrU8u .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfX1bbrU8u .dropdown-item {
  border: none !important;
  background: #f9f9f9 !important;
  font-weight: 400;
}
.cid-vfX1bbrU8u .dropdown-item:hover,
.cid-vfX1bbrU8u .dropdown-item:focus {
  background: #f9f9f9 !important;
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .dropdown-item:hover span {
  color: white;
}
.cid-vfX1bbrU8u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfX1bbrU8u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfX1bbrU8u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfX1bbrU8u .nav-link {
  position: relative;
}
.cid-vfX1bbrU8u .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfX1bbrU8u .container {
    flex-wrap: nowrap;
  }
}
.cid-vfX1bbrU8u .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfX1bbrU8u .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfX1bbrU8u .dropdown-menu,
.cid-vfX1bbrU8u .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-vfX1bbrU8u .nav-item:focus,
.cid-vfX1bbrU8u .nav-link:focus {
  outline: none;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfX1bbrU8u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfX1bbrU8u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfX1bbrU8u .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vfX1bbrU8u .navbar.opened {
  transition: all 0.3s;
}
.cid-vfX1bbrU8u .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfX1bbrU8u .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vfX1bbrU8u .navbar .navbar-logo img {
  width: auto;
}
.cid-vfX1bbrU8u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfX1bbrU8u .navbar.collapsed {
  justify-content: center;
}
.cid-vfX1bbrU8u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfX1bbrU8u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfX1bbrU8u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfX1bbrU8u .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-vfX1bbrU8u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfX1bbrU8u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfX1bbrU8u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfX1bbrU8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfX1bbrU8u .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-vfX1bbrU8u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfX1bbrU8u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vfX1bbrU8u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfX1bbrU8u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfX1bbrU8u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfX1bbrU8u .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfX1bbrU8u .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfX1bbrU8u .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-caption:hover,
.cid-vfX1bbrU8u .navbar-brand .navbar-caption:focus {
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfX1bbrU8u .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfX1bbrU8u .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .dropdown-item.active,
.cid-vfX1bbrU8u .dropdown-item:active {
  background-color: transparent;
}
.cid-vfX1bbrU8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfX1bbrU8u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfX1bbrU8u ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfX1bbrU8u ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfX1bbrU8u .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfX1bbrU8u .navbar-buttons {
    text-align: left;
  }
}
.cid-vfX1bbrU8u .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vfX1bbrU8u .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfX1bbrU8u button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f9f9f9 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #212121;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfX1bbrU8u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfX1bbrU8u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfX1bbrU8u .navbar {
    height: 70px;
  }
  .cid-vfX1bbrU8u .navbar.opened {
    height: auto;
  }
  .cid-vfX1bbrU8u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfX1bbrU8u .navbar-nav {
  margin: 0 auto;
}
.cid-vfX1bbrU8u .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfX1bbrU8u .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vfX1bbrU8u .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfX1bbrU8u .nav-item .nav-link:hover {
  background-color: transparent;
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vfX1bbrU8u .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfX1bbrU8u .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfX1bbrU8u .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfX1bbrU8u .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfX1bbrU8u .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfX1bbrU8u .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfX1bbrU8u .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfX1bbrU8u .content-wrap {
  min-height: 110px;
}
.cid-vg8v1zLkJs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  background-image: linear-gradient(90deg, #ffffff, #5a85b5 100%);
}
.cid-vg8v1zLkJs .item:focus,
.cid-vg8v1zLkJs span:focus {
  outline: none;
}
.cid-vg8v1zLkJs .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vg8v1zLkJs .content-head {
  max-width: 800px;
}
.cid-vg8v1zLkJs .item {
  color: #212121;
}
.cid-vfVIp7i2KV {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfVIp7i2KV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfVIp7i2KV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfVIp7i2KV .row {
  margin: 0 -40px;
}
.cid-vfVIp7i2KV .row .card {
  padding: 0 40px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfVIp7i2KV .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfVIp7i2KV .content-wrapper .tags-wrapper {
  margin-bottom: 16px;
}
.cid-vfVIp7i2KV .content-wrapper .tags-wrapper .tags-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 1px;
  overflow: hidden;
}
.cid-vfVIp7i2KV .content-wrapper .tags-wrapper .tags-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(245deg, #5a85b5 0, transparent 140%);
  z-index: -1;
}
.cid-vfVIp7i2KV .content-wrapper .tags-wrapper .tags-wrap .tags-content {
  padding: 5px;
  background-color: #212121;
}
.cid-vfVIp7i2KV .content-wrapper .tags-wrapper .tags-wrap .tags-content .mbr-tag_1 {
  display: inline-flex;
  padding: 0 8px;
  background-color: #f9f9f9;
  margin-bottom: 0;
}
.cid-vfVIp7i2KV .content-wrapper .tags-wrapper .tags-wrap .tags-content .mbr-tag_2 {
  display: inline-flex;
  padding: 0 6px;
  margin-bottom: 0;
}
.cid-vfVIp7i2KV .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
  font-weight: normal;
}
.cid-vfVIp7i2KV .content-wrapper .mbr-section-subtitle {
  font-weight: normal;
}
.cid-vfVIp7i2KV .content-wrapper .mbr-text {
  margin-bottom: 0;
  font-weight: normal;
}
.cid-vfVIp7i2KV .content-wrapper .cta-text {
  margin-bottom: 10px;
  margin-top: 16px;
  font-weight: normal;
}
.cid-vfVIp7i2KV .content-wrapper .legal-notice {
  font-style: italic;
  color: #555555;
  margin-top: 10px;
  margin-bottom: 24px;
}
.cid-vfVIp7i2KV .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfVIp7i2KV .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfVIp7i2KV .image-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 1px;
}
.cid-vfVIp7i2KV .image-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5a85b5;
  pointer-events: none;
}
.cid-vfVIp7i2KV .image-wrapper .gradient-wrapper {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #5a85b5 100%);
  pointer-events: none;
  z-index: 2;
}
.cid-vfVIp7i2KV .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  background-color: #f9f9f9;
  padding: 48px 0 0 48px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfVIp7i2KV .image-wrapper .image-wrap {
    padding: 16px;
  }
}
.cid-vfVIp7i2KV .image-wrapper .image-wrap img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vfVIp7i2KV .image-wrapper .image-wrap img {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-vfVIp7i2KV .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-vfVIp7i2KV .mbr-tag_1,
.cid-vfVIp7i2KV .tags-wrapper {
  color: #212121;
}
.cid-vfVIp7i2KV .mbr-tag_2 {
  color: #212121;
}
.cid-vfVIp7i2KV .mbr-section-title {
  color: #4a6f95;
  text-align: left;
}
.cid-vfVIp7i2KV .mbr-section-subtitle {
  color: #4a6f95;
  text-align: left;
}
.cid-vfVIp7i2KV .mbr-text,
.cid-vfVIp7i2KV .text-wrapper {
  color: #212121;
  text-align: left;
}
.cid-vfVIp7i2KV .mbr-section-btn .btn-primary {
  background-color: #5a85b5;
  border-color: #5a85b5;
}
.cid-vfVIp7i2KV .mbr-section-btn .btn-primary:hover {
  background-color: #5a85b5;
  border-color: #5a85b5;
}
.cid-vfVIp7i2KV .mbr-section-btn .btn-outline-primary {
  background-color: transparent;
  border: 1px solid #5a85b5;
  color: #5a85b5;
}
.cid-vfVIp7i2KV .mbr-section-btn .btn-outline-primary:hover {
  background-color: #5a85b5;
  color: #ffffff;
}
.cid-vfVIp7i2KV .my-tabs .nav-link {
  box-shadow: none !important;
  filter: none !important;
}
.cid-vfVIp7i2KV .my-tabs .nav-link::before,
.cid-vfVIp7i2KV .my-tabs .nav-link::after {
  display: none !important;
}
.cid-vfVIp7i2KV .my-tabs .nav-link:focus {
  outline: 2px solid #5a85b5;
}
.cid-vfVIp7i2KV .mbr-text i {
  font-style: italic;
}
.cid-vfVIp7i2KV .btn:focus {
  outline: 3px solid #5a85b5 !important;
  outline-offset: 2px;
}
.cid-vfVIExv0eD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfVIExv0eD .card {
  position: relative;
  align-items: center;
  border: 1px solid #5a85b5;
  background-color: #f9f9f9;
}
.cid-vfVIExv0eD .card .gradient-wrapper {
  display: none !important;
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #ffffff 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-vfVIExv0eD .card .decor-wrapper {
  display: none !important;
  position: absolute;
  top: 0;
  height: 400px;
  width: 60%;
  border-radius: 100%;
  background-image: linear-gradient(100deg, #5a85b5, transparent);
  pointer-events: none;
  filter: blur(20px);
  opacity: 0.3;
}
.cid-vfVIExv0eD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfVIExv0eD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfVIExv0eD .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #f9f9f9;
}
.cid-vfVIExv0eD .card-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
}
.cid-vfVIExv0eD .card-wrapper .card-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-vfVIExv0eD .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-vfVIExv0eD .card-wrapper .card-wrap .tabs-wrapper {
  position: relative;
  width: 25%;
  backdrop-filter: blur(40px);
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-vfVIExv0eD .card-wrapper .card-wrap .tabs-wrapper {
    width: 100%;
  }
}
.cid-vfVIExv0eD .card-wrapper .card-wrap .tabs-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #5a85b5;
  opacity: 1;
  pointer-events: none;
  z-index: 2;
}
.cid-vfVIExv0eD .card-wrapper .card-wrap .tabs-wrapper .border-wrap {
  display: none;
}
.cid-vfVIExv0eD .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 24px;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-vfVIExv0eD .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs {
    padding: 16px;
  }
}
.cid-vfVIExv0eD .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  background-color: transparent;
  display: block;
  margin-top: 8px;
}
.cid-vfVIExv0eD .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-vfVIExv0eD .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  background-color: transparent;
  border: 2px solid #5a85b5;
  color: #212121;
  transition: all 0.3s ease-in-out;
  padding: 16px;
}
.cid-vfVIExv0eD .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.show.active {
  background-color: #5a85b5;
  color: #ffffff;
}
.cid-vfVIExv0eD .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.show.active::before {
  opacity: .1;
}
.cid-vfVIExv0eD .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.show.active:hover {
  background-color: #5a85b5;
  border-color: #5a85b5;
  color: #ffffff;
  box-shadow: 0 0 10px rgba(90, 133, 181, 0.3);
}
.cid-vfVIExv0eD .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  background-color: #5a85b5;
  border-color: #5a85b5;
  color: #ffffff;
  box-shadow: 0 0 10px rgba(90, 133, 181, 0.3);
}
.cid-vfVIExv0eD .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(100deg, #5a85b5 0, transparent 100%);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-vfVIExv0eD .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #5a85b5;
  color: #ffffff;
}
.cid-vfVIExv0eD .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: .1;
}
.cid-vfVIExv0eD .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active:hover {
  background-color: #5a85b5;
  border-color: #5a85b5;
  color: #ffffff;
  box-shadow: 0 0 10px rgba(90, 133, 181, 0.3);
}
.cid-vfVIExv0eD .card-wrapper .card-wrap .tab-content {
  position: relative;
  padding: 24px;
  width: 75%;
  background-color: #f9f9f9;
  backdrop-filter: blur(40px);
}
.cid-vfVIExv0eD .card-wrapper .card-wrap .tab-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  opacity: 1;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vfVIExv0eD .card-wrapper .card-wrap .tab-content {
    padding: 16px;
    width: 100%;
  }
}
.cid-vfVIExv0eD .card-wrapper .card-wrap .tab-content .tab-pane .item-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-vfVIExv0eD .card-wrapper .card-wrap .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vfVIExv0eD .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  height: 100%;
  padding: 24px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-vfVIExv0eD .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box {
    min-height: auto;
    padding: 16px;
  }
  .cid-vfVIExv0eD .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box:first-child {
    margin-bottom: 12px;
  }
}
.cid-vfVIExv0eD .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  opacity: 1;
  pointer-events: none;
}
.cid-vfVIExv0eD .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .item-number {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.cid-vfVIExv0eD .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .item-title {
  position: relative;
  z-index: 3;
  margin-bottom: 16px;
}
.cid-vfVIExv0eD .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .item-text {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.cid-vfVIExv0eD .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .mbr-section-btn {
  position: relative;
  z-index: 3;
  margin-top: 16px;
}
.cid-vfVIExv0eD .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  background-color: #5a85b5;
  border-color: #5a85b5;
}
.cid-vfVIExv0eD .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .mbr-section-btn .btn:hover {
  background-color: #4a6f95;
  border-color: #4a6f95;
}
.cid-vfVIExv0eD .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrap {
  padding: 24px 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-vfVIExv0eD .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-vfVIExv0eD .item-title {
  color: #4a6f95;
}
.cid-vfVIExv0eD .item-number {
  color: #5a85b5;
}
.cid-vfVIExv0eD .item-text {
  color: #212121;
}
.cid-vfVIExv0eD .mbr-iconfont {
  color: #212121;
}
.cid-vfVIExv0eD .mbr-iconfont-btn {
  color: #212121;
}
.cid-vfVIExv0eD h1,
.cid-vfVIExv0eD h2,
.cid-vfVIExv0eD h3,
.cid-vfVIExv0eD h4,
.cid-vfVIExv0eD h5,
.cid-vfVIExv0eD h6 {
  color: #4a6f95;
}
.cid-vfVIExv0eD .item-text strong {
  font-weight: bold;
  color: #212121;
}
.cid-vfVIExv0eD .item-text i {
  font-style: italic;
  color: #212121;
}
.cid-vfVIExv0eD .item-text i::before {
  color: #212121;
}
.cid-vfVIExv0eD .item-text a {
  color: #212121;
  text-decoration: none;
}
.cid-vfVIExv0eD .item-text a:hover {
  text-decoration: underline;
  color: #212121;
}
.cid-vfVIExv0eD .nav-link:focus {
  outline: 3px solid #5a85b5 !important;
  outline-offset: 2px;
}
.cid-vfVJFVLhuo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfVJFVLhuo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfVJFVLhuo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfVJFVLhuo .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfVJFVLhuo .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfVJFVLhuo .title-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vfVJFVLhuo .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfVJFVLhuo .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfVJFVLhuo .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.cid-vfVJFVLhuo .items-wrapper .item {
  position: relative;
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 1px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5a85b5;
  opacity: 1;
  pointer-events: none;
  border-radius: 8px;
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 40px;
  background-color: #f9f9f9;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .image-wrapper {
  display: none;
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .item-price {
  margin-bottom: 16px;
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
  font-weight: normal;
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .item-title.fw-bold {
  font-weight: bold;
  font-size: 1.5rem;
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .item-title.text-center {
  color: #212121;
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  font-weight: normal;
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .list {
  margin: 16px 0;
  padding-left: 0;
  list-style: none;
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .list.zusatz-liste .item-wrap {
  position: relative;
  padding-left: 0;
  margin-bottom: 12px;
  text-align: left;
  font-weight: normal;
  line-height: 1.6;
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .list .item-wrap {
  position: relative;
  padding-left: 0;
  margin-bottom: 4px;
  text-align: left;
  font-weight: normal;
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn {
  margin-top: 16px;
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn .btn.btn-primary {
  background-color: #5a85b5;
  border-color: #5a85b5;
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn .btn.btn-outline-primary {
  background-color: transparent;
  border-color: #5a85b5;
  color: #5a85b5;
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .text-muted {
  color: #555555 !important;
  font-size: 0.875rem;
  margin-top: 16px;
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .link-text {
  font-size: 0.875rem;
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .link-text a {
  color: #5a85b5;
  text-decoration: underline;
  font-weight: normal;
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .hinweis-block {
  background-color: #dbeafe;
  border-left: 4px solid #5a85b5;
  padding: 16px;
  margin-top: 16px;
  border-radius: 0 4px 4px 0;
  font-size: 0.875rem;
  color: #555555;
  font-style: italic;
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .zusatz-preis.item-price {
  font-size: 1.25rem;
  line-height: 1.4;
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .zusatz-preis.item-price .hauptpreis {
  font-size: 1.5rem;
  font-weight: bold;
  color: #5a85b5;
}
@media (max-width: 992px) {
  .cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .zusatz-preis.item-price .hauptpreis {
    font-size: 1.3rem;
  }
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .zusatz-preis.item-price .einzelpreis {
  font-size: 0.8em;
  font-weight: normal;
  color: #212121;
}
@media (max-width: 992px) {
  .cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .zusatz-preis.item-price {
    font-size: 1.1rem;
    margin-bottom: 4px;
  }
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-hauptpreis.item-text {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #5a85b5;
  margin-bottom: 4px;
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-hauptpreis.item-text .hauptpreis {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-hauptpreis.item-text .hauptpreis {
    font-size: 1.1rem;
  }
}
@media (max-width: 992px) {
  .cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-hauptpreis.item-text {
    font-size: 1.1rem;
    margin-bottom: 2px;
  }
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-einzelpreis.item-text {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 8px;
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-einzelpreis.item-text .einzelpreis {
  font-size: 0.85em;
  font-weight: normal;
  color: #212121;
}
@media (max-width: 992px) {
  .cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-einzelpreis.item-text {
    font-size: 1rem;
    margin-bottom: 2px;
  }
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .aufnahme-fee.item-text {
  font-weight: bold;
  color: #212121;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .aufnahme-fee.item-text {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .ersetzt-hinweis.item-text {
  font-size: 0.875rem;
  color: #555555;
  text-align: center;
  margin: 16px 0;
  font-weight: normal;
}
@media (max-width: 992px) {
  .cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .ersetzt-hinweis.item-text {
    margin: 8px 0;
    font-size: 0.8rem;
  }
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-subtitle.item-text {
  font-size: 1rem;
  color: #212121;
  margin-bottom: 8px;
  font-weight: normal;
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-subtitle.item-text.text-center {
  text-align: center;
}
.cid-vfVJFVLhuo .items-wrapper .item.pricing02 .item-wrapper .item-content .euro-symbol {
  font-size: 0.75em;
  vertical-align: baseline;
  line-height: 1;
}
.cid-vfVJFVLhuo .mbr-section-title {
  color: #4a6f95;
  text-align: center;
}
.cid-vfVJFVLhuo .mbr-section-subtitle {
  color: #4a6f95;
  text-align: center;
}
.cid-vfVJFVLhuo .item-label {
  color: #ffffff;
}
.cid-vfVJFVLhuo .item-price {
  color: #5a85b5;
  font-weight: normal;
}
.cid-vfVJFVLhuo .item-title {
  color: #4a6f95;
  font-weight: normal;
}
.cid-vfVJFVLhuo .item-text {
  color: #212121;
  font-weight: normal;
  text-align: left;
}
.cid-vfVJFVLhuo .list {
  color: #212121;
}
.cid-vfVJFVLhuo .item-title,
.cid-vfVJFVLhuo .mbr-section-btn {
  text-align: center;
}
.cid-vfVJFVLhuo P {
  color: #555555;
}
.cid-vfVJFVLhuo UL {
  text-align: center;
}
.cid-vgoRJb0Dse {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgoRJb0Dse .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgoRJb0Dse .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgoRJb0Dse .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vgoRJb0Dse .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgoRJb0Dse .title-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vgoRJb0Dse .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgoRJb0Dse .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgoRJb0Dse .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.cid-vgoRJb0Dse .items-wrapper .item {
  position: relative;
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-vgoRJb0Dse .items-wrapper .item.pricing02 .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 1px;
}
.cid-vgoRJb0Dse .items-wrapper .item.pricing02 .item-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5a85b5;
  opacity: 1;
  pointer-events: none;
}
.cid-vgoRJb0Dse .items-wrapper .item.pricing02 .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 40px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-vgoRJb0Dse .items-wrapper .item.pricing02 .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-vgoRJb0Dse .items-wrapper .item.pricing02 .item-wrapper .item-content .image-wrapper {
  display: none;
}
.cid-vgoRJb0Dse .items-wrapper .item.pricing02 .item-wrapper .item-content .iconfont-wrapper .mbr-iconfont {
  font-size: 3rem;
  color: #5a85b5;
}
.cid-vgoRJb0Dse .items-wrapper .item.pricing02 .item-wrapper .item-content .item-price {
  margin-bottom: 16px;
}
.cid-vgoRJb0Dse .items-wrapper .item.pricing02 .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-vgoRJb0Dse .items-wrapper .item.pricing02 .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-vgoRJb0Dse .items-wrapper .item.pricing02 .item-wrapper .item-content .list {
  margin: 16px 0;
  padding-left: 0;
  list-style: none;
}
.cid-vgoRJb0Dse .items-wrapper .item.pricing02 .item-wrapper .item-content .list .item-wrap {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.cid-vgoRJb0Dse .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgoRJb0Dse .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgoRJb0Dse .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn .btn.btn-primary {
  background-color: #6b96c5;
  border-color: #6b96c5;
}
.cid-vgoRJb0Dse .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn .btn.btn-secondary-outline {
  background-color: transparent;
  border-color: #6b96c5;
  color: #6b96c5;
}
.cid-vgoRJb0Dse .items-wrapper .item.pricing02 .item-wrapper .item-content .text-muted {
  color: #555555 !important;
  font-size: 0.875rem;
  margin-top: 16px;
}
.cid-vgoRJb0Dse .items-wrapper .item.pricing02 .item-wrapper .item-content .text-center a {
  font-size: 0.875rem;
  margin-top: 8px;
}
.cid-vgoRJb0Dse .tip-block {
  background-color: #dbeafe;
  border-left: 4px solid #5a85b5;
  padding: 16px;
  margin-top: 40px;
  border-radius: 4px;
}
.cid-vgoRJb0Dse .tip-block .mbr-text {
  color: #2c3e50;
  margin: 0;
  line-height: 1.6;
}
.cid-vgoRJb0Dse .tip-block .mbr-text strong {
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-vgoRJb0Dse .tip-block {
    margin-top: 40px;
    padding: 16px;
  }
}
.cid-vgoRJb0Dse .mbr-section-title {
  color: #4a6f95;
  text-align: center;
}
.cid-vgoRJb0Dse .mbr-section-subtitle {
  color: #4a6f95;
  text-align: center;
}
.cid-vgoRJb0Dse .item-label {
  color: #212121;
}
.cid-vgoRJb0Dse .item-price {
  color: #212121;
}
.cid-vgoRJb0Dse .item-title {
  color: #212121;
}
.cid-vgoRJb0Dse .item-text {
  color: #212121;
}
.cid-vgoRJb0Dse .list {
  color: #212121;
}
.cid-vgoRJb0Dse .item-title,
.cid-vgoRJb0Dse .mbr-section-btn {
  color: #212121;
}
.cid-vfVJUnkZb2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vfVJUnkZb2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfVJUnkZb2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfVJUnkZb2 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfVJUnkZb2 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfVJUnkZb2 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  color: #4a6f95;
}
.cid-vfVJUnkZb2 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfVJUnkZb2 .panel-group .card {
  position: relative;
  background-color: #ffffff;
  border: 2px solid #5a85b5;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
  overflow: hidden;
}
.cid-vfVJUnkZb2 .panel-group .card:hover {
  background-color: #f9f9f9;
}
.cid-vfVJUnkZb2 .panel-group .card:focus-within {
  outline: 2px solid Highlight;
  outline-offset: -2px;
}
.cid-vfVJUnkZb2 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vfVJUnkZb2 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vfVJUnkZb2 .panel-group .card .card-header .panel-title {
  padding: 16px 16px 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfVJUnkZb2 .panel-group .card .card-header .panel-title {
    padding: 16px;
  }
}
.cid-vfVJUnkZb2 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #212121;
}
.cid-vfVJUnkZb2 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #5a85b5;
}
.cid-vfVJUnkZb2 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vfVJUnkZb2 .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #f9f9f9;
  padding-bottom: 8px;
}
.cid-vfVJUnkZb2 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-vfVJUnkZb2 .panel-group .card .panel-collapse .panel-body {
  padding: 0 16px 16px 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfVJUnkZb2 .panel-group .card .panel-collapse .panel-body {
    padding: 0 16px 16px 16px;
  }
}
.cid-vfVJUnkZb2 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  color: #212121;
}
.cid-vfVJUnkZb2 .panel-group .card .panel-collapse .panel-body .panel-text i {
  font-style: italic;
}
.cid-vfVJUnkZb2 .panel-group .card .panel-collapse .panel-body .panel-text em {
  font-style: italic;
}
.cid-vfVJUnkZb2 .panel-group .card .collapse.show .panel-body {
  background-color: #f9f9f9;
}
.cid-vfVJUnkZb2 .mbr-section-title {
  text-align: center;
}
.cid-vfVJUnkZb2 .mbr-text {
  color: #212121;
  text-align: center;
}
.cid-vfVJUnkZb2 .legal-notice {
  text-align: center;
  margin-top: 30px;
  padding: 20px;
  background-color: #dbeafe;
  border-left: 4px solid #5a85b5;
  font-style: italic;
}
.cid-vfVJUnkZb2 .legal-notice .mbr-text {
  font-style: italic;
}
.cid-vfVJUnkZb2 .legal-notice .mbr-text i {
  font-style: normal;
}
.cid-vfVJSnE43v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dbeafe;
}
.cid-vfVJSnE43v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfVJSnE43v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfVJSnE43v .card {
  justify-content: center;
}
.cid-vfVJSnE43v .content-wrapper .title-wrap {
  margin-bottom: 24px;
}
.cid-vfVJSnE43v .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfVJSnE43v .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfVJSnE43v .content-wrapper .mbr-text {
  margin-bottom: 0;
  text-align: center;
}
.cid-vfVJSnE43v .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfVJSnE43v .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfVJSnE43v .border-wrapper {
  display: none;
}
.cid-vfVJSnE43v .mbr-section-title {
  color: #4a6f95;
}
.cid-vfVJSnE43v .mbr-section-subtitle {
  color: #4a6f95;
  text-align: center;
  font-size: 1.25rem;
}
.cid-vfVJSnE43v .mbr-text {
  color: #555555;
  text-align: center;
  font-style: italic;
  font-size: 0.875rem;
}
.cid-vfVJSnE43v .mbr-section-title,
.cid-vfVJSnE43v .mbr-section-btn {
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vfVJSnE43v .mbr-section-btn .d-flex {
    flex-direction: column;
  }
}
@media (min-width: 576px) {
  .cid-vfVJSnE43v .mbr-section-btn .d-flex {
    flex-direction: row;
  }
}
.cid-vfVJSnE43v .mbr-section-btn .gap-2 {
  gap: 0.5rem;
}
.cid-vfVJSnE43v .mbr-section-btn .btn-primary {
  background-color: #5a85b5;
  border-color: #5a85b5;
  color: #ffffff;
}
.cid-vfVJSnE43v .mbr-section-btn .btn-primary:hover {
  background-color: #4a6f95;
  border-color: #4a6f95;
  color: #ffffff;
}
.cid-vfVJSnE43v .mbr-section-btn .btn-primary .mbr-iconfont {
  color: #ffffff;
}
.cid-vfVJSnE43v .mbr-section-btn .btn-outline-primary {
  border-color: #5a85b5;
  color: #5a85b5;
  background-color: transparent;
}
.cid-vfVJSnE43v .mbr-section-btn .btn-outline-primary:hover {
  background-color: #5a85b5;
  color: #ffffff;
}
.cid-vfVJSnE43v .mbr-section-btn .btn-outline-primary .mbr-iconfont {
  color: #5a85b5;
}
.cid-vfynKeR0xa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f9f9f9;
}
.cid-vfynKeR0xa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfynKeR0xa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfynKeR0xa .card {
  justify-content: center;
}
.cid-vfynKeR0xa .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfynKeR0xa .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vfynKeR0xa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .nav-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfynKeR0xa .nav-wrapper {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap {
  width: 40%;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #5a85b5;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .mbr-copy {
  margin-bottom: 0;
  color: #212121;
  text-align: center;
}
.cid-vfynKeR0xa .mbr-section-title {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-text,
.cid-vfynKeR0xa .text-wrapper {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-list-title {
  color: #212121;
}
.cid-vfynKeR0xa .list {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-section-title,
.cid-vfynKeR0xa .mbr-section-btn {
  color: #4a6f95;
}
.cid-vfynKeR0xa .list,
.cid-vfynKeR0xa .item-wrap {
  color: #212121;
}
.cid-vfX1bbrU8u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfX1bbrU8u nav.navbar {
  position: fixed;
}
.cid-vfX1bbrU8u .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-vfX1bbrU8u .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfX1bbrU8u .dropdown-item {
  border: none !important;
  background: #f9f9f9 !important;
  font-weight: 400;
}
.cid-vfX1bbrU8u .dropdown-item:hover,
.cid-vfX1bbrU8u .dropdown-item:focus {
  background: #f9f9f9 !important;
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .dropdown-item:hover span {
  color: white;
}
.cid-vfX1bbrU8u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfX1bbrU8u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfX1bbrU8u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfX1bbrU8u .nav-link {
  position: relative;
}
.cid-vfX1bbrU8u .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfX1bbrU8u .container {
    flex-wrap: nowrap;
  }
}
.cid-vfX1bbrU8u .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfX1bbrU8u .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfX1bbrU8u .dropdown-menu,
.cid-vfX1bbrU8u .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-vfX1bbrU8u .nav-item:focus,
.cid-vfX1bbrU8u .nav-link:focus {
  outline: none;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfX1bbrU8u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfX1bbrU8u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfX1bbrU8u .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vfX1bbrU8u .navbar.opened {
  transition: all 0.3s;
}
.cid-vfX1bbrU8u .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfX1bbrU8u .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vfX1bbrU8u .navbar .navbar-logo img {
  width: auto;
}
.cid-vfX1bbrU8u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfX1bbrU8u .navbar.collapsed {
  justify-content: center;
}
.cid-vfX1bbrU8u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfX1bbrU8u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfX1bbrU8u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfX1bbrU8u .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-vfX1bbrU8u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfX1bbrU8u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfX1bbrU8u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfX1bbrU8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfX1bbrU8u .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-vfX1bbrU8u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfX1bbrU8u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vfX1bbrU8u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfX1bbrU8u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfX1bbrU8u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfX1bbrU8u .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfX1bbrU8u .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfX1bbrU8u .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-caption:hover,
.cid-vfX1bbrU8u .navbar-brand .navbar-caption:focus {
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfX1bbrU8u .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfX1bbrU8u .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .dropdown-item.active,
.cid-vfX1bbrU8u .dropdown-item:active {
  background-color: transparent;
}
.cid-vfX1bbrU8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfX1bbrU8u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfX1bbrU8u ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfX1bbrU8u ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfX1bbrU8u .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfX1bbrU8u .navbar-buttons {
    text-align: left;
  }
}
.cid-vfX1bbrU8u .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vfX1bbrU8u .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfX1bbrU8u button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f9f9f9 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #212121;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfX1bbrU8u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfX1bbrU8u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfX1bbrU8u .navbar {
    height: 70px;
  }
  .cid-vfX1bbrU8u .navbar.opened {
    height: auto;
  }
  .cid-vfX1bbrU8u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfX1bbrU8u .navbar-nav {
  margin: 0 auto;
}
.cid-vfX1bbrU8u .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfX1bbrU8u .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vfX1bbrU8u .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfX1bbrU8u .nav-item .nav-link:hover {
  background-color: transparent;
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vfX1bbrU8u .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfX1bbrU8u .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfX1bbrU8u .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfX1bbrU8u .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfX1bbrU8u .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfX1bbrU8u .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfX1bbrU8u .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfX1bbrU8u .content-wrap {
  min-height: 110px;
}
.cid-vfVqfpRrIS {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfVqfpRrIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfVqfpRrIS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfVqfpRrIS .row {
  margin: 0 -40px;
}
.cid-vfVqfpRrIS .row .card {
  padding: 0 40px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfVqfpRrIS .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfVqfpRrIS .content-wrapper .tags-wrapper {
  margin-bottom: 16px;
}
.cid-vfVqfpRrIS .content-wrapper .tags-wrapper .tags-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 1px;
  overflow: hidden;
}
.cid-vfVqfpRrIS .content-wrapper .tags-wrapper .tags-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(245deg, #5a85b5 0, transparent 140%);
  z-index: -1;
}
.cid-vfVqfpRrIS .content-wrapper .tags-wrapper .tags-wrap .tags-content {
  padding: 5px;
  background-color: #212121;
}
.cid-vfVqfpRrIS .content-wrapper .tags-wrapper .tags-wrap .tags-content .mbr-tag_1 {
  display: inline-flex;
  padding: 0 8px;
  background-color: #f9f9f9;
  margin-bottom: 0;
}
.cid-vfVqfpRrIS .content-wrapper .tags-wrapper .tags-wrap .tags-content .mbr-tag_2 {
  display: inline-flex;
  padding: 0 6px;
  margin-bottom: 0;
}
.cid-vfVqfpRrIS .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
  font-weight: normal;
}
.cid-vfVqfpRrIS .content-wrapper .mbr-section-subtitle {
  font-weight: normal;
}
.cid-vfVqfpRrIS .content-wrapper .mbr-text {
  margin-bottom: 0;
  font-weight: normal;
}
.cid-vfVqfpRrIS .content-wrapper .cta-text {
  margin-bottom: 10px;
  margin-top: 16px;
  font-weight: normal;
}
.cid-vfVqfpRrIS .content-wrapper .legal-notice {
  font-style: italic;
  color: #666666;
  margin-top: 10px;
  margin-bottom: 24px;
}
.cid-vfVqfpRrIS .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfVqfpRrIS .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfVqfpRrIS .image-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 1px;
}
.cid-vfVqfpRrIS .image-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5a85b5;
  pointer-events: none;
}
.cid-vfVqfpRrIS .image-wrapper .gradient-wrapper {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #5a85b5 100%);
  pointer-events: none;
  z-index: 2;
}
.cid-vfVqfpRrIS .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  background-color: #f9f9f9;
  padding: 48px 0 0 48px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfVqfpRrIS .image-wrapper .image-wrap {
    padding: 16px;
  }
}
.cid-vfVqfpRrIS .image-wrapper .image-wrap img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vfVqfpRrIS .image-wrapper .image-wrap img {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-vfVqfpRrIS .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-vfVqfpRrIS .mbr-tag_1,
.cid-vfVqfpRrIS .tags-wrapper {
  color: #212121;
}
.cid-vfVqfpRrIS .mbr-tag_2 {
  color: #212121;
}
.cid-vfVqfpRrIS .mbr-section-title {
  color: #4a6f95;
  text-align: left;
}
.cid-vfVqfpRrIS .mbr-section-subtitle {
  color: #4a6f95;
  text-align: left;
}
.cid-vfVqfpRrIS .mbr-text,
.cid-vfVqfpRrIS .text-wrapper {
  color: #212121;
  text-align: left;
}
.cid-vfVqfpRrIS .mbr-section-btn .btn-primary {
  background-color: #5a85b5;
  border-color: #5a85b5;
}
.cid-vfVqfpRrIS .mbr-section-btn .btn-primary:hover {
  background-color: #5a85b5;
  border-color: #5a85b5;
}
.cid-vfVqfpRrIS .mbr-section-btn .btn-outline-primary {
  background-color: transparent;
  border: 1px solid #5a85b5;
  color: #5a85b5;
}
.cid-vfVqfpRrIS .mbr-section-btn .btn-outline-primary:hover {
  background-color: #5a85b5;
  color: #ffffff;
}
.cid-vfVqfpRrIS .my-tabs .nav-link {
  box-shadow: none !important;
  filter: none !important;
}
.cid-vfVqfpRrIS .my-tabs .nav-link::before,
.cid-vfVqfpRrIS .my-tabs .nav-link::after {
  display: none !important;
}
.cid-vfVqfpRrIS .my-tabs .nav-link:focus {
  outline: 2px solid #5a85b5;
}
.cid-vfVqfpRrIS .mbr-text i {
  font-style: italic;
}
.cid-vfV2hWThxY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfV2hWThxY .card {
  position: relative;
  align-items: center;
  border: 1px solid #5a85b5;
  background-color: #f9f9f9;
}
.cid-vfV2hWThxY .card .gradient-wrapper {
  display: none !important;
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #ffffff 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-vfV2hWThxY .card .decor-wrapper {
  display: none !important;
  position: absolute;
  top: 0;
  height: 400px;
  width: 60%;
  border-radius: 100%;
  background-image: linear-gradient(100deg, #5a85b5, transparent);
  pointer-events: none;
  filter: blur(20px);
  opacity: 0.3;
}
.cid-vfV2hWThxY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfV2hWThxY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfV2hWThxY .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #f9f9f9;
}
.cid-vfV2hWThxY .card-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
}
.cid-vfV2hWThxY .card-wrapper .card-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-vfV2hWThxY .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-vfV2hWThxY .card-wrapper .card-wrap .tabs-wrapper {
  position: relative;
  width: 25%;
  backdrop-filter: blur(40px);
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-vfV2hWThxY .card-wrapper .card-wrap .tabs-wrapper {
    width: 100%;
  }
}
.cid-vfV2hWThxY .card-wrapper .card-wrap .tabs-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #5a85b5;
  opacity: 1;
  pointer-events: none;
  z-index: 2;
}
.cid-vfV2hWThxY .card-wrapper .card-wrap .tabs-wrapper .border-wrap {
  display: none;
}
.cid-vfV2hWThxY .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 24px;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-vfV2hWThxY .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs {
    padding: 16px;
  }
}
.cid-vfV2hWThxY .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  background-color: transparent;
  display: block;
  margin-top: 8px;
}
.cid-vfV2hWThxY .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-vfV2hWThxY .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  background-color: transparent;
  border: 2px solid #5a85b5;
  color: #212121;
  transition: all 0.3s ease-in-out;
  padding: 16px;
}
.cid-vfV2hWThxY .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.show.active {
  background-color: #5a85b5;
  color: #ffffff;
}
.cid-vfV2hWThxY .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.show.active::before {
  opacity: .1;
}
.cid-vfV2hWThxY .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.show.active:hover {
  background-color: #5a85b5;
  border-color: #5a85b5;
  color: #ffffff;
  box-shadow: 0 0 10px rgba(90, 133, 181, 0.3);
}
.cid-vfV2hWThxY .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  background-color: #5a85b5;
  border-color: #5a85b5;
  color: #ffffff;
  box-shadow: 0 0 10px rgba(90, 133, 181, 0.3);
}
.cid-vfV2hWThxY .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(100deg, #5a85b5 0, transparent 100%);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-vfV2hWThxY .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #5a85b5;
  color: #ffffff;
}
.cid-vfV2hWThxY .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: .1;
}
.cid-vfV2hWThxY .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active:hover {
  background-color: #5a85b5;
  border-color: #5a85b5;
  color: #ffffff;
  box-shadow: 0 0 10px rgba(90, 133, 181, 0.3);
}
.cid-vfV2hWThxY .card-wrapper .card-wrap .tab-content {
  position: relative;
  padding: 24px;
  width: 75%;
  background-color: #f9f9f9;
  backdrop-filter: blur(40px);
}
.cid-vfV2hWThxY .card-wrapper .card-wrap .tab-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  opacity: 1;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vfV2hWThxY .card-wrapper .card-wrap .tab-content {
    padding: 16px;
    width: 100%;
  }
}
.cid-vfV2hWThxY .card-wrapper .card-wrap .tab-content .tab-pane .item-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-vfV2hWThxY .card-wrapper .card-wrap .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vfV2hWThxY .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  height: 100%;
  padding: 24px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-vfV2hWThxY .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box {
    min-height: auto;
    padding: 16px;
  }
  .cid-vfV2hWThxY .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box:first-child {
    margin-bottom: 12px;
  }
}
.cid-vfV2hWThxY .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  opacity: 1;
  pointer-events: none;
}
.cid-vfV2hWThxY .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .item-number {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.cid-vfV2hWThxY .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .item-title {
  position: relative;
  z-index: 3;
  margin-bottom: 16px;
}
.cid-vfV2hWThxY .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .item-text {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.cid-vfV2hWThxY .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .mbr-section-btn {
  position: relative;
  z-index: 3;
  margin-top: 16px;
}
.cid-vfV2hWThxY .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  background-color: #5a85b5;
  border-color: #5a85b5;
}
.cid-vfV2hWThxY .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .mbr-section-btn .btn:hover {
  background-color: #4a6f95;
  border-color: #4a6f95;
}
.cid-vfV2hWThxY .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrap {
  padding: 24px 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-vfV2hWThxY .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-vfV2hWThxY .item-title {
  color: #4a6f95;
}
.cid-vfV2hWThxY .item-number {
  color: #5a85b5;
}
.cid-vfV2hWThxY .item-text {
  color: #212121;
}
.cid-vfV2hWThxY .mbr-iconfont {
  color: #212121;
}
.cid-vfV2hWThxY .mbr-iconfont-btn {
  color: #212121;
}
.cid-vfV2hWThxY h1,
.cid-vfV2hWThxY h2,
.cid-vfV2hWThxY h3,
.cid-vfV2hWThxY h4,
.cid-vfV2hWThxY h5,
.cid-vfV2hWThxY h6 {
  color: #4a6f95;
}
.cid-vfV2hWThxY .item-text strong {
  font-weight: bold;
  color: #212121;
}
.cid-vfV2hWThxY .item-text i {
  font-style: italic;
  color: #212121;
}
.cid-vfV2hWThxY .item-text i::before {
  color: #212121;
}
.cid-vfV2hWThxY .item-text a {
  color: #212121;
  text-decoration: none;
}
.cid-vfV2hWThxY .item-text a:hover {
  text-decoration: underline;
  color: #212121;
}
.cid-vfV2jwZBax {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfV2jwZBax .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfV2jwZBax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfV2jwZBax .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfV2jwZBax .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfV2jwZBax .title-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vfV2jwZBax .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfV2jwZBax .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfV2jwZBax .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.cid-vfV2jwZBax .items-wrapper .item {
  position: relative;
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 1px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5a85b5;
  opacity: 1;
  pointer-events: none;
  border-radius: 8px;
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 40px;
  background-color: #f9f9f9;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .image-wrapper {
  display: none;
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .item-price {
  margin-bottom: 16px;
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
  font-weight: normal;
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .item-title.fw-bold {
  font-weight: bold;
  font-size: 1.5rem;
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .item-title.text-center {
  color: #212121;
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  font-weight: normal;
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .list {
  margin: 16px 0;
  padding-left: 0;
  list-style: none;
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .list.zusatz-liste .item-wrap {
  position: relative;
  padding-left: 0;
  margin-bottom: 12px;
  text-align: left;
  font-weight: normal;
  line-height: 1.6;
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .list .item-wrap {
  position: relative;
  padding-left: 0;
  margin-bottom: 4px;
  text-align: left;
  font-weight: normal;
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn {
  margin-top: 16px;
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn .btn.btn-primary {
  background-color: #5a85b5;
  border-color: #5a85b5;
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn .btn.btn-outline-primary {
  background-color: transparent;
  border-color: #5a85b5;
  color: #5a85b5;
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .text-muted {
  color: #555555 !important;
  font-size: 0.875rem;
  margin-top: 16px;
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .link-text {
  font-size: 0.875rem;
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .link-text a {
  color: #5a85b5;
  text-decoration: underline;
  font-weight: normal;
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .hinweis-block {
  background-color: #dbeafe;
  border-left: 4px solid #5a85b5;
  padding: 16px;
  margin-top: 16px;
  border-radius: 0 4px 4px 0;
  font-size: 0.875rem;
  color: #555555;
  font-style: italic;
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .zusatz-preis.item-price {
  font-size: 1.25rem;
  line-height: 1.4;
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .zusatz-preis.item-price .hauptpreis {
  font-size: 1.5rem;
  font-weight: bold;
  color: #5a85b5;
}
@media (max-width: 992px) {
  .cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .zusatz-preis.item-price .hauptpreis {
    font-size: 1.3rem;
  }
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .zusatz-preis.item-price .einzelpreis {
  font-size: 0.8em;
  font-weight: normal;
  color: #212121;
}
@media (max-width: 992px) {
  .cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .zusatz-preis.item-price {
    font-size: 1.1rem;
    margin-bottom: 4px;
  }
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-hauptpreis.item-text {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #5a85b5;
  margin-bottom: 4px;
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-hauptpreis.item-text .hauptpreis {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-hauptpreis.item-text .hauptpreis {
    font-size: 1.1rem;
  }
}
@media (max-width: 992px) {
  .cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-hauptpreis.item-text {
    font-size: 1.1rem;
    margin-bottom: 2px;
  }
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-einzelpreis.item-text {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 8px;
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-einzelpreis.item-text .einzelpreis {
  font-size: 0.85em;
  font-weight: normal;
  color: #212121;
}
@media (max-width: 992px) {
  .cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-einzelpreis.item-text {
    font-size: 1rem;
    margin-bottom: 2px;
  }
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .aufnahme-fee.item-text {
  font-weight: bold;
  color: #212121;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .aufnahme-fee.item-text {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .ersetzt-hinweis.item-text {
  font-size: 0.875rem;
  color: #555555;
  text-align: center;
  margin: 16px 0;
  font-weight: normal;
}
@media (max-width: 992px) {
  .cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .ersetzt-hinweis.item-text {
    margin: 8px 0;
    font-size: 0.8rem;
  }
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-subtitle.item-text {
  font-size: 1rem;
  color: #212121;
  margin-bottom: 8px;
  font-weight: normal;
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-subtitle.item-text.text-center {
  text-align: center;
}
.cid-vfV2jwZBax .items-wrapper .item.pricing02 .item-wrapper .item-content .euro-symbol {
  font-size: 0.75em;
  vertical-align: baseline;
  line-height: 1;
}
.cid-vfV2jwZBax .mbr-section-title {
  color: #4a6f95;
  text-align: center;
}
.cid-vfV2jwZBax .mbr-section-subtitle {
  color: #4a6f95;
  text-align: center;
}
.cid-vfV2jwZBax .item-label {
  color: #ffffff;
}
.cid-vfV2jwZBax .item-price {
  color: #5a85b5;
  font-weight: normal;
}
.cid-vfV2jwZBax .item-title {
  color: #4a6f95;
  font-weight: normal;
}
.cid-vfV2jwZBax .item-text {
  color: #212121;
  font-weight: normal;
  text-align: left;
}
.cid-vfV2jwZBax .list {
  color: #212121;
}
.cid-vfV2jwZBax .item-title,
.cid-vfV2jwZBax .mbr-section-btn {
  text-align: center;
}
.cid-vfV2jwZBax P {
  color: #555555;
}
.cid-vfV2jwZBax UL {
  text-align: center;
}
.cid-vgoSl9eCIY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgoSl9eCIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgoSl9eCIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgoSl9eCIY .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vgoSl9eCIY .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgoSl9eCIY .title-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vgoSl9eCIY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgoSl9eCIY .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgoSl9eCIY .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.cid-vgoSl9eCIY .items-wrapper .item {
  position: relative;
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-vgoSl9eCIY .items-wrapper .item.pricing02 .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 1px;
}
.cid-vgoSl9eCIY .items-wrapper .item.pricing02 .item-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5a85b5;
  opacity: 1;
  pointer-events: none;
}
.cid-vgoSl9eCIY .items-wrapper .item.pricing02 .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 40px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-vgoSl9eCIY .items-wrapper .item.pricing02 .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-vgoSl9eCIY .items-wrapper .item.pricing02 .item-wrapper .item-content .image-wrapper {
  display: none;
}
.cid-vgoSl9eCIY .items-wrapper .item.pricing02 .item-wrapper .item-content .iconfont-wrapper .mbr-iconfont {
  font-size: 3rem;
  color: #5a85b5;
}
.cid-vgoSl9eCIY .items-wrapper .item.pricing02 .item-wrapper .item-content .item-price {
  margin-bottom: 16px;
}
.cid-vgoSl9eCIY .items-wrapper .item.pricing02 .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-vgoSl9eCIY .items-wrapper .item.pricing02 .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-vgoSl9eCIY .items-wrapper .item.pricing02 .item-wrapper .item-content .list {
  margin: 16px 0;
  padding-left: 0;
  list-style: none;
}
.cid-vgoSl9eCIY .items-wrapper .item.pricing02 .item-wrapper .item-content .list .item-wrap {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.cid-vgoSl9eCIY .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgoSl9eCIY .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgoSl9eCIY .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn .btn.btn-primary {
  background-color: #6b96c5;
  border-color: #6b96c5;
}
.cid-vgoSl9eCIY .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn .btn.btn-secondary-outline {
  background-color: transparent;
  border-color: #6b96c5;
  color: #6b96c5;
}
.cid-vgoSl9eCIY .items-wrapper .item.pricing02 .item-wrapper .item-content .text-muted {
  color: #555555 !important;
  font-size: 0.875rem;
  margin-top: 16px;
}
.cid-vgoSl9eCIY .items-wrapper .item.pricing02 .item-wrapper .item-content .text-center a {
  font-size: 0.875rem;
  margin-top: 8px;
}
.cid-vgoSl9eCIY .tip-block {
  background-color: #dbeafe;
  border-left: 4px solid #5a85b5;
  padding: 16px;
  margin-top: 40px;
  border-radius: 4px;
}
.cid-vgoSl9eCIY .tip-block .mbr-text {
  color: #2c3e50;
  margin: 0;
  line-height: 1.6;
}
.cid-vgoSl9eCIY .tip-block .mbr-text strong {
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-vgoSl9eCIY .tip-block {
    margin-top: 40px;
    padding: 16px;
  }
}
.cid-vgoSl9eCIY .mbr-section-title {
  color: #4a6f95;
  text-align: center;
}
.cid-vgoSl9eCIY .mbr-section-subtitle {
  color: #4a6f95;
  text-align: center;
}
.cid-vgoSl9eCIY .item-label {
  color: #212121;
}
.cid-vgoSl9eCIY .item-price {
  color: #212121;
}
.cid-vgoSl9eCIY .item-title {
  color: #212121;
}
.cid-vgoSl9eCIY .item-text {
  color: #212121;
}
.cid-vgoSl9eCIY .list {
  color: #212121;
}
.cid-vgoSl9eCIY .item-title,
.cid-vgoSl9eCIY .mbr-section-btn {
  color: #212121;
}
.cid-vfVAjQp4ip {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vfVAjQp4ip .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfVAjQp4ip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfVAjQp4ip .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfVAjQp4ip .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfVAjQp4ip .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  color: #4a6f95;
}
.cid-vfVAjQp4ip .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfVAjQp4ip .panel-group .card {
  position: relative;
  background-color: #ffffff;
  border: 2px solid #5a85b5;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
  overflow: hidden;
}
.cid-vfVAjQp4ip .panel-group .card:hover {
  background-color: #f9f9f9;
}
.cid-vfVAjQp4ip .panel-group .card:focus-within {
  outline: 2px solid Highlight;
  outline-offset: -2px;
}
.cid-vfVAjQp4ip .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vfVAjQp4ip .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vfVAjQp4ip .panel-group .card .card-header .panel-title {
  padding: 16px 16px 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfVAjQp4ip .panel-group .card .card-header .panel-title {
    padding: 16px;
  }
}
.cid-vfVAjQp4ip .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #212121;
}
.cid-vfVAjQp4ip .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #5a85b5;
}
.cid-vfVAjQp4ip .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vfVAjQp4ip .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #f9f9f9;
  padding-bottom: 8px;
}
.cid-vfVAjQp4ip .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-vfVAjQp4ip .panel-group .card .panel-collapse .panel-body {
  padding: 0 16px 16px 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfVAjQp4ip .panel-group .card .panel-collapse .panel-body {
    padding: 0 16px 16px 16px;
  }
}
.cid-vfVAjQp4ip .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  color: #212121;
}
.cid-vfVAjQp4ip .panel-group .card .panel-collapse .panel-body .panel-text i {
  font-style: italic;
}
.cid-vfVAjQp4ip .panel-group .card .panel-collapse .panel-body .panel-text em {
  font-style: italic;
}
.cid-vfVAjQp4ip .panel-group .card .collapse.show .panel-body {
  background-color: #f9f9f9;
}
.cid-vfVAjQp4ip .mbr-section-title {
  text-align: center;
}
.cid-vfVAjQp4ip .mbr-text {
  color: #212121;
  text-align: center;
}
.cid-vfVAjQp4ip .legal-notice {
  text-align: center;
  margin-top: 30px;
  padding: 20px;
  background-color: #dbeafe;
  border-left: 4px solid #5a85b5;
  font-style: italic;
}
.cid-vfVAjQp4ip .legal-notice .mbr-text {
  font-style: italic;
}
.cid-vfVAjQp4ip .legal-notice .mbr-text i {
  font-style: normal;
}
.cid-vfV2ourgEb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dbeafe;
}
.cid-vfV2ourgEb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfV2ourgEb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfV2ourgEb .card {
  justify-content: center;
}
.cid-vfV2ourgEb .content-wrapper .title-wrap {
  margin-bottom: 24px;
}
.cid-vfV2ourgEb .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfV2ourgEb .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfV2ourgEb .content-wrapper .mbr-text {
  margin-bottom: 0;
  text-align: center;
}
.cid-vfV2ourgEb .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfV2ourgEb .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfV2ourgEb .border-wrapper {
  display: none;
}
.cid-vfV2ourgEb .mbr-section-title {
  color: #4a6f95;
}
.cid-vfV2ourgEb .mbr-section-subtitle {
  color: #4a6f95;
  text-align: center;
  font-size: 1.25rem;
}
.cid-vfV2ourgEb .mbr-text {
  color: #555555;
  text-align: center;
  font-style: italic;
  font-size: 0.875rem;
}
.cid-vfV2ourgEb .mbr-section-title,
.cid-vfV2ourgEb .mbr-section-btn {
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vfV2ourgEb .mbr-section-btn .d-flex {
    flex-direction: column;
  }
}
@media (min-width: 576px) {
  .cid-vfV2ourgEb .mbr-section-btn .d-flex {
    flex-direction: row;
  }
}
.cid-vfV2ourgEb .mbr-section-btn .gap-2 {
  gap: 0.5rem;
}
.cid-vfV2ourgEb .mbr-section-btn .btn-primary {
  background-color: #5a85b5;
  border-color: #5a85b5;
  color: #ffffff;
}
.cid-vfV2ourgEb .mbr-section-btn .btn-primary:hover {
  background-color: #4a6f95;
  border-color: #4a6f95;
  color: #ffffff;
}
.cid-vfV2ourgEb .mbr-section-btn .btn-primary .mbr-iconfont {
  color: #ffffff;
}
.cid-vfV2ourgEb .mbr-section-btn .btn-outline-primary {
  border-color: #5a85b5;
  color: #5a85b5;
  background-color: transparent;
}
.cid-vfV2ourgEb .mbr-section-btn .btn-outline-primary:hover {
  background-color: #5a85b5;
  color: #ffffff;
}
.cid-vfV2ourgEb .mbr-section-btn .btn-outline-primary .mbr-iconfont {
  color: #5a85b5;
}
.cid-vfynKeR0xa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f9f9f9;
}
.cid-vfynKeR0xa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfynKeR0xa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfynKeR0xa .card {
  justify-content: center;
}
.cid-vfynKeR0xa .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfynKeR0xa .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vfynKeR0xa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .nav-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfynKeR0xa .nav-wrapper {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap {
  width: 40%;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #5a85b5;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .mbr-copy {
  margin-bottom: 0;
  color: #212121;
  text-align: center;
}
.cid-vfynKeR0xa .mbr-section-title {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-text,
.cid-vfynKeR0xa .text-wrapper {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-list-title {
  color: #212121;
}
.cid-vfynKeR0xa .list {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-section-title,
.cid-vfynKeR0xa .mbr-section-btn {
  color: #4a6f95;
}
.cid-vfynKeR0xa .list,
.cid-vfynKeR0xa .item-wrap {
  color: #212121;
}
.cid-vfX1bbrU8u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfX1bbrU8u nav.navbar {
  position: fixed;
}
.cid-vfX1bbrU8u .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-vfX1bbrU8u .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfX1bbrU8u .dropdown-item {
  border: none !important;
  background: #f9f9f9 !important;
  font-weight: 400;
}
.cid-vfX1bbrU8u .dropdown-item:hover,
.cid-vfX1bbrU8u .dropdown-item:focus {
  background: #f9f9f9 !important;
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .dropdown-item:hover span {
  color: white;
}
.cid-vfX1bbrU8u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfX1bbrU8u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfX1bbrU8u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfX1bbrU8u .nav-link {
  position: relative;
}
.cid-vfX1bbrU8u .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfX1bbrU8u .container {
    flex-wrap: nowrap;
  }
}
.cid-vfX1bbrU8u .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfX1bbrU8u .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfX1bbrU8u .dropdown-menu,
.cid-vfX1bbrU8u .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-vfX1bbrU8u .nav-item:focus,
.cid-vfX1bbrU8u .nav-link:focus {
  outline: none;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfX1bbrU8u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfX1bbrU8u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfX1bbrU8u .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vfX1bbrU8u .navbar.opened {
  transition: all 0.3s;
}
.cid-vfX1bbrU8u .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfX1bbrU8u .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vfX1bbrU8u .navbar .navbar-logo img {
  width: auto;
}
.cid-vfX1bbrU8u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfX1bbrU8u .navbar.collapsed {
  justify-content: center;
}
.cid-vfX1bbrU8u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfX1bbrU8u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfX1bbrU8u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfX1bbrU8u .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-vfX1bbrU8u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfX1bbrU8u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfX1bbrU8u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfX1bbrU8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfX1bbrU8u .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-vfX1bbrU8u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfX1bbrU8u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vfX1bbrU8u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfX1bbrU8u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfX1bbrU8u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfX1bbrU8u .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfX1bbrU8u .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfX1bbrU8u .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-caption:hover,
.cid-vfX1bbrU8u .navbar-brand .navbar-caption:focus {
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfX1bbrU8u .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfX1bbrU8u .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .dropdown-item.active,
.cid-vfX1bbrU8u .dropdown-item:active {
  background-color: transparent;
}
.cid-vfX1bbrU8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfX1bbrU8u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfX1bbrU8u ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfX1bbrU8u ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfX1bbrU8u .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfX1bbrU8u .navbar-buttons {
    text-align: left;
  }
}
.cid-vfX1bbrU8u .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vfX1bbrU8u .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfX1bbrU8u button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f9f9f9 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #212121;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfX1bbrU8u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfX1bbrU8u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfX1bbrU8u .navbar {
    height: 70px;
  }
  .cid-vfX1bbrU8u .navbar.opened {
    height: auto;
  }
  .cid-vfX1bbrU8u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfX1bbrU8u .navbar-nav {
  margin: 0 auto;
}
.cid-vfX1bbrU8u .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfX1bbrU8u .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vfX1bbrU8u .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfX1bbrU8u .nav-item .nav-link:hover {
  background-color: transparent;
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vfX1bbrU8u .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfX1bbrU8u .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfX1bbrU8u .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfX1bbrU8u .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfX1bbrU8u .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfX1bbrU8u .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfX1bbrU8u .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfX1bbrU8u .content-wrap {
  min-height: 110px;
}
.cid-vfWejSTyF3 {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfWejSTyF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWejSTyF3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfWejSTyF3 .row {
  margin: 0 -40px;
}
.cid-vfWejSTyF3 .row .card {
  padding: 0 40px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfWejSTyF3 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfWejSTyF3 .content-wrapper .tags-wrapper {
  margin-bottom: 16px;
}
.cid-vfWejSTyF3 .content-wrapper .tags-wrapper .tags-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 1px;
  overflow: hidden;
}
.cid-vfWejSTyF3 .content-wrapper .tags-wrapper .tags-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(245deg, #5a85b5 0, transparent 140%);
  z-index: -1;
}
.cid-vfWejSTyF3 .content-wrapper .tags-wrapper .tags-wrap .tags-content {
  padding: 5px;
  background-color: #212121;
}
.cid-vfWejSTyF3 .content-wrapper .tags-wrapper .tags-wrap .tags-content .mbr-tag_1 {
  display: inline-flex;
  padding: 0 8px;
  background-color: #f9f9f9;
  margin-bottom: 0;
}
.cid-vfWejSTyF3 .content-wrapper .tags-wrapper .tags-wrap .tags-content .mbr-tag_2 {
  display: inline-flex;
  padding: 0 6px;
  margin-bottom: 0;
}
.cid-vfWejSTyF3 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
  font-weight: normal;
}
.cid-vfWejSTyF3 .content-wrapper .mbr-section-subtitle {
  font-weight: normal;
}
.cid-vfWejSTyF3 .content-wrapper .mbr-text {
  margin-bottom: 0;
  font-weight: normal;
}
.cid-vfWejSTyF3 .content-wrapper .cta-text {
  margin-bottom: 10px;
  margin-top: 16px;
  font-weight: normal;
}
.cid-vfWejSTyF3 .content-wrapper .legal-notice {
  font-style: italic;
  color: #666666;
  margin-top: 10px;
  margin-bottom: 24px;
}
.cid-vfWejSTyF3 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfWejSTyF3 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWejSTyF3 .image-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 1px;
}
.cid-vfWejSTyF3 .image-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5a85b5;
  pointer-events: none;
}
.cid-vfWejSTyF3 .image-wrapper .gradient-wrapper {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #5a85b5 100%);
  pointer-events: none;
  z-index: 2;
}
.cid-vfWejSTyF3 .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  background-color: #f9f9f9;
  padding: 48px 0 0 48px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfWejSTyF3 .image-wrapper .image-wrap {
    padding: 16px;
  }
}
.cid-vfWejSTyF3 .image-wrapper .image-wrap img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vfWejSTyF3 .image-wrapper .image-wrap img {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-vfWejSTyF3 .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-vfWejSTyF3 .mbr-tag_1,
.cid-vfWejSTyF3 .tags-wrapper {
  color: #212121;
}
.cid-vfWejSTyF3 .mbr-tag_2 {
  color: #212121;
}
.cid-vfWejSTyF3 .mbr-section-title {
  color: #4a6f95;
  text-align: left;
}
.cid-vfWejSTyF3 .mbr-section-subtitle {
  color: #4a6f95;
  text-align: left;
}
.cid-vfWejSTyF3 .mbr-text,
.cid-vfWejSTyF3 .text-wrapper {
  color: #212121;
  text-align: left;
}
.cid-vfWejSTyF3 .mbr-section-btn .btn-primary {
  background-color: #5a85b5;
  border-color: #5a85b5;
}
.cid-vfWejSTyF3 .mbr-section-btn .btn-primary:hover {
  background-color: #5a85b5;
  border-color: #5a85b5;
}
.cid-vfWejSTyF3 .mbr-section-btn .btn-outline-primary {
  background-color: transparent;
  border: 1px solid #5a85b5;
  color: #5a85b5;
}
.cid-vfWejSTyF3 .mbr-section-btn .btn-outline-primary:hover {
  background-color: #5a85b5;
  color: #ffffff;
}
.cid-vfWejSTyF3 .my-tabs .nav-link {
  box-shadow: none !important;
  filter: none !important;
}
.cid-vfWejSTyF3 .my-tabs .nav-link::before,
.cid-vfWejSTyF3 .my-tabs .nav-link::after {
  display: none !important;
}
.cid-vfWejSTyF3 .my-tabs .nav-link:focus {
  outline: 2px solid #5a85b5;
}
.cid-vfWejSTyF3 .mbr-text i {
  font-style: italic;
}
.cid-vfWv04VOap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfWv04VOap .card {
  position: relative;
  align-items: center;
  border: 1px solid #5a85b5;
  background-color: #f9f9f9;
}
.cid-vfWv04VOap .card .gradient-wrapper {
  display: none !important;
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #ffffff 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-vfWv04VOap .card .decor-wrapper {
  display: none !important;
  position: absolute;
  top: 0;
  height: 400px;
  width: 60%;
  border-radius: 100%;
  background-image: linear-gradient(100deg, #5a85b5, transparent);
  pointer-events: none;
  filter: blur(20px);
  opacity: 0.3;
}
.cid-vfWv04VOap .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWv04VOap .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfWv04VOap .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #f9f9f9;
}
.cid-vfWv04VOap .card-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
}
.cid-vfWv04VOap .card-wrapper .card-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-vfWv04VOap .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-vfWv04VOap .card-wrapper .card-wrap .tabs-wrapper {
  position: relative;
  width: 25%;
  backdrop-filter: blur(40px);
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-vfWv04VOap .card-wrapper .card-wrap .tabs-wrapper {
    width: 100%;
  }
}
.cid-vfWv04VOap .card-wrapper .card-wrap .tabs-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #5a85b5;
  opacity: 1;
  pointer-events: none;
  z-index: 2;
}
.cid-vfWv04VOap .card-wrapper .card-wrap .tabs-wrapper .border-wrap {
  display: none;
}
.cid-vfWv04VOap .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 24px;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-vfWv04VOap .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs {
    padding: 16px;
  }
}
.cid-vfWv04VOap .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  background-color: transparent;
  display: block;
  margin-top: 8px;
}
.cid-vfWv04VOap .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-vfWv04VOap .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  background-color: transparent;
  border: 2px solid #5a85b5;
  color: #212121;
  transition: all 0.3s ease-in-out;
  padding: 16px;
}
.cid-vfWv04VOap .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.show.active {
  background-color: #5a85b5;
  color: #ffffff;
}
.cid-vfWv04VOap .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.show.active::before {
  opacity: .1;
}
.cid-vfWv04VOap .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.show.active:hover {
  background-color: #5a85b5;
  border-color: #5a85b5;
  color: #ffffff;
  box-shadow: 0 0 10px rgba(90, 133, 181, 0.3);
}
.cid-vfWv04VOap .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  background-color: #5a85b5;
  border-color: #5a85b5;
  color: #ffffff;
  box-shadow: 0 0 10px rgba(90, 133, 181, 0.3);
}
.cid-vfWv04VOap .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(100deg, #5a85b5 0, transparent 100%);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-vfWv04VOap .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #5a85b5;
  color: #ffffff;
}
.cid-vfWv04VOap .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: .1;
}
.cid-vfWv04VOap .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active:hover {
  background-color: #5a85b5;
  border-color: #5a85b5;
  color: #ffffff;
  box-shadow: 0 0 10px rgba(90, 133, 181, 0.3);
}
.cid-vfWv04VOap .card-wrapper .card-wrap .tab-content {
  position: relative;
  padding: 24px;
  width: 75%;
  background-color: #f9f9f9;
  backdrop-filter: blur(40px);
}
.cid-vfWv04VOap .card-wrapper .card-wrap .tab-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  opacity: 1;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vfWv04VOap .card-wrapper .card-wrap .tab-content {
    padding: 16px;
    width: 100%;
  }
}
.cid-vfWv04VOap .card-wrapper .card-wrap .tab-content .tab-pane .item-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-vfWv04VOap .card-wrapper .card-wrap .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vfWv04VOap .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  height: 100%;
  padding: 24px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-vfWv04VOap .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box {
    min-height: auto;
    padding: 16px;
  }
  .cid-vfWv04VOap .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box:first-child {
    margin-bottom: 12px;
  }
}
.cid-vfWv04VOap .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  opacity: 1;
  pointer-events: none;
}
.cid-vfWv04VOap .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .item-number {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.cid-vfWv04VOap .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .item-title {
  position: relative;
  z-index: 3;
  margin-bottom: 16px;
}
.cid-vfWv04VOap .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .item-text {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.cid-vfWv04VOap .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .mbr-section-btn {
  position: relative;
  z-index: 3;
  margin-top: 16px;
}
.cid-vfWv04VOap .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  background-color: #5a85b5;
  border-color: #5a85b5;
}
.cid-vfWv04VOap .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .mbr-section-btn .btn:hover {
  background-color: #4a6f95;
  border-color: #4a6f95;
}
.cid-vfWv04VOap .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrap {
  padding: 24px 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-vfWv04VOap .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-vfWv04VOap .item-title {
  color: #4a6f95;
}
.cid-vfWv04VOap .item-number {
  color: #5a85b5;
}
.cid-vfWv04VOap .item-text {
  color: #212121;
}
.cid-vfWv04VOap .mbr-iconfont {
  color: #212121;
}
.cid-vfWv04VOap .mbr-iconfont-btn {
  color: #212121;
}
.cid-vfWv04VOap h1,
.cid-vfWv04VOap h2,
.cid-vfWv04VOap h3,
.cid-vfWv04VOap h4,
.cid-vfWv04VOap h5,
.cid-vfWv04VOap h6 {
  color: #4a6f95;
}
.cid-vfWv04VOap .item-text strong {
  font-weight: bold;
  color: #212121;
}
.cid-vfWv04VOap .item-text i.legal-notice {
  font-style: italic;
  color: #212121;
}
.cid-vfWv04VOap .item-text i.legal-notice::before {
  color: #5a85b5;
}
.cid-vfWv04VOap .item-text a {
  color: #5a85b5;
  text-decoration: none;
}
.cid-vfWv04VOap .item-text a:hover {
  text-decoration: underline;
  color: #4a6f95;
}
.cid-vgvMOKgD7F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgvMOKgD7F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgvMOKgD7F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgvMOKgD7F .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vgvMOKgD7F .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgvMOKgD7F .title-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vgvMOKgD7F .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgvMOKgD7F .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgvMOKgD7F .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.cid-vgvMOKgD7F .items-wrapper .item {
  position: relative;
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 1px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5a85b5;
  opacity: 1;
  pointer-events: none;
  border-radius: 8px;
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 40px;
  background-color: #f9f9f9;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .image-wrapper {
  display: none;
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .item-price {
  margin-bottom: 16px;
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
  font-weight: normal;
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .item-title.fw-bold {
  font-weight: bold;
  font-size: 1.5rem;
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .item-title.text-center {
  color: #212121;
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  font-weight: normal;
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .list {
  margin: 16px 0;
  padding-left: 0;
  list-style: none;
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .list.zusatz-liste .item-wrap {
  position: relative;
  padding-left: 0;
  margin-bottom: 12px;
  text-align: left;
  font-weight: normal;
  line-height: 1.6;
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .list .item-wrap {
  position: relative;
  padding-left: 0;
  margin-bottom: 4px;
  text-align: left;
  font-weight: normal;
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn .btn.btn-primary {
  background-color: #5a85b5;
  border-color: #5a85b5;
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn .btn.btn-outline-primary {
  background-color: transparent;
  border-color: #5a85b5;
  color: #5a85b5;
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .text-muted {
  color: #555555 !important;
  font-size: 0.875rem;
  margin-top: 16px;
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .link-text {
  font-size: 0.875rem;
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .link-text a {
  color: #5a85b5;
  text-decoration: underline;
  font-weight: normal;
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .hinweis-block {
  background-color: #dbeafe;
  border-left: 4px solid #5a85b5;
  padding: 16px;
  margin-top: 16px;
  border-radius: 0 4px 4px 0;
  font-size: 0.875rem;
  color: #555555;
  font-style: italic;
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .zusatz-preis.item-price {
  font-size: 1.25rem;
  line-height: 1.4;
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .zusatz-preis.item-price .hauptpreis {
  font-size: 1.5rem;
  font-weight: bold;
  color: #5a85b5;
}
@media (max-width: 992px) {
  .cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .zusatz-preis.item-price .hauptpreis {
    font-size: 1.3rem;
  }
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .zusatz-preis.item-price .einzelpreis {
  font-size: 0.8em;
  font-weight: normal;
  color: #212121;
}
@media (max-width: 992px) {
  .cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .zusatz-preis.item-price {
    font-size: 1.1rem;
    margin-bottom: 4px;
  }
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-hauptpreis.item-text {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #5a85b5;
  margin-bottom: 4px;
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-hauptpreis.item-text .hauptpreis {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-hauptpreis.item-text .hauptpreis {
    font-size: 1.1rem;
  }
}
@media (max-width: 992px) {
  .cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-hauptpreis.item-text {
    font-size: 1.1rem;
    margin-bottom: 2px;
  }
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-einzelpreis.item-text {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 8px;
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-einzelpreis.item-text .einzelpreis {
  font-size: 0.85em;
  font-weight: normal;
  color: #212121;
}
@media (max-width: 992px) {
  .cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-einzelpreis.item-text {
    font-size: 1rem;
    margin-bottom: 2px;
  }
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .aufnahme-fee.item-text {
  font-weight: bold;
  color: #212121;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .aufnahme-fee.item-text {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .ersetzt-hinweis.item-text {
  font-size: 0.875rem;
  color: #555555;
  text-align: center;
  margin: 16px 0;
  font-weight: normal;
}
@media (max-width: 992px) {
  .cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .ersetzt-hinweis.item-text {
    margin: 8px 0;
    font-size: 0.8rem;
  }
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-subtitle.item-text {
  font-size: 1rem;
  color: #212121;
  margin-bottom: 8px;
  font-weight: normal;
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .gast-subtitle.item-text.text-center {
  text-align: center;
}
.cid-vgvMOKgD7F .items-wrapper .item.pricing02 .item-wrapper .item-content .euro-symbol {
  font-size: 0.75em;
  vertical-align: baseline;
  line-height: 1;
}
.cid-vgvMOKgD7F .mbr-section-title {
  color: #4a6f95;
  text-align: center;
}
.cid-vgvMOKgD7F .mbr-section-subtitle {
  color: #4a6f95;
  text-align: center;
}
.cid-vgvMOKgD7F .item-label {
  color: #ffffff;
}
.cid-vgvMOKgD7F .item-price {
  color: #5a85b5;
  font-weight: normal;
}
.cid-vgvMOKgD7F .item-title {
  color: #4a6f95;
  font-weight: normal;
}
.cid-vgvMOKgD7F .item-text {
  color: #212121;
  font-weight: normal;
  text-align: left;
}
.cid-vgvMOKgD7F .list {
  color: #212121;
}
.cid-vgvMOKgD7F .item-title,
.cid-vgvMOKgD7F .mbr-section-btn {
  text-align: center;
}
.cid-vgvMOKgD7F P {
  color: #555555;
}
.cid-vgvMOKgD7F UL {
  text-align: center;
}
.cid-vgoTNc6QVG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgoTNc6QVG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgoTNc6QVG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgoTNc6QVG .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vgoTNc6QVG .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgoTNc6QVG .title-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vgoTNc6QVG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgoTNc6QVG .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgoTNc6QVG .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.cid-vgoTNc6QVG .items-wrapper .item {
  position: relative;
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-vgoTNc6QVG .items-wrapper .item.pricing02 .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 1px;
}
.cid-vgoTNc6QVG .items-wrapper .item.pricing02 .item-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5a85b5;
  opacity: 1;
  pointer-events: none;
}
.cid-vgoTNc6QVG .items-wrapper .item.pricing02 .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 40px;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-vgoTNc6QVG .items-wrapper .item.pricing02 .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-vgoTNc6QVG .items-wrapper .item.pricing02 .item-wrapper .item-content .image-wrapper {
  display: none;
}
.cid-vgoTNc6QVG .items-wrapper .item.pricing02 .item-wrapper .item-content .iconfont-wrapper .mbr-iconfont {
  font-size: 3rem;
  color: #5a85b5;
}
.cid-vgoTNc6QVG .items-wrapper .item.pricing02 .item-wrapper .item-content .item-price {
  margin-bottom: 16px;
}
.cid-vgoTNc6QVG .items-wrapper .item.pricing02 .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-vgoTNc6QVG .items-wrapper .item.pricing02 .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-vgoTNc6QVG .items-wrapper .item.pricing02 .item-wrapper .item-content .list {
  margin: 16px 0;
  padding-left: 0;
  list-style: none;
}
.cid-vgoTNc6QVG .items-wrapper .item.pricing02 .item-wrapper .item-content .list .item-wrap {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.cid-vgoTNc6QVG .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgoTNc6QVG .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgoTNc6QVG .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn .btn.btn-primary {
  background-color: #6b96c5;
  border-color: #6b96c5;
}
.cid-vgoTNc6QVG .items-wrapper .item.pricing02 .item-wrapper .item-content .mbr-section-btn .btn.btn-secondary-outline {
  background-color: transparent;
  border-color: #6b96c5;
  color: #6b96c5;
}
.cid-vgoTNc6QVG .items-wrapper .item.pricing02 .item-wrapper .item-content .text-muted {
  color: #555555 !important;
  font-size: 0.875rem;
  margin-top: 16px;
}
.cid-vgoTNc6QVG .items-wrapper .item.pricing02 .item-wrapper .item-content .text-center a {
  font-size: 0.875rem;
  margin-top: 8px;
}
.cid-vgoTNc6QVG .tip-block {
  background-color: #dbeafe;
  border-left: 4px solid #5a85b5;
  padding: 16px;
  margin-top: 40px;
  border-radius: 4px;
}
.cid-vgoTNc6QVG .tip-block .mbr-text {
  color: #2c3e50;
  margin: 0;
  line-height: 1.6;
}
.cid-vgoTNc6QVG .tip-block .mbr-text strong {
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-vgoTNc6QVG .tip-block {
    margin-top: 40px;
    padding: 16px;
  }
}
.cid-vgoTNc6QVG .mbr-section-title {
  color: #4a6f95;
  text-align: center;
}
.cid-vgoTNc6QVG .mbr-section-subtitle {
  color: #4a6f95;
  text-align: center;
}
.cid-vgoTNc6QVG .item-label {
  color: #212121;
}
.cid-vgoTNc6QVG .item-price {
  color: #212121;
}
.cid-vgoTNc6QVG .item-title {
  color: #212121;
}
.cid-vgoTNc6QVG .item-text {
  color: #212121;
}
.cid-vgoTNc6QVG .list {
  color: #212121;
}
.cid-vgoTNc6QVG .item-title,
.cid-vgoTNc6QVG .mbr-section-btn {
  color: #212121;
}
.cid-vfWeppeIa0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vfWeppeIa0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWeppeIa0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfWeppeIa0 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfWeppeIa0 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfWeppeIa0 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  color: #4a6f95;
}
.cid-vfWeppeIa0 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfWeppeIa0 .panel-group .card {
  position: relative;
  background-color: #ffffff;
  border: 2px solid #5a85b5;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
  overflow: hidden;
}
.cid-vfWeppeIa0 .panel-group .card:hover {
  background-color: #f9f9f9;
}
.cid-vfWeppeIa0 .panel-group .card:focus-within {
  outline: 2px solid Highlight;
  outline-offset: -2px;
}
.cid-vfWeppeIa0 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vfWeppeIa0 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vfWeppeIa0 .panel-group .card .card-header .panel-title {
  padding: 16px 16px 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfWeppeIa0 .panel-group .card .card-header .panel-title {
    padding: 16px;
  }
}
.cid-vfWeppeIa0 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #212121;
}
.cid-vfWeppeIa0 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #5a85b5;
}
.cid-vfWeppeIa0 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vfWeppeIa0 .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #f9f9f9;
  padding-bottom: 8px;
}
.cid-vfWeppeIa0 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-vfWeppeIa0 .panel-group .card .panel-collapse .panel-body {
  padding: 0 16px 16px 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfWeppeIa0 .panel-group .card .panel-collapse .panel-body {
    padding: 0 16px 16px 16px;
  }
}
.cid-vfWeppeIa0 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  color: #212121;
}
.cid-vfWeppeIa0 .panel-group .card .panel-collapse .panel-body .panel-text em {
  font-style: italic;
}
.cid-vfWeppeIa0 .panel-group .card .panel-collapse .panel-body .panel-text i {
  font-style: italic;
}
.cid-vfWeppeIa0 .panel-group .card .collapse.show .panel-body {
  background-color: #f9f9f9;
}
.cid-vfWeppeIa0 .mbr-section-title {
  text-align: center;
}
.cid-vfWeppeIa0 .mbr-text {
  color: #212121;
  text-align: center;
}
.cid-vfWeppeIa0 .global-legal-notice {
  text-align: center;
  margin-top: 30px;
  padding: 20px;
  background-color: #dbeafe;
  border-left: 4px solid #5a85b5;
  font-style: italic;
}
.cid-vfWeppeIa0 .global-legal-notice .mbr-text {
  font-style: italic;
}
.cid-vfWeppeIa0 .global-legal-notice .mbr-text em {
  font-style: normal;
}
.cid-vfWeqetRb8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dbeafe;
}
.cid-vfWeqetRb8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWeqetRb8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfWeqetRb8 .card {
  justify-content: center;
}
.cid-vfWeqetRb8 .content-wrapper .title-wrap {
  margin-bottom: 24px;
}
.cid-vfWeqetRb8 .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWeqetRb8 .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfWeqetRb8 .content-wrapper .mbr-text {
  margin-bottom: 0;
  text-align: center;
}
.cid-vfWeqetRb8 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfWeqetRb8 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWeqetRb8 .border-wrapper {
  display: none;
}
.cid-vfWeqetRb8 .mbr-section-title {
  color: #4a6f95;
}
.cid-vfWeqetRb8 .mbr-section-subtitle {
  color: #4a6f95;
  text-align: center;
  font-size: 1.25rem;
}
.cid-vfWeqetRb8 .mbr-text {
  color: #555555;
  text-align: center;
  font-style: italic;
  font-size: 0.875rem;
}
.cid-vfWeqetRb8 .mbr-section-title,
.cid-vfWeqetRb8 .mbr-section-btn {
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vfWeqetRb8 .mbr-section-btn .d-flex {
    flex-direction: column;
  }
}
@media (min-width: 576px) {
  .cid-vfWeqetRb8 .mbr-section-btn .d-flex {
    flex-direction: row;
  }
}
.cid-vfWeqetRb8 .mbr-section-btn .gap-2 {
  gap: 0.5rem;
}
.cid-vfWeqetRb8 .mbr-section-btn .btn-primary {
  background-color: #5a85b5;
  border-color: #5a85b5;
  color: #ffffff;
}
.cid-vfWeqetRb8 .mbr-section-btn .btn-primary:hover {
  background-color: #4a6f95;
  border-color: #4a6f95;
  color: #ffffff;
}
.cid-vfWeqetRb8 .mbr-section-btn .btn-primary .mbr-iconfont {
  color: #ffffff;
}
.cid-vfWeqetRb8 .mbr-section-btn .btn-outline-primary {
  border-color: #5a85b5;
  color: #5a85b5;
  background-color: transparent;
}
.cid-vfWeqetRb8 .mbr-section-btn .btn-outline-primary:hover {
  background-color: #5a85b5;
  color: #ffffff;
}
.cid-vfWeqetRb8 .mbr-section-btn .btn-outline-primary .mbr-iconfont {
  color: #5a85b5;
}
.cid-vfynKeR0xa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f9f9f9;
}
.cid-vfynKeR0xa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfynKeR0xa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfynKeR0xa .card {
  justify-content: center;
}
.cid-vfynKeR0xa .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfynKeR0xa .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vfynKeR0xa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .nav-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfynKeR0xa .nav-wrapper {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap {
  width: 40%;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #5a85b5;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .mbr-copy {
  margin-bottom: 0;
  color: #212121;
  text-align: center;
}
.cid-vfynKeR0xa .mbr-section-title {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-text,
.cid-vfynKeR0xa .text-wrapper {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-list-title {
  color: #212121;
}
.cid-vfynKeR0xa .list {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-section-title,
.cid-vfynKeR0xa .mbr-section-btn {
  color: #4a6f95;
}
.cid-vfynKeR0xa .list,
.cid-vfynKeR0xa .item-wrap {
  color: #212121;
}
.cid-vfX1bbrU8u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfX1bbrU8u nav.navbar {
  position: fixed;
}
.cid-vfX1bbrU8u .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-vfX1bbrU8u .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfX1bbrU8u .dropdown-item {
  border: none !important;
  background: #f9f9f9 !important;
  font-weight: 400;
}
.cid-vfX1bbrU8u .dropdown-item:hover,
.cid-vfX1bbrU8u .dropdown-item:focus {
  background: #f9f9f9 !important;
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .dropdown-item:hover span {
  color: white;
}
.cid-vfX1bbrU8u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfX1bbrU8u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfX1bbrU8u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfX1bbrU8u .nav-link {
  position: relative;
}
.cid-vfX1bbrU8u .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfX1bbrU8u .container {
    flex-wrap: nowrap;
  }
}
.cid-vfX1bbrU8u .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfX1bbrU8u .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfX1bbrU8u .dropdown-menu,
.cid-vfX1bbrU8u .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-vfX1bbrU8u .nav-item:focus,
.cid-vfX1bbrU8u .nav-link:focus {
  outline: none;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfX1bbrU8u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfX1bbrU8u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfX1bbrU8u .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vfX1bbrU8u .navbar.opened {
  transition: all 0.3s;
}
.cid-vfX1bbrU8u .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfX1bbrU8u .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vfX1bbrU8u .navbar .navbar-logo img {
  width: auto;
}
.cid-vfX1bbrU8u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfX1bbrU8u .navbar.collapsed {
  justify-content: center;
}
.cid-vfX1bbrU8u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfX1bbrU8u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfX1bbrU8u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfX1bbrU8u .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-vfX1bbrU8u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfX1bbrU8u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfX1bbrU8u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfX1bbrU8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfX1bbrU8u .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-vfX1bbrU8u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfX1bbrU8u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vfX1bbrU8u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfX1bbrU8u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfX1bbrU8u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfX1bbrU8u .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfX1bbrU8u .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfX1bbrU8u .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-caption:hover,
.cid-vfX1bbrU8u .navbar-brand .navbar-caption:focus {
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfX1bbrU8u .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfX1bbrU8u .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .dropdown-item.active,
.cid-vfX1bbrU8u .dropdown-item:active {
  background-color: transparent;
}
.cid-vfX1bbrU8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfX1bbrU8u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfX1bbrU8u ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfX1bbrU8u ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfX1bbrU8u .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfX1bbrU8u .navbar-buttons {
    text-align: left;
  }
}
.cid-vfX1bbrU8u .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vfX1bbrU8u .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfX1bbrU8u button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f9f9f9 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #212121;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfX1bbrU8u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfX1bbrU8u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfX1bbrU8u .navbar {
    height: 70px;
  }
  .cid-vfX1bbrU8u .navbar.opened {
    height: auto;
  }
  .cid-vfX1bbrU8u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfX1bbrU8u .navbar-nav {
  margin: 0 auto;
}
.cid-vfX1bbrU8u .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfX1bbrU8u .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vfX1bbrU8u .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfX1bbrU8u .nav-item .nav-link:hover {
  background-color: transparent;
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vfX1bbrU8u .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfX1bbrU8u .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfX1bbrU8u .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfX1bbrU8u .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfX1bbrU8u .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfX1bbrU8u .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfX1bbrU8u .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfX1bbrU8u .content-wrap {
  min-height: 110px;
}
.cid-vfynKeR0xa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f9f9f9;
}
.cid-vfynKeR0xa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfynKeR0xa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfynKeR0xa .card {
  justify-content: center;
}
.cid-vfynKeR0xa .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfynKeR0xa .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vfynKeR0xa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .nav-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfynKeR0xa .nav-wrapper {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap {
  width: 40%;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #5a85b5;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .mbr-copy {
  margin-bottom: 0;
  color: #212121;
  text-align: center;
}
.cid-vfynKeR0xa .mbr-section-title {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-text,
.cid-vfynKeR0xa .text-wrapper {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-list-title {
  color: #212121;
}
.cid-vfynKeR0xa .list {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-section-title,
.cid-vfynKeR0xa .mbr-section-btn {
  color: #4a6f95;
}
.cid-vfynKeR0xa .list,
.cid-vfynKeR0xa .item-wrap {
  color: #212121;
}
.cid-vfX1bbrU8u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfX1bbrU8u nav.navbar {
  position: fixed;
}
.cid-vfX1bbrU8u .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-vfX1bbrU8u .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfX1bbrU8u .dropdown-item {
  border: none !important;
  background: #f9f9f9 !important;
  font-weight: 400;
}
.cid-vfX1bbrU8u .dropdown-item:hover,
.cid-vfX1bbrU8u .dropdown-item:focus {
  background: #f9f9f9 !important;
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .dropdown-item:hover span {
  color: white;
}
.cid-vfX1bbrU8u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfX1bbrU8u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfX1bbrU8u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfX1bbrU8u .nav-link {
  position: relative;
}
.cid-vfX1bbrU8u .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfX1bbrU8u .container {
    flex-wrap: nowrap;
  }
}
.cid-vfX1bbrU8u .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfX1bbrU8u .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfX1bbrU8u .dropdown-menu,
.cid-vfX1bbrU8u .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-vfX1bbrU8u .nav-item:focus,
.cid-vfX1bbrU8u .nav-link:focus {
  outline: none;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfX1bbrU8u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfX1bbrU8u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfX1bbrU8u .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vfX1bbrU8u .navbar.opened {
  transition: all 0.3s;
}
.cid-vfX1bbrU8u .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfX1bbrU8u .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vfX1bbrU8u .navbar .navbar-logo img {
  width: auto;
}
.cid-vfX1bbrU8u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfX1bbrU8u .navbar.collapsed {
  justify-content: center;
}
.cid-vfX1bbrU8u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfX1bbrU8u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfX1bbrU8u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfX1bbrU8u .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-vfX1bbrU8u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfX1bbrU8u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfX1bbrU8u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfX1bbrU8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfX1bbrU8u .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-vfX1bbrU8u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfX1bbrU8u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vfX1bbrU8u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfX1bbrU8u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfX1bbrU8u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfX1bbrU8u .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfX1bbrU8u .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfX1bbrU8u .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-caption:hover,
.cid-vfX1bbrU8u .navbar-brand .navbar-caption:focus {
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfX1bbrU8u .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfX1bbrU8u .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .dropdown-item.active,
.cid-vfX1bbrU8u .dropdown-item:active {
  background-color: transparent;
}
.cid-vfX1bbrU8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfX1bbrU8u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfX1bbrU8u ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfX1bbrU8u ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfX1bbrU8u .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfX1bbrU8u .navbar-buttons {
    text-align: left;
  }
}
.cid-vfX1bbrU8u .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vfX1bbrU8u .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfX1bbrU8u button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f9f9f9 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #212121;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfX1bbrU8u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfX1bbrU8u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfX1bbrU8u .navbar {
    height: 70px;
  }
  .cid-vfX1bbrU8u .navbar.opened {
    height: auto;
  }
  .cid-vfX1bbrU8u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfX1bbrU8u .navbar-nav {
  margin: 0 auto;
}
.cid-vfX1bbrU8u .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfX1bbrU8u .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vfX1bbrU8u .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfX1bbrU8u .nav-item .nav-link:hover {
  background-color: transparent;
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vfX1bbrU8u .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfX1bbrU8u .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfX1bbrU8u .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfX1bbrU8u .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfX1bbrU8u .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfX1bbrU8u .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfX1bbrU8u .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfX1bbrU8u .content-wrap {
  min-height: 110px;
}
.cid-vf9sUudPwd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf9sUudPwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf9sUudPwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf9sUudPwd .content-wrapper {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-vf9sUudPwd .content-wrapper {
    width: 95%;
  }
}
@media (max-width: 992px) {
  .cid-vf9sUudPwd .content-wrapper {
    width: 100%;
  }
}
.cid-vf9sUudPwd .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-vf9sUudPwd .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-vf9sUudPwd .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-vf9sUudPwd .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vf9sUudPwd .content-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vf9sUudPwd .mbr-label {
  color: #212121;
  text-align: center;
}
.cid-vf9sUudPwd .mbr-section-title {
  color: #212121;
}
.cid-vf9sUudPwd .mbr-section-subtitle {
  color: #212121;
}
.cid-vf9sUudPwd .mbr-section-title,
.cid-vf9sUudPwd .mbr-section-subtitle,
.cid-vf9sUudPwd .mbr-section-btn,
.cid-vf9sUudPwd .icon-wrapper {
  text-align: center;
}
.cid-vf9sUudPwd .mbr-text {
  color: #212121;
  text-align: left;
  line-height: 1.6;
}
.cid-vf9sUudPwd .signature-section {
  text-align: center;
  margin-bottom: 2rem;
}
.cid-vf9sUudPwd .signature-section .signature-item {
  display: block;
  margin-bottom: 2rem;
}
.cid-vf9sUudPwd .signature-section .signature-item .mbr-text.fw-bold {
  font-weight: bold !important;
  margin-bottom: 0.25rem;
}
.cid-vf9sUudPwd .signature-section .signature-item .mbr-text:last-child {
  font-weight: normal;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-vf9sUudPwd .signature-section .signature-item {
    margin-bottom: 1.5rem;
  }
}
.cid-vf9sUudPwd .mbr-section-btn .btn-primary {
  background-color: #5a85b5;
  border-color: #5a85b5;
  padding: 12px 24px;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}
.cid-vf9sUudPwd .mbr-section-btn .btn-primary .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vf9sUudPwd .mbr-section-btn .btn-primary:hover {
  background-color: #4a6f95;
  border-color: #4a6f95;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(90, 133, 181, 0.3);
}
@media (max-width: 768px) {
  .cid-vf9sUudPwd .content-wrapper {
    padding: 20px 0;
  }
  .cid-vf9sUudPwd .mbr-section-subtitle {
    font-size: 1.1rem;
  }
  .cid-vf9sUudPwd .mbr-text {
    font-size: 0.95rem;
    line-height: 1.7;
  }
  .cid-vf9sUudPwd .signature-section {
    margin-bottom: 1.5rem;
  }
  .cid-vf9sUudPwd .mbr-section-btn .btn-primary {
    width: 100%;
    justify-content: center;
  }
}
.cid-vf9sUudPwd H3 {
  color: #212121;
}
.cid-vf9sUudPwd .mbr-section-title,
.cid-vf9sUudPwd .mbr-section-btn,
.cid-vf9sUudPwd .icon-wrapper {
  color: #212121;
}
.cid-vf9sUudPwd P {
  color: #212121;
}
.cid-vfynKeR0xa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f9f9f9;
}
.cid-vfynKeR0xa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfynKeR0xa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfynKeR0xa .card {
  justify-content: center;
}
.cid-vfynKeR0xa .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfynKeR0xa .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vfynKeR0xa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .nav-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfynKeR0xa .nav-wrapper {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap {
  width: 40%;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #5a85b5;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .mbr-copy {
  margin-bottom: 0;
  color: #212121;
  text-align: center;
}
.cid-vfynKeR0xa .mbr-section-title {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-text,
.cid-vfynKeR0xa .text-wrapper {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-list-title {
  color: #212121;
}
.cid-vfynKeR0xa .list {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-section-title,
.cid-vfynKeR0xa .mbr-section-btn {
  color: #4a6f95;
}
.cid-vfynKeR0xa .list,
.cid-vfynKeR0xa .item-wrap {
  color: #212121;
}
.cid-vfX1bbrU8u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfX1bbrU8u nav.navbar {
  position: fixed;
}
.cid-vfX1bbrU8u .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-vfX1bbrU8u .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfX1bbrU8u .dropdown-item {
  border: none !important;
  background: #f9f9f9 !important;
  font-weight: 400;
}
.cid-vfX1bbrU8u .dropdown-item:hover,
.cid-vfX1bbrU8u .dropdown-item:focus {
  background: #f9f9f9 !important;
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .dropdown-item:hover span {
  color: white;
}
.cid-vfX1bbrU8u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfX1bbrU8u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfX1bbrU8u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfX1bbrU8u .nav-link {
  position: relative;
}
.cid-vfX1bbrU8u .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfX1bbrU8u .container {
    flex-wrap: nowrap;
  }
}
.cid-vfX1bbrU8u .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfX1bbrU8u .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfX1bbrU8u .dropdown-menu,
.cid-vfX1bbrU8u .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-vfX1bbrU8u .nav-item:focus,
.cid-vfX1bbrU8u .nav-link:focus {
  outline: none;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfX1bbrU8u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfX1bbrU8u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfX1bbrU8u .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vfX1bbrU8u .navbar.opened {
  transition: all 0.3s;
}
.cid-vfX1bbrU8u .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfX1bbrU8u .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vfX1bbrU8u .navbar .navbar-logo img {
  width: auto;
}
.cid-vfX1bbrU8u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfX1bbrU8u .navbar.collapsed {
  justify-content: center;
}
.cid-vfX1bbrU8u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfX1bbrU8u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfX1bbrU8u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfX1bbrU8u .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-vfX1bbrU8u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfX1bbrU8u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfX1bbrU8u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfX1bbrU8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfX1bbrU8u .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-vfX1bbrU8u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfX1bbrU8u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vfX1bbrU8u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfX1bbrU8u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfX1bbrU8u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfX1bbrU8u .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfX1bbrU8u .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfX1bbrU8u .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-caption:hover,
.cid-vfX1bbrU8u .navbar-brand .navbar-caption:focus {
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfX1bbrU8u .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfX1bbrU8u .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .dropdown-item.active,
.cid-vfX1bbrU8u .dropdown-item:active {
  background-color: transparent;
}
.cid-vfX1bbrU8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfX1bbrU8u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfX1bbrU8u ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfX1bbrU8u ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfX1bbrU8u .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfX1bbrU8u .navbar-buttons {
    text-align: left;
  }
}
.cid-vfX1bbrU8u .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vfX1bbrU8u .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfX1bbrU8u button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f9f9f9 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #212121;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfX1bbrU8u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfX1bbrU8u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfX1bbrU8u .navbar {
    height: 70px;
  }
  .cid-vfX1bbrU8u .navbar.opened {
    height: auto;
  }
  .cid-vfX1bbrU8u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfX1bbrU8u .navbar-nav {
  margin: 0 auto;
}
.cid-vfX1bbrU8u .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfX1bbrU8u .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vfX1bbrU8u .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfX1bbrU8u .nav-item .nav-link:hover {
  background-color: transparent;
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vfX1bbrU8u .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfX1bbrU8u .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfX1bbrU8u .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfX1bbrU8u .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfX1bbrU8u .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfX1bbrU8u .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfX1bbrU8u .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfX1bbrU8u .content-wrap {
  min-height: 110px;
}
.cid-vgH9Gd0A9h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgH9Gd0A9h .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgH9Gd0A9h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgH9Gd0A9h .content-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-vgH9Gd0A9h .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vgH9Gd0A9h .content-wrapper {
    width: 100%;
  }
}
.cid-vgH9Gd0A9h .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-vgH9Gd0A9h .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-vgH9Gd0A9h .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-vgH9Gd0A9h .content-wrapper .mbr-section-title {
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
  color: #212121;
}
.cid-vgH9Gd0A9h .content-wrapper .mbr-section-subtitle {
  margin-bottom: 0.5rem;
  text-align: center;
  color: #212121;
}
.cid-vgH9Gd0A9h .content-wrapper .mbr-text {
  margin-bottom: 1.5rem;
  text-align: left;
  color: #212121;
}
@media (max-width: 768px) {
  .cid-vgH9Gd0A9h .content-wrapper .mbr-text {
    font-size: 15px;
  }
}
.cid-vgH9Gd0A9h .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vgH9Gd0A9h .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vgH9Gd0A9h .mbr-label {
  color: #212121;
  text-align: center;
}
.cid-vgH9Gd0A9h .mbr-section-title,
.cid-vgH9Gd0A9h .mbr-section-btn,
.cid-vgH9Gd0A9h .icon-wrapper {
  text-align: center;
  color: #212121;
}
.cid-vgH9Gd0A9h .bank-data-box {
  background-color: #dbeafe;
  border: 1px solid #5a85b5;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 40px;
  transition: none;
  max-width: 400px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.cid-vgH9Gd0A9h .bank-data-box h2.mbr-section-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #212121;
}
.cid-vgH9Gd0A9h .bank-data-box p.mbr-text {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #555555;
}
@media (max-width: 768px) {
  .cid-vgH9Gd0A9h .bank-data-box {
    font-size: 15px;
    padding: 20px;
  }
}
.cid-vgH9Gd0A9h .p.mbr-section-subtitle {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cid-vgH9Gd0A9h .p.mbr-section-subtitle {
    font-size: 18px;
  }
}
.cid-vgH9Gd0A9h .p.mbr-section-subtitle.mb-3 {
  margin-bottom: 1rem !important;
}
.cid-vgH9Gd0A9h .p.mbr-section-subtitle.mt-4 {
  margin-top: 3rem !important;
}
.cid-vgH9Gd0A9h H2 {
  text-align: center;
}
.cid-vgH9Gd0A9h H3 {
  color: #212121;
}
.cid-vgH9Gd0A9h H4 {
  color: #212121;
}
.cid-vgH9Gd0A9h P {
  color: #212121;
}
.cid-vgH9Gd0A9h a:focus,
.cid-vgH9Gd0A9h button:focus,
.cid-vgH9Gd0A9h input:focus,
.cid-vgH9Gd0A9h select:focus,
.cid-vgH9Gd0A9h textarea:focus {
  outline: 3px solid #5a85b5 !important;
  outline-offset: 2px !important;
  border-radius: 4px !important;
}
.cid-vgH9Gd0A9h a.btn-primary:focus {
  background-color: #4a6f95 !important;
}
.cid-vgH9Gd0A9h .mbr-fallback-image,
.cid-vgH9Gd0A9h .mbr-overlay {
  aria-hidden: true;
}
.cid-vgJFCbjbxZ {
  background-color: #ffffff;
}
.cid-vgJFCbjbxZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgJFCbjbxZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgJFCbjbxZ .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-vgJFCbjbxZ .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vgJFCbjbxZ .content-wrapper {
    width: 100%;
  }
}
.cid-vgJFCbjbxZ .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-vgJFCbjbxZ .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-vgJFCbjbxZ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #212121;
  text-align: center;
}
.cid-vgJFCbjbxZ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
  color: #5a85b5;
  text-align: center;
}
.cid-vgJFCbjbxZ .content-wrapper .mbr-text {
  margin-top: 12px;
  color: #212121;
  text-align: center;
  font-size: 14px;
}
.cid-vgJFCbjbxZ .content-wrapper .mbr-text ul.list-unstyled li {
  color: #212121;
  font-size: 16px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.cid-vgJFCbjbxZ .content-wrapper .mbr-text ul.list-unstyled li:before {
  content: '•';
  color: #5a85b5;
  font-weight: bold;
  position: absolute;
  left: 0;
}
.cid-vgJFCbjbxZ .content-wrapper .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vgJFCbjbxZ .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vgJFCbjbxZ .content-wrapper .mbr-section-btn .btn {
  font-size: 16px;
  padding: 12px 30px;
}
.cid-vgJFCbjbxZ .content-wrapper .mbr-section-btn .btn.btn-primary {
  background-color: #5a85b5;
  border-color: #5a85b5;
  color: #ffffff;
}
.cid-vgJFCbjbxZ .content-wrapper .mbr-section-btn .btn.btn-primary:hover {
  background-color: #4a6f9a;
  border-color: #4a6f9a;
  color: #ffffff;
}
.cid-vgJFCbjbxZ .mbr-section-title,
.cid-vgJFCbjbxZ .mbr-section-btn,
.cid-vgJFCbjbxZ .icon-wrapper {
  text-align: center;
  color: #212121;
}
.cid-vgJFCbjbxZ .features-without-image {
  margin-bottom: 1rem;
}
.cid-vgJFCbjbxZ .features-without-image .item-wrapper {
  background: #ffffff;
  border: 1px solid #5a85b5;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: none;
  transform: none;
}
.cid-vgJFCbjbxZ .features-without-image .item-wrapper .item-content .card-title {
  color: #212121;
  margin-bottom: 0.25rem;
  font-weight: normal;
}
.cid-vgJFCbjbxZ .features-without-image .item-wrapper .item-content .card-text {
  color: #212121;
  margin-bottom: 0.125rem;
}
.cid-vgJFCbjbxZ .features-without-image .item-wrapper .item-content .card-text.duration-text {
  color: #212121;
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 0.25rem;
}
.cid-vgJFCbjbxZ .features-without-image .item-wrapper .item-content .card-text.price-text {
  color: #5a85b5;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0;
}
.cid-vgJFCbjbxZ .features-without-image .item-wrapper .item-content .tarif-type {
  color: #666;
  font-size: 0.875rem;
  margin-top: 0;
  display: block;
}
.cid-vgJFCbjbxZ .features-without-image .item-wrapper .item-content .package-list .package-label {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: normal;
  color: #212121;
  line-height: 1.2;
}
.cid-vgJFCbjbxZ .features-without-image .item-wrapper .item-content .package-list .price-number {
  color: #5a85b5;
  font-weight: bold;
  font-size: 1.25rem;
}
.cid-vgJFCbjbxZ .features-without-image .item.grundbeitrag {
  height: auto;
}
.cid-vgJFCbjbxZ .features-without-image .item.grundbeitrag .item-wrapper {
  height: auto;
}
.cid-vgJFCbjbxZ .features-without-image .item-wrapper:hover {
  transform: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .cid-vgJFCbjbxZ .features-without-image .item-wrapper {
    padding: 20px;
  }
  .cid-vgJFCbjbxZ .payment-info-box {
    padding: 0.75rem;
    margin: 1rem 0;
  }
}
.cid-vgJFCbjbxZ ul.list-unstyled li {
  padding-left: 1rem;
  position: relative;
}
.cid-vgJFCbjbxZ ul.list-unstyled li:before {
  content: '•';
  color: #5a85b5;
  font-weight: bold;
  position: absolute;
  left: 0;
}
.cid-vgJFCbjbxZ .payment-info-box {
  background-color: #dbeafe;
  border: 1px solid #5a85b5;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 0.75rem;
  margin: 1rem 0;
  max-width: 60%;
  width: 100%;
  transition: none;
  transform: none;
}
.cid-vgJFCbjbxZ .payment-info-box .info-content .mbr-text {
  margin-bottom: 0.5rem;
}
.cid-vgJFCbjbxZ .payment-info-box .info-content .mbr-text:last-child {
  margin-bottom: 0;
}
.cid-vgJFCbjbxZ .payment-info-box:hover {
  transform: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
@media (max-width: 992px) {
  .cid-vgJFCbjbxZ .payment-info-box {
    max-width: 100%;
  }
}
.cid-vgJFCbjbxZ .features-without-image .item:focus {
  outline: 3px solid #5a85b5 !important;
  outline-offset: 2px !important;
  border-radius: 4px !important;
}
.cid-vgJFCbjbxZ .card-text.duration-text {
  color: #212121 !important;
}
.cid-vgJFCbjbxZ .card-text.price-text {
  color: #5a85b5 !important;
}
.cid-vgJFCbjbxZ .mbr-section-subtitle {
  color: #212121;
}
.cid-vgJFCbjbxZ H5 {
  color: #212121;
}
.cid-vgJFCbjbxZ P {
  color: #212121;
}
.cid-vgJFCbjbxZ a:focus,
.cid-vgJFCbjbxZ button:focus,
.cid-vgJFCbjbxZ input:focus,
.cid-vgJFCbjbxZ select:focus,
.cid-vgJFCbjbxZ textarea:focus {
  outline: 3px solid #5a85b5 !important;
  outline-offset: 2px !important;
  border-radius: 4px !important;
}
.cid-vgJFCbjbxZ a.btn-primary:focus {
  background-color: #4a6f95 !important;
}
.cid-vgJFCbjbxZ .mbr-fallback-image,
.cid-vgJFCbjbxZ .mbr-overlay {
  aria-hidden: true;
}
.cid-vgJFCbjbxZ .btn:focus {
  outline: 3px solid #5a85b5 !important;
  outline-offset: 2px !important;
  border-radius: 4px !important;
}
.cid-vgJFCbjbxZ a:focus {
  outline: 3px solid #5a85b5 !important;
  outline-offset: 2px !important;
  border-radius: 4px !important;
}
.cid-vgJFCbjbxZ .enrollment-fee {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #666;
  font-style: italic;
}
.cid-vfynKeR0xa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f9f9f9;
}
.cid-vfynKeR0xa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfynKeR0xa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfynKeR0xa .card {
  justify-content: center;
}
.cid-vfynKeR0xa .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfynKeR0xa .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vfynKeR0xa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .nav-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfynKeR0xa .nav-wrapper {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap {
  width: 40%;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #5a85b5;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .mbr-copy {
  margin-bottom: 0;
  color: #212121;
  text-align: center;
}
.cid-vfynKeR0xa .mbr-section-title {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-text,
.cid-vfynKeR0xa .text-wrapper {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-list-title {
  color: #212121;
}
.cid-vfynKeR0xa .list {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-section-title,
.cid-vfynKeR0xa .mbr-section-btn {
  color: #4a6f95;
}
.cid-vfynKeR0xa .list,
.cid-vfynKeR0xa .item-wrap {
  color: #212121;
}
.cid-vfX1bbrU8u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vfX1bbrU8u nav.navbar {
  position: fixed;
}
.cid-vfX1bbrU8u .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-vfX1bbrU8u .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfX1bbrU8u .dropdown-item {
  border: none !important;
  background: #f9f9f9 !important;
  font-weight: 400;
}
.cid-vfX1bbrU8u .dropdown-item:hover,
.cid-vfX1bbrU8u .dropdown-item:focus {
  background: #f9f9f9 !important;
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .dropdown-item:hover span {
  color: white;
}
.cid-vfX1bbrU8u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfX1bbrU8u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfX1bbrU8u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfX1bbrU8u .nav-link {
  position: relative;
}
.cid-vfX1bbrU8u .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfX1bbrU8u .container {
    flex-wrap: nowrap;
  }
}
.cid-vfX1bbrU8u .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfX1bbrU8u .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfX1bbrU8u .dropdown-menu,
.cid-vfX1bbrU8u .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-vfX1bbrU8u .nav-item:focus,
.cid-vfX1bbrU8u .nav-link:focus {
  outline: none;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfX1bbrU8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfX1bbrU8u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfX1bbrU8u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfX1bbrU8u .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vfX1bbrU8u .navbar.opened {
  transition: all 0.3s;
}
.cid-vfX1bbrU8u .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfX1bbrU8u .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vfX1bbrU8u .navbar .navbar-logo img {
  width: auto;
}
.cid-vfX1bbrU8u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfX1bbrU8u .navbar.collapsed {
  justify-content: center;
}
.cid-vfX1bbrU8u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfX1bbrU8u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfX1bbrU8u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfX1bbrU8u .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-vfX1bbrU8u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfX1bbrU8u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfX1bbrU8u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfX1bbrU8u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfX1bbrU8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfX1bbrU8u .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-vfX1bbrU8u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfX1bbrU8u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfX1bbrU8u .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vfX1bbrU8u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfX1bbrU8u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfX1bbrU8u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfX1bbrU8u .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfX1bbrU8u .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfX1bbrU8u .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-caption:hover,
.cid-vfX1bbrU8u .navbar-brand .navbar-caption:focus {
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfX1bbrU8u .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfX1bbrU8u .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .dropdown-item.active,
.cid-vfX1bbrU8u .dropdown-item:active {
  background-color: transparent;
}
.cid-vfX1bbrU8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfX1bbrU8u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfX1bbrU8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfX1bbrU8u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfX1bbrU8u ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfX1bbrU8u ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfX1bbrU8u .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfX1bbrU8u .navbar-buttons {
    text-align: left;
  }
}
.cid-vfX1bbrU8u .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vfX1bbrU8u .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfX1bbrU8u button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f9f9f9 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #212121;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfX1bbrU8u button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfX1bbrU8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfX1bbrU8u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfX1bbrU8u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfX1bbrU8u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfX1bbrU8u .navbar {
    height: 70px;
  }
  .cid-vfX1bbrU8u .navbar.opened {
    height: auto;
  }
  .cid-vfX1bbrU8u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfX1bbrU8u .navbar-nav {
  margin: 0 auto;
}
.cid-vfX1bbrU8u .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfX1bbrU8u .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vfX1bbrU8u .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfX1bbrU8u .nav-item .nav-link:hover {
  background-color: transparent;
  color: #5a85b5 !important;
}
.cid-vfX1bbrU8u .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vfX1bbrU8u .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfX1bbrU8u .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfX1bbrU8u .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfX1bbrU8u .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfX1bbrU8u .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfX1bbrU8u .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfX1bbrU8u .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfX1bbrU8u .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfX1bbrU8u .content-wrap {
  min-height: 110px;
}
.cid-vgY4DMvH10 {
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-vgY4DMvH10 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgY4DMvH10 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgY4DMvH10 .content-wrapper {
  margin: 0 auto;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-vgY4DMvH10 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vgY4DMvH10 .content-wrapper {
    margin: 0;
    width: 100%;
  }
}
.cid-vgY4DMvH10 .content-wrapper .title-wrapper {
  margin-bottom: 24px;
}
.cid-vgY4DMvH10 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgY4DMvH10 .content-wrapper .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding: 16px;
  position: relative;
  z-index: 1;
}
.cid-vgY4DMvH10 .content-wrapper .title-wrapper .subtitle-wrapper .mbr-section-subtitle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 94%;
  background-color: #6b96c5;
  z-index: -1;
  opacity: 0.15;
  pointer-events: none;
}
.cid-vgY4DMvH10 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgY4DMvH10 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgY4DMvH10 .mbr-section-title {
  color: #ffffff;
}
.cid-vgY4DMvH10 .mbr-section-subtitle,
.cid-vgY4DMvH10 .subtitle-wrapper {
  color: #212121;
  text-align: center;
}
.cid-vgY4DMvH10 .mbr-text,
.cid-vgY4DMvH10 .text-wrapper {
  color: #212121;
  text-align: center;
}
.cid-vgY4DMvH10 .mbr-section-title,
.cid-vgY4DMvH10 .mbr-section-btn {
  text-align: center;
  color: #212121;
}
.cid-vgY4HH4MBr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vgY4HH4MBr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgY4HH4MBr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgY4HH4MBr .row {
  margin: 0 -40px;
}
.cid-vgY4HH4MBr .row .card {
  padding: 0 40px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vgY4HH4MBr .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgY4HH4MBr .content-wrapper .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-vgY4HH4MBr .content-wrapper .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-vgY4HH4MBr .content-wrapper .mbr-text {
  color: #ffffff;
  line-height: 1.6;
}
.cid-vgY4HH4MBr .image-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 1px;
}
.cid-vgY4HH4MBr .image-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5a85b5;
  pointer-events: none;
}
.cid-vgY4HH4MBr .image-wrapper .gradient-wrapper {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #5a85b5 100%);
  pointer-events: none;
  z-index: 2;
}
.cid-vgY4HH4MBr .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 48px 0 0 48px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgY4HH4MBr .image-wrapper .image-wrap {
    padding: 16px;
  }
}
.cid-vgY4HH4MBr .image-wrapper .image-wrap img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vgY4HH4MBr .image-wrapper .image-wrap img {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-vgY4HH4MBr .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-vgY4HH4MBr .mbr-section-title {
  color: #212121;
}
.cid-vgY4HH4MBr .mbr-section-subtitle {
  color: #212121;
}
.cid-vgY4HH4MBr .mbr-text {
  color: #212121;
}
.cid-vgYcUxpo8J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgYcUxpo8J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgYcUxpo8J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgYcUxpo8J .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vgYcUxpo8J .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgYcUxpo8J .title-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vgYcUxpo8J .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgYcUxpo8J .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgYcUxpo8J .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.cid-vgYcUxpo8J .items-wrapper .item {
  position: relative;
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-vgYcUxpo8J .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 1px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #5a85b5;
}
.cid-vgYcUxpo8J .items-wrapper .item .item-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5a85b5;
  opacity: 0;
  pointer-events: none;
}
.cid-vgYcUxpo8J .items-wrapper .item .item-wrapper .gradient-wrapper {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #5a85b5 100%);
  pointer-events: none;
  z-index: 2;
}
.cid-vgYcUxpo8J .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 40px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vgYcUxpo8J .items-wrapper .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-vgYcUxpo8J .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vgYcUxpo8J .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vgYcUxpo8J .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgYcUxpo8J .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgYcUxpo8J .items-wrapper .item .item-wrapper .item-content .item-img {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vgYcUxpo8J .items-wrapper .item .item-wrapper .item-content .item-img {
    margin-top: 24px;
  }
}
.cid-vgYcUxpo8J .items-wrapper .item .item-wrapper .item-content .item-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.cid-vgYcUxpo8J .mbr-label {
  color: #212121;
  text-align: center;
}
.cid-vgYcUxpo8J .mbr-section-title {
  color: #212121;
  text-align: center;
}
.cid-vgYcUxpo8J .mbr-section-subtitle {
  color: #212121;
  text-align: center;
}
.cid-vgYcUxpo8J .item-title {
  color: #ffffff;
}
.cid-vgYcUxpo8J .item-text {
  color: #212121;
}
.cid-vgYcUxpo8J .item-title,
.cid-vgYcUxpo8J .mbr-section-btn {
  color: #212121;
}
.cid-vgYDgbFiXF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vgYDgbFiXF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgYDgbFiXF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgYDgbFiXF .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vgYDgbFiXF .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgYDgbFiXF .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  color: #4a6f95;
}
.cid-vgYDgbFiXF .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgYDgbFiXF .panel-group .card {
  position: relative;
  background-color: #ffffff;
  border: 2px solid #5a85b5;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
  overflow: hidden;
}
.cid-vgYDgbFiXF .panel-group .card:hover {
  background-color: #f9f9f9;
}
.cid-vgYDgbFiXF .panel-group .card:focus-within {
  outline: 2px solid Highlight;
  outline-offset: -2px;
}
.cid-vgYDgbFiXF .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vgYDgbFiXF .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vgYDgbFiXF .panel-group .card .card-header .panel-title {
  padding: 16px 16px 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgYDgbFiXF .panel-group .card .card-header .panel-title {
    padding: 16px;
  }
}
.cid-vgYDgbFiXF .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #212121;
}
.cid-vgYDgbFiXF .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #5a85b5;
}
.cid-vgYDgbFiXF .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vgYDgbFiXF .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #f9f9f9;
  padding-bottom: 8px;
}
.cid-vgYDgbFiXF .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-vgYDgbFiXF .panel-group .card .panel-collapse .panel-body {
  padding: 0 16px 16px 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vgYDgbFiXF .panel-group .card .panel-collapse .panel-body {
    padding: 0 16px 16px 16px;
  }
}
.cid-vgYDgbFiXF .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  color: #212121;
}
.cid-vgYDgbFiXF .panel-group .card .panel-collapse .panel-body .panel-text i {
  font-style: italic;
}
.cid-vgYDgbFiXF .panel-group .card .panel-collapse .panel-body .panel-text em {
  font-style: italic;
}
.cid-vgYDgbFiXF .panel-group .card .collapse.show .panel-body {
  background-color: #f9f9f9;
}
.cid-vgYDgbFiXF .mbr-section-title {
  text-align: center;
}
.cid-vgYDgbFiXF .mbr-text {
  color: #212121;
  text-align: center;
}
.cid-vgYDgbFiXF .info-box {
  text-align: left;
  margin: 30px 0;
  padding: 20px;
  background-color: #dbeafe;
  border-left: 4px solid #5a85b5;
  font-style: italic;
}
.cid-vgYDgbFiXF .info-box .mbr-text {
  font-style: italic;
}
.cid-vgYDgbFiXF .info-box .mbr-text i {
  font-style: normal;
}
.cid-vgYDgbFiXF .legal-notice {
  text-align: center;
  margin-top: 30px;
  padding: 20px;
  background-color: #dbeafe;
  border-left: 4px solid #5a85b5;
  font-style: italic;
}
.cid-vgYDgbFiXF .legal-notice .mbr-text {
  font-style: italic;
}
.cid-vgYDgbFiXF .legal-notice .mbr-text i {
  font-style: normal;
}
.cid-vgY5tBwK9u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vgY5tBwK9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgY5tBwK9u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgY5tBwK9u .card {
  justify-content: center;
}
.cid-vgY5tBwK9u .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgY5tBwK9u .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgY5tBwK9u .mbr-section-title,
.cid-vgY5tBwK9u .mbr-section-btn {
  text-align: center;
}
.cid-vgY5tBwK9u .mbr-section-label,
.cid-vgY5tBwK9u .mbr-section-subtitle,
.cid-vgY5tBwK9u .mbr-text {
  text-align: center;
}
.cid-vgY5tBwK9u #article05-tj .content-wrapper {
  background-color: #ffffff !important;
  padding: 40px !important;
  text-align: center !important;
}
.cid-vgY5tBwK9u #article05-tj .mbr-section-title {
  color: #212121 !important;
  margin-bottom: 16px !important;
}
.cid-vgY5tBwK9u #article05-tj .mbr-section-subtitle {
  color: #5a85b5 !important;
  margin-bottom: 16px !important;
}
.cid-vgY5tBwK9u #article05-tj .mbr-text {
  color: #666666 !important;
  margin-bottom: 24px !important;
}
.cid-vfynKeR0xa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f9f9f9;
}
.cid-vfynKeR0xa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfynKeR0xa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfynKeR0xa .card {
  justify-content: center;
}
.cid-vfynKeR0xa .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfynKeR0xa .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vfynKeR0xa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfynKeR0xa .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .nav-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfynKeR0xa .nav-wrapper {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap {
  width: 40%;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #5a85b5;
}
.cid-vfynKeR0xa .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfynKeR0xa .mbr-copy {
  margin-bottom: 0;
  color: #212121;
  text-align: center;
}
.cid-vfynKeR0xa .mbr-section-title {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-text,
.cid-vfynKeR0xa .text-wrapper {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-list-title {
  color: #212121;
}
.cid-vfynKeR0xa .list {
  color: #212121;
}
.cid-vfynKeR0xa .mbr-section-title,
.cid-vfynKeR0xa .mbr-section-btn {
  color: #4a6f95;
}
.cid-vfynKeR0xa .list,
.cid-vfynKeR0xa .item-wrap {
  color: #212121;
}
