@charset "UTF-8";
/**
 * -> sass root
 * ! make sure to add your imports
 */
/**
 * —> project abstracts variables
 * colors + color map
 * transitions
 * border
 * viewport
 * spacing
 * typo
 * spacing
 * responsive type vars
 */
/**
 * -> project abstracts functions
 * tint and shade colors
 * strip unit for better calc
 * font-weight
 */
/**
 * —> project abstracts mixins
 * font face
 * responsive type
 */
/** 
 * —> responsive type mixin
*/
/**
 * -> fonts
 */
@font-face {
  font-family: "Commuters Sans";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/montserrat/commuters-sans-light.woff2") format("woff2");
}
@font-face {
  font-family: "Commuters Sans";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/montserrat/commuters-sans-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Commuters Sans";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/montserrat/commuters-sans-semibold.woff2") format("woff2");
}
@font-face {
  font-family: "Commuters Sans";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/montserrat/commuters-sans-bold.woff2") format("woff2");
}
/**
 * -> resets
*/
html {
  box-sizing: border-box;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  background-color: #ff005a;
  background-image: url("data:image/svg+xml,%3Csvg width='500' height='500' viewBox='0 0 500 500' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='rotate(45 250 250)'%3E%3Cpath d='M250 0C111.93 0 0 111.93 0 250C0 388.07 111.93 500 250 500C388.07 500 500 388.07 500 250C500 111.93 388.07 0 250 0ZM415 402.74C415 409.51 409.51 415 402.74 415H97.26C90.48 415 85 409.51 85 402.74V97.26C85 90.48 90.48 85 97.26 85H402.75C409.52 85 415.01 90.49 415.01 97.26V402.74H415Z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: 128px 128px;
}

body {
  background-color: transparent !important;
  transition: background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
body.h-js-page_loaded {
  background-color: white !important;
}

#et-main-area {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#et-main-area.h-js-is-active {
  opacity: 1;
}

.container {
  width: 80%;
  max-width: 1440px;
  margin: auto;
}

#page-container {
  padding: 0;
  transition: padding 0.25s ease-in-out;
}

.et_pb_section {
  background-color: transparent;
  transition: padding 0.25s ease-in-out;
}
@media (min-width: 981px) {
  .et_pb_section {
    padding: 32px 0;
  }
}
@media (min-width: 1200px) {
  .et_pb_section {
    padding: 64px 0;
  }
}
@media only screen and (min-width: 1500px) {
  .et_pb_section {
    padding: 64px 0 !important;
  }
}
@media (max-width: 980px) {
  .et_pb_section {
    padding: 24px 0;
  }
}
.et_pb_section .et_pb_row {
  display: flex;
  flex-flow: row wrap;
  width: 80%;
  max-width: 1440px;
  transition: width 0.25s ease-in-out, max-width 0.25s ease-in-out;
}
@media (max-width: 1200px) {
  .et_pb_section .et_pb_row {
    width: calc(100% - 80px);
  }
}
@media (min-width: 981px) {
  .et_pb_section .et_pb_row {
    padding: 32px 0;
  }
}
@media (max-width: 980px) {
  .et_pb_section .et_pb_row {
    padding: 24px 0;
  }
}
@media (max-width: 767px) {
  .et_pb_section .et_pb_row {
    flex-direction: column;
  }
}
@media (max-width: 479px) {
  .et_pb_section .et_pb_row {
    width: calc(100% - 32px);
  }
}
@media (max-width: 980px) {
  .et_pb_section .et_pb_row .et_pb_column {
    width: 100%;
    margin-bottom: 24px;
  }
  .et_pb_section .et_pb_row .et_pb_column:last-child {
    margin-bottom: 0;
  }
}
.et_pb_section .et_pb_row .et_pb_column .et_pb_module {
  margin-bottom: 24px;
}
.et_pb_section .et_pb_row .et_pb_column .et_pb_module:last-child {
  margin-bottom: 0;
}
.et_pb_section .et_pb_row .et_pb_column:last-child {
  margin-right: 0 !important;
}

@media (max-width: 767px) {
  .et_pb_column.et_pb_column_1_2 {
    order: 1;
  }
}
@media (max-width: 767px) {
  .et_pb_column.et_pb_column_1_2:has(.stme_module_image), .et_pb_column.et_pb_column_1_2:has(.stme_module_video) {
    order: 2;
    margin-top: 24px;
  }
}

:root {
  --header-height-desktop: 84px;
}

#et-main-area {
  margin-top: calc(-1 * var(--header-height-desktop));
}

.h-js-is-first-section {
  padding-top: calc(var(--header-height-desktop) + 32px);
}
@media (min-width: 981px) {
  .h-js-is-first-section {
    padding-top: calc(var(--header-height-desktop) + 64px);
  }
}
@media (min-width: 1200px) {
  .h-js-is-first-section {
    padding-top: calc(var(--header-height-desktop) + 128px);
  }
}
@media only screen and (min-width: 1500px) {
  .h-js-is-first-section {
    padding-top: calc(var(--header-height-desktop) + 128px) !important;
  }
}

/**
 * _helpers.scss
 *
 * Generic, reusable layout helper classes.
 * Prefixed with `h-` to distinguish them from component or module classes.
 * These utilities are intentionally small in scope — they handle one concern
 * each and carry no component-specific overrides.
 */
.h-inline-group {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  gap: 0.75em;
}
.h-inline-group > svg,
.h-inline-group > img {
  flex-shrink: 0;
}

.h-hide {
  display: none !important;
}

/**
 * _reveal.scss
 *
 * Scroll-triggered reveal effect for `.et_pb_column` elements.
 * Works in conjunction with `js/revealOnScroll.js`.
 *
 * Flow:
 *   0. CSS pre-hides all eligible columns immediately on stylesheet load
 *      → prevents the "visible → hidden → revealed" flicker
 *   1. JS adds `h-js-will-reveal` → enables the transition
 *   2. IntersectionObserver adds `h-js-revealed` → transition plays
 *
 * Direction: fade-in + slide down (translateY(-20px) → 0), matching the
 * top-to-down reveal direction of the card/image/post sliders.
 *
 * Above-fold elements animate sequentially on page load using a JS stagger
 * (ABOVE_FOLD_STAGGER_MS per column). Add `h-js-no-transition` manually to
 * suppress the animation for a specific element if needed.
 *
 * Opt-out: add `h-no-reveal` to the Divi column CSS class field.
 */
body:not(.et-fb) .et_pb_column:not(.h-no-reveal) {
  opacity: 0;
  transform: translateY(-20px);
}
body:not(.et-fb) .et_pb_column.h-js-will-reveal {
  transition: opacity 0.65s cubic-bezier(0.4, 0, 0.2, 1), transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.1s;
}
body:not(.et-fb) .et_pb_column.h-js-will-reveal.h-js-no-transition {
  transition: none;
}
body:not(.et-fb) .et_pb_column.h-js-will-reveal.h-js-revealed {
  opacity: 1;
  transform: translateY(0);
}

/**
 * -> typo
 * html + body
 * responsive fluid type
 * base typo
 * adjusted (seo friendly) typo
 */
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Commuters Sans", sans-serif;
  font-weight: 400;
  color: #111827;
  line-height: 1.7;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  font-variant-ligatures: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Commuters Sans", sans-serif;
  font-weight: 600;
  line-height: calc(1px + 2.25ex + 1px);
  margin: 0 0 0.65em;
  padding-bottom: 0;
}

h1,
.h1 {
  font-size: 30px;
}
@media (min-width: 479px) {
  h1,
  .h1 {
    font-size: calc(30px + 10 * (100vw - 479px) / 801);
  }
}
@media (min-width: 1280px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}

h2,
.h2 {
  font-size: 24px;
}
@media (min-width: 479px) {
  h2,
  .h2 {
    font-size: calc(24px + 12 * (100vw - 479px) / 801);
  }
}
@media (min-width: 1280px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}

h3,
.h3 {
  font-size: 20px;
}
@media (min-width: 479px) {
  h3,
  .h3 {
    font-size: calc(20px + 8 * (100vw - 479px) / 801);
  }
}
@media (min-width: 1280px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}

h4,
.h4 {
  font-size: 16px;
}
@media (min-width: 479px) {
  h4,
  .h4 {
    font-size: calc(16px + 4 * (100vw - 479px) / 801);
  }
}
@media (min-width: 1280px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}

h5,
.h5 {
  font-size: 16px;
}
@media (min-width: 479px) {
  h5,
  .h5 {
    font-size: calc(16px + 2 * (100vw - 479px) / 801);
  }
}
@media (min-width: 1280px) {
  h5,
  .h5 {
    font-size: 18px;
  }
}

h6,
.h6 {
  font-size: 14px;
}
@media (min-width: 479px) {
  h6,
  .h6 {
    font-size: calc(14px + 2 * (100vw - 479px) / 801);
  }
}
@media (min-width: 1280px) {
  h6,
  .h6 {
    font-size: 16px;
  }
}

p {
  padding-bottom: 0;
  margin: 0 0 1.1375em;
}
p:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
p:last-of-type + .table-wrapper,
p:last-of-type + table,
p:last-of-type + blockquote,
p:last-of-type + pre {
  margin-top: 2rem;
}
p:last-of-type + * {
  margin-top: 1.1375em;
}

strong,
b {
  font-weight: 600;
}

a {
  color: #ff005a;
}
a:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #ff005a;
}
a:active {
  color: #ff005a;
}
a:focus {
  color: #ff005a;
}

article a {
  font-weight: 600;
}

blockquote {
  padding-left: 1rem;
  margin: 2rem 0;
  border-left: 8px solid #ff005a;
  font-style: italic;
  color: #111827;
}

em,
i,
address,
cite,
var {
  font-style: italic;
}

hr {
  height: 0px;
  border: 0;
  border-bottom: 1px solid #ff005a;
  margin: 2rem 0;
}

del {
  text-decoration: line-through;
  text-decoration-color: inherit;
}

pre {
  overflow: auto;
  margin: 2rem 0;
  padding: 1rem;
  background-color: #ffb9cd;
  border-radius: 5px;
}

pre,
code,
samp,
kbd {
  font-family: "SF Mono", "Monaco", "Inconsolata", "Fira Code", "Droid Sans Mono", "Source Code Pro", monospace;
  font-size: 100%;
  color: #111827;
  text-align: left;
  white-space: pre;
  hyphens: none;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  word-wrap: normal;
  word-break: normal;
  word-spacing: normal;
  background-color: none;
}

img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video,
svg {
  max-width: 100%;
}

#left-area ul,
.comment-content ul,
.entry-content ul,
article ul {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  list-style-type: none;
  line-height: 1.7;
  padding: 1.1375em 0;
  margin-bottom: 1.1375em;
}
#left-area ul li,
.comment-content ul li,
.entry-content ul li,
article ul li {
  display: block;
  padding-left: 2.5em;
  margin-bottom: 1em;
}
#left-area ul li:last-of-type,
.comment-content ul li:last-of-type,
.entry-content ul li:last-of-type,
article ul li:last-of-type {
  margin-bottom: 0;
}
#left-area ul li:before,
.comment-content ul li:before,
.entry-content ul li:before,
article ul li:before {
  content: "";
  position: absolute;
  width: 1.25em;
  height: 1.25em;
  margin-left: -2.5em;
  margin-right: 1.25em;
  margin-top: 0.2em;
  border-radius: 1em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 7' fill='none'%3E%3Cpath fill='%23000000' fill-rule='evenodd' d='M3.89 5.93L5.8 3.83H0.1V2.93H5.8L3.89 0.83L4.53 0.21L7.39 3.38L4.53 6.55L3.89 5.93Z'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 0.55em;
  background-color: #dce6ff;
}
#left-area ul:last-of-type,
.comment-content ul:last-of-type,
.entry-content ul:last-of-type,
article ul:last-of-type {
  margin-bottom: 0;
}
#left-area ul:last-of-type + *,
.comment-content ul:last-of-type + *,
.entry-content ul:last-of-type + *,
article ul:last-of-type + * {
  margin-top: 1.1375em;
}

.et_pb_section.h-js-element_has_background--dark .et_pb_module.et_pb_text,
.et_pb_row.h-js-element_has_background--dark .et_pb_module.et_pb_text,
.et_pb_column.h-js-element_has_background--dark .et_pb_module.et_pb_text {
  color: white;
}
.et_pb_section.h-js-element_has_background--dark .et_pb_module.et_pb_text .et_pb_text_inner *,
.et_pb_row.h-js-element_has_background--dark .et_pb_module.et_pb_text .et_pb_text_inner *,
.et_pb_column.h-js-element_has_background--dark .et_pb_module.et_pb_text .et_pb_text_inner * {
  color: white;
}
.et_pb_section.h-js-element_has_background--dark .et_pb_module.stme_module_cta_teaser .typo-headline,
.et_pb_row.h-js-element_has_background--dark .et_pb_module.stme_module_cta_teaser .typo-headline,
.et_pb_column.h-js-element_has_background--dark .et_pb_module.stme_module_cta_teaser .typo-headline {
  color: white;
}
.et_pb_section.h-js-element_has_background--dark .et_pb_module.stme_module_cta_teaser .typo-content,
.et_pb_row.h-js-element_has_background--dark .et_pb_module.stme_module_cta_teaser .typo-content,
.et_pb_column.h-js-element_has_background--dark .et_pb_module.stme_module_cta_teaser .typo-content {
  color: white;
}

.aspect-ratio-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.aspect-ratio-wrapper--16-9 {
  padding-bottom: 56.25%;
}
.aspect-ratio-wrapper--4-3 {
  padding-bottom: 75%;
}
.aspect-ratio-wrapper--1-1 {
  padding-bottom: 100%;
}
.aspect-ratio-wrapper--2-3 {
  padding-bottom: 150%;
}
.aspect-ratio-wrapper--3-2 {
  padding-bottom: 66.66%;
}
.aspect-ratio-wrapper--fit-parent {
  padding-bottom: unset;
  width: 100%;
  height: 100%;
}
.aspect-ratio-wrapper figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.aspect-ratio-wrapper figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.aspect-ratio-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/**
 * Row Grid Overlay
 * Adds a subtle 4-column vertical grid pattern to all sections in main content
 * Applied to sections to create continuous lines through all rows
 */
#main-content .et_pb_section {
  position: relative;
}
#main-content .et_pb_section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateZ(0);
  width: 80%;
  max-width: 1440px;
  z-index: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-left: 1px solid #edf1ff;
  border-right: 1px solid #edf1ff;
  background-image: repeating-linear-gradient(to bottom, #edf1ff 0px, #edf1ff 8px, transparent 8px, transparent 16px), repeating-linear-gradient(to bottom, #edf1ff 0px, #edf1ff 8px, transparent 8px, transparent 16px), repeating-linear-gradient(to bottom, #edf1ff 0px, #edf1ff 8px, transparent 8px, transparent 16px);
  background-size: 1px 100%, 1px 100%, 1px 100%;
  background-position: 25% 0, 50% 0, 75% 0;
  background-repeat: no-repeat;
  opacity: 0;
  pointer-events: none;
  transition: width 0.25s ease-in-out, opacity 0.65s ease-in-out;
}
@media (max-width: 1200px) {
  #main-content .et_pb_section::before {
    width: calc(100% - 80px);
    max-width: none;
  }
}
@media (max-width: 479px) {
  #main-content .et_pb_section::before {
    width: calc(100% - 32px);
    max-width: none;
  }
}
#main-content .et_pb_section.h-js-element_has_background--dark::before {
  border-color: #000082;
  background-image: repeating-linear-gradient(to bottom, #000082 0px, #000082 8px, transparent 8px, transparent 16px), repeating-linear-gradient(to bottom, #000082 0px, #000082 8px, transparent 8px, transparent 16px), repeating-linear-gradient(to bottom, #000082 0px, #000082 8px, transparent 8px, transparent 16px);
}

#main-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: border-color 0.25s ease-in-out;
}

.section-trust .et_pb_row:has(.stme_module_image_slider_container) {
  border: 1px solid rgba(255, 255, 255, 0);
  transition: border-color 0.25s ease-in-out;
}

.et_pb_section .et_pb_row .et_pb_column:last-child {
  margin-right: 0 !important;
}
.et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_2 {
  width: 50%;
  margin-right: 0;
}
.et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_3 {
  width: 33.333%;
  margin-right: 0;
}
.et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4 {
  width: 25%;
  margin-right: 0;
}
.et_pb_section .et_pb_row .et_pb_column.et_pb_column_3_4 {
  width: 75%;
  margin-right: 0;
}

.et_pb_module.stme_module_headline_container {
  padding: 0 16px 0 16px;
}
.et_pb_module.stme_module_headline {
  padding: 0 16px 0 16px;
}
.et_pb_module.et_pb_text {
  padding: 0 16px 0 16px;
}
.et_pb_module.stme_module_button_container {
  padding: 0 16px 0 16px;
}
.et_pb_module.stme_module_button {
  padding: 0 16px 0 16px;
}
.et_pb_module.stme_module_card_extended {
  padding: 0 16px 0 16px;
}
.et_pb_module.stme_module_cta_teaser {
  padding: 0 16px 0 16px;
}
.et_pb_module.stme_module_card_slider_container .card-slider__controls {
  padding: 0 16px 0 16px;
}

body.h-js-page_loaded #main-header {
  border-bottom-color: #edf1ff;
}
body.h-js-page_loaded #main-content .et_pb_section:before {
  opacity: 1;
}
body.h-js-page_loaded .section-trust .et_pb_row:has(.stme_module_image_slider_container) {
  border-color: #edf1ff;
}

.icon {
  position: relative;
  display: block;
  width: 1em;
  height: 1em;
}
.icon--align-center {
  margin: 0 auto;
}
.icon--align-left {
  margin: 0 auto 0 0;
}
.icon--align-right {
  margin: 0 0 0 auto;
}
.icon--tableau {
  width: 3em;
  height: 3em;
  padding: 0.7em;
  border: 1px solid #dce6ff;
  border-radius: 8px;
}
.icon {
  --icon-color-1: #dce6ff;
  --icon-color-2: #0000c8;
}

/*
TODO
- a button version like --white or --transparent but without border is missing
*/
.button-block {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.button-block__item {
  margin-right: 16px;
  margin-bottom: 16px;
}
.button-block__item:last-child {
  margin-right: 0;
}
.button-block--inline.button-block--centered {
  justify-content: center;
}
@media (max-width: 767px) {
  .button-block--inline.button-block--centered {
    justify-content: flex-start;
  }
}
.button-block--inline.button-block--right {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .button-block--inline.button-block--right {
    justify-content: flex-start;
  }
}
.button-block--stacked {
  flex-flow: column nowrap;
}
.button-block--stacked .button-block__item {
  margin-right: 0;
  margin-bottom: 24px;
}
.button-block--stacked .button-block__item:last-child {
  margin-bottom: 0;
}
.button-block--stacked.button-block--centered {
  align-items: center;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-flow: row nowrap;
  font-family: "Commuters Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  white-space: pre;
  text-decoration: none;
  color: white;
  background-color: #ff005a;
  border: 1px solid #ff005a;
  border-radius: 8px;
  padding: 0.85em 1.2em;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.button:hover {
  cursor: pointer;
  text-decoration: none;
  color: white;
  background-color: #db0051;
  border-color: #db0051;
}
.button:active {
  background-color: #db0051;
  border-color: #db0051;
}
.button:focus {
  background-color: #db0051;
  border-color: #db0051;
  outline: 2px solid #001aff;
  outline-offset: 2px;
}
@media (max-width: 767px) {
  .button {
    font-size: 13px;
  }
}
.button .button__icon {
  margin-top: auto;
  margin-bottom: auto;
  transition: margin 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.button .button__icon--right {
  margin-left: 0.75em;
}
.button .button__icon--left {
  margin-right: 0.75em;
}
.button--white {
  color: #ff005a;
  background-color: white;
  border-color: #ff005a;
}
.button--white:hover {
  color: #ff005a;
  background-color: #ffe6f0;
  border-color: #db0051;
}
.button--white:active {
  color: #ff005a;
  background-color: #ffe6f0;
  border-color: #db0051;
}
.button--white:focus {
  color: #ff005a;
  background-color: #ffe6f0;
  border-color: #db0051;
}
.button--transparent {
  background-color: rgba(255, 255, 255, 0);
  border-color: #000000;
}
.button--transparent:hover {
  background-color: #ffb9cd;
  border-color: #000000;
}
.button--transparent:active {
  background-color: #ffb9cd;
  border-color: #000000;
}
.button--transparent:focus {
  background-color: #ffb9cd;
  border-color: #000000;
}
.button--textlink {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7;
  color: #ff005a;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 1px;
  padding: 0;
}
.button--textlink:hover {
  color: #ff005a;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}
.button--textlink:active {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}
.button--textlink:focus {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  outline-offset: 6px;
}
.button--icon-only {
  font-size: 16px;
  padding: 0;
  color: #ff005a;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 1px;
}
.button--icon-only:hover {
  color: #ff005a;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}
.button--icon-only:active {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}
.button--icon-only:focus {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  outline-offset: 6px;
}
.button--textlink-icon {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7;
  color: #ff005a;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 1px;
  padding: 0;
  gap: 0.5em;
}
.button--textlink-icon:hover {
  color: #ff005a;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}
.button--textlink-icon:active {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}
.button--textlink-icon:focus {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  outline-offset: 6px;
}

.icon--arrow-right {
  overflow: visible;
}
.icon--arrow-right .icon__arrow-shaft {
  stroke-dasharray: 14;
  stroke-dashoffset: 14;
  transition: stroke-dashoffset 0.2s ease-in-out;
}
.icon--arrow-right .icon__arrow-chevron {
  transition: transform 0.2s ease-in-out;
}

.button:hover .icon--arrow-right .icon__arrow-shaft {
  stroke-dashoffset: 0;
}
.button:hover .icon--arrow-right .icon__arrow-chevron {
  transform: translateX(4px);
}

.stme_module_button:has(.button--align-center) .et_pb_module_inner {
  text-align: center;
}
.stme_module_button:has(.button--align-right) .et_pb_module_inner {
  text-align: right;
}

.et_pb_section.h-js-element_has_background .button--white,
.et_pb_row.h-js-element_has_background .button--white,
.et_pb_column.h-js-element_has_background .button--white,
.et_pb_module.h-js-element_has_background .button--white {
  border-color: #ffffff;
}
.et_pb_section.h-js-element_has_background .button--white:hover,
.et_pb_row.h-js-element_has_background .button--white:hover,
.et_pb_column.h-js-element_has_background .button--white:hover,
.et_pb_module.h-js-element_has_background .button--white:hover {
  border-color: #ffffff;
}
.et_pb_section.h-js-element_has_background .button--white:active,
.et_pb_row.h-js-element_has_background .button--white:active,
.et_pb_column.h-js-element_has_background .button--white:active,
.et_pb_module.h-js-element_has_background .button--white:active {
  border-color: #ffffff;
}
.et_pb_section.h-js-element_has_background .button--white:focus,
.et_pb_row.h-js-element_has_background .button--white:focus,
.et_pb_column.h-js-element_has_background .button--white:focus,
.et_pb_module.h-js-element_has_background .button--white:focus {
  border-color: #ffffff;
}
.et_pb_section.h-js-element_has_background .button--transparent,
.et_pb_row.h-js-element_has_background .button--transparent,
.et_pb_column.h-js-element_has_background .button--transparent,
.et_pb_module.h-js-element_has_background .button--transparent {
  border-color: #000000;
}
.et_pb_section.h-js-element_has_background .button--transparent:hover,
.et_pb_row.h-js-element_has_background .button--transparent:hover,
.et_pb_column.h-js-element_has_background .button--transparent:hover,
.et_pb_module.h-js-element_has_background .button--transparent:hover {
  background-color: #ffe6f0;
}
.et_pb_section.h-js-element_has_background .button--transparent:active,
.et_pb_row.h-js-element_has_background .button--transparent:active,
.et_pb_column.h-js-element_has_background .button--transparent:active,
.et_pb_module.h-js-element_has_background .button--transparent:active {
  background-color: #ffe6f0;
}
.et_pb_section.h-js-element_has_background .button--transparent:focus,
.et_pb_row.h-js-element_has_background .button--transparent:focus,
.et_pb_column.h-js-element_has_background .button--transparent:focus,
.et_pb_module.h-js-element_has_background .button--transparent:focus {
  background-color: #ffe6f0;
}
.et_pb_section.h-js-element_has_background--dark .button--transparent,
.et_pb_row.h-js-element_has_background--dark .button--transparent,
.et_pb_column.h-js-element_has_background--dark .button--transparent,
.et_pb_module.h-js-element_has_background--dark .button--transparent {
  color: #ffffff;
  border-color: #ffffff;
}
.et_pb_section.h-js-element_has_background--dark .button--transparent:hover,
.et_pb_row.h-js-element_has_background--dark .button--transparent:hover,
.et_pb_column.h-js-element_has_background--dark .button--transparent:hover,
.et_pb_module.h-js-element_has_background--dark .button--transparent:hover {
  color: #111827;
  background-color: #ffb9cd;
}
.et_pb_section.h-js-element_has_background--dark .button--transparent:active,
.et_pb_row.h-js-element_has_background--dark .button--transparent:active,
.et_pb_column.h-js-element_has_background--dark .button--transparent:active,
.et_pb_module.h-js-element_has_background--dark .button--transparent:active {
  color: #111827;
  background-color: #ffb9cd;
}
.et_pb_section.h-js-element_has_background--dark .button--transparent:focus,
.et_pb_row.h-js-element_has_background--dark .button--transparent:focus,
.et_pb_column.h-js-element_has_background--dark .button--transparent:focus,
.et_pb_module.h-js-element_has_background--dark .button--transparent:focus {
  color: #111827;
  background-color: #ffb9cd;
}
.et_pb_section.h-js-element_has_background--dark .button--textlink,
.et_pb_row.h-js-element_has_background--dark .button--textlink,
.et_pb_column.h-js-element_has_background--dark .button--textlink,
.et_pb_module.h-js-element_has_background--dark .button--textlink {
  color: #ffffff;
}

.et_pb_column .stme_module_button.et_pb_module {
  margin-bottom: 24px;
}

.image {
  position: relative;
  line-height: 0;
}
.image img {
  border-radius: 20px;
}
.image figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.image__caption {
  position: relative;
  display: block;
  margin-top: 16px;
  margin-left: 0.75em;
  margin-right: 0.75em;
  font-size: 14px;
  line-height: 1.4;
  color: #6b7280;
}
.image__caption span {
  display: block;
}
.image--without-border-radius img {
  border-radius: 0;
}
.image--boxed {
  margin: 32px 24px;
}
.image--is-lost img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .image:not(.image--boxed) {
    max-width: 100% !important;
  }
}

.stme_module_image:has(.aspect-ratio-wrapper--fit-parent) {
  width: 100%;
  height: 100%;
}
.stme_module_image:has(.aspect-ratio-wrapper--fit-parent) .et_pb_module_inner,
.stme_module_image:has(.aspect-ratio-wrapper--fit-parent) .image {
  width: 100%;
  height: 100%;
}

.image:has(.aspect-ratio-wrapper--fit-parent) {
  width: 100%;
  height: 100%;
}

.label {
  position: absolute;
  display: flex;
  flex-flow: column nowrap;
  line-height: 1;
  padding: 1em 1.75em;
  border-radius: 30px;
  background-color: #ff005a;
  z-index: 10;
}
.label--top-right {
  top: 0;
  right: 0;
  transform: translateY(-35%);
}
.label--top-left {
  top: 0;
  left: 0;
  transform: translateY(-35%);
}
.label--bottom-right {
  bottom: 0;
  right: 0;
  transform: translateY(35%);
}
.label--bottom-left {
  bottom: 0;
  left: 0;
  transform: translateY(35%);
}
.label .typo-headline {
  margin-bottom: 0;
}

figure {
  position: relative;
}
figure figcaption {
  position: relative;
  display: block;
  margin-top: 16px;
  margin-left: 0.75em;
  font-size: 14px;
  line-height: 1.4;
  color: #6b7280;
}

.image .label--bottom-left + .image__caption,
.image .label--bottom-right + .image__caption {
  display: none;
}

.stme_module_video img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.video {
  background-color: #ff005a;
}
.video > video {
  position: relative;
  z-index: 1;
}
.video {
  line-height: 0;
  border-radius: 20px;
  overflow: hidden;
}
.video--without-border-radius {
  border-radius: 0;
}
@media (max-width: 767px) {
  .video {
    max-width: 100% !important;
  }
}

.youtube {
  background-color: #ff005a;
  position: relative;
  width: 100%;
}
.youtube:not(:has(.fluid-width-video-wrapper)) {
  aspect-ratio: 16/9;
}
.youtube .youtube__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: inherit;
}
.youtube {
  border-radius: 20px;
  overflow: hidden;
}

lottie-player {
  max-width: 100%;
  height: auto;
}

.headline-block__item:not(:last-child) {
  margin-bottom: 16px;
}

.headline__highlight {
  color: #0000c8;
}

.typo-headline {
  font-size: 100%;
  line-height: calc(1px + 2.25ex + 1px);
  color: #00005f;
  margin-bottom: 24px;
}
.typo-headline--display {
  font-size: 24px;
}
@media (min-width: 479px) {
  .typo-headline--display {
    font-size: calc(24px + 16 * (100vw - 479px) / 801);
  }
}
@media (min-width: 1280px) {
  .typo-headline--display {
    font-size: 40px;
  }
}
.typo-headline--display {
  font-weight: 600;
}
.typo-headline--display span {
  color: #0000c8;
}
.typo-headline--base {
  font-size: 20px;
}
@media (min-width: 479px) {
  .typo-headline--base {
    font-size: calc(20px + 16 * (100vw - 479px) / 801);
  }
}
@media (min-width: 1280px) {
  .typo-headline--base {
    font-size: 36px;
  }
}
.typo-headline--base {
  font-weight: 600;
}
.typo-headline--tagline {
  font-size: 14px;
}
@media (min-width: 479px) {
  .typo-headline--tagline {
    font-size: calc(14px + 2 * (100vw - 479px) / 801);
  }
}
@media (min-width: 1280px) {
  .typo-headline--tagline {
    font-size: 16px;
  }
}
.typo-headline--tagline {
  font-weight: 600;
  color: #0000c8;
}
.typo-headline--content-regular {
  font-size: 16px;
}
@media (min-width: 479px) {
  .typo-headline--content-regular {
    font-size: calc(16px + 2 * (100vw - 479px) / 801);
  }
}
@media (min-width: 1280px) {
  .typo-headline--content-regular {
    font-size: 18px;
  }
}
.typo-headline--content-regular {
  font-weight: 600;
}
.typo-headline--content-intro {
  font-size: 16px;
}
@media (min-width: 479px) {
  .typo-headline--content-intro {
    font-size: calc(16px + 4 * (100vw - 479px) / 801);
  }
}
@media (min-width: 1280px) {
  .typo-headline--content-intro {
    font-size: 20px;
  }
}
.typo-headline--content-intro {
  line-height: 1.7;
}
.typo-headline .icon {
  width: 1.6em;
  height: 1.6em;
}
.typo-headline--with-icon {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.typo-headline .typo-headline__icon {
  margin-right: 0.75em;
}
@media (max-width: 576px) {
  .typo-headline br {
    display: none;
  }
}

.et_pb_column .stme_module_headline.et_pb_module {
  margin-bottom: 24px;
}

.card {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  border: 1px solid #c7c9c7;
  border-radius: 20px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);
  transition: height 0.25s ease-in-out;
}
.card__link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.card__image {
  transition: flex-basis 0.25s ease-in-out, max-width 0.25s ease-in-out;
}
.card__content {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  height: 100%;
  padding: 32px 24px;
}
.card .button {
  align-self: flex-end;
  margin-top: auto;
  margin-bottom: 0;
}
.card__content > .icon {
  margin-bottom: 16px;
}
.card .typo-headline {
  margin-bottom: 16px;
}
.card .typo-content:has(+ .button) {
  margin-bottom: 16px;
}
.card ul li {
  margin-bottom: 1em;
}
.card .image:has(.aspect-ratio-wrapper--fit-parent) {
  width: 100%;
  height: 100%;
}
.card--vertical .card__image:has(+ .card__content) .image--boxed {
  margin-bottom: 0;
}
.card--vertical .card__content + .card__image .image--boxed {
  margin-top: 0;
}
.card--horizontal {
  flex-flow: row nowrap;
}
@media (max-width: 767px) {
  .card--horizontal {
    flex-direction: column;
  }
}
.card--horizontal .card__image {
  flex: 1 1 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .card--horizontal .card__image {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.card--horizontal .card__content {
  flex: 1 1 50%;
  max-width: 50%;
  height: auto;
}
.card--horizontal .card__content:last-child {
  flex-basis: 100%;
  max-width: 100%;
}
.card--horizontal .card__content + .card__image .image--boxed {
  margin-left: 0;
}
@media (max-width: 767px) {
  .card--horizontal .card__content + .card__image .image--boxed {
    margin-left: 24px;
  }
}
.card--horizontal .card__content:has(+ .card__image) .typo-content {
  hyphens: auto;
}
@media (max-width: 767px) {
  .card--horizontal .card__content {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.card--white {
  background-color: rgba(255, 255, 255, 0);
  color: #111827;
  border-color: rgba(255, 255, 255, 0);
}
.card--transparent {
  background-color: rgba(255, 255, 255, 0);
}
.card--text {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  overflow: visible;
}
.card--text .card__content {
  padding: 0;
}
@media (max-width: 767px) {
  .card {
    max-width: 100% !important;
  }
}

.testimonial {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  text-align: center;
}
.testimonial__image {
  margin-bottom: 32px;
  transition: flex-basis 0.25s ease-in-out, max-width 0.25s ease-in-out;
}
@media (max-width: 1200px) {
  .testimonial__image {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
.testimonial__content a {
  text-decoration: none;
}
@media (max-width: 1200px) {
  .testimonial__content {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .testimonial__content {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.testimonial .typo-headline {
  max-width: 40ch;
  margin-bottom: 24px;
}
.testimonial .image {
  width: 136px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
}
.testimonial .button {
  margin-top: 48px;
}
.testimonial--blog-layout {
  flex-flow: row nowrap;
  align-items: flex-start;
  text-align: left;
}
@media (max-width: 1100px) {
  .testimonial--blog-layout {
    flex-direction: column;
  }
}
.testimonial--blog-layout {
  background-color: #ffe6f0;
  padding: 40px 48px;
  border-radius: 20px;
}
.testimonial--blog-layout .testimonial__image {
  flex: 0 1 136px;
  max-width: 136px;
  margin-bottom: 0;
  margin-right: 32px;
}
@media (max-width: 1100px) {
  .testimonial--blog-layout .testimonial__image {
    margin-bottom: 24px;
  }
}
.testimonial--blog-layout .testimonial__content {
  flex: 1 1 auto;
  max-width: 100%;
}
.testimonial--blog-layout .typo-content span {
  display: block;
}
.testimonial--blog-layout .typo-headline--quote {
  font-size: 20px;
}
@media (min-width: 479px) {
  .testimonial--blog-layout .typo-headline--quote {
    font-size: calc(20px + 6 * (100vw - 479px) / 801);
  }
}
@media (min-width: 1280px) {
  .testimonial--blog-layout .typo-headline--quote {
    font-size: 26px;
  }
}
.testimonial--blog-layout .typo-headline--quote {
  line-height: 1.4;
}
@media (max-width: 1100px) {
  .testimonial--blog-layout .image {
    height: 136px;
  }
}
@media (max-width: 1100px) {
  .testimonial--blog-layout .image img {
    border-radius: 136px;
  }
}
@media (max-width: 1100px) {
  .testimonial--blog-layout .aspect-ratio-wrapper figure img {
    -o-object-position: top;
       object-position: top;
  }
}

.page .et_pb_section:has(.stme_module_testimonial):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  aspect-ratio: 1/1;
  transform: translateX(-48%) translateX(-1px);
  z-index: 1;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 548 568' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M274 0C242.031 156.2 150.7 250.864 0 284C150.7 317.136 242.031 411.8 274 568C305.969 411.8 397.3 317.136 548 284C397.3 250.872 305.961 156.2 274 0Z' fill='currentColor'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 548 568' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M274 0C242.031 156.2 150.7 250.864 0 284C150.7 317.136 242.031 411.8 274 568C305.969 411.8 397.3 317.136 548 284C397.3 250.872 305.961 156.2 274 0Z' fill='currentColor'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left;
          mask-position: left;
  background-color: #ff005a;
}
@media (max-width: 767px) {
  .page .et_pb_section:has(.stme_module_testimonial):before {
    display: none;
  }
}

.stme_module_highlight_box .highlight-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
  background-color: #eeefee;
  border-radius: 20px;
}
.stme_module_highlight_box .highlight-box__icon {
  display: flex;
  align-items: center;
}
.stme_module_highlight_box .highlight-box__icon svg {
  display: block;
  flex-shrink: 0;
}
.stme_module_highlight_box .highlight-box__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.stme_module_highlight_box .highlight-box__headline h2, .stme_module_highlight_box .highlight-box__headline h3, .stme_module_highlight_box .highlight-box__headline h4, .stme_module_highlight_box .highlight-box__headline h5, .stme_module_highlight_box .highlight-box__headline h6, .stme_module_highlight_box .highlight-box__headline p, .stme_module_highlight_box .highlight-box__headline div, .stme_module_highlight_box .highlight-box__headline span {
  margin: 0;
}
.stme_module_highlight_box .highlight-box__content > *:last-child {
  margin-bottom: 0;
}
.stme_module_highlight_box .highlight-box__image .image {
  width: 100%;
}
.stme_module_highlight_box .highlight-box__image figure {
  margin: 0;
}
.stme_module_highlight_box .highlight-box__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .stme_module_highlight_box .highlight-box--icon-left {
    flex-direction: row;
    align-items: flex-start;
  }
  .stme_module_highlight_box .highlight-box--icon-left .highlight-box__icon {
    padding-top: 4px;
    flex-shrink: 0;
  }
}

.cta-teaser {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.cta-teaser__image {
  flex: 1 1 25%;
  max-width: 25%;
  transition: flex-basis 0.25s ease-in-out, max-width 0.25s ease-in-out;
}
.cta-teaser__content {
  flex: 2 1 50%;
  max-width: 50%;
  align-self: center;
  z-index: 1;
}
.slick-controls {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.slick-controls .slick-arrows {
  flex: 0 1 auto;
}
.slick-controls .slick-dots {
  flex: 1 1 auto;
}
.slick-controls .slick-dots + .slick-arrows {
  margin-top: 0;
  margin-left: 2em;
}
.slick-controls .slick-dots:has(+ .slick-arrows) {
  justify-content: flex-end;
}

.slick-slider + .slick-controls {
  margin-top: 32px;
}

ul.slick-dots {
  flex-flow: row nowrap;
  align-items: center;
  padding: 0;
}
ul.slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}
ul.slick-dots li:before {
  display: none;
}

.slick-dots {
  position: relative;
  display: flex;
}
.slick-dots li {
  position: relative;
  width: 2em;
  height: 2em;
}
.slick-dots li + li {
  margin-left: 1em;
}
.slick-dots li button {
  display: block;
  width: 1em;
  height: 1em;
  color: transparent;
  border-radius: 100px;
  border: 0;
  padding: 0;
  background-color: #eeefee;
  outline: none;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background-color: #c7c9c7;
}

.slick-arrows {
  display: flex;
  align-items: center;
}

.slick-arrows + .slick-dots {
  margin-left: 2em;
}

.slick-arrow {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0;
  color: transparent;
  border: none;
  outline: none;
}
.slick-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 1.25rem;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='m15.9288 3.51465 7.7782 7.77815c0.3905 0.3905 0.3905 1.0237 0 1.4142l-7.7782 7.7782 -1.4142 -1.4142 6.071 -6.0711 -20.5856 0v-2l20.5856 0 -6.071 -6.07104 1.4142 -1.41421Z' clip-rule='evenodd'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='m15.9288 3.51465 7.7782 7.77815c0.3905 0.3905 0.3905 1.0237 0 1.4142l-7.7782 7.7782 -1.4142 -1.4142 6.071 -6.0711 -20.5856 0v-2l20.5856 0 -6.071 -6.07104 1.4142 -1.41421Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.slick-arrow + .slick-arrow {
  margin-left: 0.75rem;
}

.slick-prev {
  background-color: #ffffff;
  border: 1px solid #ff005a;
}
.slick-prev::before {
  background-color: #ff005a;
  transform: translate(-50%, -50%) scaleX(-1);
}

.slick-next {
  background-color: #ff005a;
}
.slick-next::before {
  background-color: #ffffff;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.3;
}

.slick-slider {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
.slick-slider .slick-track--equal-height {
  align-items: stretch;
}
.slick-slider .slick-track--centered {
  align-items: center;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: flex;
  display: none;
  min-height: 1px;
  margin: 0 16px;
  padding: 0;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: flex;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.page .et_pb_section:has(.stme_module_card_slider_container [data-reveal-all-slides="1"]), .page .et_pb_section:has(.stme_module_image_slider_container [data-reveal-all-slides="1"]) {
  overflow: hidden;
}
.page .et_pb_section:has(.stme_module_card_slider_container [data-reveal-all-slides="1"]) .card-slider__wrapper,
.page .et_pb_section:has(.stme_module_card_slider_container [data-reveal-all-slides="1"]) .image-slider__wrapper, .page .et_pb_section:has(.stme_module_image_slider_container [data-reveal-all-slides="1"]) .card-slider__wrapper,
.page .et_pb_section:has(.stme_module_image_slider_container [data-reveal-all-slides="1"]) .image-slider__wrapper {
  overflow: visible;
}
.page .et_pb_section:has(.stme_module_card_slider_container [data-reveal-all-slides="1"]) .slick-list, .page .et_pb_section:has(.stme_module_image_slider_container [data-reveal-all-slides="1"]) .slick-list {
  overflow: visible;
}

.single article:has(.stme_module_image_slider_container [data-reveal-all-slides="1"]) {
  overflow: hidden;
}
.single article:has(.stme_module_image_slider_container [data-reveal-all-slides="1"]) .image-slider__wrapper {
  overflow: visible;
}
.single article:has(.stme_module_image_slider_container [data-reveal-all-slides="1"]) .slick-list {
  overflow: visible;
}

.et_pb_section.h-js-element_has_background--dark .slick-prev,
.et_pb_row.h-js-element_has_background--dark .slick-prev,
.et_pb_column.h-js-element_has_background--dark .slick-prev,
.et_pb_module.h-js-element_has_background--dark .slick-prev {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}
.et_pb_section.h-js-element_has_background--dark .slick-prev::before,
.et_pb_row.h-js-element_has_background--dark .slick-prev::before,
.et_pb_column.h-js-element_has_background--dark .slick-prev::before,
.et_pb_module.h-js-element_has_background--dark .slick-prev::before {
  background-color: #ffffff;
}
.et_pb_section.h-js-element_has_background--dark .slick-next,
.et_pb_row.h-js-element_has_background--dark .slick-next,
.et_pb_column.h-js-element_has_background--dark .slick-next,
.et_pb_module.h-js-element_has_background--dark .slick-next {
  background-color: #ffffff;
}
.et_pb_section.h-js-element_has_background--dark .slick-next::before,
.et_pb_row.h-js-element_has_background--dark .slick-next::before,
.et_pb_column.h-js-element_has_background--dark .slick-next::before,
.et_pb_module.h-js-element_has_background--dark .slick-next::before {
  background-color: #96afff;
}

.image-slider__wrapper {
  position: relative;
}
.image-slider__wrapper--fade-out:before, .image-slider__wrapper--fade-out:after {
  content: "";
  position: absolute;
  top: 0;
  width: 8%;
  height: 100%;
  z-index: 1;
}
.image-slider__wrapper--fade-out:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.image-slider__wrapper--fade-out:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.image-slider__wrapper {
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), max-height 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.image-slider__slides + .image-slider__controls {
  margin-top: 32px;
}
.image-slider__controls {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  margin-left: 0.75em;
  margin-right: 0.75em;
  z-index: 10;
}
.image-slider__controls:empty {
  display: none;
}
.image-slider.h-js-slider-fully-loaded .image-slider__wrapper {
  opacity: 1;
  max-height: 100vh;
}
.image-slider .image__caption {
  position: absolute;
  left: 0;
  bottom: -16px;
  transform: translateY(100%);
}
.image-slider:has(.image__caption) .image-slider__controls {
  margin-top: 64px;
}

.slick-slide--variable-width figure,
.slick-slide--variable-width picture,
.slick-slide--variable-width img {
  width: auto;
}
.slick-slide--custom-width figure,
.slick-slide--custom-width picture,
.slick-slide--custom-width img {
  width: inherit;
}
.slick-slide--custom-height figure,
.slick-slide--custom-height picture,
.slick-slide--custom-height img {
  height: inherit;
}
.slick-slide img:not([src$=".svg"]):not([src*=".svg?"]) {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.card-slider__wrapper {
  position: relative;
}
.card-slider__wrapper--fade-out:before, .card-slider__wrapper--fade-out:after {
  content: "";
  position: absolute;
  top: 0;
  width: 8%;
  height: 100%;
  z-index: 1;
}
.card-slider__wrapper--fade-out:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.card-slider__wrapper--fade-out:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.card-slider__wrapper {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), max-height 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-slider__controls + .card-slider__slides {
  margin-top: 32px;
}
.card-slider__controls {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  z-index: 10;
}
.card-slider__controls:empty {
  display: none;
}
.card-slider.h-js-slider-fully-loaded .card-slider__wrapper {
  opacity: 1;
  max-height: 100vh;
}

.blog-post-slider__wrapper {
  position: relative;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), max-height 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-post-slider__slides + .card-slider__controls {
  margin-top: 32px;
}
.blog-post-slider__controls {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  z-index: 10;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background-color: #333333;
  border-radius: 100px;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.blog-post-slider__controls:empty {
  display: none;
}
.blog-post-slider .slick-dots li {
  width: 1.25em;
  height: 1.75em;
}
.blog-post-slider .slick-dots li + li {
  margin-left: 0;
}
.blog-post-slider .slick-dots li button {
  width: 0.7em;
  height: 0.7em;
  background-color: #666666;
}
.blog-post-slider .slick-dots li.slick-active button {
  background-color: #ffffff;
}
.blog-post-slider.h-js-slider-fully-loaded .blog-post-slider__wrapper {
  opacity: 1;
  max-height: 100vh;
}
.blog-post-slider__slide {
  display: flex;
  flex-flow: row nowrap;
}
@media (max-width: 767px) {
  .blog-post-slider__slide {
    flex-direction: column;
  }
}
.blog-post-slider__image {
  flex: 1 1 60%;
  max-width: calc(916px - 2em);
  width: 100%;
  margin-right: 64px;
}
@media (max-width: 1100px) {
  .blog-post-slider__image {
    flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .blog-post-slider__image {
    flex-basis: 100%;
    margin-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .blog-post-slider__image {
    margin-right: 0;
  }
}
.blog-post-slider__meta-wrapper {
  flex: 1 1 40%;
  min-width: 0;
  align-self: center;
}
@media (max-width: 1100px) {
  .blog-post-slider__meta-wrapper {
    flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .blog-post-slider__meta-wrapper {
    flex-basis: 100%;
  }
}
.blog-post-slider__categories {
  margin-bottom: 8px;
}
.blog-post-slider__category {
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 8px;
}
.blog-post-slider__category:last-child {
  margin-right: 0;
}
.blog-post-slider__title {
  margin-bottom: 16px;
}
.blog-post-slider__title a {
  text-decoration: none;
}
.blog-post-slider__excerpt {
  display: none;
}
.blog-post-slider__publishing-details {
  margin-bottom: 16px;
}
.blog-post-slider .typo-headline {
  margin-bottom: 0;
}

.accordion-block {
  border-top: 1px solid #c7c9c7;
  border-bottom: 1px solid #c7c9c7;
}
.accordion-block__item:not(:last-child) {
  border-bottom: 1px solid #c7c9c7;
}

.toggle {
  overflow: hidden;
}
.toggle__title {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 2.5em;
}
.toggle__title:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 7' fill='none'%3E%3Cpath fill='%23000000' fill-rule='evenodd' d='M3.89 5.93L5.8 3.83H0.1V2.93H5.8L3.89 0.83L4.53 0.21L7.39 3.38L4.53 6.55L3.89 5.93Z'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 0.55em;
  border-radius: 100px;
  background-color: #ff005a;
}
.toggle__title:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5.19048 5L9 1' stroke='currentColor'/%3E%3C/svg%3E%0A") no-repeat center center;
  background-size: 0.65em;
  opacity: 0.5;
}
.toggle__title .typo-headline {
  margin-bottom: 0;
}
.toggle__content {
  overflow: hidden;
  display: none;
  padding: 0.5em 2.5em 2.5em;
}
.toggle:has(.toggle__content) {
  cursor: pointer;
}
.toggle[data-state=toggle-expanded] .toggle__content {
  display: block;
}
.toggle[data-state=toggle-collapsed] .toggle__content {
  display: none;
}

.bento-block {
  display: grid;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.bento-block--layout-a {
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(3, auto);
}
@media (max-width: 767px) {
  .bento-block--layout-a {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, auto);
  }
}
.bento-block--layout-b {
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, auto);
}
@media (max-width: 767px) {
  .bento-block--layout-b {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
  }
}
.bento-block--layout-c {
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, auto);
}
@media (max-width: 767px) {
  .bento-block--layout-c {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
  }
}
.bento-block--layout-d {
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(2, auto);
}
@media (max-width: 767px) {
  .bento-block--layout-d {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, auto);
  }
}
.bento-block--layout-a .bento-block__item:nth-child(1) {
  grid-area: 1/1/2/9;
}
.bento-block--layout-a .bento-block__item:nth-child(2) {
  grid-area: 1/9/2/13;
}
.bento-block--layout-a .bento-block__item:nth-child(3) {
  grid-area: 2/1/4/5;
}
.bento-block--layout-a .bento-block__item:nth-child(4) {
  grid-area: 2/5/4/9;
}
.bento-block--layout-a .bento-block__item:nth-child(5) {
  grid-area: 2/9/3/13;
}
.bento-block--layout-a .bento-block__item:nth-child(6) {
  grid-area: 3/9/4/13;
}
.bento-block--layout-a .bento-block__item:nth-child(n+7) {
  display: none;
}
@media (max-width: 767px) {
  .bento-block--layout-a .bento-block__item:nth-child(1), .bento-block--layout-a .bento-block__item:nth-child(2), .bento-block--layout-a .bento-block__item:nth-child(3), .bento-block--layout-a .bento-block__item:nth-child(4), .bento-block--layout-a .bento-block__item:nth-child(5), .bento-block--layout-a .bento-block__item:nth-child(6) {
    grid-area: unset;
  }
}
.bento-block--layout-b .bento-block__item:nth-child(1) {
  grid-area: 1/1/2/6;
}
.bento-block--layout-b .bento-block__item:nth-child(2) {
  grid-area: 1/6/2/13;
}
.bento-block--layout-b .bento-block__item:nth-child(3) {
  grid-area: 2/1/3/9;
}
.bento-block--layout-b .bento-block__item:nth-child(4) {
  grid-area: 2/9/3/13;
}
.bento-block--layout-b .bento-block__item:nth-child(n+5) {
  display: none;
}
@media (max-width: 767px) {
  .bento-block--layout-b .bento-block__item:nth-child(1), .bento-block--layout-b .bento-block__item:nth-child(2), .bento-block--layout-b .bento-block__item:nth-child(3), .bento-block--layout-b .bento-block__item:nth-child(4) {
    grid-area: unset;
  }
}
.bento-block--layout-b .bento-block__item:nth-child(2) .card.card--green {
  background-color: #ffe6f0;
  border-color: #ffe6f0;
}
.bento-block--layout-b .bento-block__item:nth-child(3) .card--horizontal .card__image {
  flex-basis: 35%;
  max-width: 35%;
}
@media (max-width: 767px) {
  .bento-block--layout-b .bento-block__item:nth-child(3) .card--horizontal .card__image {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.bento-block--layout-b .bento-block__item:nth-child(3) .card--horizontal .card__content {
  flex-basis: 65%;
  max-width: 65%;
}
@media (max-width: 767px) {
  .bento-block--layout-b .bento-block__item:nth-child(3) .card--horizontal .card__content {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.bento-block--layout-c .bento-block__item:nth-child(1) {
  grid-area: 1/1/2/10;
}
.bento-block--layout-c .bento-block__item:nth-child(2) {
  grid-area: 1/10/2/13;
}
.bento-block--layout-c .bento-block__item:nth-child(3) {
  grid-area: 2/1/3/6;
}
.bento-block--layout-c .bento-block__item:nth-child(4) {
  grid-area: 2/6/3/9;
}
.bento-block--layout-c .bento-block__item:nth-child(5) {
  grid-area: 2/9/3/13;
}
.bento-block--layout-c .bento-block__item:nth-child(n+6) {
  display: none;
}
@media (max-width: 767px) {
  .bento-block--layout-c .bento-block__item:nth-child(1), .bento-block--layout-c .bento-block__item:nth-child(2), .bento-block--layout-c .bento-block__item:nth-child(3), .bento-block--layout-c .bento-block__item:nth-child(4), .bento-block--layout-c .bento-block__item:nth-child(5) {
    grid-area: unset;
  }
}
.bento-block--layout-c .bento-block__item:nth-child(1) .card.card--khaki {
  background-color: #00ebff;
  border-color: #00ebff;
}
.bento-block--layout-c .bento-block__item:nth-child(1) .card--horizontal .card__image {
  flex-basis: 65%;
  max-width: 65%;
}
@media (max-width: 767px) {
  .bento-block--layout-c .bento-block__item:nth-child(1) .card--horizontal .card__image {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.bento-block--layout-c .bento-block__item:nth-child(1) .card--horizontal .card__content {
  flex-basis: 35%;
  max-width: 35%;
}
@media (max-width: 767px) {
  .bento-block--layout-c .bento-block__item:nth-child(1) .card--horizontal .card__content {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.bento-block--layout-d .bento-block__item:nth-child(1) {
  grid-area: 1/1/3/2;
}
.bento-block--layout-d .bento-block__item:nth-child(2) {
  grid-area: 1/2/2/3;
}
.bento-block--layout-d .bento-block__item:nth-child(3) {
  grid-area: 1/3/2/4;
}
.bento-block--layout-d .bento-block__item:nth-child(4) {
  grid-area: 2/2/3/3;
}
.bento-block--layout-d .bento-block__item:nth-child(5) {
  grid-area: 2/3/3/4;
}
.bento-block--layout-d .bento-block__item:nth-child(n+6) {
  display: none;
}
@media (max-width: 767px) {
  .bento-block--layout-d .bento-block__item:nth-child(1), .bento-block--layout-d .bento-block__item:nth-child(2), .bento-block--layout-d .bento-block__item:nth-child(3), .bento-block--layout-d .bento-block__item:nth-child(4), .bento-block--layout-d .bento-block__item:nth-child(5) {
    grid-area: unset;
  }
}
.bento-block--layout-d .bento-block__item:nth-child(1) .card.card--green {
  background-color: #ffe6f0;
  border-color: #ffe6f0;
}
.bento-block--layout-d .bento-block__item:nth-child(1) .button--white {
  border-color: #ffffff;
}
.bento-block--layout-d .bento-block__item:nth-child(1) .button--white:hover {
  border-color: #ffb9cd;
}
.bento-block--layout-d .bento-block__item:nth-child(1) .button--white:active {
  border-color: #ffb9cd;
}
.bento-block--layout-d .bento-block__item:nth-child(1) .button--white:focus {
  border-color: #ffb9cd;
}
.bento-block--layout-d .card {
  border-radius: 40px;
}
.bento-block--layout-d .card .button {
  align-self: flex-start;
}
.bento-block--layout-d .button--textlink {
  color: #111827;
}
.bento-block--layout-d .button--textlink:hover {
  pointer-events: none;
}
.bento-block--layout-d .typo-headline--content-medium {
  font-size: 24px;
}
@media (min-width: 479px) {
  .bento-block--layout-d .typo-headline--content-medium {
    font-size: calc(24px + 8 * (100vw - 479px) / 801);
  }
}
@media (min-width: 1280px) {
  .bento-block--layout-d .typo-headline--content-medium {
    font-size: 32px;
  }
}
.bento-block--layout-d .typo-headline--content-medium {
  hyphens: auto;
}
.bento-block--layout-d .typo-headline--tagline {
  font-size: 16px;
}
@media (min-width: 479px) {
  .bento-block--layout-d .typo-headline--tagline {
    font-size: calc(16px + 8 * (100vw - 479px) / 801);
  }
}
@media (min-width: 1280px) {
  .bento-block--layout-d .typo-headline--tagline {
    font-size: 24px;
  }
}
.bento-block .card {
  height: 100%;
}
.bento-block .card--green .typo-headline {
  margin-bottom: 16px;
}
.bento-block .card--green .typo-content {
  font-size: 100%;
}
.bento-block .card--green ul li:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 7' fill='none'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M3.89 5.93L5.8 3.83H0.1V2.93H5.8L3.89 0.83L4.53 0.21L7.39 3.38L4.53 6.55L3.89 5.93Z'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 0.55em;
  background-color: #000000;
}
.bento-block .aspect-ratio-wrapper--fit-parent {
  padding-bottom: 100%;
}
.bento-block .card .image:has(.aspect-ratio-wrapper--fit-parent) {
  width: auto;
  height: auto;
}

.et_pb_section:has(.bento-block--layout-d):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: linear-gradient(to top, white, transparent 20%, transparent 80%, white);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.9092 15C25.2231 15.9359 22.2111 17.5604 19.8857 19.8857C17.5606 22.2109 15.936 25.2225 15 28.9082C14.0639 25.2225 12.4394 22.2109 10.1143 19.8857C7.78912 17.5606 4.77747 15.9361 1.0918 15C4.77747 14.0639 7.78912 12.4394 10.1143 10.1143C12.4396 7.78893 14.0639 4.77692 15 1.09082C15.9361 4.77692 17.5604 7.78893 19.8857 10.1143C22.2111 12.4396 25.2231 14.0639 28.9092 15Z' stroke='currentColor' stroke-width='0.5'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.9092 15C25.2231 15.9359 22.2111 17.5604 19.8857 19.8857C17.5606 22.2109 15.936 25.2225 15 28.9082C14.0639 25.2225 12.4394 22.2109 10.1143 19.8857C7.78912 17.5606 4.77747 15.9361 1.0918 15C4.77747 14.0639 7.78912 12.4394 10.1143 10.1143C12.4396 7.78893 14.0639 4.77692 15 1.09082C15.9361 4.77692 17.5604 7.78893 19.8857 10.1143C22.2111 12.4396 25.2231 14.0639 28.9092 15Z' stroke='currentColor' stroke-width='0.5'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: repeat;
          mask-repeat: repeat;
  -webkit-mask-size: 32px;
          mask-size: 32px;
  -webkit-mask-position: left;
          mask-position: left;
  background-color: #9bf5ff;
}

select {
  appearance: none;
  -webkit-appearance: none; /* Webkit */
  -moz-appearance: none; /* FF */ /* Edge */
  appearance: none; /* Future */
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  font-size: 18px;
  cursor: inherit;
  line-height: inherit;
  padding: calc(0.5em + 3px) 38px calc(0.5em + 3px) 16px;
  line-height: 1em;
  border-radius: 20px;
  border: 1px solid #c7c9c7;
  background: #ffffff url("../images/chevron-down.svg") calc(100% - 20px)/10px no-repeat;
}
select:focus {
  border-color: #c7c9c7;
  outline: 2px solid #001aff;
  outline-offset: 2px;
}

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

.wpcf7 {
  overflow: hidden;
  display: block;
}
@media (max-width: 414px) {
  .wpcf7 {
    overflow: visible;
  }
}
.wpcf7 .form-container {
  width: 100%;
  padding: 16px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
.wpcf7 .form-container--large {
  max-width: 980px;
}
.wpcf7 .form-container--middle {
  max-width: 860px;
}
.wpcf7 .form-container--slim {
  max-width: 640px;
}
@media (max-width: 414px) {
  .wpcf7 .form-container {
    width: calc(100% + 32px);
    padding: 16px 0;
    margin-left: -16px;
  }
}
.wpcf7 p {
  max-width: unset;
}
.wpcf7 label {
  display: inline-block;
  font-size: 100%;
  font-weight: 400;
  color: #111827;
  padding: 0 16px;
  margin-bottom: 8px;
}
.wpcf7 label:after {
  content: attr(data-required);
  display: inline;
  font-size: 1em;
  color: #d50000;
  margin-left: 0.25em;
}
.wpcf7 input.wpcf7-email,
.wpcf7 input.wpcf7-tel,
.wpcf7 input.wpcf7-number,
.wpcf7 input.wpcf7-text {
  width: 100%;
  border: 1px solid #c7c9c7;
  border-radius: 8px;
  font-size: 100%;
  font-weight: 600;
  line-height: 1em;
  padding: calc(0.5em + 3px) 16px calc(0.5em + 3px) 16px;
}
.wpcf7 input.wpcf7-email::-moz-placeholder, .wpcf7 input.wpcf7-tel::-moz-placeholder, .wpcf7 input.wpcf7-number::-moz-placeholder, .wpcf7 input.wpcf7-text::-moz-placeholder {
  opacity: 1;
  font-size: 14px;
  color: #d5d5d9;
  -moz-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.wpcf7 input.wpcf7-email::placeholder,
.wpcf7 input.wpcf7-tel::placeholder,
.wpcf7 input.wpcf7-number::placeholder,
.wpcf7 input.wpcf7-text::placeholder {
  opacity: 1;
  font-size: 14px;
  color: #d5d5d9;
  transition: opacity 0.25s linear;
}
.wpcf7 input.wpcf7-email:focus,
.wpcf7 input.wpcf7-tel:focus,
.wpcf7 input.wpcf7-number:focus,
.wpcf7 input.wpcf7-text:focus {
  border-color: #c7c9c7;
  outline: 2px solid #001aff;
  outline-offset: 2px;
}
.wpcf7 input.wpcf7-email:focus::-moz-placeholder, .wpcf7 input.wpcf7-tel:focus::-moz-placeholder, .wpcf7 input.wpcf7-number:focus::-moz-placeholder, .wpcf7 input.wpcf7-text:focus::-moz-placeholder {
  -moz-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  opacity: 0.5;
}
.wpcf7 input.wpcf7-email:focus::placeholder,
.wpcf7 input.wpcf7-tel:focus::placeholder,
.wpcf7 input.wpcf7-number:focus::placeholder,
.wpcf7 input.wpcf7-text:focus::placeholder {
  transition: opacity 0.25s linear;
  opacity: 0.5;
}
.wpcf7 textarea {
  width: 100%;
  height: 140px;
  box-sizing: border-box;
  border: 1px solid #c7c9c7;
  border-radius: 8px;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.7;
  padding: calc(0.5em + 3px) 16px calc(0.5em + 3px) 16px;
  resize: none;
}
.wpcf7 textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
  -moz-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.wpcf7 textarea::placeholder {
  opacity: 1;
  color: #999;
  transition: opacity 0.25s linear;
}
.wpcf7 textarea {
  margin-top: 3px;
}
.wpcf7 textarea:focus {
  border-color: #c7c9c7;
  outline: 2px solid #001aff;
  outline-offset: 2px;
}
.wpcf7 textarea:focus::-moz-placeholder {
  -moz-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  opacity: 0.5;
}
.wpcf7 textarea:focus::placeholder {
  transition: opacity 0.25s linear;
  opacity: 0.5;
}

.form {
  position: relative;
  display: block;
  width: 100%;
  font-size: 15px;
}
.form .form__row {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 0;
}
.form .form__row + .form__row {
  padding-top: 0;
}
.form .form__row:after {
  content: "";
  display: table;
  clear: both;
}
.form .form__col--half {
  width: 50%;
  float: left;
}
@media (max-width: 1200px) {
  .form .form__col--half {
    width: 100%;
    float: none;
    clear: both;
  }
  .form .form__col--half + .form__col--half {
    margin-top: 16px;
  }
}
.form .form__col--full {
  width: 100%;
  clear: both;
}
.form .form__block {
  padding: 0 16px;
}
.form .form__divider {
  padding-top: 16px;
}
.form .form__checkbox label {
  padding-left: 0;
  color: #000000;
}
.form .form__checkbox--optin {
  font-size: 14px;
}
.form .form__checkbox--optin p {
  display: flex;
  flex-flow: row-reverse nowrap;
}
.form .form__checkbox--optin .wpcf7-checkbox .wpcf7-list-item-label {
  display: none;
}
.form .form__disclaimer {
  font-size: 14px;
  color: #666666;
}

.wpcf7 input[type=checkbox] {
  position: relative;
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border: 1px solid #c7c9c7;
  border-radius: 8px;
  background: white;
  margin-right: 8px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out;
  vertical-align: bottom;
}
.wpcf7 input[type=checkbox]:checked {
  background: #ff005a;
  border-color: #ff005a;
  position: relative;
}
.wpcf7 input[type=checkbox]:focus {
  border-color: #c7c9c7;
  outline: 2px solid #001aff;
  outline-offset: 2px;
}

.wpcf7 input[type=checkbox]:checked::after {
  content: "";
  display: block;
  position: absolute;
  left: 0.6em;
  top: 0.3em;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.wpcf7-list-item.first {
  margin: 0;
}
.wpcf7-list-item.last {
  margin-right: 0;
}

.form-email .form-email__wrapper {
  position: relative;
  margin-top: 20px;
}
.form-email input.wpcf7-email {
  font-size: 18px;
  line-height: 1em;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background: transparent;
  color: #ffffff;
  padding: calc(0.5em + 3px) 70px calc(0.5em + 3px) 16px;
  width: 100%;
}
.form-email input.wpcf7-email::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form-email input.wpcf7-email::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form-email input.wpcf7-email:focus {
  background: transparent;
  color: #ffffff;
}
.form-email input.wpcf7-email:-webkit-autofill, .form-email input.wpcf7-email:-webkit-autofill:hover, .form-email input.wpcf7-email:-webkit-autofill:focus, .form-email input.wpcf7-email:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px lime inset !important;
  -webkit-text-fill-color: #ffffff !important;
}

.wpcf7-not-valid-tip {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  color: #d50000;
  padding: 0 12px;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4px 12px 5px;
  background-color: rgba(213, 0, 0, 0.07);
  border-radius: 0 0 8px 8px;
  border-top: 1px solid rgba(213, 0, 0, 0.2);
  pointer-events: none;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.wpcf7-form-control-wrap.is-editing .wpcf7-not-valid-tip {
  opacity: 0;
  transform: translateY(4px);
  pointer-events: none;
}
.wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) input.wpcf7-form-control,
.wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) textarea.wpcf7-form-control {
  padding-bottom: calc(1.4em + 14px);
}

.wpcf7 form input.wpcf7-email.wpcf7-not-valid,
.wpcf7 form input.wpcf7-tel.wpcf7-not-valid,
.wpcf7 form input.wpcf7-number.wpcf7-not-valid,
.wpcf7 form input.wpcf7-text.wpcf7-not-valid {
  border-color: #d50000;
  border-width: 2px;
  outline-color: #d50000;
  outline-width: 1px;
  outline-offset: 0;
}
.wpcf7 form .wpcf7-checkbox.wpcf7-not-valid input[type=checkbox] {
  border-color: #d50000;
  border-width: 2px;
  outline-color: #d50000;
  outline-width: 1px;
  outline-offset: 0;
}
.wpcf7 form .wpcf7-checkbox.wpcf7-not-valid + .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 form .wpcf7-response-output {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 8px 16px;
  margin: 16px auto;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid black;
  border-radius: 4px;
  border-width: 1px;
  background: #ffffff;
  line-height: 1.4;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffab00;
  color: #ef6c00;
  background-color: #fff3e0;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #66bb6a;
  color: #2e7d32;
  background-color: #f1f8e9;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output {
  border-color: #f44336;
  color: #d50000;
  background-color: #fbe9e7;
}
.wpcf7 .form-container--large + .wpcf7-response-output {
  width: calc(100% - 64px);
  max-width: 916px;
}
@media (max-width: 414px) {
  .wpcf7 .form-container--large + .wpcf7-response-output {
    width: 100%;
  }
}
.wpcf7 .form-container--middle + .wpcf7-response-output {
  width: calc(100% - 64px);
  max-width: 796px;
}
@media (max-width: 414px) {
  .wpcf7 .form-container--middle + .wpcf7-response-output {
    width: 100%;
  }
}
.wpcf7 .form-container--slim + .wpcf7-response-output {
  width: calc(100% - 64px);
  max-width: 576px;
}
@media (max-width: 414px) {
  .wpcf7 .form-container--slim + .wpcf7-response-output {
    width: 100%;
  }
}
.wpcf7 .form-container--response-visible::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 1;
  pointer-events: none;
}
.wpcf7 .wpcf7-response-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: -moz-max-content;
  width: max-content;
  max-width: min(480px, 100% - 48px);
  min-width: 240px;
}
.wpcf7 .wpcf7-response-overlay .wpcf7-response-output {
  position: static;
  width: 100%;
  margin: 0;
  padding: 16px 44px 16px 16px;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.wpcf7 .wpcf7-response-overlay .wpcf7-response-dismiss {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: transparent;
  border: none;
  border-radius: 6px;
  color: currentColor;
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.wpcf7 .wpcf7-response-overlay .wpcf7-response-dismiss:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.08);
}
.wpcf7 .wpcf7-response-overlay .wpcf7-response-dismiss:focus {
  outline: 2px solid #001aff;
  outline-offset: 2px;
  opacity: 1;
}

/*
** custom form styling
*/
.c-checkbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  margin-left: -0.5em;
  padding: 0.5em;
}
.c-checkbox .c-checkbox__item {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #ffffff;
  pointer-events: none;
  border: 1px solid black;
  transition: all 0.25s ease-in-out;
}
.c-checkbox .c-checkbox__item:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 0px;
  height: 0px;
  border: 1px solid black;
  transform: scale(0);
}
.c-checkbox .c-checkbox__item:after {
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  height: 0px;
  width: 0px;
  border-style: solid;
  border-color: #000000;
  border-width: 0 3px 3px 0;
  transform: rotate(0deg) scale(0);
  transition: all 0.35s ease-in-out;
  opacity: 1;
}
.c-checkbox [type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}
.c-checkbox [type=checkbox]:checked + .c-checkbox__item {
  background-color: rgb(229.5, 229.5, 229.5);
  transform: rotate(0deg) scale(1);
  opacity: 1;
}
.c-checkbox [type=checkbox]:checked + .c-checkbox__item:before {
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  z-index: 999;
  transform: scale(3);
  transition: all 0.5s ease-out;
  opacity: 0;
}
.c-checkbox [type=checkbox]:checked + .c-checkbox__item:after {
  left: 10px;
  top: 3px;
  width: 8px;
  height: 14px;
  border-width: 0 1px 1px 0;
  border-radius: 0;
  background-color: transparent;
  transform: rotate(45deg) scale(1);
  opacity: 1;
}

.c-radio {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  padding: 0.5em;
}
.c-radio .c-radio__item {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background-color: #ffffff;
  pointer-events: none;
  border: 1px solid black;
  transition: all 0.25s ease-in-out;
}
.c-radio .c-radio__item:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 0px;
  height: 0px;
  border: 1px solid black;
  transform: scale(0);
}
.c-radio .c-radio__item:after {
  content: "";
  position: absolute;
  left: 14px;
  top: 14px;
  height: 0px;
  width: 0px;
  border: none;
  border-radius: 50%;
  transform: rotate(0deg) scale(0);
  transition: all 0.35s ease-in-out;
  opacity: 1;
}
.c-radio [type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}
.c-radio [type=radio]:checked + .c-radio__item {
  background-color: rgb(229.5, 229.5, 229.5);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  border-radius: 50%;
}
.c-radio [type=radio]:checked + .c-radio__item:before {
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  z-index: 999;
  transform: scale(3);
  transition: all 0.5s ease-out;
  opacity: 0;
  border-radius: 50%;
}
.c-radio [type=radio]:checked + .c-radio__item:after {
  left: 7px;
  top: 7px;
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 50%;
  background-color: #000000;
  transform: rotate(0deg) scale(1);
  opacity: 1;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-form.submitting .form::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: inherit;
  z-index: 1;
}
.wpcf7-form.submitting .form::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 50%;
  border: 5px solid;
  box-sizing: border-box;
  z-index: 2;
  animation: animloader 1s linear infinite alternate;
}

@keyframes animloader {
  0% {
    border-color: #0000c8 transparent transparent transparent;
  }
  33% {
    border-color: #0000c8 #0000c8 transparent transparent;
  }
  66% {
    border-color: #0000c8 #0000c8 #0000c8 transparent;
  }
  100% {
    border-color: #0000c8 #0000c8 #0000c8 #0000c8;
  }
}
.wpcf7 .form__input p {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 16px;
  margin: 0;
}
.wpcf7 .form__input p br {
  display: none;
}
.wpcf7 .form__input p label {
  flex: 0 0 140px;
  padding: 0;
  margin-bottom: 0;
}
.wpcf7 .form__input p .wpcf7-form-control-wrap {
  flex: 1 1 auto;
  min-width: 0;
}
.wpcf7 .form__input:has(textarea) p {
  align-items: flex-start;
}
.wpcf7 .form__input:has(textarea) p label {
  padding-top: calc(0.5em + 4px);
}
@media (max-width: 767px) {
  .wpcf7 .form__input p {
    flex-flow: column nowrap;
    align-items: flex-start;
    gap: 6px;
  }
  .wpcf7 .form__input p label {
    flex: none;
  }
  .wpcf7 .form__input:has(textarea) p label {
    padding-top: 0;
  }
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.modal.is-open {
  visibility: visible;
  pointer-events: auto;
}
.modal__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 200, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.modal.is-open .modal__backdrop {
  opacity: 1;
}
.modal__dialog {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  width: 90%;
  max-width: 765px;
  max-height: 90vh;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.modal.is-open .modal__dialog {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .modal__dialog {
    padding: 40px 24px 32px;
    max-height: 95vh;
  }
}
.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  width: 2.25rem;
  height: 2.25rem;
  background: transparent;
  border: none;
  border-radius: 8px;
  color: #111827;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}
.modal__close:hover {
  background-color: #eeefee;
}
.modal__close:focus {
  outline: 2px solid #001aff;
  outline-offset: 2px;
}
.modal__body .wpcf7 {
  overflow: visible;
}

body.modal-open {
  overflow: hidden;
}

.blog-post {
  margin-bottom: 56px;
}
.blog-post__reading-time, .blog-post__category {
  text-transform: uppercase;
}
.blog-post__reading-time, .blog-post__meta-separator, .blog-post__categories, .blog-post__category {
  font-size: 12px;
}
.blog-post__author, .blog-post__date, .blog-post__author-job {
  font-size: 14px;
  line-height: 1.2;
}
.blog-post__author {
  font-weight: 700;
}
.blog-post__author-bio {
  margin-top: 16px;
  color: #666666;
}
.blog-post__author-social {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
  margin-top: 16px;
}
.blog-post__author-social-link {
  background-color: #eeefee;
  padding: 0.5em;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: inherit;
  font-size: 13px;
  line-height: 1;
}
.blog-post__excerpt {
  color: #666666;
}
.blog-post__reading-time {
  color: #ff005a;
}
.blog-post__meta-separator {
  padding: 0 6px;
}
.blog-post__category {
  color: #666666;
  margin-right: 8px;
}
.blog-post__category:last-child {
  margin-right: 0;
}
.blog-post__title {
  margin-top: 16px;
  margin-bottom: 16px;
}
.blog-post__title a {
  text-decoration: none;
}
.blog-post__title .entry-title {
  margin-bottom: 0;
}
.blog-post__subtitle {
  padding-bottom: 24px;
}
.blog-post__author-image {
  line-height: 0;
  margin-right: 16px;
  border-radius: 100px;
  overflow: hidden;
}
.blog-post__image_and_note {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  min-height: 511.33px;
  margin-top: 32px;
}
@media (max-width: 1200px) {
  .blog-post__image_and_note {
    flex-direction: column;
    min-height: unset;
  }
}
.blog-post__image_and_note .blog-post__image {
  flex: 2 1 0%;
  min-width: 0;
  max-width: 767px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .blog-post__image_and_note .blog-post__image {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.blog-post__image_and_note .blog-post__image:last-child {
  flex-basis: 100%;
  max-width: 100%;
}
.blog-post__image_and_note .blog-post__image:last-child .image .aspect-ratio-wrapper--fit-parent {
  padding-bottom: 56.25%;
}
.blog-post__image_and_note .blog-post__note {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-left: -64px;
  padding: 32px 48px;
  background-color: #ffe6f0;
  border-radius: 20px;
  z-index: 2;
}
@media (max-width: 1200px) {
  .blog-post__image_and_note .blog-post__note {
    flex-basis: 100%;
    margin-left: 0;
    margin-top: -64px;
  }
}
@media (max-width: 767px) {
  .blog-post__image_and_note .blog-post__note {
    margin-top: 32px;
  }
}
.blog-post__image_and_note .blog-post__note-headline {
  margin-bottom: 16px;
}
.blog-post__image_and_note .blog-post__note-content ul li:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 7' fill='none'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M3.89 5.93L5.8 3.83H0.1V2.93H5.8L3.89 0.83L4.53 0.21L7.39 3.38L4.53 6.55L3.89 5.93Z'/%3E%3C/svg%3E") no-repeat center center !important;
  background-size: 0.55em !important;
  background-color: #000000 !important;
}
@media (max-width: 1200px) {
  .blog-post__image_and_note .image .aspect-ratio-wrapper--fit-parent {
    padding-bottom: 56.25%;
  }
}
.blog-post__content_and_toc {
  display: flex;
  flex-flow: row nowrap;
}
@media (max-width: 767px) {
  .blog-post__content_and_toc {
    flex-direction: column;
  }
}
.blog-post__content_and_toc .blog-post__toc {
  flex: 1 1 0%;
  min-width: 0;
  order: 2;
  margin-left: 32px;
  padding-top: 32px;
}
@media (max-width: 767px) {
  .blog-post__content_and_toc .blog-post__toc {
    order: 1;
    flex-basis: 100%;
    margin-left: 0;
  }
}
.blog-post__content_and_toc .blog-post__content {
  flex: 2 1 0%;
  min-width: 0;
  max-width: 767px;
  order: 1;
}
@media (max-width: 767px) {
  .blog-post__content_and_toc .blog-post__content {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.blog-post__footer {
  display: flex;
  flex-flow: row nowrap;
}
.blog-post__footer .blog-post__ghost {
  flex: 1 1 0%;
  min-width: 0;
  order: 2;
  margin-left: 32px;
}
@media (max-width: 767px) {
  .blog-post__footer .blog-post__ghost {
    display: none;
  }
}
.blog-post__footer .blog-post__cta-enrol-partner {
  flex: 2 1 0%;
  min-width: 0;
  max-width: 767px;
  order: 1;
}
.blog-post__footer .blog-post__author-info {
  flex: 2 1 0%;
  min-width: 0;
  max-width: 767px;
  order: 1;
}
.blog-post__author-info {
  padding-top: 32px;
  border-top: 1px solid #c7c9c7;
}
.blog-post .css-h-post-meta-group {
  display: flex;
}
.blog-post .css-h-post-meta-group--inline {
  flex-flow: row nowrap;
  align-items: center;
}
.blog-post .css-h-post-meta-group--stacked {
  flex-flow: column nowrap;
  align-items: flex-start;
}

.floating-group {
  position: sticky;
  top: var(--header-height, 86px);
  transition: top 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  min-width: 0;
}

.floating-index ul {
  margin-top: 16px;
}
.floating-index ul li {
  padding-left: 0 !important;
}
.floating-index ul li:before {
  display: none;
}
.floating-index__title {
  padding-bottom: 16px;
  border-bottom: 1px solid #c7c9c7;
}
.floating-index__list a {
  text-decoration: none;
}

.floating-share {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .floating-share {
    justify-content: flex-end;
  }
}

.blog-post__share-title {
  font-size: 14px;
  color: #666666;
  margin-right: 16px;
  margin-bottom: 8px;
}

.blog-post__share-link {
  background-color: #eeefee;
  padding: 0.5em;
  border-radius: 10px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.blog-post__share-link:last-child {
  margin-right: 0;
}
.blog-post__share-link--linkedin path {
  stroke-width: 3;
}
.blog-post__share-link--whatsapp path {
  stroke-width: 3;
}
.blog-post__share-link--mail path {
  stroke-width: 3;
}

.blog-feed {
  position: relative;
  width: 100%;
  display: block;
}
.blog-feed__filter-bar {
  margin-bottom: 64px;
}
.blog-feed__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  .blog-feed__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .blog-feed__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog-feed__item {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  transition: opacity 0.25s, transform 0.25s;
}
.blog-feed__item.h-js-post-is-hidden {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
}
.blog-feed__item.h-js-post-is-visible {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.blog-feed .blog-post__image {
  margin-bottom: 16px;
}
/*
TODO
- logo svg glitch at page reload

*/
header .et_menu_container {
  display: none;
}

#main-header {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding-top: 16px;
  width: 100%;
  z-index: 10;
  min-height: var(--header-height-desktop);
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
}
#main-header.et-fixed-header {
  box-shadow: none;
}
@media (min-width: 981px) {
  #main-header.et-fixed-header {
    box-shadow: none !important;
  }
}
#main-header {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#main-header.h-js-is-active {
  opacity: 1;
}
#main-header.h-js-is-active .primary-nav {
  transform: translateY(0);
}

.primary-nav {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 80%;
  max-width: 1440px;
  margin: auto;
  padding: 0 16px;
  background-color: transparent;
  box-shadow: none;
  border-radius: 8px;
  transform: translateY(calc(-100% - 16px));
  transition: width 0.25s ease-in-out, max-width 0.25s ease-in-out, background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
.primary-nav:hover {
  background-color: #ffffff;
  box-shadow: 0 20px 60px 0 rgba(37, 46, 82, 0.2), 0 8px 20px 0 rgba(37, 46, 82, 0.12);
}
@media (max-width: 1200px) {
  .primary-nav {
    width: calc(100% - 80px);
  }
}
@media (max-width: 768px) {
  .primary-nav {
    background-color: #ffffff;
    box-shadow: 0 20px 60px 0 rgba(37, 46, 82, 0.2), 0 8px 20px 0 rgba(37, 46, 82, 0.12);
    border-radius: 4px;
  }
}
@media (max-width: 479px) {
  .primary-nav {
    width: calc(100% - 32px);
  }
}
.primary-nav__logo {
  align-self: stretch;
  position: relative;
  flex: 0 0 auto;
  max-width: 100%;
  margin-right: 3em;
  z-index: 10;
}
.primary-nav__logo a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-nav__logo svg {
  display: block;
  width: 147px;
  height: auto;
  color: #00005f;
}
@media (max-width: 479px) {
  .primary-nav__logo svg {
    width: 94px;
  }
}
.primary-nav__cta {
  margin-left: auto;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .primary-nav__cta {
    display: none;
  }
}
.primary-nav__mobile-toggle {
  display: block;
  position: relative;
  font-size: 14px;
  width: 1.5em;
  height: 1.5em;
  z-index: 10;
  margin-left: 2.5em;
  margin-right: 16px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
  transition: all 0.25s ease-in-out;
}
@media (min-width: 981px) {
  .primary-nav__mobile-toggle {
    margin-right: -4em;
    transform: translateX(4em);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@media (max-width: 980px) {
  .primary-nav__mobile-toggle {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}
.primary-nav__mobile-toggle span {
  display: block;
  position: absolute;
  height: 0.2em;
  background: #ff005a;
  border-radius: 8px;
  width: 100%;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
}
.primary-nav__mobile-toggle span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}
.primary-nav__mobile-toggle span:nth-child(2) {
  top: calc(50% - 0.125em);
  transform-origin: left center;
}
.primary-nav__mobile-toggle span:nth-child(3) {
  bottom: 0;
  transform-origin: left center;
}
.primary-nav__mobile-toggle::before {
  content: "";
  position: absolute;
  inset: -0.9em;
  border-radius: 8px;
  z-index: -1;
  background-color: #ffe6f0;
}
.primary-nav__mobile-toggle.h-js-mobile-toggle-is-active span:nth-child(1) {
  transform: rotate(45deg);
  top: 0.125em;
  left: 0.25em;
}
.primary-nav__mobile-toggle.h-js-mobile-toggle-is-active span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.primary-nav__mobile-toggle.h-js-mobile-toggle-is-active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 0.125em;
  left: 0.25em;
}
.primary-nav__menu {
  flex: 1 1 auto;
  max-width: 100%;
  z-index: 10;
}
.primary-nav__menu--mobile {
  display: block;
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 100%);
  z-index: 5;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-100%) scaleX(0.925);
  transition: transform 0.75s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.25s ease-in-out 1s, visibility 0.25s ease-in-out 1s;
}
.primary-nav__menu--mobile.h-js-mobile-menu-is-active {
  transition: transform 0.75s cubic-bezier(0.77, 0, 0.175, 1) 0.15s, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scaleX(1);
}

.main-menu__list {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 980px) {
  .main-menu__list {
    padding: 1.35em 0;
  }
}
.main-menu__item {
  position: relative;
  display: inline-flex;
}
.main-menu__item + .main-menu__button {
  margin-left: auto;
}
.main-menu__button {
  display: inline-flex;
  margin-left: 1em;
}
@media (max-width: 479px) {
  .main-menu__button.menu-item-137 {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-menu__button.menu-item-138 {
    display: none;
  }
}
.main-menu ul {
  list-style: none;
}
.main-menu a {
  white-space: pre;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.main-menu a:not(.button) {
  display: block;
  font-family: "Commuters Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #00005f;
  padding: 1.5em 1em;
}
.main-menu a:not(.button):hover {
  color: #00005f;
  font-weight: 600;
}
@media (max-width: 980px) {
  .main-menu:not(.main-menu--mobile) .main-menu__item:not(.main-menu__button) {
    display: none;
  }
}
.main-menu .menu-item-2372 {
  margin-left: 3em;
  align-items: center;
}
.main-menu .menu-item-2372:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 35%;
  background-color: #000000;
  margin-left: -1em;
}
.main-menu .menu-item-2372 .button--transparent {
  border-color: rgba(255, 255, 255, 0);
}
.main-menu .menu-item-2372 .button--transparent:hover {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}
.main-menu .menu-item-2372 .button--transparent:active {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}
.main-menu .menu-item-139 {
  margin-left: 3em;
  align-items: center;
  transition: margin 0.25s ease-in-out;
}
.main-menu .menu-item-139:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 35%;
  background-color: #000000;
  margin-left: -1em;
}
@media (max-width: 980px) {
  .main-menu .menu-item-139 {
    margin-left: 1em;
  }
  .main-menu .menu-item-139:before {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .main-menu .menu-item-139 {
    margin-left: auto;
    margin-right: 0;
  }
  .main-menu .menu-item-139:before {
    display: none;
  }
}
.main-menu .menu-item-139 .button--transparent {
  border-color: rgba(255, 255, 255, 0);
}
.main-menu .menu-item-139 .button--transparent:hover {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}
.main-menu .menu-item-139 .button--transparent:active {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}
.main-menu .menu-item-139 .button--transparent:focus {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}
.main-menu--mobile .main-menu__list {
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: flex-start;
  width: calc(100% - 80px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .main-menu--mobile .main-menu__list {
    width: calc(100% - 32px);
  }
}
.main-menu--mobile .main-menu__item {
  border-bottom: 1px solid #000000;
}
.main-menu--mobile a:not(.button) {
  width: 100%;
  padding-left: 0;
}
.main-menu--mobile a:not(.button)::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' id='Keyboard-Right-Arrow--Streamline-Nova'%3E%3Cdesc%3EKeyboard Right Arrow Streamline Icon: https://streamlinehq.com%3C/desc%3E%3Cpath fill='%23000000' fill-rule='evenodd' d='m15.9288 3.51465 7.7782 7.77815c0.3905 0.3905 0.3905 1.0237 0 1.4142l-7.7782 7.7782 -1.4142 -1.4142 6.071 -6.0711 -20.5856 0v-2l20.5856 0 -6.071 -6.07104 1.4142 -1.41421Z' clip-rule='evenodd' stroke-width='1'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

body.h-js-no-scroll-on-body {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

footer .container {
  width: 80%;
  max-width: 1440px;
  margin: auto;
  padding: 24px 16px;
  transition: width 0.25s ease-in-out, max-width 0.25s ease-in-out;
}
@media (max-width: 1200px) {
  footer .container {
    width: calc(100% - 80px);
  }
}
@media (max-width: 479px) {
  footer .container {
    width: calc(100% - 32px);
  }
}

#main-footer {
  position: relative;
  background-color: #fafafa;
}
#main-footer::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateZ(0);
  width: 80%;
  max-width: 1440px;
  z-index: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-left: 1px solid #edf1ff;
  border-right: 1px solid #edf1ff;
  background-image: repeating-linear-gradient(to bottom, #edf1ff 0px, #edf1ff 8px, transparent 8px, transparent 16px), repeating-linear-gradient(to bottom, #edf1ff 0px, #edf1ff 8px, transparent 8px, transparent 16px), repeating-linear-gradient(to bottom, #edf1ff 0px, #edf1ff 8px, transparent 8px, transparent 16px);
  background-size: 1px 100%, 1px 100%, 1px 100%;
  background-position: 25% 0, 50% 0, 75% 0;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: width 0.25s ease-in-out;
}
@media (max-width: 1200px) {
  #main-footer::before {
    width: calc(100% - 80px);
    max-width: none;
  }
}
@media (max-width: 479px) {
  #main-footer::before {
    width: calc(100% - 32px);
  }
}

.footer-intro {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 980px) {
  .footer-intro {
    flex-direction: column;
    margin-bottom: 64px;
  }
}
.footer-intro__wrapper {
  flex: 1 1 auto;
  max-width: 100%;
}
@media (max-width: 980px) {
  .footer-intro__wrapper {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 48px;
  }
}

.footer-nav {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .footer-nav {
    flex-direction: column;
  }
}
.footer-menu__list {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}
.footer-menu__item {
  display: inline-flex;
}
.footer-menu__item + .main-menu__button {
  margin-left: auto;
}
.footer-menu__button {
  display: inline-flex;
  margin-left: 1em;
}
.footer-menu ul {
  list-style: none;
}
.footer-menu a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.footer-menu a:not(.button) {
  font-size: 14px;
  color: #111827;
}
.footer-menu a:not(.button):hover {
  color: #00005f;
  font-weight: 600;
}

#footer-bottom {
  background-color: #fafafa;
  padding: 0;
}
#footer-bottom .container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  border-top: 1px solid #edf1ff;
}
#footer-bottom .container .footer-nav__logo {
  margin-left: auto;
  padding: 8px 0;
}
#footer-bottom .container .footer-nav__logo a {
  display: flex;
  align-items: center;
}
#footer-bottom .container .footer-nav__logo svg {
  width: 48px;
  height: 48px;
}
#footer-bottom #footer-info {
  font-size: 14px;
}
@media (max-width: 980px) {
  #footer-bottom #footer-info {
    text-align: left;
  }
}

#footer-info {
  padding-bottom: 0;
}

footer .button {
  justify-content: space-between;
}
footer .button--textlink {
  font-weight: 600;
}
footer .button--textlink svg {
  color: #ff005a;
}
footer .button--textlink:has(.button__icon) .button__icon--right {
  margin-left: 1.5em;
  transform: translateX(0);
}
footer .button--textlink:hover:has(.button__icon) .button__icon--right {
  margin-left: 1.5em;
  transform: translateX(0.35em);
}

.page-template-page-legal .h-js-is-first-section {
  padding-bottom: 0;
}

.home .section-stage {
  padding-top: calc(var(--header-height-desktop) + 64px);
  padding-bottom: 64px;
}
@media (min-width: 981px) {
  .home .section-stage {
    padding-top: calc(var(--header-height-desktop) + 96px);
    padding-bottom: 96px;
  }
}
@media (min-width: 1200px) {
  .home .section-stage {
    padding-top: calc(var(--header-height-desktop) + 192px);
    padding-bottom: 192px;
  }
}
@media only screen and (min-width: 1500px) {
  .home .section-stage {
    padding-top: calc(var(--header-height-desktop) + 192px) !important;
    padding-bottom: 192px !important;
  }
}
.home .section-stage + .section-trust {
  padding-top: 0 !important;
}
.home .section-stage {
  overflow-x: hidden;
}
.home .section-stage::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateZ(0);
  width: 1680px;
  z-index: 0;
}
@media (max-width: 1200px) {
  .home .section-stage::after {
    width: 115%;
    max-width: none;
  }
}
.home .section-stage::after {
  background-image: url("https://staging.oasissoftware.de/wp-content/uploads/2026/04/Frame-32a.svg");
  background-repeat: no-repeat;
  background-size: auto 115%;
  background-position: right center;
}
@media (max-width: 980px) {
  .home .section-stage::after {
    background-image: url("https://staging.oasissoftware.de/wp-content/uploads/2026/04/Frame-32a.svg");
  }
}
@media (max-width: 576px) {
  .home .section-stage::after {
    background-image: url("https://staging.oasissoftware.de/wp-content/uploads/2026/04/Frame-32a.svg");
  }
}
.home .section-stage::after {
  pointer-events: none;
}
.home .section-cta {
  padding-top: 0;
  padding-bottom: 0;
}
.home .section-cta .et_pb_row {
  padding-top: 0;
  padding-bottom: 0;
}
.home .section-cta .cta-teaser__image {
  transform: scale(1.2);
  transform-origin: right;
}

.section-ecosystem .section-ecosystem__image {
  position: relative;
}
.section-ecosystem .section-ecosystem__image--back {
  display: block;
  width: 100%;
}
.section-ecosystem .section-ecosystem__image--front {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  max-width: 1640px;
  pointer-events: none;
}/*# sourceMappingURL=theme.css.map */