:root {
    interpolate-size: allow-keywords;

    --base-size: 16px;
    --size-50: 0.4375rem;
    --size-100: 0.625rem;
    --size-200: 0.75rem;
    --size-300: 0.875rem;
    --size-400: 1rem;
    --size-500: 1.125rem;
    --size-600: 1.25rem;
    --size-700: 1.5rem;
    --size-800: 1.75rem;
    --size-900: 2.125rem;
    --size-950: 3rem;
    --size-1000: 4.125rem;
    --size-1200: 5.125rem;
    --size-1500: 6.125rem;
    --size-2000: 8.125rem;
    --white: #fff;
    --black: #000;
    --charcoal: #323232;
    --dark-grey: #bcbcbc;
    --light-grey: #e6e6e6;
    --orange: #f1b845;

    --section-heading-font: var(--font-sans);
    --content-heading-font: var(--font-serif);
    --sub-heading-font: var(--font-serif);
    --body-font: var(--font-sans);

    --border-colour: var(--charcoal);
    --border-radius: 0;

    --font-mono:
        Menlo, Consolas, Monaco, Adwaita Mono, Liberation Mono, Lucida Console,
        monospace;

    --font-serif:
        Iowan Old Style, Apple Garamond, Baskerville, Times New Roman,
        Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji,
        Segoe UI Emoji, Segoe UI Symbol;

    --font-sans:
        -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui,
        helvetica neue, Adwaita Sans, Cantarell, Ubuntu, roboto, noto,
        helvetica, arial, sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body,
html {
    background-color: var(--light-grey);
    color: var(--charcoal);
    font-size: var(--size-500);
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: normal;
    scroll-behavior: smooth;
    scroll-padding-top: 2.75rem;
    margin: 0;
    position: relative;
    font-family: var(--body-font);
}

@media (min-width: 600px) {
    body,
    html {
        scroll-padding-top: 0;
    }
}

main {
    line-height: 1.35em;
    margin-block: var(--size-1000);
}

hr {
    border-style: solid;
    border-width: 1px;
    border-color: var(--border-colour);
    margin: var(--size-100) 0;
}

.flow > * {
    margin-block: 0;
}

.flow > * + * {
    -webkit-margin-before: 1.5em;
    margin-block-start: 1.5em;
}

sup {
    vertical-align: super;
    font-size: var(--size-50);
}

sub {
    vertical-align: sub;
    font-size: var(--size-50);
}

em,
i {
    font-style: italic;
}

b,
strong {
    font-weight: 500;
}

a {
    color: inherit;
    text-decoration: underline;
    text-decoration-thickness: 0.04em;
    text-underline-offset: 0.15em;
    -webkit-transition: text-decoration-color 0.25s;
    transition: text-decoration-color 0.25s;
}

@media (hover: hover) {
    a:hover {
        /*text-decoration-color: var(--blue);*/
        text-decoration: none;
    }
}

h1,
h2 {
    margin: 0;
    font-family:
        "League Gothic", Impact, "Franklin Gothic Medium", "Arial Narrow",
        sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 75;
}

h3,
h4,
h5 {
    margin: 0;
    font-family: var(--content-heading-font);
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    font-weight: 500;
}

.h1,
h1 {
    font-size: var(--size-950);
    line-height: 1.05;
    letter-spacing: -0.02em;
    font-weight: 700;
}

@media (min-width: 940px) {
    .h1,
    h1 {
        font-size: var(--size-1000);
    }
}

.h2,
h2 {
    font-size: var(--size-800);
    line-height: 1.2;
    letter-spacing: -0.02em;
    max-width: 30ch;
    z-index: 0;
}

h2 {
    font-family: var(--section-heading-font);
    display: grid;
    place-items: center;
    text-transform: uppercase;
    position: relative;
    font-weight: 900;
    /*margin-block-end: var(--size-1200) !important;*/
}

h2 > img {
    /*background: url("/assets/img/marker-orange.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    overflow: visible;
    width: fit-content;*/
    width: fit-content;
    height: 200%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

@media (min-width: 940px) {
    .h2,
    h2 {
        font-size: var(--size-900);
    }
}

.h3,
h3 {
    font-size: var(--size-600);
    line-height: 1.2;
    letter-spacing: -0.02em;
    max-width: 36ch;
}

@media (min-width: 940px) {
    .h3,
    h3 {
        font-size: var(--size-700);
    }
}

.h4,
h4 {
    font-size: var(--size-500);
    line-height: 1.1;
    letter-spacing: -0.02em;
    max-width: 40ch;
}

@media (min-width: 940px) {
    .h4,
    h4 {
        font-size: var(--size-600);
    }
}

.h5,
h5 {
    font-size: var(--size-400);
    line-height: 1.1;
}

@media (min-width: 940px) {
    .h5,
    h5 {
        font-size: var(--size-500);
    }
}

.league-gothic {
    font-family:
        "League Gothic", Impact, "Franklin Gothic Medium", "Arial Narrow",
        sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 75;
}

.caps,
.sub-heading {
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    font-family: var(--sub-heading-font);
}

p {
    max-width: 58ch;
    margin: 0;
}

li {
    font-size: var(--size-600);
    max-width: 56ch;
}

ol,
ul {
    padding: 0 0 0 var(--size-400);
}

small {
    font-size: var(--size-100);
    line-height: 1.3;
}

.text-left {
    text-align: left;
}

.inner-wrapper {
    padding-inline: var(--size-600);
}

.inner-wrapper > * {
    margin-inline: auto;
}

@media (min-width: 940px) {
    .inner-wrapper {
        padding-inline: var(--size-1000);
    }
}

@media (min-width: 1440px) {
    .inner-wrapper {
        padding-inline: calc(var(--size-1000) * 1.5);
    }
}

@media (min-width: 1600px) {
    .inner-wrapper {
        padding-inline: calc(var(--size-1000) * 2);
    }
}

.section--part {
    padding-block: var(--size-800);
}

@media (min-width: 940px) {
    .section--part {
        padding-block: calc(var(--size-1000) * 1.5);
    }
}

.no-padding {
    padding-block: 0;
}

.bg-charcoal {
    background-color: var(--charcoal);
    color: var(--light-grey);
}

.bg-orange {
    background-color: var(--orange);
    color: var(--charcoal);
}

.bg-orange h2 {
    color: var(--white);
}

footer {
    background-color: var(--charcoal);
    color: var(--white);
    padding: var(--size-1000) 0;
}

footer .inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--size-900);
}

footer .inner-wrapper > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

footer .inner-wrapper > div:not(.buttons) {
    gap: var(--size-700);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (min-width: 1024px) {
    footer .inner-wrapper > div:not(.buttons) {
        gap: var(--size-1000);
    }
}

@media (min-width: 1024px) {
    footer .inner-wrapper > div {
        width: 50%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

footer .inner-wrapper > div > a {
    display: inline-block;
}

footer .inner-wrapper .tgwf-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}

footer .inner-wrapper ul {
    list-style: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0;
}

footer .inner-wrapper ul li {
    margin: 0 0 calc(var(--size-100) / 2);
}

footer .inner-wrapper ul li a {
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

footer .inner-wrapper .buttons {
    margin: 0;
}

@media (min-width: 1024px) {
    footer .inner-wrapper .buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

footer .inner-wrapper .buttons a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--size-700);
    width: 190px;
    padding: var(--size-50);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
    font-size: var(--size-500);
    line-height: 1;
    letter-spacing: -0.02em;
    text-decoration: none;
}

@media (min-width: 1024px) {
    footer .inner-wrapper .buttons a {
        font-size: var(--size-600);
    }
}

footer .inner-wrapper .buttons a.download {
    background-color: var(--green);
    color: var(--charcoal);
}

footer .inner-wrapper .buttons a.download svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

footer .inner-wrapper .buttons a.back-to-top {
    background-color: var(--charcoal-light);
}

footer .inner-wrapper .buttons a svg {
    display: block;
    fill: currentColor;
}

footer .inner-wrapper .buttons a span {
    max-width: 10ch;
    justify-self: flex-end;
    margin-top: auto;
}

.buttons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: var(--size-200);
    -webkit-margin-before: var(--size-400);
    margin-block-start: var(--size-400);
}

.btn,
button:not(.menu-toggle-btn) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--size-300);
    width: auto;
    height: 40px;
    font-family: inherit;
    font-size: var(--size-300);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    background-color: var(--blue-light);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--border-colour);
    border-radius: 0;
    color: var(--charcoal);
    padding: 0 0 0 var(--size-300);
    cursor: pointer;
    text-decoration: none;
    -webkit-transition:
        background-color 0.25s,
        color 0.25s;
    transition:
        background-color 0.25s,
        color 0.25s;
}

.btn span,
button:not(.menu-toggle-btn) span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 100%;
    background-color: var(--blue);
    border-left: 1px solid var(--border-colour);
}

.btn svg,
button:not(.menu-toggle-btn) svg {
    display: block;
    fill: currentColor;
    -webkit-transition:
        fill 0.25s,
        opacity 0.25s;
    transition:
        fill 0.25s,
        opacity 0.25s;
}

.btn.btn--download,
button:not(.menu-toggle-btn).btn--download {
    background-color: var(--green-light);
}

.btn.btn--download span,
button:not(.menu-toggle-btn).btn--download span {
    background-color: var(--green);
}

.btn.btn--download svg,
button:not(.menu-toggle-btn).btn--download svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btn.btn--small,
button:not(.menu-toggle-btn).btn--small {
    font-size: var(--size-200);
    padding: var(--size-100) var(--size-200);
}

.btn.btn--border,
button:not(.menu-toggle-btn).btn--border {
    background-color: transparent;
    color: currentColor;
    border-color: currentColor;
}

.btn:disabled,
button:not(.menu-toggle-btn):disabled {
    cursor: not-allowed;
}

.btn.btn--home svg,
button:not(.menu-toggle-btn).btn--home svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (hover: hover) {
    .btn:hover,
    button:not(.menu-toggle-btn):hover {
        background-color: var(--green);
    }
}

@media (min-width: 1024px) {
    .btn,
    button:not(.menu-toggle-btn) {
        height: 60px;
        font-size: var(--size-500);
        gap: var(--size-400);
        padding: 0 0 0 var(--size-400);
    }

    .btn span,
    button:not(.menu-toggle-btn) span {
        width: 60px;
    }

    .btn svg,
    button:not(.menu-toggle-btn) svg {
        width: 30px;
        height: 30px;
    }
}

.wp-caption,
iframe,
img {
    max-width: 100%;
}

.wp-caption {
    display: inline-block;
    margin: var(--size-400) 0;
}

.wp-caption > img {
    display: block;
    height: auto;
}

.wp-caption-text,
figcaption {
    display: inline-block;
    font-size: var(--size-200);
    margin: var(--size-100) 0 var(--size-400);
}

section.hero,
section#cta {
    display: block;
    padding: 0;
    height: auto;
    background-color: var(--orange);
    position: relative;
    overflow-x: hidden;
}

section.hero .inner-wrapper {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    min-height: 420px;
    position: relative;
    z-index: 1;
    padding-block: var(--size-1000) var(--size-950);
}

@media (min-width: 1024px) {
    section.hero .inner-wrapper {
        max-height: 64rem;
    }
}

@media (min-width: 1440px) {
    section.hero .inner-wrapper {
        min-height: 730px;
    }
}

@media (min-width: 600px) {
    section.hero .inner-wrapper {
        padding-block: var(--size-950);
    }
}

section.hero .inner-wrapper .hero--description p {
    max-width: 54ch;
}

section.hero .inner-wrapper .tgwf-logo {
    display: block;
    width: 190px;
    height: auto;
}

@media (min-width: 1024px) {
    section.hero .inner-wrapper .btn {
        position: absolute;
        bottom: 0;
        right: var(--size-1000);
    }
}

@media (min-width: 1440px) {
    section.hero .inner-wrapper .btn {
        right: calc(var(--size-1000) * 1.5);
    }
}

@media (min-width: 1600px) {
    section.hero .inner-wrapper .btn {
        right: calc(var(--size-1000) * 2);
    }
}

section.hero .grad--bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(
        233deg,
        var(--paper) -11.46%,
        var(--charcoal-light) 40%,
        var(--charcoal) 70%
    );
    -webkit-filter: url(#grainy-duotone);
    filter: url(#grainy-duotone);
}

@media (min-width: 1024px) {
    section.hero .grad--bg {
        background: linear-gradient(
            233deg,
            var(--paper) -11.46%,
            var(--charcoal-light) 50.64%,
            var(--charcoal) 95.29%
        );
    }
}

.moratorium-wording {
    background-color: #323232;
    color: #636363;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family:
        "League Gothic", Impact, "Franklin Gothic Medium", "Arial Narrow",
        sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings: "wdth" 75;
    font-size: var(--size-1000);
    line-height: 1.2;
    margin-inline: -450px;
    z-index: 3;
    position: relative;
    /*letter-spacing: -0.02em;*/
    /*max-width: 30ch;*/
}

.moratorium-wording span.down-arrow {
    font-family:
        "Segoe Print", "Bradley Hand", Chilanka, TSCu_Comic, casual, cursive;
}

.moratorium-wording span {
    flex: 1 0 auto;
}

.cta--content,
section#cta {
    background-color: #323232;
    color: var(--white);
}

.section-intro {
    display: block;
    width: 100%;
    height: auto;
    background-color: var(--charcoal);
    color: var(--white);
    position: relative;
    z-index: 2;
}

.section-intro .inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: auto;
    min-height: 470px;
    position: relative;
    z-index: 1;
    padding-block: var(--size-1000) var(--size-950);
}

@media (min-width: 600px) {
    .section-intro .inner-wrapper {
        padding-block: var(--size-950);
    }
}

.section-intro .image--bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-intro .image--bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-intro .grad--bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(
        233deg,
        var(--green) -11.46%,
        var(--blue) 40%,
        var(--charcoal) 70%
    );
    -webkit-filter: url(#grainy-duotone);
    filter: url(#grainy-duotone);
}

.screen-reader-text {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
}

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

.screen-reader-text:focus {
    z-index: 100000;
    top: 20px;
    left: 20px;
    display: block;
    width: auto;
    height: auto;
    clip: auto;
    padding: 0.5rem;
    background-color: var(--white);
    border: 1px solid var(--black);
}

.skip-link:active,
.skip-link:focus {
    outline: none;
}

/* New */

header {
    width: 100vw;
    min-height: 4ex;
    /*max-height: 10ex;*/
    height: 100%;
    position: sticky;
    top: 0;
    left: 0;
    font-family: "Space Mono", var(--font-mono);
    font-weight: 700;
    z-index: 4;
}

header > nav:not(nav nav) {
    padding-block: var(--size-400);
    right: initial;
    left: 0;
    top: initial;
    position: sticky;
    transform: initial;
    display: block;
    background-color: var(--paper);
}

header > nav:not(nav nav) > ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    column-gap: 3rem;
    row-gap: 1.25rem;
}

nav li ol {
    display: none;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
}

nav li:hover ol {
    display: block;
}

header details {
    display: none;
    width: 100%;
    overflow: hidden;
}

header details * {
    margin: 0;
}

header details summary {
    cursor: pointer;
    vertical-align: middle;
    margin-block-end: var(--size-200);
}

header details summary::before {
    content: "☰";
    font-size: 1.5rem;
    width: 1.5ch;
}

header details[open] summary::before {
    content: "✕";
    width: 1.5ch;
    margin-inline-end: 3px;
}

header details summary::marker {
    content: "";
}

header details nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 1.25rem;
}

details::details-content {
    block-size: 0;
    transition:
        block-size 1s,
        content-visibility 1s;
    transition-behavior: allow-discrete;
}

details:open::details-content {
    block-size: auto;
}

nav hr {
    width: 50%;
    margin-block: var(--size-200);
    margin-inline: auto;
}

.site-langs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    gap: 1.25rem;
    z-index: 3;
    position: relative;
    margin-block-start: 0;
    flex-wrap: nowrap;
    overflow: auto;
    font-family:
        /*"League Gothic",*/
        Impact, "Franklin Gothic Medium", "Arial Narrow", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings: "wdth" 75;
}

.site-langs li.active {
    font-weight: bold;
    background-color: var(--green-light);
    color: var(--charcoal);
    padding: var(--size-100) var(--size-200);
    border-radius: 16px;
}

.site-langs li:not(.active) {
    opacity: 0.65;
}

.site-langs li.active a {
    text-decoration: none;
}

@media (max-width: 764px) {
    main {
        margin-block-start: var(--size-600);
    }

    header details {
        display: block;
        text-align: center;
    }

    header > nav:not(nav nav) > ul,
    header > nav > hr,
    header > nav > .site-langs {
        display: none;
    }
}

main .inner-wrapper {
    padding-block: var(--size-1200);
}

.hero .inner-wrapper .flow {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.hero--title {
    display: grid;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    row-gap: 2rem;
    grid-template-rows: subgrid;
    grid-row: 1 / 4;
    grid-column: 1;
}

.hero .title-holder {
    display: grid;
    grid-template-rows: 1fr 0.5fr 1fr;
    grid-template-columns: 1fr;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.hero--title .title-top {
    grid-row: 1 / 2;
}

.hero--title .title-bottom {
    grid-row: 3 / 4;
}

.hero--title span {
    font-size: var(--size-2000);
    font-family: var(--section-heading-font);
    line-height: 1.25;
    letter-spacing: -0.02em;
    font-weight: 700;
    padding: var(--size-600) var(--size-900);
    border-radius: 16px;
    text-align: center;
    position: relative;
    transform: scaleY(2);
}

.hero--time {
    font-size: var(--size-1500);
    font-family:
        "Segoe Print", "Bradley Hand", Chilanka, TSCu_Comic, casual, cursive;
    font-weight: normal;
    display: inline-block;
    transform: rotate(-7deg);
    padding-block-end: var(--size-800);
    grid-row: 2 / 3;
    position: relative;
    grid-column: 1;
    width: fit-content;
    place-content: center;
    margin-inline: auto;
}

.hero .date-range {
    width: 100%;
    text-align: center;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
    gap: var(--size-800);
}

.hero--time img {
    width: 100%;
    /* height: 100%; */
    position: absolute;
    top: 50%;
    left: -1.5rem;
    transform: translateY(-50%);
    z-index: -1;
}

.hero--subtitle {
    font-size: var(--size-1000);
    line-height: 1.25;
    letter-spacing: -0.02em;
    font-weight: 400;
    width: 100%;
    text-align: center;
    font-weight: 700;
}

.hero svg,
#cta svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cta svg {
    opacity: 0.1;
    transform: rotate(180deg);
}

.hero--content .hero--text .inner-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: space-between;
    justify-content: flex-start;
    background: var(--orange);
    gap: 0;
}

.hero--content p,
.bg-orange p,
#cta p {
    font-size: clamp(var(--size-700), var(--size-800), var(--size-1000));
    /*font-size: clamp(1.75rem, 1.9942rem + -1.0852vw, 0.2578125rem);*/
    line-height: 1.25;
    letter-spacing: -0.02em;
    font-weight: 400;
    width: 100%;
    font-family: var(--sub-heading-font);
}

.hero--content .btn--cta,
#cta .btn--cta,
section .btn--cta {
    font-size: clamp(var(--size-700), var(--size-800), var(--size-900));
    font-family: var(--body-font);
    font-weight: 900;
    text-transform: uppercase;
    margin-inline-start: 0;
}

ul.card-list {
    list-style: none;
    padding: 0;
    margin-block-start: var(--size-1200);
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    gap: 2rem;
}

ul.card-list li {
    border: 1px solid var(--charcoal);
    padding: var(--size-600);
    font-size: var(--size-400);
    background: var(--white);
}

ul.card-list li:nth-child(5n + 1) {
    grid-column: 2 / span 2;
}

ul.card-list li:nth-child(5n + 2) {
    grid-column: 4 / span 2;
}

ul.card-list li:nth-child(5n + 3) {
    grid-column: 1 / span 2;
}

ul.card-list li:nth-child(5n + 4) {
    grid-column: 3 / span 2;
}

ul.card-list li:nth-child(5n + 5) {
    grid-column: 5 / span 2;
}

ul.card-list li strong:first-of-type {
    display: block;
    font-size: var(--size-700);
    font-family: var(--content-heading-font);
    margin-block-end: var(--size-600);
}

footer .orgs img {
    width: auto;
    height: auto;
    /* max-width: 10rem; */
    max-height: 5ch;
}

footer .orgs {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
