#startups {
    background-color: #0B1128;

    .desktop-only {
        @media (max-width: 960px) {
            display: none !important;
        }
    }
    .mobile-only {
        @media (min-width: 960px) {
            display: none !important;
        }
    }
    .header {
        padding: 170px 0 30px;
        position: relative;
        overflow: hidden;
        background: 
            linear-gradient(180deg, rgba(11, 17, 40, 0) 22.18%, #0B1128 92.88%),
            radial-gradient(68.66% 38.94% at 50% 26.04%, #391B97 0%, rgba(11, 17, 40, 0) 100%),
            radial-gradient(68.59% 31.02% at 50% 9.39%, #5025DC 0%, rgba(11, 17, 40, 0) 100%);

        @media (max-width: 960px) {
            padding: 160px 20px 0;
        }
        &:before {
            content: "";
            display: block;
            width: 2000px;
            height: 700px;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            margin: auto;
            background-image: url('../../assets/images/world-cup-texture.png');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center top;
        }
        h1 {
            font-family: var(--primary-font);
            font-weight: 700;
            font-size: 110px;
            line-height: 100%;
            letter-spacing: 0%;
            text-transform: uppercase;
            margin: 32px 0 0;

            @media (max-width: 960px) {
                font-size: 50px;
                margin: 16px 0 0;
            }
        }
        p {
            font-family: var(--secondary-font);
            font-weight: 500;
            font-size: 24px;
            line-height: 140%;
            letter-spacing: -1%;
            margin: 0 auto 24px;
            max-width: 1072px;

            @media (max-width: 960px) {
                font-size: 18px;
            }
        }
        img {
            width: 80px;
            height: auto;

            @media (max-width: 960px) {
                width: 52px;
            }
        }
        img.back {
            height: 100%;
            width: auto;
            position: absolute;
            top: 0; 
            right: -100px;
            z-index: 0;
            object-fit: cover;
            opacity: 0.55;

            @media (max-width: 960px) {
                height: 70%;
                top: 90px;
                right: -150px;
            }
        }
        .container {
            z-index: 2;
            position: relative;
        }
        a {
            padding: 20px 0;
            width: 256px;
            display: inline-block;
            color: var(--primary-color);
            font-weight: 700;
            font-size: 16px;
            line-height: 140%;
            letter-spacing: 4%;
            text-transform: uppercase;
            text-decoration: none;
            border-radius: 8px;
            margin: 0 12px;

            @media (max-width: 960px) {
                width: 100%;
                margin: 0 0 12px;
            }
            &.full {
                background: linear-gradient(95.8deg, #D3FF00 31.59%, #AAFF00 99.9%);
                border: 1px solid #D3FF00;
                color: var(--main-color);
            }
            &.outline {
                border: 1px solid #D3FF00;
                color: var(--white-color);
            }
        }
    }
    .sub-header {
        p {
            font-weight: 500;
            font-size: 20px;
            line-height: 160%;
            letter-spacing: 2%;
            text-transform: uppercase;
            margin-bottom: 24px;

            @media (max-width: 960px) {
                font-size: 16px;
                margin-bottom: 16px;
            }
        }
        .divider {
            width: 100%;
            max-width: 1280px;
            height: auto;

            @media (max-width: 960px) {
                height: 60px;
            }
        }
        .logos img {
            height: 45px;
            width: auto;
            display: inline-flex;
            margin: 0 16px;

            @media (max-width: 960px) {
                height: 25px;
                margin: 0 4px;
            }
        }
        .count-down {
            margin-top: 60px;
            font-weight: 500;
            text-transform: uppercase;
            color: #7D75FF;
            display: flex;
            align-items: center;
            align-content: center;
            justify-content: center;

            @media (max-width: 960px) {
                margin-top: 20px;
                flex-direction: column;
            }
            div, span {
                font-size: 20px;
                line-height: 160%;
                letter-spacing: 2%;
                text-align: center;
                text-shadow: 1px 1px 3px rgba(125, 117, 255, 1);

                @media (max-width: 960px) {
                    font-size: 14px;
                }
            }
            span {
                margin: 0 6px;
                border-bottom: 1px solid;

                @media (max-width: 960px) {
                    margin: 0 4px;
                }
            }
            i {
                font-style: normal;
                margin-left: 100px;

                @media (max-width: 960px) {
                    margin-left: 6px;
                }
            }
        }
    }
    .prize {
        background:
            url('../../assets/images/halftone-peak.png'),
            linear-gradient(270deg, #8711C1 0%, #2472FC 100%),
            linear-gradient(0deg, rgba(94, 54, 245, 0) -70.57%, #021154 87.65%);
        background-repeat:
            no-repeat,
            no-repeat,
            no-repeat;
        background-position:
            left bottom,
            center,
            center;
        background-size:
            990px,
            cover,
            cover;
        padding: 56px 0;
        background-blend-mode: color;

        @media (max-width: 960px) {
            padding: 32px 20px;
        }
        h2 {
            font-family: Zuume;
            font-weight: 700;
            font-size: 65px;
            line-height: 100%;
            letter-spacing: 0%;
            text-align: center;
            text-transform: uppercase;
            color: var(--white-color);

            @media (max-width: 960px) {
                font-size: 45px;
            }
        }
        .prize-item {
            margin-bottom: 24px;
            position: relative;

            @media (max-width: 960px) {
                margin-bottom: 8px;
            }
            &:before {
                content: "";
                display: block;
                width: 300px;
                height: 28px;
                position: absolute;
                top: -14px;
                right: 0;
                left: 0;
                margin: auto;
                background-image: url('../../assets/images/world-cup-glow.png');
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
            }
            div {
                background: radial-gradient(60.91% 62.37% at 47.74% 108.87%, #24147C 0%, #0B1128 100%);
                border: 2px solid #7B6EF0;
                padding: 40px 24px;
                border-radius: 24px;
                height: 100%;
                box-shadow: 0px -4px 8px 0px #5542DF1C;
                box-shadow: 0px -15px 15px 0px #5542DF1A;
                box-shadow: 0px -34px 21px 0px #5542DF0F;
                box-shadow: 0px -61px 24px 0px #5542DF05;
                box-shadow: 0px -95px 27px 0px #5542DF00;
                color: var(--white-color);
                font-weight: 700;
                font-size: 24px;
                line-height: 140%;
                letter-spacing: -1%;
                text-align: center;
                align-content: center;

                @media (max-width: 960px) {
                    padding: 24px 16px;
                    border-radius: 16px;
                    font-size: 16px;
                }
            }
        }
    }
    .how-to-join {
        padding: 62px 0;
        color: var(--white-color);
        background: radial-gradient(40.79% 104.94% at 52.63% -68.02%, #6750FF 0%, rgba(24, 11, 76, 0) 100%);
        position: relative;

        @media (max-width: 960px) {
            padding: 32px 20px;
        }
        .subtitle::after {
            margin-bottom: 0 !important;
        }
        &:before {
            content: "";
            display: block;
            width: 2000px;
            height: 300px;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            margin: auto;
            background-image: url('../../assets/images/world-cup-texture.png');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center top;
        }
        h2 {
            font-family: Zuume;
            font-weight: 700;
            font-size: 65px;
            line-height: 100%;
            letter-spacing: 0%;
            text-align: center;
            text-transform: uppercase;

            @media (max-width: 960px) {
                font-size: 45px;
            }
        }
        .mini-title {
            font-weight: 500;
            font-size: 20px;
            line-height: 140%;
            letter-spacing: 0%;
            color: #C2C3C9;
            padding-bottom: 8px;
            border-bottom: 1px solid #C2C3C9;

            @media (max-width: 960px) {
                font-size: 16px;
            }
        }
        .method {
            padding-top: 90px;

            @media (max-width: 960px) {
                padding-top: 45px;
            }
            &.complete {
                .passes {
                    font-weight: 500;
                    font-size: 20px;
                    line-height: 140%;
                    letter-spacing: -1%;
                    font-style: italic;
                    color: #9C9FFF;
                    padding-top: 30px;
                }
                .main-img {
                    filter: grayscale(1);
                    border-color: #484D5E;
                    position: relative;
                    overflow: hidden;

                    &:after {
                        display: block;
                        content: "completed";
                        position: absolute;
                        background-color: #484D5E;
                        font-weight: 700;
                        font-size: 16px;
                        line-height: 140%;
                        letter-spacing: 4%;
                        text-transform: uppercase;
                        top: 18px;
                        right: -38px;
                        padding: 4px 40px;
                        transform: rotate(30deg);
                    }
                }
                h3 {
                    span {
                        text-decoration: line-through;
                    }
                    div {
                        background-color: #484D5E;
                        font-family: var(--secondary-font);
                        font-weight: 700;
                        font-size: 20px;
                        line-height: 140%;
                        letter-spacing: 4%;
                        text-transform: uppercase;
                        padding: 8px 16px;
                        border-radius: 24px;
                        width: fit-content;
                        position: relative;
                        top: -10px;
                        left: 10px;

                        @media (max-width: 960px) {
                            font-size: 12px;
                            padding: 4px 8px;
                            border-radius: 12px;
                        }
                    }
                }
            }
            .hoster-data {
                display: flex;
                align-items: center;
                margin-top: 16px;

                img {
                    width: 72px;
                    height: fit-content;
                    margin-right: 24px;
                    border-radius: 16px;
                }
                div {
                    font-weight: 700;
                    font-size: 28px;
                    line-height: 140%;
                    letter-spacing: 0%;

                    @media (max-width: 960px) {
                        font-size: 20px;
                    }
                }
                span {
                    font-weight: 500;
                    font-size: 20px;
                    line-height: 140%;
                    letter-spacing: 0%;
                    color:#C2C3C9;
                    display: block;

                    @media (max-width: 960px) {
                        font-size: 14px;
                    }
                }
            }
            .date {
                display: flex;
                align-items: center;

                @media (max-width: 960px) {
                    margin-top: 24px;
                }
                .day {
                    font-weight: 700;
                    font-size: 28px;
                    line-height: 140%;
                    letter-spacing: 0%;

                    @media (max-width: 960px) {
                        font-size: 20px;
                    }
                    .hour {
                        font-weight: 700;
                        font-size: 20px;
                        line-height: 140%;
                        letter-spacing: 4%;
                        text-transform: uppercase;
                    }
                }
                .calendar {
                    display: flex;
                    flex-direction: column;
                    margin-right: 16px;
                    border: 1px solid #4225AE;
                    border-radius: 16px;
                    width: 88px;
                    text-align: center;
                    overflow: hidden;

                    @media (max-width: 960px) {
                        width: 56px;
                    }
                    .number {
                        font-weight: 500;
                        font-size: 32px;
                        line-height: 140%;
                        letter-spacing: 4%;
                        text-transform: uppercase;

                        @media (max-width: 960px) {
                            font-size: 20px;
                        }
                    }
                    .month {
                        font-weight: 700;
                        font-size: 16px;
                        line-height: 140%;
                        letter-spacing: 4%;
                        text-transform: uppercase;
                        color: var(--white-color);
                        background-color: #4225AE;
                    }
                }
            }
            .above-title {
                font-weight: 700;
                font-size: 20px;
                line-height: 140%;
                letter-spacing: 4%;
                text-transform: uppercase;
            }
            .below-title {
                font-weight: 500;
                font-size: 24px;
                line-height: 140%;
                letter-spacing: -1%;

                @media (max-width: 960px) {
                    font-size: 16px;
                }
            }
            h3 {
                display: ruby;
                
                span {
                    font-family: var(--primary-font);
                    font-weight: 700;
                    font-size: 65px;
                    line-height: 100%;
                    letter-spacing: 0%;
                    text-transform: uppercase;
                    margin: 8px 0 0;
                
                    @media (max-width: 960px) {
                        font-size: 40px;
                    }
                }
            }
            .mini-title {
                margin-top: 24px;
            }
            .pitch p, 
            .qualifiers li {
                font-weight: 500;
                font-size: 24px;
                line-height: 140%;
                letter-spacing: -1%;
                color: var(--white-color);

                &::marker {
                    color: var(--white-color) !important;
                }
                @media (max-width: 960px) {
                    font-size: 16px;
                }
            }
            .pitch p,
            .qualifiers ul {
                margin-top: 16px;
            }
            .judges-container {
                display: flex;
                flex-wrap: wrap;

                .judge {
                    flex: 1 1 calc(50%);
                    box-sizing: border-box; 
                    display: flex;
                    font-weight: 700;
                    font-size: 24px;
                    line-height: 140%;
                    letter-spacing: -1%;
                    color: var(--white-color);
                    align-items: center;
                    margin-top: 16px;

                    @media (max-width: 960px) {
                        font-size: 16px;
                    }
                    span {
                        font-weight: 500;
                        font-size: 18px;
                        line-height: 140%;
                        letter-spacing: 0%;
                        display: block;
                        color: #C2C3C9;

                        @media (max-width: 960px) {
                            font-size: 12px;
                        }
                    }
                    img {
                        width: 56px;
                        height: 56px;
                        border-radius: 50%;
                        margin-right: 16px;

                        @media (max-width: 960px) {
                            width: 40px;
                            height: 40px;
                        }
                    }
                }
            }
            .buttons {
                margin-top: 24px;

                @media (max-width: 960px) {
                    display: flex;
                    justify-content: center;
                    gap: 16px;
                }
                a {
                    display: inline-flex;
                    font-weight: 700;
                    font-size: 24px;
                    line-height: 140%;
                    letter-spacing: 0%;
                    text-decoration: none;
                    color: #C2C3C9;
                    display: inline-flex;
                    align-items: center;
                    width: fit-content;
                    margin-right: 16px;

                    @media (max-width: 960px) {
                        font-size: 18px;
                        border: 1px solid #D3FF00 !important;
                        border-radius: 8px !important;
                        padding: 16px 0 !important;
                        box-sizing: border-box;
                        margin: 0;
                        width: 100%;
                        text-align: center;
                        display: inline;
                    }
                    &.filled {
                        background: linear-gradient(95.8deg, #D3FF00 31.59%, #AAFF00 99.9%);
                        border: 1px solid #D3FF00;
                        color: var(--main-color);
                        padding: 16px 44px;
                        border-radius: 16px;
                    }
                    img {
                        width: 16px;
                        height: 16px;
                        margin-left: 4px;
                        position: relative;
                        top: 4px;

                        @media (max-width: 960px) {
                            display: none;
                        }
                    }
                }
            }
            .main-img {
                position: relative;
                border: 2px solid #7B6EF0;
                border-radius: 24px;
                overflow: hidden;
                margin-bottom: 32px;
                
                &:before {
                    content: "";
                    display: block;
                    width: 300px;
                    height: 28px;
                    position: absolute;
                    top: -14px;
                    right: 0;
                    left: 0;
                    margin: auto;
                    background-image: url('../../assets/images/world-cup-glow.png');
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-position: center;
                }
            }
        }
    }
    .how-it-works {
        padding: 76px 0;

        @media (max-width: 960px) {
            padding: 56px 0 0;
        }
        .container-xl {
            max-width: 1440px;
        }
        h2 {
            font-family: Zuume;
            font-weight: 700;
            font-size: 65px;
            line-height: 100%;
            letter-spacing: 0%;
            text-align: center;
            text-transform: uppercase;

            @media (max-width: 960px) {
                font-size: 45px;
            }
        }
        .subtitle {
            font-weight: 500;
            font-size: 20px;
            line-height: 140%;
            letter-spacing: 0%;
            text-align: center;

            @media (max-width: 960px) {
                font-size: 16px;
            }
        }
        .col-md-3 {
            padding: 0 20px;
            z-index: 1;
            position: relative;
        }
        #wc-note {
            background: linear-gradient(180deg, #0B1128 16.18%, #382689 100%);
            font-weight: 500;
            font-size: 14px;
            line-height: 140%;
            letter-spacing: 0%;
            padding: 16px;
            border-radius: 8px;
            position: absolute;
            right: 0;
            top: 0;
            width: 269px;
            z-index: 99;
            opacity: 0;
            transition: opacity 0.25s ease;
            pointer-events: none;
            border: 1px solid #6750FF;
            box-shadow:
                0px 10px 20px 0px #00000040,
                0px 0px 6px 0px #6750FF inset,
                0px 0px 6px 0px #6750FF;

            @media (max-width: 960px) {
                width: calc(100% - 50px);
            }
        }
        .step {
            background: radial-gradient(60.91% 62.37% at 47.74% 108.87%, #24147C 0%, #1A2035 100%);
            border: 1px solid var(--Primary-Gray-700, rgba(72, 77, 94, 1));
            box-shadow: 0px 0px 4px 0px rgba(3, 6, 16, 1) inset;
            padding: 24px;
            border-radius: 24px;
            position: relative;
            z-index: 1;

            @media (max-width: 960px) {
                margin-bottom: 32px;
            }
            &:after {
                content: "";
                display: block;
                margin: auto;
                position: absolute;
                background-image: url('../../assets/images/world-cup-marker.png');
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                top: 0;
                bottom: 0;
                right: -40px;
                width: 50px;
                height: 50px;
                z-index: 2;

                @media (max-width: 960px) {
                    top: inherit;
                    bottom: -32px;
                    right: 0;
                    left: 0;
                    margin: auto;
                    transform: rotate(90deg);
                }
            }
            &.last-step {
                &:after {
                    display: none;
                }
                background:
                    radial-gradient(
                        circle at bottom left,
                        rgba(237, 233, 255, 0.5) 0%,
                        rgba(255, 105, 180, 0) 10%
                    ),
                    radial-gradient(
                        circle at bottom left,
                        rgba(56, 38, 137, 0.8) 0%,
                        rgba(255, 105, 180, 0) 50%
                    ),
                    radial-gradient(
                        circle at top right,
                        rgba(237, 233, 255, 0.5) 0%,
                        rgba(255, 105, 180, 0) 10%
                    ),
                    radial-gradient(
                        circle at top right,
                        rgba(56, 38, 137, 0.8) 0%,
                        rgba(255, 105, 180, 0) 50%
                    ),
                    /* Base blue background */
                    rgba(19, 3, 90, 1);
            }
            &.open {
                .collapse-btn:after {
                    transform: rotate(270deg);
                }
            }
            .collapse-btn {
                background-color: transparent;
                border: 0;
                font-weight: 500;
                font-size: 14px;
                line-height: 140%;
                letter-spacing: 0%;
                color: #C2C3C9;
                position: absolute;
                top: 24px;
                right: 24px;
                padding-right: 12px;

                @media (min-width: 960px) {
                    display: none;
                }
                &:after {
                    content: "";
                    display: block;
                    position: absolute;
                    top: 3px;
                    bottom: 0;
                    right: 0;
                    margin: auto;
                    width: 9px;
                    height: 9px;
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: contain;
                    background-image: url('../../assets/images/icon-grey-chevron.png');
                    transform: rotate(90deg);
                }
            }
            a {
                color: var(--secondary-color);
                font-weight: 700;
                font-size: 16px;
                line-height: 140%;
                letter-spacing: 0%;
                display: block;
                text-decoration: none;
            }
            .location {
                border-left: 1px solid var(--border-border-highlight, rgba(95, 55, 240, 1));
                background: rgba(11, 17, 40, 0.8);
                border-radius: 16px;
                padding: 14px 16px;
                margin-top: 8px;

                &.complete {
                    color: #C2C3C9;
                    
                    strong {
                        text-decoration: line-through;
                    }
                }
            }
            .head {
                .step-number {
                    font-weight: 700;
                    font-size: 16px;
                    line-height: 160%;
                    letter-spacing: 2%;
                    text-transform: uppercase;
                    color: var(--secondary-color);
                }
                h3 {
                    font-weight: 700;
                    font-size: 24px;
                    line-height: 120%;
                    letter-spacing: 0%;
                    margin: 14px 0;
                }
                .description {
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 140%;
                    letter-spacing: 0%;
                    color: #C2C3C9;
                    display: flex;
                    align-items: center;
                    position: relative;

                    @media (max-width: 960px) {
                        flex-direction: column;
                        align-items: start;
                    }
                    img {
                        width: 18px;
                        height: 18px;
                        margin-left: 4px;
                        cursor: pointer;
                    }
                }
            }
            .body {
                font-weight: 500;
                font-size: 16px;
                line-height: 140%;
                letter-spacing: 0%;
                padding-top: 16px;
                margin-top: 16px;
                border-top: 2px dashed rgba(72, 77, 94, 1);

                li::marker {
                    color: var(--white-color) !important;
                }
                strong {
                    margin-top: 8px;
                    display: block;
                }
                span {
                    font-size: 14px;
                    color: rgba(194, 195, 201, 1);
                    font-style: italic;
                }
                ul {
                    list-style-position: inside;
                    margin: 0;
                }
                ul, p {
                    margin: 8px 0;
                    padding-left: 12px;
                    border-left: 2px solid; /* base width and style */
                    border-image: linear-gradient(180deg, #C2C6FF -14.36%, #6750FF 100%) 1; /* gradient + slice */
                }
            }
            .foot {
                border-top: 2px dashed rgba(72, 77, 94, 1);
                padding-top: 16px;
                margin-top: 16px;
                text-align: center;

                a {
                    text-decoration: none;
                }
            }
        }
    }
}