.interactive-video {
    padding-block: clamp(2.5rem, 5vw, 5rem);
    background: #fff;
}

.interactive-video__header {
    display: grid;
    grid-template-columns: minmax(0, 64fr) minmax(0, 34fr);
    gap: 2%;
    width: 100%;
    align-items: start;
}

.interactive-video__content {
    min-width: 0;
}

.interactive-video__subtitle {
    margin-top: 0;
    color: #72c100;
    font-weight:700;
}

.interactive-video__heading {
    margin: 0 0 0.35rem;
    color: #002b3e;
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 600;
    line-height: 1.1;
}

.interactive-video__paragraph {
    max-width: 54rem;
    color: #172127;
    line-height: 1.45;
}

.interactive-video__paragraph > :first-child {
    margin-top: 0;
}

.interactive-video__paragraph > :last-child {
    margin-bottom: 0;
}

.interactive-video__paragraph p {
    margin: 0 0 1rem;
    font-size: inherit;
}

.interactive-video__action {
    display: flex;
    justify-content: flex-end;
    padding-top: 0.65rem;
}

.interactive-video__button {
    white-space: nowrap;
}

.interactive-video__body {
    display: grid;
    grid-template-columns: minmax(0, 64fr) minmax(0, 34fr);
    gap: 2%;
    width: 100%;
    margin-top: clamp(2rem, 4vw, 3.5rem);
    align-items: stretch;
}

.interactive-video__player-wrap {
    min-width: 0;
    background: #edf0f1;
}

.interactive-video__player {
    width: 100%;
    min-height: var(--interactive-video-min-height-desktop, 500px);
    aspect-ratio: 16 / 9;
}

.interactive-video__player iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.interactive-video__switchers {
    display: flex;
    min-width: 0;
    border: 1px solid #d7dcdf;
    padding: clamp(1rem, 2.5vw, 2rem);
    flex-direction: column;
    justify-content: center;
}

.interactive-video__switcher {
    padding-block: 1.15rem;
    border-bottom: 1px solid #cbd1d5;
}

.interactive-video__switcher:first-child { padding-top: 0; }
.interactive-video__switcher:last-child { padding-bottom: 0; border-bottom: 0; }

.interactive-video__switcher-header {
    display: flex;
    gap: 0.65rem;
    align-items: center;
}

.interactive-video__toggle {
    display: inline-flex;
    padding: 0;
    border: 0;
    align-items: center;
    flex: 0 0 auto;
}

.interactive-video__toggle-track {
    position: relative;
    display: block;
    width: 2.55rem;
    height: 1.25rem;
    border-radius: 999px;
    background: #b8bec2;
    transition: background-color 180ms ease;
}

.interactive-video__toggle-track span {
    position: absolute;
    top: 0.15rem;
    left: 0.15rem;
    width: 0.95rem;
    height: 0.95rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 43, 62, 0.25);
    transition: transform 180ms ease;
}

.interactive-video__toggle[aria-checked="true"] .interactive-video__toggle-track { background: #72c100; }
.interactive-video__toggle[aria-checked="true"] .interactive-video__toggle-track span { transform: translateX(1.3rem); }
.interactive-video__toggle:focus-visible { outline: 3px solid #72c100 !important; outline-offset: 4px; }

.interactive-video__switcher-heading {
    min-width: 0;
    flex: 1 1 auto;
}

.interactive-video__switcher-heading h3 {
    margin: 0;
    color: #002b3e;
    font-size: clamp(0.9rem, 1.5vw, 1.2rem);
    line-height: 1.2;
    font-weight:500;
}

.interactive-video__switcher-heading p {
    margin: 0.3rem 0 0;
    color: #72c100;
    font-size: clamp(0.60rem, 1vw, 0.75rem);
    line-height: 1.3;
    font-weight:700;
    text-transform:uppercase;
}

.interactive-video__expand-toggle {
    position: relative;
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    margin-left: auto;
    padding: 0;
    border: 2px solid #efeded;
    border-radius: 50%;
    flex: 0 0 2rem;
    align-items: center;
    justify-content: center;
}

.interactive-video__expand-toggle > span[aria-hidden="true"] {
    width: 0.5rem;
    height: 0.5rem;
    border-right: 2px solid #002b3e;
    border-bottom: 2px solid #002b3e;
    transform: translateY(-0.12rem) rotate(45deg);
    transition: transform 180ms ease;
}

.interactive-video__expand-toggle[aria-expanded="true"] > span[aria-hidden="true"] {
    transform: translateY(0.12rem) rotate(225deg);
}

.interactive-video__expand-toggle:hover,
.interactive-video__expand-toggle:focus-visible {
    background: #72c100;
}

.interactive-video__expand-toggle:focus-visible {
    outline: 3px solid #002b3e !important;
    outline-offset: 3px;
}



.interactive-video__switcher-content {
    padding-top: 0.8rem;
    color: #172127;
    line-height: 1.45;
}

.interactive-video__switcher-content > :first-child { margin-top: 0; }
.interactive-video__switcher-content > :last-child { margin-bottom: 0; }
.interactive-video__switcher-content p { 
    margin: 0 0 0 3.2rem;
    font-size: 1rem;
    text-align:justify;
}

.interactive-video__notice {
    padding: 1rem;
    border: 1px dashed #777;
}

.interactive-video__footer-row {
    display: grid;
    grid-template-columns: minmax(0, 64fr) minmax(0, 34fr);
    gap: 2%;
    width: 100%;
    margin-top: clamp(1.5rem, 3vw, 2.5rem);
    align-items: center;
}

.interactive-video__factors {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.75rem, 2vw, 1.2rem);
}

.interactive-video__factor-trigger {
    display: flex;
    width: 100%;
    padding: 0.25rem;
    border: 0;
    gap: 0.50rem;
    align-items: center;
    color: #002b3e;
    text-align: left;
}

.interactive-video__factor-trigger:hover {
    transform:scale(1.08);
}

.interactive-video__factor-trigger:hover .interactive-video__factor-headline,
.interactive-video__factor-trigger:focus-visible .interactive-video__factor-headline {
    color: #72c100;
}

.interactive-video__factor-trigger:focus-visible {
    outline: 3px solid #72c100 !important;
    outline-offset: 2px;
}

.interactive-video__factor-icon {
    width: clamp(2.5rem, 4vw, 3.75rem);
    height: clamp(2.5rem, 4vw, 3.75rem);
    flex: 0 0 auto;
    object-fit: contain;
}

.interactive-video__factor-headline {
    font-size: clamp(0.8rem, 1.15vw, 1rem);
    font-weight: 700;
    line-height: 1.15;
    transition: color 180ms ease;
}

.interactive-video__footer-callout {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.interactive-video__footer-callout-icon {
    width: clamp(2.75rem, 5vw, 4.5rem);
    height: clamp(2.75rem, 5vw, 4.5rem);
    flex: 0 0 auto;
    object-fit: contain;
}

.interactive-video__footer-callout-headline {
    margin: 0;
    color: #002b3e;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    font-weight: 700;
    line-height: 1.15;
    text-align:right;
}

.interactive-video__modal {
    width: min(40rem, calc(100% - 2rem));
    max-height: calc(100vh - 2rem);
    margin: auto;
    padding: 0;
    border: 0;
    background: #fff;
    color: #172127;
    box-shadow: 0 1.5rem 4rem rgba(0, 43, 62, 0.3);
}

.interactive-video__modal::backdrop {
    background: rgba(0, 43, 62, 0.7);
}

.interactive-video__modal-inner {
    position: relative;
    padding: clamp(1.5rem, 5vw, 3rem);
}

.interactive-video__modal-close {
    position: absolute;
    top: 0.75rem;
    right: 0.9rem;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    color: #002b3e;
    font-size: 2rem;
    line-height: 1;
}

.interactive-video__modal-close:focus-visible {
    outline: 3px solid #72c100 !important;
}

.interactive-video__modal-title {
    margin: 0 2rem 1rem 0;
    color: #002b3e;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 600;
    line-height: 1.2;
}

.interactive-video__modal-description > :first-child { margin-top: 0; }
.interactive-video__modal-description > :last-child { margin-bottom: 0; }
.interactive-video__modal-description p { margin: 0 0 1rem; font-size: inherit; }

.interactive-video-svg-preview {
    display: flex;
    min-height: 5rem;
    margin-top: 0.75rem;
    padding: 0.75rem;
    border: 1px solid #d5d9dc;
    align-items: center;
    justify-content: center;
    background: #f7f8f8;
}

.interactive-video-svg-preview img {
    display: block;
    width: auto;
    max-width: 8rem;
    height: 4rem;
    object-fit: contain;
}

.interactive-video-svg-preview span {
    color: #59636b;
    font-size: 0.8rem;
}

@media (max-width: 767.98px) {
    .interactive-video__header,
    .interactive-video__body,
    .interactive-video__footer-row {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.5rem;
    }

    .interactive-video__action {
        justify-content: flex-start;
        padding-top: 0;
    }

    .interactive-video__player {
        min-height: var(--interactive-video-min-height-mobile, 240px);
    }

    .interactive-video__factors {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 420px) {
    .interactive-video__factors {
        grid-template-columns: minmax(0, 1fr);
    }
}
