/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Force global box-sizing */

*,
::before,
::after {
  box-sizing: border-box;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "Velo Sans";
  src: url("../static/fonts/VELOSans-Regular.woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Velo Sans";
  src: url("../static/fonts/VELOSans-Medium.woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Velo Sans";
  src: url("../static/fonts/VELOSans-Bold.woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/**
 * Defaults
 * logical information used for utilities, mixins and functions
 * all variables can be overridden, but must sustain their format
 */

/**
 * @file : defaults/_index
 * Always load all variables
 * No need for conditions, collisions should be handled on the implementation side
 * Order matters
 */

/**
 * Global settings
 */

/**
 * Utility settings
 */

/**
 * Media query settings
 */

/**
 * Break settings
 */

/**
 * Color settings
 */

/**
 * Font settings
 */

/**
 * List settings
 */

/**
 * Text settings
 */

/**
 * Wrap settings
 */

/**
 * Mixins
 * Collection of functions and mixins
 */

/**
 * @file : functions/_index
 * Always load all functions
 */

/**
 * Requires
 */

/**
 * Get missing default arguments
 * @param {*} $data - Arguments, value or list
 * @param {*} $optional - Any number of optional argument defaults
 * @return {list} - A list with arguments and defaults
 */

/**
 * Requires
 */

/**
 * Get name and query from string
 * @param {string} $name - String to parse
 * @param {string} $query-marker - String that marks the split point, default: '_at_'
 * @return {list} - Empty if no query was found
 */

/**
 * Requires
 */

/**
 * Checks if given string is a query reference
 * @param {string} $name - String to parse
 * @param {string} $query-marker - String marking the beginning of a query, default: '_at_'
 * @return {string|null} - Query reference or null if not a query
 */

/**
 * Requires
 */

/**
 * Shared default variables
 */

/**
 * Generate spacing values with a base
 * @param {string|number} $base - Base size including unit or variable
 * @param {number} $spaces - 1-4 values, unitless used for multiplication
 * @return {list} - Spacing values list
 */

/**
 * Requires
 */

/**
 * Returns joined initials of a separated string
 * @param {string} $name - String to parse
 * @param {string} $separator - Separator string
 * @return {string} - First char of each element separated as a joined string
 */

/**
 * Requires
 */

/**
 * Split string
 * Thanks to dayenite and Tofandel, please refer to:
 * https://stackoverflow.com/questions/32376461/how-to-split-a-string-into-two-lists-of-numbers-in-sass#42295154
 * @param {string} $string - String to split
 * @param {string} $separator - Separator to split by
 * @param {boolean} $no-empty - Set false to return empty parts, default: true
 * @return {list} - Separated list of strings
 */

/**
 * Requires
 */

/**
 * Strip unit from value
 * @param {*} $value - Unit value
 * @return {*} - Unitless value
 */

/**
 * @file : mixins/_index
 * Always load all mixins
 */

/**
 * Requires
 */

/**
 * Select current scope only if a given attribute is set
 * @param {string} $attribute - Attribute name, default: 'class'
 * @output Wraps given content styles to apply only if the current scope element has no class attribute or its empty
 */

/**
 * Requires
 */

/**
 * Select current scope only if no class is set
 * @param {string} $attribute - Attribute name
 * @param {boolean} $empty - Include empty attribute
 * @output Wraps given content styles to apply only if the current scope element has no class attribute or its empty
 */

/**
 * Requires
 */

/**
 * Attributes setter
 * @param {Map} $source - Map of attributes
 * @output Adds the given attributes in current scope
 */

/**
 * Requires
 */

/**
 * Attributes from map setter
 * @param {string} $name - Name of attribute group
 * @param {Map} $source - Map of attribute groups to use
 * @output Adds the given attributes in current scope
 */

/**
 * Requires
 */

/**
 * Simple BEM creator
 * @param {map} $nested - BEM map
 * @param {string} $query-marker - String that marks the split point, default: '_at_'
 * @output Creates BEM style structures from a map definition
 */

/**
 * Insert a line break before content
 * @output Inserts a pseudo before with break
 */

/**
 * Insert a line break after content
 * @output Inserts a pseudo after with break
 */

/**
 * Clear both before
 * @output Defines an ::before pseudo element inside current scope
 */

/**
 * Clear both after
 * @output Defines an ::after pseudo element inside current scope
 */

/**
 * Font style setter
 * Adds the given font style attributes in current scope
 * @param {string} $style - Name of font style
 * @param {Map} $styles - Map of font styles to use
 * @output Adds the given font attributes in current scope
 */

/**
 * Requires
 */

/**
 * Fluid style basic setter
 * Creates a fluid font style between a min and max
 * @param {size[unit]} $min-vw - Min query width value
 * @param {size[unit]} $max-vw - Max query width value
 * @param {size[unit]} $min-font-size - Min font size
 * @param {size[unit]} $max-font-size - Max font size
 * @param {null|string} $base-query - Optional name for an @mixin mx-media(name), default: null
 * @param {boolean} $no-max - Do not define max query, default: null
 * @output Adds the given font media queries in current scope, with an optional base query
 */

/**
 * Requires
 */

/**
 * Fluid font style setter
 * Adds the given font style attributes and fluid style in current scope
 * @param {string} $style - Name of font style
 * @param {string} $base-query - Optional name for an @mixin mx-media(name), default: null
 * @param {Map} $styles - Map of font styles to use, default: $font-styles
 * @param {string} $fluid-attribute - Name of attribute to read fluid properties from, default: 'fluid' = $util-font-fluid-attribute
 * @param {string} $no-max-attribute - Name of attribute to for no-max argument, default: 'no-max' = $util-font-no-max-attribute
 * @output Adds the given font attributes and media queries in current scope
 */

/**
 * Hide an element
 * but leave it accessible to screen readers
 * Reliable across most browsers
 * @output Sets properties to hide the current scope visually only
 */

/**
 * Requires
 */

/**
 * Media
 * @param {string} query - Media name reference
 * @param {Map} queries - Media query map to use
 * @output Wraps given content styles in a media query
 */

/**
 * Prevent text selection
 * Works across most browsers
 * @output Inserts attributes to prevent text selection
 */

/**
 * Some global styles
 * reset, basic font and image settings, scroll styles etc.
 * Only imported if previously set to true
 */

/**
 * @file : global/_index
 * Always load all globals
 */

/**
 * Only use on condition, default: true
 */

/**
 * Only use on condition, default: true
 */

body {
  scroll-behavior: smooth;
}

/**
 * Only use on condition, default: true
 */

img {
  -ms-interpolation-mode: bicubic;
}

/**
 * Only use on condition, default: true
 */

html {
  text-size-adjust: 100%;
  text-rendering: optimizeSpeed;
}

/**
 * Only use on condition, default: true
 */

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Only use on condition, default: true
 */

:root {
  --font-headline-margin: 1rem 0;
  --font-paragraph-margin: 1rem 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: var(--font-headline-margin);
}

p {
  margin: var(--font-paragraph-margin);
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
  margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
  margin-bottom: 0;
}

/**
 * Import utility classes
 * makes a set of global utility classes available using available settings
 * Only imported if previously set to true
 */

/**
 * @file : util/_index
 * Always load all utils
 */

/**
 * Basic helpers
 */

/**
 * Break helpers
 */

/**
 * Requires
 */

/**
 * Color helpers
 */

/**
 * Requires
 */

/**
 * Font helpers
 */

/**
 * Font class definitions
 */

.font--tiny {
  font-size: 10px;
}

.font--small {
  font-size: 12px;
}

.font--medium {
  font-size: 16px;
}

.font--large {
  font-size: 18px;
}

.font--extra {
  font-size: 24px;
}

.font--extreme {
  font-size: 32px;
}

.font--default {
  font-size: 18px;
  line-height: 1.5;
}

.font--stage-teaser-headline {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .font--stage-teaser-headline {
    font-size: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .font--stage-teaser-headline {
    font-size: 46px;
  }
}

.font--stage-teaser-headline-small {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .font--stage-teaser-headline-small {
    font-size: 28px;
  }
}

@media screen and (min-width: 1200px) {
  .font--stage-teaser-headline-small {
    font-size: 33px;
  }
}

.font--stage-teaser-cta {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.font--copy-image-headline {
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .font--copy-image-headline {
    font-size: 28px;
  }
}

@media screen and (min-width: 1200px) {
  .font--copy-image-headline {
    font-size: 33px;
  }
}

.font--text-list-headline {
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .font--text-list-headline {
    font-size: 33px;
  }
}

.font--accordeon-index {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5;
}

.font--accordeon-group-headline {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .font--accordeon-group-headline {
    font-size: 28px;
  }
}

@media screen and (min-width: 1200px) {
  .font--accordeon-group-headline {
    font-size: 33px;
  }
}

.font--icon-list-headline {
  font-size: 33px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
}

.font--form-item-headline {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .font--form-item-headline {
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .font--form-item-headline {
    font-size: 28px;
  }
}

/**
 * List helpers
 */

/**
 * Text helpers
 */

/**
 * Wrap helpers
 */

/**
 * Wrap definition
 */

.wrap {
  margin: auto;
  width: 100%;
}

.wrap:not(.wrap--no-flex) {
  display: flex;
  flex-wrap: wrap;
}

.wrap--content {
  position: relative;
}

.wrap--content:not(.wrap--content-unwrap) {
  max-width: var(--wrap-content-max-width);
}

:root {
  --wrap-content-max-width: 540px;
  --with-sidebar-content-max-width: 100%;
  --content-spacing: 15px;
  --floating-cookie-icon-z-index: 103;
  --age-warning-banner-z-index: 20;
  --navbar-dropdown-z-index: 10;
  --color-bar-z-index: -1;
  --color-bar-width: 100px;
}

@media screen and (min-width: 768px) {
  :root {
    --wrap-content-max-width: 720px;
  }
}

@media screen and (min-width: 1200px) {
  :root {
    --wrap-content-max-width: 1140px;
    --with-sidebar-content-max-width: 100%;
  }
}

@media screen and (min-width: 1900px) {
  :root {
    --wrap-content-max-width: 1320px;
    --with-sidebar-content-max-width: 870px;
  }
}

@media screen and (min-width: 768px) {
  :root {
    --content-spacing: 20px;
  }
}

@media screen and (min-width: 1200px) {
  :root {
    --content-spacing: 30px;
  }
}

@media screen and (min-width: 1900px) {
  :root {
    --content-spacing: 50px;
  }
}

/* DEPRECATED below */

/* DEPRECATED */

/**
How to use:

Mobile Fist: preferred way to use
@include breakpoint('m') {
    ...
}

Desktop Fist:
@include breakpoint('m', false) {
    ...
}
*/

body {
  font-family: "Velo Sans";
  color: #041E42;
}

body.noOverflow {
  overflow: hidden;
}

.content {
  display: flex;
  justify-content: center;
  width: 540px;
  height: 100%;
}

@media (min-width: 768px) {
  .content {
    width: 720px;
  }
}

@media (min-width: 1200px) {
  .content {
    width: 1140px;
  }
}

@media (min-width: 1900px) {
  .content {
    width: 1320px;
  }
}

table {
  border: none;
}

table td {
  padding: 6px;
  border-bottom: 1px solid #00304f;
}

table td + td {
  border-left: 1px solid #00304f;
}

.with-sidebar__wrapper {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 1200px) {
  .with-sidebar__wrapper__desktop-only::before {
    background: #f3f3f3;
  }
}

.with-sidebar__container {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #f3f3f3;
}

@media screen and (min-width: 1200px) {
  .with-sidebar__container {
    flex-direction: row;
    display: grid;
    grid-template-columns: calc((100% - var(--wrap-content-max-width)) / 2 + 0.25 * var(--wrap-content-max-width)) calc((100% - var(--wrap-content-max-width)) / 2 + 0.75 * var(--wrap-content-max-width));
  }
}

.with-sidebar__sidebar {
  display: none;
  position: sticky;
  top: 0px;
  height: fit-content;
  overflow-x: hidden;
  overflow-y: auto;
  flex-grow: 1;
  flex-shrink: 0;
  justify-self: stretch;
  justify-content: flex-end;
}

.with-sidebar__sidebar__desktop-only {
  display: none;
}

@media screen and (min-width: 1200px) {
  .with-sidebar__sidebar__desktop-only {
    display: flex;
  }
}

@media screen and (min-width: 1200px) {
  .with-sidebar__sidebar {
    display: flex;
    padding: calc(var(--content-spacing) * 7 / 3) calc(var(--content-spacing) * 4 / 3);
  }
}

@media screen and (min-width: 1900px) {
  .with-sidebar__sidebar {
    padding: calc(var(--content-spacing) * 1.4) calc(var(--content-spacing) * 0.8);
  }
}

.with-sidebar__sidebar__inner {
  position: relative;
  width: 180px;
}

.with-sidebar__sidebar__inner :not(:last-of-type) {
  padding-bottom: calc(30px - 5px);
}

@media screen and (min-width: 1200px) {
  .with-sidebar__sidebar__inner {
    width: 230px;
  }
}

.with-sidebar__sidebar__inner a {
  display: block;
}

.with-sidebar__sidebar__inner a:hover {
  color: #00AED6;
}

.with-sidebar__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
}

@media screen and (min-width: 1200px) {
  .with-sidebar__content {
    align-items: flex-start;
  }
}

.with-sidebar__content__inner {
  width: 100%;
  max-width: var(--wrap-content-max-width);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0 var(--content-spacing);
}

@media screen and (min-width: 1200px) {
  .with-sidebar__content__inner {
    padding: 0 calc(var(--content-spacing) * 4);
  }
}

@media screen and (min-width: 1900px) {
  .with-sidebar__content__inner {
    padding: 0 calc(var(--content-spacing) * 2.4);
    max-width: calc(var(--content-spacing) * 2.4 * 2 + 870px);
  }
}

.with-sidebar__content__inner--top {
  padding: var(--content-spacing) var(--content-spacing) 0;
}

@media screen and (min-width: 768px) {
  .with-sidebar__content__inner--top {
    padding-left: calc(var(--content-spacing) * 2.5);
  }
}

@media screen and (min-width: 1200px) {
  .with-sidebar__content__inner--top {
    padding: calc(var(--content-spacing) * 7 / 3) calc(var(--content-spacing) * 4) 0;
  }
}

@media screen and (min-width: 1900px) {
  .with-sidebar__content__inner--top {
    padding: calc(var(--content-spacing) * 1.4) calc(var(--content-spacing) * 2.4) 0;
  }
}

.with-sidebar__content__inner--bottom {
  padding: 0 var(--content-spacing) var(--content-spacing);
}

@media screen and (min-width: 1200px) {
  .with-sidebar__content__inner--bottom {
    padding: 0 calc(var(--content-spacing) * 4) calc(var(--content-spacing) * 7 / 3);
  }
}

@media screen and (min-width: 1900px) {
  .with-sidebar__content__inner--bottom {
    padding: 0 calc(var(--content-spacing) * 2.4) calc(var(--content-spacing) * 1.4);
  }
}

.accordeonItem {
  display: block;
}

.accordeonItem__container {
  border-top: 1px solid #DEDEDE;
}

.accordeonItem__button {
  color: inherit;
  text-align: left;
  appearance: none;
  background: none;
  border: none;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 1200px) {
  .accordeonItem__button {
    padding: 20px;
  }

  .accordeonItem__button:hover {
    background: #f3f3f3;
  }
}

.accordeonItem__button__icon {
  position: relative;
  display: block;
  width: 20px;
  height: 27px;
  flex-shrink: 0;
  padding-left: 20px;
  color: #00304f;
}

.accordeonItem__button__icon > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  backface-visibility: hidden;
  transition: transform 0.2s;
}

.accordeonItem__button__icon > div:first-of-type {
  transform: rotateX(0deg);
}

.accordeonItem__button__icon > div:last-of-type {
  transform: rotateX(180deg);
}

.accordeonItem__button__icon > div svg {
  display: block;
}

.accordeonItem__button__icon > div svg path {
  fill: black !important;
}

.accordeonItem__button__icon--expanded > div:first-of-type {
  transform: rotateX(180deg);
}

.accordeonItem__button__icon--expanded > div:last-of-type {
  transform: rotateX(0deg);
}

.accordeonItem__content__inner {
  padding: 20px 0 40px;
  display: flex;
  flex-direction: column;
  transform: translateY(-25px);
  opacity: 0;
  transition: transform 0.2s, opacity 0.1s;
}

@media screen and (min-width: 1200px) {
  .accordeonItem__content__inner {
    padding: 20px 20px 40px;
  }
}

.accordeonItem__content--transitioning {
  display: block;
}

.accordeonItem__content--expanded .accordeonItem__content__inner {
  transform: translateY(0px);
  opacity: 1;
}

.AgeWarningBanner {
  height: 80px;
  padding: 0 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: var(--age-warning-banner-z-index);
}

.AgeWarningBanner__age-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border: 1px solid #000;
  border-radius: 30px;
}

.AgeWarningBanner__text {
  display: flex;
  margin-left: auto;
  text-align: end;
  font-size: 10px;
  line-height: 1.5em;
}

.ButtonCta__button {
  width: 18em;
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
  background-color: #041E42;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.ButtonCta__button.secondary {
  background-color: #00AED6;
}

.ButtonIcon {
  cursor: pointer;
}

.ButtonIcon__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
}

.ButtonIcon__wrapper.logout {
  margin-right: 30px;
}

.ButtonIcon__label {
  font-size: 12px;
  color: #fff;
}

.colorStripe {
  height: 45px;
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #001734;
}

.colorStripe__image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0 0.5em;
}

.colorStripe.large {
  height: 75px;
}

@media screen and (min-width: 395px) {
  .colorStripe.small {
    height: 25px;
  }
}

.colorStripe.light {
  background-color: #00AED6;
}

.colorStripe .left {
  flex: 1;
  padding-left: 30px;
}

.colorStripe .center {
  display: flex;
  justify-content: center;
}

.colorStripe .right {
  display: flex;
  justify-content: end;
  padding-right: 30px;
  flex: 1;
}

.dotscale {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.dotscale:last-child {
  margin-left: 0.5em;
}

.dotscale > * {
  display: inline-block;
  margin: 0 0.15em;
  padding: 0;
  width: 0.65em;
  height: 0.65em;
  background-color: currentColor;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.dotscale[data-active="1"] > *:nth-child(n+2) {
  background-color: transparent;
}

.dotscale[data-active="2"] > *:nth-child(n+3) {
  background-color: transparent;
}

.dotscale[data-active="3"] > *:nth-child(n+4) {
  background-color: transparent;
}

.dotscale[data-active="4"] > *:nth-child(n+5) {
  background-color: transparent;
}

.dotscale[data-active="5"] > *:nth-child(n+6) {
  background-color: transparent;
}

.dotscale[data-active="6"] > *:nth-child(n+7) {
  background-color: transparent;
}

.FooterContent {
  padding: var(--content-spacing) var(--content-spacing) 30px;
  display: flex;
  background-color: #041E42;
}

@media screen and (min-width: 768px) {
  .FooterContent {
    padding: 0 0 30px;
  }
}

@media screen and (min-width: 1200px) {
  .FooterContent {
    display: flex !important;
  }
}

.FooterContent__desktop-navigation {
  background-color: #041E42;
  padding-top: 50px;
  display: none !important;
}

@media screen and (min-width: 1200px) {
  .FooterContent__desktop-navigation {
    display: flex !important;
  }
}

.FooterContent__navigation-wrapper {
  flex-direction: row;
  width: 100%;
  padding-bottom: 50px;
}

.FooterContent__navigation-img {
  flex: 1;
}

.FooterContent__navigation-img--mobile {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.FooterContent__navigation-column {
  flex: 1;
}

.FooterContent__navigation-column-headline {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #00304f;
  margin-right: 2em;
  padding-bottom: 0.5em;
}

.FooterContent__mobile-navigation {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1200px) {
  .FooterContent__mobile-navigation {
    display: none !important;
  }
}

.FooterContent__mobile-navigation .accordeonItem__container {
  color: #fff;
  border-top: none;
  border-bottom: 1px solid #00304f;
}

@media screen and (min-width: 1200px) {
  .FooterContent__mobile-navigation .accordeonItem__button:hover {
    background: #00304f;
  }
}

.FooterContent__mobile--icon {
  color: #fff;
}

.FooterContent__mobile-column {
  border-bottom: 2px solid #00304f;
  padding: 1em 0;
}

.FooterContent__mobile-column-wrapper :last-child {
  border-bottom: none;
}

.FooterContent__mobile-column-headline {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.FooterContent__mobile-column-headline-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.FooterContent__mobile-column-headline-icon {
  margin-left: auto;
}

.FooterContent__mobile-column-dropdown-wrapper {
  margin-top: 0.5em;
  padding-bottom: 1.8em;
}

.FooterContent__copy {
  color: #fff;
  font-size: 10px;
}

.FooterNavItem__wrapper {
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
  .FooterNavItem__wrapper {
    padding-top: 0.7em;
  }
}

.FooterNavItem__text {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.FooterNavItem__mailto {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

.FooterNavItem__social-wrapper.showDesktop {
  display: none;
}

@media screen and (min-width: 1200px) {
  .FooterNavItem__social-wrapper.showDesktop {
    display: flex;
    flex-direction: row;
  }
}

.FooterNavItem__social-wrapper.showMobile {
  display: flex;
}

@media screen and (min-width: 1200px) {
  .FooterNavItem__social-wrapper.showMobile {
    display: none;
  }
}

.FooterNavItem__social-icon {
  display: flex;
  padding-right: 1em;
}

.FooterNavItem .ot-sdk-show-settings {
  border: none !important;
  color: white !important;
  background-color: transparent;
  padding: 0 !important;
  font-family: "Velo Sans" !important;
  font-size: 12px !important;
  font-weight: bold;
  text-transform: uppercase;
}

.FormCheckbox {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.FormCheckbox input {
  margin: 0;
  display: block;
  appearance: none;
  flex-grow: 0;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 1px solid currentColor;
  position: relative;
  transition: border 0.1s;
}

.FormCheckbox input:checked + .FormCheckbox__icon {
  opacity: 1;
}

.FormCheckbox input:disabled {
  border-color: transparent;
}

.FormCheckbox input:disabled + .FormCheckbox__icon {
  opacity: 0.5;
}

.FormCheckbox label {
  padding-left: 6px;
}

.FormCheckbox__icon {
  position: absolute;
  pointer-events: none;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.1s;
}

.FormElement__container {
  position: relative;
}

.FormElement__container__wrapper {
  position: relative;
}

.FormElement__container input,
.FormElement__container select {
  background: #f3f3f3;
  color: #041E42;
  padding: 17px 20px;
  border: none;
  width: 100%;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  height: 3em;
}

.FormElement__container input.FormElement--white,
.FormElement__container select.FormElement--white {
  background: #fff;
}

.FormElement__container input:focus,
.FormElement__container select:focus {
  outline: none;
  border: none;
}

.FormElement__container input:focus + .FormElement__container__border::after,
.FormElement__container select:focus + .FormElement__container__border::after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}

.FormElement__container input.FormElement--touched:invalid + .FormElement__container__border::after,
.FormElement__container select.FormElement--touched:invalid + .FormElement__container__border::after {
  background: #D12C38;
  transform: scaleX(1);
  transform-origin: 0% 50%;
}

.FormElement__container input.FormElement--pristine + .FormElement__container__border::after,
.FormElement__container select.FormElement--pristine + .FormElement__container__border::after {
  background: #00AED6;
}

.FormElement__container input::-webkit-date-and-time-value {
  text-align: left;
}

.FormElement__container__border {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.FormElement__container__border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #00AED6;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform 0.2s;
}

.FormElement__error-message {
  color: #991F39;
  display: none;
  font-size: 12px;
  padding-top: 10px;
}

.FormElement__error-message--visible {
  display: block;
}

.FormInput {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
}

.FormLabel__container {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding-bottom: 10px;
  flex-wrap: wrap;
}

.FormLabel__container label {
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 10px;
}

.FormPhoneNumber__container {
  display: flex;
  flex-direction: row;
}

.FormPhoneNumber__select {
  flex: 1;
  margin-right: 30px;
}

.FormPhoneNumber__input {
  flex: 5;
}

.FormSelect {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
}

.FormSelect__input__container__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px 0 0;
  color: #667488;
}

/**
 * Global hgroup and headline definition
 */

hgroup {
  margin-bottom: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
  margin: 0;
}

h1[data-color=red],
h2[data-color=red],
h3[data-color=red],
h4[data-color=red],
h5[data-color=red],
h6[data-color=red],
span[data-color=red] {
  color: #D44518;
}

h1[data-color=blue],
h2[data-color=blue],
h3[data-color=blue],
h4[data-color=blue],
h5[data-color=blue],
h6[data-color=blue],
span[data-color=blue] {
  color: #00AED6;
}

.Icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Icon svg {
  width: 20px;
  height: 20px;
}

.IntensityDots__img {
  width: 4.5em;
  height: auto;
}

.IntensityDots__label {
  font-size: 10px;
  color: #041E42;
}

:root {
  --c-link-text-color: #00AED6;
}

a[class=""],
a:not([class]) {
  color: var(--c-link-text-color);
  font-weight: bold;
  text-decoration: none;
}

a[class=""]:hover,
a[class=""]:focus,
a:not([class]):hover,
a:not([class]):focus {
  text-decoration: underline;
}

.meta {
  display: block;
}

.meta__form__container {
  overflow: hidden;
  padding: 0 var(--content-spacing);
}

.meta__form__wrapper {
  width: 100%;
  padding: 0 0 calc(var(--content-spacing) * 2);
}

@media screen and (min-width: 768px) {
  .meta__form__wrapper {
    padding: 0 0 calc(var(--content-spacing) * 2);
  }
}

@media screen and (min-width: 1200px) {
  .meta__form__wrapper {
    padding: 0 0 70px;
  }
}

.meta__meta {
  font-size: 14px;
  display: flex;
  flex-direction: column;
}

.meta__meta__item {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.meta__meta__item:not(:last-of-type) {
  padding-bottom: 10px;
}

.meta__headline {
  width: 100%;
  font-weight: bold;
  padding: calc(var(--content-spacing) * 2) 0;
}

@media screen and (min-width: 768px) {
  .meta__headline {
    padding: calc(var(--content-spacing) * 2) 0;
  }
}

@media screen and (min-width: 1200px) {
  .meta__headline {
    padding: 70px 0 70px;
  }
}

.meta__headline__container {
  padding: 0 var(--content-spacing);
  align-items: center;
  display: flex;
  flex-direction: column;
}

.form__wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.form__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.form__item:not(:last-of-type) {
  padding-bottom: 30px;
}

.form__item > span {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.form__item__headline {
  padding: 0 0 30px;
  font-weight: bold;
}

.form__item__headline--border {
  padding-top: 40px;
  margin-top: 30px;
  border-top: 1px solid #DEDEDE;
}

.trial__footer {
  background: #fff;
  position: sticky;
  bottom: 0;
  width: 100%;
  box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.0705882353);
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.trial__footer__container {
  padding: 16px;
  width: 100%;
}

.trial__footer__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
}

.trial__footer a {
  text-decoration: underline;
}

.trial__footer button {
  cursor: pointer;
  appearance: none;
  border: none;
  color: #fff;
  background: #00AED6;
  padding: 10px 40px;
  border-radius: 1000px;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.NavBar {
  display: flex;
  flex-direction: column;
}

.NavBar .menu {
  padding-right: 1em;
}

@media screen and (min-width: 1200px) {
  .NavBar .menu {
    display: none;
  }
}

.NavBar--no-flex {
  flex: unset !important;
}

.NavBar__dropdown-wrapper {
  position: absolute;
  top: 75px;
  left: 0;
  width: 100vw;
  background-color: #001734;
  padding-top: 30px;
  z-index: var(--navbar-dropdown-z-index);
}

.NavBar__dropdown-wrapper .TextLink > a {
  padding-left: 30px;
}

@media screen and (min-width: 1200px) {
  .NavBar__dropdown-wrapper {
    display: none;
  }
}

.NavBar__dropdown-wrapper :last-child {
  border-bottom: none;
}

.NavBar__dropdown-wrapper-list {
  display: flex;
  flex-direction: column;
}

.NavBar__dropdown-item {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #00304f;
  text-transform: uppercase;
}

.NavBar__desktop-navigation {
  display: none;
  height: 65px;
  background-color: #041E42;
}

@media screen and (min-width: 1200px) {
  .NavBar__desktop-navigation {
    display: flex;
  }
}

.NavBar__desktop-navigation-wrapper {
  justify-content: center;
  align-items: center;
}

.NavBar__desktop-navigation-item {
  height: 100%;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-align: center;
}

.NavBar__desktop-navigation-item :hover .component {
  border-bottom: 2px solid #fff;
}

.NavBar__desktop-navigation .active .component {
  border-bottom: 2px solid #fff;
}

@media screen and (min-width: 768px) {
  .Picture .picture--mobile {
    display: none;
  }
}

.Picture .picture--desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .Picture .picture--desktop {
    display: initial;
  }
}

.ProductCard__container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 30px;
  background-color: #fff;
}

.ProductCard__container.grey {
  background-color: #f3f3f3;
}

.ProductCard__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ProductCard__header-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 2em;
}

.ProductCard__header-bar-new,
.ProductCard__header-bar-edition {
  margin-left: auto;
  width: 6.5em;
  height: 2em;
  background-color: #041E42;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.ProductCard__img {
  object-fit: contain;
  flex-shrink: 0;
}

.ProductCard__img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 220px;
  margin: 1em 0;
}

.ProductCard__description-wrapper {
  display: flex;
  flex-direction: row;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.ProductCard__description-name {
  min-height: 54px;
}

.ProductCard__description-strength {
  color: #9BA5B3;
  text-transform: uppercase;
  margin-left: 0.5em;
}

.ProductCard__description-copy {
  font-size: 14px;
}

.ProductCard__bottom {
  position: relative;
  width: 100%;
}

.ProductCard__info-bar {
  display: flex;
  flex-direction: row;
  margin: 40px 0;
}

.ProductCard__info-bar-dots {
  display: flex;
  align-items: center;
}

.ProductCard__info-bar-size {
  margin-left: auto;
  width: 4em;
  height: auto;
  display: flex;
  align-items: center;
}

.ProductCard hr {
  height: 1px;
  border: none;
  background-color: #DEDEDE;
}

.ProductCard__try-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.QuizRadio {
  display: block;
}

.QuizRadio__container {
  display: flex;
  flex-direction: column;
}

.QuizRadio__headline {
  padding-bottom: 20px;
}

.QuizRadio__headline__index {
  color: #00AED6;
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .QuizRadio__headline__index {
    padding-right: 15px;
  }
}

.QuizRadio__options {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 10px;
}

@media screen and (min-width: 768px) {
  .QuizRadio__options {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.QuizRadio__option {
  display: flex;
  align-items: stretch;
  position: relative;
  align-self: stretch;
}

.QuizRadio__option input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  appearance: none;
  pointer-events: none;
}

.QuizRadio__option input:checked + label {
  background: #041E42;
  color: #fff;
}

.QuizRadio__option input:checked + label + .QuizRadio__option__icon > .QuizRadio__option__icon__inner > span > .Icon {
  opacity: 1;
}

.QuizRadio__option label {
  width: 100%;
  align-self: stretch;
  display: flex;
  align-items: center;
  padding: 20px 70px 20px 20px;
  background: #f3f3f3;
  cursor: pointer;
}

.QuizRadio__option label:hover {
  background: #DEDEDE;
}

.QuizRadio__option__icon {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.QuizRadio__option__icon__inner {
  background: #f3f3f3;
  border: 1px solid #041E42;
  padding: 5px;
}

.QuizRadio__option__icon__inner > span > .Icon {
  transition: opacity 0.1s;
  opacity: 0;
}

.SizeLogo img {
  width: 100%;
  height: 100%;
}

.splide__slide {
  padding: 0;
}

.splide__slide-wrap {
  margin: 0;
  height: 100%;
}

.SocialMediaButtons__wrapper.showDesktop {
  display: none;
}

@media screen and (min-width: 1200px) {
  .SocialMediaButtons__wrapper.showDesktop {
    display: flex;
    flex-direction: row;
  }
}

.SocialMediaButtons__wrapper.showMobile {
  display: flex;
}

.SocialMediaButtons__wrapper.showMobile :last-child {
  padding-right: 0;
}

@media screen and (min-width: 1200px) {
  .SocialMediaButtons__wrapper.showMobile {
    display: none;
  }
}

.SocialMediaButtons__icon {
  display: flex;
  padding-right: 1em;
}

@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  user-select: none;
}

.splide__track--fade > .splide__list {
  display: block;
}

.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

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

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

:root {
  --slider-pagination-size: 10px;
  --slider-controls-transition: 0.3s ease;
}

.splide__pagination {
  list-style: none;
  margin: auto;
  padding: 0;
}

.splide__pagination li {
  display: block;
  padding: 1rem 0.25rem 1rem;
}

.splide__pagination li:only-child {
  display: none;
}

.splide__pagination__page {
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  width: var(--slider-pagination-size);
  height: var(--slider-pagination-size);
  border: 1px solid gray;
  border-radius: 50%;
  background-color: white;
  transition: var(--slider-controls-transition);
}

.splide__pagination__page.is-active {
  background-color: gray;
}

.TabSwitch__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.TabSwitch__desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .TabSwitch__desktop {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

.TabSwitch__desktop-item {
  height: 2.5em;
  background-color: #fff;
  color: #041E42;
  width: 18em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
  margin: 0 -1.5em;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.TabSwitch__desktop-item-wrapper {
  display: flex;
  flex-direction: row;
}

@media screen and (min-width: 1200px) {
  .TabSwitch__desktop-item {
    width: 20em;
  }
}

.TabSwitch__desktop-item:hover {
  background-color: #f3f3f3;
  cursor: pointer;
  z-index: 2;
}

.TabSwitch__desktop-item--active {
  background-color: #00AED6;
  color: #fff;
  z-index: 3;
}

.TabSwitch__desktop-item--active:hover {
  background-color: #00AED6;
  color: #fff;
}

.TabSwitch__mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20em;
}

@media screen and (min-width: 768px) {
  .TabSwitch__mobile {
    display: none;
  }
}

.TabSwitch__mobile-headline-wrapper {
  background-color: #00AED6;
  height: 2.5em;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 1em;
  cursor: pointer;
  border-radius: 2em;
  z-index: 3;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.TabSwitch__mobile-headline-icon {
  margin-left: auto;
}

.TabSwitch__mobile-headline-icon svg {
  fill: white;
}

.TabSwitch__mobile-dropdown {
  flex-direction: column;
  position: relative;
  top: -1em;
  z-index: 1;
  background-color: #fff;
  width: 100%;
  padding: 1em 1em 0 1em;
  border-bottom-left-radius: 2em;
  border-bottom-right-radius: 2em;
}

.TabSwitch__mobile-item {
  color: #041E42;
  padding: 1em 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.TabSwitch__description {
  margin-top: 1em;
  display: flex;
  justify-content: center;
  height: 1.5em;
}

.TextBlock {
  display: flex;
  flex-direction: column;
}

.TextLink a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  display: flex;
}

.TextLink a.tiny {
  font-size: 10px;
}

.TextLink a.small {
  font-size: 12px;
}

.TextLink a.large {
  font-size: 18px;
}

.TextLink a.extra {
  font-size: 24px;
}

.TextLink a.extreme {
  font-size: 32px;
}

.TextLink a.bold {
  font-weight: bold;
}

.mAccordeon {
  position: relative;
  display: block;
}

.mAccordeon p.small {
  font-size: 10px;
}

.mAccordeon ul,
.mAccordeon ol {
  padding: 0 0 0 20px;
}

.mAccordeon ul li {
  padding: 0 0 0 5px;
}

.mAccordeon ul li::marker {
  color: #00AED6;
}

.mAccordeon__index__mobile {
  width: 100%;
  position: sticky;
  top: 0px;
  height: 40px;
  z-index: 1;
  height: fit-content;
  background: white;
}

@media screen and (min-width: 1200px) {
  .mAccordeon__index__mobile {
    display: none;
  }
}

.mAccordeon__index__mobile__button {
  color: #00AED6;
  text-align: left;
  appearance: none;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: bold;
  background: #f3f3f3;
  position: relative;
  z-index: 1;
}

.mAccordeon__index__mobile__button__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: var(--wrap-content-max-width);
  padding: var(--content-spacing);
}

@media screen and (min-width: 768px) {
  .mAccordeon__index__mobile__button__inner {
    padding-left: calc(var(--content-spacing) * 2.5);
  }
}

@media screen and (min-width: 1200px) {
  .mAccordeon__index__mobile__button__inner {
    padding: var(--content-spacing);
  }
}

.mAccordeon__index__mobile__button__inner > span:last-of-type {
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.mAccordeon__index__mobile__button__inner > span:last-of-type svg {
  display: block;
  transform: rotateX(0);
  transition: transform 0.2s;
}

.mAccordeon__index__mobile__button__inner > span:last-of-type svg path {
  fill: black !important;
}

.mAccordeon__index__mobile__button__inner--expanded > span:last-of-type {
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.mAccordeon__index__mobile__button__inner--expanded > span:last-of-type svg {
  transform: rotateX(180deg);
}

.mAccordeon__index__mobile__content {
  display: none;
  background: #f3f3f3;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1019607843);
  position: absolute;
  width: 100%;
  justify-content: center;
  transform: translateY(-50px);
  opacity: 0;
  transition: transform 0.2s, opacity 0.1s;
}

.mAccordeon__index__mobile__content__inner {
  width: 100%;
  max-width: var(--wrap-content-max-width);
  padding: var(--content-spacing);
  padding: var(--content-spacing) var(--content-spacing) calc(var(--content-spacing) * 1.5);
  position: relative;
}

.mAccordeon__index__mobile__content__inner::before {
  content: "";
  width: calc(100% - var(--content-spacing) * 2);
  display: block;
  border-top: 1px solid #DEDEDE;
  position: absolute;
  top: 0;
}

.mAccordeon__index__mobile__content__inner > div:not(:last-of-type) {
  padding-bottom: var(--content-spacing);
}

.mAccordeon__index__mobile__content--expanded {
  display: flex;
  transform: translateY(0);
  opacity: 1;
}

.mAccordeon__index__mobile__content--transitioning {
  display: flex;
}

.mAccordeon__group__headline {
  position: relative;
  display: block;
  padding-bottom: var(--content-spacing);
}

.mAccordeon__group__items {
  padding-bottom: calc(var(--content-spacing) * 2.5);
}

.mAccordeon__group__items > :last-of-type .accordeonItem__container {
  border-bottom: 1px solid #DEDEDE;
}

.mAccordeon__link {
  text-decoration: none;
  color: inherit;
  font-weight: bold;
}

.mAccordeon__link--active {
  color: #00AED6;
}

.mAgeGate {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  background-color: black;
  justify-content: center;
  align-items: center;
}

.mAgeGate .ageContent {
  background: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 18em;
  height: 30em;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .mAgeGate .ageContent {
    width: 36em;
    height: 23em;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  .mAgeGate .ageContent {
    height: 28em;
  }
}

@media screen and (min-width: 1200px) {
  .mAgeGate .ageContent {
    width: 50em;
    height: 30em;
  }
}

.mAgeGate .ageContent__logo-img {
  flex: 3;
}

.mAgeGate .ageContent__buttons {
  align-items: center;
  display: flex;
  flex: 2;
  flex-direction: column;
  margin-bottom: 0em;
}

@media screen and (min-width: 768px) {
  .mAgeGate .ageContent__buttons {
    align-content: center;
    flex-direction: row;
    justify-content: center;
  }
}

.mAgeGate .ageContent__button {
  padding: 2px;
}

@media screen and (min-width: 768px) {
  .mAgeGate .ageContent__button {
    padding: 1em;
  }
}

.mAgeGate .ageContent__disclaimer {
  flex: 1;
  font-size: 14px;
  opacity: 0.6;
  margin-bottom: 2px;
}

.mAgeGate .ageContent__underage {
  background: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 18em;
  height: 15em;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .mAgeGate .ageContent__underage {
    width: 35em;
    height: 15em;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .mAgeGate .ageContent__underage {
    width: 40em;
    height: 18em;
  }
}

.mAgeGate.hidden {
  display: none;
}

.mAgeGate .hidden {
  display: none;
}

.mAgeGate h1 {
  flex: 1;
  font-size: 1.6em;
  padding-top: 40px;
}

.mAgeGate h3 {
  flex: 1;
  font-weight: normal;
  line-height: 1.5;
}

.mBreadcrumbs__wrapper {
  display: grid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f3f3f3;
  height: 4em;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .mBreadcrumbs__wrapper {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .mBreadcrumbs__wrapper {
    height: 3em;
  }
}

.mBreadcrumbs__group {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.mBreadcrumbs__mobile {
  display: flex;
}

@media screen and (min-width: 768px) {
  .mBreadcrumbs__mobile {
    display: none;
  }
}

.mBreadcrumbs__tablet {
  display: none;
}

@media screen and (min-width: 768px) {
  .mBreadcrumbs__tablet {
    display: flex;
  }
}

.mBreadcrumbs__item-wrapper {
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .mBreadcrumbs__item-wrapper {
    flex-direction: row;
    align-items: center;
  }
}

.mBreadcrumbs__item-top {
  display: flex;
  flex-direction: row;
}

.mBreadcrumbs__item-circle {
  width: 1em;
  height: 1em;
  border: 1px solid #041E42;
  border-radius: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.mBreadcrumbs__item-circle .Icon {
  width: 0.8em;
  height: 0.8em;
}

.mBreadcrumbs__item-circle--active {
  border-color: #00AED6;
  background-color: #00AED6;
}

.mBreadcrumbs__item-label {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #041E42;
}

@media screen and (min-width: 768px) {
  .mBreadcrumbs__item-label {
    margin-left: 0.5em;
  }
}

.mBreadcrumbs__item-label--active {
  color: #00AED6;
  color: #00AED6;
}

.mBreadcrumbs__item-label--hidden {
  display: none;
}

@media screen and (min-width: 768px) {
  .mBreadcrumbs__item-label--hidden {
    display: block;
  }
}

.mBreadcrumbs__item-label--center {
  justify-content: center;
}

.mBreadcrumbs__item-label--right {
  justify-content: end;
}

.mBreadcrumbs__item-line--vertical {
  border-top: 0.12em solid #041E42;
  padding: 0 3em;
  margin: 0.44em 0.5em;
}

@media screen and (min-width: 768px) {
  .mBreadcrumbs__item-line--vertical {
    padding: 0 4em;
  }
}

@media screen and (min-width: 1200px) {
  .mBreadcrumbs__item-line--vertical {
    padding: 0 7em;
  }
}

@media screen and (min-width: 1900px) {
  .mBreadcrumbs__item-line--vertical {
    padding: 0 10em;
  }
}

.mBreadcrumbs__item-line--vertical--active {
  border-color: #00AED6;
}

body.hasColorBarComponent {
  position: relative;
}

@media screen and (min-width: 1200px) {
  body.hasColorBarComponent.bothBars .module:not(.fullWidthModule, .mColorBar, .mAgeGate) {
    display: block;
    margin: 0 var(--color-bar-width);
  }

  body.hasColorBarComponent.leftBar .module:not(.fullWidthModule):not(.mColorBar),
  body.hasColorBarComponent.rightBar .module:not(.fullWidthModule):not(.mColorBar) {
    display: block;
  }

  body.hasColorBarComponent.rightBar .module:not(.fullWidthModule):not(.mColorBar) {
    margin-right: var(--color-bar-width);
  }

  body.hasColorBarComponent.leftBar .module:not(.fullWidthModule):not(.mColorBar) {
    margin-left: var(--color-bar-width);
  }
}

.colorBar {
  display: none;
}

@media screen and (min-width: 1200px) {
  .colorBar {
    display: block;
    position: absolute;
    top: 0;
    z-index: var(--color-bar-z-index);
    width: 100%;
    height: 100%;
    user-select: none;
    pointer-events: none;
  }
}

.colorBar .colorBar_left,
.colorBar .colorBar_right {
  position: absolute;
  width: var(--color-bar-width);
  height: 100%;
  background-size: contain;
  background-repeat: repeat-y;
}

.colorBar .colorBar_right {
  right: 0;
}

.colorBar .colorBar_left {
  left: 0;
}

.mContentTeaser__center {
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.mContentTeaser__wrapper {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 50px;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mContentTeaser__wrapper {
    grid-template-columns: auto auto;
  }
}

.mContentTeaser__teaser {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  width: 20em;
}

.mContentTeaser__teaser-image {
  object-fit: cover;
}

.mContentTeaser__teaser-bottom {
  background-color: #fff;
  padding: 30px;
  padding-bottom: 50px;
  height: 100%;
  position: relative;
}

.mContentTeaser__teaser-bottom.grey {
  background-color: #f3f3f3;
}

.mContentTeaser__teaser-bottom-headline {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.mContentTeaser__teaser-bottom-copy {
  font-size: 18px;
  padding-bottom: 40px;
}

.mContentTeaser__teaser-bottom-cta {
  position: absolute;
  bottom: 40px;
}

.mCopyImage {
  display: block;
}

.mCopyImage p.small {
  font-size: 10px;
}

.mCopyImage .text {
  flex-grow: 1;
  padding: calc(var(--content-spacing) * 2) var(--content-spacing) calc(var(--content-spacing) * 3);
}

.mCopyImage .text h2,
.mCopyImage .text h3 {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .mCopyImage .text {
    padding: calc(var(--content-spacing) * 2) calc(var(--content-spacing) * 2.5);
  }
}

.mCopyImage .picture {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mCopyImage .picture {
    width: 40%;
    flex-shrink: 0;
    flex-grow: 0;
  }
}

.mCopyImage .picture picture,
.mCopyImage .picture img {
  display: block;
  width: 100%;
  height: auto;
}

.mCopyImage .wrap--content {
  flex-wrap: nowrap;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .mCopyImage .wrap--content {
    flex-direction: row;
    align-items: center;
  }

  .mCopyImage .wrap--content[data-mode=right] .text {
    order: 1;
  }

  .mCopyImage .wrap--content[data-mode=right] .picture {
    order: 2;
  }
}

.mCopyImage .background[data-color=grey] {
  color: #041E42;
  background-color: #f3f3f3;
}

.mCopyImage .background[data-color=blue] {
  color: #fff;
  background-color: #041E42;
}

.mHoverIcon .hoverWrapper {
  width: 120px;
  height: auto;
  right: 20px;
  bottom: 100px;
  z-index: 1;
}

.mHoverIcon .hoverWrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.mHoverIcon .is-fixed .hoverWrapper {
  position: fixed;
}

.mHoverIcon .left .hoverWrapper {
  right: auto;
  left: 20px;
}

@media (max-width: 1200px) {
  .mHoverIcon {
    bottom: 100px;
  }

  .mHoverIcon .hoverWrapper {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in-out;
  }

  .mHoverIcon .hoverWrapper.is-sticky {
    opacity: 1;
    pointer-events: auto;
  }
}

:root {
  --icon-list-column-count: 4;
}

.mIconList {
  display: block;
  padding: calc(var(--content-spacing) * 3) 0;
  color: #fff;
  background-color: #041E42;
}

@media screen and (min-width: 992px) {
  .mIconList {
    padding: calc(var(--content-spacing) * 2.5) 0;
  }
}

.mIconList .wrap--content {
  flex-direction: row;
}

.mIconList .text {
  display: block;
  width: 100%;
  text-align: center;
}

.mIconList .text h2,
.mIconList .text h3 {
  font-weight: bold;
}

.mIconList .text .blue {
  color: #00AED6;
}

.mIconList .text + .text {
  margin-top: calc(var(--content-spacing) * 1.5);
}

.mIconList .icon-list {
  list-style: none;
  display: flex;
  margin: calc(var(--content-spacing) * -1) 0 0;
  padding: 0;
  flex-wrap: wrap;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .mIconList .icon-list {
    margin: calc(var(--content-spacing) * -2) 0 0;
  }
}

@media screen and (min-width: 1200px) {
  .mIconList .icon-list {
    margin: 0 calc(var(--content-spacing) * -1);
    flex-wrap: nowrap;
    flex-direction: row;
  }
}

.mIconList .icon-list figure,
.mIconList .icon-list figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .mIconList .icon-list figure {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .mIconList .icon-list figure > div:first-child {
    margin-right: calc(var(--content-spacing) * 1.5);
    flex-grow: 0;
    flex-shrink: 0;
    width: 9rem;
  }
}

@media screen and (min-width: 1200px) {
  .mIconList .icon-list figure {
    display: block;
  }

  .mIconList .icon-list figure > div:first-child {
    margin-right: 0;
    width: 100%;
  }
}

.mIconList .icon-list figcaption {
  flex-grow: 10;
}

@media screen and (min-width: 992px) {
  .mIconList .icon-list figcaption {
    margin-top: calc(var(--content-spacing) * 0.5);
  }
}

@media screen and (min-width: 1200px) {
  .mIconList .icon-list figcaption {
    margin-top: var(--content-spacing);
  }
}

.mIconList .icon-list img {
  width: 100%;
  height: auto;
  max-width: 9rem;
}

.mIconList .icon-list--col5 {
  --icon-list-column-count: 5;
}

.mIconList .icon-list__item {
  display: block;
  margin: calc(var(--content-spacing) * 3) 0 0;
  padding: 0 var(--content-spacing);
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .mIconList .icon-list__item {
    text-align: left;
  }
}

@media screen and (min-width: 1200px) {
  .mIconList .icon-list__item {
    text-align: center;
    margin-top: 0;
    width: calc(100% / var(--icon-list-column-count));
  }
}

.mIconList .icon-list__headline {
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
}

.mIconList .icon-list__copy:not(:empty) {
  margin-top: calc(var(--content-spacing) * 0.5);
}

.mLogin {
  display: block;
}

.mPageFooter__age-warning-banner-container {
  margin-top: 80px;
}

.mPageFooter .floating-cookie-icon {
  position: fixed;
  bottom: 70px;
  left: 40px;
  height: auto;
  white-space: normal;
  word-wrap: break-word;
  padding: 0.8em 2em;
  font-size: 0.8em;
  line-height: 1.2;
  cursor: pointer;
  -moz-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  -webkit-transition: 1s ease;
  transition: 0.1s ease;
  z-index: var(--floating-cookie-icon-z-index);
  text-indent: -9999px;
  padding: 0 !important;
  border: none !important;
  background: 0 0 !important;
}

.mPageFooter .floating-cookie-icon:after {
  border: 2px solid #e35205;
  border-radius: 50%;
  background-color: #fff;
  content: "" !important;
  float: left;
  text-indent: 0;
  width: 28px;
  height: 28px;
  background-size: 24px 24px;
  background-image: url("../../../static/images/cookie-icon.png");
  background-repeat: no-repeat;
}

.mProductList__wrapper {
  background-color: #f3f3f3;
}

.mProductList__wrapper.grey {
  background-color: #fff;
}

.mProductList__center {
  justify-content: center;
}

.mProductList__center .no-flex-grow {
  display: flex;
  justify-content: center;
  flex-grow: 0;
}

.mProductList__reset-filter {
  padding-bottom: var(--content-spacing);
  display: flex;
  width: 100%;
  justify-content: center;
}

.mProductList__tab-switch {
  display: flex;
  justify-content: center;
  padding-top: 1em;
  width: 100%;
  padding-top: calc(var(--content-spacing) * 2);
}

@media screen and (min-width: 1200px) {
  .mProductList__tab-switch {
    padding-top: 70px;
  }
}

.mProductList__cards-wrapper {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
  padding: 0 var(--content-spacing) 30px;
  max-width: var(--wrap-content-max-width);
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .mProductList__cards-wrapper {
    padding: 0 0 30px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
  }
}

@media screen and (min-width: 1200px) {
  .mProductList__cards-wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto auto;
  }

  .mProductList__cards-wrapper--with-sidebar {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1200px) and (min-width: 1900px) {
  .mProductList__cards-wrapper--with-sidebar {
    grid-template-columns: repeat(3, 1fr);
  }
}

.mRegister {
  display: block;
}

.mRegister .copytext.small {
  font-size: 10px;
}

.mStageTeaser {
  display: block;
}

.mStageTeaser .splide__slide .wrap--content {
  justify-content: flex-end;
}

.mStageTeaser .splide__slide .wrap--content.left {
  justify-content: flex-start;
}

.mStageTeaser .splide__slide.has-cta {
  cursor: pointer;
}

.mStageTeaser .splide__slide-wrap {
  margin: 0;
  height: 100%;
}

.mStageTeaser .splide__slide-wrap[data-color=blue] {
  color: #fff;
  background-color: #041E42;
}

.mStageTeaser .splide__slide-wrap.noText picture {
  position: relative;
}

.mStageTeaser .splide__slide-wrap.noText picture img {
  width: 100%;
}

.mStageTeaser .splide__slide-wrap.noText .wrap--content {
  display: none;
}

.mStageTeaser .splide picture img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1200px) {
  .mStageTeaser .splide picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .mStageTeaser .splide picture img {
    width: auto;
    height: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .mStageTeaser .splide [data-mode=left] picture {
    max-width: calc((100vw - (100vw - var(--wrap-content-max-width))) * 0.4 + (100vw - (100vw - var(--wrap-content-max-width))) * 0.6 / 60 * 5 + (100vw - var(--wrap-content-max-width)) / 2);
  }
}

.mStageTeaser .splide .text {
  margin: 0;
  padding: calc(var(--content-spacing) * 2) var(--content-spacing);
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mStageTeaser .splide .text {
    padding: calc(var(--content-spacing) * 2) calc(var(--content-spacing) * 2.5);
  }
}

@media screen and (min-width: 1200px) {
  .mStageTeaser .splide .text {
    position: relative;
    padding: var(--content-spacing) 0 var(--content-spacing) calc(var(--content-spacing) * 2.5);
    width: 60%;
  }
}

.mStageTeaser .splide .text a.cta {
  display: inline-block;
  margin-top: var(--content-spacing);
  padding: 0.35em 2em;
  border-radius: 1.2em;
  text-decoration: none;
  text-align: center;
  width: 100%;
  color: #041E42;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .mStageTeaser .splide .text a.cta {
    width: auto;
  }
}

.mStageTeaser .splide .text a.cta.hidden {
  display: none;
}

.mStageTeaser .splide .text > div {
  margin-top: var(--content-spacing);
}

.mStageTeaser .splide .text > div:empty {
  display: none;
}

.mStageTeaser .splide .text > div > :first-child {
  margin-top: 0;
}

.mStageTeaser .splide .text > div > :last-child {
  margin-bottom: 0;
}

.mStoreLocator {
  display: block;
  --min-height: 750px;
}

.mStoreLocator__wrapper {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1200px) {
  .mStoreLocator__wrapper {
    min-height: var(--min-height);
    height: calc(100vh - 165px);
    display: grid;
    grid-template-rows: auto auto;
    /* column-gap: 30px; */
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "controls   map" "resultlist map";
  }
}

.mStoreLocator__headline {
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 40px;
}

.mStoreLocator__headline__sub {
  color: #00AED6;
}

.mStoreLocator__headline__copy {
  font-size: 12px;
}

@media screen and (min-width: 1200px) {
  .mStoreLocator__headline {
    display: flex;
    flex-direction: column;
  }
}

.mStoreLocator__controlWrapper {
  background: #f3f3f3;
  width: 100%;
  padding: calc(var(--content-spacing) * 2) var(--content-spacing) 40px;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1200px) {
  .mStoreLocator__controlWrapper {
    padding: calc(var(--content-spacing) * 2) calc(var(--content-spacing) * 2) 0 calc(var(--content-spacing) * 4);
  }
}

@media screen and (min-width: 1900px) {
  .mStoreLocator__controlWrapper {
    padding: calc(var(--content-spacing) * 1.2) calc(var(--content-spacing) * 2.4) 0 calc(var(--content-spacing) * 4);
  }
}

.mStoreLocator__controlWrapper__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1200px) {
  .mStoreLocator__controlWrapper__content {
    max-width: 660px;
    align-self: flex-end;
  }
}

.mStoreLocator_map {
  height: 493px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mStoreLocator_map {
    width: 100%;
    height: 493px;
  }
}

@media screen and (min-width: 1200px) {
  .mStoreLocator_map {
    grid-area: map;
    height: calc(100vh - 165px);
    min-height: var(--min-height);
  }
}

.mStoreLocator_map > {
  box-sizing: border-box;
}

.mStoreLocator__resultList {
  background: #f3f3f3;
  position: relative;
  grid-area: resultlist;
  max-height: 100%;
  overflow: hidden;
}

.mStoreLocator__resultList__wrapper {
  max-height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  padding: calc(var(--content-spacing) * 1.5) var(--content-spacing) calc(var(--content-spacing));
}

@media screen and (min-width: 1200px) {
  .mStoreLocator__resultList__wrapper {
    padding: 70px calc(var(--content-spacing) * 2) calc(var(--content-spacing)) calc(var(--content-spacing) * 4);
  }
}

@media screen and (min-width: 1900px) {
  .mStoreLocator__resultList__wrapper {
    padding: 70px calc(var(--content-spacing) * 2.4) calc(var(--content-spacing)) calc(var(--content-spacing) * 4);
  }
}

.mStoreLocator__resultList__wrapper__content {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .mStoreLocator__resultList__wrapper__content {
    max-width: 660px;
    align-self: flex-end;
  }
}

@media screen and (min-width: 1200px) {
  .mStoreLocator__resultList::before,
  .mStoreLocator__resultList::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 70px;
    pointer-events: none;
  }

  .mStoreLocator__resultList::before {
    content: "";
    top: 0;
    background: linear-gradient(0deg, rgba(243, 243, 243, 0) 0%, #f3f3f3 100%);
  }

  .mStoreLocator__resultList::after {
    content: "";
    bottom: 0;
    background: linear-gradient(180deg, rgba(243, 243, 243, 0) 0%, #f3f3f3 100%);
  }
}

.mStoreLocator__resultList__subline {
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.mStoreLocator__resultList__item {
  font-size: 18px;
  font-family: "Velo Sans";
  padding: 30px 0;
  border-top: 1px solid #9BA5B3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mStoreLocator__resultList__item:last-of-type {
  border-bottom: 1px solid #9BA5B3;
}

.mStoreLocator__resultList__item--single {
  border: none;
  padding: 15px 0;
}

.mStoreLocator__resultList__item__copyWrapper {
  width: 100%;
}

.mStoreLocator__resultList__item__copyWrapper__top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mStoreLocator__resultList__item__copyWrapper__top > :first-child {
  padding-right: var(--content-spacing);
  font-weight: bold;
}

.mStoreLocator__resultList__item__address {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  margin: 0;
}

.mStoreLocator__resultList__item__meta {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  padding-top: 20px;
}

@media screen and (min-width: 1200px) {
  .mStoreLocator__resultList__item__meta {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-top: 10px;
  }
}

.mStoreLocator__resultList__item__meta .mStoreLocator__label__wrapper {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mStoreLocator__resultList__item__meta .mStoreLocator__label__wrapper {
    margin-right: 20px;
    margin-bottom: 0;
  }
}

.mStoreLocator__resultList__item__meta--single {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  padding-top: 20px;
}

.mStoreLocator__resultList__item__meta--single .mStoreLocator__label__wrapper {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mStoreLocator__resultList__item__meta--single .mStoreLocator__label__wrapper {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.mStoreLocator__resultList__item__meta a {
  width: 100%;
  justify-self: flex-end;
}

@media screen and (min-width: 1200px) {
  .mStoreLocator__resultList__item__meta a {
    width: initial;
  }
}

.mStoreLocator_filterGroup {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}

.mStoreLocator_filterGroup__items {
  display: flex;
  flex-wrap: wrap;
}

.mStoreLocator_filterGroup__items > div {
  display: block;
  padding-right: 30px;
}

.mStoreLocator_filterGroup__items > div > span {
  display: block;
}

@media screen and (min-width: 1200px) {
  .mStoreLocator_filterGroup__items > div {
    padding-right: 50px;
  }
}

.mStoreLocator_filterLabel {
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.mStoreLocator_filter {
  margin-right: 1em;
  margin-bottom: 0.75em;
}

.mStoreLocator__cta {
  display: block;
  text-decoration: none;
  background: #041E42;
  color: #fff;
  font-weight: bold;
  padding: 12px 60px;
  border-radius: 1000px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}

.mStoreLocator__cta--highlight {
  background: #D44518;
}

.mStoreLocator__label {
  display: inline;
  font-weight: bold;
  text-align: center;
  background: #041E42;
  padding: 6px 30px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.mStoreLocator__label--highlight {
  background: #D44518;
}

.mStoreLocator__searchfieldWrapper {
  position: relative;
}

.mStoreLocator__searchfield {
  background: #fff;
  color: #041E42;
  font-weight: bold;
  padding: 17px 76px 17px 20px;
  border: none;
  width: 100%;
  position: relative;
}

.mStoreLocator__locateButton {
  right: 0;
  top: 0;
  border: none;
  background: transparent;
  padding: 0;
  position: absolute;
  height: 100%;
  padding: 0 20px;
}

.mStoreLocator__locateButton__icon svg,
.mStoreLocator__locateButton__icon symbol {
  width: 36px;
  height: 36px;
}

.mTextList {
  display: block;
}

.mTextList p.small {
  font-size: 10px;
}

.mTextList .text {
  padding: calc(var(--content-spacing) * 2) var(--content-spacing) 0;
}

.mTextList .text h2,
.mTextList .text h3 {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .mTextList .text {
    padding-left: calc(var(--content-spacing) * 2.5);
    padding-right: calc(var(--content-spacing) * 2.5);
  }
}

@media screen and (min-width: 992px) {
  .mTextList .text {
    padding: calc(var(--content-spacing) * 2) calc(var(--content-spacing) * 2.5);
  }
}

.mTextList .text:first-child {
  display: block;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .mTextList .text:first-child {
    padding-right: 0;
    width: 40%;
    flex-shrink: 0;
    flex-grow: 0;
  }
}

.mTextList .text:last-child {
  padding-top: var(--content-spacing);
  padding-bottom: calc(var(--content-spacing) * 2);
  flex-grow: 1;
}

@media screen and (min-width: 992px) {
  .mTextList .text:last-child {
    padding-top: calc(var(--content-spacing) * 2);
  }
}

.mTextList .wrap--content {
  flex-wrap: nowrap;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .mTextList .wrap--content {
    flex-direction: row;
    align-items: flex-start;
  }
}

.mTextList .background {
  color: #041E42;
  background-color: #f3f3f3;
}

.mTextList hgroup {
  display: inline-block;
  text-align: left;
}

.mTextList .text-list {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

.mTextList .text-list__item {
  display: flex;
  padding-bottom: 10px;
}

.mTextList .text-list__item + .text-list__item {
  margin-top: var(--content-spacing);
}

.mTextList .text-list__headline {
  font-size: inherit;
  line-height: inherit;
  font-weight: bold;
}

.mTextList .text-list__copy {
  margin-top: 0;
  margin-bottom: var(--content-spacing);
}

.mTextList .text-list__image {
  flex: 2;
  padding-right: 15px;
}

.mTextList .text-list__text {
  flex: 10;
}

.mTextTeaser__bg {
  background-color: #f3f3f3;
}

.mTextTeaser__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .mTextTeaser__wrapper {
    flex-direction: row;
  }
}

.mTextTeaser__wrapper :last-child {
  margin-right: 0;
}

.mTextTeaser__teaser {
  min-height: 20em;
  width: 100%;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  background-color: #00AED6;
  background-image: url("../../../static/images/TextTeaser_BG_Big_Dark@2x.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.mTextTeaser__teaser.secondary {
  background-color: #041E42;
  background-image: url("../../../static/images/TextTeaser_BG_Big_Light@2x.png");
}

.mTextTeaser__teaser-headline {
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 500;
}

.mTextTeaser__teaser-subline {
  color: #041E42;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 500;
}

.mTextTeaser__teaser-subline.secondary {
  color: #00AED6;
}

.mTextTeaser__teaser-copy {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: calc(70px + 1.5em);
}

.mTextTeaser__teaser-cta {
  position: absolute;
  bottom: calc(50px + 1.5em);
}

.mTrialQuestions {
  display: block;
}

.mTrialQuestions__headline {
  width: 100%;
  font-weight: bold;
  padding-bottom: 50px;
}

.mTrialQuestions__questions {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.mTrialQuestions__questions > :not(:last-of-type) {
  margin-bottom: 70px;
}

.mUserMessage {
  display: block;
}

.mUserMessage .text {
  padding: calc(var(--content-spacing) * 2) var(--content-spacing) 0;
  color: #D12C38;
}

.mUserMessage .text h2 {
  font-weight: bold;
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .mUserMessage .text {
    padding-left: calc(var(--content-spacing) * 2.5);
    padding-right: calc(var(--content-spacing) * 2.5);
  }
}

@media screen and (min-width: 992px) {
  .mUserMessage .text {
    padding: calc(var(--content-spacing) * 2) calc(var(--content-spacing) * 2.5);
  }
}

.mUserMessage .text:first-child {
  display: block;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .mUserMessage .text:first-child {
    padding-left: 0;
    padding-right: 0;
    width: 40%;
    flex-shrink: 0;
    flex-grow: 0;
    text-align: center;
  }
}

.mUserMessage .text:last-child {
  padding-top: var(--content-spacing);
  padding-bottom: calc(var(--content-spacing) * 2);
  flex-grow: 1;
}

@media screen and (min-width: 992px) {
  .mUserMessage .text:last-child {
    padding-top: calc(var(--content-spacing) * 2);
  }
}

.mUserMessage .wrap--content {
  flex-wrap: nowrap;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .mUserMessage .wrap--content {
    flex-direction: row;
    align-items: flex-start;
  }
}

.mUserMessage .background {
  color: #041E42;
  background-color: #f3f3f3;
}

.mUserMessage hgroup {
  display: inline-block;
  text-align: left;
}

.mUserMessage .user-message {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

.mUserMessage .user-message__copy {
  margin-top: 0;
  margin-bottom: 0;
}

.mVideo {
  display: flex;
  justify-content: center;
}

.mVideo .videoButton {
  width: 84px;
  height: 84px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.mVideo .videoButton svg {
  width: 100%;
  height: 100%;
}

.mVideo .videoPlayer {
  width: 100%;
  object-fit: fill;
  padding: calc(var(--content-spacing) * 2) var(--content-spacing) calc(var(--content-spacing) * 3);
}

@media screen and (min-width: 768px) {
  .mVideo .videoPlayer {
    padding: calc(var(--content-spacing) * 2) calc(var(--content-spacing) * 2.5);
  }
}

.blockImage img {
  width: 100%;
  display: block;
}

.blockImage[data-color=grey] {
  background-color: #f3f3f3;
}