/* SWR Phase 1 overrides */
:root {
    --font-size-text-xs: 12px;
    --font-size-text-sm: 14px;
    --font-size-text-md: 16px;
    --font-size-text-lg: 18px;
    --font-size-text-xl: 20px;
    --font-size-heading-xs: 20px;
    --font-size-heading-sm: 22px;
    --font-size-heading-md: 24px;
    --font-size-heading-lg: 26px;
    --font-size-heading-xl: 32px;
    --font-size-heading-2xl: 36px;
    --font-size-heading-3xl: 40px;
    --font-size-display: 48px;
    --line-height-text-xs: 18px;
    --line-height-text-sm: 20px;
    --line-height-text-md: 24px;
    --line-height-text-lg: 26px;
    --line-height-text-xl: 28px;
    --line-height-heading-xs: 24px;
    --line-height-heading-sm: 26px;
    --line-height-heading-md: 30px;
    --line-height-heading-lg: 32px;
    --line-height-heading-xl: 38px;
    --line-height-heading-2xl: 44px;
    --line-height-heading-3xl: 48px;
    --line-height-display: 58px;

    --primary-deep-blue: #00205b;
    --primary-light-blue: #08b2ff;
    --primary-white: #ffffff;
    --primary-blue-1: #041e42;
    --primary-blue-2: #003da5;
    --primary-blue-3: #0070d4;
    --primary-blue-4: #5fcdf5;
    --primary-blue-5: #d4edfc;
    --primary-blue-6-tint: #e5f4ff;
    --secondary-green-green-1: #004000;
    --secondary-green-green-2: #00a944;
    --secondary-green-green-3: #3fd185;
    --secondary-green-green-4: #bde9c9;
    --secondary-green-green-5-tint: #f2fbf4;
    --secondary-indigo-indigo-1: #06038d;
    --secondary-indigo-indigo-2: #0047bb;
    --secondary-indigo-indigo-3: #5c88da;
    --secondary-indigo-indigo-4: #b8ccea;
    --secondary-indigo-indigo-5-tint: #eff3fb;
    --secondary-teal-teal-1: #0b3f47;
    --secondary-teal-teal-2: #008198;
    --secondary-teal-teal-3: #36c2cc;
    --secondary-teal-teal-4: #9cdbd9;
    --secondary-teal-teal-5-tint: #ebf9fa;
    --secondary-purple-purple-1: #441170;
    --secondary-purple-purple-2: #753bbd;
    --secondary-purple-purple-3: #a67bca;
    --secondary-purple-purple-4: #dfc8e7;
    --secondary-purple-purple-5-tint: #f6f2fa;
    --secondary-fuchsia-fuchsia-1: #441170;
    --secondary-fuchsia-fuchsia-2: #d912ae;
    --secondary-fuchsia-fuchsia-3: #dfa0c9;
    --secondary-fuchsia-fuchsia-4: #ead3e2;
    --secondary-fuchsia-fuchsia-5-tint: #fcf5fa;
    --secondary-safety-yellow: #fce300;
    --grey-100-100-1: #25262a;
    --grey-100-100-2: #333f48;
    --grey-100-100-3: #666f75;
    --grey-100-100-4: #a2aaad;
    --grey-100-100-5: #d0d3d4;
    --grey-100-100-6: #f0f1f1;
    --grey-60-60-1: #7c7d7f;
    --grey-60-60-2: #858c91;
    --grey-60-60-3: #a3a9ac;
    --grey-60-60-4: #ced0d1;
    --grey-60-60-5: #ebebec;
    --grey-60-60-6: #f6f6f7;
    --grey-40-40-1: #a8a8aa;
    --grey-40-40-2: #adb2b6;
    --grey-40-40-3: #c2c5c8;
    --grey-40-40-4: #dedfe0;
    --grey-40-40-5: #f1f2f3;
    --grey-40-40-6: #f9f9f9;
    --error-error: #d92d21;

    --radius-xs: 4px;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;

    --between-xs: 4px;
    --between-sm: 8px;
    --between-md: 12px;
    --between-lg: 16px;
    --between-xl: 20px;
    --between-2xl: 20px;
    --between-3xl: 20px;
    --between-4xl: 24px;
    --between-5xl: 24px;
    --between-10xl: 40px;

    --frame-padding-xs: 8px;
    --frame-padding-sm: 16px;
    --frame-padding-md: 16px;
    --frame-padding-lg: 20px;
    --frame-padding-xl: 20px;
    --frame-padding-2xl: 24px;
    --frame-padding-3xl: 24px;

    --module-margin-xs: 24px;
    --module-margin-md: 32px;
    --module-margin-lg: 40px;
    --module-margin-2lg: 56px;
}

@media only screen and (min-width: 900px) {
    :root {
        --font-size-heading-md: 28px;
        --font-size-heading-lg: 32px;
        --font-size-heading-xl: 40px;
        --font-size-heading-2xl: 48px;
        --font-size-heading-3xl: 58px;
        --font-size-display: 96px;
        --line-height-heading-md: 34px;
        --line-height-heading-lg: 38px;
        --line-height-heading-xl: 48px;
        --line-height-heading-2xl: 58px;
        --line-height-heading-3xl: 70px;
        --line-height-display: 114px;

        --between-2xl: 24px;
        --between-3xl: 32px;
        --between-4xl: 40px;
        --between-5xl: 48px;
        --between-10xl: 96px;

        --frame-padding-md: 20px;
        --frame-padding-lg: 24px;
        --frame-padding-xl: 32px;
        --frame-padding-2xl: 40px;
        --frame-padding-3xl: 48px;

        --module-margin-xs: 64px;
        --module-margin-md: 112px;
        --module-margin-lg: 128px;
        --module-margin-2lg: 152px;
    }
}

html {
    overflow-x: visible;
    font-size: var(--font-size-text-md);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    color: var(--grey-100-100-1);
    word-wrap: break-word;
}

.m-column--indent {
    max-width: 1152px;
}

.m-page-wrap {
    max-width: 1182px;
}

.m-grid,
.m-flex-columns {
    max-width: 1192px;
    padding-inline: 5px;
}

.m-page-wrap .m-grid {
    max-width: 1182px;
}

.m-grid[class*="theme-"] {
    border-radius: var(--radius-sm);
}

/* Typography */
h1,
.h1,
.o-rich-text h1,
.o-rich-text .h1,
.o-text-teaser__text h1,
.o-text-teaser__text .h1,
.o-page-hero__title {
    font-size: var(--font-size-heading-3xl);
    font-weight: 700;
    line-height: var(--line-height-heading-3xl);
}

h2,
.h2,
.o-rich-text h2,
.o-rich-text .h2,
.o-text-teaser__text h2,
.o-text-teaser__text .h2,
.m-component-title-set__title {
    font-size: var(--font-size-heading-2xl);
    font-weight: 300;
    line-height: var(--line-height-heading-2xl);
}

h3,
.h3,
.o-rich-text h3,
.o-rich-text .h3,
.o-text-teaser__text h3,
.o-text-teaser__text .h3 {
    font-size: var(--font-size-heading-xl);
    font-weight: 300;
    line-height: var(--line-height-heading-xl);
}

h4,
.h4,
.o-rich-text h4,
.o-rich-text .h4,
.o-text-teaser__text h4,
.o-text-teaser__text .h4 {
    font-size: var(--font-size-heading-lg);
    font-weight: 500;
    line-height: var(--line-height-heading-lg);
}

h5,
.h5,
.o-rich-text h5,
.o-rich-text .h5,
.o-text-teaser__text h5,
.o-text-teaser__text .h5 {
    font-size: var(--font-size-heading-md);
    font-weight: 500;
    line-height: var(--line-height-heading-md);
}

h6,
.h6,
.o-rich-text h6,
.o-rich-text .h6,
.o-text-teaser__text h6,
.o-text-teaser__text .h6 {
    font-size: var(--font-size-heading-sm);
    font-weight: 700;
    line-height: var(--line-height-heading-sm);
}

.o-rich-text p,
.o-text-teaser__text p {
    font-size: var(--font-size-text-md);
    line-height: var(--line-height-text-md);
}

.subheading1,
.subheading2,
.subheading3,
.tagline {
    text-transform: none;
    letter-spacing: normal;
}

/* Links */
.o-rich-text
    a:not(.a-btn):not(.a-btn-white):not(.a-btn--outline):not(
        .a-btn--outline--dark
    ):not(.a-btn--xs),
.o-text-teaser__text
    a:not(.a-btn):not(.a-btn-white):not(.a-btn--outline):not(
        .a-btn--outline--dark
    ):not(.a-btn--xs) {
    color: var(--primary-blue-2);
    text-decoration: underline;
}

.o-rich-text
    a:not(.a-btn):not(.a-btn-white):not(.a-btn--outline):not(
        .a-btn--outline--dark
    ):not(.a-btn--xs):hover,
.o-rich-text
    a:not(.a-btn):not(.a-btn-white):not(.a-btn--outline):not(
        .a-btn--outline--dark
    ):not(.a-btn--xs):focus,
.o-text-teaser__text
    a:not(.a-btn):not(.a-btn-white):not(.a-btn--outline):not(
        .a-btn--outline--dark
    ):not(.a-btn--xs):hover,
.o-text-teaser__text
    a:not(.a-btn):not(.a-btn-white):not(.a-btn--outline):not(
        .a-btn--outline--dark
    ):not(.a-btn--xs):focus {
    color: var(--primary-deep-blue);
    text-decoration: underline;
}

/* Lists */
.a-list--arrows,
.m-tab-content ul,
.o-rich-text ul,
.o-text-teaser__text ul {
    list-style: initial;
    padding-inline-start: 18px;
}

.a-list--arrows > li,
.m-tab-content ul > li,
.o-rich-text ul > li,
.o-text-teaser__text ul > li,
.o-rich-text ol > li,
.o-text-teaser__text ol > li {
    font-size: inherit;
    line-height: inherit;
    margin-block-end: 0;
    padding: 0;
}

.a-list--arrows > li::after,
.m-tab-content ul > li::after,
.o-rich-text ul > li::after,
.o-text-teaser__text ul > li::after {
    content: none;
}

ol > li::before {
    color: inherit;
    font-weight: 400;
}

/* Buttons */
.a-btn:not(.o-help-menu__search-button, .a-btn--help) {
    display: inline-flex !important;
    align-items: center;
    padding: 4px 70px 4px 32px;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 62px;
    max-height: none;
    border-radius: 31px;
    border: 0;
    color: var(--primary-white);
    background-color: var(--primary-blue-3);
    font-size: var(--font-size-heading-xs);
    font-style: normal;
    font-weight: 600;
    line-height: var(--line-height-heading-sm);
    transition: none;
    text-transform: none;
    background-image: url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='54' height='54' rx='27' fill='%2308B2FF'/%3E%3Cpath d='M19.4285 27.9138L19.4285 26.0862L31.9606 26.0862L26.3473 20.4729L27.6527 19.1674L35.4853 27L27.6527 34.8326L26.3473 33.5271L31.9606 27.9138L19.4285 27.9138Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat !important;
    background-position: right 4px center !important;
}

.a-btn:not(.o-help-menu__search-button, .a-btn--help):hover,
.a-btn:not(.o-help-menu__search-button, .a-btn--help):focus {
    border: 0;
    background-color: var(--primary-blue-2);
    background-image: url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.361111' y='0.361111' width='53.2778' height='53.2778' rx='26.6389' fill='white'/%3E%3Crect x='0.361111' y='0.361111' width='53.2778' height='53.2778' rx='26.6389' stroke='white' stroke-width='0.722222'/%3E%3Cpath d='M19.4285 27.9138L19.4285 26.0862L31.9606 26.0862L26.3473 20.4729L27.6527 19.1674L35.4853 27L27.6527 34.8326L26.3473 33.5271L31.9606 27.9138L19.4285 27.9138Z' fill='%23003DA5'/%3E%3C/svg%3E%0A");
}

.a-btn:not(.o-help-menu__search-button, .a-btn--help, .a-btn--secondary):hover,
.a-btn:not(.o-help-menu__search-button, .a-btn--help, .a-btn--secondary):focus {
    outline: 1px solid var(--primary-white);
}

.a-btn:not(.o-help-menu__search-button, .a-btn--help)::after,
.a-btn:not(.o-help-menu__search-button, .a-btn--help):hover::after {
    content: none;
}

.a-btn--secondary {
    padding-inline-start: 0 !important;
    background-color: transparent !important;
    width: auto !important;
}

.a-btn--secondary:hover,
.a-btn--secondary:focus {
    text-decoration: underline;
    background-image: url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='54' height='54' rx='27' fill='%2308B2FF'/%3E%3Cpath d='M19.4285 27.9138L19.4285 26.0862L31.9606 26.0862L26.3473 20.4729L27.6527 19.1674L35.4853 27L27.6527 34.8326L26.3473 33.5271L31.9606 27.9138L19.4285 27.9138Z' fill='white'/%3E%3C/svg%3E%0A") !important;
}

.a-btn--secondary.a-btn--dark {
    color: var(--primary-blue-1);
}

@media only screen and (min-width: 900px) {
    .a-btn:not(.o-help-menu__search-button, .a-btn--help) {
        width: auto;
    }
}

@media only screen and (min-width: 768px) {
    .a-btn--rounded {
        background-color: var(--primary-blue-3);
        border-color: var(--primary-blue-3);
    }
}

/* Carousels */
.slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: var(--between-md);
    position: static;
    line-height: 0;
    margin-block-start: var(--between-4xl);
}

.slick-dots li {
    margin: 0;
    width: auto;
    height: 12px;
}

.slick-dots li button {
    overflow: hidden;
    padding: 0;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    border: 0;
    background-color: var(--primary-blue-2);
}

.slick-dots li.slick-active button {
    width: 40px;
    background-color: var(--secondary-indigo-indigo-4);
}

.slick-dots li button::before {
    content: none;
}

.slick-arrow {
    border-radius: 50% !important;
    border: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Crect width='48' height='48' fill='%23D4EDFC' rx='24'/%3E%3Cpath fill='%2308B2FF' d='M22.89 18.452h1.22v8.355l3.741-3.742.87.87-5.221 5.222-5.222-5.222.87-.87 3.743 3.742v-8.355Z'/%3E%3C/svg%3E") !important;
    width: 48px;
    height: 48px;
    background-size: 100% 100% !important;
}

.slick-arrow svg {
    display: none;
}

.slick-arrow.slick-disabled {
    opacity: 0.5;
}

.slick-arrow.slick-prev {
    transform: translateY(-50%) rotate(90deg);
}

.slick-arrow.slick-next {
    transform: translateY(-50%) rotate(-90deg);
}

/* Video Play Icon */
.a-video-play-icon,
.a-video-play-icon:hover {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' fill='none'%3E%3Cpath fill='%2308B2FF' d='M0 40C0 17.909 17.909 0 40 0s40 17.909 40 40-17.909 40-40 40S0 62.091 0 40Z'/%3E%3Cpath fill='%23fff' d='M48.25 37.402c2 1.155 2 4.041 0 5.196l-10.125 5.846c-2 1.154-4.5-.289-4.5-2.598V34.154c0-2.31 2.5-3.752 4.5-2.598l10.125 5.846Z'/%3E%3C/svg%3E");
    border-radius: 0;
    height: 80px;
    width: 80px;
    box-shadow: none;
}

.a-video-play-icon::after {
    content: none;
}

/* Teaser One */
.o-carousel-single-item-view__item .m-teaser-one {
    padding: 0;
    width: 100%;
}

.o-carousel-single-item-view .m-teaser-one__cta-video {
    top: 10% !important;
}

.m-teaser-one__image {
    border-radius: var(--radius-sm);
}

.m-teaser-one__content {
    padding: calc(var(--frame-padding-2xl) + var(--between-sm)) 24px !important;
    border-radius: var(--radius-sm);
    background-color: var(--primary-deep-blue);
    color: var(--primary-white);
    top: 0;
    margin-block-start: -40px;
}

.m-teaser-one__title {
    color: var(--primary-white);
}

.m-teaser-one__abstract {
    margin: 0;
    color: var(--primary-white) !important;
}

@media only screen and (min-width: 768px) {
    .m-teaser-one__content {
        margin-block-start: -75px;
    }
}

@media only screen and (min-width: 900px) {
    .m-teaser-one__content {
        margin-block-start: -80px;
    }

    .o-carousel-single-item-view .slick-list {
        padding-top: 56px !important;
    }

    .o-carousel-single-item-view .slick-active .m-teaser-one__image {
        transform: translateY(-56px);
    }
}

@media only screen and (min-width: 1280px) {
    .m-teaser-one__content {
        margin-block-start: -92px;
    }

    .o-carousel-single-item-view .m-teaser-one__cta-video {
        top: 15% !important;
    }
}

/* Teaser Three */
.m-teaser-three {
    display: flex;
    background-color: transparent;
}

.m-teaser-three:focus-within {
    border: none;
}

.m-teaser-three a {
    display: block;
    width: 100%;
    background-color: var(--primary-blue-6-tint);
    border-radius: var(--radius-sm);
    overflow: hidden;
    border: 1px solid var(--secondary-indigo-indigo-4);
}

.m-teaser-three a:hover,
.m-teaser-three a:focus {
    border-color: var(--primary-blue-2);
}

.m-teaser-three__img,
.m-teaser-three__no-img {
    aspect-ratio: 1;
    background-color: var(--primary-white);
}

.m-teaser-three__text {
    padding: var(--frame-padding-2xl) var(--frame-padding-sm);
}

.m-teaser-three__text__label {
    color: var(--primary-deep-blue);
    font-size: var(--font-size-text-xs);
    line-height: var(--line-height-text-xs);
    font-weight: 600;
}

.m-teaser-three__text__title {
    margin-block: var(--between-lg) 0;
    font-size: var(--font-size-text-md);
    line-height: var(--line-height-text-md);
    font-weight: 400;
}

/* Teaser Four */
.m-teaser-four {
    border-radius: var(--radius-sm);
}

.m-teaser-four__title-container,
.m-teaser-four:link:hover .m-teaser-four__title-container,
.m-teaser-four:link:active .m-teaser-four__title-container {
    background-color: #00205bbf;
}

/* Teaser Six */
.m-teaser-six {
    border-radius: var(--radius-sm);
}

.m-teaser-six__meta {
    text-transform: none;
}

/* Teaser Ten */
.m-teaser-ten {
    gap: 20px;
}

.m-teaser-ten__img {
    border-radius: var(--radius-sm);
    padding: 0;
}

/* Teaser Eleven */
.m-teaser-eleven__img {
    border-radius: var(--radius-sm);
}

/* Tile */
.o-tile {
    border-radius: var(--radius-sm);
    overflow: hidden;
}

/* Rich Text */
.o-rich-text img,
.o-text-teaser__text img {
    border-radius: var(--radius-sm);
}

/* Table Teaser */
.m-table-teaser__img {
    border-radius: var(--radius-sm);
}

/* Teaser Campaign */
.m-grid__M6 .m-teaser-campaign__content {
    max-width: 576px;
}

/* FAQ */
.o-faq {
    color: var(--primary-blue-1);
    border-radius: var(--radius-sm);
    padding: var(--frame-padding-2xl) 16px;
    background-color: var(--primary-blue-6-tint);
}

.o-faq__layout {
    display: block !important;
}

.o-faq__title {
    font-size: var(--font-size-heading-lg);
    font-weight: 500;
    line-height: var(--line-height-heading-lg);
    margin-block: 0 var(--between-lg);
}

.o-faq__list li {
    border-block-end: 1px solid var(--grey-40-40-4);
}

.o-faq-item__title,
.m-grid__M6 .o-faq-item__title {
    padding: var(--frame-padding-sm) 0;
    font-size: var(--font-size-text-md);
    line-height: var(--line-height-text-md);
    display: flex;
    flex-direction: row-reverse;
    gap: var(--between-lg);
    justify-content: space-between;
    align-items: center;
}

.o-faq-item__title,
.o-faq-item__title:hover,
.o-faq-item__title.is-open {
    color: var(--primary-blue-1);
}

.o-faq-item__title .a-icon {
    position: static;
}

.o-faq-item__title polyline {
    stroke: var(--primary-blue-1);
}

.o-faq-item__content,
.m-grid__M6 .o-faq-item__content {
    padding-block: 0 var(--frame-padding-sm);
    padding-inline: 0 32px;
    font-size: var(--font-size-text-md);
    line-height: var(--line-height-text-md);
    font-weight: 300;
}

.o-faq-item__content a {
    color: var(--primary-blue-2);
    text-decoration: underline;
}

.o-faq-item__content a:hover,
.o-faq-item__content a:focus {
    color: var(--primary-deep-blue);
    text-decoration: underline;
}

@media only screen and (min-width: 900px) {
    .o-faq {
        padding-inline: 48px;
    }
}

/* Form */
.m-form.m-grid {
    padding-block: 76px;
}

.m-form label,
.m-form label:first-of-type,
.m-form legend,
.form label,
.form label:first-of-type,
.form legend {
    text-transform: none;
    font-size: var(--font-size-text-md);
    line-height: var(--line-height-text-md);
    letter-spacing: normal;
    text-align: left;
}

.m-form label:first-of-type:not(input + label),
.m-form legend,
.form label:first-of-type:not(input + label),
.form legend {
    text-align: right;
    font-weight: 600;
}

.m-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.m-form select,
.m-form textarea,
.form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.form select,
.form textarea {
    border-color: var(--grey-40-40-4) !important;
    background-color: var(--primary-white) !important;
    border-radius: var(--radius-xs) !important;
    padding-inline: var(--frame-padding-sm) !important;
    font-size: var(--font-size-text-md) !important;
    color: var(--grey-100-100-1) !important;
    font-family: "effra", Helvetica, Arial, sans-serif !important;
}

.m-form select,
.form select {
    padding-inline-end: 50px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.m-form [type="radio"],
.m-form [type="checkbox"],
.form [type="radio"],
.form [type="checkbox"] {
    top: 0;
    margin-inline-end: 10px;
    background-color: var(--primary-white) !important;
    border-color: #696969;
}

.m-form input[type="checkbox"]:checked::before,
.form input[type="checkbox"]:checked::before {
    border-color: var(--grey-100-100-1);
}

.m-form
    input:not([type="radio"]):not([type="checkbox"]):not(
        [type="submit"]
    )::placeholder,
.m-form select::placeholder,
.m-form textarea::placeholder,
.form
    input:not([type="radio"]):not([type="checkbox"]):not(
        [type="submit"]
    )::placeholder,
.form select::placeholder,
.form textarea::placeholder {
    text-transform: none;
    font-size: var(--font-size-text-md);
    line-height: var(--line-height-text-md);
    letter-spacing: unset;
}

.m-form input[type="submit"],
.m-form button[type="submit"],
.form input[type="submit"],
.form button[type="submit"] {
    float: none;
    display: inline-flex !important;
    width: 100%;
    align-items: center;
    padding: 4px 70px 4px 32px;
    height: auto;
    min-height: 62px;
    max-height: none;
    border-radius: 31px;
    border: 0;
    color: var(--primary-white);
    background-color: var(--primary-blue-3) !important;
    font-size: var(--font-size-heading-xs);
    font-style: normal;
    font-weight: 600;
    line-height: var(--line-height-heading-sm);
    font-family: "effra", Helvetica, Arial, sans-serif !important;
    letter-spacing: unset;
    transition: none;
    text-transform: none;
    background-image: url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='54' height='54' rx='27' fill='%2308B2FF'/%3E%3Cpath d='M19.4285 27.9138L19.4285 26.0862L31.9606 26.0862L26.3473 20.4729L27.6527 19.1674L35.4853 27L27.6527 34.8326L26.3473 33.5271L31.9606 27.9138L19.4285 27.9138Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat !important;
    background-position: right 4px center !important;
}

.m-form input[type="submit"]:hover,
.m-form button[type="submit"]:hover,
.form input[type="submit"]:hover,
.form button[type="submit"]:hover,
.m-form input[type="submit"]:focus,
.m-form button[type="submit"]:focus,
.form input[type="submit"]:focus,
.form button[type="submit"]:focus {
    border: 0;
    background-color: var(--primary-blue-2) !important;
    background-image: url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.361111' y='0.361111' width='53.2778' height='53.2778' rx='26.6389' fill='white'/%3E%3Crect x='0.361111' y='0.361111' width='53.2778' height='53.2778' rx='26.6389' stroke='white' stroke-width='0.722222'/%3E%3Cpath d='M19.4285 27.9138L19.4285 26.0862L31.9606 26.0862L26.3473 20.4729L27.6527 19.1674L35.4853 27L27.6527 34.8326L26.3473 33.5271L31.9606 27.9138L19.4285 27.9138Z' fill='%23003DA5'/%3E%3C/svg%3E%0A");
    outline: 1px solid var(--primary-white);
}

.m-form input[type="submit"]::after,
.m-form button[type="submit"]::after,
.form input[type="submit"]::after,
.form button[type="submit"]::after {
    content: none;
}

.m-form input[type="file"]::file-selector-button,
.form input[type="file"]::file-selector-button {
    padding: 5px 8px;
    border-radius: 8px;
    color: var(--primary-blue-3);
    background-color: var(--grey-60-60-6);
    margin-inline-end: -8px;
    border: 0 !important;
}

.m-form input[type="file"]::file-selector-button:hover,
.form input[type="file"]::file-selector-button:hover,
.m-form input[type="file"]::file-selector-button:focus,
.form input[type="file"]::file-selector-button:focus {
    background-color: var(--primary-deep-blue);
    color: var(--primary-white);
}

.theme-light .m-form a,
.theme-light .form a {
    color: var(--primary-blue-3);
    text-decoration: underline;
}

.theme-light .m-form a:hover,
.theme-light .form a:hover,
.theme-light .m-form a:focus,
.theme-light .form a:focus {
    color: var(--primary-blue-2);
    text-decoration: underline;
}

@media only screen and (min-width: 900px) {
    .m-form .m-form__row:not(.m-form__row--terms) label:first-of-type,
    .m-form .m-form__row:not(.m-form__row--terms) legend,
    .form .m-form__row:not(.m-form__row--terms) label:first-of-type,
    .form .m-form__row:not(.m-form__row--terms) legend {
        width: 140px !important;
        max-width: 140px !important;
        min-width: 140px !important;
        flex-shrink: 0 !important;
        flex-basis: 140px !important;
        padding: 0 var(--between-sm) 0 0 !important;
        text-align: right !important;
    }

    .m-form input[type="submit"],
    .m-form button[type="submit"],
    .form input[type="submit"],
    .form button[type="submit"] {
        width: auto;
    }
}

/* Tab Navigation */
.m-tab-navigation__title {
    text-transform: none;
}

/* Component Title Set */
.m-component-title-set__sub-title {
    text-transform: none;
}

/* Carousel Single Item View (Video) */
.o-carousel-single-item-view {
    overflow: hidden;
    padding-block-end: var(--module-margin-md);
}

.o-carousel-single-item-view .slick-list {
    overflow: visible;
}

@media only screen and (min-width: 1280px) {
    .o-carousel-single-item-view__item {
        width: 768px;
        padding: 0 48px;
    }
}

/* Carousel Multiple Item View (Related Products) */
.m-section:has(.o-carousel-multiple-item-view) {
    width: 100%;
    overflow: hidden;
    padding-block: var(--module-margin-xs) var(--module-margin-md);
}

.m-section:has(.o-carousel-multiple-item-view) .m-grid__M12 {
    padding-block: 0;
}

.o-carousel-multiple-item-view {
    padding: 0;
}

.o-carousel-multiple-item-view .m-component-title-set {
    color: var(--primary-blue-1);
    padding-block: 0;
    margin-block-end: var(--between-4xl);
}

.o-carousel-multiple-item-view .m-component-title-set__sub-title {
    font-size: var(--font-size-text-xs);
    line-height: var(--line-height-text-xs);
    font-weight: 600;
}

.o-carousel-multiple-item-view .m-component-title-set__title {
    margin-block-start: var(--between-sm);
    font-size: var(--font-size-heading-lg);
    line-height: var(--line-height-heading-lg);
    font-weight: 500;
}

.o-carousel-multiple-item-view .slick-slider {
    padding-block: 0;
}

.o-carousel-multiple-item-view .slick-list {
    overflow: visible;
    width: 75%;
}

.o-carousel-multiple-item-view__slide {
    padding-inline: 8px;
}

.o-carousel-multiple-item-view .a-btn {
    margin-block-start: var(--between-4xl);
}

@media only screen and (min-width: 900px) {
    .o-carousel-multiple-item-view .slick-list {
        width: 100%;
    }

    .o-carousel-multiple-item-view__slide {
        padding-inline: 12px;
    }
}

/* Text Teaser */
.m-section[class*="theme-"]:has(.o-text-teaser) {
    background-color: #ffffff;
}

.m-section[class*="theme-"] .o-text-teaser {
    padding: var(--frame-padding-2xl);
    border-radius: var(--radius-sm);
}

.m-section.theme-dark .o-text-teaser {
    background-color: #11191e;
}
.m-section.theme-light .o-text-teaser {
    background-color: #f0f0f0;
}
.m-section.theme-grey .o-text-teaser,
.m-section.theme-semi-grey-white .o-text-teaser,
.m-section.theme-semi-grey-light .o-text-teaser {
    background-color: #202a30;
}
.m-section.theme-yellow .o-text-teaser {
    background-color: #f2a900;
}
.m-section.theme-skg-blue .o-text-teaser,
.m-section.theme-blue-light .o-text-teaser {
    background-color: var(--primary-light-blue);
}
.m-section.theme-teal .o-text-teaser,
.m-section.theme-teal-dark .o-text-teaser {
    background-color: var(--secondary-teal-teal-1);
}
.m-section.theme-teal-light .o-text-teaser {
    background-color: var(--secondary-teal-teal-2);
}
.m-section.theme-light-green .o-text-teaser,
.m-section.theme-green-light .o-text-teaser {
    background-color: var(--secondary-green-green-2);
}
.m-section.theme-dark-green .o-text-teaser,
.m-section.theme-green-dark .o-text-teaser {
    background-color: var(--secondary-green-green-1);
}
.m-section.theme-dark-blue .o-text-teaser,
.m-section.theme-blue-deep .o-text-teaser {
    background-color: var(--primary-deep-blue);
}
.m-section.theme-burgundy .o-text-teaser,
.m-section.theme-fuchsia-dark .o-text-teaser {
    background-color: #65004d;
}
.m-section.theme-fuchsia-light .o-text-teaser {
    background-color: var(--secondary-fuchsia-fuchsia-2);
}
.m-section.theme-purple .o-text-teaser,
.m-section.theme-purple-dark .o-text-teaser {
    background-color: var(--secondary-purple-purple-1);
}
.m-section.theme-purple-light .o-text-teaser {
    background-color: var(--secondary-purple-purple-2);
}
.m-section.theme-blue-02 .o-text-teaser {
    background-color: var(--primary-blue-2);
}
.m-section.theme-blue-05 .o-text-teaser {
    background-color: var(--primary-blue-5);
}
.m-section.theme-indigo-dark .o-text-teaser {
    background-color: var(--secondary-indigo-indigo-1);
}
.m-section.theme-indigo-light .o-text-teaser {
    background-color: var(--secondary-indigo-indigo-2);
}

.o-text-teaser__title {
    font-size: var(--font-size-heading-lg);
    font-weight: 500;
    line-height: var(--line-height-heading-lg);
}

.o-text-teaser__text {
    font-size: var(--font-size-text-md);
    line-height: var(--line-height-text-md);
}

/* Product Gallery */
.product-gallery-thumbs .slick-slide {
    height: calc(96px + var(--between-sm));
    border: 0;
}
.product-gallery-thumbs__thumb {
    width: 96px;
    height: calc(96px + var(--between-sm));
}

.product-gallery-fullwidth
    .product-gallery-thumbs
    .product-gallery-thumbs__thumb
    .product-gallery-thumbs__image-container {
    width: 96px;
    height: 96px;
}

.product-gallery-thumbs__thumb img {
    border: 1px solid var(--primary-white);
    width: 96px;
    height: 96px;
    border-radius: var(--radius-sm);
}

.product-gallery-thumbs__thumb-wrap:focus img,
.product-gallery-thumbs__thumb-wrap--active img {
    border: 1px solid var(--primary-blue-1);
    outline: 0;
}

.product-gallery-thumbs .slick-arrow {
    left: 50%;
    transform: translate(-50%, 0);
}

.product-gallery-preview .slick-slide > button:focus {
    padding: 0;
}

.product-gallery-preview .slick-slide > button:focus img {
    border: 1px solid var(--primary-blue-1);
    outline: 0;
}

.product-gallery-preview img {
    border-radius: var(--radius-lg);
}

.product-gallery-modal-view .slick-slider .slick-list {
    height: calc(100% - 41px);
}

.product-gallery-modal-view .slick-dots {
    padding-block-end: var(--between-2xl);
}

@media only screen and (min-width: 768px) {
    .product-gallery-thumbs {
        width: 96px;
        min-width: 96px;
    }

    .product-gallery-thumbs:has(.slick-arrow) {
        padding-block-end: 112px;
    }

    .product-gallery-thumbs .slick-list {
        margin-block-end: 0;
    }

    .product-gallery-thumbs .slick-arrow.slick-prev {
        bottom: calc(-1 * (var(--between-sm) + 48px));
        transform: translate(-50%, 0) rotate(180deg);
    }

    .product-gallery-thumbs .slick-arrow.slick-next {
        bottom: calc(-2 * (var(--between-sm) + 48px));
    }

    .product-gallery--active
        .product-gallery-thumbs
        + .product-gallery-preview {
        margin-inline-start: 24px;
    }

    .product-gallery-thumbs--fixed-height .slick-track {
        height: auto !important;
    }
}

/* Tiles List */
.o-tiles-list {
    margin: 0;
}

.o-tiles-list__items-wrap {
    --grid-layout-gap: 24px;
    grid-auto-rows: 1fr;
}

.o-tiles-list__item::after {
    content: none;
}

.o-tiles-list__item-text,
.o-tiles-list__item-richtext {
    min-height: 0;
}

.o-tiles-list__item-text::after,
.o-tiles-list__item-richtext::after {
    content: none;
}

.o-tiles-list__item .content {
    position: static;
    padding: 0;
}

.o-tiles-list .o-tile__body {
    border-radius: var(--radius-sm);
    padding: var(--frame-padding-lg);
}

.o-tile__figurecontainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: var(--between-md);
}

.o-tiles-list .o-tile__text {
    text-align: start;
    justify-content: flex-start;
    align-items: start;
    font-weight: 400;
    font-size: var(--font-size-text-xl);
    line-height: var(--line-height-text-xl);
    height: auto;
}

.o-tiles-list .o-tile__figure {
    height: auto;
    text-align: start;
    font-weight: 500;
    font-size: var(--font-size-heading-xl);
    line-height: var(--line-height-heading-xl);
}

/* Footer */
.o-footer {
    padding-block: 22px 42px;
    background-color: var(--primary-deep-blue);
    background-image: url("data:image/svg+xml,%3Csvg width='307' height='264' viewBox='0 0 307 264' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='280' cy='280' r='279.684' stroke='%2308B2FF' stroke-width='0.632054'/%3E%3C/svg%3E%0A");
    background-position: bottom right;
    margin-inline: auto;
    margin-block-end: var(--between-xl);
    max-width: min(calc(100% - 40px), 1358px);
    min-height: 286px;
    border-radius: var(--radius-sm) var(--radius-sm) var(--radius-xl)
        var(--radius-xl);
}

.o-footer .a-list--hor {
    font-weight: 700;
}

.o-footer .a-list:not(.a-list--hor) {
    font-size: var(--font-size-text-lg);
    font-weight: 600;
    line-height: var(--line-height-text-lg);
}

.o-footer .m-collapsible-list__title {
    display: none;
}

.o-footer .rah-static {
    height: auto !important;
}

.o-footer .rah-static > div {
    display: block !important;
}

.o-footer .m-collapsible-list .a-list {
    padding: 0;
}

@media only screen and (min-width: 900px) {
    .o-footer {
        background-image: url("data:image/svg+xml,%3Csvg width='631' height='419' viewBox='0 0 631 419' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='443' cy='443.925' r='442.5' stroke='%2308B2FF'/%3E%3C/svg%3E%0A");
        min-height: 440px;
    }

    .o-footer .m-flex-columns {
        max-width: calc(100% - 80px);
    }

    .o-footer .m-flex-columns__col--4:last-child {
        align-self: center;
        margin-inline-start: auto;
    }
}

/* List */
.a-list {
    flex-wrap: wrap;
}

/* Page Hero */
.o-page-hero {
    width: auto;
    position: relative;
    padding-block: 24px 104px;
    margin-block-end: calc(100% - 80px);
}

.o-page-hero::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--primary-deep-blue);
    z-index: -1;
}

.o-page-hero__copy {
    padding: 0;
}

.o-page-hero__sub-title {
    display: none;
}

.o-page-hero__title {
    color: var(--primary-white);
    margin-block: 0 32px !important;
    text-align: center;
}

.o-page-hero__image {
    aspect-ratio: 1;
    object-fit: cover;
    position: absolute;
    top: calc(100% - 104px);
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
    z-index: 1;
    border-radius: 50%;
}

.o-page-hero__image--square {
    border-radius: 0;
}

@media only screen and (min-width: 900px) {
    .m-section:has(.o-page-hero) {
        overflow: hidden;
        min-height: 952px;
        margin-block-end: -408px;
    }

    .o-page-hero {
        display: flex;
        padding-block: 140px 66px;
        margin-block-end: 58px;
        min-height: 444px;
    }

    .o-page-hero::after {
        content: "";
        display: block;
        position: absolute;
        top: 19px;
        left: 75%;
        width: 911px;
        height: 911px;
        border-radius: 50%;
        border: 1px solid var(--primary-light-blue);
        z-index: -1;
    }

    .o-page-hero__copy {
        width: 63%;
    }

    .o-page-hero__title {
        margin-block: 0 48px;
        text-align: start;
    }

    .o-page-hero__image {
        left: 63%;
        top: 66px;
        width: 585px;
    }
}

@media only screen and (min-width: 1280px) {
    .o-page-hero {
        margin-inline: -90px;
        padding-inline: 50px;
        background-image: radial-gradient(
            circle,
            rgba(54, 194, 204, 0.18) 0%,
            rgba(0, 0, 0, 0) 75%
        );
        background-size: 350px 350px;
        background-repeat: no-repeat;
        background-position: bottom -100px right;
    }
}

/* Breadcrumb */
.m-breadcrumb {
    gap: var(--between-sm);
    position: relative;
    font-size: var(--font-size-text-xs) !important;
    line-height: var(--line-height-text-xs) !important;
}

.m-breadcrumb__item a {
    gap: var(--between-sm);
    padding-inline-end: 0;
    color: var(--primary-blue-2);
}

.m-breadcrumb__item:last-child a,
.m-breadcrumb__item:last-child span {
    color: var(--primary-blue-3);
}

.m-breadcrumb__item svg {
    display: none;
}

.m-breadcrumb > li.m-breadcrumb__item {
    font-size: var(--font-size-text-xs);
    line-height: var(--line-height-text-xs);
    text-transform: uppercase;
    font-weight: 600;
    align-items: center;
    gap: var(--between-sm);
    z-index: 1;
}

.m-breadcrumb__item::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' fill='none'%3E%3Cpath stroke='%23003DA5' stroke-linecap='round' d='m1 11 5-5-5-5'/%3E%3C/svg%3E");
    display: block;
    width: 5px;
    height: 10px;
    background-size: 100% 100%;
}

.m-breadcrumb__item:last-child::after {
    content: none;
}

main:has(.o-ch-product-info, .o-page-hero) nav:has(.m-breadcrumb) {
    position: relative;
    z-index: 1;
    padding-inline: 20px;
}

main:has(.o-ch-product-info, .o-page-hero) .m-breadcrumb {
    padding-block: var(--between-sm);
}

main:has(.o-ch-product-info, .o-page-hero) .m-breadcrumb::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100vw;
    transform: translateX(-50%);
    z-index: -1;
    background-color: var(--primary-blue-5);
}

@media only screen and (min-width: 900px) {
    main:has(.o-ch-product-info, .o-page-hero) nav:has(.m-breadcrumb) {
        left: 50%;
        transform: translateX(calc(-1 * min(50vw, 576px)));
    }

    main:has(.o-ch-product-info, .o-page-hero) .m-breadcrumb {
        background-color: var(--primary-blue-5);
        padding-inline: var(--frame-padding-lg);
        border-radius: 17px;
        position: absolute;
        margin-block-start: 80px;
        max-width: 63%;
        overflow: hidden;
    }
}

@media only screen and (min-width: 1280px) {
    main:has(.o-ch-product-info, .o-page-hero) nav:has(.m-breadcrumb) {
        padding-inline: 0;
    }

    main:has(.o-ch-product-info, .o-page-hero) .m-breadcrumb {
        margin-inline-start: -40px;
    }
}

/* Header */
.o-header-top {
    background-color: var(--primary-blue-6-tint);
    border-block-end: 0;
    line-height: 42px;
}

.o-header-bottom {
    border-block-end: 1px solid var(--primary-light-blue);
}

.hamburger-container svg g,
.hamburger-container--active svg g {
    stroke: var(--primary-deep-blue);
}

.o-page-header .header-logo {
    max-width: 160px !important;
}

/* Help Menu (Navigation) */
.o-help-button {
    background-color: transparent;
}

.o-help-button__icon {
    color: var(--primary-blue-3);
}

.o-help-button__icon svg g {
    fill: var(--primary-blue-3);
    stroke: var(--primary-blue-3);
}

.o-help-menu__search-button {
    background-color: var(--primary-blue-3);
}

/* Hamburger (Mobile) */
.hamburger-dropdown {
    border-block-start: 1px solid var(--primary-light-blue);
}

.hamburger-dropdown--active {
    display: flex;
    flex-direction: column;
}

.hamburger-dropdown__primary-nav {
    flex: 1;
}

.hamburger-dropdown__primary-nav > div,
.hamburger-dropdown__primary-nav > div > div,
.o-page-header .hamburger-dropdown .m-primary-navigation {
    height: 100%;
}

.o-page-header .hamburger-dropdown .m-primary-navigation {
    display: flex;
    flex-direction: column;
}

.o-page-header
    .hamburger-dropdown
    .m-primary-navigation
    li:has(> .m-primary-navigation__item__highlight) {
    margin-block-start: auto;
}

.hamburger-dropdown__secondary-nav {
    background-color: var(--primary-blue-6-tint);
    padding: var(--between-lg) 30px;
}

/* Secondary Navigation */
.m-secondary-navigation {
    color: var(--grey-100-100-1);
}

/* Primary Navigation */
.m-primary-navigation__item > a {
    white-space: nowrap;
}

.m-primary-navigation__item__highlight > a {
    background-color: var(--primary-blue-3);
    border-color: var(--primary-blue-3);
    border-radius: 24px;
    font-weight: 600;
    padding-inline: 32px;
    color: var(--primary-white);
    text-align: center;
}

@media only screen and (max-width: 1023px) {
    .m-primary-navigation__item {
        font-size: var(--font-size-heading-xs);
        line-height: var(--line-height-heading-sm);
        font-weight: 600;
        padding: var(--between-lg) 30px;
    }

    .m-primary-navigation__item > a {
        width: 100%;
    }

    .m-primary-navigation__item:not(.m-primary-navigation__item__highlight)
        > a {
        padding-block: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .m-primary-navigation {
        font-size: var(--font-size-text-md);
        line-height: var(--line-height-text-md);
        align-items: center;
    }

    .m-primary-navigation__item > a:hover {
        color: var(--primary-blue-3);
    }

    .m-primary-navigation__item__highlight > a {
        line-height: 48px;
    }
}

/* Mega Menu */
.o-mega-menu {
    background-color: var(--grey-60-60-6) !important;
}

.o-mega-menu::after {
    display: none;
}

.m-mega-menu-list-item {
    border-color: var(--grey-40-40-4);
    font-size: var(--font-size-text-sm);
    line-height: var(--line-height-text-sm);
    padding: var(--between-xs) var(--between-sm);
}

.m-mega-menu-list-item:has(.m-mega-menu-list-item__anchor.heading) {
    border-color: var(--grey-100-100-1);
    font-weight: 600;
}

.m-mega-menu-column-title-block__title {
    font-size: var(--font-size-heading-md);
    line-height: var(--line-height-heading-md);
}

.o-mega-menu__column .m-teaser-five .h5 {
    font-size: var(--font-size-text-md);
    line-height: var(--line-height-text-md);
}

.o-mega-menu__column .m-teaser-five__img {
    border-radius: var(--radius-sm);
}

.o-mega-menu__column .m-teaser-five__text {
    color: var(--primary-blue-3);
    font-size: var(--font-size-text-md);
    line-height: var(--line-height-text-md);
}

@media only screen and (max-width: 1023px) {
    .o-mega-menu {
        margin: var(--between-xl) 0 0;
        padding: var(--frame-padding-sm) 30px;
        width: 100%;
        border-radius: var(--radius-sm);
    }

    .o-mega-menu__open-close g {
        stroke: var(--primary-deep-blue);
    }

    .m-mega-menu-list-item {
        font-size: var(--font-size-text-md);
        line-height: var(--line-height-text-md);
        padding: var(--frame-padding-xs) 0;
        border-block-end: 1px solid var(--grey-40-40-4);
        margin-block-end: var(--between-sm);
    }

    .m-mega-menu-list-item:last-child {
        margin: 0;
        border: 0;
    }

    .m-mega-menu-list-item__anchor {
        padding: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .o-mega-menu {
        border-radius: var(--radius-sm);
        border: 0;
        max-width: 1182px;
        left: 50%;
        transform: translateX(-50%);
    }

    .o-mega-menu__column {
        border-inline-start-color: var(--grey-40-40-4);
    }
}
