@import "https://fonts.bunny.net/css?family=Nunito";
@media (min-width: 0px) {
    .responsive-test {
        color: red;
    }
}
@media (min-width: 480px) {
    .responsive-test {
        color: #00f;
    }
}
@media (min-width: 720px) {
    .responsive-test {
        color: #ff0;
    }
}
@media (min-width: 1024px) {
    .responsive-test {
        color: green;
    }
}
@media (min-width: 1366px) {
    .responsive-test {
        color: orange;
    }
}
@media (min-width: 1400px) {
    .responsive-test {
        color: #0ff;
    }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    font-family:
        Gill Sans,
        Gill Sans MT,
        Calibri,
        Trebuchet MS,
        sans-serif;
}
body {
    text-rendering: optimizeLegibility;
    background-color: #2a2a2f;
    font-size: 1.6rem;
    text-align: center;
}
main {
    min-height: calc(100vh - 10rem);
}
.content {
    flex-grow: 1;
}
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
button {
    all: unset;
    box-sizing: border-box;
}
input {
    box-sizing: border-box;
    width: 100%;
}
hr {
    border: 0.5px solid #f93121;
}
.section {
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
@media (min-width: 480px) {
    .section {
        padding-top: 7rem;
    }
}
@media (min-width: 720px) {
    .section {
        padding-top: 8rem;
    }
}
@media (min-width: 1024px) {
    .section {
        padding-top: 10rem;
    }
}
@media (min-width: 1366px) {
    .section {
        padding-top: 12rem;
    }
}
@media (min-width: 480px) {
    .section {
        padding-bottom: 7rem;
    }
}
@media (min-width: 720px) {
    .section {
        padding-bottom: 8rem;
    }
}
@media (min-width: 1024px) {
    .section {
        padding-bottom: 10rem;
    }
}
@media (min-width: 1366px) {
    .section {
        padding-bottom: 12rem;
    }
}
.section--push-top {
    padding-top: 0;
}
.section--push-bottom {
    padding-bottom: 0;
}
.masthead {
    padding-top: 6.4rem;
    padding-bottom: 8.2rem;
}
@media (min-width: 480px) {
    .masthead {
        padding-top: 7rem;
    }
}
@media (min-width: 720px) {
    .masthead {
        padding-top: 7rem;
    }
}
@media (min-width: 1024px) {
    .masthead {
        padding-top: 8rem;
    }
}
@media (min-width: 1366px) {
    .masthead {
        padding-top: 8rem;
    }
}
@media (min-width: 480px) {
    .masthead {
        padding-bottom: 9rem;
    }
}
@media (min-width: 720px) {
    .masthead {
        padding-bottom: 9rem;
    }
}
@media (min-width: 1024px) {
    .masthead {
        padding-bottom: 10rem;
    }
}
@media (min-width: 1366px) {
    .masthead {
        padding-bottom: 11rem;
    }
}
.canvas {
    background-color: #2a2a2f;
    color: #fff;
    border: 0.7rem SOLID #000;
    border-radius: 1rem;
    margin-bottom: 7rem;
}
@media (min-width: 480px) {
    .canvas {
        margin-bottom: 9rem;
    }
}
@media (min-width: 720px) {
    .canvas {
        margin-bottom: 10rem;
    }
}
@media (min-width: 1024px) {
    .canvas {
        margin-bottom: 11rem;
    }
}
@media (min-width: 1366px) {
    .canvas {
        margin-bottom: 12rem;
    }
}
.canvas__section {
    margin-top: 2rem;
    margin-bottom: 7rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
@media (min-width: 480px) {
    .canvas__section {
        margin-top: 3rem;
    }
}
@media (min-width: 720px) {
    .canvas__section {
        margin-top: 4rem;
    }
}
@media (min-width: 1024px) {
    .canvas__section {
        margin-top: 5rem;
    }
}
@media (min-width: 1366px) {
    .canvas__section {
        margin-top: 6rem;
    }
}
@media (min-width: 480px) {
    .canvas__section {
        margin-bottom: 9rem;
    }
}
@media (min-width: 720px) {
    .canvas__section {
        margin-bottom: 10rem;
    }
}
@media (min-width: 1024px) {
    .canvas__section {
        margin-bottom: 11rem;
    }
}
@media (min-width: 1366px) {
    .canvas__section {
        margin-bottom: 12rem;
    }
}
@media (min-width: 480px) {
    .canvas__section {
        padding-left: 3rem;
    }
}
@media (min-width: 720px) {
    .canvas__section {
        padding-left: 4rem;
    }
}
@media (min-width: 1024px) {
    .canvas__section {
        padding-left: 5rem;
    }
}
@media (min-width: 1366px) {
    .canvas__section {
        padding-left: 6rem;
    }
}
@media (min-width: 480px) {
    .canvas__section {
        padding-right: 3rem;
    }
}
@media (min-width: 720px) {
    .canvas__section {
        padding-right: 4rem;
    }
}
@media (min-width: 1024px) {
    .canvas__section {
        padding-right: 5rem;
    }
}
@media (min-width: 1366px) {
    .canvas__section {
        padding-right: 6rem;
    }
}
.canvas__section--push-edges {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.bg--black {
    background-color: #2a2a2f;
    color: #fff;
}
.container {
    width: 100%;
    max-width: 150rem;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
}
@media (min-width: 480px) {
    .container {
        padding-left: 3rem;
    }
}
@media (min-width: 720px) {
    .container {
        padding-left: 4rem;
    }
}
@media (min-width: 1024px) {
    .container {
        padding-left: 5rem;
    }
}
@media (min-width: 1366px) {
    .container {
        padding-left: 6rem;
    }
}
@media (min-width: 480px) {
    .container {
        padding-right: 3rem;
    }
}
@media (min-width: 720px) {
    .container {
        padding-right: 4rem;
    }
}
@media (min-width: 1024px) {
    .container {
        padding-right: 5rem;
    }
}
@media (min-width: 1366px) {
    .container {
        padding-right: 6rem;
    }
}
.container--fluid {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
@media (min-width: 480px) {
    .container--fluid {
        padding-left: 3rem;
    }
}
@media (min-width: 720px) {
    .container--fluid {
        padding-left: 4rem;
    }
}
@media (min-width: 1024px) {
    .container--fluid {
        padding-left: 5rem;
    }
}
@media (min-width: 1366px) {
    .container--fluid {
        padding-left: 6rem;
    }
}
@media (min-width: 480px) {
    .container--fluid {
        padding-right: 3rem;
    }
}
@media (min-width: 720px) {
    .container--fluid {
        padding-right: 4rem;
    }
}
@media (min-width: 1024px) {
    .container--fluid {
        padding-right: 5rem;
    }
}
@media (min-width: 1366px) {
    .container--fluid {
        padding-right: 6rem;
    }
}
.row {
    display: flex;
    flex-flow: wrap;
    position: relative;
    margin-bottom: 6rem;
}
@media (min-width: 1024px) {
    .row--reverse {
        flex-flow: row-reverse;
    }
}
.gap--0 > * {
    padding: 0;
}
.gap--0 {
    margin-left: 0;
    margin-right: 0;
}
.gap--1 > * {
    padding: 10px;
}
.gap--1 {
    margin-left: -10px;
    margin-right: -10px;
}
.gap--2 > * {
    padding: 20px;
}
.gap--2 {
    margin-left: -20px;
    margin-right: -20px;
}
.gap--3 > * {
    padding: 30px;
}
.gap--3 {
    margin-left: -30px;
    margin-right: -30px;
}
.justify--start {
    justify-content: start;
}
.justify--end {
    justify-content: end;
}
.justify--center {
    justify-content: center;
}
.justify--space-between {
    justify-content: space-between;
}
.justify--space-around {
    justify-content: space-around;
}
@media (min-width: 0px) {
    .col-1-xs {
        box-sizing: border-box;
        flex-grow: 0;
        width: 8.3333333333%;
    }
    .col-2-xs {
        box-sizing: border-box;
        flex-grow: 0;
        width: 16.6666666667%;
    }
    .col-3-xs {
        box-sizing: border-box;
        flex-grow: 0;
        width: 25%;
    }
    .col-4-xs {
        box-sizing: border-box;
        flex-grow: 0;
        width: 33.3333333333%;
    }
    .col-5-xs {
        box-sizing: border-box;
        flex-grow: 0;
        width: 41.6666666667%;
    }
    .col-6-xs {
        box-sizing: border-box;
        flex-grow: 0;
        width: 50%;
    }
    .col-7-xs {
        box-sizing: border-box;
        flex-grow: 0;
        width: 58.3333333333%;
    }
    .col-8-xs {
        box-sizing: border-box;
        flex-grow: 0;
        width: 66.6666666667%;
    }
    .col-9-xs {
        box-sizing: border-box;
        flex-grow: 0;
        width: 75%;
    }
    .col-10-xs {
        box-sizing: border-box;
        flex-grow: 0;
        width: 83.3333333333%;
    }
    .col-11-xs {
        box-sizing: border-box;
        flex-grow: 0;
        width: 91.6666666667%;
    }
    .col-12-xs {
        box-sizing: border-box;
        flex-grow: 0;
        width: 100%;
    }
}
@media (min-width: 480px) {
    .col-1-sm {
        box-sizing: border-box;
        flex-grow: 0;
        width: 8.3333333333%;
    }
    .col-2-sm {
        box-sizing: border-box;
        flex-grow: 0;
        width: 16.6666666667%;
    }
    .col-3-sm {
        box-sizing: border-box;
        flex-grow: 0;
        width: 25%;
    }
    .col-4-sm {
        box-sizing: border-box;
        flex-grow: 0;
        width: 33.3333333333%;
    }
    .col-5-sm {
        box-sizing: border-box;
        flex-grow: 0;
        width: 41.6666666667%;
    }
    .col-6-sm {
        box-sizing: border-box;
        flex-grow: 0;
        width: 50%;
    }
    .col-7-sm {
        box-sizing: border-box;
        flex-grow: 0;
        width: 58.3333333333%;
    }
    .col-8-sm {
        box-sizing: border-box;
        flex-grow: 0;
        width: 66.6666666667%;
    }
    .col-9-sm {
        box-sizing: border-box;
        flex-grow: 0;
        width: 75%;
    }
    .col-10-sm {
        box-sizing: border-box;
        flex-grow: 0;
        width: 83.3333333333%;
    }
    .col-11-sm {
        box-sizing: border-box;
        flex-grow: 0;
        width: 91.6666666667%;
    }
    .col-12-sm {
        box-sizing: border-box;
        flex-grow: 0;
        width: 100%;
    }
}
@media (min-width: 720px) {
    .col-1-md {
        box-sizing: border-box;
        flex-grow: 0;
        width: 8.3333333333%;
    }
    .col-2-md {
        box-sizing: border-box;
        flex-grow: 0;
        width: 16.6666666667%;
    }
    .col-3-md {
        box-sizing: border-box;
        flex-grow: 0;
        width: 25%;
    }
    .col-4-md {
        box-sizing: border-box;
        flex-grow: 0;
        width: 33.3333333333%;
    }
    .col-5-md {
        box-sizing: border-box;
        flex-grow: 0;
        width: 41.6666666667%;
    }
    .col-6-md {
        box-sizing: border-box;
        flex-grow: 0;
        width: 50%;
    }
    .col-7-md {
        box-sizing: border-box;
        flex-grow: 0;
        width: 58.3333333333%;
    }
    .col-8-md {
        box-sizing: border-box;
        flex-grow: 0;
        width: 66.6666666667%;
    }
    .col-9-md {
        box-sizing: border-box;
        flex-grow: 0;
        width: 75%;
    }
    .col-10-md {
        box-sizing: border-box;
        flex-grow: 0;
        width: 83.3333333333%;
    }
    .col-11-md {
        box-sizing: border-box;
        flex-grow: 0;
        width: 91.6666666667%;
    }
    .col-12-md {
        box-sizing: border-box;
        flex-grow: 0;
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .col-1-lg {
        box-sizing: border-box;
        flex-grow: 0;
        width: 8.3333333333%;
    }
    .col-2-lg {
        box-sizing: border-box;
        flex-grow: 0;
        width: 16.6666666667%;
    }
    .col-3-lg {
        box-sizing: border-box;
        flex-grow: 0;
        width: 25%;
    }
    .col-4-lg {
        box-sizing: border-box;
        flex-grow: 0;
        width: 33.3333333333%;
    }
    .col-5-lg {
        box-sizing: border-box;
        flex-grow: 0;
        width: 41.6666666667%;
    }
    .col-6-lg {
        box-sizing: border-box;
        flex-grow: 0;
        width: 50%;
    }
    .col-7-lg {
        box-sizing: border-box;
        flex-grow: 0;
        width: 58.3333333333%;
    }
    .col-8-lg {
        box-sizing: border-box;
        flex-grow: 0;
        width: 66.6666666667%;
    }
    .col-9-lg {
        box-sizing: border-box;
        flex-grow: 0;
        width: 75%;
    }
    .col-10-lg {
        box-sizing: border-box;
        flex-grow: 0;
        width: 83.3333333333%;
    }
    .col-11-lg {
        box-sizing: border-box;
        flex-grow: 0;
        width: 91.6666666667%;
    }
    .col-12-lg {
        box-sizing: border-box;
        flex-grow: 0;
        width: 100%;
    }
}
@media (min-width: 1366px) {
    .col-1-xl {
        box-sizing: border-box;
        flex-grow: 0;
        width: 8.3333333333%;
    }
    .col-2-xl {
        box-sizing: border-box;
        flex-grow: 0;
        width: 16.6666666667%;
    }
    .col-3-xl {
        box-sizing: border-box;
        flex-grow: 0;
        width: 25%;
    }
    .col-4-xl {
        box-sizing: border-box;
        flex-grow: 0;
        width: 33.3333333333%;
    }
    .col-5-xl {
        box-sizing: border-box;
        flex-grow: 0;
        width: 41.6666666667%;
    }
    .col-6-xl {
        box-sizing: border-box;
        flex-grow: 0;
        width: 50%;
    }
    .col-7-xl {
        box-sizing: border-box;
        flex-grow: 0;
        width: 58.3333333333%;
    }
    .col-8-xl {
        box-sizing: border-box;
        flex-grow: 0;
        width: 66.6666666667%;
    }
    .col-9-xl {
        box-sizing: border-box;
        flex-grow: 0;
        width: 75%;
    }
    .col-10-xl {
        box-sizing: border-box;
        flex-grow: 0;
        width: 83.3333333333%;
    }
    .col-11-xl {
        box-sizing: border-box;
        flex-grow: 0;
        width: 91.6666666667%;
    }
    .col-12-xl {
        box-sizing: border-box;
        flex-grow: 0;
        width: 100%;
    }
}
body {
    font-family: soleil, sans-serif;
    color: #fff;
    line-height: 1.5;
    font-weight: 700;
    font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
}
.primary-heading {
    font-size: 5.5rem;
    font-family: program, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-style: normal;
    line-height: 0.9;
    text-shadow: 3px 3px 3px #000;
}
@media screen and (min-width: 480px) {
    .primary-heading {
        font-size: 8rem;
    }
}
@media screen and (min-width: 720px) {
    .primary-heading {
        font-size: 12rem;
    }
}
@media screen and (min-width: 1024px) {
    .primary-heading {
        font-size: 16rem;
    }
}
@media screen and (min-width: 1366px) {
    .primary-heading {
        font-size: 20rem;
    }
}
.secondary-heading {
    font-size: 5.5rem;
    margin-bottom: 3rem;
    font-family: program, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-style: normal;
    line-height: 1;
}
@media screen and (min-width: 480px) {
    .secondary-heading {
        font-size: 5.5rem;
    }
}
@media screen and (min-width: 720px) {
    .secondary-heading {
        font-size: 8rem;
    }
}
@media screen and (min-width: 1024px) {
    .secondary-heading {
        font-size: 8rem;
    }
}
@media screen and (min-width: 1366px) {
    .secondary-heading {
        font-size: 8rem;
    }
}
@media (min-width: 480px) {
    .secondary-heading {
        margin-bottom: 4rem;
    }
}
@media (min-width: 720px) {
    .secondary-heading {
        margin-bottom: 4rem;
    }
}
@media (min-width: 1024px) {
    .secondary-heading {
        margin-bottom: 4rem;
    }
}
@media (min-width: 1366px) {
    .secondary-heading {
        margin-bottom: 5rem;
    }
}
.tertiary-heading {
    font-size: 3.8rem;
    margin-bottom: 2rem;
    font-family: program, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
}
@media screen and (min-width: 480px) {
    .tertiary-heading {
        font-size: 3.8rem;
    }
}
@media screen and (min-width: 720px) {
    .tertiary-heading {
        font-size: 5.5rem;
    }
}
@media screen and (min-width: 1024px) {
    .tertiary-heading {
        font-size: 5.5rem;
    }
}
@media screen and (min-width: 1366px) {
    .tertiary-heading {
        font-size: 5.5rem;
    }
}
.tertiary-subheading {
    font-size: 3.2rem;
    margin-bottom: 2rem;
    font-family: program, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
}
@media screen and (min-width: 480px) {
    .tertiary-subheading {
        font-size: 3.2rem;
    }
}
@media screen and (min-width: 720px) {
    .tertiary-subheading {
        font-size: 3.8rem;
    }
}
@media screen and (min-width: 1024px) {
    .tertiary-subheading {
        font-size: 3.8rem;
    }
}
@media screen and (min-width: 1366px) {
    .tertiary-subheading {
        font-size: 3.8rem;
    }
}
.alt-heading {
    font-size: 3.8rem;
    margin-bottom: 0;
    font-family: program-narrow, sans-serif;
    letter-spacing: 1.1rem;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
}
@media screen and (min-width: 480px) {
    .alt-heading {
        font-size: 3.8rem;
    }
}
@media screen and (min-width: 720px) {
    .alt-heading {
        font-size: 5.5rem;
    }
}
@media screen and (min-width: 1024px) {
    .alt-heading {
        font-size: 5.5rem;
    }
}
@media screen and (min-width: 1366px) {
    .alt-heading {
        font-size: 5.5rem;
    }
}
.alt-subheading {
    font-size: 2.2rem;
    margin-bottom: 0;
    font-family: flood-std, sans-serif;
    font-weight: 400;
    letter-spacing: -0.18rem;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
}
@media screen and (min-width: 480px) {
    .alt-subheading {
        font-size: 2.2rem;
    }
}
@media screen and (min-width: 720px) {
    .alt-subheading {
        font-size: 2.2rem;
    }
}
@media screen and (min-width: 1024px) {
    .alt-subheading {
        font-size: 2.2rem;
    }
}
@media screen and (min-width: 1366px) {
    .alt-subheading {
        font-size: 2.2rem;
    }
}
.p-important {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    letter-spacing: -0.03em;
    font-family: program, sans-serif;
    font-weight: 500;
    line-height: 1.4;
}
@media screen and (min-width: 480px) {
    .p-important {
        font-size: 1.8rem;
    }
}
@media screen and (min-width: 720px) {
    .p-important {
        font-size: 2rem;
    }
}
@media screen and (min-width: 1024px) {
    .p-important {
        font-size: 2rem;
    }
}
@media screen and (min-width: 1366px) {
    .p-important {
        font-size: 2rem;
    }
}
@media (min-width: 480px) {
    .p-important {
        margin-bottom: 3rem;
    }
}
@media (min-width: 720px) {
    .p-important {
        margin-bottom: 3rem;
    }
}
@media (min-width: 1024px) {
    .p-important {
        margin-bottom: 4rem;
    }
}
@media (min-width: 1366px) {
    .p-important {
        margin-bottom: 5rem;
    }
}
.p-default {
    font-size: 1.6rem;
    font-family: Soleil;
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 2rem;
}
@media screen and (min-width: 480px) {
    .p-default {
        font-size: 1.6rem;
    }
}
@media screen and (min-width: 720px) {
    .p-default {
        font-size: 1.8rem;
    }
}
@media screen and (min-width: 1024px) {
    .p-default {
        font-size: 1.8rem;
    }
}
@media screen and (min-width: 1366px) {
    .p-default {
        font-size: 1.8rem;
    }
}
@media (min-width: 480px) {
    .p-default {
        margin-bottom: 3rem;
    }
}
@media (min-width: 720px) {
    .p-default {
        margin-bottom: 3rem;
    }
}
@media (min-width: 1024px) {
    .p-default {
        margin-bottom: 4rem;
    }
}
@media (min-width: 1366px) {
    .p-default {
        margin-bottom: 5rem;
    }
}
.menu__link {
    font-size: 3.8rem;
    margin-bottom: 2rem;
    font-family: program, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
}
@media screen and (min-width: 480px) {
    .menu__link {
        font-size: 3.8rem;
    }
}
@media screen and (min-width: 720px) {
    .menu__link {
        font-size: 5.5rem;
    }
}
@media screen and (min-width: 1024px) {
    .menu__link {
        font-size: 5.5rem;
    }
}
@media screen and (min-width: 1366px) {
    .menu__link {
        font-size: 5.5rem;
    }
}
#rich-text {
    overflow-wrap: break-word;
    color: #fff !important;
}
#rich-text h1,
#rich-text h2,
#rich-text h3,
#rich-text h4 {
    font-family: program, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
}
#rich-text p {
    font-family: soleil, sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
}
#rich-text a {
    color: #dd9e31 !important;
}
#rich-text a:hover {
    text-decoration: underline;
}
#rich-text h1 {
    font-size: 3.8rem;
    font-family: program, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: -0.03em;
}
@media screen and (min-width: 480px) {
    #rich-text h1 {
        font-size: 3.8rem;
    }
}
@media screen and (min-width: 720px) {
    #rich-text h1 {
        font-size: 5.5rem;
    }
}
@media screen and (min-width: 1024px) {
    #rich-text h1 {
        font-size: 5.5rem;
    }
}
@media screen and (min-width: 1366px) {
    #rich-text h1 {
        font-size: 5.5rem;
    }
}
#rich-text h2 {
    font-size: 3.2rem;
}
@media screen and (min-width: 480px) {
    #rich-text h2 {
        font-size: 3.2rem;
    }
}
@media screen and (min-width: 720px) {
    #rich-text h2 {
        font-size: 3.8rem;
    }
}
@media screen and (min-width: 1024px) {
    #rich-text h2 {
        font-size: 3.8rem;
    }
}
@media screen and (min-width: 1366px) {
    #rich-text h2 {
        font-size: 3.8rem;
    }
}
#rich-text h3 {
    font-size: 2.6rem;
}
@media screen and (min-width: 480px) {
    #rich-text h3 {
        font-size: 2.6rem;
    }
}
@media screen and (min-width: 720px) {
    #rich-text h3 {
        font-size: 3.2rem;
    }
}
@media screen and (min-width: 1024px) {
    #rich-text h3 {
        font-size: 3.2rem;
    }
}
@media screen and (min-width: 1366px) {
    #rich-text h3 {
        font-size: 3.2rem;
    }
}
#rich-text h4 {
    font-size: 2.6rem;
    letter-spacing: -0.03em;
}
@media screen and (min-width: 480px) {
    #rich-text h4 {
        font-size: 2.6rem;
    }
}
@media screen and (min-width: 720px) {
    #rich-text h4 {
        font-size: 3.2rem;
    }
}
@media screen and (min-width: 1024px) {
    #rich-text h4 {
        font-size: 3.2rem;
    }
}
@media screen and (min-width: 1366px) {
    #rich-text h4 {
        font-size: 3.2rem;
    }
}
#rich-text p {
    font-size: 1.6rem;
}
@media screen and (min-width: 480px) {
    #rich-text p {
        font-size: 1.6rem;
    }
}
@media screen and (min-width: 720px) {
    #rich-text p {
        font-size: 1.8rem;
    }
}
@media screen and (min-width: 1024px) {
    #rich-text p {
        font-size: 1.8rem;
    }
}
@media screen and (min-width: 1366px) {
    #rich-text p {
        font-size: 1.8rem;
    }
}
#rich-text p strong {
    font-weight: 600;
    letter-spacing: 0;
}
#rich-text ul {
    font-size: 1.6rem;
    font-family: soleil, sans-serif;
    font-weight: 200;
    letter-spacing: -0.03em;
    margin-left: 2rem;
}
@media screen and (min-width: 480px) {
    #rich-text ul {
        font-size: 1.6rem;
    }
}
@media screen and (min-width: 720px) {
    #rich-text ul {
        font-size: 1.8rem;
    }
}
@media screen and (min-width: 1024px) {
    #rich-text ul {
        font-size: 1.8rem;
    }
}
@media screen and (min-width: 1366px) {
    #rich-text ul {
        font-size: 1.8rem;
    }
}
#rich-text ol {
    font-size: 1.6rem;
    font-family: soleil, sans-serif;
    font-weight: 200;
    letter-spacing: -0.03em;
    margin-left: 2rem;
}
@media screen and (min-width: 480px) {
    #rich-text ol {
        font-size: 1.6rem;
    }
}
@media screen and (min-width: 720px) {
    #rich-text ol {
        font-size: 1.8rem;
    }
}
@media screen and (min-width: 1024px) {
    #rich-text ol {
        font-size: 1.8rem;
    }
}
@media screen and (min-width: 1366px) {
    #rich-text ol {
        font-size: 1.8rem;
    }
}
#rich-text li {
    margin-bottom: 0.6rem;
}
#rich-text blockquote {
    font-size: 1.8rem;
    letter-spacing: -0.03em;
    font-family: program, sans-serif;
    font-weight: 500;
    line-height: 1.4;
}
@media screen and (min-width: 480px) {
    #rich-text blockquote {
        font-size: 1.8rem;
    }
}
@media screen and (min-width: 720px) {
    #rich-text blockquote {
        font-size: 2rem;
    }
}
@media screen and (min-width: 1024px) {
    #rich-text blockquote {
        font-size: 2rem;
    }
}
@media screen and (min-width: 1366px) {
    #rich-text blockquote {
        font-size: 2rem;
    }
}
.menu__logo {
    display: none;
}
@media (min-width: 720px) {
    .menu__logo {
        display: inline-block;
    }
}
.menu__socials {
    display: none;
    flex-direction: column;
}
@media (min-width: 720px) {
    .menu__socials {
        display: flex;
    }
}
.menu__item {
    display: block;
}
.menu__toggle--close {
    cursor: pointer;
    position: relative;
    width: 5.3rem;
    height: 5.3rem;
    border: 0.4rem SOLID #000;
    border-radius: 0.7rem;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.menu__toggle-span {
    width: 2.9rem;
    height: 4.7px;
    border-radius: 0.7rem;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
}
.menu__toggle-span--1 {
    transform: translate(-50%, -50%) rotate(45deg);
}
.menu__toggle-span--2 {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.card {
    text-align: start;
    background-color: #fff;
    color: #000;
    border-radius: 1rem;
    border: 0.7rem SOLID #000;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.card__image {
    background-color: #000;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    border-bottom: 0.7rem SOLID #000;
    overflow: hidden;
}
.card__image--borderless {
    border-bottom: none;
}
.card__image--ticket {
    padding-bottom: 100%;
}
@media (min-width: 1024px) {
    .card__image--ticket {
        height: 100%;
        border-left: 0.7rem SOLID #000;
        border-bottom: none;
    }
}
.card__content {
    padding: 2rem 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
}
@media (min-width: 720px) {
    .card__content {
        padding: 3rem;
    }
}
.btn--black,
.btn--white,
.btn {
    font-family: program-narrow, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.2rem;
    letter-spacing: 0.2em;
    border-radius: 0.6rem;
    padding: 1.2rem 2rem 1rem;
    line-height: 1;
    border: 0.2rem SOLID #000;
    display: inline-block;
    cursor: pointer;
    transition: all 0.35s ease;
    background-color: transparent;
}
.raise:hover,
.raise:focus {
    box-shadow: 0 0.5em 0.5em -0.4em #ffffff80;
    transform: translateY(-0.25em);
}
.btn--test {
    transition: all 0.5s ease;
    color: #fff;
    border: 3px solid white;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    font-size: 17px;
    background-color: transparent;
    padding: 10px;
    outline: none;
    border-radius: 4px;
}
.btn--test:hover {
    color: #001f3f;
    background-color: #fff;
}
.btn--white {
    background: #ffffff;
    color: #000;
}
.btn--white:hover {
    color: #fff;
    background-color: #000;
}
.btn--black {
    background: #000;
    color: #fff;
}
.locale {
    margin-bottom: 2rem;
}
.locale__input {
    font-family: program-narrow, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.2rem;
    letter-spacing: 0.2em;
    width: 100%;
    height: 45px;
    padding: 1.2rem 2rem 1rem;
    background: #ffffff;
    border-radius: 6px;
    border: 0.2rem SOLID #000;
    color: #000;
}
.locale__input::placeholder {
    color: #000;
}
.locale__textarea {
    font-family: program-narrow, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.2rem;
    letter-spacing: 0.2em;
    width: 100%;
    padding: 1.2rem 2rem 1rem;
    background: #ffffff;
    border-radius: 6px;
    border: 0.2rem SOLID #000;
    color: #000;
}
.locale__textarea::placeholder {
    color: #000;
}
.locale__select {
    font-family: program-narrow, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.2rem;
    letter-spacing: 0.3rem;
    width: 100%;
    height: 4.5rem;
    line-height: 4.5rem;
    padding: 0 1.2rem;
    background: #ffffff;
    border-radius: 6px;
    border: 0.2rem SOLID #000;
    color: #000;
}
.accordion {
    border-top: 0.1rem SOLID white;
}
.accordion__title {
    position: relative;
    padding-right: 20%;
    transition: all 0.2s ease-in-out;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 0;
    cursor: pointer;
}
.accordion__title:after {
    content: "";
    position: absolute;
    background-image: url(/build/assets/arrow.0004f1fb.svg);
    background-size: 23px 19px;
    height: 19px;
    width: 23px;
    top: 23px;
    right: 20px;
}
.accordion__title.open:after {
    display: inline-flex;
    content: "";
    position: absolute;
    background-image: url(/build/assets/arrow.0004f1fb.svg);
    background-size: 23px 19px;
    height: 19px;
    width: 23px;
    top: 20px;
    right: 20px;
    transform: rotate(180deg);
}
.accordion__content {
    padding-right: 20%;
    display: none;
}
.gallery__image-wrapper {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
    border-radius: 1rem;
    border: 0.7rem SOLID black;
    overflow: hidden;
}
.gallery__image-wrapper img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all 0.2s ease-in;
}
.gallery__image-wrapper img:hover {
    filter: brightness(0.6);
}
.lightbox {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    display: none;
    text-align: center;
    padding: 10rem 0;
}
.lightbox img {
    max-width: 90rem;
    width: 100%;
    border: 0.7rem SOLID black;
    border-radius: 1rem;
    overflow: hidden;
}
.trees-gallery {
    width: 100%;
}
.trees-gallery ul {
    display: flex;
    flex-flow: wrap;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    list-style-type: none;
}
@media (min-width: 720px) {
    .trees-gallery ul {
        margin-left: -20px;
        margin-right: -20px;
    }
}
.trees-gallery li {
    width: 100%;
    padding: 10px;
}
@media (min-width: 720px) {
    .trees-gallery li {
        width: 50%;
    }
}
@media (min-width: 1024px) {
    .trees-gallery li {
        width: 33.3333333333%;
        padding: 20px;
    }
}
.trees-gallery ul li a {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    display: block;
    border: 7px SOLID black;
    border-radius: 5px;
    overflow: hidden;
}
.trees-gallery ul li a img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    display: block;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.trees-gallery ul li a:hover {
    opacity: 0.9;
}
.trees-lightbox {
    z-index: 999999;
}
.gallery-container {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    position: fixed;
    z-index: 999998;
    top: 0;
    left: 0;
    display: none;
}
.gallery-modal {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.gallery-container .left-arrow,
.gallery-container .right-arrow,
.gallery-container .close-icon {
    position: absolute;
    color: #fff;
    top: 50%;
    line-height: 0;
    left: 20px;
    font-size: 4vw;
    font-weight: 300;
    font-family: sans-serif;
    cursor: pointer;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-container .right-arrow {
    right: 0px;
    left: auto;
}
.gallery-container .left-arrow {
    left: 0px;
    right: auto;
}
@media (min-width: 720px) {
    .gallery-container .right-arrow {
        right: 20px;
        left: auto;
    }
    .gallery-container .left-arrow {
        left: 20px;
        right: auto;
    }
}
.gallery-container .close-icon {
    top: 20px;
    right: 20px;
    left: auto;
    font-size: 3vw;
}
.trees-lightbox img {
    max-width: 80%;
    max-height: 80%;
    height: auto;
    width: auto;
    margin: auto;
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 7px SOLID black;
    border-radius: 5px;
}
.tabs {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: 6rem;
    list-style: none;
}
.tab {
    font-family: program-narrow, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.2rem;
    letter-spacing: 0.2em;
    border-radius: 0.6rem;
    padding: 1.2rem 2rem 1rem;
    line-height: 1;
    border: 0.2rem SOLID #000;
    display: inline-block;
    cursor: pointer;
    transition: all 0.35s ease;
    background-color: #fff;
    color: #000;
    margin: 0.8rem;
}
@media (min-width: 1024px) {
    .tab {
        margin: 0 2rem;
    }
}
.tab.selected {
    background-color: #000;
    color: #fff;
    border: 0.2rem SOLID #000;
}
.map {
    width: 100%;
    padding-bottom: 87.5%;
    position: relative;
    border-radius: 1rem;
    border: 0.7rem SOLID black;
    overflow: hidden;
}
.map__iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.spotify {
    min-height: 3.7rem;
    background-color: #fff;
    color: #000;
    padding: 0.5rem 1.5rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 500;
}
.spotify__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.spotify__message {
    display: flex;
    align-items: center;
}
.spotify__icon {
    height: 2.7rem;
    flex-shrink: 0;
}
.spotify__close {
    flex-shrink: 0;
}
.spotify-extended-message {
    display: none;
}
@media (min-width: 1024px) {
    .spotify-extended-message {
        display: inline-block;
    }
}
.faqs__filter {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    margin-bottom: 6rem;
}
.faqs__filter-btn {
    margin: 0.8rem;
}
@media (min-width: 1024px) {
    .faqs__filter-btn {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 2rem;
    }
}
.faqs__content {
    text-align: start;
}
.faqs__section {
    margin-bottom: 4rem;
    padding-top: 2rem;
}
.social {
    margin-bottom: 4.5rem;
}
.social--horizontal {
    display: flex;
    justify-content: start;
}
.social--horizontal .social__link {
    margin: 0 1rem;
}
.social--vertical .social__link {
    margin-bottom: 2rem;
}
.social__icon {
    width: 3.6rem;
    height: 3.6rem;
}
@media (min-width: 1024px) {
    .social__icon {
        width: 4.8rem;
        height: 4.8rem;
    }
}
.footer {
    background-color: #2a2a2f;
    padding: 8.4rem 0;
}
.footer__logo {
    width: 100%;
    max-width: 25rem;
}
@media (min-width: 1024px) {
    .footer__logo {
        max-width: 38.3rem;
    }
}
.footer__socials {
    display: flex;
    justify-content: center;
}
.pad {
    padding: 2rem;
}
@media (min-width: 480px) {
    .pad {
        padding: 3rem;
    }
}
@media (min-width: 720px) {
    .pad {
        padding: 4rem;
    }
}
@media (min-width: 1024px) {
    .pad {
        padding: 5rem;
    }
}
@media (min-width: 1366px) {
    .pad {
        padding: 6rem;
    }
}
.pad--lg {
    padding-top: 7rem;
    padding-bottom: 7rem;
}
@media (min-width: 480px) {
    .pad--lg {
        padding-top: 9rem;
    }
}
@media (min-width: 720px) {
    .pad--lg {
        padding-top: 10rem;
    }
}
@media (min-width: 1024px) {
    .pad--lg {
        padding-top: 11rem;
    }
}
@media (min-width: 1366px) {
    .pad--lg {
        padding-top: 12rem;
    }
}
@media (min-width: 480px) {
    .pad--lg {
        padding-bottom: 9rem;
    }
}
@media (min-width: 720px) {
    .pad--lg {
        padding-bottom: 10rem;
    }
}
@media (min-width: 1024px) {
    .pad--lg {
        padding-bottom: 11rem;
    }
}
@media (min-width: 1366px) {
    .pad--lg {
        padding-bottom: 12rem;
    }
}
.artwork {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
.poster {
    width: 100%;
    height: auto;
    border-bottom: 0.7rem SOLID #000;
}
.video {
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    border-bottom: 0.7rem SOLID #000;
    background-color: #000;
}
.video__iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.image-wrapper {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    border-radius: 1rem;
    border: 0.7rem SOLID black;
    overflow: hidden;
}
.image {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
}
.sticky {
    position: sticky;
    top: 4.5rem;
}


/*** 2025 tickets layout **/
.canvas.canvas--payment .col-6-lg:nth-child(1) {
    padding-right: 20px;
}
@media screen and (max-width: 1023px) {
    .canvas.canvas--payment .col-6-lg:nth-child(1) {
        padding-right: 0;
        padding-bottom: 4rem;
    }
}

.canvas.canvas--payment .col-6-lg:nth-child(2) {
    padding-left: 20px;
}
@media screen and (max-width: 1023px) {
    .canvas.canvas--payment .col-6-lg:nth-child(2) {
        padding-left: 0;
    }
}

.ticket__block {
    position: relative;
    display: block;
    height: 480px;
    margin-bottom: 2rem;
    border: .7rem SOLID #000;
    border-radius: 1rem;
}

.ticket__block img {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ticket__block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.ticket__block-content {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 20px;
}

.ticket__box-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 480px;
    margin-bottom: 2rem;
    border: .7rem SOLID #000;
    border-radius: 1rem;
}
@media screen and (max-width: 767px) {
    .ticket__box-wrapper {
        grid-template-columns: repeat(1, 1fr);
        height: auto;
    }
}

.ticket__box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}
@media screen and (max-width: 767px) {
    .ticket__box {
        min-height: 250px;
    }
}

.ticket__box > img {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ticket__box:after {
    content: '';
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.ticket__box > *:not(img) {
    z-index: 2;
    position: relative;
}

.ticket__box-1 {
    border-right: .7rem SOLID #000;
    border-bottom: .7rem SOLID #000;
}
@media screen and (max-width: 767px) {
    .ticket__box-1 {
        border-right: 0;
    }
}

.ticket__box-2 {
    border-bottom: .7rem SOLID #000;
}
.ticket__box-3 {
    border-right: .7rem SOLID #000;
}
@media screen and (max-width: 767px) {
    .ticket__box-3 {
        border-right: 0;
    }
}

