body {
    overflow-x: hidden;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #fed336;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #000;
    text-decoration-color: #fed336;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #000;
    text-decoration-color: #fec703;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #fff;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #fed336;
    text-transform: uppercase;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #fed336;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6c101;
    color: #fff;
    background-color: #fec703;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #fed336;
    background-color: #fed336;
}

.btn-primary .badge {
    color: #fed336;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #fed336;
    border-radius: 6px;
    text-transform: uppercase;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    background-color: #fed336;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #f6c101;
    color: #000;
    background-color: #fec703;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #fed336;
    background-color: #fed336;
}

.btn-xl .badge {
    color: #fed336;
    background-color: #fff;
}

.navbar {
    border-color: transparent;
    background-color: #222;
}

.navbar .navbar-brand {
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #fed336;
}

.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus,
.navbar .navbar-brand:active,
.navbar .navbar-brand.active {
    color: #fec703;
}

.navbar-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50px;
    max-width: 250px;
    width: auto;
}

.btn-nav-cta {
    display: none;
    margin-left: 15px;
    padding: 10px 22px;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #222;
    background-color: #fed336;
}

.btn-nav-cta:hover,
.btn-nav-cta:focus {
    color: #222;
    background-color: #fec703;
}

@media(min-width:768px) {
    .navbar-logo {
        max-width: 300px;
    }
}

@media(min-width:992px) {
    .navbar-logo {
        max-width: 400px;
    }
}

.navbar .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar .navbar-toggle {
    border-color: #fed336;
    background-color: #fed336;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
    background-color: #fed336;
}

.navbar .nav .nav-item .nav-link {
    text-transform: uppercase;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.navbar .nav .nav-item .nav-link:hover,
.navbar .nav .nav-item .nav-link:focus {
    outline: 0;
    color: #fed336;
}

.navbar .navbar-nav>.active>a.nav-link {
    border-radius: 0;
    color: #fff;
    background-color: #fed336;
}

.navbar .navbar-nav>.active>a.nav-link:hover,
.navbar .navbar-nav>.active>a.nav-link:focus {
    color: #fff;
    background-color: #fec703;
}

@media(min-width:768px) {
    .navbar {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
    }

    .navbar .navbar-brand {
        font-size: 2em;
    }

    .navbar .navbar-nav>.active>a {
        border-radius: 3px;
    }
}

header {
    text-align: center;
    color: #fff;
    background-color: #000;
    min-height: 100vh;
}

header .intro-text {
    padding-top: 100px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    text-shadow: 1px 1px 10px #000000;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

header .container {
    height: 100%;
    position: relative;
}

header .logo {
    height: auto;
    width: 65%;
    max-width: 320px;
    margin: 0 auto 30px;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 150px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-size: 40px;
        line-height: 40px;
    }

    header .logo {
        width: 100%;
        max-width: 460px;
    }
}

header.hero-header {
    min-height: 0;
}

.hero-screen {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
}

.hero-screen-logo {
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background-color: #fff;
}

.hero-logo-footer {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    max-width: 90vw;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.hero-logo-caption {
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: clamp(12px, 2vw, 16px);
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    animation: hero-logo-caption-bounce 2.4s ease-in-out infinite;
}

@keyframes hero-logo-caption-bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-logo-caption {
        animation: none;
    }
}

.hero-logo-caption-rule {
    width: 2px;
    height: 24px;
    background-color: #000;
}

.hero-screen-info {
    position: relative;
}

.hero-info-rule {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 24px;
    background-color: #fff;
}

header.hero-header .hero-screen-info .container {
    display: flex;
    justify-content: flex-start;
}

.hero-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    padding: 0 20px clamp(24px, 6vh, 60px);
    margin-top: clamp(32px, 10vh, 100px);
    text-align: left;
}

.hero-logo-anchor {
    display: block;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    background: #fff;
    transform: translateY(-4vh);
}

.hero-logo-anchor svg {
    display: block;
    width: 100%;
    height: auto;
}

.hero-row {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: auto;
}

.hero-text {
    min-width: 320px;
}

.hero-description {
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: clamp(19px, 2.64vw, 23px);
    font-weight: 400;
    line-height: 1.6;
    max-width: 540px;
    margin: 0;
    text-transform: none;
    color: rgba(255, 255, 255, .72);
}

.hero-eyebrow {
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: clamp(13px, 1.6vw, 22px);
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #fed336;
    margin: clamp(24px, 6vh, 80px) 0 0;
}

.hero-lead-strong {
    font-size: clamp(64px, 16vw, 150px);
    font-weight: 900;
    line-height: .94;
    letter-spacing: -.025em;
    overflow-wrap: break-word;
    max-width: 800px;
    margin: 32px 0 28px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.hero-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
    padding: 26px 30px;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: clamp(20px, 2.6vw, 28px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 16px;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.hero-btn-icon {
    font-size: .85em;
    transition: transform .2s ease;
}

.hero-btn:hover .hero-btn-icon,
.hero-btn:focus .hero-btn-icon {
    transform: translateY(4px);
}

.hero-btn-primary {
    background-color: #fed336;
    border-color: #fed336;
    color: #000;
}

.hero-btn-primary:hover,
.hero-btn-primary:focus {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

.hero-meta {
    display: flex;
    flex-direction: column;
    gap: 26px;
    width: 100%;
}

.hero-meta-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 400px;
    padding: 26px 30px;
    border: 1px solid rgba(255, 255, 255, .85);
    border-radius: 16px;
    background-color: #000;
}

.meta-stripe {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    width: fit-content;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: clamp(20px, 2.6vw, 28px);
    line-height: 1;
    color: #fff;
}

.meta-stripe-icon {
    font-size: clamp(22px, 3.2vw, 30px);
    color: #fed336;
}

@media(min-width:768px) {
    .hero-row {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 40px;
    }

    .hero-text {
        flex: 1 1 560px;
    }

    .hero-meta {
        flex: 0 0 400px;
        justify-content: flex-end;
        margin-left: auto;
    }
}

section {
    padding: 50px 0 100px;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
}

@media(min-width:768px) {
    section {
        padding: 90px 0;
    }
}

.service-heading {
    margin: 15px 0;
}

/* Activities: sticky-background parallax scroller */
.activities-section {
    padding-top: 0;
    padding-bottom: 0;
}

.activities-scroller {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.activities-visual,
.activities-content {
    grid-column: 1;
    grid-row: 1;
}

.activities-visual {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
    background-color: #000;
}

.activities-bg-layer {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity .6s ease;
    will-change: opacity, transform;
}

.activities-bg-layer.is-active {
    opacity: 1;
}

.activities-visual-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,.55) 55%, rgba(0,0,0,.75) 100%);
}

.activities-fade-out {
    position: absolute;
    inset: 0;
    background-color: #fff;
    opacity: 0;
    transition: opacity .6s ease;
}

.activities-fade-out.is-active {
    opacity: 1;
}

.activities-content {
    position: relative;
    z-index: 1;
}

.activities-lead-spacer {
    height: 50vh;
}

.activities-trail-spacer {
    height: 35vh;
}

.activities-item {
    min-height: 65vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 30px 6vw;
    text-align: left;
}

.activities-item-inner {
    width: 100%;
    max-width: 560px;
}

.activities-item .service-heading {
    color: #fff;
    font-size: 2.75rem;
    margin-bottom: 20px;
}

.activities-item .text-muted {
    color: #fff !important;
    font-size: 1.125rem;
}

@media (prefers-reduced-motion: reduce) {
    .activities-bg-layer,
    .activities-fade-out {
        transition: none;
    }
}

@media (max-width: 767px) {
    .activities-item {
        justify-content: center;
        text-align: center;
        padding: 60px 24px;
    }

    .activities-item-inner {
        max-width: 100%;
    }

    .activities-item .service-heading {
        font-size: 2rem;
    }
}

.team-section-rule {
    display: block;
    width: 60px;
    height: 3px;
    margin: 0 auto 40px;
    border-radius: 2px;
    background-color: #fed336;
}

.team-organizers-heading {
    margin: 0 0 12px;
    font-size: 22px;
    color: #000;
}

.team-organizers-subtitle {
    max-width: 720px;
    margin: 0 auto 40px;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #777;
}

.organizers-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
}

.organizer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    text-align: center;
}

.organizer-photo-wrap {
    width: 88px;
    height: 88px;
    margin-bottom: 14px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f7f7f7;
}

.organizer-photo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: grayscale(1) contrast(1.05);
    transition: filter .3s ease;
}

.organizer:hover .organizer-photo,
.organizer:focus-within .organizer-photo {
    filter: grayscale(0);
}

.organizer-name {
    margin: 0 0 6px;
    font-size: 15px;
    color: #000;
}

.organizer-bio {
    margin: 0;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #777;
}

section#about {
    position: relative;
}

section#team {
    position: relative;
}

.team-bottom-rule {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 24px;
    background-color: #000;
}

section#signup {
    background-color: #000;
    position: relative;
}

section#signup .section-heading {
    color: #fff;
}

section#signup .signup-intro {
    text-align: left;
    margin-bottom: 40px;
}

section#signup .signup-intro .section-subheading {
    max-width: 640px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .75) !important;
}

@media(min-width:992px) {
    section#signup .signup-intro {
        margin-bottom: 0;
    }
}

section#signup .form-control,
section#signup .form-select {
    border-color: rgba(0, 0, 0, .08);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
}

section#signup select.form-select {
    height: 60px;
}

section#signup .mb-3 {
    margin-bottom: 25px;
}

section#signup .mb-3 input,
section#signup .mb-3 textarea {
    padding: 20px;
}

section#signup .mb-3 input.form-control {
    height: auto;
}

section#signup .mb-3 textarea.form-control {
    height: 190px;
}

section#signup .form-control:focus,
section#signup .form-select:focus {
    border-color: #fed336;
    box-shadow: none;
}

section#signup::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#signup:-moz-placeholder {
    text-transform: uppercase;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#signup::-moz-placeholder {
    text-transform: uppercase;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#signup:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#signup .text-danger {
    color: #e74c3c;
}

section#signup .text-success {
    color: #ffffff;
}

.signup-kicker {
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: clamp(13px, 1.6vw, 16px);
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #fed336;
    margin-bottom: 12px;
}

.signup-top-row {
    margin-bottom: 60px;
}

.signup-main-row {
    margin-bottom: 60px;
}

@media (max-width: 991.98px) {
    .payment-col {
        margin-top: 40px;
    }
}

.payment-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    max-width: 320px;
    margin: 0 auto;
    padding: 40px 30px;
    text-align: center;
    background-color: #fed336;
    border-radius: 16px;
}

.payment-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.payment-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 992px) {
    .payment-card {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 32px;
        max-width: 600px;
        text-align: left;
    }

    .payment-info {
        align-items: flex-start;
        text-align: left;
    }

    .payment-account {
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .payment-card {
        flex-direction: column;
        gap: 24px;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .payment-info {
        align-items: center;
        text-align: center;
    }

    .payment-account {
        align-items: center;
    }
}

.payment-title {
    margin: 0 0 4px;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.payment-subtitle {
    margin: 0 0 16px;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    color: rgba(0, 0, 0, .65);
}

.payment-price {
    margin: 0;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

.payment-qr {
    width: 160px;
    height: 160px;
    margin-bottom: 24px;
    border-radius: 8px;
}

.payment-account {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.payment-account-label {
    display: block;
    margin-bottom: 4px;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .55);
}

.payment-account-number {
    display: block;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.links-heading {
    margin: 0 0 10px;
    font-size: 22px;
    color: #fff;
}

.links-subtitle {
    margin: 0 0 30px;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, .72);
}

.links-heading--light {
    color: #000;
}

.links-subtitle--light {
    color: rgba(0, 0, 0, .65);
}

.page-content .payment-card {
    margin: 40px auto;
}

.page-content .links-heading {
    margin-top: 40px;
}

.success-row {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.success-text {
    flex: 1 1 auto;
    min-width: 0;
}

.success-payment {
    flex: 0 0 auto;
}

.success-payment .payment-card {
    margin: 0 auto;
}

@media (max-width: 767px) {
    .success-row {
        flex-direction: column;
    }
}

.link-arrow-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.link-arrow-row--inline {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px 40px;
}

/* Shared underline-arrow link style, used for the About section's social/history/event
   links and the Signup section's article links. Default colors suit a light background;
   add '--on-dark' when placed on a dark background. */
.link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    align-self: flex-start;
    text-decoration: none;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    border-bottom: 2px solid #fed336;
    padding-bottom: 2px;
}

.link-arrow-icon {
    font-size: 13px;
    color: #000;
}

.link-arrow-chevron {
    font-size: 12px;
    color: #000;
    transition: transform .2s ease;
}

.link-arrow:hover .link-arrow-chevron,
.link-arrow:focus .link-arrow-chevron {
    transform: translateX(4px);
}

.link-arrow--on-dark,
.link-arrow--on-dark:hover,
.link-arrow--on-dark:focus,
.link-arrow--on-dark .link-arrow-icon,
.link-arrow--on-dark .link-arrow-chevron {
    color: #fff;
}

footer {
    height: 545px;
    background-image: url("/img/mosaic.svg");
    background-repeat: repeat-x;
    background-position: center center;
}

ul.social-buttons {
    margin-top: 20px;
    margin-bottom: 10px;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #fed336;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fed336;
}

::selection {
    text-shadow: none;
    background: #fed336;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #fed336;
}

.participants-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    padding: 36px 28px;
    border-radius: 24px;
}

.participant-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 22px 11px 12px;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
}

.participant-chip.paid {
    background-color: #E3E9FF;
    border-color: #3661FE;
}

.participant-chip-icon {
    font-size: 14px;
    color: #3661FE;
}

.participant-chip-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background-color: #3661FE;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .participants-list {
        gap: 8px;
        padding: 20px 12px;
    }

    .participant-chip {
        width: calc(50% - 4px);
        min-width: 0;
        box-sizing: border-box;
        padding: 7px 10px;
        font-size: 12px;
    }

    .participant-chip-name {
        flex: 1 1 auto;
        min-width: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .participant-chip-number,
    .participant-chip-icon {
        display: none;
    }
}

.facebook-menu-item {
    color: #4267b2;
}

.signup-menu-item {
    color: #fed336;
}

/* Video files */

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  border-radius: 16px;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* About section */

.about-row {
    row-gap: 40px;
}

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

.about-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 28px;
    width: 100%;
    margin: 10px 0 30px;
    padding-right: 40px;
}

.about-stat {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.about-stat-icon {
    font-size: 18px;
    color: #fed336;
}

.about-stat-number {
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 3.4vw, 38px);
    line-height: 1;
    color: #000;
}

.about-stat-label {
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #777;
}

.about-mission {
    margin-top: 6px;
    padding: 16px 20px;
    border-left: 4px solid #fed336;
    background-color: rgba(254, 211, 54, .08);
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: #000;
}

.about-more-row {
    row-gap: 40px;
    margin-top: 50px;
}

.about-more-block {
    text-align: left;
}

.about-more-title {
    margin: 0 0 16px;
    font-size: 22px;
    color: #000;
}

.about-help-text {
    margin: 0 0 20px;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

/* Standalone content pages (e.g. articles) */

.page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px 50px;
  text-align: center;
  background-color: #000;
}

.page-header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  column-gap: 16px;
  width: 100%;
  max-width: 800px;
}

.page-header-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  grid-column: 1;
  justify-self: start;
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #fed336;
  text-decoration: none;
}

.page-header-back:hover,
.page-header-back:focus {
  color: #fec703;
}

.page-header-back-icon {
  font-size: 12px;
  transition: transform .2s ease;
}

.page-header-back:hover .page-header-back-icon,
.page-header-back:focus .page-header-back-icon {
  transform: translateX(-4px);
}

.page-header-logo {
  height: 72px;
  width: auto;
}

.page-content {
  padding-bottom: 80px;
  min-height: 60vh;
}

.page-content > .container {
  max-width: 800px;
  padding-top: 50px;
}

.page-content > .container.success-container {
  max-width: 960px;
}

.page-title {
  margin: 0 0 30px;
  font-size: 32px;
  color: #000;
}

.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  margin: 40px 0 16px;
  color: #000;
}

.page-content h2 { font-size: 26px; }
.page-content h3 { font-size: 22px; }
.page-content h4 { font-size: 18px; }
.page-content h5 { font-size: 16px; }
.page-content h6 { font-size: 15px; }
