/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6,
p,
blockquote,
pre,
dl, dd,
ol, ul,
form, legend,
table, th, td, caption,
hr,
figure {
  margin: 0;
  padding: 0;
}

fieldset {
  border: none;
  padding: 0;
}

iframe {
  border: none;
}

input {
  border-radius: 0;
}

input,
textarea {
  caret-color: #ee000c;
}

input,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-clip: border-box;
  margin: 0;
  outline: 0;
  text-align: left;
  vertical-align: top;
  width: 100%;
}

textarea {
  font: inherit;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
  height: auto;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

input[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

select::-ms-expand {
  display: none;
}

select:focus::-ms-value {
  background-color: transparent;
  color: inherit;
}

textarea {
  resize: vertical;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

button {
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

button,
.button {
  display: inline-block;
  outline: 0;
  overflow: visible;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: auto;
}
button:hover, button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

[disabled],
[disabled] * {
  box-shadow: none;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

ul,
li {
  margin-bottom: 16px;
}

/* ---- bullet points in list ---- */
ul {
  list-style: none;
}

li {
  display: flex;
  align-items: flex-start;
}

ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #20242A;
  border-radius: 100%;
  display: inline-block;
  margin-right: 16px;
  flex-shrink: 0;
  margin-top: 10px;
}

/* ---- bullet points style for articles ---- */
.news-article-content-text ul, .news-article-content-text ol {
  padding-left: 26px;
}
.news-article-content-text li {
  display: block;
}
.news-article-content-text ul li::before, .news-article-content-text ol li::before {
  margin-right: 20px;
  margin-left: -26px;
  margin-bottom: 3px;
}

* {
  box-sizing: border-box;
}

html,
body {
  background: #ffffff;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html.no-scroll,
body.no-scroll {
  overflow: hidden;
}
html.disable-scroll,
body.disable-scroll {
  overflow-y: hidden;
  margin: 0;
  height: 100%;
}

.main {
  position: relative;
}

.section-title-only-header {
  scroll-margin-top: 3rem;
}
@media (min-width: 1024px) {
  .section-title-only-header {
    scroll-margin-top: 3.75rem;
  }
}
.section-title-with-breadcrumbs {
  scroll-margin-top: 3rem;
}
@media (min-width: 1024px) {
  .section-title-with-breadcrumbs {
    scroll-margin-top: calc(3.75rem + 4.75rem);
  }
}

.mgnl-edit-mode-wrapper {
  width: 100%;
}

@media print {
  .accordion-item__content {
    max-height: 100rem !important;
    padding-top: 1rem !important;
  }
  .accordion-item__title {
    color: var(--primary-color);
  }
  .row {
    display: block;
  }
  .row:after {
    content: "";
    display: block;
    clear: both;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
    display: block;
  }
  .col-md-1:after,
  .col-md-2:after,
  .col-md-3:after,
  .col-md-4:after,
  .col-md-5:after,
  .col-md-6:after,
  .col-md-7:after,
  .col-md-8:after,
  .col-md-9:after,
  .col-md-10:after,
  .col-md-11:after,
  .col-md-12 .col-xs-1:after,
  .col-xs-2:after,
  .col-xs-3:after,
  .col-xs-4:after,
  .col-xs-5:after,
  .col-xs-6:after,
  .col-xs-7:after,
  .col-xs-8:after,
  .col-xs-9:after,
  .col-xs-10:after,
  .col-xs-11:after,
  .col-xs-12:after,
  .col-sm-1:after,
  .col-sm-2:after,
  .col-sm-3:after,
  .col-sm-4:after,
  .col-sm-5:after,
  .col-sm-6:after,
  .col-sm-7:after,
  .col-sm-8:after,
  .col-sm-9:after,
  .col-sm-10:after,
  .col-sm-11:after,
  .col-sm-12:after {
    content: "";
    display: block;
    clear: both;
  }
  .col-md-12,
  .col-xs-12,
  .col-sm-12 {
    width: 100%;
  }
  .col-md-11,
  .col-xs-11,
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-md-10,
  .col-xs-10,
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-md-9,
  .col-xs-9,
  .col-sm-9 {
    width: 75%;
  }
  .col-md-8,
  .col-xs-8,
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-md-7,
  .col-xs-7,
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-md-6,
  .col-xs-6,
  .col-sm-6 {
    width: 50%;
  }
  .col-md-5,
  .col-xs-5,
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-md-4,
  .col-xs-4,
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-md-3,
  .col-xs-3,
  .col-sm-3 {
    width: 25%;
  }
  .col-md-2,
  .col-xs-2,
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-md-1,
  .col-xs-1,
  .col-sm-1 {
    width: 8.33333333%;
  }
  /* All your print styles go here */
  .fullscreen-image,
  .navigation--level-1,
  .link-boxes,
  footer,
  .contact-box,
  .navigation--mobile,
  .hamburger_icon {
    display: none !important;
  }
  .text-image ul,
  .text-image li,
  .topic ul,
  .topic li {
    list-style-type: square !important;
  }
  .text-image ul:after, .text-image ul:before,
  .text-image li:after,
  .text-image li:before,
  .topic ul:after,
  .topic ul:before,
  .topic li:after,
  .topic li:before {
    display: none !important;
  }
  .icon,
  .video {
    display: none;
  }
  .button.button--primary {
    color: var(--primary-color) !important;
    background-color: transparent;
    border: 2px solid var(--primary-color);
  }
  .page-intro {
    margin-top: 1rem;
  }
}
.cms-error {
  margin: 24px 0;
  color: red;
  background-color: yellow;
}

.cms-info {
  margin: 24px 0;
  color: white;
  background-color: #70a414;
}

/**
 * @license
 * Generated by Zeplin
 * Copyright (C) 2021 - present Zeplin
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

 *     http://www.apache.org/licenses/LICENSE-2.0

 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
@font-face {
  font-family: FuturaStd;
  src: url(./fonts/FuturaStdLight.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: FuturaStd;
  src: url(./fonts/FuturaStdBook.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: FuturaStd;
  src: url(./fonts/FuturaStdHeavy.ttf) format("truetype");
  font-weight: 650;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: FuturaStd;
  src: url(./fonts/FuturaStdBold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: Helvetica;
  src: url(./fonts/Helvetica.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
/* ---------------- Global typography ---------------- */
html {
  font-family: FuturaStd, Helvetica, sans-serif;
  font-feature-settings: "lnum" 1;
}

input {
  font-family: FuturaStd, Helvetica, sans-serif;
}

a, .blog-overview-teaser-card-text-link, .news-overview-teaser-card-text-link {
  text-decoration: none;
}

/* ---------------- link typography ---------------- */
a.underline, .underline.blog-overview-teaser-card-text-link, .underline.news-overview-teaser-card-text-link {
  text-decoration: underline;
}
a.underline:visited, .underline.blog-overview-teaser-card-text-link:visited, .underline.news-overview-teaser-card-text-link:visited {
  text-decoration: underline;
  color: #ee000c;
}
a.underline:hover, .underline.blog-overview-teaser-card-text-link:hover, .underline.news-overview-teaser-card-text-link:hover {
  color: #b80009;
}

/* ---------------- New 2024 typography ---------------- */
/**
 * The agency that created the new design and style guide decided to separate the typography
 * from the headings and instead associate it with classes that can be used in components.
 * This approach allows for more flexibility in terms of font size hierarchy and avoids the
 * constraint of equating headings with specific font sizes. This is particularly important
 * for SEO purposes.
 */
.body-l, .stage-plain__lead *, .text-large, .news-article-content-teaser, .footer-wrapper .footer-section-header, .body-l-bold {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 64rem) {
  .body-l, .stage-plain__lead *, .text-large, .news-article-content-teaser, .footer-wrapper .footer-section-header, .body-l-bold {
    font-size: 1.375rem;
  }
}

.body-l-bold {
  font-weight: 650;
}

.body-m, .text-normal, .blog-overview-teaser-card, .news-overview-teaser-card, .news-article-edit-mode, .news-article-content-text, .text-normal-bold, .text-normal-red, .text-normal-disabled, .text-normal-white, .text-normal-light-grey, .blkb-file-upload .input-label, .form-input.label-top .input-label, .blkb-dropdown__label, .text-normal-grey, .news-article-content-location-date, .news-article-content-blog-date, .advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content.pdp-page, a, .blog-overview-teaser-card-text-link, .news-overview-teaser-card-text-link, body, p, .body-m-bold {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.body-m-bold {
  font-weight: 650;
}

.body-s, .text-medium, .text-medium-rosa, .text-medium-grey, .body-s-bold {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.body-s-bold {
  font-weight: 650;
}

.body-xs, .text-small, .text-small-red, .text-small-light-grey, .blkb-file-upload .move-up, .text-small-grey, .form-input.label-top .move-up, .form-input.label-top .move-up-datepicker, .body-xs-bold {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.body-xs-bold {
  font-weight: 650;
}

.new-button-label, .button-label, .button-label--big, .button-label--disabled, .button-label--grey, .button-label--white {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 650;
  line-height: 1.33;
}

.button-label--white {
  color: #ffffff;
}

.button-label--grey {
  color: #20242a;
}

.button-label--disabled {
  color: #CCCED0;
}

.button-label--big {
  font-size: 1.5rem;
}

/* ---------------- Heading typography ---------------- */
/* ---- h1 ---- */
.h1, .h1-white, .h1-grey, h1 {
  color: #20242a;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 64rem) {
  .h1, .h1-white, .h1-grey, h1 {
    font-size: 3rem;
  }
}

.h1-grey, h1 {
  color: #20242a;
}

.h1-white {
  color: #ffffff;
}

h1 {
  /* ---- SEO-Friendly hidden H1 (based on https://pietromingotti.com/hiding-h1-for-seo-homepage/) ---- */
}
h1.seo-pagetitle {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

/* ---- h2 ---- */
.h2, .news-article-title-text, .news-article-downloads-header, h2 {
  color: #20242a;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 64rem) {
  .h2, .news-article-title-text, .news-article-downloads-header, h2 {
    font-size: 2.5rem;
  }
}

/* ---- h3 ---- */
.h3, h3 {
  color: #20242a;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 64rem) {
  .h3, h3 {
    font-size: 2rem;
  }
}

/* ---- h4 ---- */
.h4, .real-estates-list-mobile-wrapper .real-estates-list-mobile .real-estates-list__item__name, .branches-list-mobile-wrapper .branches-list-mobile .branches-list__item__name, .credit-card-decision-calculator__card-container .result-title, h4, .h4-white, .h4-red {
  color: #20242a;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 64rem) {
  .h4, .real-estates-list-mobile-wrapper .real-estates-list-mobile .real-estates-list__item__name, .branches-list-mobile-wrapper .branches-list-mobile .branches-list__item__name, .credit-card-decision-calculator__card-container .result-title, h4, .h4-white, .h4-red {
    font-size: 1.5rem;
  }
}

.h4-red {
  color: #ee000c;
}

.h4-white {
  color: #ffffff;
}

/* ---- h5 ---- */
.h5, .news-article-downloads-download-name, .h6, .real-estates-list-mobile-wrapper .real-estates-list-mobile .real-estates-list__item__details__address, .account-pdp .account-text-large, .branches-list-mobile-wrapper .branches-list-mobile .branches-list__item__details__address, .branches-list-mobile-wrapper .branches-list-mobile .branches-list__item__details__phone, .branches-list-mobile-wrapper .branches-list-mobile .branches-list__item__details__opening-hours, .card-pdp .card-text-large, .h6-white, .h6-grey, h6, .h5-white, .h5-grey, .news-article-share-label, h5 {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}

.h5-grey, .news-article-share-label, h5 {
  color: #20242a;
}

.h5-white {
  color: #ffffff;
}

/* ---- h6 ---- */
.h6-grey, h6 {
  color: #20242a;
}

.h6-white {
  color: #ffffff;
}

.highcharts-label, .mortgage-calculator .pie-circle-graph-section .pie-circle-graph-container .pie-circle-graph .label, .mortgage-calculator .stacked-column-graph-section .stacked-column-graph-container .stacked-column-graph-wrapper .stacked-column-graph .edge-line-label {
  font-family: FuturaStd, Helvetica, sans-serif;
  font-size: 1.125rem;
  color: #20242a;
}

/* ---------------- Text typography ---------------- */
/* ---- large ---- */
.text-large, .news-article-content-teaser, .footer-wrapper .footer-section-header {
  color: #20242a;
}

/* ---- normal ---- */
.text-normal, .blog-overview-teaser-card, .news-overview-teaser-card, .news-article-edit-mode, .news-article-content-text, .text-normal-bold, .text-normal-red, .text-normal-disabled, .text-normal-white, .text-normal-light-grey, .blkb-file-upload .input-label, .form-input.label-top .input-label, .blkb-dropdown__label, .text-normal-grey, .news-article-content-location-date, .news-article-content-blog-date, .advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content.pdp-page, a, .blog-overview-teaser-card-text-link, .news-overview-teaser-card-text-link, body, p {
  color: #20242a;
}

.text-normal-light-grey, .blkb-file-upload .input-label, .form-input.label-top .input-label, .blkb-dropdown__label {
  color: #778187;
}

.text-normal-white {
  color: #ffffff;
}

.text-normal-disabled {
  color: #CCCED0;
}

.text-normal-red {
  color: #ee000c;
}

.text-normal-bold {
  font-weight: 650;
  line-height: 1.5;
}

/* ---- medium ---- */
.text-medium, .text-medium-rosa, .text-medium-grey {
  color: #20242a;
}

.text-medium-rosa {
  color: #e87c78;
}

/* ---- small ---- */
.text-small, .text-small-red, .text-small-light-grey, .blkb-file-upload .move-up, .text-small-grey, .form-input.label-top .move-up, .form-input.label-top .move-up-datepicker {
  color: #20242a;
}

.text-small-light-grey, .blkb-file-upload .move-up {
  color: #778187;
}

.text-small-red {
  color: #ee000c;
}

/* ---- copyright ---- */
.copyright-mobile, .footer-wrapper .footer-copyright {
  font-size: 0.875rem;
  color: #20242a;
}

/* ---- bullet points ---- */
.bullet-points {
  font-size: 1.125rem;
  line-height: 1.77;
  color: #20242a;
}

.bold {
  font-weight: 650;
}

h1, h2, h3, h4, h5, h6,
p, a, b, strong, em, i, small, span,
label, button, li, td, time,
article, aside, section, header, footer, nav, main, div,
*[class*=text], *[class*=title], *[class*=heading],
[role=text], [role=textbox], [role=article] {
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

pre, code {
  word-break: break-all;
  white-space: normal;
  overflow-wrap: break-word;
  max-width: 100%;
}

#dmt * {
  overflow-wrap: unset;
  word-break: unset;
  max-width: unset;
}
#dmt * span {
  white-space: nowrap;
}

.highcharts-data-labels span {
  white-space: nowrap;
}

.container-fluid, .container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.container-fluid.no-gutter, .container.no-gutter {
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 48rem) {
  .container-fluid.no-gutter, .container.no-gutter {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 48rem) {
  .container-fluid.no-gutter.no-gutter .container, .container-fluid.no-gutter.no-gutter .container-fluid, .container.no-gutter.no-gutter .container, .container.no-gutter.no-gutter .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

.container-fluid {
  max-width: 96rem;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
.no-staging-component {
  margin-top: 4.625rem;
}
@media (min-width: 64rem) {
  .no-staging-component {
    margin-top: 9.875rem;
  }
}

.component {
  position: relative;
  max-width: 76.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}
@media (min-width: 48rem) {
  .component {
    margin-bottom: 5rem;
  }
}
@media (min-width: 64rem) {
  .component {
    margin-bottom: 8rem;
  }
}
.component:not(.divider-line, .button, .text-block):has(+ .button) {
  margin-top: -1.5rem;
}

.component-horizontal-spacing {
  position: relative;
  max-width: 76.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.page-intro {
  margin-top: 4.75rem;
  margin-bottom: 3.125rem;
}
.page-intro h1 {
  margin-bottom: 1.5rem;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.section-title {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
  text-align: center;
}
@media (min-width: 48rem) {
  .section-title {
    margin-bottom: 3.5rem;
  }
}

.margin-bottom-s {
  margin-bottom: 0.5rem;
}

.margin-bottom-m {
  margin-bottom: 1rem;
}

.margin-bottom-default {
  margin-bottom: 1.5rem;
}

.sr-only {
  position: absolute;
  overflow: hidden;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
}

.sr-only-alt {
  position: absolute;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
}

button,
[role=button],
[tabindex="0"],
a,
input,
textarea,
summary,
select,
.tw-toggle,
.blkb-checkbox,
.blog-overview-teaser-card,
.teaser-card-wrapper:not(.teaser-card-normal-wrapper, .teaser-card-dynamic-cards-wrapper),
.page-end__card-wrapper {
  outline: none;
  box-shadow: none;
}
button:focus-visible,
[role=button]:focus-visible,
[tabindex="0"]:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible,
select:focus-visible,
.tw-toggle:focus-visible,
.blkb-checkbox:focus-visible,
.blog-overview-teaser-card:focus-visible,
.teaser-card-wrapper:not(.teaser-card-normal-wrapper, .teaser-card-dynamic-cards-wrapper):focus-visible,
.page-end__card-wrapper:focus-visible {
  outline: 2px solid rgba(255, 0, 0, 0.5);
  outline-offset: 0px;
  box-shadow: 0 0 4px 2px rgba(255, 0, 0, 0.5);
  -webkit-tap-highlight-color: transparent;
}
button:has(:focus-visible),
[role=button]:has(:focus-visible),
[tabindex="0"]:has(:focus-visible),
a:has(:focus-visible),
input:has(:focus-visible),
textarea:has(:focus-visible),
summary:has(:focus-visible),
select:has(:focus-visible),
.tw-toggle:has(:focus-visible),
.blkb-checkbox:has(:focus-visible),
.blog-overview-teaser-card:has(:focus-visible),
.teaser-card-wrapper:not(.teaser-card-normal-wrapper, .teaser-card-dynamic-cards-wrapper):has(:focus-visible),
.page-end__card-wrapper:has(:focus-visible) {
  outline: 2px solid rgba(255, 0, 0, 0.5);
  outline-offset: 0px;
  box-shadow: 0 0 4px 2px rgba(255, 0, 0, 0.5);
  -webkit-tap-highlight-color: transparent;
}
button:has(:focus-visible) :focus-visible,
[role=button]:has(:focus-visible) :focus-visible,
[tabindex="0"]:has(:focus-visible) :focus-visible,
a:has(:focus-visible) :focus-visible,
input:has(:focus-visible) :focus-visible,
textarea:has(:focus-visible) :focus-visible,
summary:has(:focus-visible) :focus-visible,
select:has(:focus-visible) :focus-visible,
.tw-toggle:has(:focus-visible) :focus-visible,
.blkb-checkbox:has(:focus-visible) :focus-visible,
.blog-overview-teaser-card:has(:focus-visible) :focus-visible,
.teaser-card-wrapper:not(.teaser-card-normal-wrapper, .teaser-card-dynamic-cards-wrapper):has(:focus-visible) :focus-visible,
.page-end__card-wrapper:has(:focus-visible) :focus-visible {
  outline: none;
  box-shadow: none;
}
button:focus:not(:focus-visible),
[role=button]:focus:not(:focus-visible),
[tabindex="0"]:focus:not(:focus-visible),
a:focus:not(:focus-visible),
input:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
summary:focus:not(:focus-visible),
select:focus:not(:focus-visible),
.tw-toggle:focus:not(:focus-visible),
.blkb-checkbox:focus:not(:focus-visible),
.blog-overview-teaser-card:focus:not(:focus-visible),
.teaser-card-wrapper:not(.teaser-card-normal-wrapper, .teaser-card-dynamic-cards-wrapper):focus:not(:focus-visible),
.page-end__card-wrapper:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}

button.primary,
.primary[role=button],
.primary {
  outline: none;
  box-shadow: none;
}
button.primary:focus-visible,
.primary[role=button]:focus-visible,
.primary:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.8);
  outline-offset: 0px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.8);
  -webkit-tap-highlight-color: transparent;
}
button.primary:has(:focus-visible),
.primary[role=button]:has(:focus-visible),
.primary:has(:focus-visible) {
  outline: 2px solid rgba(0, 0, 0, 0.8);
  outline-offset: 0px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.8);
  -webkit-tap-highlight-color: transparent;
}
button.primary:has(:focus-visible) :focus-visible,
.primary[role=button]:has(:focus-visible) :focus-visible,
.primary:has(:focus-visible) :focus-visible {
  outline: none;
  box-shadow: none;
}
button.primary:focus:not(:focus-visible),
.primary[role=button]:focus:not(:focus-visible),
.primary:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}

.blkb-dropdown {
  list-style: none;
  position: relative;
  height: 3rem;
  padding: 0.9375rem 1rem;
  border: solid 0.125rem #20242a;
  background-color: #ffffff;
  cursor: pointer;
  line-height: 18px;
  margin-bottom: unset;
  width: 21.875rem;
}
.blkb-dropdown.open {
  border-bottom: none;
  padding-top: unset;
  z-index: 15;
}
.blkb-dropdown.error {
  border-color: #ee000c;
}
@media (min-width: 48rem) {
  .blkb-dropdown {
    width: 19.9375rem;
  }
}
@media screen and (max-width: 384px) {
  .blkb-dropdown {
    width: 100%;
  }
}
.blkb-dropdown li::before {
  content: none;
}
.blkb-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blkb-dropdown__label {
  margin-bottom: 0;
  position: absolute;
  z-index: 11;
  font-size: 1.125rem;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  top: 10px;
}
.blkb-dropdown__label.move-up {
  font-size: 0.75rem;
  color: #778187;
  transform: translateY(-1.375rem);
  left: 1rem;
  padding: 0 0.25rem;
  background-color: #ffffff;
  top: 14px;
}
.blkb-dropdown__label.error {
  color: #ee000c;
}
.blkb-dropdown__label::before {
  content: none;
}
.blkb-dropdown__arrow {
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 0.9375rem;
  right: 1.1875rem;
  transition: transform 0.2s linear;
  z-index: 11;
}
.blkb-dropdown__arrow.expanded {
  transform: rotate(-180deg);
}
.blkb-dropdown__list {
  width: calc(100% + 2 * 1rem + 2 * 0.125rem);
  position: absolute;
  left: calc(-1rem - 0.125rem);
  transition: opacity 0.1s cubic-bezier(0, 0, 0.38, 0.9), max-height 0.5s cubic-bezier(0, 0, 0.38, 0.9);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  border: solid 0.125rem #20242a;
  border-top: none;
  top: -1.875rem;
  background-color: #ffffff;
  z-index: 10;
}
.blkb-dropdown__list.open {
  opacity: 1;
  overflow: auto;
  max-height: 13.5rem;
}
.blkb-dropdown__list.adjust-down {
  top: -1rem;
}
.blkb-dropdown__list-container {
  position: relative;
}
.blkb-dropdown__list-item {
  font-size: 1.125rem;
  color: #20242a;
  padding: 0 1rem;
  transition: background-color 0.1s linear, color 0.1s linear;
  list-style-position: inside;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.625rem;
  display: flex;
  align-items: center;
}
.blkb-dropdown__list-item:last-of-type {
  margin-bottom: 0;
}
.blkb-dropdown__list-item.hidden {
  display: none;
}
.blkb-dropdown__list-item:not(:first-child):hover, .blkb-dropdown__list-item:not(:first-child):focus {
  background-color: #20242a;
  color: #ffffff;
  font-weight: 900;
}
.blkb-dropdown__list-item:focus-visible {
  outline: none;
}

#blkb-dropdown__selected .hidden {
  display: none;
}

#blkb-dropdown__selected,
#blkb-dropdown-checkbox__selected {
  font-size: 1.125rem;
  color: #20242a;
  list-style-position: inside;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
}

#blkb-dropdown-checkbox__selected {
  max-width: unset;
  width: calc(100% - 2rem);
  height: 100%;
  display: block;
  overflow: hidden;
}

.blkb-dropdown-checkbox {
  list-style: none;
  position: relative;
  height: 3rem;
  padding: 0.9375rem 1rem;
  border: solid 0.125rem #20242a;
  background-color: #ffffff;
  cursor: pointer;
  line-height: 18px;
  margin-bottom: unset;
  width: 100%;
  list-style: none;
  margin: 0;
  max-width: 100%;
}
@media (min-width: 64rem) {
  .blkb-dropdown-checkbox {
    max-width: 35rem;
  }
}
.blkb-dropdown-checkbox li::before, .blkb-dropdown-checkbox > li::before {
  content: none;
}
.blkb-dropdown-checkbox.open {
  border-bottom: none;
  padding-top: unset;
  z-index: 15;
}
.blkb-dropdown-checkbox.open::before {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  height: 0.125rem;
  background-color: #d5d7d9;
  bottom: 0;
}
.blkb-dropdown-checkbox.open #blkb-dropdown-checkbox__selected {
  position: relative;
  top: 1rem;
}
.blkb-dropdown-checkbox.has-value {
  padding-top: unset;
}
.blkb-dropdown-checkbox.has-value #blkb-dropdown-checkbox__selected {
  position: relative;
  top: 1rem;
}
.blkb-dropdown-checkbox__label {
  margin-bottom: 0;
  position: absolute;
  z-index: 11;
  font-size: 1.125rem;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  top: 0.875rem;
}
.blkb-dropdown-checkbox__label.move-up {
  font-size: 0.75rem;
  color: #778187;
  transform: translateY(-1.375rem);
  left: 1rem;
  padding: 0 0.25rem;
  background-color: #ffffff;
}
.blkb-dropdown-checkbox__arrow {
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 0.9375rem;
  right: 1.1875rem;
  transition: transform 0.2s linear;
  z-index: 11;
}
.blkb-dropdown-checkbox__arrow.expanded {
  transform: rotate(-180deg);
}
.blkb-dropdown-checkbox__list-container {
  position: relative;
  width: 100%;
}
.blkb-dropdown-checkbox__list {
  list-style-type: none;
  margin: 0;
  width: calc(100% + 2 * 1rem + 2 * 0.125rem);
  position: absolute;
  left: calc(-1rem - 0.125rem);
  transition: opacity 0.1s cubic-bezier(0, 0, 0.38, 0.9), max-height 0.5s cubic-bezier(0, 0, 0.38, 0.9);
  max-height: 0;
  overflow: auto;
  opacity: 0;
  border: solid 0.125rem #d5d7d9;
  border-top: none;
  top: -1px;
  background-color: #ffffff;
  z-index: 10;
  padding: 0 1rem;
}
.blkb-dropdown-checkbox__list.open {
  opacity: 1;
  overflow: auto;
  max-height: 22.5rem;
}
.blkb-dropdown-checkbox__list-item {
  font-size: 1.125rem;
  color: #20242a;
  transition: background-color 0.1s linear, color 0.1s linear;
  list-style-position: inside;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1.25rem;
  display: flex;
  align-items: center;
  padding: 2px;
  margin-bottom: 1.625rem !important;
}
.blkb-dropdown-checkbox__list-item:first-of-type {
  margin-top: 1rem;
}
.blkb-dropdown-checkbox__list-item:last-of-type {
  margin-bottom: 1rem !important;
}
.blkb-dropdown-checkbox__list-item.hidden {
  display: none;
}
.blkb-dropdown-checkbox__list-item:focus-visible {
  outline: none;
}

.blkb-checkbox {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 24px;
  height: auto;
}
.blkb-checkbox:hover {
  cursor: pointer;
}
.blkb-checkbox:not(:last-of-type) {
  margin-bottom: 3.0625rem;
}
.blkb-checkbox input[type=checkbox] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.6875rem;
  height: 1.6875rem;
}
@media (min-width: 48rem) {
  .blkb-checkbox input[type=checkbox] {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.blkb-checkbox input[type=checkbox].checked + span {
  outline: none;
  background-image: var(--tickbox-active-mobile);
}
@media (min-width: 48rem) {
  .blkb-checkbox input[type=checkbox].checked + span .blkb-checkbox__checkmark {
    background-image: var(--tickbox-active-web);
  }
}
.blkb-checkbox__checkmark {
  background-image: var(--tickbox-inactive-mobile);
  background-size: 1.6875rem;
  background-repeat: no-repeat;
  width: 1.6875rem;
  min-width: 1.6875rem;
  height: 1.6875rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.8125rem;
}
@media (min-width: 48rem) {
  .blkb-checkbox__checkmark {
    background-image: var(--tickbox-inactive-web);
    width: 1.25rem;
    min-width: 1.25rem;
    height: 1.25rem;
    background-size: 1.25rem;
    margin-right: 1rem;
  }
}
.blkb-checkbox__label {
  color: #20242a;
  font-size: 1.125rem;
  line-height: 1.25rem;
  width: 100%;
  /**
    * https://stackoverflow.com/a/26245056
   */
}
.blkb-checkbox__label:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media (min-width: 48rem) {
  .blkb-checkbox__label {
    margin-left: auto;
    margin-right: auto;
  }
  .blkb-checkbox__label:not(.full-width) {
    max-width: 46.5rem;
  }
}
.blkb-checkbox__label p:has(+ h2),
.blkb-checkbox__label ul:has(+ h2),
.blkb-checkbox__label ol:has(+ h2) {
  margin-bottom: 2.5rem;
}
.blkb-checkbox__label p:has(+ h3),
.blkb-checkbox__label ul:has(+ h3),
.blkb-checkbox__label ol:has(+ h3) {
  margin-bottom: 2rem;
}
.blkb-checkbox__label p:has(+ h4),
.blkb-checkbox__label ul:has(+ h4),
.blkb-checkbox__label ol:has(+ h4) {
  margin-bottom: 1.5rem;
}
.blkb-checkbox__label p:has(+ h5, + h6),
.blkb-checkbox__label ul:has(+ h5, + h6),
.blkb-checkbox__label ol:has(+ h5, + h6) {
  margin-bottom: 1.25rem;
}
.blkb-checkbox__label h2:not(.section-title),
.blkb-checkbox__label h3,
.blkb-checkbox__label h4,
.blkb-checkbox__label h5,
.blkb-checkbox__label h6 {
  margin-bottom: 0.5rem;
}
.blkb-checkbox__label p,
.blkb-checkbox__label a,
.blkb-checkbox__label ul,
.blkb-checkbox__label ol,
.blkb-checkbox__label li {
  margin-bottom: 1rem;
}
.blkb-checkbox__label ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.blkb-checkbox__label ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.blkb-checkbox__label ol > li:before {
  white-space: nowrap;
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.blkb-checkbox__label li ol {
  margin-top: 0.5rem;
}
.blkb-checkbox__label li ol > li {
  margin: 0;
}
.blkb-checkbox__label li ol > li:before {
  content: counters(item, ".") " ";
}
.blkb-checkbox__label img {
  max-width: 100%;
}
@media (min-width: 48rem) {
  .blkb-checkbox__label img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 42.5rem;
  }
}
.blkb-checkbox__label a {
  text-decoration: underline;
  text-underline-offset: 0.09375rem;
  color: #ee000c;
}
.blkb-checkbox__label a,
.blkb-checkbox__label p {
  line-height: 1.36;
}
@media (min-width: 48rem) {
  .blkb-checkbox__label {
    line-height: 1.5rem;
    font-size: 1.5rem;
    letter-spacing: 0.3px;
  }
}
.blkb-checkbox__label.error {
  color: #ee000c;
}
@media (min-width: 48rem) {
  .blkb-checkbox.small .blkb-checkbox__checkmark {
    margin-right: 0.5rem;
  }
  .blkb-checkbox.small .blkb-checkbox__label {
    line-height: 1.125rem;
    font-size: 1.125rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.23px;
  }
}
.blkb-checkbox.force-small input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
}
.blkb-checkbox.force-small .blkb-checkbox__label {
  line-height: 1.125rem;
  font-size: 1.125rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.23px;
}
.blkb-checkbox.force-small .blkb-checkbox__checkmark {
  margin-right: 0.5rem;
  background-image: var(--tickbox-inactive-web);
  width: 1.25rem;
  height: 1.25rem;
  background-size: 1.25rem;
}

.blkb-checkbox-group .blkb-checkbox:not(:last-of-type) {
  margin-bottom: 0.75rem;
}
@media (min-width: 48rem) {
  .blkb-checkbox-group .blkb-checkbox:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}

.blkb-radio {
  display: inline-flex;
  align-items: start;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 1.5rem;
}
.blkb-radio :hover {
  cursor: pointer;
}
.blkb-radio:not(:last-of-type) {
  margin-bottom: 1.25rem;
}
.blkb-radio input[type=radio] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.6875rem;
  height: 1.6875rem;
}
@media (min-width: 48rem) {
  .blkb-radio input[type=radio] {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.blkb-radio input[type=radio]:focus + span {
  outline: none;
  box-shadow: 0px 1px 11px 1px #ee000c;
  border-radius: 50%;
}
.blkb-radio input[type=radio]:checked + span {
  background-image: var(--radiobutton-active);
}
.blkb-radio__btn {
  background-image: var(--radiobutton-inactive);
  background-size: 1.6875rem;
  background-repeat: no-repeat;
  min-width: 1.6875rem;
  width: 1.6875rem;
  height: 1.6875rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.5rem;
}
@media (min-width: 48rem) {
  .blkb-radio__btn {
    width: 1.25rem;
    min-width: 1.25rem;
    height: 1.25rem;
    background-size: 1.25rem;
  }
}
.blkb-radio__label {
  color: #20242a;
  font-size: 1.125rem;
  height: 2rem;
  line-height: 1.33;
}
@media (min-width: 48rem) {
  .blkb-radio__label {
    height: 1.125rem;
    font-size: 1.125rem;
    line-height: normal;
    letter-spacing: 0.3px;
  }
}

.blkb-radio-group {
  display: flex;
}
.blkb-radio-group.vertical {
  flex-direction: column;
}
.blkb-radio-group.horizontal .blkb-radio:not(:last-of-type) {
  margin-right: 2.1875rem;
}
@media (min-width: 25.875rem) {
  .blkb-radio-group {
    flex-direction: column;
  }
  .blkb-radio-group .blkb-radio {
    margin-right: 0;
  }
}

.button-container {
  display: inline-flex;
  cursor: pointer;
}

.component.button {
  width: 100%;
  display: flex;
  transition: max-width 0s;
  padding: 0 2rem;
}
.component.button--left {
  justify-content: flex-start;
}
.component.button--center {
  justify-content: center;
}
.component.button--right {
  justify-content: flex-end;
}
.component.button--small {
  margin-bottom: 1.5rem;
}
.component.button--medium {
  margin-bottom: 2rem;
}
@media (min-width: 48rem) {
  .component.button--medium {
    margin-bottom: 3.5rem;
  }
}
.component.button a {
  text-decoration: none;
  margin-bottom: 0;
}
.component.button.full-width {
  max-width: 76.5rem;
}
@media (max-width: 1023px) {
  .component.button.full-width {
    max-width: unset;
  }
  .component.button.full-width .button-container {
    width: 100%;
  }
  .component.button.full-width .button.primary,
  .component.button.full-width .button.secondary {
    width: 100%;
  }
}
.component.button.limited-width {
  max-width: unset;
}
@media (min-width: 48rem) {
  .component.button.limited-width {
    max-width: 46.5rem;
  }
}
.component.button .button-container {
  display: block;
  width: 100%;
}
@media (min-width: 48rem) {
  .component.button .button-container {
    width: unset;
  }
}
.component.button .button-label {
  width: 100%;
}
.component.button .button.primary,
.component.button .button.secondary {
  width: 100%;
}
@media (min-width: 48rem) {
  .component.button .button.primary,
  .component.button .button.secondary {
    width: unset;
  }
}

.button {
  border: none;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-width: 7.5rem;
  transition: all 0.25s ease;
  border-radius: 0.0625rem;
  font-weight: 900;
  width: 21.875rem;
  padding: 0.9375rem 1.5rem 0.9375rem 1.5rem;
}
@media (min-width: 25.875rem) {
  .button {
    width: unset;
  }
}
.button-back .button-label {
  order: 2;
}
.button-back .icon {
  order: 1;
}
.button .icon {
  transform: translateX(0px);
  transition: transform 0.25s ease-in-out;
  margin-left: 0.5rem;
}
.button .icon.arrowBack {
  margin-right: 0.5rem;
  margin-left: unset;
}
.button.primary {
  background-color: #ee000c;
  transition: background-color 0.25s ease-in-out;
}
.button.primary .icon {
  color: #ffffff;
}
.button.primary:hover:not(.disabled), .button.primary--hover:not(.disabled) {
  transition: background-color 0.25s ease-in-out;
  background-color: #b80009;
}
.button.primary:hover:not(.disabled) .icon, .button.primary--hover:not(.disabled) .icon {
  transform: translateX(4px);
  transition: transform 0.25s ease-in-out;
}
.button.primary:hover:not(.disabled) .icon.arrowBack, .button.primary--hover:not(.disabled) .icon.arrowBack {
  transform: translateX(-4px);
}
.button.primary.disabled:not(.is-edit-mode) {
  background-color: #f7f8fa;
  cursor: not-allowed;
}
.button.secondary {
  border-radius: 1px;
  border: 1px solid #20242a;
  transition: background-color 0.25s ease-in-out;
}
.button.secondary .icon {
  color: #ee000c;
}
.button.secondary .icon g {
  transition: stroke 0.25s ease-in-out;
}
.button.secondary.disabled:not(.is-edit-mode) {
  border-color: #CCCED0;
}
.button.secondary.disabled:not(.is-edit-mode) .icon {
  color: #CCCED0;
}
.button.secondary:hover:not(.disabled), .button.secondary--hover {
  background-color: rgba(32, 36, 42, 0.15);
  transition: background-color 0.25s ease-in-out;
}
.button.secondary:hover:not(.disabled) .icon, .button.secondary--hover .icon {
  transform: translateX(4px);
  transition: transform 0.25s ease-in-out;
}
.button.secondary:hover:not(.disabled) .icon g, .button.secondary--hover .icon g {
  transition: stroke 0.25s ease-in-out;
  stroke: #b80009;
}
.button.secondary:hover:not(.disabled) .icon.arrowBack, .button.secondary--hover .icon.arrowBack {
  transform: translateX(-4px);
}
.button.disabled {
  cursor: not-allowed;
}
.button.small-button {
  min-width: 7.5rem;
  font-size: 0.75rem;
}
.button.small-button .button-label {
  padding: 0.625rem 1.5rem 0.625rem 1.5rem;
  padding: 0.5rem 1.25rem 0.5rem 1.25rem;
  font-size: 0.75rem;
  line-height: 0.75rem;
}

.arrow-text-link-container {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  font-weight: 900;
  transition: color 0.15s ease-in-out;
}
.arrow-text-link-container:hover {
  transition: color 0.15s ease-in-out;
  color: #b80009;
}
.arrow-text-link-container-back .button-label {
  order: 2;
}
.arrow-text-link-container-back .arrow-link {
  order: 1;
}
.arrow-text-link-container .icon {
  transform: translateX(0px);
  transition: transform 0.25s ease-in-out;
  margin-left: 0.5rem;
}
.arrow-text-link-container .icon g {
  transition: stroke 0.25s ease-in-out;
}
.arrow-text-link-container .icon.arrowBack {
  margin-right: 0.5rem;
  margin-left: unset;
}
.arrow-text-link-container .button-label {
  transition: all 0.25s ease;
  line-height: 1.125rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.arrow-text-link-container .arrow-icon {
  flex-shrink: 0;
}

.arrow-text-link-container:hover:not(.disabled), .arrow-text-link-container--hover:not(.disabled) {
  color: #b80009;
}
.arrow-text-link-container:hover:not(.disabled) .icon, .arrow-text-link-container--hover:not(.disabled) .icon {
  transform: translateX(4px);
  transition: transform 0.25s ease-in-out;
}
.arrow-text-link-container:hover:not(.disabled) .icon g, .arrow-text-link-container--hover:not(.disabled) .icon g {
  transition: stroke 0.25s ease-in-out;
  stroke: #b80009;
}
.arrow-text-link-container:hover:not(.disabled) .icon.arrowBack, .arrow-text-link-container--hover:not(.disabled) .icon.arrowBack {
  transform: translateX(-4px);
}
.arrow-text-link-container .icon {
  color: #ee000c;
}
.arrow-text-link-container .icon.disabled {
  color: #CCCED0;
}
.arrow-text-link-container.disabled {
  cursor: not-allowed;
}

.arrow-container {
  display: inline-flex;
  cursor: pointer;
}
.arrow-container .arrow-image {
  background-image: var(--arrow);
  background-size: 2.375rem;
  background-repeat: no-repeat;
  width: 2.8125rem;
  height: 1.25rem;
}

.arrow-container:hover .arrow-image {
  animation: arrow-transition 0.25s ease 0s 1 normal forwards;
  -webkit-animation: arrow-transition 0.25s ease 0s 1 normal forwards; /* Safari 4.0 - 8.0 */
}

@keyframes arrow-transition {
  from {
    background-image: var(--arrow);
  }
  to {
    background-image: var(--arrow-hover);
    width: 2.8125rem;
    background-size: 2.8125rem;
  }
}
.download-container {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem;
  border-top: 1px solid #CCCED0;
  transition: background-color 0.25s ease-in-out;
  color: #20242a;
}
.download-container:last-child {
  border-bottom: 1px solid #CCCED0;
}
.download-container:hover {
  transition: background-color 0.25s ease-in-out;
  background-color: #DFE6E9;
}
.download-container:hover .download-cta {
  color: #b80009;
  transition: color 0.25s ease-in-out;
}
.download-container:hover .download-cta__label {
  color: #b80009;
  transition: color 0.25s ease-in-out;
}
.download-container:hover .download-cta .icon g {
  transition: fill 0.25s ease-in-out;
  fill: #b80009;
}
.download-container:hover .label {
  text-decoration: underline;
}
.download-container__left {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 16px;
}
.download-container__left-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.download-container .icon-file {
  flex-shrink: 0;
  margin-right: 1rem;
}
.download-container .label {
  margin-right: 8px;
}
@media (min-width: 80rem) {
  .download-container:hover .download-cta__label {
    visibility: visible;
  }
}
.download-container .download-cta {
  color: #ee000c;
  align-items: center;
}
.download-container .download-cta__label {
  color: #ee000c;
  visibility: hidden;
  position: absolute;
  text-wrap: nowrap;
  width: 0;
  right: -16px;
}

.round-container {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  background-color: #ee000c;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
}
.round-container .arrow-image {
  background-size: 2.375rem;
  width: 2.375rem;
  background-repeat: no-repeat;
  height: 1.25rem;
  background-image: var(--arrow-white);
}

/**
Hide the arrow from number input fields
 */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.form-input {
  width: 18.75rem;
  display: inline-flex;
  position: relative;
  transition: width 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-input {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
.form-input.blkb-currency-input input {
  display: none;
}
.form-input.blkb-currency-input .div-currency-input {
  display: flex;
}
.form-input.blkb-currency-input.editing input {
  display: flex;
}
.form-input.blkb-currency-input.editing .div-currency-input {
  display: none;
}
.form-input.label-top {
  flex-direction: column;
}
.form-input.label-top .input-label {
  pointer-events: none;
  position: absolute;
  transition: all 0.2s ease-in;
  transform: translateY(0.8125rem);
  margin-left: 1rem;
}
.form-input.label-top .input-label.disabled {
  opacity: 0.4;
}
.form-input.label-top .input-label.label-error {
  color: #ee000c;
}
.form-input.label-top .move-up, .form-input.label-top .move-up-datepicker {
  background-color: #ffffff;
  transform: translateY(-0.5rem);
  padding: 0 4px 0 4px;
}
.form-input.retract {
  width: 0 !important;
  display: none !important;
}
.form-input .input-error-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form-input .error-icon {
  position: absolute;
  background-image: var(--attention);
  background-size: 1.25rem;
  background-repeat: no-repeat;
  width: 1.25rem;
  height: 1.25rem;
  float: right;
  right: 1rem;
  top: 0.875rem;
}
.form-input .arrow-icon {
  position: absolute;
  background-image: var(--arrow);
  cursor: pointer;
  background-size: 1.25rem;
  background-repeat: no-repeat;
  width: 1.1875rem;
  height: 0.75rem;
  float: right;
  right: 1rem;
  top: 1.1875rem;
}
.form-input .search_lens_desktop,
.form-input .search_lens_mobile {
  position: absolute;
  cursor: pointer;
  float: right;
}
.form-input .calendar-icon {
  position: absolute;
  background-image: var(--calendar);
  cursor: pointer;
  background-size: 1.25rem;
  background-repeat: no-repeat;
  width: 1.25rem;
  height: 1.25rem;
  float: right;
  right: 1rem;
  top: 0.875rem;
}
.form-input .input-container {
  display: inline-flex;
  width: 18.75rem;
  position: relative;
}
.form-input input {
  padding-right: 3rem;
  padding-left: 1rem;
}
.form-input textarea {
  padding: 1.5rem 1rem;
  resize: none;
}
.form-input .div-currency-input {
  padding-right: 1rem;
  justify-content: flex-end;
}
.form-input input, .form-input .div-currency-input {
  height: 3rem;
}
.form-input .error-container {
  position: absolute;
  bottom: -1.375rem;
  font-size: 0.75rem;
  color: #ee000c;
}
.form-input .error-container.hidden {
  display: none;
}
.form-input input, .form-input textarea, .form-input .div-currency-input {
  width: 100%;
  box-sizing: border-box;
  border: 0.125rem solid #20242a;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #ffffff;
}
.form-input input:disabled, .form-input textarea:disabled, .form-input .div-currency-input:disabled {
  opacity: 0.4;
  background-color: #ffffff;
  color: #778187;
}
.form-input input.dark, .form-input textarea.dark, .form-input .div-currency-input.dark {
  border: 0.125rem solid #20242a;
}
.form-input input.transparent, .form-input textarea.transparent, .form-input .div-currency-input.transparent {
  background-color: transparent;
}
.form-input input.input-error, .form-input textarea.input-error, .form-input .div-currency-input.input-error {
  border: 0.125rem solid #ee000c;
}
.form-input input:focus:not(.input-error), .form-input textarea:focus:not(.input-error), .form-input .div-currency-input:focus:not(.input-error) {
  border: 0.125rem solid #939ca1;
}
.form-input.search-with-results {
  min-width: 17.5rem;
  width: 100%;
  max-width: 27.5rem;
}
.form-input.search-with-results .input-container {
  width: 100%;
  height: 3.5rem;
}
.form-input.search-with-results .input-container::after {
  content: "";
  height: 0.125rem;
  background-color: #20242a;
  position: absolute;
  width: calc(100% - 2rem);
  left: 1rem;
  bottom: 0;
  z-index: 1;
}
.form-input.search-with-results .input-container input {
  box-shadow: 0.125rem 0.25rem 2.5rem 0 rgba(42, 55, 63, 0.08);
  border: 0.125rem solid #20242a;
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  height: 100%;
  font-weight: 900;
  color: #20242a;
}
.form-input.search-with-results .input-container .search_lens_desktop,
.form-input.search-with-results .input-container .search_lens_mobile {
  position: absolute;
  right: 1.5rem;
  top: 0.75rem;
}
.form-input.search-with-results .results-container {
  display: block;
  max-height: 30.75rem;
  position: absolute;
  width: 100%;
  top: calc(3.5rem - 0.125rem);
  z-index: 1;
  border: 0.125rem solid #20242a;
  border-top: none;
  padding: 0 1rem;
  background-color: #ffffff;
  overflow-y: scroll;
}
.form-input.search-with-results .results-container.hidden {
  display: none;
}
.form-input.search-with-results .results-container .results {
  position: relative;
  top: 1.3125rem;
}
.form-input.search-with-results .results-container .results-category {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.67;
  color: #20242a;
  cursor: pointer;
  margin-bottom: 0.5rem;
  padding: 0.375rem;
  background-color: #d5d7d9;
  display: inline-block;
  margin-right: 0.5rem;
}
.form-input.search-with-results .results-container .results-category.active {
  color: #ffffff;
  background-color: #20242a;
}
.form-input.search-with-results .results-container .results-items {
  display: none;
}
.form-input.search-with-results .results-container .results-items li::before {
  display: none;
}
.form-input.search-with-results .results-container .results-items.active {
  display: initial;
}
.form-input.search-with-results .results-container .results-items .item {
  cursor: pointer;
  margin-bottom: 1.5rem;
  align-items: center;
}
.form-input.search-with-results .results-container .results-items .item > a {
  color: #20242a;
  font-size: 1.5rem;
  font-weight: 900;
}
.form-input.search-with-results .results-container .results-items .item > a .search-pdf-icon {
  background-image: var(--pdf-red-medium-thin);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.75rem;
  height: 1.75rem;
  margin-left: 0.5rem;
  position: relative;
  top: 0.15625rem;
  display: inline-block;
}
.form-input.search-with-results.dark .input-container::after {
  background-color: #ffffff;
  width: calc(100% - 2rem);
  left: 1rem;
}
.form-input.search-with-results.dark .input-container input {
  color: #ffffff;
  background-color: #20242a;
  border: 0.125rem solid #ffffff;
}
.form-input.search-with-results.dark .results-container {
  background-color: #20242a;
  border: 0.125rem solid #ffffff;
  border-top: none;
}
.form-input.search-with-results.dark .results-container.hidden {
  display: none;
}
.form-input.search-with-results.dark .results-container .results-category {
  color: #ffffff;
  background-color: #20242a;
}
.form-input.search-with-results.dark .results-container .results-category.active {
  color: #20242a;
  background-color: #ffffff;
}
.form-input.search-with-results.dark .results-container .results-items .item > a {
  color: #ffffff;
}

.search-with-results.mobile-navigation-search {
  max-width: unset !important;
}
.search-with-results.mobile-navigation-search .input-error-container .input-container input {
  caret-color: #ffffff;
  font-size: 1.125rem !important;
  font-weight: normal !important;
}
.search-with-results.mobile-navigation-search .input-error-container .input-container input:focus {
  color: #ffffff;
  border: 0.125rem solid #ffffff !important;
}
.search-with-results.mobile-navigation-search .input-error-container .input-container .results-container {
  padding-bottom: 1rem;
}
.search-with-results.mobile-navigation-search .input-error-container .input-container .results-container .results-items .item > a {
  font-size: 1.125rem;
}
.search-with-results.mobile-navigation-search .input-error-container .input-container .results-container .results-items .item:not(:last-of-type) {
  margin-bottom: 1rem;
}
.search-with-results.mobile-navigation-search ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1; /* Firefox */
}
.search-with-results.mobile-navigation-search ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1; /* Firefox */
}
.search-with-results.mobile-navigation-search :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}
.search-with-results.mobile-navigation-search ::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
}

.search-form.header-search, .search-form.navigation-header-search {
  width: 18.75rem;
  height: 2rem;
}
.search-form.header-search .input-container, .search-form.navigation-header-search .input-container {
  width: 18.75rem;
  height: 2rem;
}
.search-form.header-search input, .search-form.navigation-header-search input {
  height: 2rem;
}
.search-form.header-search input:focus, .search-form.navigation-header-search input:focus {
  border: 2px solid #d5d7d9;
}
.search-form.header-search .search_lens_desktop,
.search-form.header-search .search_lens_mobile, .search-form.navigation-header-search .search_lens_desktop,
.search-form.navigation-header-search .search_lens_mobile {
  position: absolute;
  cursor: pointer;
  float: right;
  right: 1rem;
  top: 0.25rem;
}
.search-form.show-results .results-container {
  display: block;
}
.search-form.show-results .results-container.hidden {
  display: none;
}
.search-form.form-input-closed {
  width: 0;
}
.search-form.form-input-closed .input-container input {
  visibility: hidden;
}
.search-form.form-input-closed .input-error-container,
.search-form.form-input-closed .input-container {
  width: 0;
}
.search-form.form-input-closed .input-error-container input,
.search-form.form-input-closed .input-container input {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.search-form.form-input-closed .arrow-icon,
.search-form.form-input-closed .search_lens_desktop,
.search-form.form-input-closed .search_lens_mobile {
  width: 0;
}
.search-form:not(.form-input-closed) .input-container input {
  visibility: visible;
}
.search-form .results-container {
  display: none;
  max-height: 21.1875rem;
  position: absolute;
  width: 100%;
  top: 1.875rem;
  z-index: 11000;
  border: 0.125rem solid #d5d7d9;
  border-top: none;
  padding: 0 1rem;
  background-color: #ffffff;
  overflow-y: scroll;
  padding-bottom: 1rem;
}
.search-form .results-container.hidden {
  display: none;
}
.search-form .results-container::before {
  content: "";
  height: 0.125rem;
  background-color: #d5d7d9;
  position: fixed;
  width: calc(18.75rem - 37px);
  bottom: 0.5rem;
}
.search-form .results-container .results {
  position: relative;
  top: 1.125rem;
}
.search-form .results-container .results-category {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.33;
  color: #20242a;
  cursor: pointer;
  margin-bottom: 0.5rem;
  padding: 0.375rem;
  background-color: #d5d7d9;
  display: inline-block;
  margin-right: 0.5rem;
}
.search-form .results-container .results-category.active {
  color: #ffffff;
  background-color: #20242a;
}
.search-form .results-container .results-items {
  display: none;
}
.search-form .results-container .results-items.active {
  display: initial;
}
.search-form .results-container .results-items .item {
  cursor: pointer;
  margin-bottom: 1rem;
  align-items: center;
}
.search-form .results-container .results-items .item > a {
  color: #20242a;
}
.search-form .results-container .results-items .item .search-pdf-icon {
  background-image: var(--pdf-red-medium-thin);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.375rem;
  position: relative;
  top: 0.1171875rem;
  display: inline-block;
}

.map-search {
  width: 100%;
}
.map-search .input-container {
  width: 100%;
}
.map-search .locator-icon {
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  background-image: var(--locator);
  background-size: 1.5rem;
  position: absolute;
  float: right;
  right: 0.875rem;
  top: 0.75rem;
  display: block;
}
.map-search input:focus {
  border: 0.125rem solid #d5d7d9 !important;
}

.text-block {
  width: 100%;
  /**
    * https://stackoverflow.com/a/26245056
   */
}
.text-block:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media (min-width: 48rem) {
  .text-block {
    margin-left: auto;
    margin-right: auto;
  }
  .text-block:not(.full-width) {
    max-width: 46.5rem;
  }
}
.text-block p:has(+ h2),
.text-block ul:has(+ h2),
.text-block ol:has(+ h2) {
  margin-bottom: 2.5rem;
}
.text-block p:has(+ h3),
.text-block ul:has(+ h3),
.text-block ol:has(+ h3) {
  margin-bottom: 2rem;
}
.text-block p:has(+ h4),
.text-block ul:has(+ h4),
.text-block ol:has(+ h4) {
  margin-bottom: 1.5rem;
}
.text-block p:has(+ h5, + h6),
.text-block ul:has(+ h5, + h6),
.text-block ol:has(+ h5, + h6) {
  margin-bottom: 1.25rem;
}
.text-block h2:not(.section-title),
.text-block h3,
.text-block h4,
.text-block h5,
.text-block h6 {
  margin-bottom: 0.5rem;
}
.text-block p,
.text-block a,
.text-block ul,
.text-block ol,
.text-block li {
  margin-bottom: 1rem;
}
.text-block ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.text-block ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.text-block ol > li:before {
  white-space: nowrap;
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.text-block li ol {
  margin-top: 0.5rem;
}
.text-block li ol > li {
  margin: 0;
}
.text-block li ol > li:before {
  content: counters(item, ".") " ";
}
.text-block img {
  max-width: 100%;
}
@media (min-width: 48rem) {
  .text-block img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 42.5rem;
  }
}
.text-block a {
  text-decoration: underline;
  text-underline-offset: 0.09375rem;
  color: #ee000c;
}
.text-block a,
.text-block p {
  line-height: 1.36;
}
.text-block:has(+ .button) {
  margin-bottom: 1.5rem;
}

.product-intro {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-intro .product-intro-content-wrapper {
  margin-bottom: 3rem;
}
.product-intro .text-container {
  text-align: center;
}
.product-intro .text-container .product-intro-title {
  margin-bottom: 1rem;
}
.product-intro .buttons-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 48rem) {
  .product-intro .buttons-container {
    flex-direction: row;
    justify-content: center;
    margin-top: 1rem;
  }
}
@media (min-width: 64rem) {
  .product-intro .buttons-container {
    margin-top: 2rem;
  }
}
.product-intro .buttons-container .button {
  width: 100%;
}
@media (min-width: 48rem) {
  .product-intro .buttons-container .button {
    width: initial;
  }
}

.stage-spacing {
  margin-bottom: 2rem;
}
@media (min-width: 48rem) {
  .stage-spacing {
    margin-bottom: 3.5rem;
  }
}

.stage-image {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  margin-bottom: 2rem;
}
@media (min-width: 64rem) {
  .stage-image {
    margin-bottom: 3.5rem;
  }
}
.stage-image .stage-image-title-container {
  z-index: 1;
  position: absolute;
  min-height: 40%;
  bottom: 0;
  left: 8%;
  margin-right: 8%;
}
@media (min-width: 48rem) {
  .stage-image .stage-image-title-container {
    min-height: 44%;
  }
}
@media (min-width: 64rem) {
  .stage-image .stage-image-title-container {
    left: 12%;
    margin-right: 12%;
  }
}
.stage-image .stage-image-title-container .title {
  display: none;
}
@media (min-width: 48rem) {
  .stage-image .stage-image-title-container .title {
    display: flex;
  }
}
.stage-image .stage-image-title-container .mobile-title {
  display: flex;
}
@media (min-width: 48rem) {
  .stage-image .stage-image-title-container .mobile-title {
    display: none;
  }
}
.stage-image .image-container, .stage-image .image-container-white, .stage-image .image-container-dark {
  display: inline-block;
  width: 100%;
}
.stage-image .image-container .image, .stage-image .image-container-white .image, .stage-image .image-container-dark .image {
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 18.75rem;
}
@media (min-width: 64rem) {
  .stage-image .image-container .image, .stage-image .image-container-white .image, .stage-image .image-container-dark .image {
    height: 31.25rem;
  }
}
.stage-image .image-container-after, .stage-image .image-container-white::after, .stage-image .image-container-dark::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  height: 18.75rem;
}
@media (min-width: 64rem) {
  .stage-image .image-container-after, .stage-image .image-container-white::after, .stage-image .image-container-dark::after {
    height: 31.25rem;
  }
}
.stage-image .image-container-dark::after {
  background: linear-gradient(75deg, rgba(255, 255, 255, 0.66) 15%, rgba(255, 255, 255, 0) 63%); /* W3C */ /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(75deg, rgba(255, 255, 255, 0.66) 15%, rgba(255, 255, 255, 0) 63%); /* FF3.6+ */
}
.stage-image .image-container-white::after {
  background: linear-gradient(76deg, rgba(42, 55, 63, 0.58) 11%, rgba(42, 55, 63, 0) 49%); /* W3C */ /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(76deg, rgba(42, 55, 63, 0.58) 11%, rgba(42, 55, 63, 0) 49%); /* FF3.6+ */
}

.accordion-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 57.5rem;
  padding-bottom: 0;
  border-bottom: 2px solid #d5d7d9;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.accordion-list .accordion-list-container .accordion-list-item-entry {
  border-top: 2px solid #d5d7d9;
  border-left: 2px solid #d5d7d9;
  border-right: 2px solid #d5d7d9;
}
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-title {
  word-break: break-word;
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-align: left;
  padding: 1rem 1.5rem;
  cursor: pointer;
}
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-title .title {
  font-weight: 400;
  padding-right: 1.5rem;
}
@media (min-width: 48rem) {
  .accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-title .title {
    padding-right: 5rem;
  }
}
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-title .icon {
  background-image: var(--plus);
  background-size: 1.5rem;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  float: right;
  margin-top: 0.1875rem;
}
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content {
  transition: height, padding 0.3s ease;
  word-break: break-word;
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 1.5rem;
}
@media (min-width: 48rem) {
  .accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content {
    padding: 0 7.5rem;
  }
}
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content img:not(.news-overview-text-link-arrow) {
  width: 100%;
}
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block {
  width: 100%;
  /**
    * https://stackoverflow.com/a/26245056
   */
}
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media (min-width: 48rem) {
  .accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block {
    margin-left: auto;
    margin-right: auto;
  }
  .accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block:not(.full-width) {
    max-width: 46.5rem;
  }
}
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block p:has(+ h2),
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block ul:has(+ h2),
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block ol:has(+ h2) {
  margin-bottom: 2.5rem;
}
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block p:has(+ h3),
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block ul:has(+ h3),
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block ol:has(+ h3) {
  margin-bottom: 2rem;
}
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block p:has(+ h4),
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block ul:has(+ h4),
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block ol:has(+ h4) {
  margin-bottom: 1.5rem;
}
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block p:has(+ h5, + h6),
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block ul:has(+ h5, + h6),
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block ol:has(+ h5, + h6) {
  margin-bottom: 1.25rem;
}
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block h2:not(.section-title),
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block h3,
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block h4,
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block h5,
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block h6 {
  margin-bottom: 0.5rem;
}
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block p,
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block a,
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block ul,
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block ol,
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block li {
  margin-bottom: 1rem;
}
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block ol > li:before {
  white-space: nowrap;
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block li ol {
  margin-top: 0.5rem;
}
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block li ol > li {
  margin: 0;
}
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block li ol > li:before {
  content: counters(item, ".") " ";
}
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block img {
  max-width: 100%;
}
@media (min-width: 48rem) {
  .accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 42.5rem;
  }
}
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block a {
  text-decoration: underline;
  text-underline-offset: 0.09375rem;
  color: #ee000c;
}
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block a,
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .text-block p {
  line-height: 1.36;
}
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .component {
  padding: 0;
}
.accordion-list .accordion-list-container .accordion-list-item-entry .accordion-list-item-entry-content .component:last-of-type {
  margin-bottom: 0;
}
.accordion-list .accordion-list-container .accordion-list-item-entry-open .accordion-list-item-entry-content {
  transition: height, padding 0.3s ease;
  padding-bottom: 2rem;
  height: unset;
}
.accordion-list .accordion-list-container .accordion-list-item-entry-open .accordion-icon {
  background-image: var(--minus-red) !important;
}
.accordion-list .accordion-list-container .accordion-list-item-entry-open a {
  cursor: pointer;
}

.component.max-width-slim {
  max-width: 46.5rem;
}

.advantage-list {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 57.5rem;
}
.advantage-list .advantage-list-container {
  max-width: 50rem;
  align-self: center;
}
.advantage-list .advantage-list-container > .advantage-list-item-entry:not(:last-child) {
  padding-bottom: 1rem;
}
@media (min-width: 64rem) {
  .advantage-list .advantage-list-container > .advantage-list-item-entry:not(:last-child) {
    padding-bottom: 1.5rem;
  }
}
.advantage-list .advantage-list-container .advantage-list-item-entry {
  display: flex;
  flex-direction: row;
}
.advantage-list .advantage-list-container .advantage-list-item-entry .icon {
  float: left;
  margin-top: 0.1875rem;
  margin-right: 1rem;
}
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content {
  word-break: break-word;
  display: block;
  width: 100%;
  /**
    * https://stackoverflow.com/a/26245056
   */
}
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media (min-width: 48rem) {
  .advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content {
    margin-left: auto;
    margin-right: auto;
  }
  .advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content:not(.full-width) {
    max-width: 46.5rem;
  }
}
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content p:has(+ h2),
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content ul:has(+ h2),
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content ol:has(+ h2) {
  margin-bottom: 2.5rem;
}
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content p:has(+ h3),
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content ul:has(+ h3),
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content ol:has(+ h3) {
  margin-bottom: 2rem;
}
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content p:has(+ h4),
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content ul:has(+ h4),
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content ol:has(+ h4) {
  margin-bottom: 1.5rem;
}
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content p:has(+ h5, + h6),
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content ul:has(+ h5, + h6),
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content ol:has(+ h5, + h6) {
  margin-bottom: 1.25rem;
}
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content h2:not(.section-title),
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content h3,
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content h4,
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content h5,
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content h6 {
  margin-bottom: 0.5rem;
}
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content p,
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content a,
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content ul,
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content ol,
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content li {
  margin-bottom: 1rem;
}
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content ol > li:before {
  white-space: nowrap;
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content li ol {
  margin-top: 0.5rem;
}
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content li ol > li {
  margin: 0;
}
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content li ol > li:before {
  content: counters(item, ".") " ";
}
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content img {
  max-width: 100%;
}
@media (min-width: 48rem) {
  .advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 42.5rem;
  }
}
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content a {
  text-decoration: underline;
  text-underline-offset: 0.09375rem;
  color: #ee000c;
}
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content a,
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content p {
  line-height: 1.36;
}
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content p {
  font-size: 1.125rem;
}
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content a {
  font-size: 1.125rem;
  text-decoration: underline;
  text-underline-offset: 0.09375rem;
  color: #ee000c;
}
@media (min-width: 64rem) {
  .advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content p {
    font-size: 1.5rem;
  }
  .advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content a {
    font-size: 1.5rem;
  }
}
.advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content.pdp-page p, .advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content.pdp-page a, .advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content.pdp-page ul, .advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content.pdp-page ol, .advantage-list .advantage-list-container .advantage-list-item-entry .advantage-list-item-entry-content.pdp-page li {
  font-size: inherit;
  line-height: inherit;
}

.single-teaser-card {
  display: flex;
  flex-direction: column;
}
.single-teaser-card .single-teaser-card-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 64rem) {
  .single-teaser-card .single-teaser-card-wrapper {
    height: 31.625rem;
    padding-bottom: initial;
  }
}
.single-teaser-card .single-teaser-card-wrapper .single-teaser-card-image-wrapper {
  max-width: 42.5rem;
}
.single-teaser-card .single-teaser-card-wrapper .single-teaser-card-image-wrapper .single-teaser-card-image {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 64rem) {
  .single-teaser-card .single-teaser-card-wrapper .single-teaser-card-image-wrapper {
    width: 42.5rem;
  }
  .single-teaser-card .single-teaser-card-wrapper .single-teaser-card-image-wrapper .single-teaser-card-image {
    width: 100%;
    height: 100%;
  }
}
.single-teaser-card .single-teaser-card-wrapper .single-teaser-card-bubble-wrapper {
  display: flex;
  justify-content: flex-end;
}
.single-teaser-card .single-teaser-card-wrapper .single-teaser-card-bubble-wrapper .single-teaser-card-bubble {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 5rem;
  margin-bottom: 92px;
  width: 100%;
  margin-top: -15%;
  margin-right: -1rem;
  max-height: unset;
  min-height: 17.5rem;
  padding: 1.5rem 2rem 1.5rem 2rem;
  z-index: 1;
  right: 0;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
  background: #ffffff;
}
.single-teaser-card .single-teaser-card-wrapper .single-teaser-card-bubble-wrapper .single-teaser-card-bubble:hover .arrow-text-link-container .arrow-link-image {
  animation: arrow-link-transition 0.25s ease 0s 1 normal forwards;
  -webkit-animation: arrow-link-transition 0.25s ease 0s 1 normal forwards; /* Safari 4.0 - 8.0 */
}
.single-teaser-card .single-teaser-card-wrapper .single-teaser-card-bubble-wrapper .single-teaser-card-bubble:hover .button-label {
  color: #b80009;
}
@media (min-width: 25.875rem) {
  .single-teaser-card .single-teaser-card-wrapper .single-teaser-card-bubble-wrapper .single-teaser-card-bubble {
    margin-right: -1rem;
    width: 95%;
  }
}
@media (min-width: 48rem) {
  .single-teaser-card .single-teaser-card-wrapper .single-teaser-card-bubble-wrapper .single-teaser-card-bubble {
    width: 31.25rem;
    margin-right: unset;
  }
}
@media (min-width: 64rem) {
  .single-teaser-card .single-teaser-card-wrapper .single-teaser-card-bubble-wrapper .single-teaser-card-bubble {
    width: 37.5rem;
    left: unset;
    margin-top: unset;
    margin-bottom: calc(46px * 2 - 1.25rem + 50px);
    position: absolute;
    max-height: 27.6875rem;
    min-height: 20.875rem;
    padding: 3.5rem 6rem 3.5rem 3.5rem;
  }
}
.single-teaser-card .single-teaser-card-wrapper .single-teaser-card-bubble-wrapper .single-teaser-card-bubble::before {
  border: 46px solid transparent;
  border-top: 46px solid #ffffff;
  border-right: 46px solid #ffffff;
  height: 0;
  width: 0;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: calc(1.25rem - 46px * 2);
}
@media (min-width: 64rem) {
  .single-teaser-card .single-teaser-card-wrapper .single-teaser-card-bubble-wrapper .single-teaser-card-bubble::before {
    bottom: -91px;
  }
}
.single-teaser-card .single-teaser-card-wrapper .single-teaser-card-bubble-wrapper .single-teaser-card-bubble .single-teaser-card-title {
  padding-bottom: 16px;
}
.single-teaser-card .single-teaser-card-wrapper .single-teaser-card-bubble-wrapper .single-teaser-card-bubble .single-teaser-card-title h3 {
  font-size: 1.5rem;
  line-height: 1.33;
}
@media (min-width: 64rem) {
  .single-teaser-card .single-teaser-card-wrapper .single-teaser-card-bubble-wrapper .single-teaser-card-bubble .single-teaser-card-title h3 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.single-teaser-card .single-teaser-card-wrapper .single-teaser-card-bubble-wrapper .single-teaser-card-bubble .single-teaser-card-bubble-link {
  padding-top: 1.5rem;
}

.color-primary {
  color: var(--primary-color);
}

.color-primary-dark {
  color: var(--primary-color-dark);
}

.color-white {
  color: #ffffff;
}

.section-horizontal-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.section-vertical-padding {
  margin-bottom: 5rem;
}
@media (min-width: 48rem) {
  .section-vertical-padding {
    margin-bottom: 5rem;
  }
}
@media (min-width: 64rem) {
  .section-vertical-padding {
    margin-bottom: 8rem;
  }
}

.component-spacing {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}
@media (min-width: 48rem) {
  .component-spacing {
    margin-bottom: 5rem;
  }
}
@media (min-width: 64rem) {
  .component-spacing {
    margin-bottom: 8rem;
  }
}

.component .border-bottom {
  position: relative;
}
.component .border-bottom::after {
  content: "";
  width: 2rem;
  height: 4px;
  display: block;
  bottom: -0.5rem;
  position: absolute;
}
.component .border-bottom.border-bottom--primary::after {
  background-color: var(--primary-color);
}
.component .border-bottom.border-bottom--wide::after {
  bottom: -1rem;
}
.t-spacing--half {
  margin-top: 1rem;
}

.t-spacing {
  margin-top: 2rem;
}

.t-spacing--doubled {
  margin-top: 4rem;
}

.b-spacing--half {
  margin-bottom: 1rem;
}

.b-spacing {
  margin-bottom: 2rem;
}

.b-spacing--doubled {
  margin-bottom: 4rem;
}

.divider {
  height: 1rem;
  width: 100%;
  background-color: var(--primary-color);
  border: none;
}

.no-padding {
  padding: 0 !important;
}

.background--primary {
  background-color: var(--primary-color);
}

.swiper-pagination .swiper-pagination-bullet {
  transform: scale(0.75);
  background-color: #20242a;
  opacity: 0.5;
}
.swiper-pagination .swiper-pagination-bullet-active {
  transform: scale(1);
  opacity: 1;
}

.table, .table-four-column, .table-three-column, .table-two-column, .table-one-column {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

.table-header-footer-base, .table-four-column .table-row-container .table-footer, .table-four-column .table-row-container .table-header, .table-three-column .table-row-container .table-footer, .table-three-column .table-row-container .table-header, .table-two-column .table-row-container .table-footer, .table-two-column .table-row-container .table-header, .table-one-column .table-footer {
  display: flex;
  flex-direction: row;
}
.table-header-footer-base .row-placeholder, .table-four-column .table-row-container .table-footer .row-placeholder, .table-four-column .table-row-container .table-header .row-placeholder, .table-three-column .table-row-container .table-footer .row-placeholder, .table-three-column .table-row-container .table-header .row-placeholder, .table-two-column .table-row-container .table-footer .row-placeholder, .table-two-column .table-row-container .table-header .row-placeholder, .table-one-column .table-footer .row-placeholder {
  display: none;
  min-width: 12.5rem;
  width: 12.5rem;
  margin-right: 2.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 48rem) {
  .table-header-footer-base .row-placeholder, .table-four-column .table-row-container .table-footer .row-placeholder, .table-four-column .table-row-container .table-header .row-placeholder, .table-three-column .table-row-container .table-footer .row-placeholder, .table-three-column .table-row-container .table-header .row-placeholder, .table-two-column .table-row-container .table-footer .row-placeholder, .table-two-column .table-row-container .table-header .row-placeholder, .table-one-column .table-footer .row-placeholder {
    display: flex;
    padding-bottom: unset;
  }
}
.table-header-footer-base .column-element, .table-four-column .table-row-container .table-footer .column-element, .table-four-column .table-row-container .table-header .column-element, .table-three-column .table-row-container .table-footer .column-element, .table-three-column .table-row-container .table-header .column-element, .table-two-column .table-row-container .table-footer .column-element, .table-two-column .table-row-container .table-header .column-element, .table-one-column .table-footer .column-element {
  width: 100%;
  display: block;
}
.table-header-footer-base .column-element:not(:last-child), .table-four-column .table-row-container .table-footer .column-element:not(:last-child), .table-four-column .table-row-container .table-header .column-element:not(:last-child), .table-three-column .table-row-container .table-footer .column-element:not(:last-child), .table-three-column .table-row-container .table-header .column-element:not(:last-child), .table-two-column .table-row-container .table-footer .column-element:not(:last-child), .table-two-column .table-row-container .table-header .column-element:not(:last-child), .table-one-column .table-footer .column-element:not(:last-child) {
  margin-right: 2.5rem;
}

.table-one-column {
  max-width: 57.5rem;
}
.table-one-column .table-row-container .row-entry {
  display: flex;
  flex-direction: column;
  padding: 1rem 0 0.5rem 0;
  border-bottom: 2px solid #d5d7d9;
}
@media (min-width: 48rem) {
  .table-one-column .table-row-container .row-entry {
    flex-direction: row;
    padding: 1.5rem 0;
  }
}
.table-one-column .table-row-container .row-entry .row-label {
  min-width: 100%;
  width: 100%;
  margin-right: 2.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 48rem) {
  .table-one-column .table-row-container .row-entry .row-label {
    padding-bottom: unset;
    min-width: 12.5rem;
    width: 12.5rem;
  }
}
.table-one-column .table-row-container .row-entry .row-content {
  width: 100%;
  max-width: 42.5rem;
  display: block;
  width: 100%;
  /**
    * https://stackoverflow.com/a/26245056
   */
}
.table-one-column .table-row-container .row-entry .row-content:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media (min-width: 48rem) {
  .table-one-column .table-row-container .row-entry .row-content {
    margin-left: auto;
    margin-right: auto;
  }
  .table-one-column .table-row-container .row-entry .row-content:not(.full-width) {
    max-width: 46.5rem;
  }
}
.table-one-column .table-row-container .row-entry .row-content p:has(+ h2),
.table-one-column .table-row-container .row-entry .row-content ul:has(+ h2),
.table-one-column .table-row-container .row-entry .row-content ol:has(+ h2) {
  margin-bottom: 2.5rem;
}
.table-one-column .table-row-container .row-entry .row-content p:has(+ h3),
.table-one-column .table-row-container .row-entry .row-content ul:has(+ h3),
.table-one-column .table-row-container .row-entry .row-content ol:has(+ h3) {
  margin-bottom: 2rem;
}
.table-one-column .table-row-container .row-entry .row-content p:has(+ h4),
.table-one-column .table-row-container .row-entry .row-content ul:has(+ h4),
.table-one-column .table-row-container .row-entry .row-content ol:has(+ h4) {
  margin-bottom: 1.5rem;
}
.table-one-column .table-row-container .row-entry .row-content p:has(+ h5, + h6),
.table-one-column .table-row-container .row-entry .row-content ul:has(+ h5, + h6),
.table-one-column .table-row-container .row-entry .row-content ol:has(+ h5, + h6) {
  margin-bottom: 1.25rem;
}
.table-one-column .table-row-container .row-entry .row-content h2:not(.section-title),
.table-one-column .table-row-container .row-entry .row-content h3,
.table-one-column .table-row-container .row-entry .row-content h4,
.table-one-column .table-row-container .row-entry .row-content h5,
.table-one-column .table-row-container .row-entry .row-content h6 {
  margin-bottom: 0.5rem;
}
.table-one-column .table-row-container .row-entry .row-content p,
.table-one-column .table-row-container .row-entry .row-content a,
.table-one-column .table-row-container .row-entry .row-content ul,
.table-one-column .table-row-container .row-entry .row-content ol,
.table-one-column .table-row-container .row-entry .row-content li {
  margin-bottom: 1rem;
}
.table-one-column .table-row-container .row-entry .row-content ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.table-one-column .table-row-container .row-entry .row-content ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.table-one-column .table-row-container .row-entry .row-content ol > li:before {
  white-space: nowrap;
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.table-one-column .table-row-container .row-entry .row-content li ol {
  margin-top: 0.5rem;
}
.table-one-column .table-row-container .row-entry .row-content li ol > li {
  margin: 0;
}
.table-one-column .table-row-container .row-entry .row-content li ol > li:before {
  content: counters(item, ".") " ";
}
.table-one-column .table-row-container .row-entry .row-content img {
  max-width: 100%;
}
@media (min-width: 48rem) {
  .table-one-column .table-row-container .row-entry .row-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 42.5rem;
  }
}
.table-one-column .table-row-container .row-entry .row-content a {
  text-decoration: underline;
  text-underline-offset: 0.09375rem;
  color: #ee000c;
}
.table-one-column .table-row-container .row-entry .row-content a,
.table-one-column .table-row-container .row-entry .row-content p {
  line-height: 1.36;
}
.table-one-column .table-footer .column-element {
  margin-top: 1.5rem;
}
.table-one-column .table-footer .row-placeholder {
  display: none;
}
@media (min-width: 48rem) {
  .table-one-column .table-footer .row-placeholder {
    display: flex;
  }
}

.table-two-column {
  max-width: 72.5rem;
  display: flex;
  flex-direction: column;
}
.table-two-column .table-row-container {
  flex-grow: 1;
}
.table-two-column .table-row-container:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media (min-width: 64rem) {
  .table-two-column .table-row-container:not(:last-child) {
    margin-bottom: unset;
  }
}
.table-two-column .table-row-container .row-entry {
  display: flex;
  flex-direction: column;
  padding: 1rem 0 0.5rem 0;
  border-bottom: 2px solid #d5d7d9;
}
@media (min-width: 48rem) {
  .table-two-column .table-row-container .row-entry {
    flex-direction: row;
    padding: 1.5rem 0;
  }
}
.table-two-column .table-row-container .row-entry .row-label {
  min-width: 12.5rem;
  width: 100%;
  padding-bottom: 0.5rem;
  margin-right: unset;
}
@media (min-width: 48rem) {
  .table-two-column .table-row-container .row-entry .row-label {
    width: 12.5rem;
    margin-right: 2.5rem;
  }
}
.table-two-column .table-row-container .row-entry .row-content {
  width: 100%;
  max-width: 42.5rem;
  display: block;
  width: 100%;
  /**
    * https://stackoverflow.com/a/26245056
   */
}
.table-two-column .table-row-container .row-entry .row-content:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media (min-width: 48rem) {
  .table-two-column .table-row-container .row-entry .row-content {
    margin-left: auto;
    margin-right: auto;
  }
  .table-two-column .table-row-container .row-entry .row-content:not(.full-width) {
    max-width: 46.5rem;
  }
}
.table-two-column .table-row-container .row-entry .row-content p:has(+ h2),
.table-two-column .table-row-container .row-entry .row-content ul:has(+ h2),
.table-two-column .table-row-container .row-entry .row-content ol:has(+ h2) {
  margin-bottom: 2.5rem;
}
.table-two-column .table-row-container .row-entry .row-content p:has(+ h3),
.table-two-column .table-row-container .row-entry .row-content ul:has(+ h3),
.table-two-column .table-row-container .row-entry .row-content ol:has(+ h3) {
  margin-bottom: 2rem;
}
.table-two-column .table-row-container .row-entry .row-content p:has(+ h4),
.table-two-column .table-row-container .row-entry .row-content ul:has(+ h4),
.table-two-column .table-row-container .row-entry .row-content ol:has(+ h4) {
  margin-bottom: 1.5rem;
}
.table-two-column .table-row-container .row-entry .row-content p:has(+ h5, + h6),
.table-two-column .table-row-container .row-entry .row-content ul:has(+ h5, + h6),
.table-two-column .table-row-container .row-entry .row-content ol:has(+ h5, + h6) {
  margin-bottom: 1.25rem;
}
.table-two-column .table-row-container .row-entry .row-content h2:not(.section-title),
.table-two-column .table-row-container .row-entry .row-content h3,
.table-two-column .table-row-container .row-entry .row-content h4,
.table-two-column .table-row-container .row-entry .row-content h5,
.table-two-column .table-row-container .row-entry .row-content h6 {
  margin-bottom: 0.5rem;
}
.table-two-column .table-row-container .row-entry .row-content p,
.table-two-column .table-row-container .row-entry .row-content a,
.table-two-column .table-row-container .row-entry .row-content ul,
.table-two-column .table-row-container .row-entry .row-content ol,
.table-two-column .table-row-container .row-entry .row-content li {
  margin-bottom: 1rem;
}
.table-two-column .table-row-container .row-entry .row-content ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.table-two-column .table-row-container .row-entry .row-content ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.table-two-column .table-row-container .row-entry .row-content ol > li:before {
  white-space: nowrap;
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.table-two-column .table-row-container .row-entry .row-content li ol {
  margin-top: 0.5rem;
}
.table-two-column .table-row-container .row-entry .row-content li ol > li {
  margin: 0;
}
.table-two-column .table-row-container .row-entry .row-content li ol > li:before {
  content: counters(item, ".") " ";
}
.table-two-column .table-row-container .row-entry .row-content img {
  max-width: 100%;
}
@media (min-width: 48rem) {
  .table-two-column .table-row-container .row-entry .row-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 42.5rem;
  }
}
.table-two-column .table-row-container .row-entry .row-content a {
  text-decoration: underline;
  text-underline-offset: 0.09375rem;
  color: #ee000c;
}
.table-two-column .table-row-container .row-entry .row-content a,
.table-two-column .table-row-container .row-entry .row-content p {
  line-height: 1.36;
}
@media (min-width: 64rem) {
  .table-two-column .table-row-container .row-entry .row-content {
    max-width: 27.5rem;
  }
  .table-two-column .table-row-container .row-entry .row-content:not(:last-child) {
    margin-right: 2.5rem;
  }
}
.table-two-column .table-row-container .table-footer .column-element {
  margin-top: 1.5rem;
}
.table-two-column .table-two-column-web {
  width: 100%;
  display: none;
}
@media (min-width: 64rem) {
  .table-two-column .table-two-column-web {
    display: flex;
  }
}
.table-two-column .table-two-column-mobile {
  display: initial;
}
@media (min-width: 64rem) {
  .table-two-column .table-two-column-mobile {
    display: none;
  }
}

.table-three-column {
  max-width: 72.5rem;
  display: flex;
  flex-direction: column;
}
.table-three-column .table-row-container {
  flex-grow: 1;
}
.table-three-column .table-row-container:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media (min-width: 64rem) {
  .table-three-column .table-row-container:not(:last-child) {
    margin-bottom: unset;
  }
}
.table-three-column .table-row-container .row-entry {
  display: flex;
  flex-direction: column;
  padding: 1rem 0 0.5rem 0;
  border-bottom: 2px solid #d5d7d9;
}
@media (min-width: 48rem) {
  .table-three-column .table-row-container .row-entry {
    flex-direction: row;
    padding: 1.5rem 0;
  }
}
.table-three-column .table-row-container .row-entry .row-label {
  min-width: 12.5rem;
  width: 100%;
  padding-bottom: 0.5rem;
  margin-right: unset;
}
@media (min-width: 48rem) {
  .table-three-column .table-row-container .row-entry .row-label {
    width: 12.5rem;
    margin-right: 2.5rem;
  }
}
.table-three-column .table-row-container .row-entry .row-content {
  width: 100%;
  max-width: 42.5rem;
  display: block;
  width: 100%;
  /**
    * https://stackoverflow.com/a/26245056
   */
}
.table-three-column .table-row-container .row-entry .row-content:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media (min-width: 48rem) {
  .table-three-column .table-row-container .row-entry .row-content {
    margin-left: auto;
    margin-right: auto;
  }
  .table-three-column .table-row-container .row-entry .row-content:not(.full-width) {
    max-width: 46.5rem;
  }
}
.table-three-column .table-row-container .row-entry .row-content p:has(+ h2),
.table-three-column .table-row-container .row-entry .row-content ul:has(+ h2),
.table-three-column .table-row-container .row-entry .row-content ol:has(+ h2) {
  margin-bottom: 2.5rem;
}
.table-three-column .table-row-container .row-entry .row-content p:has(+ h3),
.table-three-column .table-row-container .row-entry .row-content ul:has(+ h3),
.table-three-column .table-row-container .row-entry .row-content ol:has(+ h3) {
  margin-bottom: 2rem;
}
.table-three-column .table-row-container .row-entry .row-content p:has(+ h4),
.table-three-column .table-row-container .row-entry .row-content ul:has(+ h4),
.table-three-column .table-row-container .row-entry .row-content ol:has(+ h4) {
  margin-bottom: 1.5rem;
}
.table-three-column .table-row-container .row-entry .row-content p:has(+ h5, + h6),
.table-three-column .table-row-container .row-entry .row-content ul:has(+ h5, + h6),
.table-three-column .table-row-container .row-entry .row-content ol:has(+ h5, + h6) {
  margin-bottom: 1.25rem;
}
.table-three-column .table-row-container .row-entry .row-content h2:not(.section-title),
.table-three-column .table-row-container .row-entry .row-content h3,
.table-three-column .table-row-container .row-entry .row-content h4,
.table-three-column .table-row-container .row-entry .row-content h5,
.table-three-column .table-row-container .row-entry .row-content h6 {
  margin-bottom: 0.5rem;
}
.table-three-column .table-row-container .row-entry .row-content p,
.table-three-column .table-row-container .row-entry .row-content a,
.table-three-column .table-row-container .row-entry .row-content ul,
.table-three-column .table-row-container .row-entry .row-content ol,
.table-three-column .table-row-container .row-entry .row-content li {
  margin-bottom: 1rem;
}
.table-three-column .table-row-container .row-entry .row-content ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.table-three-column .table-row-container .row-entry .row-content ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.table-three-column .table-row-container .row-entry .row-content ol > li:before {
  white-space: nowrap;
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.table-three-column .table-row-container .row-entry .row-content li ol {
  margin-top: 0.5rem;
}
.table-three-column .table-row-container .row-entry .row-content li ol > li {
  margin: 0;
}
.table-three-column .table-row-container .row-entry .row-content li ol > li:before {
  content: counters(item, ".") " ";
}
.table-three-column .table-row-container .row-entry .row-content img {
  max-width: 100%;
}
@media (min-width: 48rem) {
  .table-three-column .table-row-container .row-entry .row-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 42.5rem;
  }
}
.table-three-column .table-row-container .row-entry .row-content a {
  text-decoration: underline;
  text-underline-offset: 0.09375rem;
  color: #ee000c;
}
.table-three-column .table-row-container .row-entry .row-content a,
.table-three-column .table-row-container .row-entry .row-content p {
  line-height: 1.36;
}
@media (min-width: 64rem) {
  .table-three-column .table-row-container .row-entry .row-content {
    max-width: 17.5rem;
  }
  .table-three-column .table-row-container .row-entry .row-content:not(:last-child) {
    margin-right: 2.5rem;
  }
}
.table-three-column .table-row-container .table-footer .column-element {
  margin-top: 1.5rem;
}
.table-three-column .table-three-column-web {
  display: none;
  width: 100%;
}
@media (min-width: 64rem) {
  .table-three-column .table-three-column-web {
    display: flex;
  }
}
.table-three-column .table-three-column-mobile {
  display: initial;
}
@media (min-width: 64rem) {
  .table-three-column .table-three-column-mobile {
    display: none;
  }
}

.table-four-column {
  max-width: 72.5rem;
  display: flex;
  flex-direction: column;
}
.table-four-column .table-row-container {
  flex-grow: 1;
}
.table-four-column .table-row-container:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media (min-width: 64rem) {
  .table-four-column .table-row-container:not(:last-child) {
    margin-bottom: unset;
  }
}
.table-four-column .table-row-container .row-entry {
  display: flex;
  flex-direction: column;
  padding: 1rem 0 0.5rem 0;
  border-bottom: 2px solid #d5d7d9;
}
@media (min-width: 48rem) {
  .table-four-column .table-row-container .row-entry {
    flex-direction: row;
    padding: 1.5rem 0;
  }
}
.table-four-column .table-row-container .row-entry .row-label {
  min-width: 12.5rem;
  width: 100%;
  padding-bottom: 0.5rem;
  margin-right: unset;
}
@media (min-width: 48rem) {
  .table-four-column .table-row-container .row-entry .row-label {
    width: 12.5rem;
    margin-right: 2.5rem;
  }
}
.table-four-column .table-row-container .row-entry .row-content {
  width: 100%;
  max-width: 42.5rem;
  display: block;
  width: 100%;
  /**
    * https://stackoverflow.com/a/26245056
   */
}
.table-four-column .table-row-container .row-entry .row-content:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media (min-width: 48rem) {
  .table-four-column .table-row-container .row-entry .row-content {
    margin-left: auto;
    margin-right: auto;
  }
  .table-four-column .table-row-container .row-entry .row-content:not(.full-width) {
    max-width: 46.5rem;
  }
}
.table-four-column .table-row-container .row-entry .row-content p:has(+ h2),
.table-four-column .table-row-container .row-entry .row-content ul:has(+ h2),
.table-four-column .table-row-container .row-entry .row-content ol:has(+ h2) {
  margin-bottom: 2.5rem;
}
.table-four-column .table-row-container .row-entry .row-content p:has(+ h3),
.table-four-column .table-row-container .row-entry .row-content ul:has(+ h3),
.table-four-column .table-row-container .row-entry .row-content ol:has(+ h3) {
  margin-bottom: 2rem;
}
.table-four-column .table-row-container .row-entry .row-content p:has(+ h4),
.table-four-column .table-row-container .row-entry .row-content ul:has(+ h4),
.table-four-column .table-row-container .row-entry .row-content ol:has(+ h4) {
  margin-bottom: 1.5rem;
}
.table-four-column .table-row-container .row-entry .row-content p:has(+ h5, + h6),
.table-four-column .table-row-container .row-entry .row-content ul:has(+ h5, + h6),
.table-four-column .table-row-container .row-entry .row-content ol:has(+ h5, + h6) {
  margin-bottom: 1.25rem;
}
.table-four-column .table-row-container .row-entry .row-content h2:not(.section-title),
.table-four-column .table-row-container .row-entry .row-content h3,
.table-four-column .table-row-container .row-entry .row-content h4,
.table-four-column .table-row-container .row-entry .row-content h5,
.table-four-column .table-row-container .row-entry .row-content h6 {
  margin-bottom: 0.5rem;
}
.table-four-column .table-row-container .row-entry .row-content p,
.table-four-column .table-row-container .row-entry .row-content a,
.table-four-column .table-row-container .row-entry .row-content ul,
.table-four-column .table-row-container .row-entry .row-content ol,
.table-four-column .table-row-container .row-entry .row-content li {
  margin-bottom: 1rem;
}
.table-four-column .table-row-container .row-entry .row-content ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.table-four-column .table-row-container .row-entry .row-content ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.table-four-column .table-row-container .row-entry .row-content ol > li:before {
  white-space: nowrap;
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.table-four-column .table-row-container .row-entry .row-content li ol {
  margin-top: 0.5rem;
}
.table-four-column .table-row-container .row-entry .row-content li ol > li {
  margin: 0;
}
.table-four-column .table-row-container .row-entry .row-content li ol > li:before {
  content: counters(item, ".") " ";
}
.table-four-column .table-row-container .row-entry .row-content img {
  max-width: 100%;
}
@media (min-width: 48rem) {
  .table-four-column .table-row-container .row-entry .row-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 42.5rem;
  }
}
.table-four-column .table-row-container .row-entry .row-content a {
  text-decoration: underline;
  text-underline-offset: 0.09375rem;
  color: #ee000c;
}
.table-four-column .table-row-container .row-entry .row-content a,
.table-four-column .table-row-container .row-entry .row-content p {
  line-height: 1.36;
}
@media (min-width: 64rem) {
  .table-four-column .table-row-container .row-entry .row-content {
    max-width: 17.5rem;
  }
  .table-four-column .table-row-container .row-entry .row-content:not(:last-child) {
    margin-right: 2.5rem;
  }
}
.table-four-column .table-row-container .table-footer .column-element {
  margin-top: 1.5rem;
}
.table-four-column .table-four-column-web {
  display: none;
  width: 100%;
}
@media (min-width: 64rem) {
  .table-four-column .table-four-column-web {
    display: flex;
  }
}
.table-four-column .table-four-column-mobile {
  display: initial;
}
@media (min-width: 64rem) {
  .table-four-column .table-four-column-mobile {
    display: none;
  }
}

.table-general {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  max-width: 72.5rem;
}

.columns-1.table-general-web, .columns-2.table-general-web, .columns-3.table-general-web {
  display: none;
  width: 100%;
}
@media (min-width: 64rem) {
  .columns-1.table-general-web, .columns-2.table-general-web, .columns-3.table-general-web {
    display: flex;
  }
}
.columns-1.table-general-mobile, .columns-2.table-general-mobile, .columns-3.table-general-mobile {
  display: initial;
}
@media (min-width: 64rem) {
  .columns-1.table-general-mobile, .columns-2.table-general-mobile, .columns-3.table-general-mobile {
    display: none;
  }
}

.columns-1 {
  display: flex;
  flex-direction: column;
}
.columns-1 .table-row-container {
  width: 100%;
  flex-grow: 1;
}
.columns-1 .table-row-container:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media (min-width: 64rem) {
  .columns-1 .table-row-container:not(:last-child) {
    margin-bottom: unset;
  }
}
.columns-1 .table-row-container .table-header {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  .columns-1 .table-row-container .table-header {
    margin-bottom: 0;
  }
}
.columns-1 .table-row-container .table-header .row-placeholder {
  display: none;
  min-width: 12.5rem;
  width: 12.5rem;
  margin-right: 2.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 48rem) {
  .columns-1 .table-row-container .table-header .row-placeholder {
    width: 12.5rem;
    min-width: 12.5rem;
    display: block;
    padding-bottom: unset;
    margin-right: 2.5rem;
  }
}
.columns-1 .table-row-container .table-header .column-element {
  width: calc(100% - 12.5rem);
  display: block;
}
.columns-1 .table-row-container .table-header .column-element:not(:last-child) {
  margin-right: 2.5rem;
}
.columns-1 .table-row-container .table-header .column-element.title {
  font-size: 2rem;
  width: 100%;
}
@media (min-width: 64rem) {
  .columns-1 .table-row-container .table-header .column-element.title {
    width: calc(100% - 12.5rem);
  }
}
.columns-1 .table-row-container .row-entry {
  display: flex;
  flex-direction: column;
  padding: 1rem 0 0.5rem 0;
  border-bottom: 2px solid #d5d7d9;
}
@media (min-width: 48rem) {
  .columns-1 .table-row-container .row-entry {
    flex-direction: row;
    padding: 1.5rem 0;
  }
}
.columns-1 .table-row-container .row-entry .row-label {
  min-width: 12.5rem;
  width: 12.5rem;
  padding-bottom: 0.5rem;
  margin-right: unset;
}
@media (min-width: 48rem) {
  .columns-1 .table-row-container .row-entry .row-label {
    min-width: 12.5rem;
    width: 12.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 48rem) {
  .columns-1 .table-row-container .row-entry .row-label {
    width: 12.5rem;
  }
}
.columns-1 .table-row-container .row-entry .row-content {
  width: 100%;
  max-width: 42.5rem;
  display: block;
}
@media (min-width: 64rem) {
  .columns-1 .table-row-container .row-entry .row-content {
    max-width: calc(100% - 12.5rem);
  }
  .columns-1 .table-row-container .row-entry .row-content:not(:last-child) {
    margin-right: 2.5rem;
  }
}
.columns-1 .table-row-container .table-footer {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  .columns-1 .table-row-container .table-footer {
    margin-bottom: 0;
  }
}
.columns-1 .table-row-container .table-footer .row-placeholder {
  display: none;
  min-width: 12.5rem;
  width: 12.5rem;
  margin-right: 2.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 48rem) {
  .columns-1 .table-row-container .table-footer .row-placeholder {
    width: 12.5rem;
    min-width: 12.5rem;
    display: block;
    padding-bottom: unset;
    margin-right: 2.5rem;
  }
}
.columns-1 .table-row-container .table-footer .column-element {
  width: calc(100% - 12.5rem);
  display: block;
}
.columns-1 .table-row-container .table-footer .column-element:not(:last-child) {
  margin-right: 2.5rem;
}
.columns-1 .table-row-container .table-footer .column-element.title {
  font-size: 2rem;
  width: 100%;
}
@media (min-width: 64rem) {
  .columns-1 .table-row-container .table-footer .column-element.title {
    width: calc(100% - 12.5rem);
  }
}
.columns-1 .table-row-container .table-footer .column-element {
  margin-top: 1.5rem;
}

.columns-2 {
  display: flex;
  flex-direction: column;
}
.columns-2 .table-row-container {
  width: 100%;
  flex-grow: 1;
}
.columns-2 .table-row-container:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media (min-width: 64rem) {
  .columns-2 .table-row-container:not(:last-child) {
    margin-bottom: unset;
  }
}
.columns-2 .table-row-container .table-header {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  .columns-2 .table-row-container .table-header {
    margin-bottom: 0;
  }
}
.columns-2 .table-row-container .table-header .row-placeholder {
  display: none;
  min-width: 12.5rem;
  width: 12.5rem;
  margin-right: 2.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 48rem) {
  .columns-2 .table-row-container .table-header .row-placeholder {
    width: 12.5rem;
    min-width: 12.5rem;
    display: block;
    padding-bottom: unset;
    margin-right: 2.5rem;
  }
}
.columns-2 .table-row-container .table-header .column-element {
  width: calc((100% - 12.5rem) / 2);
  display: block;
}
.columns-2 .table-row-container .table-header .column-element:not(:last-child) {
  margin-right: 2.5rem;
}
.columns-2 .table-row-container .table-header .column-element.title {
  font-size: 2rem;
  width: 100%;
}
@media (min-width: 64rem) {
  .columns-2 .table-row-container .table-header .column-element.title {
    width: calc((100% - 12.5rem) / 2);
  }
}
.columns-2 .table-row-container .row-entry {
  display: flex;
  flex-direction: column;
  padding: 1rem 0 0.5rem 0;
  border-bottom: 2px solid #d5d7d9;
}
@media (min-width: 48rem) {
  .columns-2 .table-row-container .row-entry {
    flex-direction: row;
    padding: 1.5rem 0;
  }
}
.columns-2 .table-row-container .row-entry .row-label {
  min-width: 12.5rem;
  width: 12.5rem;
  padding-bottom: 0.5rem;
  margin-right: unset;
}
@media (min-width: 48rem) {
  .columns-2 .table-row-container .row-entry .row-label {
    min-width: 12.5rem;
    width: 12.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 48rem) {
  .columns-2 .table-row-container .row-entry .row-label {
    width: 12.5rem;
  }
}
.columns-2 .table-row-container .row-entry .row-content {
  width: 100%;
  max-width: 42.5rem;
  display: block;
}
@media (min-width: 64rem) {
  .columns-2 .table-row-container .row-entry .row-content {
    max-width: calc((100% - 12.5rem) / 2);
  }
  .columns-2 .table-row-container .row-entry .row-content:not(:last-child) {
    margin-right: 2.5rem;
  }
}
.columns-2 .table-row-container .table-footer {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  .columns-2 .table-row-container .table-footer {
    margin-bottom: 0;
  }
}
.columns-2 .table-row-container .table-footer .row-placeholder {
  display: none;
  min-width: 12.5rem;
  width: 12.5rem;
  margin-right: 2.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 48rem) {
  .columns-2 .table-row-container .table-footer .row-placeholder {
    width: 12.5rem;
    min-width: 12.5rem;
    display: block;
    padding-bottom: unset;
    margin-right: 2.5rem;
  }
}
.columns-2 .table-row-container .table-footer .column-element {
  width: calc((100% - 12.5rem) / 2);
  display: block;
}
.columns-2 .table-row-container .table-footer .column-element:not(:last-child) {
  margin-right: 2.5rem;
}
.columns-2 .table-row-container .table-footer .column-element.title {
  font-size: 2rem;
  width: 100%;
}
@media (min-width: 64rem) {
  .columns-2 .table-row-container .table-footer .column-element.title {
    width: calc((100% - 12.5rem) / 2);
  }
}
.columns-2 .table-row-container .table-footer .column-element {
  margin-top: 1.5rem;
}

.columns-3 {
  display: flex;
  flex-direction: column;
}
.columns-3 .table-row-container {
  width: 100%;
  flex-grow: 1;
}
.columns-3 .table-row-container:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media (min-width: 64rem) {
  .columns-3 .table-row-container:not(:last-child) {
    margin-bottom: unset;
  }
}
.columns-3 .table-row-container .table-header {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  .columns-3 .table-row-container .table-header {
    margin-bottom: 0;
  }
}
.columns-3 .table-row-container .table-header .row-placeholder {
  display: none;
  min-width: 12.5rem;
  width: 12.5rem;
  margin-right: 2.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 48rem) {
  .columns-3 .table-row-container .table-header .row-placeholder {
    width: 12.5rem;
    min-width: 12.5rem;
    display: block;
    padding-bottom: unset;
    margin-right: 2.5rem;
  }
}
.columns-3 .table-row-container .table-header .column-element {
  width: calc((100% - 12.5rem) / 3);
  display: block;
}
.columns-3 .table-row-container .table-header .column-element:not(:last-child) {
  margin-right: 2.5rem;
}
.columns-3 .table-row-container .table-header .column-element.title {
  font-size: 2rem;
  width: 100%;
}
@media (min-width: 64rem) {
  .columns-3 .table-row-container .table-header .column-element.title {
    width: calc((100% - 12.5rem) / 3);
  }
}
.columns-3 .table-row-container .row-entry {
  display: flex;
  flex-direction: column;
  padding: 1rem 0 0.5rem 0;
  border-bottom: 2px solid #d5d7d9;
}
@media (min-width: 48rem) {
  .columns-3 .table-row-container .row-entry {
    flex-direction: row;
    padding: 1.5rem 0;
  }
}
.columns-3 .table-row-container .row-entry .row-label {
  min-width: 12.5rem;
  width: 12.5rem;
  padding-bottom: 0.5rem;
  margin-right: unset;
}
@media (min-width: 48rem) {
  .columns-3 .table-row-container .row-entry .row-label {
    min-width: 12.5rem;
    width: 12.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 48rem) {
  .columns-3 .table-row-container .row-entry .row-label {
    width: 12.5rem;
  }
}
.columns-3 .table-row-container .row-entry .row-content {
  width: 100%;
  max-width: 42.5rem;
  display: block;
}
@media (min-width: 64rem) {
  .columns-3 .table-row-container .row-entry .row-content {
    max-width: calc((100% - 12.5rem) / 3);
  }
  .columns-3 .table-row-container .row-entry .row-content:not(:last-child) {
    margin-right: 2.5rem;
  }
}
.columns-3 .table-row-container .table-footer {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  .columns-3 .table-row-container .table-footer {
    margin-bottom: 0;
  }
}
.columns-3 .table-row-container .table-footer .row-placeholder {
  display: none;
  min-width: 12.5rem;
  width: 12.5rem;
  margin-right: 2.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 48rem) {
  .columns-3 .table-row-container .table-footer .row-placeholder {
    width: 12.5rem;
    min-width: 12.5rem;
    display: block;
    padding-bottom: unset;
    margin-right: 2.5rem;
  }
}
.columns-3 .table-row-container .table-footer .column-element {
  width: calc((100% - 12.5rem) / 3);
  display: block;
}
.columns-3 .table-row-container .table-footer .column-element:not(:last-child) {
  margin-right: 2.5rem;
}
.columns-3 .table-row-container .table-footer .column-element.title {
  font-size: 2rem;
  width: 100%;
}
@media (min-width: 64rem) {
  .columns-3 .table-row-container .table-footer .column-element.title {
    width: calc((100% - 12.5rem) / 3);
  }
}
.columns-3 .table-row-container .table-footer .column-element {
  margin-top: 1.5rem;
}

.columns-4 {
  display: flex;
  flex-direction: column;
}
.columns-4 .table-row-container {
  width: 100%;
  flex-grow: 1;
}
.columns-4 .table-row-container:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media (min-width: 73.75rem) {
  .columns-4 .table-row-container:not(:last-child) {
    margin-bottom: unset;
  }
}
.columns-4 .table-row-container .table-header {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
@media (min-width: 73.75rem) {
  .columns-4 .table-row-container .table-header {
    margin-bottom: 0;
  }
}
.columns-4 .table-row-container .table-header .row-placeholder {
  display: none;
  min-width: 12.5rem;
  width: 12.5rem;
  margin-right: 2rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 48rem) {
  .columns-4 .table-row-container .table-header .row-placeholder {
    width: 12.5rem;
    min-width: 12.5rem;
    display: block;
    padding-bottom: unset;
    margin-right: 2rem;
  }
}
.columns-4 .table-row-container .table-header .column-element {
  width: calc((100% - 12.5rem) / 4);
  display: block;
}
.columns-4 .table-row-container .table-header .column-element:not(:last-child) {
  margin-right: 2rem;
}
.columns-4 .table-row-container .table-header .column-element.title {
  font-size: 2rem;
  width: 100%;
}
@media (min-width: 73.75rem) {
  .columns-4 .table-row-container .table-header .column-element.title {
    width: calc((100% - 12.5rem) / 4);
  }
}
.columns-4 .table-row-container .row-entry {
  display: flex;
  flex-direction: column;
  padding: 1rem 0 0.5rem 0;
  border-bottom: 2px solid #d5d7d9;
}
@media (min-width: 48rem) {
  .columns-4 .table-row-container .row-entry {
    flex-direction: row;
    padding: 1.5rem 0;
  }
}
.columns-4 .table-row-container .row-entry .row-label {
  min-width: 12.5rem;
  width: 12.5rem;
  padding-bottom: 0.5rem;
  margin-right: unset;
}
@media (min-width: 48rem) {
  .columns-4 .table-row-container .row-entry .row-label {
    min-width: 12.5rem;
    width: 12.5rem;
    margin-right: 2rem;
  }
}
@media (min-width: 73.75rem) {
  .columns-4 .table-row-container .row-entry .row-label {
    width: 12.5rem;
  }
}
.columns-4 .table-row-container .row-entry .row-content {
  width: 100%;
  max-width: 42.5rem;
  display: block;
}
@media (min-width: 73.75rem) {
  .columns-4 .table-row-container .row-entry .row-content {
    max-width: calc((100% - 12.5rem) / 4);
  }
  .columns-4 .table-row-container .row-entry .row-content:not(:last-child) {
    margin-right: 2rem;
  }
}
.columns-4 .table-row-container .table-footer {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
@media (min-width: 73.75rem) {
  .columns-4 .table-row-container .table-footer {
    margin-bottom: 0;
  }
}
.columns-4 .table-row-container .table-footer .row-placeholder {
  display: none;
  min-width: 12.5rem;
  width: 12.5rem;
  margin-right: 2rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 48rem) {
  .columns-4 .table-row-container .table-footer .row-placeholder {
    width: 12.5rem;
    min-width: 12.5rem;
    display: block;
    padding-bottom: unset;
    margin-right: 2rem;
  }
}
.columns-4 .table-row-container .table-footer .column-element {
  width: calc((100% - 12.5rem) / 4);
  display: block;
}
.columns-4 .table-row-container .table-footer .column-element:not(:last-child) {
  margin-right: 2rem;
}
.columns-4 .table-row-container .table-footer .column-element.title {
  font-size: 2rem;
  width: 100%;
}
@media (min-width: 73.75rem) {
  .columns-4 .table-row-container .table-footer .column-element.title {
    width: calc((100% - 12.5rem) / 4);
  }
}
.columns-4 .table-row-container .table-footer .column-element {
  margin-top: 1.5rem;
}
.columns-4.table-general-web {
  display: none;
  width: 100%;
}
@media (min-width: 73.75rem) {
  .columns-4.table-general-web {
    display: flex;
  }
}
.columns-4.table-general-mobile {
  display: initial;
}
@media (min-width: 73.75rem) {
  .columns-4.table-general-mobile {
    display: none;
  }
}

.columns-5.table-general-web, .columns-6.table-general-web, .columns-7.table-general-web, .columns-8.table-general-web {
  display: none;
  width: 100%;
}
@media (min-width: 80rem) {
  .columns-5.table-general-web, .columns-6.table-general-web, .columns-7.table-general-web, .columns-8.table-general-web {
    display: flex;
  }
}
.columns-5.table-general-mobile, .columns-6.table-general-mobile, .columns-7.table-general-mobile, .columns-8.table-general-mobile {
  display: initial;
}
@media (min-width: 80rem) {
  .columns-5.table-general-mobile, .columns-6.table-general-mobile, .columns-7.table-general-mobile, .columns-8.table-general-mobile {
    display: none;
  }
}

.columns-5 {
  display: flex;
  flex-direction: column;
}
.columns-5 .table-row-container {
  width: 100%;
  flex-grow: 1;
}
.columns-5 .table-row-container:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media (min-width: 80rem) {
  .columns-5 .table-row-container:not(:last-child) {
    margin-bottom: unset;
  }
}
.columns-5 .table-row-container .table-header {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
@media (min-width: 80rem) {
  .columns-5 .table-row-container .table-header {
    margin-bottom: 0;
  }
}
.columns-5 .table-row-container .table-header .row-placeholder {
  display: none;
  min-width: calc(16.6666666667% - 1rem);
  width: calc(16.6666666667% - 1rem);
  margin-right: 1rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 48rem) {
  .columns-5 .table-row-container .table-header .row-placeholder {
    width: 12.5rem;
    min-width: 12.5rem;
    display: block;
    padding-bottom: unset;
    margin-right: 1rem;
  }
}
.columns-5 .table-row-container .table-header .column-element {
  width: calc(16.6666666667% - 1rem);
  display: block;
}
.columns-5 .table-row-container .table-header .column-element:not(:last-child) {
  margin-right: 1rem;
}
.columns-5 .table-row-container .table-header .column-element.title {
  font-size: 2rem;
  width: 100%;
}
@media (min-width: 80rem) {
  .columns-5 .table-row-container .table-header .column-element.title {
    width: calc(16.6666666667% - 1rem);
  }
}
.columns-5 .table-row-container .row-entry {
  display: flex;
  flex-direction: column;
  padding: 1rem 0 0.5rem 0;
  border-bottom: 2px solid #d5d7d9;
}
@media (min-width: 48rem) {
  .columns-5 .table-row-container .row-entry {
    flex-direction: row;
    padding: 1.5rem 0;
  }
}
.columns-5 .table-row-container .row-entry .row-label {
  min-width: calc(16.6666666667% - 1rem);
  width: 12.5rem;
  padding-bottom: 0.5rem;
  margin-right: unset;
}
@media (min-width: 48rem) {
  .columns-5 .table-row-container .row-entry .row-label {
    min-width: 12.5rem;
    width: 12.5rem;
    margin-right: 1rem;
  }
}
@media (min-width: 80rem) {
  .columns-5 .table-row-container .row-entry .row-label {
    width: calc(16.6666666667% - 1rem);
  }
}
.columns-5 .table-row-container .row-entry .row-content {
  width: 100%;
  max-width: 42.5rem;
  display: block;
}
@media (min-width: 80rem) {
  .columns-5 .table-row-container .row-entry .row-content {
    max-width: calc(16.6666666667% - 1rem);
  }
  .columns-5 .table-row-container .row-entry .row-content:not(:last-child) {
    margin-right: 1rem;
  }
}
.columns-5 .table-row-container .table-footer {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
@media (min-width: 80rem) {
  .columns-5 .table-row-container .table-footer {
    margin-bottom: 0;
  }
}
.columns-5 .table-row-container .table-footer .row-placeholder {
  display: none;
  min-width: calc(16.6666666667% - 1rem);
  width: calc(16.6666666667% - 1rem);
  margin-right: 1rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 48rem) {
  .columns-5 .table-row-container .table-footer .row-placeholder {
    width: 12.5rem;
    min-width: 12.5rem;
    display: block;
    padding-bottom: unset;
    margin-right: 1rem;
  }
}
.columns-5 .table-row-container .table-footer .column-element {
  width: calc(16.6666666667% - 1rem);
  display: block;
}
.columns-5 .table-row-container .table-footer .column-element:not(:last-child) {
  margin-right: 1rem;
}
.columns-5 .table-row-container .table-footer .column-element.title {
  font-size: 2rem;
  width: 100%;
}
@media (min-width: 80rem) {
  .columns-5 .table-row-container .table-footer .column-element.title {
    width: calc(16.6666666667% - 1rem);
  }
}
.columns-5 .table-row-container .table-footer .column-element {
  margin-top: 1.5rem;
}

.columns-6 {
  display: flex;
  flex-direction: column;
}
.columns-6 .table-row-container {
  width: 100%;
  flex-grow: 1;
}
.columns-6 .table-row-container:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media (min-width: 80rem) {
  .columns-6 .table-row-container:not(:last-child) {
    margin-bottom: unset;
  }
}
.columns-6 .table-row-container .table-header {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
@media (min-width: 80rem) {
  .columns-6 .table-row-container .table-header {
    margin-bottom: 0;
  }
}
.columns-6 .table-row-container .table-header .row-placeholder {
  display: none;
  min-width: calc(14.2857142857% - 1rem);
  width: calc(14.2857142857% - 1rem);
  margin-right: 1rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 48rem) {
  .columns-6 .table-row-container .table-header .row-placeholder {
    width: 12.5rem;
    min-width: 12.5rem;
    display: block;
    padding-bottom: unset;
    margin-right: 1rem;
  }
}
.columns-6 .table-row-container .table-header .column-element {
  width: calc(14.2857142857% - 1rem);
  display: block;
}
.columns-6 .table-row-container .table-header .column-element:not(:last-child) {
  margin-right: 1rem;
}
.columns-6 .table-row-container .table-header .column-element.title {
  font-size: 2rem;
  width: 100%;
}
@media (min-width: 80rem) {
  .columns-6 .table-row-container .table-header .column-element.title {
    width: calc(14.2857142857% - 1rem);
  }
}
.columns-6 .table-row-container .row-entry {
  display: flex;
  flex-direction: column;
  padding: 1rem 0 0.5rem 0;
  border-bottom: 2px solid #d5d7d9;
}
@media (min-width: 48rem) {
  .columns-6 .table-row-container .row-entry {
    flex-direction: row;
    padding: 1.5rem 0;
  }
}
.columns-6 .table-row-container .row-entry .row-label {
  min-width: calc(14.2857142857% - 1rem);
  width: 12.5rem;
  padding-bottom: 0.5rem;
  margin-right: unset;
}
@media (min-width: 48rem) {
  .columns-6 .table-row-container .row-entry .row-label {
    min-width: 12.5rem;
    width: 12.5rem;
    margin-right: 1rem;
  }
}
@media (min-width: 80rem) {
  .columns-6 .table-row-container .row-entry .row-label {
    width: calc(14.2857142857% - 1rem);
  }
}
.columns-6 .table-row-container .row-entry .row-content {
  width: 100%;
  max-width: 42.5rem;
  display: block;
}
@media (min-width: 80rem) {
  .columns-6 .table-row-container .row-entry .row-content {
    max-width: calc(14.2857142857% - 1rem);
  }
  .columns-6 .table-row-container .row-entry .row-content:not(:last-child) {
    margin-right: 1rem;
  }
}
.columns-6 .table-row-container .table-footer {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
@media (min-width: 80rem) {
  .columns-6 .table-row-container .table-footer {
    margin-bottom: 0;
  }
}
.columns-6 .table-row-container .table-footer .row-placeholder {
  display: none;
  min-width: calc(14.2857142857% - 1rem);
  width: calc(14.2857142857% - 1rem);
  margin-right: 1rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 48rem) {
  .columns-6 .table-row-container .table-footer .row-placeholder {
    width: 12.5rem;
    min-width: 12.5rem;
    display: block;
    padding-bottom: unset;
    margin-right: 1rem;
  }
}
.columns-6 .table-row-container .table-footer .column-element {
  width: calc(14.2857142857% - 1rem);
  display: block;
}
.columns-6 .table-row-container .table-footer .column-element:not(:last-child) {
  margin-right: 1rem;
}
.columns-6 .table-row-container .table-footer .column-element.title {
  font-size: 2rem;
  width: 100%;
}
@media (min-width: 80rem) {
  .columns-6 .table-row-container .table-footer .column-element.title {
    width: calc(14.2857142857% - 1rem);
  }
}
.columns-6 .table-row-container .table-footer .column-element {
  margin-top: 1.5rem;
}

.columns-7 {
  display: flex;
  flex-direction: column;
}
.columns-7 .table-row-container {
  width: 100%;
  flex-grow: 1;
}
.columns-7 .table-row-container:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media (min-width: 80rem) {
  .columns-7 .table-row-container:not(:last-child) {
    margin-bottom: unset;
  }
}
.columns-7 .table-row-container .table-header {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
@media (min-width: 80rem) {
  .columns-7 .table-row-container .table-header {
    margin-bottom: 0;
  }
}
.columns-7 .table-row-container .table-header .row-placeholder {
  display: none;
  min-width: calc(12.5% - 1rem);
  width: calc(12.5% - 1rem);
  margin-right: 1rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 48rem) {
  .columns-7 .table-row-container .table-header .row-placeholder {
    width: 12.5rem;
    min-width: 12.5rem;
    display: block;
    padding-bottom: unset;
    margin-right: 1rem;
  }
}
.columns-7 .table-row-container .table-header .column-element {
  width: calc(12.5% - 1rem);
  display: block;
}
.columns-7 .table-row-container .table-header .column-element:not(:last-child) {
  margin-right: 1rem;
}
.columns-7 .table-row-container .table-header .column-element.title {
  font-size: 2rem;
  width: 100%;
}
@media (min-width: 80rem) {
  .columns-7 .table-row-container .table-header .column-element.title {
    width: calc(12.5% - 1rem);
  }
}
.columns-7 .table-row-container .row-entry {
  display: flex;
  flex-direction: column;
  padding: 1rem 0 0.5rem 0;
  border-bottom: 2px solid #d5d7d9;
}
@media (min-width: 48rem) {
  .columns-7 .table-row-container .row-entry {
    flex-direction: row;
    padding: 1.5rem 0;
  }
}
.columns-7 .table-row-container .row-entry .row-label {
  min-width: calc(12.5% - 1rem);
  width: 12.5rem;
  padding-bottom: 0.5rem;
  margin-right: unset;
}
@media (min-width: 48rem) {
  .columns-7 .table-row-container .row-entry .row-label {
    min-width: 12.5rem;
    width: 12.5rem;
    margin-right: 1rem;
  }
}
@media (min-width: 80rem) {
  .columns-7 .table-row-container .row-entry .row-label {
    width: calc(12.5% - 1rem);
  }
}
.columns-7 .table-row-container .row-entry .row-content {
  width: 100%;
  max-width: 42.5rem;
  display: block;
}
@media (min-width: 80rem) {
  .columns-7 .table-row-container .row-entry .row-content {
    max-width: calc(12.5% - 1rem);
  }
  .columns-7 .table-row-container .row-entry .row-content:not(:last-child) {
    margin-right: 1rem;
  }
}
.columns-7 .table-row-container .table-footer {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
@media (min-width: 80rem) {
  .columns-7 .table-row-container .table-footer {
    margin-bottom: 0;
  }
}
.columns-7 .table-row-container .table-footer .row-placeholder {
  display: none;
  min-width: calc(12.5% - 1rem);
  width: calc(12.5% - 1rem);
  margin-right: 1rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 48rem) {
  .columns-7 .table-row-container .table-footer .row-placeholder {
    width: 12.5rem;
    min-width: 12.5rem;
    display: block;
    padding-bottom: unset;
    margin-right: 1rem;
  }
}
.columns-7 .table-row-container .table-footer .column-element {
  width: calc(12.5% - 1rem);
  display: block;
}
.columns-7 .table-row-container .table-footer .column-element:not(:last-child) {
  margin-right: 1rem;
}
.columns-7 .table-row-container .table-footer .column-element.title {
  font-size: 2rem;
  width: 100%;
}
@media (min-width: 80rem) {
  .columns-7 .table-row-container .table-footer .column-element.title {
    width: calc(12.5% - 1rem);
  }
}
.columns-7 .table-row-container .table-footer .column-element {
  margin-top: 1.5rem;
}

.columns-8 {
  display: flex;
  flex-direction: column;
}
.columns-8 .table-row-container {
  width: 100%;
  flex-grow: 1;
}
.columns-8 .table-row-container:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media (min-width: 80rem) {
  .columns-8 .table-row-container:not(:last-child) {
    margin-bottom: unset;
  }
}
.columns-8 .table-row-container .table-header {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
@media (min-width: 80rem) {
  .columns-8 .table-row-container .table-header {
    margin-bottom: 0;
  }
}
.columns-8 .table-row-container .table-header .row-placeholder {
  display: none;
  min-width: calc(11.1111111111% - 1rem);
  width: calc(11.1111111111% - 1rem);
  margin-right: 1rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 48rem) {
  .columns-8 .table-row-container .table-header .row-placeholder {
    width: 12.5rem;
    min-width: 12.5rem;
    display: block;
    padding-bottom: unset;
    margin-right: 1rem;
  }
}
.columns-8 .table-row-container .table-header .column-element {
  width: calc(11.1111111111% - 1rem);
  display: block;
}
.columns-8 .table-row-container .table-header .column-element:not(:last-child) {
  margin-right: 1rem;
}
.columns-8 .table-row-container .table-header .column-element.title {
  font-size: 2rem;
  width: 100%;
}
@media (min-width: 80rem) {
  .columns-8 .table-row-container .table-header .column-element.title {
    width: calc(11.1111111111% - 1rem);
  }
}
.columns-8 .table-row-container .row-entry {
  display: flex;
  flex-direction: column;
  padding: 1rem 0 0.5rem 0;
  border-bottom: 2px solid #d5d7d9;
}
@media (min-width: 48rem) {
  .columns-8 .table-row-container .row-entry {
    flex-direction: row;
    padding: 1.5rem 0;
  }
}
.columns-8 .table-row-container .row-entry .row-label {
  min-width: calc(11.1111111111% - 1rem);
  width: 12.5rem;
  padding-bottom: 0.5rem;
  margin-right: unset;
}
@media (min-width: 48rem) {
  .columns-8 .table-row-container .row-entry .row-label {
    min-width: 12.5rem;
    width: 12.5rem;
    margin-right: 1rem;
  }
}
@media (min-width: 80rem) {
  .columns-8 .table-row-container .row-entry .row-label {
    width: calc(11.1111111111% - 1rem);
  }
}
.columns-8 .table-row-container .row-entry .row-content {
  width: 100%;
  max-width: 42.5rem;
  display: block;
}
@media (min-width: 80rem) {
  .columns-8 .table-row-container .row-entry .row-content {
    max-width: calc(11.1111111111% - 1rem);
  }
  .columns-8 .table-row-container .row-entry .row-content:not(:last-child) {
    margin-right: 1rem;
  }
}
.columns-8 .table-row-container .table-footer {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
@media (min-width: 80rem) {
  .columns-8 .table-row-container .table-footer {
    margin-bottom: 0;
  }
}
.columns-8 .table-row-container .table-footer .row-placeholder {
  display: none;
  min-width: calc(11.1111111111% - 1rem);
  width: calc(11.1111111111% - 1rem);
  margin-right: 1rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 48rem) {
  .columns-8 .table-row-container .table-footer .row-placeholder {
    width: 12.5rem;
    min-width: 12.5rem;
    display: block;
    padding-bottom: unset;
    margin-right: 1rem;
  }
}
.columns-8 .table-row-container .table-footer .column-element {
  width: calc(11.1111111111% - 1rem);
  display: block;
}
.columns-8 .table-row-container .table-footer .column-element:not(:last-child) {
  margin-right: 1rem;
}
.columns-8 .table-row-container .table-footer .column-element.title {
  font-size: 2rem;
  width: 100%;
}
@media (min-width: 80rem) {
  .columns-8 .table-row-container .table-footer .column-element.title {
    width: calc(11.1111111111% - 1rem);
  }
}
.columns-8 .table-row-container .table-footer .column-element {
  margin-top: 1.5rem;
}

.teaser-banner {
  min-height: 30rem;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  top: 3.1875rem;
  margin-bottom: calc(5rem + 3.125rem + 2 * 3.1875rem);
}
.teaser-banner .teaser-banner-content-wrapper * {
  color: #000000;
}
.teaser-banner.bg-anthracite {
  background-color: #20242a;
}
.teaser-banner.bg-anthracite .teaser-banner-content-wrapper * {
  color: #ffffff;
}
.teaser-banner.bg-rosa {
  background-color: #e87c78;
}
.teaser-banner.bg-rosa-50 {
  background-color: #EE9D9A;
}
.teaser-banner.bg-blue {
  background-color: #2C5969;
}
.teaser-banner.bg-blue .teaser-banner-content-wrapper * {
  color: #ffffff;
}
.teaser-banner.bg-blue-50 {
  background-color: #61828E;
}
.teaser-banner.bg-green-50 {
  background-color: #A5B077;
}
.teaser-banner.bg-sand {
  background-color: #c8b9a0;
}
@media (min-width: 48rem) {
  .teaser-banner {
    margin-bottom: calc(5rem + 3.125rem + 2 * 3.1875rem);
  }
}
@media (min-width: 64rem) {
  .teaser-banner {
    margin-bottom: calc(8rem + 1.625rem + 2 * 3.1875rem);
  }
}
.teaser-banner .teaser-banner-wrapper {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 30rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 76.5rem;
  margin: 0 auto;
}
.teaser-banner .teaser-banner-wrapper .slogan-circle {
  position: absolute;
  left: 2rem;
  top: -3.125rem;
  display: flex;
  align-items: center;
  width: 8.5rem;
  height: 8.5rem;
  border-radius: 50%;
  text-align: center;
  word-wrap: break-word;
  font-weight: 900;
  padding: 1.25rem;
  background: #ee000c;
  transform: rotate(15deg);
}
.teaser-banner .teaser-banner-wrapper .teaser-banner-content-wrapper {
  padding-top: 100px;
  width: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 64rem) {
  .teaser-banner .teaser-banner-wrapper .teaser-banner-content-wrapper {
    width: 38%;
  }
}
@media (min-width: 80rem) {
  .teaser-banner .teaser-banner-wrapper .teaser-banner-content-wrapper {
    width: 46.5%;
  }
}
.teaser-banner .teaser-banner-wrapper .teaser-banner-content-wrapper .title {
  font-size: 2rem;
  padding-bottom: 1rem;
}
@media (min-width: 64rem) {
  .teaser-banner .teaser-banner-wrapper .teaser-banner-content-wrapper .title {
    padding-bottom: 0.5rem;
  }
}
.teaser-banner .teaser-banner-wrapper .teaser-banner-button {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
.teaser-banner .teaser-banner-wrapper .teaser-banner-button .button-container {
  width: 100%;
}
.teaser-banner .teaser-banner-wrapper .teaser-banner-button .button-container .button {
  width: 100%;
}
@media (min-width: 48rem) {
  .teaser-banner .teaser-banner-wrapper .teaser-banner-button .button-container {
    width: 21.875rem;
  }
  .teaser-banner .teaser-banner-wrapper .teaser-banner-button .button-container .button {
    width: 21.875rem;
  }
}
@media (min-width: 64rem) {
  .teaser-banner .teaser-banner-wrapper .teaser-banner-button {
    padding-bottom: 3rem;
  }
  .teaser-banner .teaser-banner-wrapper .teaser-banner-button .button-container {
    width: unset;
  }
  .teaser-banner .teaser-banner-wrapper .teaser-banner-button .button-container .button {
    width: 100%;
  }
}
.teaser-banner .teaser-banner-wrapper .teaser-banner-image-wrapper {
  right: 2rem;
  margin-left: 2rem;
  bottom: 0;
  margin-bottom: -3.5rem;
  max-width: 560px;
  align-self: flex-end;
}
@media (min-width: 64rem) {
  .teaser-banner .teaser-banner-wrapper .teaser-banner-image-wrapper {
    position: absolute;
    bottom: -2rem;
    margin-bottom: unset;
  }
}
.teaser-banner .teaser-banner-wrapper .teaser-banner-image {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.teaser-banner-small {
  min-height: 12rem;
  padding-right: 0;
  padding-left: 0;
}
.teaser-banner-small .title {
  color: #000000;
}
.teaser-banner-small.bg-anthracite {
  background-color: #20242a;
}
.teaser-banner-small.bg-anthracite .title {
  color: #ffffff;
}
.teaser-banner-small.bg-rosa {
  background-color: #e87c78;
}
.teaser-banner-small.bg-rosa-50 {
  background-color: #EE9D9A;
}
.teaser-banner-small.bg-blue {
  background-color: #2C5969;
}
.teaser-banner-small.bg-blue .title {
  color: #ffffff;
}
.teaser-banner-small.bg-blue-50 {
  background-color: #61828E;
}
.teaser-banner-small.bg-green-50 {
  background-color: #A5B077;
}
.teaser-banner-small.bg-sand {
  background-color: #c8b9a0;
}
.teaser-banner-small .teaser-banner-small-wrapper {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 12rem;
  margin-bottom: 6.5rem;
}
@media (min-width: 64rem) {
  .teaser-banner-small .teaser-banner-small-wrapper {
    flex-direction: row;
  }
}
.teaser-banner-small .teaser-banner-small-wrapper .title {
  font-size: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  max-width: 42.5rem;
}
.teaser-banner-small .teaser-banner-small-wrapper .teaser-banner-small-button {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
  align-self: flex-end;
  width: 100%;
}
.teaser-banner-small .teaser-banner-small-wrapper .teaser-banner-small-button .button-container {
  width: 100%;
}
.teaser-banner-small .teaser-banner-small-wrapper .teaser-banner-small-button .button-container .button {
  width: 100%;
}
@media (min-width: 48rem) {
  .teaser-banner-small .teaser-banner-small-wrapper .teaser-banner-small-button {
    width: unset;
    padding-bottom: 2rem;
  }
  .teaser-banner-small .teaser-banner-small-wrapper .teaser-banner-small-button .button-container {
    width: 21.875rem;
  }
  .teaser-banner-small .teaser-banner-small-wrapper .teaser-banner-small-button .button-container .button {
    width: 21.875rem;
  }
}
@media (min-width: 64rem) {
  .teaser-banner-small .teaser-banner-small-wrapper .teaser-banner-small-button .button-container {
    width: unset;
  }
  .teaser-banner-small .teaser-banner-small-wrapper .teaser-banner-small-button .button-container .button {
    width: 100%;
  }
}

.teaser-photo {
  padding-right: 0;
  padding-left: 0;
  min-height: 30rem;
  position: relative;
  display: block;
  margin-bottom: 5rem;
}
@media (min-width: 48rem) {
  .teaser-photo {
    margin-bottom: 5rem;
  }
}
@media (min-width: 64rem) {
  .teaser-photo {
    margin-bottom: 8rem;
  }
}
@media (min-width: 48rem) {
  .teaser-photo {
    display: flex;
    flex-direction: column;
  }
}
.teaser-photo .component:not(.mgnlEditorBar) {
  margin-bottom: unset;
  min-height: unset;
}
@media (min-width: 48rem) {
  .teaser-photo .component:not(.mgnlEditorBar) {
    min-height: 30rem;
  }
}
.teaser-photo__image {
  position: relative;
  display: block;
  height: 240px;
  width: 100%;
}
@media (min-width: 48rem) {
  .teaser-photo__image {
    height: 100%;
    position: absolute;
  }
}
.teaser-photo__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.teaser-photo__image--mobile {
  display: initial;
}
@media (min-width: 48rem) {
  .teaser-photo__image--mobile {
    display: none;
  }
}
.teaser-photo__image--tablet {
  position: absolute;
  display: none;
}
@media (min-width: 48rem) {
  .teaser-photo__image--tablet {
    display: initial;
  }
}
@media (min-width: 64rem) {
  .teaser-photo__image--tablet {
    display: none;
  }
}
.teaser-photo__image--desktop {
  position: absolute;
  display: none;
}
@media (min-width: 64rem) {
  .teaser-photo__image--desktop {
    display: initial;
  }
}
.teaser-photo .teaser-photo-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  grid-template-rows: 1fr;
  align-items: center;
  min-height: unset;
}
@media (min-width: 48rem) {
  .teaser-photo .teaser-photo-wrapper {
    grid-template-columns: repeat(12, 1fr);
    min-height: 30rem;
  }
}
@media (min-width: 64rem) {
  .teaser-photo .teaser-photo-wrapper {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
.teaser-photo .teaser-photo-wrapper__card {
  grid-row: 1;
  grid-column: 1/7;
  padding: 2.5rem 1.5rem;
  margin: 0 -2rem;
}
@media (min-width: 48rem) {
  .teaser-photo .teaser-photo-wrapper__card {
    grid-column: 7/13;
    margin: 2.5rem 0;
  }
}
@media (min-width: 64rem) {
  .teaser-photo .teaser-photo-wrapper__card {
    padding: 2.5rem;
    margin: 3.75rem 0;
  }
}
.teaser-photo .teaser-photo-wrapper__card--blue {
  background-color: #DFE6E9;
}
.teaser-photo .teaser-photo-wrapper__card--rosa {
  background-color: #FCEBEB;
}
.teaser-photo .teaser-photo-wrapper__card--green {
  background-color: #E6E7E1;
}
.teaser-photo .teaser-photo-wrapper__card--sand {
  background-color: #F7F5F1;
}
.teaser-photo .teaser-photo-wrapper__card--orange {
  background-color: #FBECDE;
}
.teaser-photo .teaser-photo-wrapper__card__text {
  margin-top: 1rem;
  width: 100%;
  /**
    * https://stackoverflow.com/a/26245056
   */
}
.teaser-photo .teaser-photo-wrapper__card__text:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media (min-width: 48rem) {
  .teaser-photo .teaser-photo-wrapper__card__text {
    margin-left: auto;
    margin-right: auto;
  }
  .teaser-photo .teaser-photo-wrapper__card__text:not(.full-width) {
    max-width: 46.5rem;
  }
}
.teaser-photo .teaser-photo-wrapper__card__text p:has(+ h2),
.teaser-photo .teaser-photo-wrapper__card__text ul:has(+ h2),
.teaser-photo .teaser-photo-wrapper__card__text ol:has(+ h2) {
  margin-bottom: 2.5rem;
}
.teaser-photo .teaser-photo-wrapper__card__text p:has(+ h3),
.teaser-photo .teaser-photo-wrapper__card__text ul:has(+ h3),
.teaser-photo .teaser-photo-wrapper__card__text ol:has(+ h3) {
  margin-bottom: 2rem;
}
.teaser-photo .teaser-photo-wrapper__card__text p:has(+ h4),
.teaser-photo .teaser-photo-wrapper__card__text ul:has(+ h4),
.teaser-photo .teaser-photo-wrapper__card__text ol:has(+ h4) {
  margin-bottom: 1.5rem;
}
.teaser-photo .teaser-photo-wrapper__card__text p:has(+ h5, + h6),
.teaser-photo .teaser-photo-wrapper__card__text ul:has(+ h5, + h6),
.teaser-photo .teaser-photo-wrapper__card__text ol:has(+ h5, + h6) {
  margin-bottom: 1.25rem;
}
.teaser-photo .teaser-photo-wrapper__card__text h2:not(.section-title),
.teaser-photo .teaser-photo-wrapper__card__text h3,
.teaser-photo .teaser-photo-wrapper__card__text h4,
.teaser-photo .teaser-photo-wrapper__card__text h5,
.teaser-photo .teaser-photo-wrapper__card__text h6 {
  margin-bottom: 0.5rem;
}
.teaser-photo .teaser-photo-wrapper__card__text p,
.teaser-photo .teaser-photo-wrapper__card__text a,
.teaser-photo .teaser-photo-wrapper__card__text ul,
.teaser-photo .teaser-photo-wrapper__card__text ol,
.teaser-photo .teaser-photo-wrapper__card__text li {
  margin-bottom: 1rem;
}
.teaser-photo .teaser-photo-wrapper__card__text ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.teaser-photo .teaser-photo-wrapper__card__text ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.teaser-photo .teaser-photo-wrapper__card__text ol > li:before {
  white-space: nowrap;
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.teaser-photo .teaser-photo-wrapper__card__text li ol {
  margin-top: 0.5rem;
}
.teaser-photo .teaser-photo-wrapper__card__text li ol > li {
  margin: 0;
}
.teaser-photo .teaser-photo-wrapper__card__text li ol > li:before {
  content: counters(item, ".") " ";
}
.teaser-photo .teaser-photo-wrapper__card__text img {
  max-width: 100%;
}
@media (min-width: 48rem) {
  .teaser-photo .teaser-photo-wrapper__card__text img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 42.5rem;
  }
}
.teaser-photo .teaser-photo-wrapper__card__text a {
  text-decoration: underline;
  text-underline-offset: 0.09375rem;
  color: #ee000c;
}
.teaser-photo .teaser-photo-wrapper__card__text a,
.teaser-photo .teaser-photo-wrapper__card__text p {
  line-height: 1.36;
}
@media (min-width: 64rem) {
  .teaser-photo .teaser-photo-wrapper__card__text {
    margin-top: 1.5rem;
  }
}
.teaser-photo .teaser-photo-wrapper__card__button {
  margin-top: 2rem;
}
.teaser-photo .teaser-photo-wrapper__card__button .button-container {
  width: 100%;
}
.teaser-photo .teaser-photo-wrapper__card__button .button-container .button {
  width: 100%;
}
@media (min-width: 48rem) {
  .teaser-photo .teaser-photo-wrapper__card__button .button-container {
    width: unset;
  }
  .teaser-photo .teaser-photo-wrapper__card__button .button-container .button {
    width: unset;
  }
}
@media (min-width: 64rem) {
  .teaser-photo .teaser-photo-wrapper__card__button {
    margin-top: 2.5rem;
  }
}

.journey-teaser-single {
  padding-right: 0;
  padding-left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 19.6875rem;
  position: relative;
  margin-bottom: 5rem;
}
@media (min-width: 48rem) {
  .journey-teaser-single {
    margin-bottom: 5rem;
  }
}
@media (min-width: 64rem) {
  .journey-teaser-single {
    margin-bottom: 8rem;
  }
}
.journey-teaser-single .journey-teaser {
  position: relative;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
  grid-template-rows: 1fr;
  align-items: center;
}
@media (min-width: 48rem) {
  .journey-teaser-single .journey-teaser {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 64rem) {
  .journey-teaser-single .journey-teaser {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
.journey-teaser-single .journey-teaser__image {
  min-height: 19.6875rem;
  min-height: 24.0625rem;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  grid-column: 1/-1;
  grid-row: 1;
}
.journey-teaser-single .journey-teaser__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.journey-teaser-single .journey-teaser__image--mobile {
  display: initial;
}
@media (min-width: 48rem) {
  .journey-teaser-single .journey-teaser__image--mobile {
    display: none;
  }
}
.journey-teaser-single .journey-teaser__image--tablet {
  display: none;
}
@media (min-width: 48rem) {
  .journey-teaser-single .journey-teaser__image--tablet {
    display: initial;
  }
}
@media (min-width: 64rem) {
  .journey-teaser-single .journey-teaser__image--tablet {
    display: none;
  }
}
.journey-teaser-single .journey-teaser__image--desktop {
  display: none;
}
@media (min-width: 64rem) {
  .journey-teaser-single .journey-teaser__image--desktop {
    display: initial;
  }
}
.journey-teaser-single .journey-teaser__card {
  grid-row: 1;
  grid-column: 1/6;
  padding: 2.5rem 1.5rem;
  margin: 3.75rem 0;
  display: flex;
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 48rem) {
  .journey-teaser-single .journey-teaser__card {
    grid-column: 1/6;
  }
}
@media (min-width: 64rem) {
  .journey-teaser-single .journey-teaser__card {
    grid-column: 1/6;
    padding: 2.5rem;
  }
}
.journey-teaser-single .journey-teaser__card--blue {
  background-color: #DFE6E9;
}
.journey-teaser-single .journey-teaser__card--rosa {
  background-color: #FCEBEB;
}
.journey-teaser-single .journey-teaser__card--green {
  background-color: #E6E7E1;
}
.journey-teaser-single .journey-teaser__card--sand {
  background-color: #F7F5F1;
}
.journey-teaser-single .journey-teaser__card--orange {
  background-color: #FBECDE;
}
.journey-teaser-single .journey-teaser__card .text {
  margin-bottom: 1.5rem;
}

.journey-teaser-double {
  padding-right: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5rem;
}
@media (min-width: 48rem) {
  .journey-teaser-double {
    margin-bottom: 5rem;
  }
}
@media (min-width: 64rem) {
  .journey-teaser-double {
    margin-bottom: 8rem;
  }
}
.journey-teaser-double__wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
  grid-template-rows: 1fr;
  align-items: center;
}
@media (min-width: 48rem) {
  .journey-teaser-double__wrapper {
    gap: 60px;
  }
}
@media (min-width: 64rem) {
  .journey-teaser-double__wrapper {
    gap: 120px;
  }
}
.journey-teaser-double__wrapper > .journey-teaser:nth-of-type(1) {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .journey-teaser-double__wrapper > .journey-teaser:nth-of-type(1) {
    grid-column: 1/4;
  }
}
.journey-teaser-double__wrapper > .journey-teaser:nth-of-type(2) {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .journey-teaser-double__wrapper > .journey-teaser:nth-of-type(2) {
    grid-column: 4/7;
  }
}
.journey-teaser-double .journey-teaser {
  min-height: 24.0625rem;
  position: relative;
  display: grid;
  grid-template-columns: subgrid;
  height: 100%;
}
.journey-teaser-double .journey-teaser__image {
  padding-left: 32px;
  padding-bottom: 64px;
  min-height: 24.0625rem;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  grid-column: 1/-1;
  grid-row: 1;
}
.journey-teaser-double .journey-teaser__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.journey-teaser-double .journey-teaser__image--mobile {
  display: initial;
}
@media (min-width: 48rem) {
  .journey-teaser-double .journey-teaser__image--mobile {
    display: none;
  }
}
.journey-teaser-double .journey-teaser__image--tablet {
  display: none;
}
@media (min-width: 48rem) {
  .journey-teaser-double .journey-teaser__image--tablet {
    display: initial;
  }
}
@media (min-width: 64rem) {
  .journey-teaser-double .journey-teaser__image--tablet {
    display: none;
  }
}
.journey-teaser-double .journey-teaser__image--desktop {
  display: none;
}
@media (min-width: 64rem) {
  .journey-teaser-double .journey-teaser__image--desktop {
    display: initial;
  }
}
.journey-teaser-double .journey-teaser__card {
  position: absolute;
  bottom: 0;
  left: 0;
  grid-row: 1;
  grid-column: 1/6;
  padding: 2.5rem 1.5rem;
  margin: 3.75rem 0;
  display: flex;
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  margin-top: 3.75rem;
  width: 80%;
}
@media (min-width: 64rem) {
  .journey-teaser-double .journey-teaser__card {
    padding: 2.5rem;
  }
}
.journey-teaser-double .journey-teaser__card--blue {
  background-color: #DFE6E9;
}
.journey-teaser-double .journey-teaser__card--rosa {
  background-color: #FCEBEB;
}
.journey-teaser-double .journey-teaser__card--green {
  background-color: #E6E7E1;
}
.journey-teaser-double .journey-teaser__card--sand {
  background-color: #F7F5F1;
}
.journey-teaser-double .journey-teaser__card--orange {
  background-color: #FBECDE;
}
.journey-teaser-double .journey-teaser__card .text {
  margin-bottom: 1.5rem;
}

.journey-teaser-triple {
  padding-right: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5rem;
}
@media (min-width: 48rem) {
  .journey-teaser-triple {
    margin-bottom: 5rem;
  }
}
@media (min-width: 64rem) {
  .journey-teaser-triple {
    margin-bottom: 8rem;
  }
}
.journey-teaser-triple__wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
  grid-template-rows: 1fr;
  align-items: center;
}
@media (min-width: 48rem) {
  .journey-teaser-triple__wrapper {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 64rem) {
  .journey-teaser-triple__wrapper {
    gap: 2.5rem;
  }
}
.journey-teaser-triple__wrapper > .journey-teaser:nth-of-type(1) {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .journey-teaser-triple__wrapper > .journey-teaser:nth-of-type(1) {
    grid-column: 1/5;
  }
}
.journey-teaser-triple__wrapper > .journey-teaser:nth-of-type(2) {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .journey-teaser-triple__wrapper > .journey-teaser:nth-of-type(2) {
    grid-column: 5/9;
  }
}
.journey-teaser-triple__wrapper > .journey-teaser:nth-of-type(3) {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .journey-teaser-triple__wrapper > .journey-teaser:nth-of-type(3) {
    grid-column: 9/13;
  }
}
.journey-teaser-triple .journey-teaser {
  min-height: 24.0625rem;
  position: relative;
  display: grid;
  grid-template-columns: subgrid;
  height: 100%;
}
.journey-teaser-triple .journey-teaser__image {
  padding-left: 32px;
  padding-bottom: 64px;
  min-height: 24.0625rem;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  grid-column: 1/-1;
  grid-row: 1;
}
.journey-teaser-triple .journey-teaser__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.journey-teaser-triple .journey-teaser__image--mobile {
  display: initial;
}
@media (min-width: 48rem) {
  .journey-teaser-triple .journey-teaser__image--mobile {
    display: none;
  }
}
.journey-teaser-triple .journey-teaser__image--tablet {
  display: none;
}
@media (min-width: 48rem) {
  .journey-teaser-triple .journey-teaser__image--tablet {
    display: initial;
  }
}
@media (min-width: 64rem) {
  .journey-teaser-triple .journey-teaser__image--tablet {
    display: none;
  }
}
.journey-teaser-triple .journey-teaser__image--desktop {
  display: none;
}
@media (min-width: 64rem) {
  .journey-teaser-triple .journey-teaser__image--desktop {
    display: initial;
  }
}
.journey-teaser-triple .journey-teaser__card {
  position: absolute;
  bottom: 0;
  left: 0;
  grid-row: 1;
  grid-column: 1/6;
  padding: 2.5rem 1.5rem;
  margin: 3.75rem 0;
  display: flex;
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  margin-top: 3.75rem;
  width: 80%;
}
@media (min-width: 48rem) {
  .journey-teaser-triple .journey-teaser__card {
    grid-column: 1/5;
  }
}
@media (min-width: 64rem) {
  .journey-teaser-triple .journey-teaser__card {
    grid-column: 1/5;
    padding: 1.5rem;
  }
}
.journey-teaser-triple .journey-teaser__card--blue {
  background-color: #DFE6E9;
}
.journey-teaser-triple .journey-teaser__card--rosa {
  background-color: #FCEBEB;
}
.journey-teaser-triple .journey-teaser__card--green {
  background-color: #E6E7E1;
}
.journey-teaser-triple .journey-teaser__card--sand {
  background-color: #F7F5F1;
}
.journey-teaser-triple .journey-teaser__card--orange {
  background-color: #FBECDE;
}
.journey-teaser-triple .journey-teaser__card .text {
  margin-bottom: 1rem;
}

.advantage-banner {
  display: flex;
  flex-direction: column;
}
.advantage-banner__container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.25rem;
}
@media (min-width: 48rem) {
  .advantage-banner__container {
    grid-template-columns: repeat(12, 1fr);
    gap: 1.5rem;
  }
}
@media (min-width: 64rem) {
  .advantage-banner__container {
    gap: 2.5rem;
  }
}
.advantage-banner__container:has(> :nth-child(3):last-child) > .advantage-banner__container__item {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .advantage-banner__container:has(> :nth-child(3):last-child) > .advantage-banner__container__item:nth-of-type(1) {
    grid-column: 1/5;
  }
  .advantage-banner__container:has(> :nth-child(3):last-child) > .advantage-banner__container__item:nth-of-type(2) {
    grid-column: 5/9;
  }
  .advantage-banner__container:has(> :nth-child(3):last-child) > .advantage-banner__container__item:nth-of-type(3) {
    grid-column: 9/13;
  }
}
.advantage-banner__container:has(> :nth-child(4):last-child) > .advantage-banner__container__item {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .advantage-banner__container:has(> :nth-child(4):last-child) > .advantage-banner__container__item:nth-of-type(1), .advantage-banner__container:has(> :nth-child(4):last-child) > .advantage-banner__container__item:nth-of-type(3) {
    grid-column: 1/7;
  }
  .advantage-banner__container:has(> :nth-child(4):last-child) > .advantage-banner__container__item:nth-of-type(2), .advantage-banner__container:has(> :nth-child(4):last-child) > .advantage-banner__container__item:nth-of-type(4) {
    grid-column: 7/13;
  }
}
.advantage-banner__container__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FBECDE;
  padding: 0.75rem 1rem 1.5rem;
}
@media (min-width: 64rem) {
  .advantage-banner__container__item {
    padding: 0.75rem 2rem 2rem;
  }
}
.advantage-banner__container__item-title {
  text-align: center;
  margin-bottom: 0.5rem;
}
.advantage-banner__container__item-text {
  text-align: center;
  width: 100%;
  /**
    * https://stackoverflow.com/a/26245056
   */
}
.advantage-banner__container__item-text:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media (min-width: 48rem) {
  .advantage-banner__container__item-text {
    margin-left: auto;
    margin-right: auto;
  }
  .advantage-banner__container__item-text:not(.full-width) {
    max-width: 46.5rem;
  }
}
.advantage-banner__container__item-text p:has(+ h2),
.advantage-banner__container__item-text ul:has(+ h2),
.advantage-banner__container__item-text ol:has(+ h2) {
  margin-bottom: 2.5rem;
}
.advantage-banner__container__item-text p:has(+ h3),
.advantage-banner__container__item-text ul:has(+ h3),
.advantage-banner__container__item-text ol:has(+ h3) {
  margin-bottom: 2rem;
}
.advantage-banner__container__item-text p:has(+ h4),
.advantage-banner__container__item-text ul:has(+ h4),
.advantage-banner__container__item-text ol:has(+ h4) {
  margin-bottom: 1.5rem;
}
.advantage-banner__container__item-text p:has(+ h5, + h6),
.advantage-banner__container__item-text ul:has(+ h5, + h6),
.advantage-banner__container__item-text ol:has(+ h5, + h6) {
  margin-bottom: 1.25rem;
}
.advantage-banner__container__item-text h2:not(.section-title),
.advantage-banner__container__item-text h3,
.advantage-banner__container__item-text h4,
.advantage-banner__container__item-text h5,
.advantage-banner__container__item-text h6 {
  margin-bottom: 0.5rem;
}
.advantage-banner__container__item-text p,
.advantage-banner__container__item-text a,
.advantage-banner__container__item-text ul,
.advantage-banner__container__item-text ol,
.advantage-banner__container__item-text li {
  margin-bottom: 1rem;
}
.advantage-banner__container__item-text ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.advantage-banner__container__item-text ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.advantage-banner__container__item-text ol > li:before {
  white-space: nowrap;
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.advantage-banner__container__item-text li ol {
  margin-top: 0.5rem;
}
.advantage-banner__container__item-text li ol > li {
  margin: 0;
}
.advantage-banner__container__item-text li ol > li:before {
  content: counters(item, ".") " ";
}
.advantage-banner__container__item-text img {
  max-width: 100%;
}
@media (min-width: 48rem) {
  .advantage-banner__container__item-text img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 42.5rem;
  }
}
.advantage-banner__container__item-text a {
  text-decoration: underline;
  text-underline-offset: 0.09375rem;
  color: #ee000c;
}
.advantage-banner__container__item-text a,
.advantage-banner__container__item-text p {
  line-height: 1.36;
}
.advantage-banner__container__item-icon {
  height: 80px;
  width: 80px;
}
.advantage-banner__container__item--no-icons {
  padding: 1.5rem 1rem;
}
@media (min-width: 64rem) {
  .advantage-banner__container__item--no-icons {
    padding: 2rem;
  }
}

.info-teaser {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.info-teaser .info-teaser-entries {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 5rem;
}
.info-teaser .info-teaser-entries .info-teaser-content-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
@media (min-width: 48rem) {
  .info-teaser .info-teaser-entries .info-teaser-content-wrapper {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 64rem) {
  .info-teaser .info-teaser-entries .info-teaser-content-wrapper {
    gap: 2.5rem;
  }
}
@media (min-width: 48rem) {
  .info-teaser .info-teaser-entries .info-teaser-content-wrapper:nth-of-type(even) .image-container {
    grid-column: 7/13;
  }
  .info-teaser .info-teaser-entries .info-teaser-content-wrapper:nth-of-type(even) .content-container {
    grid-column: 1/7;
  }
}
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .image-container {
  grid-row: 1;
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .info-teaser .info-teaser-entries .info-teaser-content-wrapper .image-container {
    grid-column: 1/7;
  }
}
@media (min-width: 64rem) {
  .info-teaser .info-teaser-entries .info-teaser-content-wrapper .image-container {
    margin-bottom: unset;
  }
}
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .image-container .info-teaser-image {
  display: block;
  position: relative;
  width: 100%;
  min-height: unset;
  height: 240px;
}
@media (min-width: 48rem) {
  .info-teaser .info-teaser-entries .info-teaser-content-wrapper .image-container .info-teaser-image {
    height: 100%;
    min-height: 320px;
  }
}
@media (min-width: 64rem) {
  .info-teaser .info-teaser-entries .info-teaser-content-wrapper .image-container .info-teaser-image {
    min-height: 350px;
  }
}
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .image-container .info-teaser-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .image-container .info-teaser-image--mobile {
  display: initial;
}
@media (min-width: 48rem) {
  .info-teaser .info-teaser-entries .info-teaser-content-wrapper .image-container .info-teaser-image--mobile {
    display: none;
  }
}
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .image-container .info-teaser-image--tablet {
  position: absolute;
  display: none;
}
@media (min-width: 48rem) {
  .info-teaser .info-teaser-entries .info-teaser-content-wrapper .image-container .info-teaser-image--tablet {
    display: initial;
  }
}
@media (min-width: 64rem) {
  .info-teaser .info-teaser-entries .info-teaser-content-wrapper .image-container .info-teaser-image--tablet {
    display: none;
  }
}
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .image-container .info-teaser-image--desktop {
  position: absolute;
  display: none;
}
@media (min-width: 64rem) {
  .info-teaser .info-teaser-entries .info-teaser-content-wrapper .image-container .info-teaser-image--desktop {
    display: initial;
  }
}
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container {
  grid-row: 2;
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container {
    grid-row: 1;
    grid-column: 7/13;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-title {
  margin-bottom: 1rem;
}
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text {
  width: 100%;
  /**
    * https://stackoverflow.com/a/26245056
   */
}
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media (min-width: 48rem) {
  .info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text {
    margin-left: auto;
    margin-right: auto;
  }
  .info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text:not(.full-width) {
    max-width: 46.5rem;
  }
}
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text p:has(+ h2),
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text ul:has(+ h2),
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text ol:has(+ h2) {
  margin-bottom: 2.5rem;
}
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text p:has(+ h3),
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text ul:has(+ h3),
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text ol:has(+ h3) {
  margin-bottom: 2rem;
}
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text p:has(+ h4),
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text ul:has(+ h4),
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text ol:has(+ h4) {
  margin-bottom: 1.5rem;
}
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text p:has(+ h5, + h6),
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text ul:has(+ h5, + h6),
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text ol:has(+ h5, + h6) {
  margin-bottom: 1.25rem;
}
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text h2:not(.section-title),
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text h3,
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text h4,
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text h5,
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text h6 {
  margin-bottom: 0.5rem;
}
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text p,
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text a,
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text ul,
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text ol,
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text li {
  margin-bottom: 1rem;
}
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text ol > li:before {
  white-space: nowrap;
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text li ol {
  margin-top: 0.5rem;
}
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text li ol > li {
  margin: 0;
}
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text li ol > li:before {
  content: counters(item, ".") " ";
}
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text img {
  max-width: 100%;
}
@media (min-width: 48rem) {
  .info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 42.5rem;
  }
}
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text a {
  text-decoration: underline;
  text-underline-offset: 0.09375rem;
  color: #ee000c;
}
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text a,
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .content-container .text-container .info-teaser-text p {
  line-height: 1.36;
}
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .info-teaser-button-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 64rem) {
  .info-teaser .info-teaser-entries .info-teaser-content-wrapper .info-teaser-button-container {
    margin-top: 2rem;
  }
}
@media (min-width: 48rem) {
  .info-teaser .info-teaser-entries .info-teaser-content-wrapper .info-teaser-button-container {
    flex-direction: row;
  }
}
@media (min-width: 64rem) {
  .info-teaser .info-teaser-entries .info-teaser-content-wrapper .info-teaser-button-container {
    justify-content: initial;
    width: unset;
  }
}
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .info-teaser-button-container .button-container {
  width: 100%;
  display: block;
}
@media (min-width: 48rem) {
  .info-teaser .info-teaser-entries .info-teaser-content-wrapper .info-teaser-button-container .button-container {
    width: unset;
    display: flex;
  }
}
.info-teaser .info-teaser-entries .info-teaser-content-wrapper .info-teaser-button-container .button-container .button {
  width: 100%;
}

.stage-speech-bubble {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.stage-speech-bubble .stage-speech-bubble-content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
  justify-content: center;
  min-width: 17.5rem;
  max-width: 21.875rem;
  position: relative;
  height: 24rem;
  margin-top: 7.875rem;
}
@media (min-width: 48rem) {
  .stage-speech-bubble .stage-speech-bubble-content-wrapper {
    margin-top: 11.75rem;
    max-width: unset;
    margin-bottom: 3.25rem;
    height: unset;
  }
}
@media (min-width: 64rem) {
  .stage-speech-bubble .stage-speech-bubble-content-wrapper {
    margin-bottom: 3.25rem;
  }
}
.stage-speech-bubble .black-text-bubble {
  width: 15.75rem;
  height: 13.625rem;
  min-height: 13.625rem;
  min-width: 15.75rem;
  background-image: var(--black-bubble);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15.75rem 13.625rem;
  position: absolute;
  left: 0;
}
@media (min-width: 48rem) {
  .stage-speech-bubble .black-text-bubble {
    position: relative;
    width: 18.3125rem;
    min-width: 18.3125rem;
    height: 16.3125rem;
    min-height: 16.3125rem;
    background-size: 18.3125rem;
  }
}
@media (min-width: 48rem) {
  .stage-speech-bubble .black-text-bubble {
    width: 19.5625rem;
    min-width: 19.5625rem;
    height: 17.4375rem;
    min-height: 17.4375rem;
    background-size: 19.5625rem;
  }
}
.stage-speech-bubble .black-text-bubble .text {
  padding: 1.5rem 3rem 0 1.5rem;
}
.stage-speech-bubble .black-text-bubble .text h3 {
  font-size: 1.5rem;
}
@media (min-width: 25.875rem) {
  .stage-speech-bubble .black-text-bubble .text h3 {
    font-size: 2rem;
  }
}
@media (min-width: 48rem) {
  .stage-speech-bubble .black-text-bubble .text h3 {
    font-size: 2.5rem;
  }
}
.stage-speech-bubble .black-text-bubble .slogan-circle {
  position: absolute;
  display: flex;
  align-items: center;
  width: 6.875rem;
  height: 6.875rem;
  border-radius: 50%;
  text-align: center;
  word-wrap: break-word;
  font-weight: 900;
  padding: 0.75rem;
  background: #ee000c;
  transform: rotate(15deg);
  font-size: 1rem;
  right: -5rem;
  top: 2.5rem;
}
@media (min-width: 48rem) {
  .stage-speech-bubble .black-text-bubble .slogan-circle {
    width: 7.5rem;
    height: 7.5rem;
    font-size: 1.125rem;
    left: 8.75rem;
    right: unset;
    top: unset;
    bottom: -1.25rem;
  }
}
.stage-speech-bubble .red-text-bubble {
  width: 16rem;
  height: 14.25rem;
  background-image: var(--red-bubble);
  background-position: center center;
  background-repeat: no-repeat;
  text-align: left;
  display: flex;
  background-size: 16rem 14.25rem;
  position: absolute;
  top: 9.75rem;
  right: 0;
  align-items: flex-end;
}
.stage-speech-bubble .red-text-bubble .text {
  padding: 0.875rem 0.875rem 3.125rem 0.875rem;
}
@media (min-width: 48rem) {
  .stage-speech-bubble .red-text-bubble .text {
    padding: 1.5rem 1.5rem 0 3rem;
    text-align: right;
  }
}
@media (min-width: 48rem) {
  .stage-speech-bubble .red-text-bubble {
    display: block;
    position: relative;
    top: unset;
    right: unset;
    text-align: right;
    align-items: unset;
    width: 22.5rem;
    height: 20.0625rem;
    margin-top: 1.75rem;
    margin-left: -1.75rem;
    background-size: 22.5rem 20.0625rem;
  }
}

.teaser-cards {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.teaser-cards-layout {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  width: 100%;
}
@media (min-width: 48rem) {
  .teaser-cards-layout {
    grid-template-columns: repeat(12, 1fr);
    gap: 1.5rem;
  }
}
@media (min-width: 64rem) {
  .teaser-cards-layout {
    gap: 2.5rem;
  }
}
.teaser-cards-layout.hover--blue .teaser-card-wrapper:hover .teaser-card {
  transition: background-color 0.25s ease-in-out;
  background-color: #DFE6E9;
}
.teaser-cards-layout.hover--blue .teaser-card-wrapper:hover .teaser-card .content {
  transition: background-color 0.25s ease-in-out;
  background-color: #DFE6E9;
}
.teaser-cards-layout.hover--blue .teaser-card-wrapper:hover .teaser-card .arrow-icon {
  transform: translateX(4px);
  transition: transform 0.25s ease-in-out;
}
.teaser-cards-layout.hover--blue .teaser-card-wrapper:hover .teaser-card .arrow-icon g {
  transition: stroke 0.25s ease-in-out;
  stroke: #b80009;
}
.teaser-cards-layout.hover--blue .teaser-card-wrapper:hover .teaser-card .arrow-text-link-container {
  color: #b80009;
}
.teaser-cards-layout.hover--blue .teaser-card-wrapper:hover .teaser-card .arrow-text-link-container p {
  color: #b80009;
}
.teaser-cards-layout.hover--rosa .teaser-card-wrapper:hover .teaser-card {
  transition: background-color 0.25s ease-in-out;
  background-color: #FCEBEB;
}
.teaser-cards-layout.hover--rosa .teaser-card-wrapper:hover .teaser-card .content {
  transition: background-color 0.25s ease-in-out;
  background-color: #FCEBEB;
}
.teaser-cards-layout.hover--rosa .teaser-card-wrapper:hover .teaser-card .arrow-icon {
  transform: translateX(4px);
  transition: transform 0.25s ease-in-out;
}
.teaser-cards-layout.hover--rosa .teaser-card-wrapper:hover .teaser-card .arrow-icon g {
  transition: stroke 0.25s ease-in-out;
  stroke: #b80009;
}
.teaser-cards-layout.hover--rosa .teaser-card-wrapper:hover .teaser-card .arrow-text-link-container {
  color: #b80009;
}
.teaser-cards-layout.hover--rosa .teaser-card-wrapper:hover .teaser-card .arrow-text-link-container p {
  color: #b80009;
}
.teaser-cards-layout.hover--green .teaser-card-wrapper:hover .teaser-card {
  transition: background-color 0.25s ease-in-out;
  background-color: #E6E7E1;
}
.teaser-cards-layout.hover--green .teaser-card-wrapper:hover .teaser-card .content {
  transition: background-color 0.25s ease-in-out;
  background-color: #E6E7E1;
}
.teaser-cards-layout.hover--green .teaser-card-wrapper:hover .teaser-card .arrow-icon {
  transform: translateX(4px);
  transition: transform 0.25s ease-in-out;
}
.teaser-cards-layout.hover--green .teaser-card-wrapper:hover .teaser-card .arrow-icon g {
  transition: stroke 0.25s ease-in-out;
  stroke: #b80009;
}
.teaser-cards-layout.hover--green .teaser-card-wrapper:hover .teaser-card .arrow-text-link-container {
  color: #b80009;
}
.teaser-cards-layout.hover--green .teaser-card-wrapper:hover .teaser-card .arrow-text-link-container p {
  color: #b80009;
}
.teaser-cards-layout.hover--sand .teaser-card-wrapper:hover .teaser-card {
  transition: background-color 0.25s ease-in-out;
  background-color: #F7F5F1;
}
.teaser-cards-layout.hover--sand .teaser-card-wrapper:hover .teaser-card .content {
  transition: background-color 0.25s ease-in-out;
  background-color: #F7F5F1;
}
.teaser-cards-layout.hover--sand .teaser-card-wrapper:hover .teaser-card .arrow-icon {
  transform: translateX(4px);
  transition: transform 0.25s ease-in-out;
}
.teaser-cards-layout.hover--sand .teaser-card-wrapper:hover .teaser-card .arrow-icon g {
  transition: stroke 0.25s ease-in-out;
  stroke: #b80009;
}
.teaser-cards-layout.hover--sand .teaser-card-wrapper:hover .teaser-card .arrow-text-link-container {
  color: #b80009;
}
.teaser-cards-layout.hover--sand .teaser-card-wrapper:hover .teaser-card .arrow-text-link-container p {
  color: #b80009;
}
.teaser-cards-layout.hover--orange .teaser-card-wrapper:hover .teaser-card {
  transition: background-color 0.25s ease-in-out;
  background-color: #FBECDE;
}
.teaser-cards-layout.hover--orange .teaser-card-wrapper:hover .teaser-card .content {
  transition: background-color 0.25s ease-in-out;
  background-color: #FBECDE;
}
.teaser-cards-layout.hover--orange .teaser-card-wrapper:hover .teaser-card .arrow-icon {
  transform: translateX(4px);
  transition: transform 0.25s ease-in-out;
}
.teaser-cards-layout.hover--orange .teaser-card-wrapper:hover .teaser-card .arrow-icon g {
  transition: stroke 0.25s ease-in-out;
  stroke: #b80009;
}
.teaser-cards-layout.hover--orange .teaser-card-wrapper:hover .teaser-card .arrow-text-link-container {
  color: #b80009;
}
.teaser-cards-layout.hover--orange .teaser-card-wrapper:hover .teaser-card .arrow-text-link-container p {
  color: #b80009;
}
.teaser-cards-layout .teaser-card-wrapper:hover .teaser-card {
  transition: background-color 0.25s ease-in-out;
  background-color: #FBECDE;
}
.teaser-cards-layout .teaser-card-wrapper:hover .teaser-card .content {
  transition: background-color 0.25s ease-in-out;
  background-color: #FBECDE;
}
.teaser-cards-layout .teaser-card-wrapper:hover .teaser-card .arrow-icon {
  transform: translateX(4px);
  transition: transform 0.25s ease-in-out;
}
.teaser-cards-layout .teaser-card-wrapper:hover .teaser-card .arrow-icon g {
  transition: stroke 0.25s ease-in-out;
  stroke: #b80009;
}
.teaser-cards-layout .teaser-card-wrapper:hover .teaser-card .arrow-text-link-container {
  color: #b80009;
}
.teaser-cards-layout .teaser-card-wrapper:hover .teaser-card .arrow-text-link-container p {
  color: #b80009;
}

.teaser-cards-layout-auto:has(> .teaser-card-wrapper:nth-of-type(1):last-of-type) > .teaser-card-wrapper {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .teaser-cards-layout-auto:has(> .teaser-card-wrapper:nth-of-type(1):last-of-type) > .teaser-card-wrapper {
    grid-column: 5/9;
  }
}
.teaser-cards-layout-auto:has(> .teaser-card-wrapper:nth-of-type(2):last-of-type) > .teaser-card-wrapper:nth-of-type(2n), .teaser-cards-layout-auto:has(> .teaser-card-wrapper:nth-of-type(4):last-of-type) > .teaser-card-wrapper:nth-of-type(2n) {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .teaser-cards-layout-auto:has(> .teaser-card-wrapper:nth-of-type(2):last-of-type) > .teaser-card-wrapper:nth-of-type(2n), .teaser-cards-layout-auto:has(> .teaser-card-wrapper:nth-of-type(4):last-of-type) > .teaser-card-wrapper:nth-of-type(2n) {
    grid-column: 7/11;
  }
}
.teaser-cards-layout-auto:has(> .teaser-card-wrapper:nth-of-type(2):last-of-type) > .teaser-card-wrapper:nth-of-type(2n+1), .teaser-cards-layout-auto:has(> .teaser-card-wrapper:nth-of-type(4):last-of-type) > .teaser-card-wrapper:nth-of-type(2n+1) {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .teaser-cards-layout-auto:has(> .teaser-card-wrapper:nth-of-type(2):last-of-type) > .teaser-card-wrapper:nth-of-type(2n+1), .teaser-cards-layout-auto:has(> .teaser-card-wrapper:nth-of-type(4):last-of-type) > .teaser-card-wrapper:nth-of-type(2n+1) {
    grid-column: 3/7;
  }
}
.teaser-cards-layout-auto:has(> .teaser-card-wrapper:nth-of-type(3):last-of-type), .teaser-cards-layout-auto:has(> .teaser-card-wrapper:nth-of-type(n + 5)) {
  /* stylelint-disable-next-line no-descending-specificity */
  /* stylelint-disable-next-line no-descending-specificity */
  /* stylelint-disable-next-line no-descending-specificity */
}
.teaser-cards-layout-auto:has(> .teaser-card-wrapper:nth-of-type(3):last-of-type) > .teaser-card-wrapper:nth-of-type(3n + 1), .teaser-cards-layout-auto:has(> .teaser-card-wrapper:nth-of-type(n + 5)) > .teaser-card-wrapper:nth-of-type(3n + 1) {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .teaser-cards-layout-auto:has(> .teaser-card-wrapper:nth-of-type(3):last-of-type) > .teaser-card-wrapper:nth-of-type(3n + 1), .teaser-cards-layout-auto:has(> .teaser-card-wrapper:nth-of-type(n + 5)) > .teaser-card-wrapper:nth-of-type(3n + 1) {
    grid-column: 1/5;
  }
}
.teaser-cards-layout-auto:has(> .teaser-card-wrapper:nth-of-type(3):last-of-type) > .teaser-card-wrapper:nth-of-type(3n + 2), .teaser-cards-layout-auto:has(> .teaser-card-wrapper:nth-of-type(n + 5)) > .teaser-card-wrapper:nth-of-type(3n + 2) {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .teaser-cards-layout-auto:has(> .teaser-card-wrapper:nth-of-type(3):last-of-type) > .teaser-card-wrapper:nth-of-type(3n + 2), .teaser-cards-layout-auto:has(> .teaser-card-wrapper:nth-of-type(n + 5)) > .teaser-card-wrapper:nth-of-type(3n + 2) {
    grid-column: 5/9;
  }
}
.teaser-cards-layout-auto:has(> .teaser-card-wrapper:nth-of-type(3):last-of-type) > .teaser-card-wrapper:nth-of-type(3n), .teaser-cards-layout-auto:has(> .teaser-card-wrapper:nth-of-type(n + 5)) > .teaser-card-wrapper:nth-of-type(3n) {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .teaser-cards-layout-auto:has(> .teaser-card-wrapper:nth-of-type(3):last-of-type) > .teaser-card-wrapper:nth-of-type(3n), .teaser-cards-layout-auto:has(> .teaser-card-wrapper:nth-of-type(n + 5)) > .teaser-card-wrapper:nth-of-type(3n) {
    grid-column: 9/13;
  }
}

.teaser-cards-layout-twoColumns > .teaser-card-wrapper:nth-of-type(2n) {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .teaser-cards-layout-twoColumns > .teaser-card-wrapper:nth-of-type(2n) {
    grid-column: 7/11;
  }
}
.teaser-cards-layout-twoColumns > .teaser-card-wrapper:nth-of-type(2n+1) {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .teaser-cards-layout-twoColumns > .teaser-card-wrapper:nth-of-type(2n+1) {
    grid-column: 3/7;
  }
}

.teaser-cards-layout-threeColumns > .teaser-card-wrapper:nth-of-type(3n + 1) {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .teaser-cards-layout-threeColumns > .teaser-card-wrapper:nth-of-type(3n + 1) {
    grid-column: 1/5;
  }
}
.teaser-cards-layout-threeColumns > .teaser-card-wrapper:nth-of-type(3n + 2) {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .teaser-cards-layout-threeColumns > .teaser-card-wrapper:nth-of-type(3n + 2) {
    grid-column: 5/9;
  }
}
.teaser-cards-layout-threeColumns > .teaser-card-wrapper:nth-of-type(3n) {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .teaser-cards-layout-threeColumns > .teaser-card-wrapper:nth-of-type(3n) {
    grid-column: 9/13;
  }
}

.teaser-card {
  position: relative;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  background-color: #f7f8fa;
  transition: background-color 0.25s ease-in-out;
}
@media (min-width: 48rem) {
  .teaser-card {
    padding: 1.5rem;
  }
}
@media (min-width: 64rem) {
  .teaser-card {
    padding: 2rem;
  }
}
.teaser-card a {
  color: black;
}
.teaser-card a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.teaser-card .arrow-container {
  width: -moz-fit-content;
  width: fit-content;
}
.teaser-card .top-container {
  display: flex;
  padding-bottom: 1rem;
}
.teaser-card .top-container.icon {
  justify-content: flex-start;
}
.teaser-card .top-container .blkb-checkbox {
  margin-top: 0 !important;
}
.teaser-card .top-container.checkbox {
  justify-content: flex-end;
}
.teaser-card .top-container.both {
  justify-content: space-between;
}
.teaser-card .top-container .blkb-checkbox {
  margin-top: 1rem;
}
.teaser-card .top-container .teaser-card__image {
  margin-left: -1rem;
  width: 5rem;
  height: 5rem;
}
.teaser-card__arrow-link {
  margin-top: 1.5rem;
}

.teaser-cards-no-button {
  margin-bottom: 5.5rem;
}
@media (min-width: 48rem) {
  .teaser-cards-no-button {
    margin-bottom: 5rem;
  }
}
@media (min-width: 64rem) {
  .teaser-cards-no-button {
    margin-bottom: 8rem;
  }
}
.teaser-cards-no-button .swiper-pagination {
  bottom: -1.5rem !important;
}
.teaser-cards-no-button .teaser-card-wrapper:hover .title {
  text-decoration: underline;
}

.teaser-cards-button .swiper-pagination {
  bottom: 4.5rem !important;
}

.text-small-tag, .teaser-card .top-container.tag > div {
  background-color: #ee000c;
  border-radius: 1px;
  height: 2rem;
  opacity: 1;
  line-height: 1.5rem;
  padding: 0.25rem 0.75rem;
  color: #ffffff;
}

.tag-container {
  position: absolute;
  top: 2rem;
  left: 2rem;
}

.call-to-action-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.call-to-action-banner__card {
  row-gap: 2rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 47.5rem;
  background-color: #F7F5F1;
  padding: 1rem 1.5rem 2.5rem;
}
@media (min-width: 64rem) {
  .call-to-action-banner__card {
    padding: 2.5rem 4rem 4rem;
  }
}
.call-to-action-banner__card__icon {
  align-self: center;
}
.call-to-action-banner__card__text {
  margin-top: -2rem;
  text-align: center;
}
.call-to-action-banner__card .button-container {
  align-self: center;
  width: 100%;
}
@media (min-width: 48rem) {
  .call-to-action-banner__card .button-container {
    width: initial;
  }
}
.call-to-action-banner__card .button-container .button {
  width: 100%;
}
@media (min-width: 48rem) {
  .call-to-action-banner__card .button-container .button {
    width: initial;
  }
}

.attention-banner {
  background-color: #616b72;
  min-height: 18.0625rem;
  padding-right: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}
.attention-banner .attention-banner-wrapper {
  margin-bottom: 0 !important;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  min-height: 18.0625rem;
  margin-bottom: 6.5rem;
  width: 100%;
  max-width: 57.5625rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
@media (min-width: 64rem) {
  .attention-banner .attention-banner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.attention-banner .attention-banner-wrapper .attention-icon-content-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 48rem) {
  .attention-banner .attention-banner-wrapper .attention-icon-content-wrapper {
    flex-direction: row;
  }
}
.attention-banner .attention-banner-wrapper .attention-icon-content-wrapper .attention-icon-wrapper {
  margin-top: 2rem;
  margin-right: 2.5rem;
}
.attention-banner .attention-banner-wrapper .attention-icon-content-wrapper .attention-icon-wrapper .placeholder {
  width: 3rem;
  height: 3rem;
}
.attention-banner .attention-banner-wrapper .attention-icon-content-wrapper .attention-banner-inner-wrapper {
  display: flex;
  flex-direction: row;
}
.attention-banner .attention-banner-wrapper .attention-icon-content-wrapper .attention-banner-inner-wrapper .attention-banner-content {
  display: flex;
  flex-direction: column;
  max-width: 44.5rem;
}
.attention-banner .attention-banner-wrapper .attention-icon-content-wrapper .attention-banner-inner-wrapper .attention-banner-content .title {
  font-size: 2rem;
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  max-width: 42.5rem;
  padding-right: 2.5rem;
}
@media (min-width: 48rem) {
  .attention-banner .attention-banner-wrapper .attention-icon-content-wrapper .attention-banner-inner-wrapper .attention-banner-content .title {
    padding-top: 2rem;
    padding-right: unset;
  }
}
.attention-banner .attention-banner-wrapper .attention-icon-content-wrapper .attention-banner-inner-wrapper .attention-banner-content .attention-banner-button {
  padding-top: 2rem;
  padding-bottom: 3.5rem;
  align-self: flex-start;
  width: 100%;
}
.attention-banner .attention-banner-wrapper .attention-icon-content-wrapper .attention-banner-inner-wrapper .attention-banner-content .attention-banner-button .button-container {
  width: 100%;
}
.attention-banner .attention-banner-wrapper .attention-icon-content-wrapper .attention-banner-inner-wrapper .attention-banner-content .attention-banner-button .button-container .button {
  width: 100%;
}
@media (min-width: 48rem) {
  .attention-banner .attention-banner-wrapper .attention-icon-content-wrapper .attention-banner-inner-wrapper .attention-banner-content .attention-banner-button {
    padding-top: 1.5rem;
    width: unset;
  }
  .attention-banner .attention-banner-wrapper .attention-icon-content-wrapper .attention-banner-inner-wrapper .attention-banner-content .attention-banner-button .button-container {
    width: 21.875rem;
  }
  .attention-banner .attention-banner-wrapper .attention-icon-content-wrapper .attention-banner-inner-wrapper .attention-banner-content .attention-banner-button .button-container .button {
    width: 21.875rem;
  }
}
@media (min-width: 64rem) {
  .attention-banner .attention-banner-wrapper .attention-icon-content-wrapper .attention-banner-inner-wrapper .attention-banner-content .attention-banner-button .button-container {
    width: unset;
  }
  .attention-banner .attention-banner-wrapper .attention-icon-content-wrapper .attention-banner-inner-wrapper .attention-banner-content .attention-banner-button .button-container .button {
    width: 100%;
  }
}
.attention-banner .attention-banner-wrapper .close-icon-wrapper {
  position: absolute;
  right: 2rem;
  top: 2rem;
  margin-left: unset;
  margin-top: unset;
}
@media (min-width: 48rem) {
  .attention-banner .attention-banner-wrapper .close-icon-wrapper {
    position: relative;
    margin-top: 2rem;
    margin-left: 5.5rem;
    top: unset;
    right: unset;
  }
}
.attention-banner .attention-banner-wrapper .close-icon-wrapper .attention-banner-close {
  cursor: pointer;
  color: #ffffff;
}
.attention-banner .attention-banner-wrapper .close-icon-wrapper .attention-banner-close--mobile {
  display: block;
}
@media (min-width: 48rem) {
  .attention-banner .attention-banner-wrapper .close-icon-wrapper .attention-banner-close--mobile {
    display: none;
  }
}
.attention-banner .attention-banner-wrapper .close-icon-wrapper .attention-banner-close--desktop {
  display: none;
}
@media (min-width: 48rem) {
  .attention-banner .attention-banner-wrapper .close-icon-wrapper .attention-banner-close--desktop {
    display: block;
  }
}

.attention-banner-hide {
  min-height: 0;
  transition: min-height 0.2s;
  height: 0;
  overflow: hidden;
}

.in-page-links {
  position: relative;
  display: flex;
  flex-direction: column;
}
.in-page-links-items {
  display: flex;
  flex-direction: column;
  /**
    Override the grid so it has two columns because otherwise it does not look good
   */
}
@media (min-width: 48rem) {
  .in-page-links-items {
    display: grid;
    grid-gap: 2.5rem 2.5rem;
    grid-template-columns: repeat(2, 27.5rem);
    grid-auto-flow: row;
    justify-content: center;
  }
  .in-page-links-items.grid-3 {
    grid-gap: 2.5rem 1.5rem;
    grid-template-columns: repeat(3, 360px);
    grid-auto-flow: row;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .in-page-links-items.grid-3 {
    grid-gap: 2.5rem 2.5rem;
    grid-auto-flow: row;
    justify-content: center;
    grid-template-columns: repeat(2, 340px);
  }
}
@media screen and (min-width: 950px) and (max-width: 1200px) {
  .in-page-links-items.grid-3 {
    grid-template-columns: repeat(2, 27.5rem);
  }
}
.in-page-links-items .in-page-link-item {
  display: grid;
  grid-template-columns: 1.5rem auto;
  gap: 0.75rem;
  border-bottom: 0.125rem solid rgba(42, 55, 63, 0.2);
  min-height: 2.625rem;
  align-items: center;
  padding-bottom: 0.5rem;
  line-height: 2.625rem;
}
.in-page-links-items .in-page-link-item:not(:last-of-type) {
  margin-bottom: 1.3125rem;
}
@media (min-width: 48rem) {
  .in-page-links-items .in-page-link-item {
    margin-bottom: 0 !important;
  }
}
.in-page-links-items .in-page-link-item__icon {
  width: 0.75rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  background-size: 0.75rem 1.5rem;
  background-image: var(--arrow-link-vertical);
  background-repeat: no-repeat;
  margin-left: 0.25rem;
}
.in-page-links-items .in-page-link-item__text {
  color: #20242a;
  font-size: 1.5rem;
}

.video {
  display: flex;
  justify-content: center;
  max-height: 28.25rem;
  height: auto;
}
.video video {
  width: 100%;
  height: auto;
  max-width: 42.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.emergency-banner {
  background-color: #ffffff;
  min-height: 11.6875rem;
  padding-right: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  margin-bottom: 5rem;
}
@media (min-width: 48rem) {
  .emergency-banner {
    margin-bottom: 5rem;
  }
}
@media (min-width: 64rem) {
  .emergency-banner {
    margin-bottom: 8rem;
  }
}
.emergency-banner .emergency-banner-wrapper {
  justify-content: space-between;
  margin-bottom: 0 !important;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  min-height: 11.6875rem;
  margin-bottom: 6.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 57.3125rem;
}
@media (min-width: 64rem) {
  .emergency-banner .emergency-banner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.emergency-banner .emergency-banner-wrapper .emergency-icon-content-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 48rem) {
  .emergency-banner .emergency-banner-wrapper .emergency-icon-content-wrapper {
    flex-direction: row;
  }
}
.emergency-banner .emergency-banner-wrapper .emergency-icon-content-wrapper .emergency-banner-inner-wrapper {
  display: flex;
  flex-direction: row;
}
.emergency-banner .emergency-banner-wrapper .emergency-icon-content-wrapper .emergency-banner-inner-wrapper .emergency-banner-content {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
  max-width: 49.875rem;
}
.emergency-banner .emergency-banner-wrapper .emergency-icon-content-wrapper .emergency-banner-inner-wrapper .emergency-banner-content .emergency-icon-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 2rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 48rem) {
  .emergency-banner .emergency-banner-wrapper .emergency-icon-content-wrapper .emergency-banner-inner-wrapper .emergency-banner-content .emergency-icon-title-wrapper {
    flex-direction: row;
    padding-top: 2rem;
    justify-content: unset;
    align-items: center;
  }
}
.emergency-banner .emergency-banner-wrapper .emergency-icon-content-wrapper .emergency-banner-inner-wrapper .emergency-banner-content .emergency-icon-title-wrapper .emergency-icon-wrapper {
  margin-right: 1rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 48rem) {
  .emergency-banner .emergency-banner-wrapper .emergency-icon-content-wrapper .emergency-banner-inner-wrapper .emergency-banner-content .emergency-icon-title-wrapper .emergency-icon-wrapper {
    margin-bottom: 0;
  }
}
.emergency-banner .emergency-banner-wrapper .emergency-icon-content-wrapper .emergency-banner-inner-wrapper .emergency-banner-content .emergency-icon-title-wrapper .emergency-icon-wrapper .icon {
  background-image: var(--attention);
  background-size: 3rem;
  background-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
}
@media (min-width: 48rem) {
  .emergency-banner .emergency-banner-wrapper .emergency-icon-content-wrapper .emergency-banner-inner-wrapper .emergency-banner-content .emergency-icon-title-wrapper .emergency-icon-wrapper .icon {
    background-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.emergency-banner .emergency-banner-wrapper .emergency-icon-content-wrapper .emergency-banner-inner-wrapper .emergency-banner-content .emergency-icon-title-wrapper .title {
  max-width: 42.5rem;
  position: relative;
  top: 0.125rem;
  padding-right: 2.5rem;
}
@media (min-width: 48rem) {
  .emergency-banner .emergency-banner-wrapper .emergency-icon-content-wrapper .emergency-banner-inner-wrapper .emergency-banner-content .emergency-icon-title-wrapper .title {
    font-size: 1.5rem;
    line-height: 1.33;
    padding-right: unset;
  }
}
.emergency-banner .emergency-banner-wrapper .emergency-icon-content-wrapper .emergency-banner-inner-wrapper .emergency-banner-content .emergency-banner-button {
  padding-top: 2rem;
  align-self: flex-start;
  width: 100%;
}
.emergency-banner .emergency-banner-wrapper .emergency-icon-content-wrapper .emergency-banner-inner-wrapper .emergency-banner-content .emergency-banner-button .button-container {
  width: 100%;
}
.emergency-banner .emergency-banner-wrapper .emergency-icon-content-wrapper .emergency-banner-inner-wrapper .emergency-banner-content .emergency-banner-button .button-container .button {
  width: 100%;
}
@media (min-width: 48rem) {
  .emergency-banner .emergency-banner-wrapper .emergency-icon-content-wrapper .emergency-banner-inner-wrapper .emergency-banner-content .emergency-banner-button {
    padding-top: 1.5rem;
    width: unset;
  }
  .emergency-banner .emergency-banner-wrapper .emergency-icon-content-wrapper .emergency-banner-inner-wrapper .emergency-banner-content .emergency-banner-button .button-container {
    width: 21.875rem;
  }
  .emergency-banner .emergency-banner-wrapper .emergency-icon-content-wrapper .emergency-banner-inner-wrapper .emergency-banner-content .emergency-banner-button .button-container .button {
    width: 21.875rem;
  }
}
@media (min-width: 64rem) {
  .emergency-banner .emergency-banner-wrapper .emergency-icon-content-wrapper .emergency-banner-inner-wrapper .emergency-banner-content .emergency-banner-button .button-container {
    width: unset;
  }
  .emergency-banner .emergency-banner-wrapper .emergency-icon-content-wrapper .emergency-banner-inner-wrapper .emergency-banner-content .emergency-banner-button .button-container .button {
    width: 100%;
  }
}
.emergency-banner .emergency-banner-wrapper .close-icon-wrapper {
  width: 2rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
  margin-left: unset;
  margin-top: unset;
}
@media (min-width: 48rem) {
  .emergency-banner .emergency-banner-wrapper .close-icon-wrapper {
    position: relative;
    margin-top: 2rem;
    top: unset;
    right: unset;
  }
}
.emergency-banner .emergency-banner-wrapper .close-icon-wrapper .emergency-banner-close {
  cursor: pointer;
}
@media (min-width: 48rem) {
  .emergency-banner .emergency-banner-wrapper .close-icon-wrapper .emergency-banner-close {
    background-size: 2rem;
    width: 2rem;
    height: 2rem;
  }
}
.emergency-banner.bg-anthracite {
  background-color: #20242a;
}
.emergency-banner.bg-anthracite .title {
  color: #ffffff;
}
.emergency-banner.bg-anthracite .text {
  color: #ffffff;
}
.emergency-banner.bg-anthracite .close-icon-wrapper .icon {
  color: #ffffff;
}
.emergency-banner.bg-blue {
  background-color: #DFE6E9;
}
.emergency-banner.bg-blue-50 {
  background-color: #DFE6E9;
}
.emergency-banner.bg-rosa {
  background-color: #FCEBEB;
}
.emergency-banner.bg-rosa-50 {
  background-color: #FCEBEB;
}
.emergency-banner.bg-green {
  background-color: #E6E7E1;
}
.emergency-banner.bg-green-50 {
  background-color: #E6E7E1;
}
.emergency-banner.bg-sand {
  background-color: #F7F5F1;
}
.emergency-banner.bg-orange {
  background-color: #FBECDE;
}

.emergency-banner-hide {
  min-height: 0;
  transition: min-height 0.2s;
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
}

.teaser-card-title-only-wrapper .teaser-card-title-only {
  height: 100%;
  display: flex;
}
.teaser-card-title-only-wrapper .teaser-card-title-only .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.teaser-card-title-only-wrapper .teaser-card-title-only .arrow-icon {
  color: #ee000c;
  flex-shrink: 0;
  margin-left: 1rem;
}
.teaser-card-title-only-wrapper .teaser-card-title-only .arrow-icon--desktop {
  display: none;
}
@media (min-width: 64rem) {
  .teaser-card-title-only-wrapper .teaser-card-title-only .arrow-icon--desktop {
    display: block;
  }
}
.teaser-card-title-only-wrapper .teaser-card-title-only .arrow-icon--mobile {
  display: block;
}
@media (min-width: 64rem) {
  .teaser-card-title-only-wrapper .teaser-card-title-only .arrow-icon--mobile {
    display: none;
  }
}

.teaser-card-normal-wrapper .teaser-card-normal {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.teaser-card-normal-wrapper .teaser-card-normal a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.teaser-card-normal-wrapper .teaser-card-normal .content-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.teaser-card-normal-wrapper .teaser-card-normal .content-header .arrow-icon {
  color: #ee000c;
  flex-shrink: 0;
  margin-left: 0.5rem;
}
.teaser-card-normal-wrapper .teaser-card-normal .content-header .arrow-icon--desktop {
  display: none;
}
@media (min-width: 64rem) {
  .teaser-card-normal-wrapper .teaser-card-normal .content-header .arrow-icon--desktop {
    display: block;
  }
}
.teaser-card-normal-wrapper .teaser-card-normal .content-header .arrow-icon--mobile {
  display: block;
}
@media (min-width: 64rem) {
  .teaser-card-normal-wrapper .teaser-card-normal .content-header .arrow-icon--mobile {
    display: none;
  }
}
.teaser-card-normal-wrapper .teaser-card-normal .content-body {
  margin-top: 1rem;
}
.teaser-card-normal-wrapper :hover .title, .teaser-card-normal-wrapper :hover .button-label {
  text-decoration: underline;
}

.teaser-cards__wrapper-teaserCardsDynamicAccounts .teaser-card-normal-wrapper {
  width: 100%;
}
.teaser-cards__wrapper-teaserCardsDynamicAccounts .teaser-card-normal-wrapper .teaser-card-normal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.teaser-cards__wrapper-teaserCardsDynamicAccounts .teaser-card-normal-wrapper .teaser-card-normal .title {
  margin-bottom: 1rem;
}
.teaser-cards__wrapper-teaserCardsDynamicAccounts .teaser-card-normal-wrapper .teaser-card-normal .arrow-container {
  padding-top: 1.5rem;
}
.teaser-cards__wrapper-teaserCardsDynamicAccounts .blkb-checkbox {
  margin-bottom: 1rem;
  z-index: 5;
}

.teaser-card-half-height-wrapper .teaser-card-half-height {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.teaser-card-half-height-wrapper .teaser-card-half-height .content-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.teaser-card-half-height-wrapper .teaser-card-half-height .content-header .arrow-icon {
  color: #ee000c;
  flex-shrink: 0;
  margin-left: 0.5rem;
}
.teaser-card-half-height-wrapper .teaser-card-half-height .content-header .arrow-icon--desktop {
  display: none;
}
@media (min-width: 64rem) {
  .teaser-card-half-height-wrapper .teaser-card-half-height .content-header .arrow-icon--desktop {
    display: block;
  }
}
.teaser-card-half-height-wrapper .teaser-card-half-height .content-header .arrow-icon--mobile {
  display: block;
}
@media (min-width: 64rem) {
  .teaser-card-half-height-wrapper .teaser-card-half-height .content-header .arrow-icon--mobile {
    display: none;
  }
}
.teaser-card-half-height-wrapper .teaser-card-half-height .content-body {
  margin-top: 1rem;
}

.teaser-cards__wrapper-teaserCardsDynamicAccounts .teaser-card-half-height-wrapper {
  width: 100%;
}
.teaser-cards__wrapper-teaserCardsDynamicAccounts .teaser-card-half-height-wrapper .teaser-card-half-height {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.teaser-cards__wrapper-teaserCardsDynamicAccounts .teaser-card-half-height-wrapper .teaser-card-half-height .text {
  padding-top: 0.5rem;
}
.teaser-cards__wrapper-teaserCardsDynamicAccounts .teaser-card-half-height-wrapper .teaser-card-half-height .arrow-container {
  padding-top: 1.5rem;
}

.teaser-card-icon-half-height-wrapper {
  width: 100%;
}
.teaser-card-icon-half-height-wrapper .teaser-card-icon-half-height {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.teaser-card-icon-half-height-wrapper .teaser-card-icon-half-height .content-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.teaser-card-icon-half-height-wrapper .teaser-card-icon-half-height .content-header__left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.teaser-card-icon-half-height-wrapper .teaser-card-icon-half-height .content-header__left .title--mobile {
  display: block;
  padding: 8px 0;
}
@media (min-width: 48rem) {
  .teaser-card-icon-half-height-wrapper .teaser-card-icon-half-height .content-header__left .title--mobile {
    display: none;
  }
}
.teaser-card-icon-half-height-wrapper .teaser-card-icon-half-height .content-header__right {
  display: flex;
  align-items: center;
}
.teaser-card-icon-half-height-wrapper .teaser-card-icon-half-height .content-header__image {
  margin-left: -1.0625rem;
  width: 80px;
  height: 80px;
}
.teaser-card-icon-half-height-wrapper .teaser-card-icon-half-height .content-header .arrow-icon {
  color: #ee000c;
  flex-shrink: 0;
  margin-left: 0.5rem;
}
.teaser-card-icon-half-height-wrapper .teaser-card-icon-half-height .content-header .arrow-icon--desktop {
  display: none;
}
@media (min-width: 64rem) {
  .teaser-card-icon-half-height-wrapper .teaser-card-icon-half-height .content-header .arrow-icon--desktop {
    display: block;
  }
}
.teaser-card-icon-half-height-wrapper .teaser-card-icon-half-height .content-header .arrow-icon--mobile {
  display: block;
}
@media (min-width: 64rem) {
  .teaser-card-icon-half-height-wrapper .teaser-card-icon-half-height .content-header .arrow-icon--mobile {
    display: none;
  }
}
.teaser-card-icon-half-height-wrapper .teaser-card-icon-half-height .content-body .title {
  margin-bottom: 1rem;
}
.teaser-card-icon-half-height-wrapper .teaser-card-icon-half-height .content-body .title--desktop {
  display: none;
}
@media (min-width: 48rem) {
  .teaser-card-icon-half-height-wrapper .teaser-card-icon-half-height .content-body .title--desktop {
    display: block;
  }
}

.teaser-cards__wrapper-teaserCardsDynamicAccounts .teaser-card-icon-half-height-wrapper {
  width: 100%;
}
@media (min-width: 48rem) {
  .teaser-cards__wrapper-teaserCardsDynamicAccounts .teaser-card-icon-half-height-wrapper {
    width: 100%;
    max-width: unset;
  }
}
.teaser-cards__wrapper-teaserCardsDynamicAccounts .teaser-card-icon-half-height-wrapper .teaser-card-half-height {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.teaser-cards__wrapper-teaserCardsDynamicAccounts .teaser-card-icon-half-height-wrapper .teaser-card-half-height .text {
  padding-top: 0.5rem;
}
.teaser-cards__wrapper-teaserCardsDynamicAccounts .teaser-card-icon-half-height-wrapper .teaser-card-half-height .arrow-container {
  padding-top: 1.5rem;
}

.teaser-card-icon-comparison-wrapper {
  width: 100%;
}
.teaser-card-icon-comparison-wrapper .teaser-card-icon-comparison {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.teaser-card-icon-comparison-wrapper .teaser-card-icon-comparison .content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.teaser-card-icon-comparison-wrapper .teaser-card-icon-comparison .content-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.teaser-card-icon-comparison-wrapper .teaser-card-icon-comparison .content-header__image {
  margin-left: -1.0625rem;
  width: 80px;
  height: 80px;
}
.teaser-card-icon-comparison-wrapper .teaser-card-icon-comparison .content-header .blkb-checkbox {
  align-items: center;
}
.teaser-card-icon-comparison-wrapper .teaser-card-icon-comparison .content-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.teaser-card-icon-comparison-wrapper .teaser-card-icon-comparison .content-body .title {
  margin-bottom: 1rem;
}
.teaser-card-icon-comparison-wrapper .teaser-card-icon-comparison .content-body .text {
  flex-grow: 1;
}
.teaser-card-icon-comparison-wrapper .teaser-card-icon-comparison .content-body .arrow-icon {
  color: #ee000c;
  flex-shrink: 0;
  margin-top: 1.5rem;
}
.teaser-card-icon-comparison-wrapper .teaser-card-icon-comparison .content-body .arrow-icon--desktop {
  display: none;
}
@media (min-width: 64rem) {
  .teaser-card-icon-comparison-wrapper .teaser-card-icon-comparison .content-body .arrow-icon--desktop {
    display: block;
  }
}
.teaser-card-icon-comparison-wrapper .teaser-card-icon-comparison .content-body .arrow-icon--mobile {
  display: block;
}
@media (min-width: 64rem) {
  .teaser-card-icon-comparison-wrapper .teaser-card-icon-comparison .content-body .arrow-icon--mobile {
    display: none;
  }
}

.teaser-card-icon-wrapper {
  width: 100%;
}
.teaser-card-icon-wrapper .teaser-card-icon {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.teaser-card-icon-wrapper .teaser-card-icon .content-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.teaser-card-icon-wrapper .teaser-card-icon .content-header__left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.teaser-card-icon-wrapper .teaser-card-icon .content-header__left .title--mobile {
  display: block;
  padding: 8px 0;
}
@media (min-width: 48rem) {
  .teaser-card-icon-wrapper .teaser-card-icon .content-header__left .title--mobile {
    display: none;
  }
}
.teaser-card-icon-wrapper .teaser-card-icon .content-header__right {
  display: flex;
  align-items: center;
}
.teaser-card-icon-wrapper .teaser-card-icon .content-header__image {
  margin-left: -1.0625rem;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.teaser-card-icon-wrapper .teaser-card-icon .content-header .arrow-icon {
  color: #ee000c;
  flex-shrink: 0;
  margin-left: 0.5rem;
}
.teaser-card-icon-wrapper .teaser-card-icon .content-header .arrow-icon--desktop {
  display: none;
}
@media (min-width: 64rem) {
  .teaser-card-icon-wrapper .teaser-card-icon .content-header .arrow-icon--desktop {
    display: block;
  }
}
.teaser-card-icon-wrapper .teaser-card-icon .content-header .arrow-icon--mobile {
  display: block;
}
@media (min-width: 64rem) {
  .teaser-card-icon-wrapper .teaser-card-icon .content-header .arrow-icon--mobile {
    display: none;
  }
}
.teaser-card-icon-wrapper .teaser-card-icon .content-body .title {
  margin-bottom: 1rem;
}
.teaser-card-icon-wrapper .teaser-card-icon .content-body .title--desktop {
  display: none;
}
@media (min-width: 48rem) {
  .teaser-card-icon-wrapper .teaser-card-icon .content-body .title--desktop {
    display: block;
  }
}

.teaser-cards__wrapper-teaserCardsIconComparison .teaser-card-icon-wrapper {
  width: 100%;
  margin-bottom: 1rem;
}
.teaser-cards__wrapper-teaserCardsIconComparison .teaser-card-icon-wrapper:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 48rem) {
  .teaser-cards__wrapper-teaserCardsIconComparison .teaser-card-icon-wrapper {
    margin-bottom: unset;
  }
}
.teaser-cards__wrapper-teaserCardsIconComparison .teaser-card-icon-wrapper .teaser-card-normal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.teaser-cards__wrapper-teaserCardsIconComparison .teaser-card-icon-wrapper .teaser-card-normal .text {
  padding-top: 0.5rem;
}
.teaser-cards__wrapper-teaserCardsIconComparison .teaser-card-icon-wrapper .teaser-card-normal .arrow-container {
  padding-top: 1.5rem;
}

.teaser-card-navigation-wrapper {
  width: 100%;
}
.teaser-card-navigation-wrapper .teaser-card-navigation {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.teaser-card-navigation-wrapper .teaser-card-navigation .content-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.teaser-card-navigation-wrapper .teaser-card-navigation .content-header__left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.teaser-card-navigation-wrapper .teaser-card-navigation .content-header__left .title--mobile {
  display: block;
  padding: 8px 0;
}
@media (min-width: 48rem) {
  .teaser-card-navigation-wrapper .teaser-card-navigation .content-header__left .title--mobile {
    display: none;
  }
}
.teaser-card-navigation-wrapper .teaser-card-navigation .content-header__right {
  display: flex;
  align-items: center;
}
.teaser-card-navigation-wrapper .teaser-card-navigation .content-header__image {
  margin-left: -1.0625rem;
  width: 80px;
  height: 80px;
}
.teaser-card-navigation-wrapper .teaser-card-navigation .content-header .arrow-icon {
  color: #ee000c;
  flex-shrink: 0;
  margin-left: 0.5rem;
}
.teaser-card-navigation-wrapper .teaser-card-navigation .content-header .arrow-icon--desktop {
  display: none;
}
@media (min-width: 64rem) {
  .teaser-card-navigation-wrapper .teaser-card-navigation .content-header .arrow-icon--desktop {
    display: block;
  }
}
.teaser-card-navigation-wrapper .teaser-card-navigation .content-header .arrow-icon--mobile {
  display: block;
}
@media (min-width: 64rem) {
  .teaser-card-navigation-wrapper .teaser-card-navigation .content-header .arrow-icon--mobile {
    display: none;
  }
}
.teaser-card-navigation-wrapper .teaser-card-navigation .content-body .title {
  margin-bottom: 0.5rem;
}
.teaser-card-navigation-wrapper .teaser-card-navigation .content-body .title--desktop {
  display: none;
}
@media (min-width: 48rem) {
  .teaser-card-navigation-wrapper .teaser-card-navigation .content-body .title--desktop {
    display: block;
  }
}

@media (min-width: 48rem) {
  .teaser-card-card-wrapper {
    width: 100%;
    max-width: unset;
  }
}
.teaser-card-card-wrapper .teaser-card-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  align-items: center;
  padding: 0;
}
.teaser-card-card-wrapper .teaser-card-card .content-wrapper {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.teaser-card-card-wrapper .teaser-card-card .content-wrapper .content {
  height: 100%;
  background-color: #f7f8fa;
  position: relative;
  padding: 6.375rem 2rem 2rem 2rem;
}
@media (min-width: 48rem) {
  .teaser-card-card-wrapper .teaser-card-card .content-wrapper .content {
    padding: 5.9375rem 2rem 2rem 2rem;
  }
}
.teaser-card-card-wrapper .teaser-card-card .content-wrapper .content .content-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.teaser-card-card-wrapper .teaser-card-card .content-wrapper .content .content-inner .title {
  margin-bottom: 1rem;
}
.teaser-card-card-wrapper .teaser-card-card .content-wrapper .content .content-inner .text {
  flex-grow: 1;
}
.teaser-card-card-wrapper .teaser-card-card .content-wrapper .content .teaser-card__arrow-link {
  margin-top: 1.5rem;
}
.teaser-card-card-wrapper .teaser-card-card .content-wrapper .card__image {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-bottom: -4.6875rem;
  position: relative;
  z-index: 1;
  height: 11rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.teaser-card-card-wrapper .teaser-card-card .arrow-text-link-container {
  margin-top: auto;
}

.teaser-card-dynamic-cards-wrapper {
  width: 100%;
}
.teaser-card-dynamic-cards-wrapper .teaser-card {
  padding: 0;
}
.teaser-card-dynamic-cards-wrapper .content-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
.teaser-card-dynamic-cards-wrapper .content-wrapper .card__image {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-bottom: -4.6875rem;
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.teaser-card-dynamic-cards-wrapper .content-wrapper .no-image {
  margin-bottom: unset;
}
.teaser-card-dynamic-cards-wrapper .content-wrapper .content {
  height: 100%;
  position: relative;
  background-color: #f7f8fa;
  padding: 6.375rem 2rem 2rem 2rem;
}
@media (min-width: 48rem) {
  .teaser-card-dynamic-cards-wrapper .content-wrapper .content {
    padding: 5.9375rem 2rem 2rem 2rem;
  }
}
.teaser-card-dynamic-cards-wrapper .content-wrapper .content .content-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.teaser-card-dynamic-cards-wrapper .content-wrapper .content .content-inner .title {
  margin-bottom: 1rem;
}
.teaser-card-dynamic-cards-wrapper .content-wrapper .content .content-inner .text {
  flex-grow: 1;
}
.teaser-card-dynamic-cards-wrapper .teaser-card-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  align-items: center;
}
.teaser-card-dynamic-cards-wrapper .teaser-card-card .teaser-card__arrow-link {
  margin-top: 1.5rem;
}
.teaser-card-dynamic-cards-wrapper .blkb-checkbox {
  margin-bottom: 1rem;
  z-index: 5;
}
.teaser-card-dynamic-cards-wrapper :hover .title, .teaser-card-dynamic-cards-wrapper :hover .button-label {
  text-decoration: underline;
}

.downloads {
  display: flex;
  flex-direction: column;
}
.downloads__list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(6, 1fr);
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
@media (min-width: 64rem) {
  .downloads__list {
    grid-template-columns: repeat(12, 1fr);
  }
}
.downloads__list .download-container, .downloads__list .cms-error {
  grid-column: 1/-1;
}
@media (min-width: 64rem) {
  .downloads__list .download-container, .downloads__list .cms-error {
    grid-column: 3/11;
  }
}

.page-end.component {
  padding-left: 0;
  padding-right: 0;
}

.page-end {
  max-width: 96rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-end__cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
  gap: 1.25rem;
}
@media (min-width: 48rem) {
  .page-end__cards {
    padding: 0 2rem;
    grid-template-columns: repeat(12, 1fr);
    gap: 1.5rem;
  }
}
@media (min-width: 64rem) {
  .page-end__cards {
    gap: 2.5rem;
  }
}
.page-end__cards .page-end__card-wrapper {
  height: 100%;
  grid-column: 1/-1;
}
.page-end__cards .page-end__card-wrapper:hover .teaser-card {
  transition: background-color 0.25s ease-in-out;
  background-color: #FBECDE;
}
.page-end__cards .page-end__card-wrapper:hover .teaser-card .content {
  transition: background-color 0.25s ease-in-out;
  background-color: #FBECDE;
}
.page-end__cards .page-end__card-wrapper:hover .teaser-card .arrow-icon {
  transform: translateX(4px);
  transition: transform 0.25s ease-in-out;
}
.page-end__cards .page-end__card-wrapper:hover .teaser-card .arrow-icon g {
  transition: stroke 0.25s ease-in-out;
  stroke: #b80009;
}
.page-end__cards .page-end__card-wrapper:hover .teaser-card .arrow-text-link-container {
  color: #b80009;
}
.page-end__cards .page-end__card-wrapper:hover .teaser-card .arrow-text-link-container p {
  color: #b80009;
}
.page-end__cards .page-end__card-wrapper:hover {
  transform: none;
}
.page-end__cards .page-end__card-wrapper:hover .title {
  text-decoration: underline;
}
@media (min-width: 48rem) {
  .page-end__cards .page-end__card-wrapper:nth-of-type(1) {
    grid-column: 1/5;
  }
  .page-end__cards .page-end__card-wrapper:nth-of-type(2) {
    grid-column: 5/9;
  }
  .page-end__cards .page-end__card-wrapper:nth-of-type(3) {
    grid-column: 9/13;
  }
}
.page-end__cards a {
  height: 100%;
}
.page-end__cards .page-end__card {
  height: 100%;
}
.page-end__cards .page-end__card a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.page-end__cards .page-end__card-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-end__cards .page-end__card-content-body {
  display: flex;
  flex-direction: column;
}
.page-end__cards .page-end__card-content-body .text {
  margin-top: 0.5rem;
}
.page-end__cards .page-end__card-content .arrow-icon {
  color: #ee000c;
  flex-shrink: 0;
  margin-top: 1.5rem;
}
.page-end__cards .page-end__card-content .arrow-icon--desktop {
  display: none;
}
@media (min-width: 64rem) {
  .page-end__cards .page-end__card-content .arrow-icon--desktop {
    display: block;
  }
}
.page-end__cards .page-end__card-content .arrow-icon--mobile {
  display: block;
}
@media (min-width: 64rem) {
  .page-end__cards .page-end__card-content .arrow-icon--mobile {
    display: none;
  }
}
.page-end__background-image {
  display: block;
  width: 100%;
  height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -3rem;
}
.page-end__background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 48rem) {
  .page-end__background-image {
    height: 17.5rem;
    margin-top: -4.375rem;
  }
}

.triple-teaser {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.25rem;
  grid-template-rows: auto;
}
@media (min-width: 48rem) {
  .triple-teaser {
    grid-template-columns: repeat(12, 1fr);
    gap: 1.5rem;
  }
}
@media (min-width: 64rem) {
  .triple-teaser {
    gap: 2.5rem;
  }
}
.triple-teaser .section-title {
  grid-row: 1;
  grid-column: 1/-1;
}
.triple-teaser__card-wrapper {
  cursor: pointer;
}
.triple-teaser__card-wrapper:hover .teaser-card {
  transition: background-color 0.25s ease-in-out;
  background-color: #FBECDE;
}
.triple-teaser__card-wrapper:hover .teaser-card .content {
  transition: background-color 0.25s ease-in-out;
  background-color: #FBECDE;
}
.triple-teaser__card-wrapper:hover .teaser-card .arrow-icon {
  transform: translateX(4px);
  transition: transform 0.25s ease-in-out;
}
.triple-teaser__card-wrapper:hover .teaser-card .arrow-icon g {
  transition: stroke 0.25s ease-in-out;
  stroke: #b80009;
}
.triple-teaser__card-wrapper:hover .teaser-card .arrow-text-link-container {
  color: #b80009;
}
.triple-teaser__card-wrapper:hover .teaser-card .arrow-text-link-container p {
  color: #b80009;
}
.triple-teaser__card-wrapper.hover .teaser-card {
  transition: background-color 0.25s ease-in-out;
  background-color: #FBECDE;
}
.triple-teaser__card-wrapper.hover .teaser-card .arrow-icon {
  transform: translateX(4px);
  transition: transform 0.25s ease-in-out;
}
.triple-teaser__card-wrapper.hover .teaser-card .arrow-icon g {
  transition: stroke 0.25s ease-in-out;
  stroke: #b80009;
}
.triple-teaser__card-wrapper.hover .teaser-card .arrow-text-link-container p {
  color: #b80009;
}
.triple-teaser__card-wrapper:hover .button-label {
  text-decoration: underline;
}
.triple-teaser__image {
  cursor: pointer;
  grid-column: 1/-1;
  margin-bottom: -1.25rem;
}
@media (min-width: 48rem) {
  .triple-teaser__image {
    grid-row: 2;
    grid-column: 3/7;
    margin-bottom: -1.5rem;
  }
}
@media (min-width: 64rem) {
  .triple-teaser__image {
    margin-bottom: -2.5rem;
  }
}
.triple-teaser__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.triple-teaser__card {
  height: 100%;
}
.triple-teaser__card-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.triple-teaser__card-content-body {
  display: flex;
  flex-direction: column;
}
.triple-teaser__card-content-body .text {
  margin-top: 1.5rem;
}
.triple-teaser__card-content .arrow-text-link-container {
  margin-top: 1.5rem;
}
.triple-teaser .triple-teaser__card-wrapper:nth-of-type(1) {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .triple-teaser .triple-teaser__card-wrapper:nth-of-type(1) {
    grid-row: 3;
    grid-column: 3/7;
  }
}
.triple-teaser .triple-teaser__card-wrapper:nth-of-type(2) {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .triple-teaser .triple-teaser__card-wrapper:nth-of-type(2) {
    grid-row: 2;
    grid-column: 7/11;
  }
}
.triple-teaser .triple-teaser__card-wrapper:nth-of-type(3) {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .triple-teaser .triple-teaser__card-wrapper:nth-of-type(3) {
    grid-row: 3;
    grid-column: 7/11;
  }
}

.step-by-step-guide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.step-by-step-guide .step-by-step-guide-content {
  width: 100%;
  height: 100%;
  max-width: 57.5rem;
}
.step-by-step-guide .step-by-step-guide-content .progressbar {
  counter-reset: step;
  height: 2rem;
  min-width: 57.5rem;
  transition: all 0.2s;
  margin-bottom: 2rem;
}
@media (min-width: 48rem) {
  .step-by-step-guide .step-by-step-guide-content .progressbar {
    min-width: 100%;
  }
}
.step-by-step-guide .step-by-step-guide-content .progressbar li {
  left: 0;
  display: list-item;
  list-style-type: none;
  float: left;
  position: relative;
  text-align: center;
  color: #20242a;
  margin-bottom: 0;
  transition: all 0.2s;
}
.step-by-step-guide .step-by-step-guide-content .progressbar li:before {
  content: "";
  width: 2rem;
  height: 2rem;
  background-color: #20242a;
  display: block;
  text-align: center;
  margin: 0 auto 0 auto;
  border-radius: 50%;
}
.step-by-step-guide .step-by-step-guide-content .progressbar li:after {
  content: "";
  width: calc(100% - 3.5rem);
  height: 0.125rem;
  position: absolute;
  background-color: #20242a;
  top: calc((2rem - 0.125rem) / 2);
  left: calc(-50% + 1.75rem);
}
.step-by-step-guide .step-by-step-guide-content .step-number-container {
  width: 100%;
  height: 2rem;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
}
.step-by-step-guide .step-by-step-guide-content .step-number-container .step-number {
  position: relative;
  top: 1px;
  font-size: 1.25rem;
  margin: 0 auto;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
}
.step-by-step-guide .step-by-step-guide-content .progressbar li:first-child:after {
  content: none;
}
.step-by-step-guide .step-by-step-guide-content .progressbar li.active:before {
  background-color: #ee000c;
  transition: all 0.2s;
}
.step-by-step-guide .step-by-step-guide-content .progressbar li.active .step-number {
  cursor: unset;
}
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container {
  height: 100%;
  position: relative;
}
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element {
  position: absolute;
  width: 100%;
  left: -1000%;
}
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element.active {
  left: 0;
}
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  max-width: 57.5rem;
}
@media (min-width: 48rem) {
  .step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item {
    flex-direction: row;
    justify-content: space-between;
  }
}
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text {
  padding-right: unset;
  width: 100%;
  height: 100%;
  margin-bottom: 1.5rem;
  width: 100%;
  /**
    * https://stackoverflow.com/a/26245056
   */
}
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media (min-width: 48rem) {
  .step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text {
    margin-left: auto;
    margin-right: auto;
  }
  .step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text:not(.full-width) {
    max-width: 46.5rem;
  }
}
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text p:has(+ h2),
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text ul:has(+ h2),
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text ol:has(+ h2) {
  margin-bottom: 2.5rem;
}
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text p:has(+ h3),
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text ul:has(+ h3),
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text ol:has(+ h3) {
  margin-bottom: 2rem;
}
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text p:has(+ h4),
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text ul:has(+ h4),
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text ol:has(+ h4) {
  margin-bottom: 1.5rem;
}
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text p:has(+ h5, + h6),
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text ul:has(+ h5, + h6),
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text ol:has(+ h5, + h6) {
  margin-bottom: 1.25rem;
}
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text h2:not(.section-title),
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text h3,
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text h4,
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text h5,
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text h6 {
  margin-bottom: 0.5rem;
}
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text p,
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text a,
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text ul,
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text ol,
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text li {
  margin-bottom: 1rem;
}
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text ol > li:before {
  white-space: nowrap;
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text li ol {
  margin-top: 0.5rem;
}
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text li ol > li {
  margin: 0;
}
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text li ol > li:before {
  content: counters(item, ".") " ";
}
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text img {
  max-width: 100%;
}
@media (min-width: 48rem) {
  .step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 42.5rem;
  }
}
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text a {
  text-decoration: underline;
  text-underline-offset: 0.09375rem;
  color: #ee000c;
}
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text a,
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text p {
  line-height: 1.36;
}
@media (min-width: 48rem) {
  .step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-text {
    margin: unset;
    width: 27.8125rem;
    padding-right: 2rem;
  }
}
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-image {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
@media (min-width: 48rem) {
  .step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-image {
    margin: unset;
    width: 20rem;
  }
}
@media (min-width: 48rem) {
  .step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-image.big {
    margin: unset;
    width: 30rem;
  }
}
.step-by-step-guide .step-by-step-guide-content .step-by-step-guide-container .step-by-step-guide-element .step-by-step-guide-item .item-image .image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.step-by-step-guide .step-by-step-guide-content .buttons {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.step-by-step-guide .step-by-step-guide-content .buttons .icon {
  color: #ee000c;
}

.divider-line {
  width: 100%;
}
.divider-line > div {
  height: 0.1875rem;
  background-color: #20242a;
}
.divider-line.component {
  margin-bottom: 3rem;
}
@media (min-width: 48rem) {
  .divider-line.component {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 64rem) {
  .divider-line.component {
    margin-bottom: 4.5rem;
  }
}

.tab__header {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6.8125rem;
}
.tab__header.swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 0.375rem;
}
.tab__header__item {
  font-size: 2rem;
  font-weight: 900;
  color: #20242a;
  position: relative;
  cursor: pointer;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0.125rem;
}
.tab__header__item:last-of-type {
  margin-right: 0 !important;
}
.tab__header__item-active {
  color: #ee000c;
}
.tab__header__item-active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0.25rem;
  background-color: #ee000c;
  bottom: -0.375rem;
}
.tab__content-wrapper {
  margin-bottom: -0.375rem;
}
.tab__content-wrapper .tab__content {
  display: none;
}
.tab__content-wrapper .tab__content-active {
  display: block;
}

.home-teaser {
  display: flex;
  justify-content: center;
}
.home-teaser-wrapper {
  box-shadow: 0.125rem 0.25rem 2.5rem 0 rgba(42, 55, 63, 0.06);
  max-width: 21.875rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 48rem) {
  .home-teaser-wrapper {
    max-width: 44rem;
    flex-direction: row;
    height: 23.9375rem;
  }
}
@media (min-width: 64rem) {
  .home-teaser-wrapper {
    max-width: 72.5rem;
    height: 16.25rem;
  }
}
.home-teaser-wrapper .home-teaser__image {
  width: 100%;
  height: 12.5rem;
  background-size: cover;
  flex-shrink: 0;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 48rem) {
  .home-teaser-wrapper .home-teaser__image {
    margin-left: auto;
    height: 23.9375rem;
    width: 17.5625rem;
    background-size: cover;
  }
}
@media (min-width: 64rem) {
  .home-teaser-wrapper .home-teaser__image {
    height: 16.25rem;
    width: 22.5rem;
    background-size: cover;
  }
}
@media (min-width: 48rem) {
  .home-teaser-wrapper.image-left .home-teaser__content {
    padding-left: unset;
    padding-right: 2rem;
    order: 2;
    margin-left: 1.5rem;
  }
}
@media (min-width: 64rem) {
  .home-teaser-wrapper.image-left .home-teaser__content {
    margin-left: 2rem;
  }
}
@media (min-width: 48rem) {
  .home-teaser-wrapper.image-left .home-teaser__image {
    order: 1;
    margin-left: unset;
  }
}
.home-teaser-wrapper .home-teaser__content {
  padding: 2rem;
}
@media (min-width: 48rem) {
  .home-teaser-wrapper .home-teaser__content {
    padding-right: 1.5rem;
  }
}
@media (min-width: 64rem) {
  .home-teaser-wrapper .home-teaser__content {
    padding-right: 2rem;
  }
}
.home-teaser-wrapper .home-teaser__content__title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.25;
  color: #20242a;
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  .home-teaser-wrapper .home-teaser__content__title {
    margin-bottom: 0.5rem;
  }
}
.home-teaser-wrapper .home-teaser__content__text {
  font-size: 1.125rem;
  line-height: 1.33;
  color: #20242a;
  margin-bottom: 2rem;
  width: 100%;
  /**
    * https://stackoverflow.com/a/26245056
   */
}
.home-teaser-wrapper .home-teaser__content__text:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media (min-width: 48rem) {
  .home-teaser-wrapper .home-teaser__content__text {
    margin-left: auto;
    margin-right: auto;
  }
  .home-teaser-wrapper .home-teaser__content__text:not(.full-width) {
    max-width: 46.5rem;
  }
}
.home-teaser-wrapper .home-teaser__content__text p:has(+ h2),
.home-teaser-wrapper .home-teaser__content__text ul:has(+ h2),
.home-teaser-wrapper .home-teaser__content__text ol:has(+ h2) {
  margin-bottom: 2.5rem;
}
.home-teaser-wrapper .home-teaser__content__text p:has(+ h3),
.home-teaser-wrapper .home-teaser__content__text ul:has(+ h3),
.home-teaser-wrapper .home-teaser__content__text ol:has(+ h3) {
  margin-bottom: 2rem;
}
.home-teaser-wrapper .home-teaser__content__text p:has(+ h4),
.home-teaser-wrapper .home-teaser__content__text ul:has(+ h4),
.home-teaser-wrapper .home-teaser__content__text ol:has(+ h4) {
  margin-bottom: 1.5rem;
}
.home-teaser-wrapper .home-teaser__content__text p:has(+ h5, + h6),
.home-teaser-wrapper .home-teaser__content__text ul:has(+ h5, + h6),
.home-teaser-wrapper .home-teaser__content__text ol:has(+ h5, + h6) {
  margin-bottom: 1.25rem;
}
.home-teaser-wrapper .home-teaser__content__text h2:not(.section-title),
.home-teaser-wrapper .home-teaser__content__text h3,
.home-teaser-wrapper .home-teaser__content__text h4,
.home-teaser-wrapper .home-teaser__content__text h5,
.home-teaser-wrapper .home-teaser__content__text h6 {
  margin-bottom: 0.5rem;
}
.home-teaser-wrapper .home-teaser__content__text p,
.home-teaser-wrapper .home-teaser__content__text a,
.home-teaser-wrapper .home-teaser__content__text ul,
.home-teaser-wrapper .home-teaser__content__text ol,
.home-teaser-wrapper .home-teaser__content__text li {
  margin-bottom: 1rem;
}
.home-teaser-wrapper .home-teaser__content__text ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.home-teaser-wrapper .home-teaser__content__text ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.home-teaser-wrapper .home-teaser__content__text ol > li:before {
  white-space: nowrap;
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.home-teaser-wrapper .home-teaser__content__text li ol {
  margin-top: 0.5rem;
}
.home-teaser-wrapper .home-teaser__content__text li ol > li {
  margin: 0;
}
.home-teaser-wrapper .home-teaser__content__text li ol > li:before {
  content: counters(item, ".") " ";
}
.home-teaser-wrapper .home-teaser__content__text img {
  max-width: 100%;
}
@media (min-width: 48rem) {
  .home-teaser-wrapper .home-teaser__content__text img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 42.5rem;
  }
}
.home-teaser-wrapper .home-teaser__content__text a {
  text-decoration: underline;
  text-underline-offset: 0.09375rem;
  color: #ee000c;
}
.home-teaser-wrapper .home-teaser__content__text a,
.home-teaser-wrapper .home-teaser__content__text p {
  line-height: 1.36;
}
@media (min-width: 64rem) {
  .home-teaser-wrapper .home-teaser__content__text {
    margin-bottom: 1.5rem;
    max-width: 42.5rem;
  }
}

.image-text {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(6, 1fr);
  gap: 2.5rem;
}
@media (min-width: 64rem) {
  .image-text {
    grid-template-columns: repeat(12, 1fr);
  }
}
.image-text--image-top .image-text__image {
  grid-row: 1;
  grid-column: 1/-1;
}
@media (min-width: 64rem) {
  .image-text--image-top .image-text__image {
    grid-column: 3/11;
  }
}
.image-text--image-top .image-text__text {
  grid-row: 2;
  grid-column: 1/-1;
}
@media (min-width: 64rem) {
  .image-text--image-top .image-text__text {
    grid-column: 3/11;
  }
}
.image-text--image-bottom .image-text__image {
  grid-row: 2;
  grid-column: 1/-1;
}
@media (min-width: 64rem) {
  .image-text--image-bottom .image-text__image {
    grid-column: 3/11;
  }
}
.image-text--image-bottom .image-text__text {
  grid-row: 1;
  grid-column: 1/-1;
}
@media (min-width: 64rem) {
  .image-text--image-bottom .image-text__text {
    grid-column: 3/11;
  }
}
.image-text--image-left .image-text__image {
  grid-row: 1;
  grid-column: 1/-1;
}
@media (min-width: 64rem) {
  .image-text--image-left .image-text__image {
    grid-row: 1;
    grid-column: 1/7;
  }
}
.image-text--image-left .image-text__text {
  grid-row: 2;
  grid-column: 1/-1;
}
@media (min-width: 64rem) {
  .image-text--image-left .image-text__text {
    grid-row: 1;
    grid-column: 7/13;
  }
}
.image-text--image-left .image-text__title {
  text-align: left;
}
.image-text--image-right .image-text__image {
  grid-row: 1;
  grid-column: 1/-1;
}
@media (min-width: 64rem) {
  .image-text--image-right .image-text__image {
    grid-row: 1;
    grid-column: 7/13;
  }
}
.image-text--image-right .image-text__text {
  grid-row: 2;
  grid-column: 1/-1;
}
@media (min-width: 64rem) {
  .image-text--image-right .image-text__text {
    grid-row: 1;
    grid-column: 1/7;
  }
}
.image-text--image-right .image-text__title {
  text-align: left;
}
.image-text__image {
  display: block;
  position: relative;
  width: 100%;
  max-height: 35rem;
}
@media (min-width: 48rem) {
  .image-text__image {
    height: 22.125rem;
  }
}
.image-text__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-text__text {
  width: 100%;
  /**
    * https://stackoverflow.com/a/26245056
   */
}
.image-text__text:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media (min-width: 48rem) {
  .image-text__text {
    margin-left: auto;
    margin-right: auto;
  }
  .image-text__text:not(.full-width) {
    max-width: 46.5rem;
  }
}
.image-text__text p:has(+ h2),
.image-text__text ul:has(+ h2),
.image-text__text ol:has(+ h2) {
  margin-bottom: 2.5rem;
}
.image-text__text p:has(+ h3),
.image-text__text ul:has(+ h3),
.image-text__text ol:has(+ h3) {
  margin-bottom: 2rem;
}
.image-text__text p:has(+ h4),
.image-text__text ul:has(+ h4),
.image-text__text ol:has(+ h4) {
  margin-bottom: 1.5rem;
}
.image-text__text p:has(+ h5, + h6),
.image-text__text ul:has(+ h5, + h6),
.image-text__text ol:has(+ h5, + h6) {
  margin-bottom: 1.25rem;
}
.image-text__text h2:not(.section-title),
.image-text__text h3,
.image-text__text h4,
.image-text__text h5,
.image-text__text h6 {
  margin-bottom: 0.5rem;
}
.image-text__text p,
.image-text__text a,
.image-text__text ul,
.image-text__text ol,
.image-text__text li {
  margin-bottom: 1rem;
}
.image-text__text ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.image-text__text ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.image-text__text ol > li:before {
  white-space: nowrap;
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.image-text__text li ol {
  margin-top: 0.5rem;
}
.image-text__text li ol > li {
  margin: 0;
}
.image-text__text li ol > li:before {
  content: counters(item, ".") " ";
}
.image-text__text img {
  max-width: 100%;
}
@media (min-width: 48rem) {
  .image-text__text img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 42.5rem;
  }
}
.image-text__text a {
  text-decoration: underline;
  text-underline-offset: 0.09375rem;
  color: #ee000c;
}
.image-text__text a,
.image-text__text p {
  line-height: 1.36;
}

.form-builder {
  padding: 0 2rem;
}
.form-builder .form-wrapper {
  max-width: 42.5rem;
  margin-left: auto;
  margin-right: auto;
}
.form-builder .form-wrapper .form-description-text {
  margin-bottom: 1.5rem;
}
.form-builder .form-wrapper .form-fieldset {
  border: none;
  padding: 0;
}
.form-builder .form-wrapper .form-fieldset .horizontal {
  display: flex;
  flex-direction: row;
}
.form-builder .form-wrapper .form-fieldset .fieldset-checkbox, .form-builder .form-wrapper .form-fieldset .fieldset-radio {
  display: flex;
  flex-direction: column;
}
.form-builder .form-wrapper .form-fieldset .fieldset-checkbox .form-item, .form-builder .form-wrapper .form-fieldset .fieldset-radio .form-item {
  margin-bottom: 1.5rem;
}
.form-builder .form-wrapper .form-fieldset .fieldset-checkbox.horizontal, .form-builder .form-wrapper .form-fieldset .fieldset-radio.horizontal {
  flex-direction: column;
}
@media (min-width: 25.875rem) {
  .form-builder .form-wrapper .form-fieldset .fieldset-checkbox.horizontal, .form-builder .form-wrapper .form-fieldset .fieldset-radio.horizontal {
    flex-direction: row;
  }
}
.form-builder .form-wrapper .form-fieldset .fieldset-checkbox.horizontal > :not(:last-child), .form-builder .form-wrapper .form-fieldset .fieldset-radio.horizontal > :not(:last-child) {
  margin-right: unset;
  margin-bottom: 1.5rem;
}
@media (min-width: 25.875rem) {
  .form-builder .form-wrapper .form-fieldset .fieldset-checkbox.horizontal > :not(:last-child), .form-builder .form-wrapper .form-fieldset .fieldset-radio.horizontal > :not(:last-child) {
    margin-right: 6%;
    margin-bottom: unset;
  }
}
.form-builder .form-wrapper .form-fieldset .form-submit {
  padding: 0;
}
.form-builder .form-wrapper .form-fieldset .form-submit .button-container {
  width: 100%;
}
@media (min-width: 48rem) {
  .form-builder .form-wrapper .form-fieldset .form-submit .button-container {
    width: unset;
  }
}
.form-builder .form-wrapper .form-fieldset .form-submit .button-container .button {
  width: 100%;
}
@media (min-width: 48rem) {
  .form-builder .form-wrapper .form-fieldset .form-submit .button-container .button {
    width: unset;
  }
}
.form-builder .form-wrapper .form-fieldset #mgnlhp {
  display: none;
}

.form-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1.5rem;
}
.form-row .form-item-l {
  width: 100%;
}
@media (min-width: 25.875rem) {
  .form-row .form-item-l {
    width: 64%;
  }
}
.form-row .form-item-m {
  width: 100%;
}
@media (min-width: 25.875rem) {
  .form-row .form-item-m {
    width: 47%;
  }
}
.form-row .form-item-s {
  width: 100%;
}
@media (min-width: 25.875rem) {
  .form-row .form-item-s {
    width: 30%;
  }
}
.form-row .blkb-dropdown {
  width: 100%;
}
.form-row .blkb-input, .form-row .blkb-currency-input {
  width: 100%;
}
.form-row .blkb-input .input-container, .form-row .blkb-currency-input .input-container {
  width: 100%;
}
.form-row .form-input-field-description {
  margin-top: 1rem;
}

.form-required-text, .form-selection-label {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  width: 100%;
  /**
    * https://stackoverflow.com/a/26245056
   */
}
.form-required-text:after, .form-selection-label:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media (min-width: 48rem) {
  .form-required-text, .form-selection-label {
    margin-left: auto;
    margin-right: auto;
  }
  .form-required-text:not(.full-width), .form-selection-label:not(.full-width) {
    max-width: 46.5rem;
  }
}
.form-required-text p:has(+ h2),
.form-required-text ul:has(+ h2),
.form-required-text ol:has(+ h2), .form-selection-label p:has(+ h2),
.form-selection-label ul:has(+ h2),
.form-selection-label ol:has(+ h2) {
  margin-bottom: 2.5rem;
}
.form-required-text p:has(+ h3),
.form-required-text ul:has(+ h3),
.form-required-text ol:has(+ h3), .form-selection-label p:has(+ h3),
.form-selection-label ul:has(+ h3),
.form-selection-label ol:has(+ h3) {
  margin-bottom: 2rem;
}
.form-required-text p:has(+ h4),
.form-required-text ul:has(+ h4),
.form-required-text ol:has(+ h4), .form-selection-label p:has(+ h4),
.form-selection-label ul:has(+ h4),
.form-selection-label ol:has(+ h4) {
  margin-bottom: 1.5rem;
}
.form-required-text p:has(+ h5, + h6),
.form-required-text ul:has(+ h5, + h6),
.form-required-text ol:has(+ h5, + h6), .form-selection-label p:has(+ h5, + h6),
.form-selection-label ul:has(+ h5, + h6),
.form-selection-label ol:has(+ h5, + h6) {
  margin-bottom: 1.25rem;
}
.form-required-text h2:not(.section-title),
.form-required-text h3,
.form-required-text h4,
.form-required-text h5,
.form-required-text h6, .form-selection-label h2:not(.section-title),
.form-selection-label h3,
.form-selection-label h4,
.form-selection-label h5,
.form-selection-label h6 {
  margin-bottom: 0.5rem;
}
.form-required-text p,
.form-required-text a,
.form-required-text ul,
.form-required-text ol,
.form-required-text li, .form-selection-label p,
.form-selection-label a,
.form-selection-label ul,
.form-selection-label ol,
.form-selection-label li {
  margin-bottom: 1rem;
}
.form-required-text ol, .form-selection-label ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.form-required-text ol > li, .form-selection-label ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.form-required-text ol > li:before, .form-selection-label ol > li:before {
  white-space: nowrap;
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.form-required-text li ol, .form-selection-label li ol {
  margin-top: 0.5rem;
}
.form-required-text li ol > li, .form-selection-label li ol > li {
  margin: 0;
}
.form-required-text li ol > li:before, .form-selection-label li ol > li:before {
  content: counters(item, ".") " ";
}
.form-required-text img, .form-selection-label img {
  max-width: 100%;
}
@media (min-width: 48rem) {
  .form-required-text img, .form-selection-label img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 42.5rem;
  }
}
.form-required-text a, .form-selection-label a {
  text-decoration: underline;
  text-underline-offset: 0.09375rem;
  color: #ee000c;
}
.form-required-text a,
.form-required-text p, .form-selection-label a,
.form-selection-label p {
  line-height: 1.36;
}

.form-selection-label {
  color: #20242a;
}

.form-field-group {
  display: flex;
  flex-direction: column;
}
.form-field-group > :not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (min-width: 25.875rem) {
  .form-field-group {
    flex-direction: row;
  }
}

.form-field-group > :not(:last-child) {
  margin-right: 6%;
}

.iframe {
  scroll-margin-top: 3rem;
}
@media (min-width: 1024px) {
  .iframe {
    scroll-margin-top: 3.75rem;
  }
}
.iframe.center {
  display: flex;
  justify-content: center;
}

.iframe--digifolio {
  width: 100%;
  border: 0;
  margin: 0 auto;
}

.visit-cards {
  display: flex;
  flex-direction: column;
}
.visit-cards__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  width: 100%;
}
@media (min-width: 48rem) {
  .visit-cards__grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 1.5rem;
  }
}
@media (min-width: 64rem) {
  .visit-cards__grid {
    gap: 2.5rem;
  }
}
.visit-cards__grid:has(> .visit-card-container:nth-of-type(1):last-of-type) > .visit-card-container {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .visit-cards__grid:has(> .visit-card-container:nth-of-type(1):last-of-type) > .visit-card-container {
    grid-column: 1/-1;
    justify-self: center;
    width: 41.6666666667%;
    max-width: 28.75rem;
  }
}
.visit-cards__grid:has(> .visit-card-container:nth-of-type(2):last-of-type) > .visit-card-container:nth-of-type(2n), .visit-cards__grid:has(> .visit-card-container:nth-of-type(n + 2)) > .visit-card-container:nth-of-type(2n) {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .visit-cards__grid:has(> .visit-card-container:nth-of-type(2):last-of-type) > .visit-card-container:nth-of-type(2n), .visit-cards__grid:has(> .visit-card-container:nth-of-type(n + 2)) > .visit-card-container:nth-of-type(2n) {
    grid-column: 7/12;
  }
}
.visit-cards__grid:has(> .visit-card-container:nth-of-type(2):last-of-type) > .visit-card-container:nth-of-type(2n+1), .visit-cards__grid:has(> .visit-card-container:nth-of-type(n + 2)) > .visit-card-container:nth-of-type(2n+1) {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .visit-cards__grid:has(> .visit-card-container:nth-of-type(2):last-of-type) > .visit-card-container:nth-of-type(2n+1), .visit-cards__grid:has(> .visit-card-container:nth-of-type(n + 2)) > .visit-card-container:nth-of-type(2n+1) {
    grid-column: 2/7;
  }
}

.visit-card-container {
  background-color: #f7f8fa;
  padding: 2rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.visit-card, .visit-card-cta {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  height: 100%;
}
.visit-card__image, .visit-card-cta__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  flex-shrink: 0;
}
.visit-card .content, .visit-card-cta .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  margin-top: 1.5rem;
}
.visit-card .content .title, .visit-card-cta .content .title {
  margin-bottom: 0.5rem;
}
.visit-card .content .text, .visit-card-cta .content .text {
  flex-grow: 1;
  width: 100%;
  /**
    * https://stackoverflow.com/a/26245056
   */
}
.visit-card .content .text:after, .visit-card-cta .content .text:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media (min-width: 48rem) {
  .visit-card .content .text, .visit-card-cta .content .text {
    margin-left: auto;
    margin-right: auto;
  }
  .visit-card .content .text:not(.full-width), .visit-card-cta .content .text:not(.full-width) {
    max-width: 46.5rem;
  }
}
.visit-card .content .text p:has(+ h2),
.visit-card .content .text ul:has(+ h2),
.visit-card .content .text ol:has(+ h2), .visit-card-cta .content .text p:has(+ h2),
.visit-card-cta .content .text ul:has(+ h2),
.visit-card-cta .content .text ol:has(+ h2) {
  margin-bottom: 2.5rem;
}
.visit-card .content .text p:has(+ h3),
.visit-card .content .text ul:has(+ h3),
.visit-card .content .text ol:has(+ h3), .visit-card-cta .content .text p:has(+ h3),
.visit-card-cta .content .text ul:has(+ h3),
.visit-card-cta .content .text ol:has(+ h3) {
  margin-bottom: 2rem;
}
.visit-card .content .text p:has(+ h4),
.visit-card .content .text ul:has(+ h4),
.visit-card .content .text ol:has(+ h4), .visit-card-cta .content .text p:has(+ h4),
.visit-card-cta .content .text ul:has(+ h4),
.visit-card-cta .content .text ol:has(+ h4) {
  margin-bottom: 1.5rem;
}
.visit-card .content .text p:has(+ h5, + h6),
.visit-card .content .text ul:has(+ h5, + h6),
.visit-card .content .text ol:has(+ h5, + h6), .visit-card-cta .content .text p:has(+ h5, + h6),
.visit-card-cta .content .text ul:has(+ h5, + h6),
.visit-card-cta .content .text ol:has(+ h5, + h6) {
  margin-bottom: 1.25rem;
}
.visit-card .content .text h2:not(.section-title),
.visit-card .content .text h3,
.visit-card .content .text h4,
.visit-card .content .text h5,
.visit-card .content .text h6, .visit-card-cta .content .text h2:not(.section-title),
.visit-card-cta .content .text h3,
.visit-card-cta .content .text h4,
.visit-card-cta .content .text h5,
.visit-card-cta .content .text h6 {
  margin-bottom: 0.5rem;
}
.visit-card .content .text p,
.visit-card .content .text a,
.visit-card .content .text ul,
.visit-card .content .text ol,
.visit-card .content .text li, .visit-card-cta .content .text p,
.visit-card-cta .content .text a,
.visit-card-cta .content .text ul,
.visit-card-cta .content .text ol,
.visit-card-cta .content .text li {
  margin-bottom: 1rem;
}
.visit-card .content .text ol, .visit-card-cta .content .text ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.visit-card .content .text ol > li, .visit-card-cta .content .text ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.visit-card .content .text ol > li:before, .visit-card-cta .content .text ol > li:before {
  white-space: nowrap;
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.visit-card .content .text li ol, .visit-card-cta .content .text li ol {
  margin-top: 0.5rem;
}
.visit-card .content .text li ol > li, .visit-card-cta .content .text li ol > li {
  margin: 0;
}
.visit-card .content .text li ol > li:before, .visit-card-cta .content .text li ol > li:before {
  content: counters(item, ".") " ";
}
.visit-card .content .text img, .visit-card-cta .content .text img {
  max-width: 100%;
}
@media (min-width: 48rem) {
  .visit-card .content .text img, .visit-card-cta .content .text img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 42.5rem;
  }
}
.visit-card .content .text a, .visit-card-cta .content .text a {
  text-decoration: underline;
  text-underline-offset: 0.09375rem;
  color: #ee000c;
}
.visit-card .content .text a,
.visit-card .content .text p, .visit-card-cta .content .text a,
.visit-card-cta .content .text p {
  line-height: 1.36;
}
.visit-card .cta-button, .visit-card-cta .cta-button {
  margin-top: 1.5rem;
}

.visit-card-container-cta:hover {
  transition: background-color 0.25s ease-in-out;
  background-color: #FBECDE;
}
.visit-card-container-cta:hover .arrow-icon {
  transform: translateX(4px);
  transition: transform 0.25s ease-in-out;
}
.visit-card-container-cta:hover .arrow-icon g {
  transition: stroke 0.25s ease-in-out;
  stroke: #b80009;
}
.visit-card-container-cta:hover .arrow-text-link-container {
  color: #b80009;
}

.home-stage {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  margin-bottom: 128px;
  width: 100%;
}
.home-stage--desktop {
  display: none;
}
@media (min-width: 48rem) {
  .home-stage--desktop {
    display: block;
  }
}
.home-stage--mobile {
  display: block;
}
@media (min-width: 48rem) {
  .home-stage--mobile {
    display: none;
  }
}
.home-stage__background-images-wrapper {
  grid-area: image;
  height: 20rem;
  overflow-x: hidden;
}
@media (min-width: 48rem) {
  .home-stage__background-images-wrapper {
    height: 30rem;
  }
}
@media (min-width: 64rem) {
  .home-stage__background-images-wrapper {
    height: 40rem;
  }
}
.home-stage__background-images-wrapper--inside-card {
  margin-right: -24px;
  margin-left: -24px;
  margin-top: -32px;
}
.home-stage__background-image {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-block-end: unset;
}
@media (min-width: 48rem) {
  .home-stage__background-image {
    margin-block-end: 64px;
  }
}
.home-stage__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 1rem;
  width: 100%;
}
@media (min-width: 48rem) {
  .home-stage__grid {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 2.5rem;
    grid-template-columns: repeat(12, 1fr);
    bottom: -64px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
  }
}
@media (min-width: 64rem) {
  .home-stage__grid {
    margin-right: unset;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
.home-stage__teasers {
  overflow: hidden;
  grid-column: 1/7;
  padding: 32px 24px;
  z-index: 1;
}
@media (min-width: 48rem) {
  .home-stage__teasers {
    grid-column: 6/12;
    margin-right: -24px;
    padding: 32px 32px 40px;
  }
}
@media (min-width: 64rem) {
  .home-stage__teasers {
    margin-right: unset;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    padding: 64px 40px 40px;
  }
}
@media (min-width: 80rem) {
  .home-stage__teasers {
    grid-column: 7/12;
  }
}
.home-stage__teasers--blue {
  background-color: #DFE6E9;
}
.home-stage__teasers--rosa {
  background-color: #FCEBEB;
}
.home-stage__teasers--green {
  background-color: #E6E7E1;
}
.home-stage__teasers--sand {
  background-color: #F7F5F1;
}
.home-stage__teasers--orange {
  background-color: #FBECDE;
}
.home-stage__teasers:has(.swiper-slide-active.home-stage__teaser--blue) {
  background-color: #DFE6E9;
}
.home-stage__teasers:has(.swiper-slide-active.home-stage__teaser--rosa) {
  background-color: #FCEBEB;
}
.home-stage__teasers:has(.swiper-slide-active.home-stage__teaser--green) {
  background-color: #E6E7E1;
}
.home-stage__teasers:has(.swiper-slide-active.home-stage__teaser--sand) {
  background-color: #F7F5F1;
}
.home-stage__teasers:has(.swiper-slide-active.home-stage__teaser--orange) {
  background-color: #FBECDE;
}
.home-stage__teasers .home-stage__teaser {
  grid: "heading heading" "button button" "pagination pagination";
  position: relative;
  display: grid;
  height: auto;
  row-gap: 40px;
  grid-template-rows: 1fr auto auto;
}
@media (min-width: 48rem) {
  .home-stage__teasers .home-stage__teaser {
    grid: "heading heading" "button button" "controls controls" "pagination pagination";
    grid-template-rows: 1fr auto auto auto;
  }
}
@media (min-width: 64rem) {
  .home-stage__teasers .home-stage__teaser {
    grid: "heading heading" "button controls" "pagination pagination";
    grid-template-rows: 1fr auto auto;
  }
}
.home-stage__teasers .home-stage__teaser--one-slide {
  grid: "heading heading" "button button";
}
@media (min-width: 80rem) {
  .home-stage__teasers .home-stage__teaser--one-slide {
    grid: "heading heading" "button controls";
  }
}
.home-stage__teasers.swiper-slide {
  height: auto;
}
@media (min-width: 48rem) {
  .home-stage__teasers.swiper-slide {
    height: 100%;
  }
}
.home-stage__teasers .home-stage__teasers-wrapper {
  grid: "image image" "heading heading" "button button" "navigation navigation";
  position: relative;
  display: grid;
  height: 100%;
  row-gap: 40px;
  grid-template-rows: auto 1fr auto;
}
@media (min-width: 48rem) {
  .home-stage__teasers .home-stage__teasers-wrapper {
    display: block;
    height: auto;
  }
}
.home-stage__teasers .home-stage__teasers-wrapper .swiper-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -4px;
}
.home-stage__teasers .home-stage__teasers-wrapper .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.15;
  transform: scale(1);
  width: 25px;
  height: 2px;
  background-color: #20242a;
  border-radius: 0;
  transition: background-color 0.3s, opacity 0.15s;
}
@media (min-width: 48rem) {
  .home-stage__teasers .home-stage__teasers-wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
  }
}
@media (min-width: 64rem) {
  .home-stage__teasers .home-stage__teasers-wrapper .swiper-pagination .swiper-pagination-bullet {
    max-width: 75px;
    flex-grow: 1;
  }
}
.home-stage__teasers .home-stage__teasers-wrapper .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: 0px;
  right: 0px;
  background: transparent;
  cursor: pointer;
}
.home-stage__teasers .home-stage__teasers-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #20242a;
  opacity: 1;
}
.home-stage__teaser-title {
  grid-area: heading;
}
.home-stage__teaser-title--desktop {
  display: none;
}
@media (min-width: 48rem) {
  .home-stage__teaser-title--desktop {
    display: flex;
  }
}
.home-stage__teaser-title--mobile {
  display: flex;
}
@media (min-width: 48rem) {
  .home-stage__teaser-title--mobile {
    display: none;
  }
}
.home-stage__teaser-button {
  grid-area: button;
  margin-left: 0.125rem;
}
.home-stage__teaser-button a {
  width: 100%;
  padding: 0.75rem 1.5rem 0.75rem 1.5rem;
}
@media (min-width: 64rem) {
  .home-stage__teaser-button a {
    width: unset;
  }
}
.home-stage__teasers-controls {
  display: none;
  -moz-column-gap: 8px;
       column-gap: 8px;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  bottom: -8px;
  z-index: 10;
  height: 48px;
}
@media (min-width: 48rem) {
  .home-stage__teasers-controls {
    display: grid;
  }
}
@media (min-width: 64rem) {
  .home-stage__teasers-controls {
    display: grid;
    right: 0;
    left: unset;
    transform: unset;
    bottom: 40px;
  }
}
.home-stage__teasers-controls .chevron-button {
  grid-row: 1;
  cursor: pointer;
}
.home-stage__teasers-controls .chevron-button rect {
  transition: fill 0.25s ease-in-out;
}
.home-stage__teasers-controls .chevron-button path {
  transition: stroke 0.25s ease-in-out;
}
.home-stage__teasers-controls .chevron-button:hover rect {
  fill: rgba(32, 36, 42, 0.15);
  transition: fill 0.25s ease-in-out;
}
.home-stage__teasers-controls .chevron-button:hover path {
  stroke: #b80009;
  transition: stroke 0.25s ease-in-out;
}
.home-stage .home-stage-container {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  min-height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  overflow: hidden;
}
.home-stage .mobile-swiper-pagination {
  position: absolute;
  z-index: 1;
  bottom: 35px !important;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -4px;
}
.home-stage .mobile-swiper-pagination .swiper-pagination-bullet {
  opacity: 0.15;
  transform: scale(1);
  width: 25px;
  height: 2px;
  background-color: #20242a;
  border-radius: 0;
  transition: background-color 0.3s, opacity 0.15s;
}
@media (min-width: 48rem) {
  .home-stage .mobile-swiper-pagination .swiper-pagination-bullet {
    width: 40px;
  }
}
@media (min-width: 64rem) {
  .home-stage .mobile-swiper-pagination .swiper-pagination-bullet {
    max-width: 75px;
    flex-grow: 1;
  }
}
.home-stage .mobile-swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: 0px;
  right: 0px;
  background: transparent;
  cursor: pointer;
}
.home-stage .mobile-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #20242a;
  opacity: 1;
}

.home-articles {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1rem;
  width: 100%;
}
@media (min-width: 25.875rem) {
  .home-articles {
    row-gap: 2.5rem;
  }
}
@media (min-width: 64rem) {
  .home-articles {
    grid-template-columns: repeat(12, 1fr);
    row-gap: 4rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
.home-articles .section-title {
  grid-column: 1/-1;
  margin-bottom: unset;
}
.home-articles > .news-overview-teaser-card:nth-of-type(1) {
  grid-column: 1/-1;
}
@media (min-width: 64rem) {
  .home-articles > .news-overview-teaser-card:nth-of-type(1) {
    grid-column: 1/5;
  }
}
.home-articles > .news-overview-teaser-card:nth-of-type(2) {
  grid-column: 1/-1;
}
@media (min-width: 64rem) {
  .home-articles > .news-overview-teaser-card:nth-of-type(2) {
    grid-column: 5/9;
  }
}
.home-articles > .news-overview-teaser-card:nth-of-type(3) {
  grid-column: 1/-1;
}
@media (min-width: 64rem) {
  .home-articles > .news-overview-teaser-card:nth-of-type(3) {
    grid-column: 9/13;
  }
}
.home-articles .button-container {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 48rem) {
  .home-articles .button-container {
    width: initial;
  }
}
.home-articles .button-container .button {
  width: 100%;
}
@media (min-width: 48rem) {
  .home-articles .button-container .button {
    width: initial;
  }
}

.blog-teaser .blog-overview-teaser {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1rem;
  width: 100%;
}
@media (min-width: 25.875rem) {
  .blog-teaser .blog-overview-teaser {
    row-gap: 2.5rem;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 64rem) {
  .blog-teaser .blog-overview-teaser {
    row-gap: 4rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
.blog-teaser .blog-overview-teaser > :nth-child(1) {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .blog-teaser .blog-overview-teaser > :nth-child(1) {
    grid-column: 1/5;
  }
}
.blog-teaser .blog-overview-teaser > :nth-child(2) {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .blog-teaser .blog-overview-teaser > :nth-child(2) {
    grid-column: 5/9;
  }
}
.blog-teaser .blog-overview-teaser > :nth-child(3) {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .blog-teaser .blog-overview-teaser > :nth-child(3) {
    grid-column: 9/13;
  }
}
.blog-teaser .section-title {
  grid-column: 1/-1;
}
.blog-teaser > .button-container {
  grid-column: 1/-1;
}
.blog-teaser .button-container {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 48rem) {
  .blog-teaser .button-container {
    width: initial;
  }
}
.blog-teaser .button-container .button {
  width: 100%;
}
@media (min-width: 48rem) {
  .blog-teaser .button-container .button {
    width: initial;
  }
}

.news-overview-teaser {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1rem;
  width: 100%;
}
@media (min-width: 25.875rem) {
  .news-overview-teaser {
    row-gap: 2.5rem;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 64rem) {
  .news-overview-teaser {
    row-gap: 4rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
.news-overview-teaser > :nth-child(1) {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .news-overview-teaser > :nth-child(1) {
    grid-column: 1/5;
  }
}
.news-overview-teaser > :nth-child(2) {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .news-overview-teaser > :nth-child(2) {
    grid-column: 5/9;
  }
}
.news-overview-teaser > :nth-child(3) {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .news-overview-teaser > :nth-child(3) {
    grid-column: 9/13;
  }
}

:root {
  --switch-web-tooltip-max-width: 21.125rem;
}

.blkb-switch-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 16.75rem;
  width: 100%;
  overflow-wrap: anywhere;
}
.blkb-switch-wrapper .blkb-switch {
  position: relative;
  display: inline-block;
  width: 1.75rem;
  height: 0.625rem;
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.blkb-switch-wrapper .blkb-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.blkb-switch-wrapper .blkb-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #20242a;
  transition: 0.4s;
}
.blkb-switch-wrapper .blkb-switch .slider:before {
  position: absolute;
  content: "";
  height: 0.875rem;
  width: 0.875rem;
  left: -0.125rem;
  bottom: -0.125rem;
  background-color: #ffffff;
  transition: 0.3s;
  box-shadow: 1px 1px 1px 0 rgba(42, 55, 63, 0.6);
}
.blkb-switch-wrapper .blkb-switch input:checked + .slider {
  background-color: rgba(253, 0, 13, 0.2);
}
.blkb-switch-wrapper .blkb-switch input:focus + .slider {
  box-shadow: 0 0 1px rgba(253, 0, 13, 0.2);
}
.blkb-switch-wrapper .blkb-switch input:checked + .slider:before {
  transform: translateX(1rem);
  background-color: #ee000c;
}
.blkb-switch-wrapper .blkb-switch input:disabled + .slider {
  opacity: 0.2;
}
.blkb-switch-wrapper .blkb-switch input:disabled + .slider:before {
  opacity: 0.2;
  background-color: #ee000c;
}
.blkb-switch-wrapper .blkb-switch .slider.round {
  border-radius: 2.125rem;
}
.blkb-switch-wrapper .blkb-switch .slider.round:before {
  border-radius: 50%;
}
.blkb-switch-wrapper .blkb-switch-text {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.125rem;
  font-weight: 900;
  position: relative;
  left: 1rem;
  top: 1px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.blkb-switch-wrapper .tooltip {
  margin-left: auto;
  flex-shrink: 0;
}
.blkb-switch-wrapper .tooltip .tooltip-wrapper {
  max-width: 240px;
}
@media (min-width: 48rem) {
  .blkb-switch-wrapper .tooltip .tooltip-wrapper {
    max-width: var(--switch-web-tooltip-max-width);
  }
}

.cards-comparison-modal {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 3.75rem;
  padding-bottom: 4.625rem;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10001;
}

html:has(.cards-comparison-modal[open]) {
  overflow: hidden;
}

.cards-comparison-modal {
  border: transparent;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 20000;
  background-color: #ffffff;
  margin: auto;
  padding: 2rem;
  width: 100%;
}
.cards-comparison-modal .section-title {
  font-size: 1.6875rem;
}
@media (min-width: 25.875rem) {
  .cards-comparison-modal .section-title {
    font-size: 2rem;
  }
}
@media (min-width: 48rem) {
  .cards-comparison-modal .section-title {
    font-size: 3rem;
  }
}

.cards-comparison-modal[open] {
  opacity: 1;
}

/* Closed state of the dialog   */
.cards-comparison-modal {
  opacity: 0;
}

.cards-comparison-modal::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.cards-comparison-modal[open]::backdrop {
  background-color: rgba(42, 55, 63, 0.6);
}

.cards-comparison-modal-content {
  background-color: #ffffff;
  margin: auto;
  padding: 2rem;
  width: 100%;
}
.cards-comparison-modal-content .section-title {
  font-size: 1.6875rem;
}
@media (min-width: 25.875rem) {
  .cards-comparison-modal-content .section-title {
    font-size: 2rem;
  }
}
@media (min-width: 48rem) {
  .cards-comparison-modal-content .section-title {
    font-size: 3rem;
  }
}

.cards-comparison-modal-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
}

.compare-button {
  margin-top: 3rem;
  width: 80%;
}
@media (min-width: 25.875rem) {
  .compare-button {
    width: unset;
  }
}

.currency-input-slider-wrapper .form-input .div-currency-input, .year-input-slider-wrapper .form-input .div-currency-input {
  padding-left: 1rem;
  justify-content: flex-start;
}
.currency-input-slider-wrapper .slider[type=range], .year-input-slider-wrapper .slider[type=range] {
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--val) - var(--min)) / var(--range));
  --sx: calc(.5 * 1.5rem + var(--ratio) * (100% - 1.5rem));
  margin: 0;
  padding: 0;
  width: 100%;
  height: 1.5rem;
  background: transparent;
}
.currency-input-slider-wrapper .slider[type=range], .currency-input-slider-wrapper .slider[type=range]::-webkit-slider-thumb, .year-input-slider-wrapper .slider[type=range], .year-input-slider-wrapper .slider[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.currency-input-slider-wrapper .slider[type=range]::-webkit-slider-runnable-track, .year-input-slider-wrapper .slider[type=range]::-webkit-slider-runnable-track {
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 0.25rem;
  background: #e87c78;
  background: linear-gradient(#20242a, #20242a) 0/var(--sx) 100% no-repeat #e87c78;
  background: linear-gradient(#20242a, #20242a) 0/var(--sx) 100% no-repeat #e87c78;
}
.currency-input-slider-wrapper .slider[type=range]::-moz-range-track, .year-input-slider-wrapper .slider[type=range]::-moz-range-track {
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 0.25rem;
  background: #e87c78;
  background: linear-gradient(#20242a, #20242a) 0/var(--sx) 100% no-repeat #e87c78;
}
.currency-input-slider-wrapper .slider[type=range]::-ms-track, .year-input-slider-wrapper .slider[type=range]::-ms-track {
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 0.25rem;
  background: #e87c78;
  background: linear-gradient(#20242a, #20242a) 0/var(--sx) 100% no-repeat #e87c78;
}
.currency-input-slider-wrapper .slider[type=range]::-moz-range-progress, .year-input-slider-wrapper .slider[type=range]::-moz-range-progress {
  height: 0.25rem;
  background: #20242a;
}
.currency-input-slider-wrapper .slider[type=range]::-ms-fill-lower, .year-input-slider-wrapper .slider[type=range]::-ms-fill-lower {
  height: 0.25rem;
  background: #20242a;
}
.currency-input-slider-wrapper .slider[type=range]::-webkit-slider-thumb, .year-input-slider-wrapper .slider[type=range]::-webkit-slider-thumb {
  margin-top: -0.625rem;
  box-sizing: border-box;
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #20242a;
}
.currency-input-slider-wrapper .slider[type=range]::-moz-range-thumb, .year-input-slider-wrapper .slider[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #20242a;
}
.currency-input-slider-wrapper .slider[type=range]::-ms-thumb, .year-input-slider-wrapper .slider[type=range]::-ms-thumb {
  margin-top: 0;
  box-sizing: border-box;
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #20242a;
}
.currency-input-slider-wrapper .slider[type=range]::-ms-tooltip, .year-input-slider-wrapper .slider[type=range]::-ms-tooltip {
  display: none;
}

@media (min-width: 48rem) {
  .mortgage-calculator {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 768px;
  }
}
@media (min-width: 64rem) {
  .mortgage-calculator {
    width: 100%;
  }
}
.mortgage-calculator .mortgage-calculator__top-grid {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.mortgage-calculator .mortgage-calculator__top-grid .grid-title {
  font-size: 1.25rem;
  font-weight: 900;
  color: #20242a;
  margin-bottom: 2.5rem;
}
@media (min-width: 48rem) {
  .mortgage-calculator .mortgage-calculator__top-grid {
    display: grid;
    grid-template-areas: "top top" "bottom-left bottom-right";
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 64rem) {
  .mortgage-calculator .mortgage-calculator__top-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 4.625rem;
    grid-column-gap: 2.5rem;
  }
  .mortgage-calculator .mortgage-calculator__top-grid > div {
    width: 100%;
  }
}
.mortgage-calculator .mortgage-calculator-declarations {
  width: 100%;
}
@media (min-width: 48rem) {
  .mortgage-calculator .mortgage-calculator-declarations {
    grid-area: top;
    width: 44rem;
  }
}
@media (min-width: 64rem) {
  .mortgage-calculator .mortgage-calculator-declarations {
    grid-area: unset;
    width: 100%;
  }
}
.mortgage-calculator .mortgage-calculator-declarations .declarations-inputs-wrapper {
  margin-bottom: 3rem;
}
@media (min-width: 48rem) {
  .mortgage-calculator .mortgage-calculator-declarations .declarations-inputs-wrapper {
    margin-bottom: 3rem;
  }
}
@media (min-width: 64rem) {
  .mortgage-calculator .mortgage-calculator-declarations .declarations-inputs-wrapper {
    margin-bottom: 0;
  }
}
.mortgage-calculator .mortgage-calculator-declarations .declarations-inputs-wrapper__input {
  position: relative;
  display: flex;
}
.mortgage-calculator .mortgage-calculator-declarations .declarations-inputs-wrapper__input:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
.mortgage-calculator .mortgage-calculator-declarations .declarations-inputs-wrapper__input .tooltip {
  margin-top: 0.625rem;
  margin-left: -0.5rem;
}
.mortgage-calculator .mortgage-calculator-declarations .declarations-inputs-wrapper .currency-input-slider-wrapper {
  margin-right: 1rem;
  flex-grow: 1;
}
.mortgage-calculator .mortgage-calculator-declarations .declarations-inputs-wrapper .currency-input-slider-wrapper .blkb-currency-input,
.mortgage-calculator .mortgage-calculator-declarations .declarations-inputs-wrapper .currency-input-slider-wrapper .blkb-currency-input .input-container {
  width: 100%;
}
.mortgage-calculator .mortgage-calculator-declarations .declarations-inputs-wrapper .currency-input-slider-wrapper .number-slider {
  margin-top: 0.25rem;
}
.mortgage-calculator .pie-circle-graph-section {
  margin-bottom: 3rem;
}
@media (min-width: 48rem) {
  .mortgage-calculator .pie-circle-graph-section {
    grid-area: bottom-left;
  }
}
@media (min-width: 64rem) {
  .mortgage-calculator .pie-circle-graph-section {
    grid-area: unset;
  }
}
.mortgage-calculator .pie-circle-graph-section .pie-circle-graph-container {
  width: 13.4375rem;
  height: 13.4375rem;
}
.mortgage-calculator .pie-circle-graph-section .pie-circle-graph-container .pie-circle-graph .label {
  color: #20242a;
}
.mortgage-calculator .pie-circle-legend {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
}
.mortgage-calculator .pie-circle-legend .legend-entry-wrapper:not(:last-child) {
  margin-bottom: 0.5rem;
}
.mortgage-calculator .pie-circle-legend .legend-entry-wrapper .legend-row {
  display: flex;
  flex-direction: row;
}
.mortgage-calculator .pie-circle-legend .legend-entry-wrapper .legend-row .square-color {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}
.mortgage-calculator .pie-circle-legend #ownCapital-legend .square-color {
  background-color: #e38121;
}
.mortgage-calculator .pie-circle-legend #mortgage-legend .square-color {
  background-color: #2C5969;
}
.mortgage-calculator .stacked-column-graph-section {
  margin-bottom: 4.5rem;
  pointer-events: none;
}
@media (min-width: 48rem) {
  .mortgage-calculator .stacked-column-graph-section {
    grid-area: bottom-right;
    margin-bottom: 3rem;
  }
}
@media (min-width: 64rem) {
  .mortgage-calculator .stacked-column-graph-section {
    grid-area: unset;
    margin-bottom: 0;
  }
}
.mortgage-calculator .stacked-column-graph-section .stacked-column-graph-container {
  width: 100%;
  max-width: 16rem;
}
.mortgage-calculator .stacked-column-graph-section .stacked-column-graph-container .stacked-column-graph-wrapper {
  position: relative;
}
.mortgage-calculator .stacked-column-graph-section .stacked-column-graph-container .stacked-column-graph-wrapper .stacked-column-labels {
  position: absolute;
  top: 3.5rem;
  display: flex;
  flex-direction: row;
  z-index: 10;
}
.mortgage-calculator .stacked-column-graph-section .stacked-column-graph-container .stacked-column-graph-wrapper .stacked-column-labels .stacked-column-label {
  text-align: center;
  margin: 0 auto;
  width: 6.5625rem;
  font-size: 1rem;
}
.mortgage-calculator .stacked-column-graph-section .stacked-column-graph-container .stacked-column-graph-wrapper .stacked-column-labels .stacked-column-label:not(:first-child) {
  margin-left: 0.5rem;
  font-size: 1.25rem;
  font-weight: 900;
}
.mortgage-calculator .stacked-column-graph-section .stacked-column-graph-container .stacked-column-graph-wrapper .stacked-column-graph .edge-line-label {
  font-size: 1rem;
}
.mortgage-calculator .stacked-column-graph-section .stacked-column-graph-container .stacked-column-graph-categories {
  display: flex;
  flex-direction: row;
  margin-top: 0.5rem;
}
.mortgage-calculator .stacked-column-graph-section .stacked-column-graph-container .stacked-column-graph-categories .column-category {
  width: 6.5625rem;
}
.mortgage-calculator .stacked-column-graph-section .stacked-column-graph-container .stacked-column-graph-categories .column-category:not(:first-child) {
  margin-left: 0.5rem;
}
.mortgage-calculator .stacked-column-graph-section .tooltip-container {
  position: absolute;
  left: 100%;
  top: 60%;
  transform: translateX(0.25rem);
  pointer-events: all;
}
.mortgage-calculator .stacked-column-graph-section .tooltip-container .tooltip {
  position: relative;
}
.mortgage-calculator .monthly-breakdown-section {
  width: 100%;
}
@media (min-width: 48rem) {
  .mortgage-calculator .monthly-breakdown-section {
    width: 38.4375rem;
  }
}
@media (min-width: 64rem) {
  .mortgage-calculator .monthly-breakdown-section {
    width: 57.5rem;
    margin-bottom: 4rem;
  }
}
.mortgage-calculator .monthly-breakdown-section.show {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mortgage-calculator .monthly-breakdown-section h2 {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 48rem) {
  .mortgage-calculator .monthly-breakdown-section h2 {
    width: 44rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 64rem) {
  .mortgage-calculator .monthly-breakdown-section h2 {
    width: 42.4375rem;
    margin-bottom: 3.125rem;
  }
}
.mortgage-calculator .monthly-breakdown-section .chart-and-input-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 48rem) {
  .mortgage-calculator .monthly-breakdown-section .chart-and-input-wrapper {
    flex-direction: row;
    position: relative;
  }
}
.mortgage-calculator .monthly-breakdown-section .chart-and-input-wrapper .blkb-currency-input {
  width: 100%;
}
.mortgage-calculator .monthly-breakdown-section .chart-and-input-wrapper .blkb-currency-input .input-container {
  width: 100%;
}
.mortgage-calculator .monthly-breakdown-section .chart-and-input-wrapper .blkb-currency-input .input-container .div-currency-input {
  padding-left: 1rem;
  justify-content: flex-start;
}
@media (min-width: 48rem) {
  .mortgage-calculator .monthly-breakdown-section .chart-and-input-wrapper .blkb-currency-input {
    width: 14.3125rem;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 64rem) {
  .mortgage-calculator .monthly-breakdown-section .chart-and-input-wrapper .blkb-currency-input {
    bottom: unset;
  }
}
.mortgage-calculator .monthly-breakdown-section .chart-and-input-wrapper .monthly-pie-chart {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 48rem) {
  .mortgage-calculator .monthly-breakdown-section .chart-and-input-wrapper .monthly-pie-chart {
    margin-bottom: 0;
    height: 14.375rem;
  }
}
.mortgage-calculator .monthly-breakdown-section .chart-and-input-wrapper .monthly-pie-chart .monthly-pie-chart-container {
  max-width: 14.375rem;
  max-height: 14.375rem;
}
.mortgage-calculator .monthly-breakdown-section .monthly-breakdown-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (min-width: 64rem) {
  .mortgage-calculator .monthly-breakdown-section .monthly-breakdown-content {
    flex-direction: row;
  }
}
.mortgage-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information {
  width: 100%;
}
@media (min-width: 64rem) {
  .mortgage-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information {
    position: absolute;
    right: 0;
    top: 5rem;
    width: 30.0625rem;
  }
}
.mortgage-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information .monthly-breakdown-legend {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mortgage-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information .monthly-breakdown-legend.hidden {
  display: none;
}
.mortgage-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information .monthly-breakdown-legend .legend-row {
  display: flex;
  flex-direction: row;
  position: relative;
}
.mortgage-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information .monthly-breakdown-legend .legend-row:not(:last-child) {
  margin-bottom: 0.5rem;
}
.mortgage-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information .monthly-breakdown-legend .legend-row.hidden {
  display: none;
}
.mortgage-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information .monthly-breakdown-legend .legend-row .square-color {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}
.mortgage-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information .monthly-breakdown-legend .legend-row .legend-value-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.mortgage-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information .monthly-breakdown-legend .legend-row .legend-value-container .legend-type {
  display: flex;
  position: relative;
  width: 100%;
  gap: 0.5rem;
}
.mortgage-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information .monthly-breakdown-legend .legend-row .legend-value-container .legend-type .tooltip {
  flex-shrink: 0;
}
.mortgage-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information .monthly-breakdown-legend .legend-row .legend-value-container .legend-type .values {
  flex: 0 0 auto;
  margin-left: auto;
}
.mortgage-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information .monthly-breakdown-legend .legend-row .legend-value-container .legend-type .values.hidden {
  display: none;
}
.mortgage-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information .monthly-breakdown-legend #interestCosts-legend .square-color {
  background-color: #2C5969;
}
.mortgage-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information .monthly-breakdown-legend #amortisation-legend .square-color {
  background-color: #c8b9a0;
}
.mortgage-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information .monthly-breakdown-legend #extraCosts-legend .square-color {
  background-color: #e38121;
}
.mortgage-calculator .monthly-breakdown-section .monthly-breakdown-summary {
  display: flex;
  flex-direction: column;
}
.mortgage-calculator .monthly-breakdown-section .monthly-breakdown-summary-text {
  margin-bottom: 1rem;
  width: 11.9375rem;
}
.mortgage-calculator .monthly-breakdown-section .monthly-breakdown-summary-text, .mortgage-calculator .monthly-breakdown-section .monthly-breakdown-summary-value {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.2;
  color: #20242a;
}
.mortgage-calculator .monthly-breakdown-section .monthly-breakdown-summary-text.hidden, .mortgage-calculator .monthly-breakdown-section .monthly-breakdown-summary-value.hidden {
  display: none;
}
@media (min-width: 48rem) {
  .mortgage-calculator .monthly-breakdown-section .monthly-breakdown-summary {
    flex-direction: row;
    justify-content: space-between;
  }
  .mortgage-calculator .monthly-breakdown-section .monthly-breakdown-summary-text {
    margin-right: 3rem;
  }
  .mortgage-calculator .monthly-breakdown-section .monthly-breakdown-summary-value {
    font-size: 2.5rem;
  }
}
@media (min-width: 64rem) {
  .mortgage-calculator .monthly-breakdown-section .monthly-breakdown-summary {
    flex-direction: row;
    justify-content: flex-end;
  }
  .mortgage-calculator .monthly-breakdown-section .monthly-breakdown-summary-text {
    margin-right: 3rem;
  }
  .mortgage-calculator .monthly-breakdown-section .monthly-breakdown-summary-value {
    font-size: 2.5rem;
  }
}
.mortgage-calculator .hidden {
  display: none;
}

.pension-comparison-calculator-first-section {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.pension-comparison-calculator .graph-container {
  display: flex;
  flex-direction: column;
}
.pension-comparison-calculator .graph-container.sticky {
  opacity: 0.95;
  box-shadow: 0.125rem 0.25rem 2.5rem 0 rgba(42, 55, 63, 0.05);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding-top: 3.125rem;
  position: fixed;
  top: 3rem;
  max-width: 72.5rem;
  width: calc(100% - 2 * 2rem);
  background-color: white;
  z-index: 100;
}
@media (min-width: 64rem) {
  .pension-comparison-calculator .graph-container.sticky {
    padding-top: 4.75rem;
    top: 3.75rem;
  }
}
.pension-comparison-calculator .graph-container .rating-scale-graph-labels {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 0 0.625rem;
}
.pension-comparison-calculator .graph-container .rating-scale-graph {
  height: 4.6875rem;
  width: 100%;
}
.pension-comparison-calculator .pension-comparison-question-wrapper {
  padding: 0 0.625rem;
  margin-top: 7rem;
}
.pension-comparison-calculator-result {
  justify-content: center;
}
.pension-comparison-calculator-result-subtitle {
  align-self: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 43.75rem;
}
.pension-comparison-calculator-result-forms {
  max-width: 46.5rem;
}
.pension-comparison-calculator-result-forms .person-title {
  margin-bottom: 2rem;
}
.pension-comparison-calculator-result-forms .form-row {
  margin-bottom: 2rem;
}
.pension-comparison-calculator-result-forms.hidden {
  display: none;
}
.pension-comparison-calculator-result-forms .add-second-person {
  position: relative;
  margin-bottom: 2rem;
  width: 12.5rem;
}
.pension-comparison-calculator-result-forms .add-second-person.hidden {
  display: none;
}
.pension-comparison-calculator-result-forms .add-second-person .plus-icon {
  position: absolute;
  display: inline-block;
  background-image: var(--plus);
  background-size: 1.125rem;
  background-repeat: no-repeat;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.1875rem;
}
.pension-comparison-calculator-result-forms .add-second-person .plus-text {
  display: inline-block;
  cursor: pointer;
  color: #ee000c;
  font-weight: bold;
  padding-left: 1.625rem;
}
.pension-comparison-calculator-result-forms .show-capital-forms-calculations-button {
  padding: 0;
}
.pension-comparison-calculator-result-form .form-field-group {
  flex-direction: column;
}
@media (min-width: 48rem) {
  .pension-comparison-calculator-result-form .form-field-group {
    flex-direction: row;
  }
}
.pension-comparison-calculator-result-form .form-field-group .form-item-m {
  width: 100%;
}
@media (min-width: 48rem) {
  .pension-comparison-calculator-result-form .form-field-group .form-item-m {
    width: 47%;
  }
}
.pension-comparison-calculator-result-form .title-and-icon {
  display: flex;
  justify-content: space-between;
}
.pension-comparison-calculator-result-form .title-and-icon .close-second-person {
  color: #ee000c;
  top: 2rem;
  cursor: pointer;
}
.pension-comparison-calculator-result-form.hidden {
  display: none;
}
.pension-comparison-calculator-result.hidden {
  display: none;
}
.pension-comparison-calculator .capital-result-errors {
  color: #ee000c;
  margin-bottom: 2rem;
}
.pension-comparison-calculator .capital-result-errors .capital-result-error:not(:last-child) {
  margin-bottom: 1.5rem;
}
.pension-comparison-calculator .capital-result-cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pension-comparison-calculator .capital-result-cards .result-card {
  padding: 1.5rem 2rem 2.5rem 2rem;
  box-shadow: 2px 4px 40px 0 rgba(42, 55, 63, 0.06);
  max-width: 57.5rem;
  width: 100%;
  height: unset;
  margin-bottom: 3rem;
}
@media (min-width: 64rem) {
  .pension-comparison-calculator .capital-result-cards .result-card {
    height: 15.625rem;
  }
}
.pension-comparison-calculator .capital-result-cards .result-card-container {
  display: flex;
  flex-direction: column;
  height: calc(100% - 2.5rem - 1rem);
}
@media (min-width: 64rem) {
  .pension-comparison-calculator .capital-result-cards .result-card-container {
    flex-direction: row;
  }
}
.pension-comparison-calculator .capital-result-cards .result-card-values {
  display: flex;
  flex-direction: column;
  max-width: 43.125rem;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-style: solid;
  -o-border-image: linear-gradient(to bottom, #D8D8D8, #20242a);
     border-image: linear-gradient(to bottom, #D8D8D8, #20242a);
  border-image-slice: 1;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  margin-top: 2rem;
}
@media (min-width: 64rem) {
  .pension-comparison-calculator .capital-result-cards .result-card-values {
    border-width: 2px;
    border-style: solid;
    -o-border-image: linear-gradient(to right, #D8D8D8, #20242a);
       border-image: linear-gradient(to right, #D8D8D8, #20242a);
    border-image-slice: 1;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    flex-direction: row;
    margin-top: unset;
  }
}
.pension-comparison-calculator .capital-result-cards .result-card-consumption {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: unset;
  margin-left: unset;
  margin-top: 2rem;
  height: 100%;
  border-width: 2px;
  border-style: solid;
  -o-border-image: linear-gradient(to bottom, #ee000c, #D8D8D8);
     border-image: linear-gradient(to bottom, #ee000c, #D8D8D8);
  border-image-slice: 1;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}
@media (min-width: 64rem) {
  .pension-comparison-calculator .capital-result-cards .result-card-consumption {
    max-width: 9.625rem;
    margin-left: 1.5rem;
    margin-top: unset;
    border-width: 2px;
    border-style: solid;
    -o-border-image: linear-gradient(to right, #ee000c, #D8D8D8);
       border-image: linear-gradient(to right, #ee000c, #D8D8D8);
    border-image-slice: 1;
    border-top: 0;
    border-left: 0;
    border-right: 0;
  }
}
.pension-comparison-calculator .capital-result-cards .result-card-consumption .result-card-period, .pension-comparison-calculator .capital-result-cards .result-card-consumption .result-card-number, .pension-comparison-calculator .capital-result-cards .result-card-consumption .result-card-label {
  margin-left: 2rem;
}
@media (min-width: 64rem) {
  .pension-comparison-calculator .capital-result-cards .result-card-consumption .result-card-period, .pension-comparison-calculator .capital-result-cards .result-card-consumption .result-card-number, .pension-comparison-calculator .capital-result-cards .result-card-consumption .result-card-label {
    margin-left: unset;
  }
}
.pension-comparison-calculator .capital-result-cards .result-card-consumption .result-card-label {
  margin-bottom: unset;
}
@media (min-width: 64rem) {
  .pension-comparison-calculator .capital-result-cards .result-card-consumption .result-card-label {
    margin-bottom: 1rem;
  }
}
.pension-comparison-calculator .capital-result-cards .result-card-value {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  justify-content: flex-end;
  width: unset;
  margin-bottom: unset;
  margin-left: 2rem;
}
@media (min-width: 64rem) {
  .pension-comparison-calculator .capital-result-cards .result-card-value {
    width: 20%;
  }
  .pension-comparison-calculator .capital-result-cards .result-card-value:nth-child(1), .pension-comparison-calculator .capital-result-cards .result-card-value:nth-child(4) {
    width: 30%;
  }
}
.pension-comparison-calculator .capital-result-cards .result-card-value:not(:first-child) {
  margin-top: 2rem;
}
@media (min-width: 64rem) {
  .pension-comparison-calculator .capital-result-cards .result-card-value:not(:first-child) {
    margin-left: 0.75rem;
    margin-top: unset;
  }
}
@media (min-width: 64rem) {
  .pension-comparison-calculator .capital-result-cards .result-card-value {
    margin-left: unset;
    margin-bottom: 1rem;
  }
}
.pension-comparison-calculator .capital-result-cards.hidden {
  display: none;
}
.pension-comparison-calculator .area-charts-container {
  display: flex;
  flex-direction: column;
}
.pension-comparison-calculator .area-charts-container .area-charts-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}
@media (min-width: 48rem) {
  .pension-comparison-calculator .area-charts-container .area-charts-wrapper {
    margin-bottom: 5rem;
  }
}
@media (min-width: 64rem) {
  .pension-comparison-calculator .area-charts-container .area-charts-wrapper {
    margin-bottom: 8rem;
  }
}
@media (min-width: 64rem) {
  .pension-comparison-calculator .area-charts-container .area-charts-wrapper {
    flex-direction: row;
  }
}
.pension-comparison-calculator .area-charts-container .area-charts-wrapper .single-chart-container {
  width: 100%;
}
@media (min-width: 64rem) {
  .pension-comparison-calculator .area-charts-container .area-charts-wrapper .single-chart-container {
    width: 50%;
  }
}
.pension-comparison-calculator .area-charts-container .area-charts-wrapper .single-chart-container:not(:first-child) {
  margin-top: 3.5rem;
}
@media (min-width: 64rem) {
  .pension-comparison-calculator .area-charts-container .area-charts-wrapper .single-chart-container:not(:first-child) {
    margin-top: unset;
  }
}
.pension-comparison-calculator .area-charts-container .area-charts-wrapper .single-chart-container .chart-title {
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
}
.pension-comparison-calculator .area-charts-container .area-charts-wrapper .single-chart-container .calculator-legend {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (min-width: 48rem) {
  .pension-comparison-calculator .area-charts-container .area-charts-wrapper .single-chart-container .calculator-legend {
    flex-direction: row;
  }
}
.pension-comparison-calculator .area-charts-container .area-charts-wrapper .single-chart-container .calculator-legend .legend-row {
  flex-direction: row-reverse;
  display: flex;
  margin-right: 1rem;
}
@media (min-width: 48rem) {
  .pension-comparison-calculator .area-charts-container .area-charts-wrapper .single-chart-container .calculator-legend .legend-row {
    flex-direction: row;
  }
}
.pension-comparison-calculator .area-charts-container .area-charts-wrapper .single-chart-container .calculator-legend .legend-row:not(:last-child) {
  margin-bottom: 0.5rem;
}
.pension-comparison-calculator .area-charts-container .area-charts-wrapper .single-chart-container .calculator-legend .legend-row .square-color {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0;
  margin-left: 0.25rem;
}
@media (min-width: 48rem) {
  .pension-comparison-calculator .area-charts-container .area-charts-wrapper .single-chart-container .calculator-legend .legend-row .square-color {
    margin-right: 0.25rem;
    margin-left: 0;
  }
}
.pension-comparison-calculator .area-charts-container .area-charts-wrapper .single-chart-container .calculator-legend #liquidity-legend .square-color {
  background-color: #d5d7d9;
}
.pension-comparison-calculator .area-charts-container .area-charts-wrapper .single-chart-container .calculator-legend #balanced-legend .square-color {
  background-color: #fa959a;
}
.pension-comparison-calculator .area-charts-container .area-charts-wrapper .single-chart-container .calculator-legend #equities-legend .square-color {
  background-color: #ee000c;
}
.pension-comparison-calculator .area-charts-container.hidden {
  display: none;
}
.pension-comparison-calculator .area-charts-container .chart-card {
  align-self: center;
  padding: 1.5rem 0.25rem 1rem 0.25rem;
  box-shadow: 2px 4px 40px 0 rgba(42, 55, 63, 0.06);
  max-width: 57.5rem;
  width: 100%;
  height: 25rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (min-width: 385) {
  .pension-comparison-calculator .area-charts-container .chart-card {
    padding: 1.5rem 1rem 1rem 1rem;
  }
}
@media (min-width: 25.875rem) {
  .pension-comparison-calculator .area-charts-container .chart-card {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
  }
}
@media (min-width: 48rem) {
  .pension-comparison-calculator .area-charts-container .chart-card {
    padding: 1.5rem 2rem 1rem 2rem;
    height: 20.625rem;
  }
}
.pension-comparison-calculator .area-charts-container .chart-card .money-consumption-chart {
  height: 21.875rem;
}
@media (min-width: 48rem) {
  .pension-comparison-calculator .area-charts-container .chart-card .money-consumption-chart {
    height: 17.5rem;
  }
}
.pension-comparison-calculator .capital-action-banner.hidden {
  display: none;
}

.pension-comparison-question-item,
.question-item-wrapper .pension-comparison-question-item {
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
}
.pension-comparison-question-item .text-and-toggle,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 1.875rem;
}
@media (min-width: 48rem) {
  .pension-comparison-question-item .text-and-toggle,
  .question-item-wrapper .pension-comparison-question-item .text-and-toggle {
    flex-direction: row;
  }
}
.pension-comparison-question-item .text-and-toggle .text,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text {
  word-break: break-word;
  text-align: left;
  padding-right: 1.5rem;
  max-width: 50rem;
  font-weight: inherit;
  width: 100%;
  /**
    * https://stackoverflow.com/a/26245056
   */
}
.pension-comparison-question-item .text-and-toggle .text:after,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media (min-width: 48rem) {
  .pension-comparison-question-item .text-and-toggle .text,
  .question-item-wrapper .pension-comparison-question-item .text-and-toggle .text {
    margin-left: auto;
    margin-right: auto;
  }
  .pension-comparison-question-item .text-and-toggle .text:not(.full-width),
  .question-item-wrapper .pension-comparison-question-item .text-and-toggle .text:not(.full-width) {
    max-width: 46.5rem;
  }
}
.pension-comparison-question-item .text-and-toggle .text p:has(+ h2),
.pension-comparison-question-item .text-and-toggle .text ul:has(+ h2),
.pension-comparison-question-item .text-and-toggle .text ol:has(+ h2),
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text p:has(+ h2),
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text ul:has(+ h2),
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text ol:has(+ h2) {
  margin-bottom: 2.5rem;
}
.pension-comparison-question-item .text-and-toggle .text p:has(+ h3),
.pension-comparison-question-item .text-and-toggle .text ul:has(+ h3),
.pension-comparison-question-item .text-and-toggle .text ol:has(+ h3),
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text p:has(+ h3),
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text ul:has(+ h3),
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text ol:has(+ h3) {
  margin-bottom: 2rem;
}
.pension-comparison-question-item .text-and-toggle .text p:has(+ h4),
.pension-comparison-question-item .text-and-toggle .text ul:has(+ h4),
.pension-comparison-question-item .text-and-toggle .text ol:has(+ h4),
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text p:has(+ h4),
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text ul:has(+ h4),
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text ol:has(+ h4) {
  margin-bottom: 1.5rem;
}
.pension-comparison-question-item .text-and-toggle .text p:has(+ h5, + h6),
.pension-comparison-question-item .text-and-toggle .text ul:has(+ h5, + h6),
.pension-comparison-question-item .text-and-toggle .text ol:has(+ h5, + h6),
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text p:has(+ h5, + h6),
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text ul:has(+ h5, + h6),
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text ol:has(+ h5, + h6) {
  margin-bottom: 1.25rem;
}
.pension-comparison-question-item .text-and-toggle .text h2:not(.section-title),
.pension-comparison-question-item .text-and-toggle .text h3,
.pension-comparison-question-item .text-and-toggle .text h4,
.pension-comparison-question-item .text-and-toggle .text h5,
.pension-comparison-question-item .text-and-toggle .text h6,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text h2:not(.section-title),
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text h3,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text h4,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text h5,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text h6 {
  margin-bottom: 0.5rem;
}
.pension-comparison-question-item .text-and-toggle .text p,
.pension-comparison-question-item .text-and-toggle .text a,
.pension-comparison-question-item .text-and-toggle .text ul,
.pension-comparison-question-item .text-and-toggle .text ol,
.pension-comparison-question-item .text-and-toggle .text li,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text p,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text a,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text ul,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text ol,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text li {
  margin-bottom: 1rem;
}
.pension-comparison-question-item .text-and-toggle .text ol,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.pension-comparison-question-item .text-and-toggle .text ol > li,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.pension-comparison-question-item .text-and-toggle .text ol > li:before,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text ol > li:before {
  white-space: nowrap;
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.pension-comparison-question-item .text-and-toggle .text li ol,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text li ol {
  margin-top: 0.5rem;
}
.pension-comparison-question-item .text-and-toggle .text li ol > li,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text li ol > li {
  margin: 0;
}
.pension-comparison-question-item .text-and-toggle .text li ol > li:before,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text li ol > li:before {
  content: counters(item, ".") " ";
}
.pension-comparison-question-item .text-and-toggle .text img,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text img {
  max-width: 100%;
}
@media (min-width: 48rem) {
  .pension-comparison-question-item .text-and-toggle .text img,
  .question-item-wrapper .pension-comparison-question-item .text-and-toggle .text img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 42.5rem;
  }
}
.pension-comparison-question-item .text-and-toggle .text a,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text a {
  text-decoration: underline;
  text-underline-offset: 0.09375rem;
  color: #ee000c;
}
.pension-comparison-question-item .text-and-toggle .text a,
.pension-comparison-question-item .text-and-toggle .text p,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text a,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text p {
  line-height: 1.36;
}
.pension-comparison-question-item .text-and-toggle .text p,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .text p {
  word-break: inherit;
  text-align: inherit;
  padding-right: inherit;
  max-width: inherit;
  font-family: inherit;
  font-size: inherit;
}
.pension-comparison-question-item .text-and-toggle .tw-toggle,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .tw-toggle {
  display: flex;
  flex-shrink: 0;
  border-radius: 1.4375rem;
  position: relative;
  border: 0.0625rem solid #d5d7d9;
  max-width: 11.375rem;
  height: 2.25rem;
  margin-top: 1.5rem;
}
@media (min-width: 48rem) {
  .pension-comparison-question-item .text-and-toggle .tw-toggle,
  .question-item-wrapper .pension-comparison-question-item .text-and-toggle .tw-toggle {
    max-width: 12.5rem;
    height: 2.75rem;
    margin-top: unset;
  }
}
.pension-comparison-question-item .text-and-toggle .tw-toggle label,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .tw-toggle label {
  text-align: center;
  font-family: sans-serif;
  color: #95a5a6;
  position: absolute;
  z-index: 2;
  margin: 0;
  text-align: center;
  height: 2.25rem;
  width: 3.125rem;
}
.pension-comparison-question-item .text-and-toggle .tw-toggle label:not(:last-of-type),
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .tw-toggle label:not(:last-of-type) {
  margin-right: 1rem;
}
@media (min-width: 48rem) {
  .pension-comparison-question-item .text-and-toggle .tw-toggle label,
  .question-item-wrapper .pension-comparison-question-item .text-and-toggle .tw-toggle label {
    width: 3.5rem;
    height: 2.75rem;
  }
}
.pension-comparison-question-item .text-and-toggle .tw-toggle input,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .tw-toggle input {
  position: relative;
  display: inline-block;
  height: 2.25rem;
  width: 3.125rem;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
}
.pension-comparison-question-item .text-and-toggle .tw-toggle input:not(:last-of-type),
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .tw-toggle input:not(:last-of-type) {
  margin-right: 16px;
}
@media (min-width: 48rem) {
  .pension-comparison-question-item .text-and-toggle .tw-toggle input,
  .question-item-wrapper .pension-comparison-question-item .text-and-toggle .tw-toggle input {
    width: 3.5rem;
    height: 2.75rem;
  }
}
.pension-comparison-question-item .text-and-toggle .tw-toggle .cursor,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .tw-toggle .cursor {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background: #ee000c;
  display: block;
  position: absolute;
  left: calc((11.375rem - 3.5rem) / 2);
  top: -7px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 48rem) {
  .pension-comparison-question-item .text-and-toggle .tw-toggle .cursor,
  .question-item-wrapper .pension-comparison-question-item .text-and-toggle .tw-toggle .cursor {
    top: -6px;
    left: calc((12.5rem - 3.5rem) / 2);
    width: 3.5rem;
    height: 3.5rem;
  }
}
.pension-comparison-question-item .text-and-toggle .tw-toggle input[value=false],
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .tw-toggle input[value=false] {
  left: -0.0625rem;
}
.pension-comparison-question-item .text-and-toggle .tw-toggle input[value=true],
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .tw-toggle input[value=true] {
  left: 0.0625rem;
}
.pension-comparison-question-item .text-and-toggle .tw-toggle input[value=false] + label,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .tw-toggle input[value=false] + label {
  left: -0.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pension-comparison-question-item .text-and-toggle .tw-toggle input[value=false] + label div,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .tw-toggle input[value=false] + label div {
  background-image: var(--toggle-left-black);
  background-size: 0.75rem;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.75rem;
  height: 0.75rem;
}
.pension-comparison-question-item .text-and-toggle .tw-toggle input[value="-1"] + label,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .tw-toggle input[value="-1"] + label {
  left: calc((11.375rem - 3.125rem) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pension-comparison-question-item .text-and-toggle .tw-toggle input[value="-1"] + label div,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .tw-toggle input[value="-1"] + label div {
  background-image: var(--toggle-center-black);
  background-size: 0.875rem;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.875rem;
  height: 0.875rem;
}
@media (min-width: 48rem) {
  .pension-comparison-question-item .text-and-toggle .tw-toggle input[value="-1"] + label,
  .question-item-wrapper .pension-comparison-question-item .text-and-toggle .tw-toggle input[value="-1"] + label {
    left: calc((12.5rem - 3.5rem) / 2);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pension-comparison-question-item .text-and-toggle .tw-toggle input[value="-1"] + label div,
  .question-item-wrapper .pension-comparison-question-item .text-and-toggle .tw-toggle input[value="-1"] + label div {
    background-image: var(--toggle-center-black);
    background-size: 0.875rem;
    background-repeat: no-repeat;
    background-position: center;
    width: 0.875rem;
    height: 0.875rem;
  }
}
.pension-comparison-question-item .text-and-toggle .tw-toggle input[value=true] + label,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .tw-toggle input[value=true] + label {
  left: 8.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pension-comparison-question-item .text-and-toggle .tw-toggle input[value=true] + label div,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .tw-toggle input[value=true] + label div {
  background-image: var(--toggle-right-black);
  background-size: 0.75rem;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.75rem;
  height: 0.75rem;
}
@media (min-width: 48rem) {
  .pension-comparison-question-item .text-and-toggle .tw-toggle input[value=true] + label,
  .question-item-wrapper .pension-comparison-question-item .text-and-toggle .tw-toggle input[value=true] + label {
    left: 9.0625rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pension-comparison-question-item .text-and-toggle .tw-toggle input[value=true] + label div,
  .question-item-wrapper .pension-comparison-question-item .text-and-toggle .tw-toggle input[value=true] + label div {
    background-image: var(--toggle-right-black);
    background-size: 0.75rem;
    background-repeat: no-repeat;
    background-position: center;
    width: 0.75rem;
    height: 0.75rem;
  }
}
.pension-comparison-question-item .text-and-toggle .tw-toggle input[value=false]:checked ~ .cursor,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .tw-toggle input[value=false]:checked ~ .cursor {
  left: -0.0625rem;
}
.pension-comparison-question-item .text-and-toggle .tw-toggle input[value=true]:checked ~ .cursor,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .tw-toggle input[value=true]:checked ~ .cursor {
  left: 8.3125rem;
}
@media (min-width: 48rem) {
  .pension-comparison-question-item .text-and-toggle .tw-toggle input[value=true]:checked ~ .cursor,
  .question-item-wrapper .pension-comparison-question-item .text-and-toggle .tw-toggle input[value=true]:checked ~ .cursor {
    left: 9.0625rem;
  }
}
.pension-comparison-question-item .text-and-toggle .tw-toggle input[value="-1"]:checked ~ .cursor,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .tw-toggle input[value="-1"]:checked ~ .cursor {
  left: calc((11.375rem - 3.125rem) / 2);
}
@media (min-width: 48rem) {
  .pension-comparison-question-item .text-and-toggle .tw-toggle input[value="-1"]:checked ~ .cursor,
  .question-item-wrapper .pension-comparison-question-item .text-and-toggle .tw-toggle input[value="-1"]:checked ~ .cursor {
    left: calc((12.5rem - 3.5rem) / 2);
  }
}
.pension-comparison-question-item .text-and-toggle .tw-toggle input[value=false]:checked + label > div,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .tw-toggle input[value=false]:checked + label > div {
  transition: background-image 0.2s ease-in-out;
  background-image: var(--toggle-left-white);
}
.pension-comparison-question-item .text-and-toggle .tw-toggle input[value=true]:checked + label > div,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .tw-toggle input[value=true]:checked + label > div {
  transition: background-image 0.2s ease-in-out;
  background-image: var(--toggle-right-white);
}
.pension-comparison-question-item .text-and-toggle .tw-toggle input[value="-1"]:checked + label > div,
.question-item-wrapper .pension-comparison-question-item .text-and-toggle .tw-toggle input[value="-1"]:checked + label > div {
  transition: background-image 0.2s ease-in-out;
  background-image: var(--toggle-center-white);
}
.pension-comparison-question-item .divider-line,
.question-item-wrapper .pension-comparison-question-item .divider-line {
  width: 100%;
  border-bottom: 1px solid #d5d7d9;
  height: 1px;
}
.pension-comparison-question-item:last-child,
.question-item-wrapper .pension-comparison-question-item:last-child {
  margin-bottom: 3.5rem;
}
.pension-comparison-question-item:last-child .divider-line,
.question-item-wrapper .pension-comparison-question-item:last-child .divider-line {
  display: none;
}
@media (min-width: 48rem) {
  .pension-comparison-question-item:last-child,
  .question-item-wrapper .pension-comparison-question-item:last-child {
    margin-bottom: unset;
  }
  .pension-comparison-question-item:last-child .divider-line,
  .question-item-wrapper .pension-comparison-question-item:last-child .divider-line {
    display: initial;
  }
}

.leasing-calculator-embedded .bg-grey {
  background-color: #e7eaec;
  padding: 4% !important;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.leasing-calculator-embedded .divFull {
  width: 100%;
  clear: both;
  padding: 0;
  align-items: center;
  display: flex;
}
.leasing-calculator-embedded .divLeft,
.leasing-calculator-embedded .divRight {
  clear: none;
  float: left;
  margin-bottom: 10px;
}
.leasing-calculator-embedded .divLeft {
  width: 49%;
  margin-right: 1%;
}
.leasing-calculator-embedded .divRight {
  width: 49%;
}
.leasing-calculator-embedded .forms {
  padding: 5px !important;
  border-radius: 5px !important;
  border: 1px solid #ced4d8;
}
.leasing-calculator-embedded .formbutton {
  padding: 10px 20px;
  background-color: #20242A;
  color: white;
}
.leasing-calculator-embedded .col45 {
  width: 45%;
}
.leasing-calculator-embedded .col5 {
  width: 5%;
}
.leasing-calculator-embedded .col45,
.leasing-calculator-embedded .col5 {
  margin: 0;
  padding: 0;
  clear: none;
  float: left;
  display: inline-block;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .leasing-calculator-embedded .col45 {
    width: 98%;
    margin: auto;
  }
  .leasing-calculator-embedded .col5 {
    display: none;
  }
  .leasing-calculator-embedded .divFull {
    flex-direction: column;
    justify-items: center;
  }
  .leasing-calculator-embedded .divLeft,
  .leasing-calculator-embedded .divRight {
    width: 100%;
  }
}
.leasing-calculator-embedded .check-radio input {
  display: none;
}
.leasing-calculator-embedded .check-radio {
  text-align: center;
  justify-content: center;
  padding: 10px 8px;
  box-sizing: border-box;
  border: 0.125rem solid #20242a;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #ffffff;
  cursor: pointer;
  font-size: 80%;
}
.leasing-calculator-embedded .check-radio:hover {
  border-color: #ee000c;
}
.leasing-calculator-embedded input.error {
  border: 0.125rem solid #ee000c;
}
.leasing-calculator-embedded .check-radio.selected {
  background-color: #ee000c;
  color: #fff;
}
.leasing-calculator-embedded .check-radio span {
  line-height: 1em;
  word-break: initial;
}
.leasing-calculator-embedded fieldset {
  display: flex;
}
.leasing-calculator-embedded fieldset label:not(:last-child) {
  margin-right: 5px;
}
.leasing-calculator-embedded .calculationBar {
  position: relative;
  height: 2px;
  width: 100%;
  background-color: #d5d7d9;
}
.leasing-calculator-embedded .progressTotal {
  height: 100%;
  width: 0%;
  background-color: #ee000c;
  transition: width ease 400ms;
}
.leasing-calculator-embedded .threshold {
  position: absolute;
  width: 3px;
  height: 5px;
  background-color: #ee000c;
  left: 30%;
  top: -2px;
}
.leasing-calculator-embedded #errorsDiv p {
  font-size: 14px;
  color: #ee000c;
}

.tooltip {
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem;
  background-image: var(--info);
  left: -0.125rem;
  margin-left: 1rem;
  cursor: pointer;
}
.tooltip .tooltip-wrapper {
  position: absolute;
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease;
  padding: 1.5rem 2rem 2rem 2rem;
  background-color: #20242a;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: 320px;
  z-index: 30000;
  pointer-events: none;
  line-height: 1.33;
  letter-spacing: 0.23px;
}
.tooltip .tooltip-wrapper.show {
  display: block;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.tooltip .tooltip-wrapper::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  left: var(--tooltip-icon-left);
  transform: translateX(-50%) scale(1.001);
}
.tooltip .tooltip-wrapper.orient-top::after {
  top: -1rem;
  border-bottom: 1rem solid #20242a;
}
.tooltip .tooltip-wrapper.orient-bottom::after {
  bottom: -1rem;
  border-top: 1rem solid #20242a;
}

.investment-calculator .plus-element {
  display: none !important;
}
@media (min-width: 48rem) {
  .investment-calculator {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 768px;
  }
}
@media (min-width: 64rem) {
  .investment-calculator {
    width: 100%;
  }
}
.investment-calculator__top-grid {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 3.5rem;
}
@media (min-width: 64rem) {
  .investment-calculator__top-grid {
    display: grid;
    grid-template-columns: minmax(350px, 2fr) minmax(500px, 3fr);
    margin-bottom: 4.625rem;
    grid-column-gap: 2.5rem;
  }
  .investment-calculator__top-grid > div {
    width: 100%;
  }
}
.investment-calculator__top-grid .grid-title {
  margin-bottom: 2.5rem;
}
.investment-calculator__inputs {
  width: 100%;
}
@media (min-width: 48rem) {
  .investment-calculator__inputs {
    grid-area: top;
    width: 44rem;
  }
}
@media (min-width: 64rem) {
  .investment-calculator__inputs {
    grid-area: unset;
    width: 100%;
  }
}
.investment-calculator__inputs__wrapper {
  margin-bottom: 3rem;
}
@media (min-width: 48rem) {
  .investment-calculator__inputs__wrapper {
    margin-bottom: 3rem;
  }
}
@media (min-width: 64rem) {
  .investment-calculator__inputs__wrapper {
    margin-bottom: 0;
  }
}
.investment-calculator__inputs__wrapper__input {
  position: relative;
  display: flex;
}
.investment-calculator__inputs__wrapper__input:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
.investment-calculator__inputs__wrapper .currency-input-slider-wrapper, .investment-calculator__inputs__wrapper .year-input-slider-wrapper {
  margin-right: 1rem;
  flex-grow: 1;
}
.investment-calculator__inputs__wrapper .currency-input-slider-wrapper .blkb-currency-input, .investment-calculator__inputs__wrapper .currency-input-slider-wrapper .blkb-input,
.investment-calculator__inputs__wrapper .currency-input-slider-wrapper .blkb-input .input-container,
.investment-calculator__inputs__wrapper .currency-input-slider-wrapper .blkb-currency-input .input-container, .investment-calculator__inputs__wrapper .year-input-slider-wrapper .blkb-currency-input, .investment-calculator__inputs__wrapper .year-input-slider-wrapper .blkb-input,
.investment-calculator__inputs__wrapper .year-input-slider-wrapper .blkb-input .input-container,
.investment-calculator__inputs__wrapper .year-input-slider-wrapper .blkb-currency-input .input-container {
  width: 100%;
}
.investment-calculator__inputs__wrapper .currency-input-slider-wrapper .number-slider, .investment-calculator__inputs__wrapper .year-input-slider-wrapper .number-slider {
  margin-top: 0.25rem;
}
.investment-calculator__chart-section {
  position: relative;
}
.investment-calculator__chart-section__possible-worth-accordion {
  overflow: hidden;
  padding: 1rem;
  position: absolute;
  max-width: 19.6875rem;
  width: 100%;
  box-shadow: 2px 4px 40px 0 rgba(42, 55, 63, 0.06);
  background-color: #ffffff;
  z-index: 1;
  border-top: 0.125rem solid #2C5969;
  display: grid;
  max-height: 6.75rem;
  transition: max-height 300ms ease;
}
.investment-calculator__chart-section__possible-worth-accordion--open {
  max-height: 100%;
}
.investment-calculator__chart-section__possible-worth-accordion__content__element:not(:last-child) {
  margin-bottom: 1rem;
}
.investment-calculator__chart-section__possible-worth-accordion__content__element__title {
  margin-bottom: 0.25rem;
  color: #2C5969;
}
.investment-calculator__chart-section__possible-worth-accordion__content__element__text {
  margin-bottom: 0.5rem;
}
.investment-calculator__chart-section__possible-worth-accordion__button {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  bottom: 0;
}
.investment-calculator__chart-section__possible-worth-accordion__button__chevron-wrapper {
  display: flex;
  flex-direction: row;
  height: 2.5625rem;
  background-color: #ffffff;
  padding-right: 0.5rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (min-width: 20.125rem) {
  .investment-calculator__chart-section__possible-worth-accordion__button__chevron-wrapper {
    padding-right: 1rem;
  }
}
.investment-calculator__chart-section__possible-worth-accordion__button__chevron-wrapper--open .investment-calculator__chart-section__possible-worth-accordion__button__chevron {
  transform: rotate3d(1, 0, 0, 180deg);
}
.investment-calculator__chart-section__possible-worth-accordion__button__label {
  padding-right: 0.5rem;
  font-weight: 650;
  color: #ee000c;
  font-size: 0.75rem;
  text-align: center;
  min-width: 4.375rem;
  width: auto;
}
@media (min-width: 25.875rem) {
  .investment-calculator__chart-section__possible-worth-accordion__button__label {
    font-size: 0.875rem;
    width: unset;
  }
}
.investment-calculator__chart-section__possible-worth-accordion__button__chevron {
  width: 1rem;
  height: 0.5625rem;
  transform: rotate3d(1, 0, 0, 0);
  transition: transform 300ms ease;
}
.investment-calculator__chart-section__stacked-column-graph__legend {
  margin-top: 1rem;
  margin-left: unset;
  display: flex;
  flex-direction: column;
}
@media (min-width: 48rem) {
  .investment-calculator__chart-section__stacked-column-graph__legend {
    flex-direction: row;
  }
}
@media (min-width: 64rem) {
  .investment-calculator__chart-section__stacked-column-graph__legend {
    margin-left: 2.5rem;
  }
}
.investment-calculator__chart-section__stacked-column-graph__legend .legend-entry-wrapper .legend-row {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
  align-items: center;
  margin-bottom: 0.75rem;
}
@media (min-width: 48rem) {
  .investment-calculator__chart-section__stacked-column-graph__legend .legend-entry-wrapper .legend-row {
    margin-bottom: unset;
  }
}
.investment-calculator__chart-section__stacked-column-graph__legend .legend-entry-wrapper .legend-row .square-color {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  flex-shrink: 0;
}
.investment-calculator__chart-section__stacked-column-graph__legend .legend-entry-wrapper .legend-row .legend-value {
  font-size: 1rem;
  color: #20242a;
}
.investment-calculator__chart-section__stacked-column-graph__legend #initialDeposit-legend .square-color {
  background-color: #e87c78;
}
.investment-calculator__chart-section__stacked-column-graph__legend #regularDeposit-legend .square-color {
  background-color: #2C5969;
}
.investment-calculator__chart-section__stacked-column-graph__legend #possibleReturn-legend .square-color {
  background-color: #586038;
}
.investment-calculator__chart-section__stacked-column-graph-tracking-results {
  display: none;
}
.investment-calculator .risk-tolerance {
  width: 100%;
  margin-bottom: 3rem;
}
.investment-calculator .calculator-notes {
  font-size: 0.75rem;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 48rem) {
  .investment-calculator .calculator-notes {
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 64rem) {
  .investment-calculator .calculator-notes {
    margin-bottom: 9rem;
  }
}

@media (min-width: 48rem) {
  .compare-buying-renting-calculator {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 768px;
  }
}
@media (min-width: 64rem) {
  .compare-buying-renting-calculator {
    width: 100%;
  }
}
.compare-buying-renting-calculator__top-grid {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 3.5rem;
}
.compare-buying-renting-calculator__top-grid .grid-title {
  margin-bottom: 2.5rem;
}
@media (min-width: 48rem) {
  .compare-buying-renting-calculator__top-grid {
    display: grid;
    grid-template-areas: "top top" "bottom-left bottom-right";
  }
}
@media (min-width: 64rem) {
  .compare-buying-renting-calculator__top-grid {
    display: grid;
    grid-template-columns: 22.5rem 14.5rem auto;
    margin-bottom: 4.625rem;
    grid-column-gap: 2.5rem;
  }
  .compare-buying-renting-calculator__top-grid > div {
    width: 100%;
  }
}
.compare-buying-renting-calculator__declarations {
  width: 100%;
}
@media (min-width: 48rem) {
  .compare-buying-renting-calculator__declarations {
    grid-area: top;
    width: 44rem;
  }
}
@media (min-width: 64rem) {
  .compare-buying-renting-calculator__declarations {
    grid-area: unset;
    width: 100%;
  }
}
.compare-buying-renting-calculator__declarations .declarations-inputs-wrapper {
  margin-bottom: 3rem;
}
@media (min-width: 48rem) {
  .compare-buying-renting-calculator__declarations .declarations-inputs-wrapper {
    margin-bottom: 3rem;
  }
}
@media (min-width: 64rem) {
  .compare-buying-renting-calculator__declarations .declarations-inputs-wrapper {
    margin-bottom: 0;
  }
}
.compare-buying-renting-calculator__declarations .declarations-inputs-wrapper__input {
  position: relative;
  display: flex;
}
.compare-buying-renting-calculator__declarations .declarations-inputs-wrapper__input:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
.compare-buying-renting-calculator__declarations .declarations-inputs-wrapper__input .tooltip {
  margin-top: 0.625rem;
  margin-left: -0.5rem;
}
.compare-buying-renting-calculator__declarations .declarations-inputs-wrapper .currency-input-slider-wrapper {
  margin-right: 1rem;
  flex-grow: 1;
}
.compare-buying-renting-calculator__declarations .declarations-inputs-wrapper .currency-input-slider-wrapper .blkb-currency-input,
.compare-buying-renting-calculator__declarations .declarations-inputs-wrapper .currency-input-slider-wrapper .blkb-currency-input .input-container {
  width: 100%;
}
.compare-buying-renting-calculator__declarations .declarations-inputs-wrapper .currency-input-slider-wrapper .number-slider {
  margin-top: 0.25rem;
}
.compare-buying-renting-calculator__column-chart {
  width: 100%;
  margin-right: unset;
}
@media (min-width: 48rem) {
  .compare-buying-renting-calculator__column-chart {
    width: 14.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 64rem) {
  .compare-buying-renting-calculator__column-chart {
    width: 100%;
    margin-right: unset;
  }
}
.compare-buying-renting-calculator__column-chart .comparison-column-legend {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
}
.compare-buying-renting-calculator__column-chart .comparison-column-legend .legend-row {
  display: flex;
  flex-direction: row;
}
.compare-buying-renting-calculator__column-chart .comparison-column-legend .legend-row:not(:last-child) {
  margin-bottom: 0.5rem;
}
.compare-buying-renting-calculator__column-chart .comparison-column-legend .legend-row .square-color {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}
.compare-buying-renting-calculator__column-chart .comparison-column-legend #rent-costs-legend .square-color {
  background-color: #2C5969;
}
.compare-buying-renting-calculator__column-chart .comparison-column-legend #ownership-costs-legend .square-color {
  background-color: #e38121;
}
.compare-buying-renting-calculator__comparison-table {
  width: 100%;
  height: unset;
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-top: 3rem;
}
@media (min-width: 48rem) {
  .compare-buying-renting-calculator__comparison-table {
    grid-area: bottom-right;
    width: 27rem;
    margin-left: auto;
    margin-top: unset;
  }
}
@media (min-width: 64rem) {
  .compare-buying-renting-calculator__comparison-table {
    width: 31.0625rem;
    grid-area: unset;
  }
}
.compare-buying-renting-calculator__comparison-table-row {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
.compare-buying-renting-calculator__comparison-table-row.has-value:not(:last-of-type) {
  border-bottom: 1px solid #d5d7d9;
}
.compare-buying-renting-calculator__comparison-table-row.total {
  font-weight: 900;
}
.compare-buying-renting-calculator__comparison-table-row__label, .compare-buying-renting-calculator__comparison-table-row__value {
  font-size: 1.125rem;
}
.compare-buying-renting-calculator__comparison-table-row__value {
  flex-shrink: 0;
}
.compare-buying-renting-calculator__comparison-table-row__tooltip-group {
  display: flex;
  flex-direction: row;
}
.compare-buying-renting-calculator__comparison-table-row__tooltip-group .tooltip {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  flex-shrink: 0;
}
.compare-buying-renting-calculator .compare-buying-renting-calculator-card {
  width: 100%;
  padding: 2rem;
  box-shadow: 2px 4px 40px 0 rgba(42, 55, 63, 0.06);
  background-color: #ffffff;
  margin-bottom: 3rem;
}
@media (min-width: 48rem) {
  .compare-buying-renting-calculator .compare-buying-renting-calculator-card {
    margin-bottom: 5rem;
  }
}
@media (min-width: 64rem) {
  .compare-buying-renting-calculator .compare-buying-renting-calculator-card {
    margin-bottom: 6.4375rem;
  }
}
.compare-buying-renting-calculator .compare-buying-renting-calculator-card__title {
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.2;
}
.compare-buying-renting-calculator .compare-buying-renting-calculator-card__bullet-points {
  margin-bottom: 1.5rem;
}
.compare-buying-renting-calculator .compare-buying-renting-calculator-card__bullet-points_point {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.33;
  display: flex;
  position: relative;
  padding-left: 2rem;
}
.compare-buying-renting-calculator .compare-buying-renting-calculator-card__bullet-points_point.ok::before, .compare-buying-renting-calculator .compare-buying-renting-calculator-card__bullet-points_point.nok::before {
  content: "";
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  display: block;
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
  top: 0.1875rem;
}
.compare-buying-renting-calculator .compare-buying-renting-calculator-card__bullet-points_point.ok::before {
  background-image: var(--tick-red);
}
.compare-buying-renting-calculator .compare-buying-renting-calculator-card__bullet-points_point.nok::before {
  background-image: var(--info);
}
.compare-buying-renting-calculator .compare-buying-renting-calculator-card .button-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media (min-width: 48rem) {
  .compare-buying-renting-calculator .compare-buying-renting-calculator-card .button-wrapper {
    flex-direction: row;
  }
}
.compare-buying-renting-calculator .compare-buying-renting-calculator-card .button-wrapper .button-container {
  width: 100%;
}
.compare-buying-renting-calculator .compare-buying-renting-calculator-card .button-wrapper .button-container:not(:last-of-type) {
  margin-bottom: 1rem;
}
.compare-buying-renting-calculator .compare-buying-renting-calculator-card .button-wrapper .button-container .button {
  width: 100%;
}
@media (min-width: 48rem) {
  .compare-buying-renting-calculator .compare-buying-renting-calculator-card .button-wrapper .button-container {
    flex-grow: 1;
  }
  .compare-buying-renting-calculator .compare-buying-renting-calculator-card .button-wrapper .button-container:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}
@media (min-width: 64rem) {
  .compare-buying-renting-calculator .compare-buying-renting-calculator-card .button-wrapper .button-container {
    width: initial;
    flex-grow: 0;
  }
}
.compare-buying-renting-calculator .monthly-breakdown-section {
  width: 100%;
}
@media (min-width: 48rem) {
  .compare-buying-renting-calculator .monthly-breakdown-section {
    width: 38.4375rem;
  }
}
@media (min-width: 64rem) {
  .compare-buying-renting-calculator .monthly-breakdown-section {
    width: 57.5rem;
    margin-bottom: 4rem;
  }
}
.compare-buying-renting-calculator .monthly-breakdown-section.show {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.compare-buying-renting-calculator .monthly-breakdown-section h2 {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 48rem) {
  .compare-buying-renting-calculator .monthly-breakdown-section h2 {
    width: 44rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 64rem) {
  .compare-buying-renting-calculator .monthly-breakdown-section h2 {
    width: 42.4375rem;
    margin-bottom: 3.125rem;
  }
}
.compare-buying-renting-calculator .monthly-breakdown-section .chart-and-input-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 48rem) {
  .compare-buying-renting-calculator .monthly-breakdown-section .chart-and-input-wrapper {
    flex-direction: row;
    position: relative;
  }
}
.compare-buying-renting-calculator .monthly-breakdown-section .chart-and-input-wrapper .blkb-currency-input {
  width: 100%;
}
.compare-buying-renting-calculator .monthly-breakdown-section .chart-and-input-wrapper .blkb-currency-input .input-container {
  width: 100%;
}
.compare-buying-renting-calculator .monthly-breakdown-section .chart-and-input-wrapper .blkb-currency-input .input-container .div-currency-input {
  padding-left: 1rem;
  justify-content: flex-start;
}
@media (min-width: 48rem) {
  .compare-buying-renting-calculator .monthly-breakdown-section .chart-and-input-wrapper .blkb-currency-input {
    width: 14.3125rem;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 64rem) {
  .compare-buying-renting-calculator .monthly-breakdown-section .chart-and-input-wrapper .blkb-currency-input {
    bottom: unset;
  }
}
.compare-buying-renting-calculator .monthly-breakdown-section .chart-and-input-wrapper .monthly-pie-chart {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 48rem) {
  .compare-buying-renting-calculator .monthly-breakdown-section .chart-and-input-wrapper .monthly-pie-chart {
    margin-bottom: 0;
    height: 14.375rem;
  }
}
.compare-buying-renting-calculator .monthly-breakdown-section .chart-and-input-wrapper .monthly-pie-chart .monthly-pie-chart-container {
  max-width: 14.375rem;
  max-height: 14.375rem;
}
.compare-buying-renting-calculator .monthly-breakdown-section .monthly-breakdown-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (min-width: 64rem) {
  .compare-buying-renting-calculator .monthly-breakdown-section .monthly-breakdown-content {
    flex-direction: row;
  }
}
.compare-buying-renting-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information {
  width: 100%;
}
@media (min-width: 64rem) {
  .compare-buying-renting-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information {
    position: absolute;
    right: 0;
    top: 5rem;
    width: 30.0625rem;
  }
}
.compare-buying-renting-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information .monthly-breakdown-legend {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.compare-buying-renting-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information .monthly-breakdown-legend.hidden {
  display: none;
}
.compare-buying-renting-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information .monthly-breakdown-legend .legend-row {
  display: flex;
  flex-direction: row;
  position: relative;
}
.compare-buying-renting-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information .monthly-breakdown-legend .legend-row:not(:last-child) {
  margin-bottom: 0.5rem;
}
.compare-buying-renting-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information .monthly-breakdown-legend .legend-row.hidden {
  display: none;
}
.compare-buying-renting-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information .monthly-breakdown-legend .legend-row .square-color {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}
.compare-buying-renting-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information .monthly-breakdown-legend .legend-row .legend-value-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.compare-buying-renting-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information .monthly-breakdown-legend .legend-row .legend-value-container .legend-type {
  display: flex;
  position: relative;
  width: 100%;
  gap: 0.5rem;
}
.compare-buying-renting-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information .monthly-breakdown-legend .legend-row .legend-value-container .legend-type .tooltip {
  flex-shrink: 0;
}
.compare-buying-renting-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information .monthly-breakdown-legend .legend-row .legend-value-container .legend-type .values {
  flex: 0 0 auto;
  margin-left: auto;
}
.compare-buying-renting-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information .monthly-breakdown-legend .legend-row .legend-value-container .legend-type .values.hidden {
  display: none;
}
.compare-buying-renting-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information .monthly-breakdown-legend #interestCosts-legend .square-color {
  background-color: #2C5969;
}
.compare-buying-renting-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information .monthly-breakdown-legend #amortisation-legend .square-color {
  background-color: #c8b9a0;
}
.compare-buying-renting-calculator .monthly-breakdown-section .monthly-breakdown-content .monthly-breakdown-information .monthly-breakdown-legend #extraCosts-legend .square-color {
  background-color: #e38121;
}
.compare-buying-renting-calculator .monthly-breakdown-section .monthly-breakdown-summary {
  display: flex;
  flex-direction: column;
}
.compare-buying-renting-calculator .monthly-breakdown-section .monthly-breakdown-summary-text {
  margin-bottom: 1rem;
  width: 11.9375rem;
}
.compare-buying-renting-calculator .monthly-breakdown-section .monthly-breakdown-summary-text, .compare-buying-renting-calculator .monthly-breakdown-section .monthly-breakdown-summary-value {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.2;
  color: #20242a;
}
.compare-buying-renting-calculator .monthly-breakdown-section .monthly-breakdown-summary-text.hidden, .compare-buying-renting-calculator .monthly-breakdown-section .monthly-breakdown-summary-value.hidden {
  display: none;
}
@media (min-width: 48rem) {
  .compare-buying-renting-calculator .monthly-breakdown-section .monthly-breakdown-summary {
    flex-direction: row;
    justify-content: space-between;
  }
  .compare-buying-renting-calculator .monthly-breakdown-section .monthly-breakdown-summary-text {
    margin-right: 3rem;
  }
  .compare-buying-renting-calculator .monthly-breakdown-section .monthly-breakdown-summary-value {
    font-size: 2.5rem;
  }
}
@media (min-width: 64rem) {
  .compare-buying-renting-calculator .monthly-breakdown-section .monthly-breakdown-summary {
    flex-direction: row;
    justify-content: flex-end;
  }
  .compare-buying-renting-calculator .monthly-breakdown-section .monthly-breakdown-summary-text {
    margin-right: 3rem;
  }
  .compare-buying-renting-calculator .monthly-breakdown-section .monthly-breakdown-summary-value {
    font-size: 2.5rem;
  }
}

.blkb-file-upload {
  position: relative;
  border: 0.125rem solid #20242a;
}
.blkb-file-upload-input {
  height: 3rem;
}
.blkb-file-upload-input::-webkit-file-upload-button, .blkb-file-upload-input::file-selector-button {
  visibility: hidden;
}
.blkb-file-upload-input::before {
  content: "";
  display: inline-block;
  height: calc(3rem - 0.125rem * 2);
  padding-right: 3rem;
  padding-left: 1rem;
  align-items: center;
  background-color: #ffffff;
  width: calc(100% - 0.125rem * 2 - 3rem - 1rem);
  border: 0.125rem solid #d5d7d9;
  cursor: pointer;
}
.blkb-file-upload-input.error::before {
  border: 0.125rem solid #ee000c;
}
.blkb-file-upload-input-file-name {
  position: absolute;
}
.blkb-file-upload-filename {
  width: 100%;
  pointer-events: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 3rem;
  position: absolute;
  padding-right: 2.125rem;
  padding-left: 1.125rem;
  white-space: nowrap;
  text-overflow: clip;
}
.blkb-file-upload-description {
  display: flex;
  margin-top: 0.5rem;
}
.blkb-file-upload-error {
  display: flex;
  margin-top: 0.5rem;
  color: #ee000c;
}
.blkb-file-upload .icon-container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(3rem - 0.125rem * 2);
  width: calc(3rem - 0.125rem);
  z-index: 2;
  background-color: white;
  float: right;
  right: 0;
  border-right: 0.125rem solid #d5d7d9;
  top: 0.125rem;
  pointer-events: none;
}
.blkb-file-upload .icon-container.error {
  border-right-color: #ee000c;
}
.blkb-file-upload-icon {
  background-size: 1.25rem;
  background-repeat: no-repeat;
  width: 1.25rem;
  height: 1.25rem;
}
.blkb-file-upload-icon.upload {
  background-image: var(--upload);
}
.blkb-file-upload-icon.bin {
  background-image: var(--bin);
  cursor: pointer;
  pointer-events: all;
}
.blkb-file-upload .input-label {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  transition: all 0.2s ease-in;
  transform: translateY(0.8125rem);
  margin-left: 1rem;
}
.blkb-file-upload .input-label.disabled {
  opacity: 0.4;
}
.blkb-file-upload .input-label.label-error {
  color: #ee000c;
}
.blkb-file-upload .move-up {
  background-color: #ffffff;
  transform: translateY(-0.5rem);
  padding: 0 4px 0 4px;
}
.blkb-file-upload .input-container {
  position: relative;
  overflow: hidden;
}

.popup-modal {
  display: none;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 3.75rem;
  padding-bottom: 4.625rem;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10001;
}
.popup-modal--open {
  display: flex;
}
.popup-modal__container {
  z-index: 1;
  width: 100%;
  margin: auto;
  padding: 0 2rem 0 2rem;
}
.popup-modal__content {
  max-width: 57.5rem;
  background-color: #ffffff;
  margin: auto;
  padding: 2rem;
  width: 100%;
  position: relative;
}
.popup-modal__content .section-title {
  font-size: 1.6875rem;
}
@media (min-width: 25.875rem) {
  .popup-modal__content .section-title {
    font-size: 2rem;
  }
}
@media (min-width: 48rem) {
  .popup-modal__content .section-title {
    font-size: 3rem;
  }
}
.popup-modal__text {
  width: 100%;
  /**
    * https://stackoverflow.com/a/26245056
   */
}
.popup-modal__text:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media (min-width: 48rem) {
  .popup-modal__text {
    margin-left: auto;
    margin-right: auto;
  }
  .popup-modal__text:not(.full-width) {
    max-width: 46.5rem;
  }
}
.popup-modal__text p:has(+ h2),
.popup-modal__text ul:has(+ h2),
.popup-modal__text ol:has(+ h2) {
  margin-bottom: 2.5rem;
}
.popup-modal__text p:has(+ h3),
.popup-modal__text ul:has(+ h3),
.popup-modal__text ol:has(+ h3) {
  margin-bottom: 2rem;
}
.popup-modal__text p:has(+ h4),
.popup-modal__text ul:has(+ h4),
.popup-modal__text ol:has(+ h4) {
  margin-bottom: 1.5rem;
}
.popup-modal__text p:has(+ h5, + h6),
.popup-modal__text ul:has(+ h5, + h6),
.popup-modal__text ol:has(+ h5, + h6) {
  margin-bottom: 1.25rem;
}
.popup-modal__text h2:not(.section-title),
.popup-modal__text h3,
.popup-modal__text h4,
.popup-modal__text h5,
.popup-modal__text h6 {
  margin-bottom: 0.5rem;
}
.popup-modal__text p,
.popup-modal__text a,
.popup-modal__text ul,
.popup-modal__text ol,
.popup-modal__text li {
  margin-bottom: 1rem;
}
.popup-modal__text ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.popup-modal__text ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.popup-modal__text ol > li:before {
  white-space: nowrap;
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.popup-modal__text li ol {
  margin-top: 0.5rem;
}
.popup-modal__text li ol > li {
  margin: 0;
}
.popup-modal__text li ol > li:before {
  content: counters(item, ".") " ";
}
.popup-modal__text img {
  max-width: 100%;
}
@media (min-width: 48rem) {
  .popup-modal__text img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 42.5rem;
  }
}
.popup-modal__text a {
  text-decoration: underline;
  text-underline-offset: 0.09375rem;
  color: #ee000c;
}
.popup-modal__text a,
.popup-modal__text p {
  line-height: 1.36;
}
.popup-modal__close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  cursor: pointer;
  padding: 0;
}
.popup-modal__button-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: unset;
  margin-top: 2rem;
}
@media (min-width: 48rem) {
  .popup-modal__button-container {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 3rem;
    margin-top: 4rem;
  }
}
@media (min-width: 64rem) {
  .popup-modal__button-container {
    width: unset;
  }
}
.popup-modal__button-container .button-container {
  width: 100%;
  display: block;
}
@media (min-width: 48rem) {
  .popup-modal__button-container .button-container {
    display: flex;
    width: unset;
  }
}
.popup-modal__button-container .button-container:first-child {
  margin-right: unset;
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  .popup-modal__button-container .button-container:first-child {
    margin-right: 1.5rem;
    margin-bottom: unset;
  }
}
.popup-modal__button-container .button-container .button {
  width: 100%;
}

.risk-slider-wrapper .slider[type=range] {
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--val) - var(--min)) / var(--range));
  --sx: calc(.5 * 1.5rem + var(--ratio) * (100% - 1.5rem));
  margin: 0;
  padding: 0;
  width: 100%;
  height: 1.5rem;
  background: transparent;
}
.risk-slider-wrapper .slider[type=range], .risk-slider-wrapper .slider[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.risk-slider-wrapper .slider[type=range]::-webkit-slider-runnable-track {
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 0.5rem;
  background: #FCEBEB;
  background: linear-gradient(90deg, #FCEBEB 0%, #e87c78 100%);
  background: linear-gradient(to right, #20242a 0%, #20242a var(--sx), #FCEBEB var(--sx), #e87c78 100%);
}
.risk-slider-wrapper .slider[type=range]::-moz-range-track {
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 0.5rem;
  background: #FCEBEB;
  background: linear-gradient(90deg, #FCEBEB 0%, #e87c78 100%);
}
.risk-slider-wrapper .slider[type=range]::-ms-track {
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 0.5rem;
  background: #FCEBEB;
  background: linear-gradient(90deg, #FCEBEB 0%, #e87c78 100%);
}
.risk-slider-wrapper .slider[type=range]::-moz-range-progress {
  height: 0.5rem;
  background: #20242a;
}
.risk-slider-wrapper .slider[type=range]::-ms-fill-lower {
  height: 0.5rem;
  background: #20242a;
}
.risk-slider-wrapper .slider[type=range]::-webkit-slider-thumb {
  margin-top: -0.5rem;
  box-sizing: border-box;
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #20242a;
}
.risk-slider-wrapper .slider[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #20242a;
}
.risk-slider-wrapper .slider[type=range]::-ms-thumb {
  margin-top: 0;
  box-sizing: border-box;
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #20242a;
}
.risk-slider-wrapper .slider[type=range]::-ms-tooltip {
  display: none;
}
.risk-slider-wrapper .risk-slider-tracking-value {
  display: none;
}
.risk-slider-wrapper .risk-texts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  position: relative;
  width: 100%;
  height: unset;
  margin-top: 1.375rem;
  margin-bottom: 3rem;
}
@media (min-width: 64rem) {
  .risk-slider-wrapper .risk-texts {
    height: 5.625rem;
    gap: 1rem;
  }
}
.risk-slider-wrapper .risk-texts .risk-texts_option-wrapper {
  display: flex;
  flex-direction: column;
}
.risk-slider-wrapper .risk-texts .risk-texts_option-wrapper .heading {
  font-weight: normal;
  text-align: center;
  font-size: 0.8125rem;
}
@media (min-width: 25.875rem) {
  .risk-slider-wrapper .risk-texts .risk-texts_option-wrapper .heading {
    font-size: 1.25rem;
  }
}
@media (min-width: 48rem) {
  .risk-slider-wrapper .risk-texts .risk-texts_option-wrapper .heading {
    font-size: 1.5rem;
  }
}
.risk-slider-wrapper .risk-texts .risk-texts_option-wrapper .description {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  margin: 1rem;
  display: none;
}
@media (min-width: 64rem) {
  .risk-slider-wrapper .risk-texts .risk-texts_option-wrapper .description {
    display: block;
  }
}
.risk-slider-wrapper .risk-texts .risk-texts_option-wrapper.moderate .heading, .risk-slider-wrapper .risk-texts .risk-texts_option-wrapper.moderate .description {
  text-align: left;
}
.risk-slider-wrapper .risk-texts .risk-texts_option-wrapper.moderate .description {
  margin-right: -50%;
}
.risk-slider-wrapper .risk-texts .risk-texts_option-wrapper.medium {
  margin-left: -30%;
}
.risk-slider-wrapper .risk-texts .risk-texts_option-wrapper.increased {
  margin-right: -30%;
}
.risk-slider-wrapper .risk-texts .risk-texts_option-wrapper.high .heading, .risk-slider-wrapper .risk-texts .risk-texts_option-wrapper.high .description {
  text-align: right;
}
.risk-slider-wrapper .risk-texts .risk-texts_option-wrapper.high .description {
  margin-left: -50%;
}
.risk-slider-wrapper .risk-description-mobile {
  display: flex;
  margin-bottom: 2rem;
  font-size: 0.875rem;
}
@media (min-width: 64rem) {
  .risk-slider-wrapper .risk-description-mobile {
    display: none;
    margin-bottom: unset;
  }
}

.credit-card-decision-calculator__card-container {
  background-color: #f7f8fa;
  padding: 1.5rem 2rem;
  position: sticky;
  z-index: 10;
  top: 3rem;
  transition: top 0.3s ease-in-out;
}
@media (min-width: 48rem) {
  .credit-card-decision-calculator__card-container {
    top: 3.75rem;
    padding: 2rem 0;
  }
}
.credit-card-decision-calculator__card-container.with-breadcrumbs {
  top: calc(3.125rem + 3rem);
}
@media (min-width: 48rem) {
  .credit-card-decision-calculator__card-container.with-breadcrumbs {
    transition: unset;
    top: calc(4.75rem + 3.75rem);
  }
}
.credit-card-decision-calculator__card-container .result-title {
  text-align: center;
}
@media (min-width: 48rem) {
  .credit-card-decision-calculator__card-container .result-title {
    position: relative;
    max-width: 76.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
    text-align: start;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 48rem) and (min-width: 48rem) {
  .credit-card-decision-calculator__card-container .result-title {
    margin-bottom: 5rem;
  }
}
@media (min-width: 48rem) and (min-width: 64rem) {
  .credit-card-decision-calculator__card-container .result-title {
    margin-bottom: 8rem;
  }
}
.credit-card-decision-calculator__card-container .card-tile-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
}
@media (min-width: 48rem) {
  .credit-card-decision-calculator__card-container .card-tile-grid {
    position: relative;
    max-width: 76.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
    gap: 1rem;
    grid-template-columns: 2fr 2fr 2fr 2fr 2fr 2fr;
    align-items: end;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 48rem) and (min-width: 48rem) {
  .credit-card-decision-calculator__card-container .card-tile-grid {
    margin-bottom: 5rem;
  }
}
@media (min-width: 48rem) and (min-width: 64rem) {
  .credit-card-decision-calculator__card-container .card-tile-grid {
    margin-bottom: 8rem;
  }
}
@media (min-width: 48rem) {
  .credit-card-decision-calculator__card-container .card-tile-grid.min-one-match {
    grid-template-columns: 3fr 2fr 2fr 2fr 2fr 2fr;
  }
}
.credit-card-decision-calculator__card-container .card-tile-grid .card-tile-link-wrapper {
  cursor: pointer;
  height: -moz-fit-content;
  height: fit-content;
}
.credit-card-decision-calculator__card-container .card-tile-grid .card-tile-link-wrapper .card-tile {
  position: relative;
  width: 100%;
  padding: 0.5rem;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 1.679px 3.357px 33.574px 0 rgba(42, 55, 63, 0.06);
}
@media (min-width: 48rem) {
  .credit-card-decision-calculator__card-container .card-tile-grid .card-tile-link-wrapper .card-tile {
    border-radius: 6px;
  }
}
.credit-card-decision-calculator__card-container .card-tile-grid .card-tile-link-wrapper .card-tile__image {
  width: 100%;
}
.credit-card-decision-calculator__card-container .card-tile-grid .card-tile-link-wrapper .card-tile__label {
  display: flex;
  margin-top: 0.5rem;
  font-size: 0.75rem;
}
.credit-card-decision-calculator__card-container .card-tile-grid .card-tile-link-wrapper .card-tile__label p {
  font-weight: 650;
  line-height: normal;
  font-size: inherit;
  letter-spacing: -0.24px;
}
.credit-card-decision-calculator__card-container .card-tile-grid .card-tile-link-wrapper .card-tile__label p.height-enforcer {
  width: 0;
}
@media (min-width: 48rem) {
  .credit-card-decision-calculator__card-container .card-tile-grid .card-tile-link-wrapper .card-tile__label {
    font-size: 1rem;
  }
  .credit-card-decision-calculator__card-container .card-tile-grid .card-tile-link-wrapper .card-tile__label.enlarged-web {
    font-size: 1.25rem;
  }
  .credit-card-decision-calculator__card-container .card-tile-grid .card-tile-link-wrapper .card-tile__label.enlarged-web .icon img {
    width: 0.625rem;
  }
}
.credit-card-decision-calculator__card-container .card-tile-grid .card-tile-link-wrapper .card-tile__label .text-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.credit-card-decision-calculator__card-container .card-tile-grid .card-tile-link-wrapper .card-tile__label .icon {
  margin-left: auto;
  display: flex;
  align-items: flex-end;
  padding-bottom: 0.1875rem;
}
@media (min-width: 48rem) {
  .credit-card-decision-calculator__card-container .card-tile-grid .card-tile-link-wrapper .card-tile__label .icon {
    padding-bottom: 0.3125rem;
  }
}
.credit-card-decision-calculator__card-container .card-tile-grid .card-tile-link-wrapper .card-tile__label .icon img {
  margin-top: auto;
  width: 0.375rem;
}
@media (min-width: 48rem) {
  .credit-card-decision-calculator__card-container .card-tile-grid .card-tile-link-wrapper .card-tile__label .icon img {
    width: 0.5rem;
  }
}
.credit-card-decision-calculator__card-container .card-tile-grid .card-tile-link-wrapper .card-tile__tag-mobile {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 5px;
  background-color: #ee000c;
  padding: 0.375rem;
  font-size: 0.875rem;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (min-width: 48rem) {
  .credit-card-decision-calculator__card-container .card-tile-grid .card-tile-link-wrapper .card-tile__tag-mobile {
    display: none;
  }
}
.credit-card-decision-calculator__card-container .card-tile-grid .card-tile-link-wrapper .card-tile__tag-web {
  display: none;
  right: 0;
  top: 0;
  width: 100%;
  border-radius: 6px 6px 0 0;
  background-color: #ee000c;
  padding: 0.375rem;
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
@media (min-width: 48rem) {
  .credit-card-decision-calculator__card-container .card-tile-grid .card-tile-link-wrapper .card-tile__tag-web {
    display: block;
  }
}
.credit-card-decision-calculator__card-container .card-tile-grid .card-tile-link-wrapper .card-match-quality {
  margin-top: 0.5rem;
  font-size: 1rem;
  text-align: center;
}
.credit-card-decision-calculator__card-container .card-tile-grid .card-tile-link-wrapper .card-match-quality p {
  font-size: inherit;
}
@media (min-width: 48rem) {
  .credit-card-decision-calculator__card-container .card-tile-grid .card-tile-link-wrapper .card-match-quality {
    font-size: 1rem;
  }
}
.credit-card-decision-calculator__card-container .card-tile-grid .card-tile-link-wrapper.excluded .card-tile {
  opacity: 0.3;
}
.credit-card-decision-calculator__card-container .card-tile-grid .card-tile-link-wrapper.excluded .card-tile__tag-mobile {
  display: none;
}
.credit-card-decision-calculator__card-container .card-tile-grid .card-tile-link-wrapper.excluded .card-tile__tag-web {
  display: none;
}
.credit-card-decision-calculator__card-container .card-tile-grid .card-tile-link-wrapper.excluded .card-match-quality {
  visibility: hidden;
}
@media (min-width: 48rem) {
  .credit-card-decision-calculator__card-container .compare-button-wrapper {
    position: relative;
    max-width: 76.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 48rem) and (min-width: 48rem) {
  .credit-card-decision-calculator__card-container .compare-button-wrapper {
    margin-bottom: 5rem;
  }
}
@media (min-width: 48rem) and (min-width: 64rem) {
  .credit-card-decision-calculator__card-container .compare-button-wrapper {
    margin-bottom: 8rem;
  }
}
.credit-card-decision-calculator__card-container .compare-button-wrapper .compare-button {
  width: 100%;
}
@media (min-width: 48rem) {
  .credit-card-decision-calculator__card-container .compare-button-wrapper .compare-button {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
.credit-card-decision-calculator__card-container .compare-button-wrapper .compare-button.hidden {
  display: none;
}
.credit-card-decision-calculator__question-container .question-item-wrapper .pension-comparison-question-item .divider-line {
  display: unset;
  width: 100%;
  border-bottom: 1px solid #d5d7d9;
  height: 1px;
}
.credit-card-decision-calculator__question-container .question-item-wrapper:last-child .pension-comparison-question-item {
  margin-bottom: 3.5rem;
}
.credit-card-decision-calculator__question-container .question-item-wrapper:last-child .pension-comparison-question-item .divider-line {
  display: none;
}
@media (min-width: 48rem) {
  .credit-card-decision-calculator__question-container .question-item-wrapper:last-child .pension-comparison-question-item {
    margin-bottom: unset;
  }
  .credit-card-decision-calculator__question-container .question-item-wrapper:last-child .pension-comparison-question-item .divider-line {
    display: initial;
  }
}

@media (min-width: 48rem) {
  .credit-card-decision-calculator__card-container.no-question-answered .card-tile-grid {
    grid-template-columns: 2fr 2fr 2fr 2fr 2fr 2fr;
  }
}
.credit-card-decision-calculator__card-container.no-question-answered .card-tile-grid .card-tile-link-wrapper .card-tile__tag-mobile {
  display: none;
}
@media (min-width: 48rem) {
  .credit-card-decision-calculator__card-container.no-question-answered .card-tile-grid .card-tile-link-wrapper .card-tile__tag-web {
    display: none;
  }
}
.credit-card-decision-calculator__card-container.no-question-answered .card-tile-grid .card-tile-link-wrapper .card-match-quality {
  visibility: hidden;
}

.credit-card-decision-calculator p.debug {
  color: blue;
  font-size: 12px;
  display: none;
}
.credit-card-decision-calculator.show-debug p.debug {
  display: unset;
}

.overview-page-stage {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin-bottom: 5rem;
}
@media (min-width: 48rem) {
  .overview-page-stage {
    margin-bottom: 5rem;
  }
}
@media (min-width: 64rem) {
  .overview-page-stage {
    margin-bottom: 8rem;
  }
}
@media (min-width: 48rem) {
  .overview-page-stage {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 64rem) {
  .overview-page-stage {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
.overview-page-stage__image {
  z-index: 1;
  grid-row: 2;
  grid-column: 1/7;
  margin-right: -32px;
  margin-left: -8px;
  aspect-ratio: 1.41/1;
}
@media (min-width: 48rem) {
  .overview-page-stage__image {
    grid-row: 1;
    z-index: 0;
    grid-column: 5/13;
    min-height: 640px;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: unset;
    margin-left: unset;
  }
}
.overview-page-stage__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.overview-page-stage__image--mobile {
  display: initial;
}
@media (min-width: 48rem) {
  .overview-page-stage__image--mobile {
    display: none;
  }
}
.overview-page-stage__image--tablet {
  display: none;
}
@media (min-width: 48rem) {
  .overview-page-stage__image--tablet {
    display: initial;
  }
}
@media (min-width: 64rem) {
  .overview-page-stage__image--tablet {
    display: none;
  }
}
.overview-page-stage__image--desktop {
  display: none;
}
@media (min-width: 64rem) {
  .overview-page-stage__image--desktop {
    display: initial;
  }
}
.overview-page-stage__card {
  align-self: start;
  grid-row: 3;
  grid-column: 1/7;
  display: flex;
  flex-direction: column;
  z-index: 0;
  padding: 3.5rem 1.5rem 2.5rem 1.5rem;
  margin-right: -2rem;
  margin-left: -2rem;
  margin-top: -2.5rem;
}
@media (min-width: 48rem) {
  .overview-page-stage__card {
    z-index: 1;
    grid-row: 1;
    grid-column: 1/9;
    padding: 2rem;
    margin-top: 7rem;
    margin-right: unset;
    margin-left: unset;
  }
}
@media (min-width: 64rem) {
  .overview-page-stage__card {
    grid-column: 1/8;
    padding: 2.5rem;
    margin-top: 10rem;
  }
}
.overview-page-stage__card--blue {
  background-color: #DFE6E9;
}
.overview-page-stage__card--rosa {
  background-color: #FCEBEB;
}
.overview-page-stage__card--green {
  background-color: #E6E7E1;
}
.overview-page-stage__card--sand {
  background-color: #F7F5F1;
}
.overview-page-stage__card--orange {
  background-color: #FBECDE;
}
@media (min-width: 48rem) {
  .overview-page-stage__card--shifted-down {
    margin-top: 9.75rem;
  }
}
@media (min-width: 64rem) {
  .overview-page-stage__card--shifted-down {
    margin-top: 15.75rem;
  }
}
.overview-page-stage__title + .overview-page-stage__lead {
  margin-top: 1rem;
}
.overview-page-stage__title + .overview-page-stage__buttons {
  margin-top: 2rem;
}
.overview-page-stage__title--desktop {
  display: none;
}
@media (min-width: 48rem) {
  .overview-page-stage__title--desktop {
    display: flex;
  }
}
.overview-page-stage__title--mobile {
  display: flex;
}
@media (min-width: 48rem) {
  .overview-page-stage__title--mobile {
    display: none;
  }
}
.overview-page-stage__lead + .overview-page-stage__buttons {
  margin-top: 2rem;
}
.overview-page-stage__buttons {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 48rem) {
  .overview-page-stage__buttons {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(130px, auto));
    justify-content: start;
    gap: 1rem;
  }
}
.overview-page-stage__buttons:has(.button-container:only-child) {
  grid-template-columns: auto;
}
.overview-page-stage__buttons .button {
  width: 100%;
}
@media (min-width: 64rem) {
  .overview-page-stage__buttons .button {
    width: initial;
  }
}
.overview-page-stage .breadcrumbs-wrapper {
  grid-row: 1;
  grid-column: 1/5;
  margin-top: 4rem;
}
@media (min-width: 64rem) {
  .overview-page-stage .breadcrumbs-wrapper {
    margin-top: 5.25rem;
  }
}
.overview-page-stage .breadcrumbs-wrapper--shifted-down {
  margin-top: 6.75rem;
}
@media (min-width: 64rem) {
  .overview-page-stage .breadcrumbs-wrapper--shifted-down {
    margin-top: 11rem;
  }
}

.microsites-and-plp-stage {
  width: 100%;
  margin-bottom: 5rem;
}
@media (min-width: 48rem) {
  .microsites-and-plp-stage {
    margin-bottom: 7.5rem;
  }
}
@media (min-width: 64rem) {
  .microsites-and-plp-stage {
    margin-bottom: 12rem;
  }
}
.microsites-and-plp-stage--blue {
  background-color: #DFE6E9;
}
.microsites-and-plp-stage--rosa {
  background-color: #FCEBEB;
}
.microsites-and-plp-stage--green {
  background-color: #E6E7E1;
}
.microsites-and-plp-stage--sand {
  background-color: #F7F5F1;
}
.microsites-and-plp-stage--orange {
  background-color: #FBECDE;
}
.microsites-and-plp-stage__wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  width: 100%;
  padding-top: 3.5rem;
}
@media (min-width: 48rem) {
  .microsites-and-plp-stage__wrapper {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 64rem) {
  .microsites-and-plp-stage__wrapper {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    padding-top: 5.25rem;
  }
}
.microsites-and-plp-stage__image {
  position: relative;
  z-index: 1;
  grid-row: 2;
  grid-column: 1/7;
  margin-right: -0.5rem;
  margin-left: -2rem;
  margin-bottom: unset;
}
@media (min-width: 48rem) {
  .microsites-and-plp-stage__image {
    grid-row: 2;
    z-index: 0;
    grid-column: 8/13;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: unset;
    margin-left: unset;
    margin-bottom: -2.5rem;
  }
}
@media (min-width: 64rem) {
  .microsites-and-plp-stage__image {
    grid-column: 7/13;
    margin-bottom: -4rem;
  }
}
.microsites-and-plp-stage__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.microsites-and-plp-stage__image--mobile {
  display: initial;
}
@media (min-width: 48rem) {
  .microsites-and-plp-stage__image--mobile {
    display: none;
  }
}
.microsites-and-plp-stage__image--tablet {
  position: absolute;
  display: none;
}
@media (min-width: 48rem) {
  .microsites-and-plp-stage__image--tablet {
    display: initial;
  }
}
@media (min-width: 64rem) {
  .microsites-and-plp-stage__image--tablet {
    display: none;
  }
}
.microsites-and-plp-stage__image--desktop {
  position: absolute;
  display: none;
}
@media (min-width: 64rem) {
  .microsites-and-plp-stage__image--desktop {
    display: initial;
  }
}
.microsites-and-plp-stage__card {
  align-self: start;
  grid-row: 3;
  grid-column: 1/7;
  display: flex;
  flex-direction: column;
  z-index: 0;
  margin-top: 2rem;
  padding-bottom: 4rem;
}
@media (min-width: 48rem) {
  .microsites-and-plp-stage__card {
    z-index: 1;
    grid-row: 2;
    grid-column: 1/8;
    margin-top: unset;
    padding-bottom: 2.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 64rem) {
  .microsites-and-plp-stage__card {
    grid-column: 1/7;
    padding-bottom: 4rem;
  }
}
.microsites-and-plp-stage__title--desktop {
  display: none;
}
@media (min-width: 48rem) {
  .microsites-and-plp-stage__title--desktop {
    display: flex;
  }
}
.microsites-and-plp-stage__title--mobile {
  display: flex;
}
@media (min-width: 48rem) {
  .microsites-and-plp-stage__title--mobile {
    display: none;
  }
}
.microsites-and-plp-stage__lead {
  margin-top: 1rem;
}
@media (min-width: 48rem) {
  .microsites-and-plp-stage__lead {
    margin-top: 1.5rem;
  }
}
.microsites-and-plp-stage__buttons {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 48rem) {
  .microsites-and-plp-stage__buttons {
    margin-top: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(130px, auto));
    justify-content: start;
    gap: 1rem;
  }
}
.microsites-and-plp-stage__buttons:has(.button-container:only-child) {
  grid-template-columns: auto;
}
.microsites-and-plp-stage__buttons .button {
  width: 100%;
}
@media (min-width: 64rem) {
  .microsites-and-plp-stage__buttons .button {
    width: initial;
  }
}
.microsites-and-plp-stage .breadcrumbs-wrapper {
  grid-row: 1;
  grid-column: 1/7;
  margin-top: 0.5rem;
}
@media (min-width: 48rem) {
  .microsites-and-plp-stage .breadcrumbs-wrapper {
    grid-column: 1/13;
  }
}
.microsites-and-plp-stage .breadcrumbs-wrapper--shifted-down {
  margin-top: 3.5rem;
}
@media (min-width: 64rem) {
  .microsites-and-plp-stage .breadcrumbs-wrapper--shifted-down {
    margin-top: 5.5rem;
  }
}
.microsites-and-plp-stage .breadcrumbs-wrapper--shifted-down-no-shown {
  margin-top: 4rem;
}
@media (min-width: 64rem) {
  .microsites-and-plp-stage .breadcrumbs-wrapper--shifted-down-no-shown {
    margin-top: 6.5rem;
  }
}

.stage-plain {
  width: 100%;
  margin-bottom: 5rem;
}
@media (min-width: 48rem) {
  .stage-plain {
    margin-bottom: 5rem;
  }
}
@media (min-width: 64rem) {
  .stage-plain {
    margin-bottom: 8rem;
  }
}
.stage-plain--blue {
  background-color: #DFE6E9;
}
.stage-plain--rosa {
  background-color: #FCEBEB;
}
.stage-plain--green {
  background-color: #E6E7E1;
}
.stage-plain--sand {
  background-color: #F7F5F1;
}
.stage-plain--orange {
  background-color: #FBECDE;
}
.stage-plain__wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  width: 100%;
  margin-bottom: 2rem;
  padding-top: 3.5rem;
}
@media (min-width: 48rem) {
  .stage-plain__wrapper {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 64rem) {
  .stage-plain__wrapper {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    margin-bottom: 3.5rem;
    padding-top: 5.25rem;
  }
}
.stage-plain__card {
  align-self: start;
  grid-row: 2;
  grid-column: 1/7;
  display: flex;
  flex-direction: column;
  z-index: 0;
  padding-bottom: 4rem;
}
@media (min-width: 48rem) {
  .stage-plain__card {
    z-index: 1;
    grid-column: 1/13;
    padding-bottom: 2.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 64rem) {
  .stage-plain__card {
    grid-column: 1/9;
    padding-bottom: 4rem;
  }
}
.stage-plain__title--desktop {
  display: none;
}
@media (min-width: 48rem) {
  .stage-plain__title--desktop {
    display: flex;
  }
}
.stage-plain__title--mobile {
  display: flex;
}
@media (min-width: 48rem) {
  .stage-plain__title--mobile {
    display: none;
  }
}
.stage-plain__lead {
  margin-top: 1rem;
  width: 100%;
  /**
    * https://stackoverflow.com/a/26245056
   */
}
.stage-plain__lead:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media (min-width: 48rem) {
  .stage-plain__lead {
    margin-left: auto;
    margin-right: auto;
  }
  .stage-plain__lead:not(.full-width) {
    max-width: 46.5rem;
  }
}
.stage-plain__lead p:has(+ h2),
.stage-plain__lead ul:has(+ h2),
.stage-plain__lead ol:has(+ h2) {
  margin-bottom: 2.5rem;
}
.stage-plain__lead p:has(+ h3),
.stage-plain__lead ul:has(+ h3),
.stage-plain__lead ol:has(+ h3) {
  margin-bottom: 2rem;
}
.stage-plain__lead p:has(+ h4),
.stage-plain__lead ul:has(+ h4),
.stage-plain__lead ol:has(+ h4) {
  margin-bottom: 1.5rem;
}
.stage-plain__lead p:has(+ h5, + h6),
.stage-plain__lead ul:has(+ h5, + h6),
.stage-plain__lead ol:has(+ h5, + h6) {
  margin-bottom: 1.25rem;
}
.stage-plain__lead h2:not(.section-title),
.stage-plain__lead h3,
.stage-plain__lead h4,
.stage-plain__lead h5,
.stage-plain__lead h6 {
  margin-bottom: 0.5rem;
}
.stage-plain__lead p,
.stage-plain__lead a,
.stage-plain__lead ul,
.stage-plain__lead ol,
.stage-plain__lead li {
  margin-bottom: 1rem;
}
.stage-plain__lead ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.stage-plain__lead ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.stage-plain__lead ol > li:before {
  white-space: nowrap;
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.stage-plain__lead li ol {
  margin-top: 0.5rem;
}
.stage-plain__lead li ol > li {
  margin: 0;
}
.stage-plain__lead li ol > li:before {
  content: counters(item, ".") " ";
}
.stage-plain__lead img {
  max-width: 100%;
}
@media (min-width: 48rem) {
  .stage-plain__lead img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 42.5rem;
  }
}
.stage-plain__lead a {
  text-decoration: underline;
  text-underline-offset: 0.09375rem;
  color: #ee000c;
}
.stage-plain__lead a,
.stage-plain__lead p {
  line-height: 1.36;
}
@media (min-width: 48rem) {
  .stage-plain__lead {
    margin-top: 1.5rem;
  }
}
.stage-plain__buttons {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 48rem) {
  .stage-plain__buttons {
    margin-top: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(130px, auto));
    justify-content: start;
    gap: 1rem;
  }
}
.stage-plain__buttons:has(.button-container:only-child) {
  grid-template-columns: auto;
}
.stage-plain__buttons .button {
  width: 100%;
}
@media (min-width: 64rem) {
  .stage-plain__buttons .button {
    width: initial;
  }
}
.stage-plain .breadcrumbs-wrapper {
  grid-row: 1;
  grid-column: 1/7;
  margin-top: 0.5rem;
}
@media (min-width: 48rem) {
  .stage-plain .breadcrumbs-wrapper {
    grid-column: 1/13;
  }
}
.stage-plain .breadcrumbs-wrapper--shifted-down {
  margin-top: 3.5rem;
}
@media (min-width: 64rem) {
  .stage-plain .breadcrumbs-wrapper--shifted-down {
    margin-top: 5.5rem;
  }
}
.stage-plain .breadcrumbs-wrapper--shifted-down-no-shown {
  margin-top: 4rem;
}
@media (min-width: 64rem) {
  .stage-plain .breadcrumbs-wrapper--shifted-down-no-shown {
    margin-top: 6.5rem;
  }
}
.stage-plain .breadcrumbs-wrapper--no-shown {
  margin-top: 1rem;
}
@media (min-width: 64rem) {
  .stage-plain .breadcrumbs-wrapper--no-shown {
    margin-top: 1.5rem;
  }
}

.footer-wrapper {
  width: 100%;
  background-color: #f7f8fa;
}
.footer-wrapper ul, .footer-wrapper li {
  list-style-type: none;
  margin: 0;
}
.footer-wrapper li:before {
  display: none;
}
@media (min-width: 96rem) {
  .footer-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.footer-wrapper .footer {
  display: flex;
  flex-direction: column;
  padding: 4rem 2rem;
  overflow-x: visible;
}
@media (min-width: 64rem) {
  .footer-wrapper .footer {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5.5rem 4.25rem 5.25rem;
  }
}
.footer-wrapper .footer-section {
  padding-right: unset;
}
.footer-wrapper .footer-section .footer-item-group:not(:last-child) {
  margin-bottom: 1rem;
}
.footer-wrapper .footer-section .footer-item:not(:last-child) {
  margin-bottom: 1rem;
}
.footer-wrapper .footer-section .footer-item:last-child {
  margin-bottom: 0.125rem;
}
.footer-wrapper .footer-section .footer-item::before {
  content: none;
}
@media (min-width: 64rem) {
  .footer-wrapper .footer-section {
    width: 13.5625rem;
  }
}
@media (min-width: 69.6875rem) {
  .footer-wrapper .footer-section {
    width: 15rem;
    padding-right: 1rem;
  }
}
.footer-wrapper .footer-section .footer-item-group {
  padding-right: 1rem;
}
@media (min-width: 64rem) {
  .footer-wrapper .footer-section .footer-item-group {
    padding-right: unset;
  }
}
.footer-wrapper .footer-section-header {
  margin-left: 0.125rem;
  margin-bottom: 2rem;
}
.footer-wrapper .footer-item {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
}
.footer-wrapper .footer-item span {
  cursor: pointer;
}
.footer-wrapper .footer-item span:hover {
  color: #ee000c;
}
.footer-wrapper .footer-item a:hover {
  color: #ee000c;
  text-decoration: underline;
}
.footer-wrapper .footer-logo-bank-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 17rem;
}
@media (min-width: 64rem) {
  .footer-wrapper .footer-logo-bank-info {
    width: 13.5625rem;
  }
}
@media (min-width: 69.6875rem) {
  .footer-wrapper .footer-logo-bank-info {
    width: 15rem;
  }
}
@media (min-width: 85rem) {
  .footer-wrapper .footer-logo-bank-info {
    width: 22.5rem;
  }
}
.footer-wrapper .footer-logo-bank-info .footer-logo {
  width: 8.4375rem;
}
.footer-wrapper .footer-logo-bank-info .footer-bank-info {
  padding-bottom: 0.0625rem;
}
.footer-wrapper .footer-mobile-section-header {
  border-bottom: 2px solid #d5d7d9;
  padding-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
@media (min-width: 64rem) {
  .footer-wrapper .footer-mobile-section-header {
    border-bottom: none;
    padding-bottom: 0;
    cursor: auto;
  }
}
.footer-wrapper .footer-mobile-chevron {
  transform: rotate3d(1, 0, 0, 0);
  transition: transform 300ms ease;
}
@media (min-width: 64rem) {
  .footer-wrapper .footer-mobile-chevron {
    display: none;
  }
}
.footer-wrapper .footer-mobile-chevron-open {
  transform: rotate3d(1, 0, 0, 180deg);
}
.footer-wrapper .footer-for-you {
  margin-top: 3.1875rem;
}
@media (min-width: 64rem) {
  .footer-wrapper .footer-for-you {
    margin-top: 0;
  }
}
.footer-wrapper .footer-for-you-items, .footer-wrapper .footer-services-items, .footer-wrapper .footer-connect-items {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 300ms ease, opacity 300ms ease;
}
@media (min-width: 64rem) {
  .footer-wrapper .footer-for-you-items, .footer-wrapper .footer-services-items, .footer-wrapper .footer-connect-items {
    opacity: 1;
    height: auto;
    display: block;
    transition: unset;
    grid-template-columns: unset;
  }
}
.footer-wrapper .footer-for-you .items-open, .footer-wrapper .footer-services .items-open, .footer-wrapper .footer-connect .items-open {
  height: 13.975rem;
  opacity: 1;
}
.footer-wrapper .footer-services, .footer-wrapper .footer-connect {
  margin-top: 2.5rem;
}
@media (min-width: 64rem) {
  .footer-wrapper .footer-services, .footer-wrapper .footer-connect {
    margin-top: 0;
  }
}
.footer-wrapper .footer-connect {
  display: flex;
  flex-direction: column;
  height: unset;
  justify-content: unset;
  display: flex;
  flex-direction: column;
}
@media (min-width: 64rem) {
  .footer-wrapper .footer-connect {
    height: 16.5625rem;
    justify-content: space-between;
  }
}
.footer-wrapper .footer-connect .footer-social {
  margin-top: 2.5rem;
}
@media (min-width: 64rem) {
  .footer-wrapper .footer-connect .footer-social {
    margin-top: unset;
  }
}
.footer-wrapper .footer-connect .footer-social-links {
  width: 100%;
  display: flex;
}
.footer-wrapper .footer-connect .footer-social-links ul {
  margin-bottom: 0px;
  display: flex;
  flex-direction: row;
  gap: 1.375rem;
}
.footer-wrapper .footer-connect .footer-social-links li {
  margin-bottom: 0px;
}
.footer-wrapper .footer-connect .footer-social-links li::before {
  content: none;
}
.footer-wrapper .footer-connect .footer-social-links .footer-social-link {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.footer-wrapper .footer-connect .footer-social-links .footer-social-link .footer-social-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.footer-wrapper .footer-connect .footer-social-links .footer-social-link:not(:last-child) {
  margin-right: 1.375rem;
}
.footer-wrapper .footer-copyright {
  margin-top: 2.625rem;
  width: 100%;
}
@media (min-width: 64rem) {
  .footer-wrapper .footer-copyright {
    font-size: 0.75rem;
    line-height: 1.67;
    margin-top: 4rem;
    margin-left: -0.375rem;
  }
}
.footer-wrapper .footer-small {
  min-height: 3.75rem;
  align-self: normal;
}
.footer-wrapper .footer-small .footer-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: dense;
  row-gap: 1rem;
}
.footer-wrapper .footer-small .footer-content .footer-text-section {
  margin-top: 1.375rem;
  grid-column-start: 1;
  justify-self: center;
}
.footer-wrapper .footer-small .footer-content .footer-text-section .footer-text-wrapper {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  text-align: center;
}
.footer-wrapper .footer-small .footer-content .footer-text-section .footer-text-wrapper .footer-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: inline-block;
  text-align: center;
}
.footer-wrapper .footer-small .footer-content .footer-social-section {
  margin-top: 1.375rem;
  grid-column-end: -1;
  justify-self: center;
  text-align: center;
  display: inline-block;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  padding-bottom: 1rem;
}
.footer-wrapper .footer-small .footer-content .footer-social-section .footer-social-link {
  margin-bottom: 1.5rem;
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}

.header {
  display: flex;
  justify-content: center;
  padding: 0.5rem 1rem;
  width: 100%;
  position: fixed;
  z-index: 10000;
}
@media (min-width: 1024px) {
  .header {
    padding: 1.5rem 2rem;
  }
}
.header ul, .header li {
  list-style-type: none;
  margin: 0;
}
.header li:before {
  display: none;
}
.header-wrapper {
  width: 100%;
}
@media (min-width: 1024px) {
  .header-wrapper {
    max-width: 87.5rem;
  }
}
.header.sticky .header-wrapper {
  top: 0;
  width: calc(100% - 2 * 2rem);
  position: fixed;
}
@media (min-width: 1024px) {
  .header.sticky .header-wrapper {
    position: fixed;
    top: 0;
    max-width: unset;
    padding: 0;
    width: 100%;
  }
}
.header.sticky .header-wrapper .container-fluid {
  max-width: unset;
}
@media (min-width: 1024px) {
  .header.sticky .header-top {
    max-width: 87.5rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
  }
}

.header-top-wrapper {
  position: relative;
  padding: 0 1rem;
  background-color: #ffffff;
  opacity: 0.95;
  z-index: 1;
  box-shadow: 0.125rem 0.25rem 2.5rem 0 rgba(42, 55, 63, 0.05);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
@media (min-width: 1024px) {
  .header-top-wrapper {
    padding: 0 2rem;
  }
}
.header-top-wrapper .header-top {
  height: 3rem;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .header-top-wrapper .header-top {
    height: 3.75rem;
  }
}
.header-top-wrapper .header-top .header__logo-web {
  display: none;
}
@media (min-width: 1024px) {
  .header-top-wrapper .header-top .header__logo-web {
    width: 5.5rem;
    display: block;
    height: 1.5rem;
    margin-right: 6.5625rem;
  }
}
@media (max-width: 1160px) {
  .header-top-wrapper .header-top .header__logo-web {
    margin-right: 1.75rem;
  }
}
.header-top-wrapper .header-top .header__logo-web__100fuersbb {
  width: 8.4375rem;
  margin-right: 1.75rem;
}
.header-top-wrapper .header-top .header__logo-web__100fuersbb img {
  width: 8.4375rem;
}
.header-top-wrapper .header-top .header__logo-web__blkb-fm {
  height: 65%;
}
.header-top-wrapper .header-top .header__logo-web__blkb-fm img {
  height: 100%;
  width: unset;
}
.header-top-wrapper .header-top .header__logo-mobile {
  display: block;
  height: 1.5rem;
}
@media (min-width: 1024px) {
  .header-top-wrapper .header-top .header__logo-mobile {
    display: none;
  }
}
.header-top-wrapper .header-top .header__logo-mobile img {
  width: 5.5625rem;
}
.header-top-wrapper .header-top .header__logo-mobile__blkb-fm {
  height: 65%;
}
.header-top-wrapper .header-top .header__logo-mobile__blkb-fm img {
  height: 100%;
  width: unset;
}
.header-top-wrapper .header-top .header-navigation {
  height: 100%;
  align-items: center;
  display: none;
}
@media (min-width: 1024px) {
  .header-top-wrapper .header-top .header-navigation {
    display: flex;
  }
}
.header-top-wrapper .header-top .header-navigation ul {
  list-style-type: none;
  display: flex;
  align-items: center;
}
.header-top-wrapper .header-top .header-navigation .navigation__item {
  font-size: 1.125rem;
}
.header-top-wrapper .header-top .header-navigation .navigation__item button {
  cursor: pointer;
}
.header-top-wrapper .header-top .header-navigation .navigation__item button-active {
  font-weight: 650;
}
.header-top-wrapper .header-top .header-navigation .navigation__item button:hover {
  color: #ee000c;
}
.header-top-wrapper .header-top .header-navigation .navigation__item:not(:last-of-type) {
  margin-right: 1.5rem;
}
@media (min-width: 1160px) {
  .header-top-wrapper .header-top .header-navigation .navigation__item:not(:last-of-type) {
    margin-right: 2.3125rem;
  }
}
.header-top-wrapper .header-top .header__actions {
  margin-left: auto;
  display: flex;
}
.header-top-wrapper .header-top .header__actions__item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header-top-wrapper .header-top .header__actions__item__label {
  display: none;
  color: #20242a;
  font-weight: 650;
  font-size: 1.125rem;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .header-top-wrapper .header-top .header__actions__item__label {
    display: block;
  }
}
.header-top-wrapper .header-top .header__actions__item:hover .header__actions__item__label {
  color: #ee000c;
}
.header-top-wrapper .header-top .header__actions__item:hover .icon * {
  stroke: #ee000c;
}
.header-top-wrapper .header-top .header__actions__item:not(:last-child) {
  margin-right: 1rem;
}
@media (min-width: 1024px) {
  .header-top-wrapper .header-top .header__actions__item:not(:last-child) {
    margin-right: 1.5rem;
  }
}
@media (min-width: 1160px) {
  .header-top-wrapper .header-top .header__actions__item:not(:last-child) {
    margin-right: 2rem;
  }
}
.header-top-wrapper .header-top .header__actions__item.hidden {
  display: none;
}
.header-top-wrapper .header-top .header__actions-search {
  display: flex;
  align-items: center;
}
.header-top-wrapper .header-top .header__actions .header__actions__item__icon--desktop {
  display: none;
}
@media (min-width: 1024px) {
  .header-top-wrapper .header-top .header__actions .header__actions__item__icon--desktop {
    display: block;
    margin-right: 0.6875rem;
  }
}
.header-top-wrapper .header-top .header__actions .header__actions__item__icon--mobile {
  display: block;
}
@media (min-width: 1024px) {
  .header-top-wrapper .header-top .header__actions .header__actions__item__icon--mobile {
    display: none;
  }
}
.header-top-wrapper .header-top .header__actions .ebanking {
  visibility: visible;
}
@media (min-width: 1024px) {
  .header-top-wrapper .header-top .header__actions .ebanking {
    visibility: hidden;
  }
}
.header-top-wrapper .header-top .header__actions .ebanking .header__actions__item__icon {
  display: block;
}
@media (min-width: 1024px) {
  .header-top-wrapper .header-top .header__actions .ebanking .header__actions__item__icon {
    display: none;
  }
}
.header-top-wrapper .header-top .header__actions .become-customer {
  display: none;
}
@media (min-width: 1024px) {
  .header-top-wrapper .header-top .header__actions .become-customer {
    display: flex;
  }
}
.header-top-wrapper .header-top .header__actions .header__ebanking-action-item {
  display: none;
}
@media (min-width: 1024px) {
  .header-top-wrapper .header-top .header__actions .header__ebanking-action-item {
    display: block;
  }
  .header-top-wrapper .header-top .header__actions .header__ebanking-action-item a {
    height: 3rem;
  }
}
.header-top-wrapper .header-top .header__actions .header-search {
  display: none;
}
@media (min-width: 1024px) {
  .header-top-wrapper .header-top .header__actions .header-search {
    display: block;
  }
}
.header-top-wrapper .header-top .header__actions .header-search-mobile {
  display: block;
}
@media (min-width: 1024px) {
  .header-top-wrapper .header-top .header__actions .header-search-mobile {
    display: none;
  }
}
.header-top-wrapper .header-top .header__actions__language-switch {
  display: none;
}
@media (min-width: 64rem) {
  .header-top-wrapper .header-top .header__actions__language-switch {
    display: flex;
    flex-direction: row;
  }
}
.header-top-wrapper .header-top .header__actions__language-switch a {
  color: #000000;
}
.header-top-wrapper .header-top .hamburger {
  visibility: visible;
}
@media (min-width: 1024px) {
  .header-top-wrapper .header-top .hamburger {
    visibility: hidden;
  }
}
.header-top-wrapper .header-top .hamburger_icon {
  display: block;
  margin-left: 1.5rem;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .header-top-wrapper .header-top .hamburger_icon {
    display: none;
  }
}

.header-search-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 1rem;
}
.header-search-wrapper .header-search {
  position: absolute;
  right: 0;
}
.header-search-wrapper .header__actions-search {
  display: flex;
}
@media (max-width: 1024px) {
  .header-search-wrapper .header__actions-search {
    visibility: hidden;
  }
}
.header-search-wrapper .header__actions-search-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .header-search-wrapper .header__actions-search-mobile {
    display: flex;
    align-items: center;
    visibility: visible;
  }
}

.breadcrumbs-wrapper {
  display: flex;
  align-items: center;
  height: 3.125rem;
  z-index: 1;
}
.breadcrumbs-wrapper ul, .breadcrumbs-wrapper li {
  list-style-type: none;
  margin: 0;
}
.breadcrumbs-wrapper li:before {
  display: none;
}
@media (min-width: 1024px) {
  .breadcrumbs-wrapper {
    height: 4.75rem;
  }
}
.breadcrumbs-wrapper .breadcrumbs {
  display: none;
}
@media (min-width: 1024px) {
  .breadcrumbs-wrapper .breadcrumbs {
    display: block;
    max-width: 87.5rem;
  }
}
.breadcrumbs-wrapper .breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs-wrapper .breadcrumbs .breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumbs-wrapper .breadcrumbs .breadcrumb-item > a {
  position: relative;
  font-size: 1rem;
  color: #20242a;
  font-weight: normal;
}
.breadcrumbs-wrapper .breadcrumbs .breadcrumb-item > a::before {
  content: attr(data-label);
  display: block;
  font-weight: 650;
  overflow: hidden;
  visibility: hidden;
  height: 0;
}
.breadcrumbs-wrapper .breadcrumbs .breadcrumb-item > a:hover {
  cursor: pointer;
  font-weight: 650;
  text-decoration: underline;
}
.breadcrumbs-wrapper .breadcrumbs .breadcrumb-item .icon {
  margin: 0 0.5rem;
}
.breadcrumbs-wrapper .breadcrumbs .breadcrumb-item:last-child .icon {
  display: none;
}
.breadcrumbs-wrapper .breadcrumbs-mobile {
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .breadcrumbs-wrapper .breadcrumbs-mobile {
    display: none;
  }
}
.breadcrumbs-wrapper .breadcrumbs-mobile__big-padding {
  padding-left: 7rem;
}
.breadcrumbs-wrapper .breadcrumbs-mobile .breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumbs-wrapper .breadcrumbs-mobile .breadcrumb-item > a {
  font-size: 1rem;
  color: #20242a;
  font-weight: normal;
}
.breadcrumbs-wrapper .breadcrumbs-mobile .breadcrumb-item .icon {
  margin-right: 0.5rem;
}

.breadcrumbs-wrapper.hidden {
  height: 0;
  overflow: hidden;
}
.breadcrumbs-wrapper.hidden .breadcrumbs-mobile {
  height: 0;
}

.header.sticky .breadcrumbs-wrapper {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}
.header.sticky .breadcrumbs {
  margin: 0 auto;
}

.navigation {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #20242a;
  z-index: 10001;
  transform: translateY(-100%);
  transition: transform 0.3s cubic-bezier(0, 0.52, 0, 1);
}
@media (prefers-reduced-motion: reduce) {
  .navigation {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
.navigation.no-transition {
  transition: none;
}
.navigation-wrapper {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  max-width: 87.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}
.navigation * {
  color: #ffffff;
}
.navigation.show-navigation {
  transform: translateY(0);
}
.navigation.show-navigation .navigation-pages {
  display: block;
  overflow-y: scroll;
}

.navigation-top {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  top: 2.5rem;
}
.navigation-top ul, .navigation-top li {
  list-style-type: none;
  margin: 0;
}
.navigation-top li:before {
  display: none;
}
@media (min-width: 1024px) {
  .navigation-top {
    position: relative;
    height: 3.75rem;
  }
}
.navigation-top__logo-web {
  display: none;
}
@media (min-width: 1024px) {
  .navigation-top__logo-web {
    width: 5.5rem;
    display: block;
    height: 1.5rem;
    margin-right: 6.5625rem;
  }
}
.navigation-top__links ul {
  list-style-type: none;
  display: flex;
  align-items: center;
}
.navigation-top__links .navigation__header__item {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 300;
  cursor: pointer;
}
.navigation-top__links .navigation__header__item-active {
  font-weight: 650;
}
.navigation-top__links li:not(:last-of-type) {
  margin-right: 2.3125rem;
}
.navigation-top .navigation-search-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 1rem;
}
.navigation-top__actions {
  display: flex;
  margin-left: auto;
  margin-right: 6.25rem;
}
.navigation-top__actions__item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.navigation-top__actions__item__label {
  display: none;
  color: #ffffff;
  font-weight: 650;
  font-size: 1rem;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .navigation-top__actions__item__label {
    display: block;
  }
}
.navigation-top__actions__item:not(:last-child) {
  margin-right: 2.5rem;
}
@media (min-width: 1024px) {
  .navigation-top__actions__item:not(:last-child) {
    margin-right: 2rem;
  }
}
.navigation-top__actions .navigation-top__actions__item__icon {
  background-position: center center;
  background-repeat: no-repeat;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 1.25rem 1.25rem;
}
@media (min-width: 1024px) {
  .navigation-top__actions .navigation-top__actions__item__icon {
    width: 1.125rem;
    height: 1.25rem;
    margin-right: 0.6875rem;
    background-size: 1rem;
  }
}
.navigation-top__actions .navigation-top__actions-search .navigation-top__actions__item__icon {
  background-image: var(--search-mobile-white);
}
@media (min-width: 1024px) {
  .navigation-top__actions .navigation-top__actions-search .navigation-top__actions__item__icon {
    background-image: var(--search-white);
  }
}

.navigation-close {
  position: absolute;
  cursor: pointer;
  z-index: 10000;
}
@media (min-width: 1024px) {
  .navigation-close {
    top: 3.625rem;
    right: 4.25rem;
  }
}

.navigation-close_icon {
  -o-object-fit: cover;
     object-fit: cover;
}

.navigation-pages {
  height: 100%;
  display: none;
}
.navigation-pages ul, .navigation-pages li {
  list-style-type: none;
  margin: 0;
}
.navigation-pages li:before {
  display: none;
}
@media (min-width: 1024px) {
  .navigation-pages {
    position: fixed;
    top: 11.875rem;
    margin-left: 5.4375rem;
    width: 100%;
    height: calc(100% - 11.875rem);
    overflow: hidden;
  }
}
.navigation-pages .navigation__level-wrapper {
  position: relative;
}
.navigation-pages .navigation__level-wrapper.hidden {
  display: none;
}
.navigation-pages .navigation__level-wrapper .navigation__level-2,
.navigation-pages .navigation__level-wrapper .navigation__level-3 {
  display: block;
  margin: 0.125rem;
}
.navigation-pages .navigation__level-wrapper .navigation__level-2.hidden,
.navigation-pages .navigation__level-wrapper .navigation__level-3.hidden {
  display: none;
}
.navigation-pages .navigation__level-wrapper.navigation__level-3-wrapper {
  position: absolute;
  left: 34.625rem;
  top: 0;
}
.navigation-pages .navigation__level-wrapper.navigation__level-3-wrapper .navigation__level-3-child-wrapper {
  display: block;
}
.navigation-pages .navigation__level-wrapper.navigation__level-3-wrapper .navigation__level-3-child-wrapper.hidden {
  display: none;
}
.navigation-pages .navigation__level-wrapper.navigation__level-3-wrapper .navigation__level-3-child-wrapper .navigation-item-wrapper {
  margin-bottom: 1.5rem;
}
.navigation-pages .navigation__level-wrapper .navigation-item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  pointer-events: all;
  width: -moz-fit-content;
  width: fit-content;
}
.navigation-pages .navigation__level-wrapper .navigation-item-wrapper-active::after {
  content: "";
  background-image: var(--arrow-white);
  display: block;
  position: relative;
  top: 0.6875rem;
  width: 2.1875rem;
  height: 1.125rem;
  background-size: 2.1875rem 1.125rem;
  left: 2.5rem;
}
.navigation-pages .navigation__level-wrapper .navigation-item-wrapper-active > .navigation-item {
  font-weight: 650;
}
.navigation-pages .navigation__level-wrapper .navigation-item {
  font-weight: 300;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navigation-pages .navigation__level-wrapper .navigation-item {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
.navigation-pages .navigation__level-wrapper .navigation-item:hover {
  font-weight: 650;
}
.navigation-pages .navigation__level-wrapper .navigation-item-level-2, .navigation-pages .navigation__level-wrapper .navigation-item a {
  font-size: 2rem;
}
.navigation-pages .navigation__level-wrapper .navigation-item-level-2:not(:last-child), .navigation-pages .navigation__level-wrapper .navigation-item a:not(:last-child) {
  margin-bottom: 2rem;
}
.navigation-pages .navigation__level-wrapper .navigation-item-level-3, .navigation-pages .navigation__level-wrapper .navigation-item a {
  font-size: 1.5rem;
}
.navigation-pages .navigation__level-wrapper .navigation-item-level-3:not(:last-child), .navigation-pages .navigation__level-wrapper .navigation-item a:not(:last-child) {
  margin-bottom: 1.5rem;
}

.navigation-search-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 1rem;
}
@media (min-width: 25.875rem) {
  .navigation-search-wrapper {
    margin-right: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .navigation-search-wrapper {
    margin-right: 2rem;
  }
}
.navigation-search-wrapper .navigation-header-search {
  position: absolute;
  right: 0;
}

.navigation-header-search .search-icon {
  background-image: var(--search-white) !important;
}
.navigation-header-search input {
  color: #ffffff;
  background-color: #20242a;
  border: 0.125rem solid #ffffff;
  caret-color: #ffffff !important;
}
.navigation-header-search input:focus {
  border: 2px solid #ffffff;
}
.navigation-header-search .results-container {
  background-color: #20242a;
  border: 2px solid #ffffff;
  border-top: none;
}
.navigation-header-search .results-container.hidden {
  display: none;
}
.navigation-header-search .results-container::before {
  content: "";
  height: 0.125rem;
  background-color: #ffffff;
  position: absolute;
  width: calc(18.75rem - 37px);
  top: 0.5rem;
}
.navigation-header-search .results-container .results-category {
  color: #ffffff;
  background-color: #20242a;
}
.navigation-header-search .results-container .results-category.active {
  color: #20242a;
  background-color: #ffffff;
}
.navigation-header-search .results-container .results-items .item > a {
  color: #ffffff !important;
}

.mobile-navigation {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #20242a;
  z-index: 10001;
  transform: translateX(100%);
  transition: all 0.3s cubic-bezier(0, 0.52, 0, 1);
  display: block;
  padding: 2rem;
}
@media (prefers-reduced-motion: reduce) {
  .mobile-navigation {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
.mobile-navigation.no-transition {
  transition: none;
}
.mobile-navigation * {
  color: #ffffff;
}
@media (min-width: 64rem) {
  .mobile-navigation {
    display: none;
  }
}
.mobile-navigation.show-navigation {
  transform: translateX(0);
}
.mobile-navigation .mobile-navigation-search {
  position: absolute;
  top: 7.5rem;
  left: 2rem;
  max-width: 18.75rem;
  width: calc(100% - 2 * 2rem);
}
@media (min-width: 414px) {
  .mobile-navigation .mobile-navigation-search {
    max-width: unset;
    right: 2rem;
  }
}
.mobile-navigation .mobile-navigation-search .input-error-container,
.mobile-navigation .mobile-navigation-search .input-container {
  width: 100%;
}
.mobile-navigation__language-switch {
  position: absolute;
  top: 4.5rem;
  left: 2rem;
  display: flex;
  flex-direction: row;
}

.mobile-navigation__close_icon {
  position: absolute;
  right: 2rem;
  cursor: pointer;
}

.mobile-navigation__logo {
  width: 5.5625rem;
  height: 1.5rem;
}
.mobile-navigation__logo img {
  width: 5.5625rem;
  height: 1.5rem;
  background-size: 5.5625rem 1.5rem;
}

.mobile-navigation__pages {
  transition: all 0.3s cubic-bezier(0, 0.52, 0, 1);
}
.mobile-navigation__pages .mobile-navigation__level-1 {
  position: absolute;
  top: 17.1875rem;
  left: 2rem;
  right: 2rem;
  line-height: 1.25;
  font-weight: 300;
  font-size: 2rem;
  transition: all 0.3s cubic-bezier(0, 0.52, 0, 1);
}
@media (prefers-reduced-motion: reduce) {
  .mobile-navigation__pages .mobile-navigation__level-1 {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
.mobile-navigation__pages .mobile-navigation__level-1 .mobile-navigation__item {
  cursor: pointer;
  margin-bottom: 0.9375rem;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
.mobile-navigation__pages .mobile-navigation__level-1 .mobile-navigation__item:last-child {
  margin-bottom: 0;
}
.mobile-navigation__pages .mobile-navigation__level-1 .mobile-navigation__item::before {
  content: none;
}
.mobile-navigation__pages .mobile-navigation__level-1 .mobile-navigation__become-customer-cta {
  font-size: inherit;
  font-weight: 400;
  display: block;
}
.mobile-navigation__pages .mobile-navigation__level-1 .navigation-item-wrapper::before {
  content: none;
}
.mobile-navigation__pages .mobile-navigation__level-1.hidden {
  transform: translateX(calc(-100% - 2 * 2rem));
}

.mobile-navigation__level-wrapper {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  overflow-y: auto;
}
.mobile-navigation__level-wrapper.slide-out-left {
  transform: translateX(calc(-100% - 2 * 2rem));
}
.mobile-navigation__level-wrapper.slide-in-left, .mobile-navigation__level-wrapper.slide-in-right {
  transform: translateX(0);
}
.mobile-navigation__level-wrapper.slide-out-right {
  transform: translateX(calc(100% + 2 * 2rem));
}

.mobile-navigation__level-3-child-wrapper,
.mobile-navigation__level-wrapper:not(.mobile-navigation__level-1) {
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .mobile-navigation__level-3-child-wrapper,
  .mobile-navigation__level-wrapper:not(.mobile-navigation__level-1) {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
.mobile-navigation__level-3-child-wrapper.hidden,
.mobile-navigation__level-wrapper:not(.mobile-navigation__level-1).hidden {
  transform: translateX(calc(100% + 2 * 2rem));
}

.mobile-navigation__level-2-wrapper,
.mobile-navigation__level-3-wrapper {
  top: 13.1875rem;
}

.mobile-navigation__level-2,
.mobile-navigation__level-3-child-wrapper {
  cursor: pointer;
  display: none;
}
.mobile-navigation__level-2.show,
.mobile-navigation__level-3-child-wrapper.show {
  display: block;
}
.mobile-navigation__level-2 .previous-page,
.mobile-navigation__level-3-child-wrapper .previous-page {
  display: flex;
  align-items: center;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.33;
  margin-bottom: 1.5rem;
  text-align: left;
}
.mobile-navigation__level-2 .previous-page::before,
.mobile-navigation__level-3-child-wrapper .previous-page::before {
  display: block;
  content: "";
  position: relative;
  background-image: var(--arrow-white);
  width: 1rem;
  height: 1rem;
  background-size: 1rem 1rem;
  margin-right: 0.5rem;
  transform: rotate(180deg);
  flex-shrink: 0;
}
.mobile-navigation__level-2 .navigation-item-wrapper,
.mobile-navigation__level-3-child-wrapper .navigation-item-wrapper {
  margin-bottom: 2rem;
}
.mobile-navigation__level-2 .navigation-item-wrapper::before,
.mobile-navigation__level-3-child-wrapper .navigation-item-wrapper::before {
  content: none;
}
.mobile-navigation__level-2 .navigation-item-wrapper:last-child,
.mobile-navigation__level-3-child-wrapper .navigation-item-wrapper:last-child {
  margin-bottom: 0;
}
.mobile-navigation__level-2 .navigation-item-wrapper .navigation-item,
.mobile-navigation__level-3-child-wrapper .navigation-item-wrapper .navigation-item {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 300;
  text-align: left;
}

.mobile-navigation__level-3-child-wrapper:not(.hidden) {
  display: block;
}
.mobile-navigation__level-3-child-wrapper.hidden {
  display: none;
  transform: translateX(calc(100% + 2 * 2rem));
}

.search-with-results.mobile-navigation-search {
  min-width: unset !important;
}
.search-with-results.mobile-navigation-search .input-container {
  height: 3rem;
}
.search-with-results.mobile-navigation-search .input-container .results-container {
  top: calc(3rem - 0.125rem);
}
.search-with-results.mobile-navigation-search .input-container .search-icon {
  width: 1.25rem;
  height: 1.25rem;
  background-image: var(--search-mobile-white);
  background-size: 1.25rem;
  position: absolute;
  float: right;
  right: 0.875rem;
  top: 0.875rem;
  display: block;
}

.header-search-mobile {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  max-height: 25rem;
  min-height: 12.5rem;
  width: 100%;
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  z-index: 10001;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  box-shadow: 2px 4px 40px 0 rgba(42, 55, 63, 0.05);
  padding: 1.125rem 2rem 1rem;
  overflow: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .header-search-mobile {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
.header-search-mobile__close {
  position: absolute;
  right: 2rem;
  top: 1.875rem;
  cursor: pointer;
}
.header-search-mobile.open {
  transform: translateY(0);
}
.header-search-mobile__wrapper {
  width: 100%;
  max-height: calc(25rem - 1rem);
}
.header-search-mobile__wrapper__inner {
  min-width: 13.75rem;
  max-width: calc(100% - 2 * 2rem - 1.5rem);
}
@media (min-width: 25.875rem) {
  .header-search-mobile__wrapper__inner {
    max-width: 19.375rem;
  }
}
.header-search-mobile__wrapper__inner .results-container {
  position: relative;
  top: -2px;
  padding-left: 1rem;
  width: 100%;
  border: 0.125rem solid #d5d7d9;
  border-top: none;
  max-height: 20rem;
  overflow-y: scroll;
  background-color: #ffffff;
}
.header-search-mobile__wrapper__inner .results-container.hidden {
  display: none;
}
.header-search-mobile__wrapper__inner .results-container::before {
  content: "";
  height: 0.125rem;
  background-color: #d5d7d9;
  position: fixed;
  width: 18.125rem;
}
.header-search-mobile__wrapper__inner .results-container .results {
  position: relative;
  top: 1.125rem;
}
.header-search-mobile__wrapper__inner .results-container .results-category {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.33;
  color: #20242a;
  cursor: pointer;
  margin-bottom: 0.5rem;
  padding: 0.375rem;
  background-color: #d5d7d9;
  display: inline-block;
  margin-right: 0.5rem;
}
.header-search-mobile__wrapper__inner .results-container .results-category.active {
  color: #ffffff;
  background-color: #20242a;
}
.header-search-mobile__wrapper__inner .results-container .results-items {
  margin-bottom: 1rem;
  display: none;
}
.header-search-mobile__wrapper__inner .results-container .results-items.active {
  display: initial;
}
.header-search-mobile__wrapper__inner .results-container .results-items .item {
  font-size: 1.125rem;
  line-height: 1.33;
  letter-spacing: normal;
}
.header-search-mobile__wrapper__inner .results-container .results-items .item > a {
  color: #20242a;
}
.header-search-mobile__wrapper__inner .results-container .results-items .item > a .search-pdf-icon {
  background-image: var(--pdf-red-medium-thin);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.375rem;
  position: relative;
  top: 0.1171875rem;
  display: inline-block;
}
.header-search-mobile__wrapper__inner .results-container .results-items .item:not(:last-of-type) {
  margin-bottom: 1rem;
}
.header-search-mobile__wrapper__inner .results-container .results-items .item::before {
  display: none;
}
.header-search-mobile__wrapper .blkb-input .search_lens_mobile {
  top: 0.75rem;
  right: 1rem;
}
.header-search-mobile__wrapper .blkb-input.form-input {
  width: 100%;
}
.header-search-mobile__wrapper .blkb-input.form-input .input-container {
  width: 100%;
}
.header-search-mobile__wrapper .blkb-input input {
  font-size: 1.125rem;
}
.header-search-mobile input:focus {
  border: 0.125rem solid #d5d7d9 !important;
}

html:has(.cookie-settings-modal[open]) {
  overflow: hidden;
}

.cookie-dialog-modal {
  border: transparent;
  max-width: 37.25rem;
  width: calc(100% - 2rem);
  background-color: #20242a;
  min-height: 7.4375rem;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 20000;
  padding: 2rem;
}
.cookie-dialog-modal .button {
  min-width: unset;
}

.cookie-dialog-content {
  display: flex;
  flex-direction: column;
}
.cookie-dialog-content-text {
  color: #ffffff;
  line-height: 1.33;
  margin-bottom: 2rem;
}
.cookie-dialog-content-text .heading {
  margin-bottom: 1rem;
  text-align: left;
}
.cookie-dialog-content-text .paragraph {
  text-align: left;
}
.cookie-dialog-content-text .blkb-fm-paragraph {
  margin-top: 1.5rem;
}
.cookie-dialog-content-button {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 48rem) {
  .cookie-dialog-content-button {
    justify-content: flex-end;
  }
}
.cookie-dialog-content-button .button-container {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
@media (min-width: 48rem) {
  .cookie-dialog-content-button .button-container {
    width: unset;
  }
}
.cookie-dialog-content .button-container-button {
  width: 120px;
}

.cookie-link {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}
.cookie-link:visited, .cookie-link:hover, .cookie-link:active {
  color: #ffffff;
}
.cookie-link-red {
  color: #ee000c;
  border-bottom: 1px solid #ee000c;
}
.cookie-link-red:visited, .cookie-link-red:hover, .cookie-link-red:active {
  color: #ee000c;
}

.cookie-settings-modal[open], .cookie-dialog-modal[open] {
  opacity: 1;
}

/* Closed state of the dialog   */
.cookie-settings-modal, .cookie-dialog-modal {
  opacity: 0;
}

.cookie-settings-modal::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.cookie-settings-modal[open]::backdrop {
  background-color: rgba(42, 55, 63, 0.6);
}

.cookie-settings-modal {
  background-color: #ffffff;
  z-index: 20002;
  border: transparent;
  border-radius: 2px;
  box-shadow: 0.125rem 0.25rem 2.5rem 0 rgba(42, 55, 63, 0.06);
  width: calc(100% - 2 * 2rem);
  overflow-y: auto;
  height: calc(100vh - 2 * 2rem);
  max-height: 50.5rem;
}
@media (min-width: 48rem) {
  .cookie-settings-modal {
    padding: 5rem 0;
    max-width: 72.5rem;
    max-height: 41.875rem;
  }
}
.cookie-settings-modal-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
}
.cookie-settings-modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4.6875rem 0.75rem 0.75rem;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 48rem) {
  .cookie-settings-modal-content {
    padding: unset;
  }
}
.cookie-settings-modal-content-title {
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  .cookie-settings-modal-content-title {
    margin-bottom: 2rem;
  }
}
.cookie-settings-modal-content p {
  width: 100%;
  max-width: 42.4375rem;
  text-align: center;
  line-height: 1.33;
}
.cookie-settings-modal-content p.intro-text-1 {
  margin-bottom: 1rem;
}
.cookie-settings-modal-content p.intro-text-2 {
  margin-bottom: 3.5rem;
}
.cookie-settings-modal-content-selections {
  position: relative;
  margin-top: 2.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
  position: relative;
}
@media (min-width: 48rem) {
  .cookie-settings-modal-content-selections {
    margin-top: 3.5rem;
  }
}
.cookie-settings-modal-content-selections .blkb-switch-wrapper:not(:last-child) {
  margin-bottom: 1.25rem;
}
.cookie-settings-modal-content-selections .blkb-switch-wrapper:has(input:focus) {
  outline: dashed 2px lightgrey;
  outline-offset: 5px;
}
.cookie-settings-modal-content-cta {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cookie-settings-modal-content-cta .button:first-child {
  margin-bottom: 1rem;
}
.cookie-settings-modal-content-cta .button {
  min-width: unset;
  width: 100%;
}
@media (min-width: 48rem) {
  .cookie-settings-modal-content-cta {
    flex-direction: row;
    margin-top: 3.5rem;
    justify-content: center;
  }
  .cookie-settings-modal-content-cta .button:first-child {
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
  .cookie-settings-modal-content-cta .button {
    width: initial;
    min-width: initial;
  }
}

.cookie-settings-modal-button {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
  width: 100%;
}
@media (min-width: 48rem) {
  .cookie-settings-modal-button {
    display: flex;
  }
  .cookie-settings-modal-button .button-container {
    width: 21.875rem;
  }
  .cookie-settings-modal-button .button-container .button {
    width: 21.875rem;
  }
}
@media (min-width: 48rem) {
  .cookie-settings-modal-button--centered {
    justify-content: center;
  }
}

.pension-calculator .plus-element {
  display: none !important;
}
@media (min-width: 48rem) {
  .pension-calculator {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 768px;
  }
}
@media (min-width: 64rem) {
  .pension-calculator {
    width: 100%;
  }
}
.pension-calculator__top-grid {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 3.5rem;
}
@media (min-width: 64rem) {
  .pension-calculator__top-grid {
    display: grid;
    grid-template-columns: minmax(350px, 2fr) minmax(500px, 3fr);
    margin-bottom: 4.625rem;
    grid-column-gap: 2.5rem;
  }
  .pension-calculator__top-grid > div {
    width: 100%;
  }
}
.pension-calculator__top-grid .grid-title {
  font-size: 1.25rem;
  font-weight: 900;
  color: #20242a;
  margin-bottom: 2.5rem;
}
.pension-calculator__inputs {
  width: 100%;
}
@media (min-width: 48rem) {
  .pension-calculator__inputs {
    grid-area: top;
    width: 44rem;
  }
}
@media (min-width: 64rem) {
  .pension-calculator__inputs {
    grid-area: unset;
    width: 100%;
  }
}
.pension-calculator__inputs__wrapper {
  margin-bottom: 3rem;
}
@media (min-width: 48rem) {
  .pension-calculator__inputs__wrapper {
    margin-bottom: 3rem;
  }
}
@media (min-width: 64rem) {
  .pension-calculator__inputs__wrapper {
    margin-bottom: 0;
  }
}
.pension-calculator__inputs__wrapper__input {
  position: relative;
  display: flex;
}
.pension-calculator__inputs__wrapper__input:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
.pension-calculator__inputs__wrapper .form-selection-label {
  color: #20242a;
}
.pension-calculator__inputs__wrapper .currency-input-slider-wrapper, .pension-calculator__inputs__wrapper .year-input-slider-wrapper {
  margin-right: 1rem;
  flex-grow: 1;
}
.pension-calculator__inputs__wrapper .currency-input-slider-wrapper .blkb-currency-input, .pension-calculator__inputs__wrapper .currency-input-slider-wrapper .blkb-input,
.pension-calculator__inputs__wrapper .currency-input-slider-wrapper .blkb-input .input-container,
.pension-calculator__inputs__wrapper .currency-input-slider-wrapper .blkb-currency-input .input-container, .pension-calculator__inputs__wrapper .year-input-slider-wrapper .blkb-currency-input, .pension-calculator__inputs__wrapper .year-input-slider-wrapper .blkb-input,
.pension-calculator__inputs__wrapper .year-input-slider-wrapper .blkb-input .input-container,
.pension-calculator__inputs__wrapper .year-input-slider-wrapper .blkb-currency-input .input-container {
  width: 100%;
}
.pension-calculator__inputs__wrapper .currency-input-slider-wrapper .number-slider, .pension-calculator__inputs__wrapper .year-input-slider-wrapper .number-slider {
  margin-top: 0.25rem;
}
.pension-calculator__radio-button-input-wrapper {
  display: flex;
  flex-direction: row;
}
.pension-calculator__radio-button-input-wrapper .blkb-radio-group:last-child {
  margin-left: 1rem;
}
.pension-calculator__chart-section {
  position: relative;
}
.pension-calculator__chart-section__possible-worth-accordion {
  overflow: hidden;
  padding: 1rem;
  position: absolute;
  max-width: 19.6875rem;
  width: 100%;
  box-shadow: 2px 4px 40px 0 rgba(42, 55, 63, 0.06);
  background-color: #ffffff;
  z-index: 1;
  border-top: 0.125rem solid #2C5969;
  display: grid;
  max-height: 6.75rem;
  transition: max-height 300ms ease;
}
.pension-calculator__chart-section__possible-worth-accordion--open {
  max-height: 100%;
}
.pension-calculator__chart-section__possible-worth-accordion__content__element:not(:last-child) {
  margin-bottom: 1rem;
}
.pension-calculator__chart-section__possible-worth-accordion__content__element__title {
  margin-bottom: 0.25rem;
}
.pension-calculator__chart-section__possible-worth-accordion__content__element__text {
  margin-bottom: 0.5rem;
}
.pension-calculator__chart-section__possible-worth-accordion__button {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  bottom: 0;
}
.pension-calculator__chart-section__possible-worth-accordion__button__chevron-wrapper {
  display: flex;
  flex-direction: row;
  height: 2.5625rem;
  background-color: #ffffff;
  padding-right: 0.5rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (min-width: 20.125rem) {
  .pension-calculator__chart-section__possible-worth-accordion__button__chevron-wrapper {
    padding-right: 1rem;
  }
}
.pension-calculator__chart-section__possible-worth-accordion__button__chevron-wrapper--open .pension-calculator__chart-section__possible-worth-accordion__button__chevron {
  transform: rotate3d(1, 0, 0, 180deg);
}
.pension-calculator__chart-section__possible-worth-accordion__button__label {
  padding-right: 0.5rem;
  font-weight: 650;
  color: #ee000c;
  font-size: 0.75rem;
  text-align: center;
  min-width: 4.375rem;
  width: auto;
}
@media (min-width: 25.875rem) {
  .pension-calculator__chart-section__possible-worth-accordion__button__label {
    font-size: 0.875rem;
    width: unset;
  }
}
.pension-calculator__chart-section__possible-worth-accordion__button__chevron {
  width: 1rem;
  height: 0.5625rem;
  transform: rotate3d(1, 0, 0, 0);
  transition: transform 300ms ease;
}
.pension-calculator__chart-section__stacked-column-graph__legend {
  margin-top: 1rem;
  margin-left: unset;
  display: flex;
  flex-direction: column;
}
@media (min-width: 48rem) {
  .pension-calculator__chart-section__stacked-column-graph__legend {
    flex-direction: row;
  }
}
@media (min-width: 64rem) {
  .pension-calculator__chart-section__stacked-column-graph__legend {
    margin-left: 2.5rem;
  }
}
.pension-calculator__chart-section__stacked-column-graph__legend .legend-entry-wrapper .legend-row {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
  align-items: center;
  margin-bottom: 0.75rem;
}
@media (min-width: 48rem) {
  .pension-calculator__chart-section__stacked-column-graph__legend .legend-entry-wrapper .legend-row {
    margin-bottom: unset;
  }
}
.pension-calculator__chart-section__stacked-column-graph__legend .legend-entry-wrapper .legend-row .square-color {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  flex-shrink: 0;
}
.pension-calculator__chart-section__stacked-column-graph__legend .legend-entry-wrapper .legend-row .legend-value {
  font-size: 1rem;
  color: #20242a;
}
.pension-calculator__chart-section__stacked-column-graph__legend #pillar3aInvestment-legend .square-color {
  background-color: #e87c78;
}
.pension-calculator__chart-section__stacked-column-graph__legend #yearlyContribution-legend .square-color {
  background-color: #2C5969;
}
.pension-calculator__chart-section__stacked-column-graph__legend #possibleReturn-legend .square-color {
  background-color: #586038;
}
.pension-calculator__chart-section__stacked-column-graph-tracking-results {
  display: none;
}
.pension-calculator .risk-tolerance {
  width: 100%;
  margin-bottom: 3rem;
}
.pension-calculator .calculator-notes {
  font-size: 0.75rem;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 48rem) {
  .pension-calculator .calculator-notes {
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 64rem) {
  .pension-calculator .calculator-notes {
    margin-bottom: 9rem;
  }
}

.calculator-info-box-anchor {
  width: 100%;
  display: flex;
  justify-content: center;
}

.calculator-info-box {
  background-color: #ffffff;
  padding: 1.5rem 2rem 2.5rem 2rem;
  box-shadow: 2px 4px 40px 0 rgba(42, 55, 63, 0.06);
  color: #20242a;
  display: none;
}
.calculator-info-box.show {
  display: block;
}
.calculator-info-box.margin-bottom {
  margin-bottom: 3rem;
}
@media (min-width: 48rem) {
  .calculator-info-box.margin-bottom {
    margin-bottom: 5rem;
  }
}
@media (min-width: 64rem) {
  .calculator-info-box.margin-bottom {
    margin-bottom: 6.5rem;
  }
}
.calculator-info-box:hover {
  transform: scale(1.06);
}
.calculator-info-box:hover .calculator-info-box__content__wrapper {
  transform: scale(0.9434);
}
.calculator-info-box:hover .calculator-info-box__content__wrapper .arrow-image {
  animation: arrow-transition 0.25s ease 0s 1 normal forwards;
  -webkit-animation: arrow-transition 0.25s ease 0s 1 normal forwards; /* Safari 4.0 - 8.0 */
}
.calculator-info-box:hover .calculator-info-box__content__wrapper .arrow-link-image {
  animation: arrow-link-transition 0.25s ease 0s 1 normal forwards;
  -webkit-animation: arrow-link-transition 0.25s ease 0s 1 normal forwards; /* Safari 4.0 - 8.0 */
}
.calculator-info-box:hover .calculator-info-box__content__wrapper .arrow-text-link-container {
  color: #b80009;
}
@media (min-width: 48rem) {
  .calculator-info-box {
    width: 44rem;
    justify-content: center;
  }
  .calculator-info-box.show {
    display: flex;
  }
}
@media (min-width: 64rem) {
  .calculator-info-box {
    min-width: 60rem;
    width: 100%;
    max-width: 72.5rem;
  }
  .calculator-info-box.show {
    display: block;
  }
}
.calculator-info-box__content {
  margin-bottom: 1.5rem;
}
.calculator-info-box__content .info-texts {
  margin-bottom: 1.5rem;
}
.calculator-info-box__content .info-texts-wrapper {
  display: flex;
}
.calculator-info-box__content .info-texts-wrapper:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.calculator-info-box__content .info-texts-wrapper .info-text-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem;
  margin-right: 9px;
  flex-shrink: 0;
  background-repeat: no-repeat;
}
.calculator-info-box__content .info-texts-wrapper .info-text-icon.ok {
  background-image: var(--tick-red);
}
.calculator-info-box__content .info-texts-wrapper .info-text-icon.nok {
  background-image: var(--info);
}
.calculator-info-box__content .info-texts-wrapper .info-text {
  line-height: 1.33;
}
.calculator-info-box .pre-title {
  display: none;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}
.calculator-info-box .title {
  display: flex;
  flex-direction: column;
}
@media (min-width: 48rem) {
  .calculator-info-box .title {
    flex-direction: row;
  }
}
.calculator-info-box .title .icon {
  filter: grayscale(1) contrast(2);
  background-image: var(--house);
  width: 3rem;
  height: 3rem;
  background-size: 3rem;
  position: relative;
  left: -0.5rem;
  flex-shrink: 0;
  margin-bottom: 0.5rem;
}
@media (min-width: 48rem) {
  .calculator-info-box .title .icon {
    margin-bottom: unset;
  }
}
.calculator-info-box .title h3 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
@media (min-width: 48rem) {
  .calculator-info-box .title h3 {
    font-size: 2.5rem;
  }
}
.calculator-info-box .cta-wrapper .cta-text {
  font-weight: 900;
  margin-bottom: 2rem;
}
.calculator-info-box .cta-wrapper .arrow-text-link-container {
  color: #ee000c;
}
.calculator-info-box .cta-wrapper .arrow-text-link-container .button-label {
  width: 150px;
}
@media (min-width: 25.875rem) {
  .calculator-info-box .cta-wrapper .arrow-text-link-container .button-label {
    width: unset;
  }
}
.calculator-info-box .icon-right {
  display: none;
}
.calculator-info-box.investment-calc .pre-title, .calculator-info-box.pension-calc .pre-title {
  display: block;
  margin-top: 0.5rem;
  line-height: 1.5rem;
}
.calculator-info-box.investment-calc .title, .calculator-info-box.pension-calc .title {
  margin-bottom: 0.5rem;
}
.calculator-info-box.investment-calc .title .icon, .calculator-info-box.pension-calc .title .icon {
  display: none;
}
.calculator-info-box.investment-calc .info-text-and-icon, .calculator-info-box.pension-calc .info-text-and-icon {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 48rem) {
  .calculator-info-box.investment-calc .info-text-and-icon, .calculator-info-box.pension-calc .info-text-and-icon {
    flex-direction: row;
    margin-bottom: 2.5rem;
  }
}
.calculator-info-box.investment-calc .info-text-and-icon .info-text, .calculator-info-box.pension-calc .info-text-and-icon .info-text {
  max-width: 42.5rem;
}
.calculator-info-box.investment-calc .info-text-and-icon .info-text__content, .calculator-info-box.pension-calc .info-text-and-icon .info-text__content {
  margin-bottom: 1rem;
}
.calculator-info-box.investment-calc .cta-wrapper .cta-text, .calculator-info-box.pension-calc .cta-wrapper .cta-text {
  display: none;
}
.calculator-info-box.investment-calc .cta-wrapper .arrow-text-link-container, .calculator-info-box.pension-calc .cta-wrapper .arrow-text-link-container {
  color: #ee000c;
}
.calculator-info-box.investment-calc .calculator-info-box__content__wrapper, .calculator-info-box.pension-calc .calculator-info-box__content__wrapper {
  position: relative;
}
.calculator-info-box.investment-calc .icon-right, .calculator-info-box.pension-calc .icon-right {
  display: none;
  margin-right: 0;
  margin-top: 0;
  height: 8rem;
  width: 8rem;
  flex-shrink: 0;
  background-repeat: no-repeat;
}
@media (min-width: 48rem) {
  .calculator-info-box.investment-calc .icon-right, .calculator-info-box.pension-calc .icon-right {
    margin-top: -4.5rem;
  }
}
@media (min-width: 64rem) {
  .calculator-info-box.investment-calc .icon-right, .calculator-info-box.pension-calc .icon-right {
    margin-right: 3rem;
  }
}
.calculator-info-box.investment-calc .icon-right.income, .calculator-info-box.pension-calc .icon-right.income {
  background-image: var(--investment-calc-piggy-bank);
}
.calculator-info-box.investment-calc .icon-right.balanced, .calculator-info-box.pension-calc .icon-right.balanced {
  background-image: var(--investment-calc-notes);
}
.calculator-info-box.investment-calc .icon-right.stock, .calculator-info-box.pension-calc .icon-right.stock {
  background-image: var(--investment-calc-rising-stocks);
}
.calculator-info-box.investment-calc .icon-right.valueGrowth, .calculator-info-box.pension-calc .icon-right.valueGrowth {
  background-image: var(--investment-calc-money-bag);
}

.legal-disclaimer-modal-wrapper.hidden {
  display: none;
}
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(42, 55, 63, 0.6);
  z-index: 19000;
}
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2 * 2rem);
  height: calc(100vh - 2 * 2rem);
  max-height: 50.5rem;
  overflow-y: auto;
  padding: 4.6875rem 0.75rem 0.75rem;
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0.125rem 0.25rem 2.5rem 0 rgba(42, 55, 63, 0.06);
}
@media (min-width: 48rem) {
  .legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal {
    padding: 5rem 0;
    max-width: 72.5rem;
    max-height: 41.875rem;
  }
}
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
}
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-title {
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  .legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-title {
    margin-bottom: 2rem;
  }
}
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper {
  max-width: 42.4375rem;
  width: 100%;
  /**
    * https://stackoverflow.com/a/26245056
   */
}
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media (min-width: 48rem) {
  .legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper:not(.full-width) {
    max-width: 46.5rem;
  }
}
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper p:has(+ h2),
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper ul:has(+ h2),
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper ol:has(+ h2) {
  margin-bottom: 2.5rem;
}
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper p:has(+ h3),
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper ul:has(+ h3),
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper ol:has(+ h3) {
  margin-bottom: 2rem;
}
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper p:has(+ h4),
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper ul:has(+ h4),
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper ol:has(+ h4) {
  margin-bottom: 1.5rem;
}
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper p:has(+ h5, + h6),
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper ul:has(+ h5, + h6),
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper ol:has(+ h5, + h6) {
  margin-bottom: 1.25rem;
}
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper h2:not(.section-title),
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper h3,
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper h4,
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper h5,
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper h6 {
  margin-bottom: 0.5rem;
}
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper p,
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper a,
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper ul,
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper ol,
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper li {
  margin-bottom: 1rem;
}
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper ol > li:before {
  white-space: nowrap;
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper li ol {
  margin-top: 0.5rem;
}
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper li ol > li {
  margin: 0;
}
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper li ol > li:before {
  content: counters(item, ".") " ";
}
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper img {
  max-width: 100%;
}
@media (min-width: 48rem) {
  .legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 42.5rem;
  }
}
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper a {
  text-decoration: underline;
  text-underline-offset: 0.09375rem;
  color: #ee000c;
}
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper a,
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-text-container .legal-disclaimer-modal-text-content-wrapper p {
  line-height: 1.36;
}
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-button-container {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-button-container .button:first-child {
  margin-bottom: 1rem;
}
.legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-button-container .button {
  min-width: unset;
  width: 100%;
}
@media (min-width: 48rem) {
  .legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-button-container {
    flex-direction: row;
    margin-top: 3.5rem;
    justify-content: center;
  }
  .legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-button-container .button:first-child {
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
  .legal-disclaimer-modal-wrapper .legal-disclaimer-modal-overlay .legal-disclaimer-modal .legal-disclaimer-modal-button-container .button {
    width: initial;
    min-width: initial;
  }
}

.cke_editable {
  margin: 1.5rem;
  width: 100%;
  /**
    * https://stackoverflow.com/a/26245056
   */
}
.cke_editable:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media (min-width: 48rem) {
  .cke_editable {
    margin-left: auto;
    margin-right: auto;
  }
  .cke_editable:not(.full-width) {
    max-width: 46.5rem;
  }
}
.cke_editable p:has(+ h2),
.cke_editable ul:has(+ h2),
.cke_editable ol:has(+ h2) {
  margin-bottom: 2.5rem;
}
.cke_editable p:has(+ h3),
.cke_editable ul:has(+ h3),
.cke_editable ol:has(+ h3) {
  margin-bottom: 2rem;
}
.cke_editable p:has(+ h4),
.cke_editable ul:has(+ h4),
.cke_editable ol:has(+ h4) {
  margin-bottom: 1.5rem;
}
.cke_editable p:has(+ h5, + h6),
.cke_editable ul:has(+ h5, + h6),
.cke_editable ol:has(+ h5, + h6) {
  margin-bottom: 1.25rem;
}
.cke_editable h2:not(.section-title),
.cke_editable h3,
.cke_editable h4,
.cke_editable h5,
.cke_editable h6 {
  margin-bottom: 0.5rem;
}
.cke_editable p,
.cke_editable a,
.cke_editable ul,
.cke_editable ol,
.cke_editable li {
  margin-bottom: 1rem;
}
.cke_editable ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.cke_editable ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.cke_editable ol > li:before {
  white-space: nowrap;
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.cke_editable li ol {
  margin-top: 0.5rem;
}
.cke_editable li ol > li {
  margin: 0;
}
.cke_editable li ol > li:before {
  content: counters(item, ".") " ";
}
.cke_editable img {
  max-width: 100%;
}
@media (min-width: 48rem) {
  .cke_editable img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 42.5rem;
  }
}
.cke_editable a {
  text-decoration: underline;
  text-underline-offset: 0.09375rem;
  color: #ee000c;
}
.cke_editable a,
.cke_editable p {
  line-height: 1.36;
}

.cke_panel_list li::before {
  width: 0;
  height: 0;
  margin: 0;
}

.skip-link-navigation {
  position: fixed;
  z-index: 20000;
  padding: 0.5rem 1rem;
  color: white;
  transform: translateY(-6rem);
  opacity: 0;
  top: 2rem;
  left: 2.5rem;
  background-color: #20242a;
  transition: transform 0.3s;
}
.skip-link-navigation:focus {
  transform: translateY(0);
  opacity: 1;
  outline: 2px dashed #939ca1;
}
@media (prefers-reduced-motion: no-preference) {
  .skip-link-navigation {
    transition-property: transform;
  }
}

.search-results-page {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.search-results-page__input-wrapper {
  width: 100%;
  margin-bottom: 7rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.search-results-page__results-container {
  margin-top: 3.5rem;
  max-width: 42.5rem;
  width: 100%;
}
.search-results-page__results-container__categories {
  margin-bottom: 2rem;
}
@media (min-width: 48rem) {
  .search-results-page__results-container__categories {
    margin-bottom: 3.5rem;
  }
}
.search-results-page__results-container__categories__category {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.67;
  color: #20242a;
  cursor: pointer;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  background-color: #d5d7d9;
  display: inline-block;
  margin-right: 1rem;
}
.search-results-page__results-container__categories__category.active {
  color: #ffffff;
  background-color: #20242a;
}
.search-results-page__results-container__results {
  display: none;
}
.search-results-page__results-container__results.active {
  display: initial;
}
.search-results-page__results-container__results__item {
  position: relative;
  padding-bottom: 1rem;
}
.search-results-page__results-container__results__item:not(:first-of-type) {
  margin-top: 2rem;
}
.search-results-page__results-container__results__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #d5d7d9;
}
.search-results-page__results-container__results__item__name {
  margin-bottom: 1rem;
}
.search-results-page__results-container__results__item__description {
  font-size: 1.125rem;
  line-height: 1.33;
  letter-spacing: normal;
  color: #20242a;
  margin-bottom: 1.5rem;
}
.search-results-page__no-results {
  max-width: 100%;
  text-align: center;
  font-size: 1.5rem;
}
@media (min-width: 64rem) {
  .search-results-page__no-results {
    max-width: 57.5rem;
  }
}
.search-results-page__no-results a {
  font-size: 1.5rem;
}
.search-results-page__no-results .no-results-title {
  margin-bottom: 3.5rem;
}
.search-results-page__no-results .no-results-message-container {
  margin-bottom: 7rem;
}
.search-results-page__no-results .no-results-icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-top: 3.5rem;
}
.search-results-page__no-results .no-results-icon-container .no-results-icon {
  width: 4.375rem;
  height: 4.6875rem;
  background-image: var(--search-no-results);
  background-size: contain;
  background-repeat: no-repeat;
}
.search-results-page .no-results-button.hidden, .search-results-page .no-results-button-outside.hidden, .search-results-page .search-results-page__no-results.hidden,
.search-results-page .search-results-page__results-container.hidden, .search-results-page .search-results-page-title.hidden, .search-results-page .no-results-message.hidden, .search-results-page .no-results-title.hidden, .search-results-page .results-container.hidden {
  display: none;
}
.search-results-page .button-container {
  margin-top: 3.5rem;
}
.search-results-page .button-container.hidden {
  display: none;
}
.search-results-page .results-container {
  padding-bottom: 0.5rem !important;
}
.search-results-page .button-container {
  width: 100%;
}
@media (min-width: 25.875rem) {
  .search-results-page .button-container {
    width: unset;
  }
}
.search-results-page .button-container .button {
  width: 100%;
}
@media (min-width: 25.875rem) {
  .search-results-page .button-container .button {
    width: unset;
  }
}

.card-pdp .card-text-large p, .card-pdp .card-text-large ul, .card-pdp .card-text-large ol, .card-pdp .card-text-large a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.branches h1 {
  margin-bottom: 3.5rem;
}
.branches__filter {
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
}
.branches__filter-top {
  order: 2;
  margin-bottom: 2.5rem;
  display: block;
}
.branches__filter-top.type-filter {
  display: flex;
  flex-direction: column;
}
.branches__filter-top.type-filter.mobile-margin-top {
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (min-width: 64rem) {
  .branches__filter-top.type-filter.mobile-margin-top {
    margin-top: 0;
    margin-bottom: 3rem;
  }
}
.branches__filter-top.hide-mobile {
  display: none;
}
@media (min-width: 64rem) {
  .branches__filter-top.hide-mobile {
    display: flex;
  }
}
.branches__filter-top .blkb-checkbox {
  margin-right: 2.5rem;
  margin-bottom: 1rem;
}
.branches__filter-top .blkb-checkbox:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 64rem) {
  .branches__filter-top .blkb-checkbox:not(:last-of-type) {
    margin-bottom: unset;
  }
}
@media (min-width: 64rem) {
  .branches__filter-top {
    order: 1;
  }
  .branches__filter-top.type-filter {
    flex-direction: row;
  }
  .branches__filter-top.type-filter .blkb-checkbox {
    margin-bottom: 0;
  }
}
.branches__filter-bottom {
  display: flex;
  flex-direction: column;
  order: 1;
  margin-bottom: 0;
}
.branches__filter-bottom .map-search {
  margin-bottom: 2rem;
}
.branches__filter-bottom .filter {
  color: #ee000c;
  font-weight: 900;
  cursor: pointer;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  align-self: center;
}
.branches__filter-bottom .filter.selected {
  display: none;
}
@media (min-width: 64rem) {
  .branches__filter-bottom .filter {
    display: none;
  }
}
.branches__filter-bottom .filter__icon {
  background-image: var(--filter);
  width: 15px;
  height: 1.125rem;
  margin-right: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  background-size: 15px 1.125rem;
}
@media (min-width: 64rem) {
  .branches__filter-bottom {
    order: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2.5rem;
    margin-bottom: unset;
  }
}
.branches__filter-bottom .blkb-dropdown-checkbox.hide-mobile {
  display: none;
}
@media (min-width: 64rem) {
  .branches__filter-bottom .blkb-dropdown-checkbox.hide-mobile {
    display: block;
  }
}
.branches-map-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 64rem) {
  .branches-map-wrapper {
    height: 40.4375rem;
    flex-direction: row;
  }
}
.branches-list {
  order: 2;
  width: 100%;
}
.branches-list-web {
  flex-shrink: 0;
  display: none;
}
@media (min-width: 64rem) {
  .branches-list-web {
    order: 1;
    height: 100%;
    width: 23rem;
    box-shadow: 2px 4px 40px 0 rgba(42, 55, 63, 0.06);
    background-color: #ffffff;
    padding: 0 1rem 0 1.5rem;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
  }
  .branches-list-web::-webkit-scrollbar {
    width: 1rem;
  }
  .branches-list-web::-webkit-scrollbar-track {
    background-color: rgba(42, 55, 63, 0.02);
    background-clip: padding-box;
  }
  .branches-list-web::-webkit-scrollbar-thumb {
    width: 0.5rem;
    border-left: 0.25rem solid rgba(0, 0, 0, 0);
    border-right: 0.25rem solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    background-color: #20242a;
    border-radius: 1.25rem;
  }
}
.branches-list-web .branches-list__item {
  cursor: pointer;
  position: relative;
  padding-top: 1rem;
}
.branches-list-web .branches-list__item:not(:last-of-type), .branches-list-web .branches-list__item:only-child {
  padding-bottom: 1rem;
  border-bottom: 2px solid #d5d7d9;
}
.branches-list-web .branches-list__item:first-child {
  padding-top: 1.5rem;
}
.branches-list-web .branches-list__item:last-of-type {
  border-bottom: none;
  margin-bottom: 1rem;
}
.branches-list-web .branches-list__item:last-of-type .arrow-text-link-container {
  bottom: 0;
}
.branches-list-web .branches-list__item.no-result-item {
  border-bottom: none;
  cursor: auto;
}
.branches-list-web .branches-list__item.no-result-item * {
  cursor: auto;
}
.branches-list-web .branches-list__item.no-result-item .branches-list__item {
  padding: 0;
}
.branches-list-web .branches-list__item.active::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  bottom: 0;
  top: 0;
  width: 0.5rem;
  background-color: #ee000c;
}
.branches-list-web .branches-list__item__image {
  display: block;
  width: 8.8125rem;
  height: 5.4375rem;
  position: absolute;
  right: 0;
  top: 1rem;
  background-size: 8.8125rem 5.4375rem;
}
.branches-list-web .branches-list__item__image.first {
  top: 1.5rem;
}
.branches-list-web .branches-list__item__name {
  max-width: 10.1875rem;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.33;
  color: #20242a;
  margin-bottom: 0.5rem;
}
.branches-list-web .branches-list__item__details {
  display: flex;
  flex-direction: column;
}
.branches-list-web .branches-list__item__details__left, .branches-list-web .branches-list__item__details__right {
  margin-bottom: unset;
  display: flex;
  flex-direction: column;
}
.branches-list-web .branches-list__item__details__address p, .branches-list-web .branches-list__item__details__phone, .branches-list-web .branches-list__item__details__opening-hours p {
  font-size: 0.75rem;
  line-height: 1.67;
  color: #20242a;
}
.branches-list-web .branches-list__item__details.opening-hours {
  max-width: 72%;
}
.branches-list-web .branches-list__item__details__phone {
  margin-bottom: 0.5rem;
}
.branches-list-web .branches-list__item.no-image .branches-list__item__name {
  max-width: unset;
}
.branches-list-web .branches-list__item.no-image .branches-list__item__details {
  display: flex;
  margin-bottom: 1.5rem;
  flex-direction: row;
}
.branches-list-web .branches-list__item.no-image .branches-list__item__details__left {
  margin-right: 1.125rem;
}
.branches-list-web .branches-list__item.no-image .arrow-text-link-container {
  left: 0;
  position: relative;
  bottom: unset;
}
.branches-list-web .branches-list__item-ATM .branches-list__item__details {
  flex-direction: column !important;
  margin-bottom: 0 !important;
}
.branches-list-web .branches-list__item .arrow-text-link-container {
  position: absolute;
  bottom: 1rem;
  right: 0;
  margin-bottom: 0;
}
.branches-list-mobile-wrapper {
  order: 2;
  display: block;
  max-width: 25.875rem;
  width: 100%;
  align-self: center;
}
.branches-list-mobile-wrapper .branches-list-mobile .branches-list__item {
  position: relative;
  border-bottom: 2px solid #d5d7d9;
}
.branches-list-mobile-wrapper .branches-list-mobile .branches-list__item:not(:first-of-type) {
  padding-top: 1.5rem;
}
.branches-list-mobile-wrapper .branches-list-mobile .branches-list__item.no-result-item {
  border-bottom: none;
}
.branches-list-mobile-wrapper .branches-list-mobile .branches-list__item__image {
  display: none;
}
.branches-list-mobile-wrapper .branches-list-mobile .branches-list__item__name {
  margin-bottom: 1rem;
}
.branches-list-mobile-wrapper .branches-list-mobile .branches-list__item__details__left {
  margin-bottom: 1rem;
}
.branches-list-mobile-wrapper .branches-list-mobile .branches-list__item__details__right {
  margin-bottom: 1.5rem;
}
.branches-list-mobile-wrapper .branches-list-mobile .arrow-text-link-container {
  margin-bottom: 2rem;
}
.branches-list-mobile-wrapper .button {
  margin-top: 2rem;
}
.branches-list-mobile-wrapper .show-all {
  display: none;
}
@media (min-width: 64rem) {
  .branches-list-mobile-wrapper {
    display: none;
  }
}
.branches .map {
  order: 1;
  height: 25rem;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: 2rem;
}
@media (min-width: 64rem) {
  .branches .map {
    margin: unset;
    order: 2;
    height: 100%;
    width: 100%;
    max-width: 50rem;
  }
}

.account-pdp .account-text-large p, .account-pdp .account-text-large ul, .account-pdp .account-text-large ol, .account-pdp .account-text-large a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.news-article-stage-image-wrapper {
  position: relative;
  width: 100%;
  height: 19rem;
  margin-bottom: 2rem;
}
@media (min-width: 48rem) {
  .news-article-stage-image-wrapper {
    height: 25rem;
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 64rem) {
  .news-article-stage-image-wrapper {
    height: 31rem;
  }
}

.news-article-stage-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-article-stage-image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(74deg, rgba(42, 55, 63, 0.58) -2%, rgba(42, 55, 63, 0) 59%);
}

.news-article {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 96rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1rem;
}
.news-article p {
  margin-bottom: 1rem;
}
.news-article p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 25.875rem) {
  .news-article {
    padding: 0 2rem;
  }
}
.news-article-edit-mode {
  margin-bottom: 1rem;
}
.news-article-back {
  position: absolute;
  display: none;
  font-weight: 900;
  min-height: 1.5rem;
}
@media (min-width: 48rem) {
  .news-article-back {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    top: -3rem;
    left: calc(50% - 21.25rem);
  }
}
@media (min-width: 77.5rem) {
  .news-article-back {
    top: 1rem;
    left: -7.8125rem;
  }
}
.news-article-back-arrow {
  height: 0.75rem;
  transform: rotate3d(0, 1, 0, 180deg);
  margin-top: -0.125rem;
  margin-right: 0.5rem;
}
.news-article-title {
  position: relative;
  text-align: center;
}
@media (min-width: 48rem) {
  .news-article-title {
    width: 100%;
    max-width: 57.375rem;
    margin-top: 3.5rem;
  }
}
@media (min-width: 77.5rem) {
  .news-article-title {
    margin-top: 0;
  }
}
.news-article-content {
  width: 100%;
  max-width: 42.5rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 48rem) {
  .news-article-content {
    margin-top: 3.25rem;
  }
}
.news-article-content-location-date {
  width: 100%;
  text-align: left;
}
.news-article-content-blog-date {
  align-self: flex-start;
}
.news-article-content-teaser {
  margin-top: 0.5rem;
}
@media (min-width: 48rem) {
  .news-article-content-teaser {
    margin-top: 1rem;
  }
}
.news-article-content-text {
  margin-top: 1rem;
  max-width: 100%;
}
.news-article-content-text img {
  max-width: 100%;
}
.news-article-content-text p {
  white-space: pre-line;
}
.news-article-downloads {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
  width: 100%;
}
@media (min-width: 48rem) {
  .news-article-downloads {
    margin-top: 6rem;
  }
}
.news-article-downloads-header {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 48rem) {
  .news-article-downloads-header {
    margin-bottom: 3.25rem;
  }
}
.news-article-downloads-download {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: black;
}
.news-article-downloads-download-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.news-article-downloads-download:not(:last-child) {
  margin-bottom: 1.125rem;
}
.news-article .call-to-action-banner {
  margin-top: 3rem;
}
@media (min-width: 48rem) {
  .news-article .call-to-action-banner {
    margin-top: 6rem;
  }
}
@media (max-width: 414px) {
  .news-article .component-spacing {
    padding: 0;
  }
}

.news-article-share {
  width: 100%;
  max-width: 42.5rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 25.875rem) {
  .news-article-share {
    flex-direction: row;
  }
}
.news-article-share-label {
  margin-right: 0;
  margin-bottom: 0.5rem;
  flex-shrink: 0;
}
@media (min-width: 25.875rem) {
  .news-article-share-label {
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
.news-article-share-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.news-article-share-buttons > a:not(:last-child) {
  margin-right: 1.5rem;
}
.news-article-share-button {
  width: 1.625rem;
  height: 1.625rem;
}
.news-article-video {
  width: 100%;
  max-width: 42.5rem;
  margin-top: 3rem;
}
@media (min-width: 48rem) {
  .news-article-video {
    margin-top: 5rem;
  }
}
@media (min-width: 64rem) {
  .news-article-video {
    margin-top: 8rem;
  }
}
.news-article-video .component {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.news-article .blog-article-bottom-buttons {
  max-width: 42.5rem;
  padding-inline: unset;
  margin-top: 3rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 0.75rem;
}
@media (min-width: 48rem) {
  .news-article .blog-article-bottom-buttons {
    margin-top: 5rem;
    margin-bottom: 5rem;
    gap: 3rem;
  }
}
@media (min-width: 64rem) {
  .news-article .blog-article-bottom-buttons {
    margin-top: 8rem;
    margin-bottom: 8rem;
    gap: 3rem;
  }
}

.news-overview-title-desktop {
  display: none;
}
@media (min-width: 64rem) {
  .news-overview-title-desktop {
    display: flex;
  }
}
.news-overview-title-mobile {
  display: flex;
}
@media (min-width: 64rem) {
  .news-overview-title-mobile {
    display: none;
  }
}
.news-overview-teaser {
  width: 100%;
  margin-bottom: calc(5rem + 1.5rem);
  list-style: none;
}
@media (min-width: 48rem) {
  .news-overview-teaser {
    margin-bottom: calc(5rem + 1.5rem);
  }
}
@media (min-width: 64rem) {
  .news-overview-teaser {
    margin-bottom: 8rem;
  }
}
.news-overview-teaser-card {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f7f8fa;
  transition: background-color 0.25s ease-in-out;
}
.news-overview-teaser-card:focus-within {
  outline: none;
  outline: 2px solid rgba(255, 0, 0, 0.5);
  outline-offset: 0px;
  box-shadow: 0 0 4px 2px rgba(255, 0, 0, 0.5);
  -webkit-tap-highlight-color: transparent;
}
.news-overview-teaser-card:focus-within a:focus, .news-overview-teaser-card:focus-within .news-overview-teaser-card-text-link:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
.news-overview-teaser-card::before {
  content: none;
}
.news-overview-teaser-card:hover {
  transition: background-color 0.25s ease-in-out;
  background-color: #FBECDE;
}
.news-overview-teaser-card:hover .arrow-text-link-container {
  color: #b80009;
}
.news-overview-teaser-card:hover .arrow-text-link-container .icon {
  transform: translateX(4px);
}
.news-overview-teaser-card:hover .arrow-text-link-container .icon g {
  stroke: #b80009;
}
.news-overview-teaser-card:hover .button-label {
  text-decoration: underline;
}
.news-overview-teaser-card-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.news-overview-teaser-card-image {
  width: 100%;
  height: 17.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-overview-teaser-card-info {
  width: 100%;
  padding: 1.5rem 2rem;
  order: 1;
}
.news-overview-teaser-card-info-date {
  margin-bottom: 0.5rem;
}
.news-overview-teaser-card-info-title {
  width: 100%;
  margin-bottom: 1rem;
}
.news-overview-teaser-card-info-text {
  width: 100%;
  text-overflow: ellipsis;
}
.news-overview-teaser-card-text-link {
  font-weight: 600;
  padding: 0 2rem 2rem;
}
.news-overview-page .swiper-pagination {
  bottom: unset !important;
  top: calc(2rem + 4rem + 41.75rem + 1.5rem);
}
@media (min-width: 64rem) {
  .news-overview-page .swiper-pagination {
    top: calc(3.5rem + 6rem + 41.75rem + 1.5rem);
  }
}

.news-overview-news-accordion {
  margin-bottom: 5rem;
}
@media (min-width: 48rem) {
  .news-overview-news-accordion {
    margin-bottom: 5rem;
  }
}
@media (min-width: 64rem) {
  .news-overview-news-accordion {
    margin-bottom: 8rem;
  }
}
.news-overview-accordion-entry {
  padding-bottom: 1rem;
}
.news-overview-accordion-entry:not(:last-of-type) {
  margin-bottom: 2rem;
  border-bottom: 0.125rem solid #d5d7d9;
}

.blog-overview-teaser-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 5rem;
}
@media (min-width: 48rem) {
  .blog-overview-teaser-container {
    margin-bottom: 5rem;
  }
}
@media (min-width: 64rem) {
  .blog-overview-teaser-container {
    margin-bottom: 8rem;
  }
}
.blog-overview-teaser {
  width: 100%;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(1, 100%);
  grid-gap: 3rem 0rem;
  margin-bottom: 3rem;
  list-style: none;
}
@media (min-width: 25.875rem) {
  .blog-overview-teaser {
    grid-template-columns: repeat(1, 22.5rem);
  }
}
@media (min-width: 48rem) {
  .blog-overview-teaser {
    grid-template-columns: repeat(2, 22.5rem);
    grid-gap: 2rem 2.5rem;
  }
  .blog-overview-teaser.only-1-card {
    grid-template-columns: repeat(1, 22.5rem);
  }
}
@media (min-width: 80rem) {
  .blog-overview-teaser {
    grid-template-columns: repeat(3, 22.5rem);
  }
  .blog-overview-teaser.only-2-cards {
    grid-template-columns: repeat(2, 22.5rem);
  }
  .blog-overview-teaser.only-1-card {
    grid-template-columns: repeat(1, 22.5rem);
  }
}
@media (min-width: 25.875rem) {
  .blog-overview-teaser {
    margin-bottom: 2rem;
  }
}
.blog-overview-teaser-card {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f7f8fa;
  transition: background-color 0.25s ease-in-out;
}
.blog-overview-teaser-card::before {
  content: none;
}
.blog-overview-teaser-card.hidden {
  display: none;
}
.blog-overview-teaser-card:hover {
  transition: background-color 0.25s ease-in-out;
  background-color: #FBECDE;
}
.blog-overview-teaser-card:hover .arrow-text-link-container {
  color: #b80009;
}
.blog-overview-teaser-card:hover .arrow-text-link-container .icon {
  transform: translateX(4px);
}
.blog-overview-teaser-card:hover .arrow-text-link-container .icon g {
  stroke: #b80009;
}
.blog-overview-teaser-card:hover .button-label {
  text-decoration: underline;
}
.blog-overview-teaser-card-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.blog-overview-teaser-card-image {
  width: 100%;
  height: 17.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-overview-teaser-card-info {
  width: 100%;
  padding: 1.5rem 2rem;
  order: 1;
}
.blog-overview-teaser-card-info-date {
  margin-bottom: 1rem;
}
.blog-overview-teaser-card-info-title {
  width: 100%;
  margin-bottom: 1rem;
}
.blog-overview-teaser-card-info-text {
  width: 100%;
  text-overflow: ellipsis;
}
.blog-overview-teaser-card-text-link {
  font-weight: 600;
  padding: 0 2rem 2rem;
}

.news-overview-wrapper, .blog-overview-wrapper {
  width: 100%;
  padding: 0 0.5rem;
}
@media (min-width: 21.875rem) {
  .news-overview-wrapper, .blog-overview-wrapper {
    padding: 0 2rem;
  }
}

.news-overview, .blog-overview {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  display: flex;
  flex-direction: column;
}
.news-overview-title, .blog-overview-title {
  width: 100%;
  font-size: 3.5rem;
  line-height: 1.14;
  font-weight: 900;
  margin-bottom: 2rem;
}
@media (min-width: 64rem) {
  .news-overview-title, .blog-overview-title {
    font-size: 5.5rem;
    line-height: 1.1;
    margin-bottom: 3.5rem;
  }
}
.news-overview-subtitle, .blog-overview-subtitle {
  margin-bottom: 2.5rem;
}
.news-overview-filter-dropdowns, .blog-overview-filter-dropdowns {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
.news-overview-filter-dropdowns .filter:first-child, .blog-overview-filter-dropdowns .filter:first-child {
  margin-bottom: 1.5rem;
}
@media (min-width: 64rem) {
  .news-overview-filter-dropdowns, .blog-overview-filter-dropdowns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2.5rem;
    margin-bottom: 2rem;
  }
}
.news-overview-text-link, .blog-overview-text-link {
  font-weight: 600;
}
.news-overview-text-link-arrow, .blog-overview-text-link-arrow {
  width: unset;
  height: 0.75rem;
}

.branch-details-page,
.real-estate-details-page {
  margin-top: 5.625rem;
}
@media (min-width: 48rem) {
  .branch-details-page,
  .real-estate-details-page {
    margin-top: 12.125rem;
  }
}
.branch-details-page__title,
.real-estate-details-page__title {
  margin-bottom: 3rem;
}
@media (min-width: 48rem) {
  .branch-details-page__title,
  .real-estate-details-page__title {
    margin-bottom: 4.5rem;
  }
}
.branch-details-page__title h1,
.real-estate-details-page__title h1 {
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}
@media (min-width: 48rem) {
  .branch-details-page__title h1,
  .real-estate-details-page__title h1 {
    margin-bottom: 3.5rem;
  }
}
.branch-details-page__title-back,
.real-estate-details-page__title-back {
  display: block;
  margin-bottom: 2rem;
}
@media (min-width: 48rem) {
  .branch-details-page__title-back,
  .real-estate-details-page__title-back {
    margin-bottom: 1.5rem;
  }
}
.branch-details-page__details,
.real-estate-details-page__details {
  display: flex;
  flex-direction: column;
}
@media (min-width: 984px) {
  .branch-details-page__details,
  .real-estate-details-page__details {
    flex-direction: row;
    justify-content: space-between;
  }
}
.branch-details-page__details__informations,
.real-estate-details-page__details__informations {
  order: 2;
}
@media (min-width: 984px) {
  .branch-details-page__details__informations,
  .real-estate-details-page__details__informations {
    order: 1;
  }
}
.branch-details-page__details__informations__cell,
.real-estate-details-page__details__informations__cell {
  display: flex;
  flex-direction: column;
}
.branch-details-page__details__informations__cell:not(last-of-type),
.real-estate-details-page__details__informations__cell:not(last-of-type) {
  margin-bottom: 1rem;
}
@media (min-width: 984px) {
  .branch-details-page__details__informations__cell,
  .real-estate-details-page__details__informations__cell {
    flex-direction: row;
  }
  .branch-details-page__details__informations__cell:not(last-of-type),
  .real-estate-details-page__details__informations__cell:not(last-of-type) {
    margin-bottom: 2.1875rem;
  }
}
.branch-details-page__details__informations .label,
.real-estate-details-page__details__informations .label {
  font-size: 1.125rem;
  line-height: 1.33;
  color: #20242a;
  margin-bottom: 1rem;
}
@media (min-width: 984px) {
  .branch-details-page__details__informations .label,
  .real-estate-details-page__details__informations .label {
    font-size: 1.5rem;
    width: 11.625rem;
    margin-right: 3.1875rem;
    margin-bottom: 0;
  }
}
.branch-details-page__details__informations .value,
.branch-details-page__details__informations .value p,
.real-estate-details-page__details__informations .value,
.real-estate-details-page__details__informations .value p {
  color: #20242a;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.33;
}
@media (min-width: 984px) {
  .branch-details-page__details__informations .value,
  .branch-details-page__details__informations .value p,
  .real-estate-details-page__details__informations .value,
  .real-estate-details-page__details__informations .value p {
    max-width: 14.125rem;
  }
}
.branch-details-page__details__image,
.real-estate-details-page__details__image {
  order: 1;
  width: 100%;
  max-width: 21.875rem;
  height: 16.4375rem;
  background-size: 100% 16.4375rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 984px) {
  .branch-details-page__details__image,
  .real-estate-details-page__details__image {
    order: 2;
    width: 35rem;
    height: 25.375rem;
    background-size: 35rem 25.375rem;
    margin-bottom: 0;
    max-width: unset;
  }
}
.branch-details-page__team .visit-card-container.hidden,
.real-estate-details-page__team .visit-card-container.hidden {
  display: none;
}
.branch-details-page__team .show-team,
.real-estate-details-page__team .show-team {
  width: 14.5rem;
  margin-top: 1.5rem;
  align-self: center;
}
.branch-details-page__team .show-team.hidden,
.real-estate-details-page__team .show-team.hidden {
  display: none;
}
.branch-details-page__cta,
.real-estate-details-page__cta {
  display: flex;
  flex-direction: column;
}
@media (min-width: 984px) {
  .branch-details-page__cta,
  .real-estate-details-page__cta {
    flex-direction: row;
    justify-content: space-between;
  }
}

.real-estates h1 {
  margin-bottom: 3.5rem;
}
.real-estates__filter {
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
}
.real-estates__filter-top {
  order: 2;
  margin-bottom: 2.5rem;
  display: block;
}
.real-estates__filter-top.type-filter {
  display: flex;
  flex-direction: column;
}
.real-estates__filter-top.type-filter.mobile-margin-top {
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (min-width: 64rem) {
  .real-estates__filter-top.type-filter.mobile-margin-top {
    margin-top: 0;
    margin-bottom: 3rem;
  }
}
.real-estates__filter-top.hide-mobile {
  display: none;
}
@media (min-width: 64rem) {
  .real-estates__filter-top.hide-mobile {
    display: flex;
  }
}
.real-estates__filter-top .blkb-checkbox {
  margin-right: 2.5rem;
  margin-bottom: 1rem;
}
.real-estates__filter-top .blkb-checkbox:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 64rem) {
  .real-estates__filter-top .blkb-checkbox:not(:last-of-type) {
    margin-bottom: unset;
  }
}
@media (min-width: 64rem) {
  .real-estates__filter-top {
    order: 1;
  }
  .real-estates__filter-top.type-filter {
    flex-direction: row;
  }
  .real-estates__filter-top.type-filter .blkb-checkbox {
    margin-bottom: 0;
  }
}
.real-estates__filter-bottom {
  display: flex;
  flex-direction: column;
  order: 1;
  margin-bottom: 0;
}
.real-estates__filter-bottom .map-search {
  margin-bottom: 2rem;
}
.real-estates__filter-bottom .filter {
  color: #ee000c;
  font-weight: 900;
  cursor: pointer;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  align-self: center;
}
.real-estates__filter-bottom .filter.selected {
  display: none;
}
@media (min-width: 64rem) {
  .real-estates__filter-bottom .filter {
    display: none;
  }
}
.real-estates__filter-bottom .filter__icon {
  background-image: var(--filter);
  width: 15px;
  height: 1.125rem;
  margin-right: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  background-size: 15px 1.125rem;
}
@media (min-width: 64rem) {
  .real-estates__filter-bottom {
    order: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2.5rem;
    margin-bottom: unset;
  }
}
.real-estates__filter-bottom .blkb-dropdown-checkbox.hide-mobile {
  display: none;
}
@media (min-width: 64rem) {
  .real-estates__filter-bottom .blkb-dropdown-checkbox.hide-mobile {
    display: block;
  }
}
.real-estates-map-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 64rem) {
  .real-estates-map-wrapper {
    height: 40.4375rem;
    flex-direction: row;
  }
}
.real-estates-list {
  order: 2;
  width: 100%;
}
.real-estates-list-web {
  flex-shrink: 0;
  display: none;
}
@media (min-width: 64rem) {
  .real-estates-list-web {
    order: 1;
    height: 100%;
    width: 23rem;
    box-shadow: 2px 4px 40px 0 rgba(42, 55, 63, 0.06);
    background-color: #ffffff;
    padding: 0 1rem 0 1.5rem;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
  }
  .real-estates-list-web::-webkit-scrollbar {
    width: 1rem;
  }
  .real-estates-list-web::-webkit-scrollbar-track {
    background-color: rgba(42, 55, 63, 0.02);
    background-clip: padding-box;
  }
  .real-estates-list-web::-webkit-scrollbar-thumb {
    width: 0.5rem;
    border-left: 0.25rem solid rgba(0, 0, 0, 0);
    border-right: 0.25rem solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    background-color: #20242a;
    border-radius: 1.25rem;
  }
}
.real-estates-list-web .real-estates-list__item {
  cursor: pointer;
  position: relative;
  padding-top: 1rem;
}
.real-estates-list-web .real-estates-list__item:not(:last-of-type), .real-estates-list-web .real-estates-list__item:only-child {
  padding-bottom: 1rem;
  border-bottom: 2px solid #d5d7d9;
}
.real-estates-list-web .real-estates-list__item:first-child {
  padding-top: 1.5rem;
}
.real-estates-list-web .real-estates-list__item:last-of-type {
  border-bottom: none;
  margin-bottom: 1rem;
}
.real-estates-list-web .real-estates-list__item:last-of-type .arrow-text-link-container {
  bottom: 0;
}
.real-estates-list-web .real-estates-list__item.no-result-item {
  border-bottom: none;
  cursor: auto;
}
.real-estates-list-web .real-estates-list__item.no-result-item * {
  cursor: auto;
}
.real-estates-list-web .real-estates-list__item.no-result-item .real-estates-list__item {
  padding: 0;
}
.real-estates-list-web .real-estates-list__item.active::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  bottom: 0;
  top: 0;
  width: 0.5rem;
  background-color: #ee000c;
}
.real-estates-list-web .real-estates-list__item__image {
  display: block;
  width: 8.8125rem;
  height: 5.4375rem;
  position: absolute;
  right: 0;
  top: 1rem;
  background-size: 8.8125rem 5.4375rem;
}
.real-estates-list-web .real-estates-list__item__image.first {
  top: 1.5rem;
}
.real-estates-list-web .real-estates-list__item__name {
  max-width: 10.1875rem;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.33;
  color: #20242a;
  margin-bottom: 0.5rem;
}
.real-estates-list-web .real-estates-list__item__details {
  display: flex;
  flex-direction: column;
}
.real-estates-list-web .real-estates-list__item__details__left, .real-estates-list-web .real-estates-list__item__details__right {
  margin-bottom: unset;
  display: flex;
  flex-direction: column;
}
.real-estates-list-web .real-estates-list__item__details__address p {
  font-size: 0.75rem;
  line-height: 1.67;
  color: #20242a;
}
.real-estates-list-web .real-estates-list__item .arrow-text-link-container {
  margin-top: 1rem;
  margin-bottom: 0;
}
.real-estates-list-mobile-wrapper {
  order: 2;
  display: block;
  max-width: 25.875rem;
  width: 100%;
  align-self: center;
}
.real-estates-list-mobile-wrapper .real-estates-list-mobile .real-estates-list__item {
  position: relative;
  border-bottom: 2px solid #d5d7d9;
}
.real-estates-list-mobile-wrapper .real-estates-list-mobile .real-estates-list__item:not(:first-of-type) {
  padding-top: 1.5rem;
}
.real-estates-list-mobile-wrapper .real-estates-list-mobile .real-estates-list__item.no-result-item {
  border-bottom: none;
}
.real-estates-list-mobile-wrapper .real-estates-list-mobile .real-estates-list__item__image {
  display: none;
}
.real-estates-list-mobile-wrapper .real-estates-list-mobile .real-estates-list__item__name {
  margin-bottom: 1rem;
}
.real-estates-list-mobile-wrapper .real-estates-list-mobile .real-estates-list__item__details__left {
  margin-bottom: 1rem;
}
.real-estates-list-mobile-wrapper .real-estates-list-mobile .real-estates-list__item__details__right {
  margin-bottom: 1.5rem;
}
.real-estates-list-mobile-wrapper .real-estates-list-mobile .arrow-text-link-container {
  margin-bottom: 2rem;
}
.real-estates-list-mobile-wrapper .button {
  margin-top: 2rem;
}
.real-estates-list-mobile-wrapper .show-all {
  display: none;
}
@media (min-width: 64rem) {
  .real-estates-list-mobile-wrapper {
    display: none;
  }
}
.real-estates .map {
  order: 1;
  height: 25rem;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: 2rem;
}
@media (min-width: 64rem) {
  .real-estates .map {
    margin: unset;
    order: 2;
    height: 100%;
    width: 100%;
    max-width: 50rem;
  }
}

.sitemap-page-section {
  overflow: hidden;
  width: 100%;
}

.sitemap-page-section-title {
  text-align: center;
  margin-top: 3.5rem;
  flex-wrap: wrap;
}
@media (min-width: 64rem) {
  .sitemap-page-section-title {
    font-size: 3rem;
  }
}
.sitemap-page-section-title--text {
  overflow-wrap: anywhere;
}

.sitemap-page-sections-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.sitemap-page-subsections-container {
  display: flex;
  flex-wrap: wrap;
}

.sitemap-page-subsection-title-container {
  display: flex;
  align-items: end;
  padding-bottom: 1rem;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  min-height: 6rem;
}
@media (min-width: 64rem) {
  .sitemap-page-subsection-title-container {
    min-height: 8.125rem;
    overflow-wrap: normal;
    -webkit-hyphens: none;
            hyphens: none;
  }
}

.sitemap-page-subsection {
  flex: 0 0 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 1.125rem 0.3125rem;
}
@media (min-width: 64rem) {
  .sitemap-page-subsection {
    flex: 0 0 33.33%;
    width: 33.33%;
    padding: 2.5rem;
  }
}

.sitemap-page-links-list-container {
  cursor: pointer;
  width: 100%;
  border-top: 1px solid #CCCED0;
  transition: background-color 0.25s ease-in-out;
  margin: 0;
}
.sitemap-page-links-list-container::before {
  content: "";
  display: none;
  width: 0;
  height: 0;
  padding: 0;
}
.sitemap-page-links-list-container:last-child {
  border-bottom: 1px solid #CCCED0;
}
.sitemap-page-links-list-container__left {
  align-items: center;
  margin-right: 0.5rem;
}
.sitemap-page-links-list-container__left-text {
  align-items: center;
  flex-wrap: wrap;
}
.sitemap-page-links-list-container .label {
  margin-right: 0.375rem;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.sitemap-page-links-list-container a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 0.25rem;
}
.sitemap-page-links-list-container a span svg {
  color: #fd000d;
  flex: 0 0 auto;
}
.sitemap-page-links-list-container a span svg .icon g {
  fill: #fd000d;
}
.sitemap-page-links-list-container:hover {
  background-color: #f7f8fa;
}
.sitemap-page-links-list-container:hover .label {
  text-decoration: underline;
}
.sitemap-page-links-list-container:hover svg {
  color: #b80009;
}
.sitemap-page-links-list-container:hover svg .icon g {
  fill: #b80009;
}.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #eee, -1px 0 0 #eee, 0 1px 0 #eee, 0 -1px 0 #eee, 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 1px 0 0 #eee, -1px 0 0 #eee, 0 1px 0 #eee, 0 -1px 0 #eee, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #eee;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #eee;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #eee;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: #3c3f40;
  fill: #3c3f40;
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #3c3f40;
  fill: #3c3f40;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #f64747;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(64,72,72,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(64,72,72,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(64,72,72,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(60,63,64,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #3c3f40;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #3c3f40;
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(60,63,64,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #eee;
          box-shadow: -1px 0 0 #eee;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #404848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e9e9e9;
  border-color: #e9e9e9;
}
.flatpickr-day.today {
  border-color: #f64747;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #f64747;
  background: #f64747;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #4f99ff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #4f99ff;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #4f99ff;
          box-shadow: -10px 0 0 #4f99ff;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e9e9e9, 5px 0 0 #e9e9e9;
          box-shadow: -5px 0 0 #e9e9e9, 5px 0 0 #e9e9e9;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(64,72,72,0.3);
  background: transparent;
  border-color: #e9e9e9;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(64,72,72,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #4f99ff, 5px 0 0 #4f99ff;
          box-shadow: -5px 0 0 #4f99ff, 5px 0 0 #4f99ff;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #eee;
          box-shadow: 1px 0 0 #eee;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(64,72,72,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #404848;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #404848;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #404848;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #404848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f1f1f1;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.flatpickr-calendar {
  width: 307.875px;
}
.dayContainer {
  padding: 0;
  border-right: 0;
}
span.flatpickr-day,
span.flatpickr-day.prevMonthDay,
span.flatpickr-day.nextMonthDay {
  border-radius: 0 !important;
  border: 1px solid #e9e9e9;
  max-width: none;
  border-right-color: transparent;
}
span.flatpickr-day:nth-child(n+8),
span.flatpickr-day.prevMonthDay:nth-child(n+8),
span.flatpickr-day.nextMonthDay:nth-child(n+8) {
  border-top-color: transparent;
}
span.flatpickr-day:nth-child(7n-6),
span.flatpickr-day.prevMonthDay:nth-child(7n-6),
span.flatpickr-day.nextMonthDay:nth-child(7n-6) {
  border-left: 0;
}
span.flatpickr-day:nth-child(n+36),
span.flatpickr-day.prevMonthDay:nth-child(n+36),
span.flatpickr-day.nextMonthDay:nth-child(n+36) {
  border-bottom: 0;
}
span.flatpickr-day:nth-child(-n+7),
span.flatpickr-day.prevMonthDay:nth-child(-n+7),
span.flatpickr-day.nextMonthDay:nth-child(-n+7) {
  margin-top: 0;
}
span.flatpickr-day.today:not(.selected),
span.flatpickr-day.prevMonthDay.today:not(.selected),
span.flatpickr-day.nextMonthDay.today:not(.selected) {
  border-color: #e9e9e9;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: #f64747;
}
span.flatpickr-day.today:not(.selected):hover,
span.flatpickr-day.prevMonthDay.today:not(.selected):hover,
span.flatpickr-day.nextMonthDay.today:not(.selected):hover {
  border: 1px solid #f64747;
}
span.flatpickr-day.startRange,
span.flatpickr-day.prevMonthDay.startRange,
span.flatpickr-day.nextMonthDay.startRange,
span.flatpickr-day.endRange,
span.flatpickr-day.prevMonthDay.endRange,
span.flatpickr-day.nextMonthDay.endRange {
  border-color: #4f99ff;
}
span.flatpickr-day.today,
span.flatpickr-day.prevMonthDay.today,
span.flatpickr-day.nextMonthDay.today,
span.flatpickr-day.selected,
span.flatpickr-day.prevMonthDay.selected,
span.flatpickr-day.nextMonthDay.selected {
  z-index: 2;
}
.rangeMode .flatpickr-day {
  margin-top: -1px;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.flatpickr-weekwrapper span.flatpickr-day {
  border: 0;
  margin: -1px 0 0 -1px;
}
.hasWeeks .flatpickr-days {
  border-right: 0;
}

	@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
		span.flatpickr-day {
			display: block;
			-webkit-box-flex: 1;
			-webkit-flex: 1 0 auto;
			    -ms-flex: 1 0 auto;
			        flex: 1 0 auto;
		}
	}
/**
 * Swiper 11.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 2, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}
