/* General */
html {
  font-size: 14.4px;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: inherit;
}
@media only screen and (max-width: 767px) {
  a {
    cursor: default !important;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: 0 !important;
}
input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
textarea {
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none; /*remove the resize handle on the bottom right*/
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}
.input-field:hover::placeholder {
  opacity: 0.5;
}
.input-field:focus::placeholder {
  opacity: 0.5;
}
/* 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;
}
.disable-slider-button {
  pointer-events: none;
  cursor: auto !important;
  opacity: 0.3;
}
/* END General */

video::-webkit-media-controls {
  display: none;
  -webkit-appearance: none;
}
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
video::-webkit-media-controls-overlay-play-button {
  display: none !important;
}
a {
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px;
}
@media screen and (min-width: 991px) {
  .container.is--header.is--scrolled {
    background: #ffffff;
  }
}
.header.is--open {
  background: #ffffff;
}
@media screen and (max-width: 991px) {
  .container.is--header.is--scrolled .header {
    background: #ffffff;
  }
}
.header__menu-item:first-child {
  border-top: none;
}
.header.is--open .header__menu-burger-icon-line.is--1 {
  top: 50%;
  opacity: 0;
}
.header.is--open .header__menu-burger-icon-line.is--3 {
  bottom: 50%;
  opacity: 0;
}
.footer__text a,
.footer__accuraten a,
.policy__rich a {
  text-decoration: underline;
}
a.footer__text,
.footer__text a,
.footer__accuraten a,
.policy__rich a {
  transition: opacity 0.3s ease-in-out;
}
.footer a:hover,
.policy__rich a:hover {
  opacity: 0.6;
}
.footer-wrap:not(.is--home) .footer__animation {
  display: none;
}
.content-item__card-details {
  visibility: hidden;
  transition-behavior: allow-discrete;
}
.content-item__card-content.is--open .content-item__card-details {
  opacity: 1;
  visibility: visible;
}
.content-item__card-content.is--open .content-item__card-label {
  opacity: 0;
}
.content-item__card-content.is--open .content-item-toggle-icon-line.is--1 {
  transform: rotateZ(0deg);
}
.content-item__card-open-text a {
  color: #fff;
  transition: opacity 0.3s ease-in-out;
}
.content-item__card-open-text a:hover {
  opacity: 0.6;
}
.content-item__card-content-list::marker {
  content: "•  ";
  font-size: 1.2em;
  margin-right: 24px;
}
.content-item__card {
  transition: 0.3s filter ease-in-out;
}
html:not(.wf-design-mode) .content-item__card {
  filter: blur(10px);
}
.content-item__card.is--visible {
  filter: blur(0px) !important;
}
.container:has(.policy__rich) {
  max-width: 1136px;
}
.policy__rich h2 {
  font-weight: 500;
  font-size: 3.06rem;
}
@media screen and (max-width: 767px) {
  .policy__rich h2 {
    font-size: 24px;
  }
}

a.footer__text {
  text-decoration: none;
  background-image: linear-gradient(black, black);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 1px;
  transition-property: opacity, background-size;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
}

a.footer__text:hover {
  background-size: 100% 1px;
  color: inherit;
}
