/*
Theme Name: JouwNextApp
Text Domain: jouwnextapp
Version: 1.0.0
*/
:root {
    --base: 15px;
    --massive: calc(var(--base) * 10);
    --huge: calc(var(--base) * 7);
    --extralarge: calc(var(--base) * 6);
    --largehuge: calc(var(--base) * 5);
    --large: calc(var(--base) * 4);
    --mediumlarge: calc(var(--base) * 3);
    --medium: calc(var(--base) * 2.5);
    --smallmedium: calc(var(--base) * 2);
    --small: calc(var(--base) * 1.5);
    --extrasmall: var(--base);
    --tiny: calc(var(--base) * 0.75);
    --primary: #001072;
    --surface: #00093f;
    --background: #010e57;
    --text: #eddfdf;
    --white: #fff;
    --yellow: #f4c417;
    --orange: #f46317;
    --font-h1: 94px;
    --font-h2: 32px;
    --font-h3: 24px;
    --font-h4: 22px;
    --font-h5: 20px;
    --font-h6: 18px;
    --font-large: 76.664px;
    --motion: 0.3s;
}

/* Fonts */
@font-face {
    font-family: "Sora";
    src: url("fonts/Sora-SemiBold.eot");
    src: url("fonts/Sora-SemiBold.woff2") format("woff2"), url("fonts/Sora-SemiBold.woff") format("woff"), url("fonts/Sora-SemiBold.ttf") format("truetype"), url("fonts/Sora-SemiBold.svg#Sora-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sora";
    src: url("fonts/Sora-Bold.eot");
    src: url("fonts/Sora-Bold.woff2") format("woff2"), url("fonts/Sora-Bold.woff") format("woff"), url("fonts/Sora-Bold.ttf") format("truetype"), url("fonts/Sora-Bold.svg#Sora-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sora";
    src: url("fonts/Sora-ExtraBold.eot");
    src: url("fonts/Sora-ExtraBold.woff2") format("woff2"), url("fonts/Sora-ExtraBold.woff") format("woff"), url("fonts/Sora-ExtraBold.ttf") format("truetype"), url("fonts/Sora-ExtraBold.svg#Sora-ExtraBold") format("svg");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("fonts/Inter-Regular.eot");
    src: url("fonts/Inter-Regular.woff2") format("woff2"), url("fonts/Inter-Regular.woff") format("woff"), url("fonts/Inter-Regular.ttf") format("truetype"), url("fonts/Inter-Regular.svg#Inter-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("fonts/Inter-SemiBold.eot");
    src: url("fonts/Inter-SemiBold.woff2") format("woff2"), url("fonts/Inter-SemiBold.woff") format("woff"), url("fonts/Inter-SemiBold.ttf") format("truetype"), url("fonts/Inter-SemiBold.svg#Inter-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("fonts/Inter-Bold.eot");
    src: url("fonts/Inter-Bold.woff2") format("woff2"), url("fonts/Inter-Bold.woff") format("woff"), url("fonts/Inter-Bold.ttf") format("truetype"), url("fonts/Inter-Bold.svg#Inter-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("fonts/Inter-ExtraBold.eot");
    src: url("fonts/Inter-ExtraBold.woff2") format("woff2"), url("fonts/Inter-ExtraBold.woff") format("woff"), url("fonts/Inter-ExtraBold.ttf") format("truetype"), url("fonts/Inter-ExtraBold.svg#Inter-ExtraBold") format("svg");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro";
    src: url("fonts/SF-Pro-Semibold.eot");
    src: url("fonts/SF-Pro-Semibold.woff2") format("woff2"), url("fonts/SF-Pro-Semibold.woff") format("woff"), url("fonts/SF-Pro-Semibold.ttf") format("truetype"), url("fonts/SF-Pro-Semibold.svg#SF-Pro-Semibold") format("svg");
    font-weight: 590;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Font Awesome";
    src: url("fonts/FontAwesome7Pro-Solid.eot");
    src: url("fonts/FontAwesome7Pro-Solid.woff2") format("woff2"), url("fonts/FontAwesome7Pro-Solid.woff") format("woff"), url("fonts/FontAwesome7Pro-Solid.ttf") format("truetype"), url("fonts/FontAwesome7Pro-Solid.svg#FontAwesome7Pro-Solid") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: block;
}

/* Document */
html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--smallmedium);
}

body {
    margin: 0;
    background: var(--background);
    color: var(--text);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

body::before {
    position: absolute;
    inset: 0 0 auto;
    height: var(--masthead-height, 80rem);
    z-index: -1;
    background: radial-gradient(ellipse at 8% 20%, #668fde66, transparent 24%), radial-gradient(ellipse at 95% 65%, #507ce36b, transparent 26%), linear-gradient(#2d56b2, #001072 72%, #010e57);
    content: "";
    pointer-events: none;
}

body.page--menu-open {
    overflow: hidden;
}

p {
    margin: 0 0 var(--small);
}

p:last-child, blockquote p:last-child {
    margin-bottom: 0;
}

strong {
    font-weight: 700;
}

img, video {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

input, textarea {
    font: inherit;
    -webkit-tap-highlight-color: transparent;
}

button {
    cursor: pointer;
    font: inherit;
    -webkit-tap-highlight-color: transparent;
}

:focus-visible {
    outline: 2px solid var(--yellow);
    outline-offset: 4px;
}

[hidden] {
    display: none !important;
}

::selection {
    background: var(--yellow);
    color: var(--surface);
}

:is(h1, .h1) {
    margin: 0;
    color: var(--white);
    font-family: "Sora", sans-serif;
    font-size: var(--font-h1);
    font-weight: var(--weight-h1, 800);
    line-height: var(--line-h1, 1);
    letter-spacing: -0.003em;
}

:is(h2, .h2) {
    margin: 0;
    color: var(--white);
    font-family: "Sora", sans-serif;
    font-size: var(--font-h2);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.003em;
}

:is(h3, .h3) {
    margin: 0;
    color: var(--white);
    font-family: "Sora", sans-serif;
    font-size: var(--font-h3);
    font-weight: 600;
    line-height: 1.1;
}

:is(h4, .h4) {
    margin: 0;
    color: var(--white);
    font-family: "Sora", sans-serif;
    font-size: var(--font-h4);
    font-weight: 600;
    line-height: 1.2;
}

:is(h5, .h5) {
    margin: 0;
    color: var(--white);
    font-family: "Sora", sans-serif;
    font-size: var(--font-h5);
    font-weight: 600;
    line-height: 1.2;
}

:is(h6, .h6) {
    margin: 0;
    color: var(--white);
    font-family: "Sora", sans-serif;
    font-size: var(--font-h6);
    font-weight: 600;
    line-height: 1.2;
}

section {
    position: relative;
    margin: var(--extralarge) 0;
}

.large {
    font-size: var(--font-large);
    font-weight: 700;
    line-height: 1.25;
}

.large--compact {
    font-size: var(--font-compact, 48px);
}

.tagline {
    margin: 0;
    color: var(--white);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
}

.tagline--lead {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
}

.caption {
    margin: 0;
    color: #1f1f1f;
    font-family: "Sora", sans-serif;
    font-size: 14.24px;
    font-weight: 700;
    line-height: 1.2;
}

.microcopy {
    font-size: 9.25px;
    line-height: 1.4;
    display: inline-flex;
    align-items: center;
    gap: 5px
}

.microcopy:before {
     content: "";
    font-family: "Font Awesome";
    font-weight: 400;
    line-height: 1;
    pointer-events: none;
    transition: transform var(--motion);
}

.gradient-text {
    background: linear-gradient(100deg, var(--yellow) 12%, var(--orange) 85%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
}

.gradient-text--muted {
    background-image: linear-gradient(#6871ab, #4b558c);
}

.visually-hidden {
    position: absolute;
    clip-path: inset(50%);
    inline-size: 1px;
    block-size: 1px;
    overflow: hidden;
    white-space: nowrap;
}

.skip-link {
    position: fixed;
    top: var(--extrasmall);
    left: var(--extrasmall);
    z-index: 100;
    padding: var(--extrasmall) var(--small);
    border-radius: 12px;
    background: var(--white);
    color: var(--primary);
    transform: translateY(-200%);
}

.skip-link:focus {
    transform: translateY(0);
}

/* Buttons */
.btn {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: var(--tiny);
    padding: var(--extrasmall) var(--small);
    border: 0;
    border-radius: 100px;
    background: var(--white);
    color: var(--primary);
    font-family: "SF Pro", sans-serif;
    font-size: 16px;
    font-weight: 590;
    line-height: 1.25;
    transition: background-color var(--motion), color var(--motion), transform var(--motion);
}

.btn::before {
    content: var(--icon, "\f0a9") / "";
    font-family: "Font Awesome";
    font-size: 17px;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
    transition: transform var(--motion);
}

.btn--logout {
    --icon: "\e4b1";
}

.btn--mail {
    --icon: "\f0e0";
}

.btn--phone {
    --icon: "\f095";
}

.btn--book {
    --icon: "\f02d";
}

.btn--orange {
    background: #ff8a00;
    color: var(--white);
}

.btn--down {
    --icon: "\f0ab";
}

.btn--back {
    --icon: "\f060";
}

.btn--clear {
    --icon: "\f057";
    background: transparent;
    color: var(--white);
    text-decoration: underline;
}

.btn--send {
    --icon: "\f1d8";
}

.btn--next {
    --icon: "\f061";
}

.btn--menu {
    --icon: "\f0c9";
}

.btn--close {
    --icon: "\f00d";
}

/* Navigation */
.navigation {
    position: relative;
    z-index: 20;
    padding: var(--largehuge) 0;
}

.navigation__bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--extrasmall);
}

.navigation__list {
    display: flex;
    align-items: center;
    gap: var(--medium);
    margin: 0;
    padding: var(--extrasmall) var(--large);
    border-radius: 100px;
    list-style: none;
    background: #00107233;
    box-shadow: inset 0 0 0 1px #ffffff12;
}

.navigation__item {
    position: relative;
}

.navigation__menu a:not(.btn), .navigation__toggle {
    display: inline-flex;
    align-items: center;
    gap: var(--tiny);
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--white);
    font-family: "SF Pro", sans-serif;
    font-size: 16px;
    font-weight: 590;
    line-height: 1.25;
    white-space: nowrap;
    transition: color var(--motion);
}

.navigation__menu a[aria-current] {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.navigation__toggle::after {
    content: "\f078" / "";
    font-family: "Font Awesome";
    font-size: 13px;
    font-weight: 900;
    pointer-events: none;
    transition: transform var(--motion);
}

.navigation__toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.navigation__buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--tiny);
}

.navigation__buttons--mobile, .navigation__buttons--close, .navigation__back {
    display: none;
}

.navigation__submenu {
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: var(--tiny);
    margin: 0;
    padding: var(--small);
    border: 1px solid #ffffff26;
    border-radius: 18px;
    background: var(--surface);
    list-style: none;
    box-shadow: 0 12px 40px #0004;
}

.navigation__return {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--white);
    font-family: "SF Pro", sans-serif;
    font-weight: 590;
}

.navigation__return::before {
    margin-right: var(--tiny);
    content: "\f060" / "";
    font-family: "Font Awesome";
    font-weight: 900;
    pointer-events: none;
}

.navigation__overlay {
    position: fixed;
    inset: 0;
    z-index: 21;
    background: #00093fa8;
    opacity: 0;
    transition: opacity var(--motion);
}

/* Hero */
.page--video {
    isolation: isolate;
}

.page--video::before {
    content: none;
}

.hero-background {
    position: absolute;
    inset: 0 0 auto;
    height: var(--masthead-height, 80rem);
    z-index: -1;
    overflow: clip;
    isolation: isolate;
    background: linear-gradient(#2d56b2, #001072 calc(100% - var(--massive)), var(--background));
    mask-image: linear-gradient(#000 calc(100% - var(--large)), transparent);
    pointer-events: none;
}

.hero-background__scene {
    position: absolute;
    inset: 0 0 var(--massive);
}

.hero-background__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0.26;
    mix-blend-mode: multiply;
    mask-image: linear-gradient(#000 80%, transparent);
}

.hero-background__ellipse {
    position: absolute;
    width: clamp(180px, 18.055556vw, 312px);
    aspect-ratio: 1;
}

.hero-background__ellipse img {
    position: absolute;
    inset: -60.384615%;
    width: 220.769231%;
    max-width: none;
    aspect-ratio: 1;
    object-fit: contain;
}

.hero-background__ellipse--left {
    top: 9.646609%;
    left: -3.009259%;
}

.hero-background__ellipse--right {
    top: 65.424069%;
    right: 1.736111%;
}

.hero {
    margin: 0;
    overflow: clip;
}

.hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--smallmedium);
    text-align: center;
}

.hero__stage {
    position: relative;
    margin-top: var(--large);
}

.hero__word {
    display: inline-block;
}

.hero::after {
    position: absolute;
    inset: auto 0 0;
    height: 20rem;
    z-index: 0;
    background: linear-gradient(transparent, var(--background) 90%);
    content: "";
    pointer-events: none;
}

.hero__media {
    position: relative;
    aspect-ratio: 385 / 716;
    width: 83.333%;
    margin: 0 auto;
}

.hero__media :is(img, video) {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.hero__cards {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--smallmedium);
    padding-top: var(--mediumlarge);
}

.hero__cards--left {
    padding-left: var(--small);
}

.hero__cards--right {
    transform: translateX(-25%);
    padding-top: var(--smallmedium);
}

.hero-card {
    position: relative;
    width: 100%;
    max-width: 26ch;
    padding: 7.5px;
    border-radius: 20px;
    background: var(--white);
    color: #767676;
    box-shadow: 0 16px 40px #0001;
    transform: rotate(-5deg);
    translate: calc(var(--float-x, 0px) + var(--push-x, 0px)) calc(var(--float-y, 0px) + var(--push-y, 0px));
    rotate: calc(var(--float-rotation, 0deg) + var(--push-rotation, 0deg));
}

.hero-card--2 {
    align-self: flex-end;
    transform: translate(20%, -12%) rotate(10deg);
}

@media (prefers-reduced-motion: no-preference) {
    .hero-card {
        will-change: translate, rotate;
    }
}

.hero-card--3 {
    transform: rotate(-7deg);
}

.hero-card--4 {
    align-self: flex-end;
    transform: translateY(-8%) rotate(10deg);
}

.hero-card__media {
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: 12px;
}

.hero-card__media :is(img, video) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.hero-card__content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px 7.5px 5px 7.5px;
}

.hero__badge {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.1em;
    aspect-ratio: 1;
    z-index: 1;
    border-radius: 50%;
    background: var(--orange);
    color: var(--white);
    font-size: 24px;
    transform: translate(-25%, -30%) rotate(-12deg);
}

.hero__badge::before {
    content: var(--icon) / "";
    font-family: "Font Awesome";
    font-weight: 900;
    pointer-events: none;
}

.hero__badge--calendar {
    --icon: "\f133";
}

.hero__badge--house {
    --icon: "\f015";
    inset: auto 0 0 auto;
    background: #81d4c3;
    transform: translate(20%, 30%) rotate(-12deg);
}

.hero__badge--cars {
    --icon: "\f85b";
    inset: 0 0 auto auto;
    background: #529df3;
    transform: translate(20%, -30%) rotate(-12deg);
}

.hero__badge--heart {
    --icon: "\f004";
}

/* Page typography */
.page--detail {
    --font-h1: 48px;
    --weight-h1: 700;
    --line-h1: 1.25;
}

/* Article */
/* ScrollTrigger's measurement scrolls must be immediate, including during resize. */
html:has(.article--stacked) {
    scroll-behavior: auto !important;
}

section.article--panel {
    margin: var(--smallmedium) 0;
}

.article--detail:has(+ .article--detail), .article--detail:has(+ .article--panel) {
    margin-bottom: var(--smallmedium);
}

.article--detail + .article--detail {
    margin-top: var(--smallmedium);
}

.article--stretch .article__media {
    position: relative;
    height: 100%;
    aspect-ratio: auto;
    padding-bottom: 42%;
}

.article--stretch .article__media :is(img, video) {
    position: absolute;
    inset: 0;
}

.article__panel {
    padding: var(--mediumlarge);
    border-radius: 40px;
    background: var(--surface);
}

.article--stacked .article__panel {
    box-shadow: 0 -10px 35px #0003;
}

.article__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--extrasmall);
}

.article__content p {
    margin: 0;
    max-width: 48ch;
}

.article__logo {
    height: 3.125rem;
    aspect-ratio: 71 / 50;
    margin-bottom: var(--tiny);
}

.article__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.article__media {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 20px;
    background: var(--primary);
}

.article__media :is(img, video) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform var(--motion);
}

.article__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: var(--extrasmall);
}

/* Themes */
.themes {
    position: relative;
    isolation: isolate;
    overflow-x: clip;
    margin: var(--massive) 0 var(--extralarge);
}

.themes__backdrop {
    position: absolute;
    inset: var(--massive) 0 0;
    z-index: 0;
    padding-top: var(--huge);
    pointer-events: none;
}

.themes__content {
    position: sticky;
    top: max(var(--smallmedium), calc(50vh - var(--font-large) * 1.875));
    isolation: isolate;
    text-align: center;
}

.themes__content::before {
    position: absolute;
    inset: calc(-1 * var(--huge)) 0;
    z-index: -1;
    background: radial-gradient(ellipse closest-side at 50% 50%, #1746bd66, transparent 100%);
    content: "";
    pointer-events: none;
}

.themes__cards {
    position: relative;
    z-index: 1;
}

.themes__line {
    display: inline-block;
    max-width: 100%;
}

.theme {
    position: relative;
    width: 100%;
    max-width: 32ch;
    margin: 0 auto;
    border: 1px solid #819fe54d;
    border-radius: 20px;
    background: #010e57;
    translate: var(--float-x, 0px) var(--float-y, 0px);
    rotate: var(--float-rotation, 0deg);
}

.theme--1 {
    margin-left: var(--large);
}

.theme--2 {
    margin: var(--large) var(--huge) var(--huge) auto;
}

.theme--3 {
    margin: var(--massive) auto 0 0;
}

.theme--4 {
    margin: var(--massive) auto 0 0;
    transform: translateY(75%);
}

.theme--5 {
    margin: var(--smallmedium) var(--mediumlarge) 0 auto;
}

.theme--6 {
    margin: var(--massive) 0 0 auto;
    transform: translateY(30%);
}

.theme--7 {
    margin-left: var(--massive);
    background: #ff680a;
}

.theme--8 {
    margin: var(--extralarge) auto 0 calc(-1 * var(--huge));
}

.theme__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 52%;
    aspect-ratio: 1;
    transform: translate(15%, -42%);
}

.theme__image :is(img, video) {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.theme__confetti, .theme__effect {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    aspect-ratio: 1;
    overflow: hidden;
    pointer-events: none;
}

.theme__content {
    display: flex;
    flex-direction: column;
    gap: var(--extrasmall);
    padding: var(--medium);
}

.theme__content p {
    margin: 0;
    color: var(--white);
}

.theme__buttons {
    position: absolute;
    inset: auto auto 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--tiny);
    transform: translate(-50%, 50%);
}

.theme--2 .theme__image, .theme--6 .theme__image, .theme--7 .theme__image {
    right: auto;
    left: 0;
    transform: translate(-25%, -62%);
}

.theme--6 .theme__image {
    width: 40%;
}

.theme--3 .theme__image {
    right: auto;
    left: 0;
    transform: translate(-25%, -62%);
    width: 36%;
}

.theme--4 .theme__image, .theme--8 .theme__image {
    width: 36%;
}

.theme__buttons .btn--next {
    --icon: "\f0a9";
}

/* Partners */
.partners {
    margin: var(--massive) 0;
}

.partners__header {
    display: flex;
    flex-direction: column;
    gap: var(--extrasmall);
    text-align: center;
    margin-bottom: var(--mediumlarge);
}

.partners__stage {
    position: relative;
    overflow: clip;
    padding: var(--smallmedium) 0;
}

.partners__stage::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, var(--background), transparent 18%, transparent 82%, var(--background)), linear-gradient(var(--background), transparent 25%, transparent 75%, var(--background));
    content: "";
    pointer-events: none;
}

.partners__marquee {
    display: flex;
    flex-direction: column;
    gap: var(--small);
}

.partners__lane {
    display: flex;
    width: max-content;
    will-change: transform;
}

.partners__group {
    display: flex;
    flex-shrink: 0;
    gap: var(--small);
    padding-right: var(--small);
}

.partners__group .partner {
    flex-shrink: 0;
    width: clamp(7rem, 9vw, 10rem);
}

.partner {
    padding: var(--small);
    border-radius: 20px;
    background: #ffffffd9;
    aspect-ratio: 1;
}

.partner__image {
    width: 100%;
    height: 100%;
}

.partner__image :is(img, video) {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

/* Information */
.information {
    margin-bottom: var(--smallmedium);
}

.information__column {
    display: flex;
    flex-direction: column;
    gap: var(--smallmedium);
    height: 100%;
}

.information__panel {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: var(--small);
    padding: var(--mediumlarge);
    border-radius: 40px;
    background: var(--surface);
}

.information__panel p {
    margin: 0;
}

.information__panel--knowledge {
    flex-grow: 1;
}

.information__icon {
    position: absolute;
    top: var(--extrasmall);
    right: var(--extrasmall);
    width: 24%;
    aspect-ratio: 1;
    transform: rotate(3deg);
}

.information__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.information__panel--statistics .tagline {
    max-width: 16ch;
}

.information__panel--knowledge, .information__panel--dashboard {
    overflow: hidden;
    padding-bottom: 0;
    background: radial-gradient(ellipse at 45% 80%, #275fde80, transparent 75%), var(--surface);
}

.information__media {
    position: relative;
    flex-shrink: 0;
    aspect-ratio: 16 / 9;
    margin-top: auto;
    margin-bottom: calc(-1 * var(--large));
}

.information__media :is(img, video) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.information__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: var(--extrasmall);
}

/* Contact */
.contact {
    margin-top: var(--smallmedium);
}

.contact__panel {
    padding: var(--mediumlarge);
    border-radius: 40px;
    background: var(--surface);
}

.contact__content {
    display: flex;
    flex-direction: column;
    gap: var(--small);
}

.contact__content p {
    margin: 0;
}

.contact__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: var(--extrasmall);
}

.contact__advisors {
    display: flex;
    flex-direction: column;
    gap: var(--small);
}

.contact__advisor {
    display: flex;
    align-items: center;
    gap: var(--small);
}

.contact__image {
    flex-shrink: 0;
    height: 5rem;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 15px;
    background: var(--primary);
}

.contact__image :is(img, video) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.contact__details {
    display: flex;
    flex-direction: column;
    gap: var(--tiny);
}

.contact__phone {
    display: inline-flex;
    align-items: center;
    gap: var(--tiny);
    transition: color var(--motion);
}

.contact__phone::before {
    content: "\f095" / "";
    font-family: "Font Awesome";
    font-weight: 900;
    pointer-events: none;
}

.contact__phone span {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.contact__form {
    display: flex;
    flex-direction: column;
    gap: var(--extrasmall);
}

.contact__form h3 {
    margin-bottom: var(--tiny);
}

.contact__field {
    position: relative;
}

.contact__field :is(input, textarea) {
    display: block;
    width: 100%;
    padding: var(--extrasmall) var(--small);
    border: 1px solid #b6b6b6;
    border-radius: 15px;
    background: transparent;
    color: var(--white);
    line-height: 1.5;
    transition: border-color var(--motion);
}

.contact__field textarea {
    resize: vertical;
    min-height: 8.3em;
}

.contact__field :is(input, textarea)::placeholder {
    color: #b6b6b6;
    opacity: 1;
}

.contact__field :is(input, textarea):user-invalid {
    border-color: #ffb08a;
}

/* Login */
.login {
    margin: 0 0 var(--massive);
}

.login__panel {
    display: flex;
    flex-direction: column;
    gap: var(--smallmedium);
    padding: var(--mediumlarge);
    border-radius: 40px;
    background: var(--surface);
}

.login__header, .login__form, .login__field {
    display: flex;
    flex-direction: column;
    gap: var(--extrasmall);
}

.login__form {
    gap: var(--small);
}

.login__field {
    gap: var(--tiny);
}

.login__panel p {
    margin: 0;
}

.login__field input {
    box-sizing: border-box;
    min-width: 0;
    width: 100%;
    padding: var(--extrasmall);
    border: 1px solid #b6b6b6;
    border-radius: 12px;
    background: transparent;
    color: var(--white);
}

.login__password {
    position: relative;
}

.login__password input {
    padding-right: 7rem;
}

.login__toggle {
    position: absolute;
    top: 50%;
    right: var(--tiny);
    padding: var(--tiny);
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--white);
    font-size: 14px;
    transform: translateY(-50%);
}

.login__options {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--extrasmall);
    font-size: 14px;
}

.login__remember {
    display: inline-flex;
    align-items: center;
    gap: var(--tiny);
    cursor: pointer;
}

.login__remember input {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--orange);
}

.login__link {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.login__buttons .btn {
    width: 100%;
}

.btn--login {
    --icon: "\f2f6";
}

.login__buttons .btn:disabled {
    cursor: default;
    opacity: 0.6;
}

.login__help, .login__status {
    font-size: 14px;
}

@media (max-width: 575.98px) {
    .login__panel {
        padding: var(--small);
        border-radius: 24px;
    }
}

/* Intro */
.intro {
    margin: 0;
    padding: var(--smallmedium) 0 var(--large);
}

.intro__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--extrasmall);
    padding: 0 0 0 var(--extralarge);
}

.intro__content p {
    margin: 0;
}

.intro__media {
    position: relative;
    max-width: 48ch;
    height: 34rem;
    margin: 0 var(--extralarge) 0 0;
    isolation: isolate;
    mask-image: linear-gradient(#000 60%, transparent 100%);
}

.intro__media::before {
    content: "";
    position: absolute;
    inset: var(--smallmedium) 0 var(--large);
    border-radius: 20px;
    background: var(--white);
    pointer-events: none;
    z-index: -1;
}

.intro__media :is(img, video) {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.intro__media--support {
    height: auto;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 20px;
}

.intro__media--support::before {
    content: none;
}

.intro__media--support :is(img, video) {
    object-fit: cover;
}

.intro__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: var(--extrasmall);
    margin-top: var(--smallmedium);
}

/* Introduction */
.introduction--heading {
    margin-bottom: var(--large);
}

.introduction--heading + .article--detail {
    margin-top: var(--large);
}

.introduction__header {
    text-align: center;
}

.introduction__content {
    display: flex;
    flex-direction: column;
    gap: var(--smallmedium);
}

/* Benefits */
.benefits__header {
    text-align: center;
    margin-bottom: var(--large);
}

.benefit {
    height: 100%;
    padding: var(--mediumlarge);
    border-radius: 40px;
    background: var(--surface);
    display: flex;
    flex-direction: column;
    gap: var(--extrasmall);
}

/* Showcase */
.showcase__media {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 40px;
}

.showcase__media :is(img, video) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/* Support */
.support-space {
    min-height: 231rem;
}

/* Configuration */
.page--configure {
    --font-h1: 48px;
    --weight-h1: 700;
    --line-h1: 1.25;
    background: var(--background);
}

.page--configure::before {
    background: linear-gradient(var(--primary), var(--background));
}

.configuration {
    margin-top: var(--extrasmall);
    margin-bottom: var(--massive);
}

.configuration__title {
    text-align: center;
    margin-bottom: var(--mediumlarge);
}

.configuration__header {
    --font-h2: 32px;
    display: flex;
    flex-direction: column;
    gap: var(--extrasmall);
    margin-bottom: var(--smallmedium);
}

.configuration__group {
    display: flex;
    flex-direction: column;
    gap: var(--smallmedium);
    margin-bottom: var(--smallmedium);
}

.configuration__header p {
    margin: 0;
}

.configuration__group > p {
    margin: 0;
}

.configuration__field {
    display: flex;
    flex-direction: column;
    gap: var(--tiny);
}

.configuration__field :is(input, select, textarea) {
    max-width: 100%;
    width: 100%;
    min-width: 0;
    padding: var(--tiny) var(--extrasmall);
    border: 1px solid currentColor;
    border-radius: 10px;
    background: transparent;
    color: inherit;
    font: inherit;
    color-scheme: dark;
}

.configuration__field select {
    appearance: none;
    padding-right: var(--mediumlarge);
    background-image: url("images/select-chevron.svg");
    background-repeat: no-repeat;
    background-position: right var(--extrasmall) center;
    background-size: 12px 8px;
}

.configuration__field select option {
    color: var(--white);
    background: var(--surface);
}

.configuration__field input::placeholder, .configuration__field textarea::placeholder {
    color: inherit;
    opacity: 0.7;
}

.configuration__field textarea {
    resize: vertical;
}

.configuration__buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--smallmedium);
    margin-top: var(--large);
}

.configuration__buttons p {
    margin: 0;
}

.option {
    overflow-wrap: anywhere;
    display: flex;
    flex-direction: column;
    gap: var(--extrasmall);
    padding: var(--medium);
    border: 1px solid transparent;
    border-radius: 20px;
    background: var(--surface);
    height: 100%
}

.option--app, .option--inline {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    padding: var(--smallmedium);
}

.option__content {
    flex: 1;
    min-width: 0;
}

.option__media {
    width: 3rem;
    aspect-ratio: 71 / 50;
}

.option__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.option p {
    margin: 0;
}

.option--selected {
    border-color: var(--white);
}

.option__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: var(--tiny);
}

.option__buttons [aria-pressed="true"] {
    border: 1px solid var(--white);
    background: transparent;
    color: var(--white);
    --icon: "\f058";
}

.option__format {
    max-width: 15ch;
    width: 70%;
    aspect-ratio: 265 / 395;
    border: 1px solid #ffffff77;
    background: linear-gradient(#ffffff99, #ffffff99) left bottom / var(--format-width, 50%) var(--format-height, 50%) no-repeat;
}

.option__format--spread {
    aspect-ratio: 550 / 395;
    --format-width: 100%;
    --format-height: 100%;
}

.option__format--ga101 {
    --format-width: 100%;
    --format-height: 100%;
}

.option__format--ga102 {
    --format-width: 100%;
}

.option__format--ga108 {
    --format-height: 25%;
}

.option__format--ga112 {
    --format-width: 33%;
    --format-height: 25%;
}

.option__format--ga124 {
    --format-width: 33%;
    --format-height: 12.5%;
}

/* Summary */
.summary {
    display: flex;
    flex-direction: column;
    gap: var(--extrasmall);
    padding: var(--mediumlarge);
    border-radius: 40px;
    background: #fff;
    color: #171717;
    overflow-wrap: anywhere;
    --white: #001072;
}

@media (min-width: 992px) {
    .summary--sticky {
        position: sticky;
        top: min(var(--smallmedium), calc(100vh - var(--summary-height, 0px) - var(--smallmedium)));
    }
}

.summary--detail {
    gap: var(--smallmedium);
    margin-bottom: var(--smallmedium);
}

.summary--form {
    gap: var(--extrasmall);
}

.summary__detail {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.summary__detail strong {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
}

.summary__detail p {
    margin: 0;
}

.summary__order {
    padding-top: var(--extrasmall);
    border-top: 1px solid #777;
}

.summary__content {
    display: flex;
    flex-direction: column;
    gap: var(--tiny);
}

.summary__content p {
    margin: 0;
}

.summary__totals {
    padding-top: var(--extrasmall);
    border-top: 1px solid #777;
}

.summary__line {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: var(--extrasmall);
    margin: 0;
}

.summary__section {
    display: flex;
    flex-direction: column;
    gap: var(--tiny);
    padding-bottom: var(--small);
    margin-bottom: var(--small);
    border-bottom: 1px solid #777;
}

.summary__section p {
    margin: 0;
}

.summary__review {
    display: flex;
    flex-direction: column;
    gap: var(--tiny);
}

.summary__subtotal {
    margin-top: var(--extrasmall);
    padding-top: var(--extrasmall);
    border-top: 1px solid #777;
}

.summary__subtotal p {
    margin: 0;
}

.summary__subtotal .summary__line, .summary__totals .summary__line, .summary__price .summary__line {
    font-size: 18px;
    font-weight: 600;
}

.summary__price p {
    margin: 0;
}

.summary__price + .summary__price {
    margin-top: var(--extrasmall);
}

.summary__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--tiny);
}

.summary__edit {
    color: var(--primary);
    text-decoration: underline;
}

.summary__edit::after {
    content: "\e20e" / "";
    font-family: "Font Awesome";
    font-weight: 900;
    margin-left: var(--tiny);
    pointer-events: none;
}

.summary__discount {
    margin-bottom: var(--small);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--tiny);
}

.summary__discount input {
    width: 8ch;
    padding: 0 var(--tiny);
    color: inherit;
    background: transparent;
    border: 1px solid #777;
    border-radius: 8px;
    text-align: right;
}

.summary__amount {
    display: flex;
    align-items: center;
    gap: var(--tiny);
}

.summary__buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--extrasmall);
}

.summary__buttons .btn--back {
    background: transparent;
    color: var(--primary);
}

.summary__buttons .btn--orange {
    color: #fff;
}

.summary .configuration__field :is(input, select, textarea) {
    color-scheme: light;
}

/* Footer */
.footer {
    padding: var(--smallmedium) 0 var(--largehuge);
}

.footer__main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--smallmedium);
}

.footer__main p {
    max-width: 25ch;
}

.footer__logo {
    width: 10.5625em;
    max-width: 100%;
    aspect-ratio: 169 / 83;
}

.footer__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.footer__links {
    display: flex;
    flex-direction: column;
    gap: var(--tiny);
    padding-left: var(--mediumlarge);
    font-size: 18px;
    line-height: 1.5;
}

.footer__links > h3:not(:first-child) {
    margin-top: var(--extrasmall);
}

.footer__links ul, .footer__contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__links li {
    margin: 0;
}

.footer__links a, .footer__contact a:not(.btn) {
    transition: color var(--motion);
}

.footer__contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--small);
}

.footer__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: var(--extrasmall);
}

/* Responsive */
@media (max-width: 1399.98px) {
    :root {
        --font-h1: 76px;
        --font-large: 56px;
    }

    .navigation__list {
        gap: var(--small);
    }

    .hero-card {
        max-width: 24ch;
    }
}

@media (max-width: 1199.98px) {
    :root {
        --font-h1: 64px;
        --font-large: 48px;
    }

    .navigation__list {
        gap: var(--extrasmall);
        padding-right: var(--small);
        padding-left: var(--small);
    }

    .hero-card {
        max-width: 21ch;
    }

    .article__panel {
        padding: var(--smallmedium);
    }

    .theme--1 {
        margin-left: 0;
    }

    .theme--2 {
        margin-right: 0;
    }

    .theme__content {
        padding: var(--small);
    }

    .information__panel {
        padding: var(--smallmedium);
    }

    .information__panel--dashboard {
        padding-bottom: 0;
    }

    .contact__panel {
        padding: var(--smallmedium);
    }
}

@media (max-width: 992px) {
    .navigation {
        padding: var(--smallmedium) 0 var(--large);
    }

    .navigation__bar {
        justify-content: space-between;
    }

    .navigation__panel {
        position: fixed;
        inset: 0 0 0 auto;
        z-index: 22;
        width: 100%;
        max-width: 38ch;
        padding: var(--smallmedium);
        background: var(--surface);
        overflow-y: auto;
        overscroll-behavior: contain;
        transform: translateX(100%);
        visibility: hidden;
        transition: transform var(--motion);
    }

    .navigation__panel.navigation__panel--open {
        transform: translateX(0);
        visibility: visible;
    }

    .navigation__panel.navigation__panel--closing {
        visibility: visible;
    }

    .navigation__list {
        flex-direction: column;
        align-items: stretch;
        gap: var(--small);
        padding: var(--smallmedium) 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .navigation__list.navigation__list--submenu > li:not(.navigation__item--open) {
        display: none;
    }

    .navigation__item.navigation__item--open > .navigation__buttons {
        display: none;
    }

    .navigation__buttons--mobile, .navigation__back {
        display: flex;
    }

    .navigation__buttons--close {
        display: flex;
        justify-content: flex-end;
    }

    .navigation__submenu {
        position: static;
        gap: var(--small);
        padding: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .navigation__overlay.navigation__overlay--visible {
        opacity: 1;
    }
}

@media (max-width: 991.98px) {
    .themes__backdrop {
        inset: 0;
        padding: 0;
    }

    .themes__cards {
        padding-top: calc(var(--font-large) * 3.75 + var(--huge));
    }

    .page--configure {
        --font-h1: 36px;
    }

    .page--detail {
        --font-h1: 40px;
        --font-compact: 36px;
    }

    .hero__cards--left {
        padding-left: 0;
    }

    .hero__cards--right {
        transform: none;
    }

    .hero__cards {
        gap: var(--small);
    }

    .hero-card {
        max-width: 20ch;
    }

    .article--stretch .article__media {
        height: auto;
        padding-bottom: 56.25%;
    }

    .article__media {
        margin-bottom: var(--smallmedium);
    }

    .article__content p {
        max-width: 70ch;
    }

    .theme {
        max-width: none;
        margin: var(--mediumlarge) 0;
        transform: none;
    }

    .theme--2 .theme__image, .theme--3 .theme__image, .theme--6 .theme__image, .theme--7 .theme__image {
        left: auto;
        right: 0;
        transform: translate(0, -42%);
    }

    .theme__image {
        width: 36%;
        transform: translate(0, -42%) rotate(4deg);
    }

    .theme__buttons {
        transform: translate(-25%, 50%);
    }

    .theme__content {
        padding: var(--mediumlarge) var(--smallmedium) var(--smallmedium);
    }

    .partners__stage::after {
        display: none;
    }

    .information__placeholder {
        min-height: 8rem;
    }

    .information__icon {
        width: 18%;
    }

    .information__media {
        max-height: 22rem;
    }

    .contact__form {
        margin-top: var(--mediumlarge);
    }

    .intro__content {
        padding: var(--smallmedium) 0 0;
    }

    .intro__media {
        margin: 0 auto;
        height: 28rem;
    }

    .intro__media--support {
        height: auto;
    }

    .support-space {
        min-height: 50rem;
    }

    .configuration__title {
        text-align: left;
    }

    .footer__links {
        padding-left: 0;
    }
}

@media (max-width: 767.98px) {
    :root {
        --font-h1: 48px;
        --font-h2: 28px;
        --font-large: 40px;
    }

    .themes {
        margin-top: var(--huge);
    }

    .hero__content {
        gap: var(--small);
    }

    .hero__stage {
        margin-top: var(--mediumlarge);
        padding-bottom: var(--large);
    }

    .hero__cards {
        position: relative;
        display: block;
        aspect-ratio: 1 / 3;
        padding-top: var(--small);
    }

    .hero-card {
        position: absolute;
        top: 0;
        left: 0;
        width: 160%;
        max-width: none;
        transform: rotate(-6deg) scale(0.65);
        transform-origin: left top;
    }

    .hero-card--2 {
        inset: auto 0 0 auto;
        transform: translate(35%, 0) rotate(10deg) scale(0.65);
    }

    .hero-card--3 {
        transform: translateX(-20%) rotate(-7deg) scale(0.65);
    }

    .hero-card--4 {
        inset: auto 0 0 auto;
        transform: translate(15%, 0) rotate(10deg) scale(0.65);
    }

    .hero__media {
        width: 125%;
        transform: translateX(-10%);
    }

    .partners {
        margin-top: var(--extralarge);
        margin-bottom: var(--extralarge);
    }
}

@media (max-width: 575.98px) {
    :root {
        --font-h1: 42px;
        --font-large: 34px;
    }

    .tagline--lead {
        max-width: 20ch;
        font-size: 24px;
    }

    .page--configure {
        --font-h1: 32px;
    }

    .page--detail {
        --font-h1: 36px;
        --font-compact: 32px;
    }

    .navigation {
        padding-top: var(--small);
        padding-bottom: var(--mediumlarge);
    }

    .hero__content h1 {
        max-width: 12ch;
    }

    .hero__stage {
        padding-bottom: 0;
    }

    .hero__cards {
        gap: var(--extrasmall);
    }

    .hero-card {
        width: 250%;
        transform: translateX(-5%) rotate(-6deg) scale(0.4);
    }

    .hero-card--2 {
        transform: translate(75%, 20%) rotate(10deg) scale(0.4);
    }

    .hero-card--3 {
        transform: translateX(-8%) rotate(-7deg) scale(0.4);
    }

    .hero-card--4 {
        transform: translate(60%, 30%) rotate(10deg) scale(0.4);
    }

    .hero__media {
        width: 155%;
        transform: translateX(-18%);
    }

    .article__panel {
        padding: var(--small);
        border-radius: 24px;
    }

    .article__logo {
        margin-bottom: 0;
    }

    .theme {
        margin-top: var(--large);
        margin-bottom: var(--smallmedium);
    }

    .theme__image {
        width: 35%;
        transform: translate(0, -42%);
    }

    .partner {
        padding: var(--tiny);
        border-radius: 15px;
    }

    .information__panel {
        padding: var(--small);
        border-radius: 24px;
    }

    .information__panel--dashboard {
        padding-bottom: 0;
    }

    .information__icon {
        width: 25%;
        top: 0;
    }

    .contact__panel {
        padding: var(--small);
        border-radius: 24px;
    }

    .contact__advisor {
        gap: var(--extrasmall);
    }

    .contact__image {
        height: 4rem;
    }

    .contact__field :is(input, textarea) {
        padding-right: var(--extrasmall);
        padding-left: var(--extrasmall);
    }

    .intro {
        padding-top: var(--mediumlarge);
    }

    .intro__media {
        height: 24rem;
    }

    .intro__media--support {
        height: auto;
    }

    .benefit {
        padding: var(--smallmedium);
    }

    .option--app, .option--inline {
        flex-direction: column;
        align-items: flex-start;
    }

    .option {
        padding: var(--smallmedium);
    }

    .summary {
        padding: var(--smallmedium);
    }
}

@media (hover: hover) {
    .btn:hover {
        background: var(--yellow);
        color: var(--surface);
    }

    .btn:hover::before {
        transform: translateX(12%);
    }

    .navigation__menu a:not(.btn):hover, .navigation__toggle:hover, .navigation__return:hover {
        color: var(--yellow);
    }

    .article__panel:hover .article__media :is(img, video) {
        transform: scale(1.025);
    }

    .contact__phone:hover {
        color: var(--yellow);
    }

    .footer__links a:hover, .footer__contact a:not(.btn):hover {
        color: var(--yellow);
    }
}

@media (prefers-reduced-motion: reduce) {
    .themes__content {
        position: relative;
        top: auto;
    }

    html {
        scroll-behavior: auto;
    }

    *, *::before, *::after {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }
}

/* WordPress and Gravity Forms use the existing contact design. */
.navigation__list .current-menu-item > a,
.navigation__list .current-menu-ancestor > .navigation__buttons > button {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.contact__form-panel {
    display: flex;
    flex-direction: column;
    gap: var(--extrasmall);
}

.contact .gform_wrapper .gform_fields {
    row-gap: var(--extrasmall);
}

.contact .gform_wrapper.gform-theme .gfield :is(input[type="text"], input[type="email"], textarea) {
    width: 100%;
    height: auto;
    padding: var(--extrasmall) var(--small);
    border: 1px solid #b6b6b6;
    border-radius: 15px;
    background: transparent;
    color: var(--white);
    font-family: inherit;
    font-size: inherit;
    line-height: 1.5;
    box-shadow: none;
}

.contact .gform_wrapper.gform-theme .gfield textarea {
    min-height: 8.3em;
    resize: vertical;
}

.contact .gform_wrapper.gform-theme .gfield :is(input, textarea)::placeholder {
    color: #b6b6b6;
    opacity: 1;
}

.contact .gform_wrapper .gform_footer {
    margin: var(--extrasmall) 0 0;
    padding: 0;
}

.contact .gform_wrapper.gform-theme .gform_button.btn {
    padding: var(--extrasmall) var(--small);
    border: 0;
    border-radius: 100px;
    background: var(--white);
    color: var(--primary);
    font-family: "SF Pro", sans-serif;
    font-size: 16px;
    font-weight: 590;
    line-height: 1.25;
    box-shadow: none;
}

.contact .gform_wrapper .gfield_validation_message {
    color: #ffd9d9;
    background: transparent;
}
