:root {
    --pink: #ee1950;
    --blue: #53c3eb;
    --hero-blue: #53c3eb;
    --violet: #5538a3;
    --lilac: #efeffe;
    --ink: #161616;
    --white: #fff;
    --display: "Nunito", Arial, sans-serif;
    --body: "Montserrat", Arial, sans-serif;
}

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

html {
    scroll-behavior: smooth;
    background: var(--lilac);
}

body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    background: var(--lilac);
    color: var(--ink);
    font-family: var(--body);
    -webkit-font-smoothing: antialiased;
}

button,
input {
    font: inherit;
}

img,
svg {
    display: block;
}

a {
    color: inherit;
}

.page {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    background: var(--lilac);
}

.svg-definitions {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.section {
    position: relative;
}

.section--lilac {
    background: var(--lilac);
}

.section__inner {
    position: relative;
    width: min(1530px, calc(100% - 30px));
    height: 100%;
    margin: 0 auto;
}

.section h2 {
    margin: 0;
    color: var(--pink);
    font-family: var(--display);
    font-size: 50px;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
}

.button {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out, box-shadow .3s ease-out, transform .3s ease-out;
}

.button:focus-visible,
.carousel-button:focus-visible,
.carousel:focus-visible,
.form-control:focus-visible {
    outline: 3px solid rgba(255, 255, 255, .96);
    outline-offset: 4px;
}

.button:active,
.carousel-button:active {
    transform: scale(.97);
}

.button--white {
    border-color: #fff;
    background: #fff;
    color: #279cc5;
    box-shadow: 0 0 13px rgba(255, 255, 255, .5);
}

.button--outline {
    border-color: #fff;
    background: transparent;
    color: #fff;
}

.button--pink {
    border-color: var(--pink);
    background: var(--pink);
    color: #fff;
}

.carousel {
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel__track {
    display: flex;
}

.carousel-controls {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.carousel-button {
    position: relative;
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    appearance: none;
    border: 2px solid var(--pink);
    border-radius: 50%;
    background: var(--pink);
    cursor: pointer;
    transition: background-color .3s ease-out, opacity .3s ease-out, transform .3s ease-out;
}

.carousel-button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
}

.carousel-button--prev::before {
    transform: translate(-36%, -50%) rotate(-135deg);
}

.carousel-button--next::before {
    transform: translate(-64%, -50%) rotate(45deg);
}

.carousel-button:disabled {
    opacity: 1;
    cursor: default;
}

.carousel.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    user-select: none;
}

/* Hero */
.hero {
    position: relative;
    height: 846px;
    overflow: hidden;
    background: var(--hero-blue);
    color: #fff;
}

.hero::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    opacity: 0;
}

.hero__inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero__content {
    position: absolute;
    z-index: 3;
    top: 196px;
    left: calc(50% - 755px);
    width: 680px;
}

.hero h1 {
    margin: 0;
    font-family: var(--display);
    font-size: 54px;
    font-weight: 900;
    line-height: 74px;
    text-shadow: 0 0 10px rgba(255, 255, 255, .56);
    color: #fff !important;
}

.hero-title__tablet {
    display: none;
}

.hero__content > p {
    margin: 0;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: -.2px;
    line-height: 30px;
}

.hero__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-top: 44px;
}

.hero__actions .button--white {
    width: 410px;
}

.hero__actions .button--outline {
    width: 366px;
}

.hero__art {
    position: absolute;
    z-index: 2;
    top: .25px;
    right: 0;
    width: 67.24%;
    height: auto;
    pointer-events: none;
}

.spark {
    position: absolute;
    z-index: 4;
    width: 62px;
    aspect-ratio: 1;
    background: url("assets/star.png") center / contain no-repeat;
    pointer-events: none;
    animation: star-pulse 5s infinite;
}

.spark--1 { top: 126px; left: 76px; transform: scale(1.45) rotate(26deg); animation-delay: 1100ms; }
.spark--2 { top: 66px; left: 255px; transform: scale(1.1) rotate(0deg); animation-delay: 200ms; }
.spark--3 { top: 50px; right: 375px; transform: scale(1) rotate(12deg); animation-delay: 0s; }
.spark--4 { top: 625px; left: 821px; transform: scale(1.2) rotate(2.5deg); animation-delay: 350ms; }
.spark--5 { top: 719px; left: 706px; transform: scale(1.7) rotate(-35deg); animation-delay: 650ms; }

@keyframes star-pulse {
    0% { opacity: 1; }
    40% { opacity: 0; }
    100% { opacity: 1; }
}

/* Audience */
.audience {
    height: 794px;
    padding-top: 76px;
}

.audience h2 {
    position: relative;
    top: -2px;
}

.audience__viewport {
    margin-top: 70px;
}

.audience__track {
    justify-content: space-between;
    gap: 29px;
}

.audience-card {
    position: relative;
    width: 361px;
    height: 519px;
    flex: 0 0 361px;
    overflow: hidden;
    padding: 25px 25px 24px;
    border-radius: 35px;
    background: #fff;
}

.audience-card__heading {
    display: grid;
    grid-template-columns: 44px 1fr;
    align-items: center;
    gap: 12px;
}

.audience-card__heading svg,
.audience-card__heading .audience-icon {
    width: 42px;
    height: 42px;
    color: var(--pink);
    object-fit: contain;
}

.audience-card h3 {
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
}

.audience-card > p {
    height: 102px;
    margin: 20px 0 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.audience-card > img {
    position: absolute;
    top: 203px;
    left: 25px;
    width: 310px;
    height: 195px;
    margin: 0;
    object-fit: contain;
}

.audience-card .button {
    position: absolute;
    top: 423px;
    right: 21px;
    bottom: auto;
    left: 25px;
    min-height: 70px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 23px;
}

/* Patriot */
.patriot {
    height: 806px;
    padding-top: 66px;
}

.patriot__panel {
    height: 700px;
    overflow: hidden;
    border-radius: 34px;
    background: var(--blue);
    color: #fff;
}

.patriot__copy {
    position: relative;
    z-index: 2;
    width: 1040px;
    padding: 54px 0 0 50px;
}

.patriot h2 {
    position: relative;
    top: -3px;
    color: #fff;
    font-size: 50px;
    line-height: 68px;
    text-align: left;
    text-shadow: 0 0 10px rgba(255, 255, 255, .45);
}

.patriot__copy > p {
    margin: 14px 0 0;
    font-size: 22px;
    line-height: 27px;
}

.patriot__copy > p + p {
    margin-top: 29px;
}

.patriot__copy h3 {
    margin: 66px 0 19px;
    font-size: 25px;
}

.patriot__topics {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 10px;
    width: 1220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.patriot__topics li {
    position: relative;
    display: flex;
    min-height: 55px;
    align-items: center;
    padding: 11px 22px 11px 61px;
    border: 2px solid #fff;
    border-radius: 999px;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    text-shadow: 0 0 7px rgba(255, 255, 255, .42);
}

.patriot__topics li::before {
    position: absolute;
    top: 50%;
    left: 12px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #fff;
    color: #279cc5;
    content: "✓";
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    text-shadow: none;
    transform: translateY(-50%);
}

.patriot__topics li:nth-child(1) { padding-right: 31px; }
.patriot__topics li:nth-child(2) { padding-right: 25px; }
.patriot__topics li:nth-child(3) { margin-left: -2px; padding-right: 25px; }
.patriot__topics li:nth-child(4) { padding-right: 23px; }
.patriot__topics li:nth-child(5) { margin-left: -1px; padding-right: 26px; }
.patriot__topics li:nth-child(6) { margin-left: -1px; padding-right: 32px; }

.patriot__art {
    position: absolute;
    z-index: 1;
    top: 0;
    right: -2px;
    width: 615px;
    height: 615px;
    object-fit: contain;
}

.line-loop {
    position: absolute;
    display: block;
    width: 150px;
    height: 90px;
    border: 3px solid rgba(255, 255, 255, .95);
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    pointer-events: none;
}

.line-loop::after {
    position: absolute;
    width: 95px;
    height: 55px;
    border: 3px solid rgba(255, 255, 255, .95);
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    content: "";
}

.line-loop--patriot-top,
.line-loop--patriot-bottom,
.line-loop--research {
    border: 0;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: none;
}

.line-loop--patriot-top::after,
.line-loop--patriot-bottom::after,
.line-loop--research::after {
    display: none;
}

.line-loop--patriot-top {
    top: -43px;
    left: 944px;
    width: 87px;
    height: 194px;
    background-image: url("assets/decor/patriot-top.svg");
}

.line-loop--patriot-bottom {
    top: 587px;
    left: 1365px;
    width: 175px;
    height: 121px;
    background-image: url("assets/decor/patriot-bottom.svg");
}

/* World */
.world {
    height: 861px;
    padding-top: 108px;
}

.world h2 {
    position: relative;
    top: -3px;
}

.world__layout {
    display: grid;
    grid-template-columns: 431px 1fr 431px;
    align-items: center;
    gap: 20px;
    margin-top: 58px;
}

.topic-list {
    display: grid;
    gap: 24px;
    transform: translateY(12px);
}

.topic-card {
    display: flex;
    height: 160px;
    min-height: 160px;
    flex-direction: column;
    padding: 25px;
    border-radius: 33px;
    background: #fff;
}

.topic-card__heading {
    display: flex;
    min-height: 43px;
    align-items: center;
    gap: 15px;
}

.topic-card svg,
.topic-card .topic-icon {
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    margin-left: -1px;
    color: var(--violet);
    object-fit: contain;
}

.topic-card h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
}

.topic-card p {
    width: auto;
    margin: 18px 0 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
}

.world__art {
    width: 581px;
    height: 484px;
    justify-self: center;
    object-fit: contain;
}

/* Research */
.research {
    height: 794px;
    padding-top: 39px;
}

.research__panel {
    height: 728px;
    overflow: hidden;
    padding-top: 53px;
    border-radius: 35px;
    background: var(--blue);
    color: #fff;
}

.research h2 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 50px;
    line-height: 68px;
    text-shadow: 0 0 10px rgba(255, 255, 255, .45);
    transform: translate(7px, -3px);
}

.research-title__tablet {
    display: none;
}

.research__lead {
    margin: 12px 0 0;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
}

.research__strong {
    margin: 15px 0 0;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 27px;
    text-align: center;
    transform: translate(6px, -1px);
}

.research__viewport {
    position: relative;
    z-index: 2;
    margin: 50px 31px 0;
}

.research__track {
    justify-content: space-between;
    gap: 17px;
}

.research-card {
    position: relative;
    width: 230px;
    height: 255px;
    flex: 0 0 230px;
    margin-right: 0;
    overflow: hidden;
    padding: 25px 18px 15px;
    border-radius: 30px;
    background: #fff;
    color: var(--ink);
    transform: rotate(-2.5deg);
}

.research-card:nth-child(even) { transform: rotate(2.5deg); }

.research-card h3 {
    position: relative;
    z-index: 2;
    margin: 0;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
}

.research-card__photo {
    position: absolute;
    right: 24px;
    bottom: 18px;
    left: 24px;
    width: calc(100% - 48px);
    height: 140px;
    border-radius: 16px;
    background-color: #fff;
    background-repeat: no-repeat;
}

.research-photo--windows {
    background-image: url("assets/images/research-windows.webp");
    background-position: 90.9% 65.7%;
    background-size: 111.77% auto;
}

.research-photo--volume {
    background-image: url("assets/images/research-volume.webp");
    background-position: 36.7% 27.4%;
    background-size: 117.45% auto;
}

.research-photo--moving {
    background-image: url("assets/images/research-moving-rotated.png");
    background-color: #f1f0f4;
    background-position: 1.7% 45%;
    background-size: auto 128.37%;
}

.research-photo--game {
    background-image: url("assets/images/research-game.webp");
    background-position: 6% 53.4%;
    background-size: 127.16% auto;
}

.research-photo--illustrations {
    background-image: url("assets/images/research-illustrations.webp");
    background-position: 100% 15.9%;
    background-size: 100.55% auto;
}

.research-photo--knowledge {
    background-image: url("assets/images/research-knowledge.webp");
    background-position: 52.7% 93.9%;
    background-size: auto 155.87%;
}

.research__footer {
    margin: 47px 0 0;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0;
    text-align: center;
}

.research-footer-mobile-break {
    display: none;
}

.research__mascot {
    position: absolute;
    z-index: 3;
    top: 149px;
    right: 60px;
    width: 135px;
    height: auto;
}

.line-loop--research {
    top: -32px;
    left: -28px;
    width: 331px;
    height: 305px;
    background-image: url("assets/decor/research-loop.svg");
}

/* Features */
.features {
    height: 824px;
    padding-top: 114px;
}

.features__viewport {
    position: relative;
    z-index: 2;
    width: 1560px;
    margin-top: 83px;
    margin-left: -15px;
    overflow: visible;
}

.features__track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px 34px;
}

.feature-card {
    position: relative;
    min-width: 0;
    height: 205px;
    overflow: hidden;
    padding: 25px 24px 20px 103px;
    border-radius: 33px;
    background: var(--violet);
    color: #fff;
    transform: rotate(-2.5deg);
}

.feature-card:nth-child(2),
.feature-card:nth-child(4),
.feature-card:nth-child(5),
.feature-card:nth-child(7) {
    transform: rotate(2.5deg);
}

.feature-card > span {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    color: var(--violet);
    font-size: 30px;
    font-weight: 700;
    line-height: 56px;
    text-align: center;
    box-shadow: 0 0 12px rgba(255, 255, 255, .72);
}

.feature-card:nth-child(4) > span,
.feature-card:nth-child(7) > span {
    top: 37px;
}

.feature-card h3 {
    display: flex;
    min-height: 56px;
    align-items: center;
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.22;
    text-shadow: 0 0 8px rgba(255, 255, 255, .5);
}

.feature-card p {
    position: absolute;
    right: 24px;
    bottom: 23px;
    left: 24px;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
}

.feature-copy-tablet {
    display: none;
}

.features__mascot {
    position: absolute;
    z-index: 3;
    right: -175px;
    bottom: 40px;
    width: 232px;
    height: auto;
}

/* Supply */
.supply {
    height: 1446px;
    padding-top: 95px;
    background: #fff;
}

.supply h2 {
    font-size: 50px;
}

.supply__badges {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.supply__badges li {
    display: flex;
    min-height: 50px;
    align-items: center;
    position: relative;
    padding: 9px 21px 9px 52px;
    border-radius: 999px;
    background: var(--blue);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.supply__badges li::before {
    position: absolute;
    top: 7px;
    left: 9px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    color: var(--blue);
    content: "✓";
    line-height: 32px;
    text-align: center;
}

.supply__content {
    display: grid;
    grid-template-columns: 640px 750px;
    align-items: start;
    gap: 140px;
    height: 437px;
    margin-top: 65px;
}

.supply__copy {
    padding-top: 0;
}

.supply__lead {
    width: 700px;
    margin: 0;
    font-size: 28px;
    line-height: 45px;
}

.supply-break--tablet {
    display: none;
}

.supply__copy h3 {
    margin: 71px 0 19px;
    font-size: 25px;
    font-weight: 600;
}

.supply__copy ul {
    margin: 0;
    padding-left: 31px;
    font-size: 22px;
    line-height: 35px;
}

.supply__copy li::marker {
    font-size: .55em;
}

.supply__photo-frame {
    position: relative;
    width: 750px;
    height: 437px;
    overflow: hidden;
    border-radius: 31px;
}

.supply__photo {
    position: absolute;
    top: 50%;
    right: 0;
    width: 109.2%;
    max-width: none;
    height: auto;
    transform: translateY(-50%);
}

.request {
    position: relative;
    width: 1530px;
    height: 572px;
    margin: 70px auto 0;
    overflow: hidden;
    border-radius: 34px;
    background: var(--blue);
    color: #fff;
    box-shadow: 0 12px 18px rgba(29, 142, 189, .2);
}

.request__copy {
    position: absolute;
    z-index: 2;
    top: 50px;
    left: 50px;
}

.request h2 {
    color: #fff;
    font-size: 50px;
    line-height: 68px;
    text-align: left;
    text-shadow: 0 0 10px rgba(255, 255, 255, .5);
}

.request__copy p {
    margin: 17px 0 0;
    font-size: 25px;
    line-height: 30px;
}

.request-form {
    position: absolute;
    z-index: 4;
    top: 50px;
    right: 50px;
    width: 544px;
}

.request-form label {
    display: block;
    margin-bottom: 30px;
}

.form-control {
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 28px;
    border: 2px solid transparent;
    border-radius: 999px;
    outline: 0;
    background: #fff;
    color: #606060;
    font-size: 20px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.form-control:focus {
    border-color: var(--pink);
    box-shadow: 0 0 0 4px rgba(245, 18, 67, .18);
}

.form-submit {
    width: 233px;
    min-height: 48px;
    margin-top: 10px;
}

.request-form__notice {
    margin: 27px 0 0;
    color: rgba(255, 255, 255, .84);
    font-size: 14px;
    line-height: 17px;
}

.request-form__notice a {
    transition: color .2s ease;
    text-underline-offset: 2px;
}

.form-status {
    display: block;
    min-height: 18px;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
}

.request-form.is-error .form-control[aria-invalid="true"] {
    border-color: var(--pink);
    box-shadow: 0 0 0 4px rgba(245, 18, 67, .18);
}

.request-form.is-success .form-submit {
    border-color: #2bba70;
    background: #2bba70;
}

.request__mascot {
    position: absolute;
    z-index: 3;
    bottom: -231px;
    left: 426px;
    width: 267px;
    height: auto;
}

.line-loop--request {
    display: none;
    top: -35px;
    right: 70px;
    width: 190px;
    height: 150px;
    transform: rotate(62deg);
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (any-hover: hover) {
    .button--white:hover {
        border-color: #fff;
        background: transparent;
        color: #fff;
        transform: scale(1.06);
    }

    .button--outline:hover {
        background: #fff;
        color: #279cc5;
        box-shadow: 0 0 13px rgba(255, 255, 255, .5);
        transform: scale(1.06);
    }

    .button--pink:hover,
    .carousel-button:hover:not(:disabled) {
        background: #fff;
        color: var(--pink);
    }

    .carousel-button:hover:not(:disabled)::before {
        border-color: var(--pink);
    }

    .audience-card,
    .topic-card,
    .feature-card {
        transition: transform .3s ease-out, box-shadow .3s ease-out;
    }

    .audience-card:hover,
    .topic-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 36px rgba(59, 54, 137, .14);
    }

    .feature-card:hover {
        transform: translateY(-8px) rotate(0);
        box-shadow: 0 16px 32px rgba(58, 37, 132, .2);
    }

    .request-form__notice a:hover {
        color: var(--pink);
    }
}

.button--outline:hover {
    background: #fff;
    color: #279cc5;
    box-shadow: 0 0 13px rgba(255, 255, 255, .5);
}

@media (min-width: 1001px) and (max-width: 1919px) {
    .page {
        width: 1920px;
        max-width: none;
        margin: 0;
        zoom: var(--desktop-scale, 1);
    }
}

@media (min-width: 1001px) {
    .hero {
        background: var(--hero-blue);
    }

    .hero h1 {
        position: relative;
        top: -9px;
    }

    .world__art {
        transform: translateY(15px);
    }

    .patriot {
        background: var(--lilac);
    }

    .patriot__panel {
        background: var(--blue);
    }

    .patriot__copy {
        padding-top: 52px;
    }

    .patriot__copy > p {
        margin-top: 12px;
    }

    .patriot__copy > p + p {
        margin-top: 31px;
    }

    .patriot__copy h3 {
        margin-top: 85px;
    }

    .patriot__topics {
        width: 1100px;
    }

    .patriot__topics li:nth-child(n) {
        min-height: 48px;
        margin-left: 0;
        padding: 8px 19px;
        border-width: 1px;
        font-weight: 400;
        text-shadow: none;
    }

    .patriot__topics li::before {
        display: none;
    }

    .patriot__art {
        top: 15px;
        width: 635px;
        height: 635px;
    }

    .line-loop--patriot-top {
        height: 232px;
    }
}

/* Tablet */
@media (max-width: 1000px) {
    .audience-break--desktop {
        display: none;
    }

    .page {
        max-width: 768px;
    }

    .section__inner {
        width: calc(100% - 30px);
    }

    .section h2 {
        font-size: 46px;
    }

    .audience h2,
    .patriot h2,
    .world h2 {
        top: 0;
    }

    .research h2 {
        transform: none;
    }

    .hero {
        height: 930px;
    }

    .hero__content {
        top: 74px;
        left: 50%;
        width: 690px;
        transform: translateX(-50%);
        text-align: center;
    }

    .hero h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .hero-title__wide {
        display: none;
    }

    .hero-title__tablet {
        display: inline;
    }

    .hero__content > p {
        margin-top: 14px;
        font-size: 18px;
        letter-spacing: normal;
        line-height: 22px;
    }

    .hero__actions {
        align-items: center;
        gap: 8px;
        margin-top: 13px;
    }

    .hero__actions .button {
        min-height: 50px;
        font-size: 13px;
    }

    .hero__actions .button--white { width: 346px; }
    .hero__actions .button--outline { width: 310px; }

    .hero__art {
        top: 313px;
        right: auto;
        left: -22.83%;
        width: 122.74%;
        max-width: none;
    }

    .spark--1 { top: 349px; left: 78px; transform: scale(.86); }
    .spark--2 { display: none; }
    .spark--3 { top: 176px; right: 37px; transform: scale(.76); }
    .spark--4 { top: 330px; left: auto; right: 119px; transform: scale(.6); }
    .spark--5 { display: none; }

    .audience {
        height: 690px;
        padding-top: 76px;
    }

    .audience h2 {
        font-size: 50px;
    }

    .audience__viewport {
        --carousel-step: 252px;
        margin-top: 44px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        cursor: grab;
    }

    .audience__track {
        justify-content: flex-start;
        gap: 15px;
        width: max-content;
    }

    .audience-card {
        width: 237px;
        height: 318px;
        flex-basis: 237px;
        padding: 24px 25px 18px;
        border-radius: 16px;
        scroll-snap-align: start;
    }

    .audience-card__heading {
        grid-template-columns: 32px 1fr;
        gap: 11px;
    }

    .audience-card__heading svg,
    .audience-card__heading .audience-icon {
        width: 31px;
        height: 31px;
    }

    .audience-card h3 {
        position: static;
        font-size: 15px;
        letter-spacing: normal;
    }

    .audience-card > p {
        height: 83px;
        margin-top: 11px;
        font-size: 12px;
        line-height: 15px;
    }

    .audience-card > img {
        width: 190px;
        height: 96px;
        top: 140px;
        margin-top: 0;
    }

    .audience-card:nth-child(3) > img {
        top: 148px;
        height: 88px;
    }

    .audience-card .button {
        top: auto;
        right: 25px;
        bottom: 27px;
        left: 25px;
        min-height: 47px;
        font-size: 12px;
        letter-spacing: normal;
        line-height: 17px;
        padding-bottom: 0;
    }

    .audience__controls {
        display: flex;
        margin-top: 40px;
    }

    .patriot {
        height: 950px;
        padding-top: 42px;
    }

    .patriot__panel {
        height: 778px;
        border-radius: 34px;
    }

    .patriot__copy {
        width: 100%;
        padding: 32px 30px 0;
    }

    .patriot h2 {
        font-size: 40px;
        line-height: 55px;
        text-align: center;
    }

    .patriot__copy > p {
        width: 535px;
        margin-top: 29px;
        font-size: 22px;
        line-height: 27px;
        transform: translateY(3px);
    }

    .patriot__copy > p br {
        display: none;
    }

    .patriot__copy h3 {
        margin: 28px 0 18px;
        font-size: 22px;
    }


    .patriot__topics li:nth-child(n) {
        margin-left: 0;
        padding-right: 0;
    }

    .patriot__copy > p + p {
        margin-top: 32px;
    }

    .patriot__topics {
        display: grid;
        width: 360px;
        gap: 9px;
    }

    .patriot__topics li {
        min-height: 27px;
        padding: 0 0 0 37px;
        border: 0;
        font-size: 22px;
        line-height: 27px;
    }

    .patriot__topics li::before {
        top: 50%;
        left: 0;
        width: 21px;
        height: 21px;
        font-size: 13px;
        line-height: 21px;
    }

    .patriot__art {
        top: auto;
        right: -2px;
        bottom: 2px;
        width: 389px;
        height: 389px;
    }

    .line-loop--patriot-top {
        display: block;
        top: -17px;
        left: -1px;
        width: 81px;
        height: 133px;
        background-image: url("assets/decor/patriot-top-tablet.svg");
    }

    .line-loop--patriot-bottom {
        top: 327px;
        right: auto;
        bottom: auto;
        left: 624px;
        width: 117px;
        height: 68px;
        background-image: url("assets/decor/patriot-arrow-tablet.svg");
    }

    .world {
        height: 1050px;
        padding-top: 22px;
    }

    .world h2 {
        width: 600px;
        margin: 0 auto;
        font-size: 50px;
        line-height: 68px;
        transform: translateY(-12px);
    }

    .world__layout {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas:
            "left left left"
            "art art art"
            "right right right";
        gap: 26px 0;
        margin-top: 26px;
    }

    .topic-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        transform: none;
    }

    .topic-list--left { grid-area: left; }
    .topic-list--right { grid-area: right; }

    .topic-card {
        height: 136px;
        min-height: 136px;
        padding: 24px 24px 20px;
        border-radius: 15px;
    }

    .topic-card__heading {
        min-height: 31px;
        gap: 8px;
    }

    .topic-card svg,
    .topic-card .topic-icon {
        flex-basis: 31px;
        width: 31px;
        height: 31px;
        margin-left: 0;
    }

    .topic-card h3 {
        margin: 0;
        font-size: 15px;
        letter-spacing: normal;
    }

    .topic-card p {
        width: auto;
        margin: 20px 0 0;
        padding-left: 0;
        font-size: 12px;
        line-height: 15px;
    }

    .world__art {
        grid-area: art;
        width: 510px;
        height: 424px;
    }

    .research {
        height: 730px;
        padding-top: 10px;
    }

    .research__panel {
        height: 703px;
        padding-top: 31px;
        border-radius: 34px;
    }

    .research h2 {
        font-size: 40px;
        line-height: 55px;
    }

    .research-title__wide {
        display: none;
    }

    .research-title__tablet {
        display: inline;
    }

    .research__lead {
        margin-top: 22px;
        padding: 0 40px;
        font-size: 22px;
        line-height: 28px;
    }

    .research__lead br {
        display: none;
    }

    .research__strong {
        width: 470px;
        margin: 20px auto 0;
        font-size: 22px;
        line-height: 27px;
        letter-spacing: normal;
        transform: none;
    }

    .research__viewport {
        margin: 29px 0 0;
        padding: 8px 0;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        cursor: grab;
        transform: translateY(-5px);
    }

    .research__track {
        justify-content: flex-start;
        gap: 15px;
        width: max-content;
    }

    .research-card {
        width: 230px;
        height: 255px;
        flex-basis: 230px;
        margin-right: 0;
        scroll-snap-align: start;
    }

    .research-card__photo {
        right: 24px;
        left: 24px;
        width: calc(100% - 48px);
        height: 142px;
    }

    .research__footer {
        width: 620px;
        margin: 4px auto 0;
        font-size: 22px;
        line-height: 27px;
        letter-spacing: normal;
        transform: none;
    }

    .research__mascot {
        display: none;
    }

    .line-loop--research {
        top: -3px;
        left: 0;
        width: 102px;
        height: 94px;
        background-image: url("assets/decor/research-loop-tablet.svg");
        transform: none;
    }

    .features {
        height: 621px;
        padding-top: 120px;
    }

    .features h2 {
        width: 500px;
        margin: 0 auto;
        font-size: 50px;
        line-height: 68px;
    }

    .features__viewport {
        --carousel-step: 380px;
        width: auto;
        margin-top: 43px;
        margin-left: 0;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        cursor: grab;
    }

    .features__track {
        display: flex;
        gap: 9px;
        width: max-content;
    }

    .feature-card {
        width: 365px;
        height: 177px;
        flex: 0 0 365px;
        padding: 22px 22px 18px 104px;
        border-radius: 33px;
        scroll-snap-align: start;
        transform: none !important;
    }

    .feature-card > span {
        top: 22px;
        left: 24px;
    }

    .feature-card:nth-child(4) > span,
    .feature-card:nth-child(7) > span {
        top: 30px;
    }

    .feature-card h3 {
        min-height: 56px;
        font-size: 20px;
        line-height: 24px;
    }

    .feature-card p {
        font-size: 16px;
        line-height: 20px;
    }

    .feature-copy-wide {
        display: none;
    }

    .feature-copy-tablet {
        display: inline;
    }

    .features__mascot {
        display: none;
    }

    .features__controls {
        display: flex;
        margin-top: 42px;
    }

    .supply {
        height: 1972px;
        padding-top: 97px;
    }

    .supply h2 {
        width: 680px;
        margin: 0 auto;
        font-size: 40px;
        line-height: 55px;
        transform: translateY(-6px);
    }

    .supply__badges {
        display: none;
    }

    .supply__content {
        display: block;
        height: auto;
        margin-top: 19px;
    }

    .supply__copy {
        padding-top: 5px;
    }

    .supply__lead {
        width: auto;
        font-size: 22px;
        line-height: 27px;
    }

    .supply__lead br {
        display: none;
    }

    .supply__lead .supply-break--tablet {
        display: initial;
    }

    .supply__copy h3 {
        margin: 30px 0 29px;
        font-size: 22px;
    }

    .supply__copy ul {
        font-size: 22px;
        line-height: 27px;
    }

    .supply__copy li::marker {
        font-size: 1em;
    }

    .supply__photo-frame {
        width: calc(100% + 30px);
        height: 512px;
        margin-left: -15px;
        margin-top: 17px;
        border-radius: 31px;
    }

    .request {
        width: auto;
        height: 759px;
        margin-top: 70px;
        border-radius: 34px;
    }

    .request__copy {
        top: 32px;
        left: 30px;
    }

    .request h2 {
        width: auto;
        font-size: 40px;
        line-height: 55px;
        text-align: left;
    }

    .request__copy p {
        margin-top: 46px;
        font-size: 22px;
        line-height: 27px;
    }

    .request__copy p br {
        display: initial;
    }

    .request-form {
        top: 256px;
        right: auto;
        left: 30px;
        width: 434px;
    }

    .request-form label {
        margin-bottom: 17px;
    }

    .form-control {
        height: 60px;
        font-size: 20px;
    }

    .form-submit {
        width: 233px;
        margin-top: 2px;
    }

    .request-form__notice {
        width: 400px;
        margin-top: 27px;
        font-size: 22px;
        line-height: 27px;
    }

    .request-form__notice br {
        display: none;
    }

    .request__mascot {
        bottom: -76px;
        left: auto;
        right: 0;
        width: 216px;
    }

    .line-loop--request {
        display: block;
        top: -45px;
        right: -38px;
        left: auto;
        width: 128px;
        height: 172px;
        border: 0;
        background-image: url("assets/decor/request-loop-tablet.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transform: none;
    }

    .line-loop--request::after {
        display: none;
    }
}

/* Mobile */
@media (max-width: 520px) {
    .page {
        max-width: 375px;
    }

    .section__inner {
        width: calc(100% - 30px);
    }

    .section h2 {
        font-size: 20px;
        line-height: 27px;
    }

    .button {
        min-height: 48px;
    }

    .hero {
        height: 758px;
        background: var(--hero-blue);
    }

    .hero__content {
        top: 72px;
        width: 355px;
    }

    .hero h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .hero-title__wide {
        display: inline;
    }

    .hero-title__tablet {
        display: none;
    }

    .hero__content > p {
        margin-top: 12px;
        padding: 0 11px;
        font-size: 18px;
        line-height: 22px;
    }

    .hero__content > p br {
        display: none;
    }

    .hero__actions {
        gap: 10px;
        margin-top: 20px;
    }

    .hero__actions .button {
        min-height: 48px;
        font-size: 13px;
    }

    .hero__actions .button--white { width: 345px; }
    .hero__actions .button--outline { width: 309px; }

    .hero__art {
        top: 389px;
        left: -48.63%;
        width: 150.34%;
    }

    .spark--1,
    .spark--2,
    .spark--4 { display: none; }
    .spark--3 { top: 25px; right: 29px; transform: scale(.62); }
    .spark--5 { display: block; top: 422px; left: 143px; transform: scale(.67); }

    .audience {
        height: 400px;
        padding-top: 36px;
    }

    .audience__viewport {
        --carousel-step: 248px;
        width: calc(100% + 15px);
        margin-top: 16px;
    }

    .audience__track {
        gap: 6px;
    }

    .audience-card {
        width: 242px;
        height: 318px;
        flex-basis: 242px;
        padding: 24px 25px 18px;
    }

    .audience-card > p {
        font-size: 12px;
        line-height: 15px;
    }

    .audience h2 {
        font-size: 20px;
    }

    .audience-card > img {
        top: 142px;
        left: 21px;
        width: 195px;
        height: 102px;
    }

    .audience-card .button {
        bottom: 25px;
    }

    .audience__controls {
        display: none;
    }

    .patriot {
        height: 876px;
        padding-top: 25px;
    }

    .patriot__panel {
        height: 820px;
        border-radius: 34px;
    }

    .patriot__copy {
        padding: 30px 25px 0;
    }

    .patriot h2 {
        font-size: 20px;
        line-height: 27px;
    }

    .patriot__copy > p {
        width: auto;
        margin-top: 15px;
        font-size: 16px;
        line-height: 1.25;
        transform: none;
    }

    .patriot__copy > p + p {
        margin-top: 19px;
    }

    .patriot__copy h3 {
        margin: 17px 0 13px;
        font-size: 16px;
    }

    .patriot__topics {
        width: 235px;
        gap: 3px;
    }

    .patriot__topics li {
        padding-left: 24px;
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        text-shadow: none;
    }

    .patriot__topics li::before {
        width: 15px;
        height: 15px;
        font-size: 9px;
        line-height: 15px;
    }

    .patriot__art {
        right: 0;
        bottom: -18px;
        width: 265px;
        height: 265px;
    }

    .line-loop--patriot-top {
        display: block;
        top: 406px;
        right: -33px;
        bottom: auto;
        left: auto;
        width: 117px;
        height: 68px;
        background-image: url("assets/decor/patriot-arrow-tablet.svg");
        transform: none;
    }

    .line-loop--patriot-bottom {
        top: auto;
        right: auto;
        bottom: -8px;
        left: -18px;
        width: 138px;
        height: 96px;
        background-image: url("assets/decor/patriot-bottom.svg");
        transform: rotate(270deg);
        transform-origin: center;
    }

    .world {
        height: 1239px;
        padding-top: 21px;
    }

    .world h2 {
        width: 260px;
        font-size: 20px;
        line-height: 1.25;
        transform: none;
    }

    .world__layout {
        display: flex;
        flex-direction: column;
        gap: 0;
        margin-top: 13px;
    }

    .topic-list {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .topic-card {
        height: 133px;
        min-height: 0;
        padding: 24px 25px 19px;
        border-radius: 16px;
    }

    .topic-card__heading {
        min-height: 32px;
        gap: 9px;
    }

    .topic-card svg,
    .topic-card .topic-icon {
        flex-basis: 32px;
        width: 32px;
        height: 32px;
    }

    .topic-card h3 {
        margin: 0;
        font-size: 15px;
    }

    .topic-card p {
        margin: 16px 0 0;
        font-size: 12px;
        line-height: 15px;
    }

    .topic-break {
        display: none;
    }

    .topic-card + .topic-card {
        margin-top: -8px;
    }

    .topic-list--left .topic-card:nth-child(2),
    .topic-list--right .topic-card:first-child {
        height: 118px;
    }

    .world .section__inner {
        width: 345px;
    }

    .world__art {
        order: 2;
        width: 400px;
        max-width: none;
        height: 333px;
        align-self: center;
        margin: 16px 0 22px;
        transform: translateY(6px);
    }

    .topic-list--left { order: 1; }
    .topic-list--right {
        order: 3;
        transform: translateY(13px);
    }

    .topic-card {
        height: 121px;
    }

    .topic-card + .topic-card {
        margin-top: 4px;
    }

    .topic-list--left .topic-card:nth-child(2),
    .topic-list--right .topic-card:first-child {
        height: 105px;
    }

    .research {
        height: 723px;
        padding-top: 10px;
    }

    .research__panel {
        height: 703px;
        padding-top: 34px;
        border-radius: 34px;
    }

    .research h2 {
        width: 255px;
        margin: 0 auto;
        font-size: 20px;
        line-height: 27px;
        transform: none;
    }

    .research__lead {
        margin-top: 15px;
        padding: 0 36px;
        font-size: 16px;
        line-height: 20px;
    }

    .research__strong {
        width: auto;
        margin-top: 17px;
        padding: 0 28px;
        font-size: 16px;
        line-height: 20px;
        transform: translateY(-6px);
    }

    .research__viewport {
        margin: 7px 0 0;
        padding: 8px 0;
        overflow-x: auto;
        transform: translateY(1px);
    }

    .research__track {
        gap: 14px;
        padding: 0 18px;
    }

    .research-card {
        width: 240px;
        height: 255px;
        flex-basis: 240px;
        padding-top: 28px;
    }

    .research-card__photo {
        right: 30px;
        left: 30px;
        width: calc(100% - 60px);
        height: 142px;
    }

    .research__footer {
        width: 260px;
        margin: 40px auto 0;
        font-size: 16px;
        line-height: 20px;
        transform: none;
    }

    .research-footer-mobile-break {
        display: inline;
    }

    .line-loop--research {
        top: 0;
        left: 0;
        width: 70px;
        height: 65px;
        transform: none;
    }

    .features {
        height: 398px;
        padding-top: 63px;
    }

    .features h2 {
        width: 280px;
        font-size: 20px;
        line-height: 1.35;
        transform: translateY(-1px);
    }

    .features__viewport {
        --carousel-step: 360px;
        margin-top: 10px;
        transform: translateY(4px);
    }

    .features__track {
        gap: 15px;
    }

    .feature-card {
        width: 345px;
        height: 177px;
        flex-basis: 345px;
        padding: 27px 20px 18px 103px;
        transform: none !important;
    }

    .feature-card > span {
        top: 24px;
    }

    .feature-card:nth-child(4) > span,
    .feature-card:nth-child(7) > span {
        top: 35px;
    }

    .feature-card h3 {
        font-size: 20px;
    }

    .feature-card p {
        font-size: 16px;
        transform: translateY(-4px);
    }

    .feature-copy-wide {
        display: inline;
    }

    .feature-copy-tablet {
        display: none;
    }

    .features__controls {
        gap: 20px;
        margin-top: 18px;
        transform: translateY(1px);
    }

    .carousel-button {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .carousel-button::before {
        width: 11px;
        height: 11px;
    }

    .supply {
        height: 1191px;
        padding-top: 39px;
    }

    .supply h2 {
        width: 345px;
        font-size: 20px;
        line-height: 1.35;
        transform: translateY(-5px);
    }

    .supply__content {
        margin-top: 5px;
    }

    .supply__lead {
        width: 325px;
        font-size: 13px;
        line-height: 16px;
    }

    .supply__lead .supply-break--tablet {
        display: none;
    }

    .supply__copy h3 {
        margin: 17px 0 15px;
        font-size: 13px;
    }

    .supply__copy ul {
        padding-left: 20px;
        font-size: 13px;
        line-height: 16px;
    }

    .supply__photo-frame {
        position: absolute;
        top: 257px;
        left: 0;
        width: 345px;
        height: 241px;
        margin-left: 0;
        margin-top: 0;
        border-radius: 30px;
    }

    .request {
        position: absolute;
        top: 532px;
        right: 0;
        left: 0;
        height: 584px;
        margin-top: 0;
        border-radius: 33px;
    }

    .request__copy {
        top: 31px;
        right: 18px;
        left: 18px;
        text-align: center;
    }

    .request h2 {
        width: auto;
        font-size: 20px;
        line-height: 27px;
        text-align: center;
    }

    .request__copy p {
        width: 285px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 6px;
        font-size: 15px;
        line-height: 18px;
    }

    .request__copy p br {
        display: none;
    }

    .request-form {
        top: 184px;
        right: 28px;
        left: 28px;
        width: auto;
    }

    .request-form label {
        margin-bottom: 14px;
    }

    .form-control {
        height: 48px;
        padding: 0 25px;
        font-size: 13px;
    }

    .form-submit {
        display: flex;
        width: 195px;
        min-height: 42px;
        margin: 24px auto 0;
        font-size: 12px;
    }

    .request-form__notice {
        width: 285px;
        margin: 22px auto 0;
        font-size: 14px;
        line-height: 17px;
    }

    .request-form__notice br {
        display: none;
    }

    .form-status {
        margin-top: 6px;
        font-size: 10px;
        text-align: center;
    }

    .request__mascot,
    .line-loop--request {
        display: none;
    }
}

@media (max-width: 1000px) {
    .patriot__topics li {
        font-weight: 400;
        text-shadow: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}