body {
    background: #F2F7FB;
}

.landing {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    text-align: center;
    padding: 20px;
}
.landing.withEmail {
    position: relative;
}
#welcome-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    opacity: 0.95;
    z-index: 22;
}
#welcome {
    position: absolute;
    background: #1F2123;
    opacity: 1 !important;
    z-index: 23;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 25rem;
    padding-bottom: 7.8125rem;
}
#x {
    width: 100%;
    text-align: right;
    padding-top: 1.25rem;
    padding-right: 1.25rem;
}
#with-logo {
    margin-top: 5.8125rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #fff;
}
#welcome-heading {
    margin-top: 0.625rem;
    color: #fff;
    font-size: 1.875rem;
    font-weight: 600;
}
#welcome-body {
    margin-top: 0.9375rem;
    max-width: 14.375rem;
    font-size: 0.875rem;
    color: #fff;
    font-weight: 400;
}
#early-access {
    color: #09C583;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 100%;
}
#first {
    font-weight: 600;
    margin-top: 0.8125rem;
    font-size: 3.125rem;
    line-height: 3.25rem;
}
#join {
    font-weight: 400;
    margin-top: 0.75rem;
    font-size: 1.25rem;
    line-height: 100%;
}
#email-wrapper {
    margin-top: 1.4375rem;
    max-width: 36.875rem;
}
#email-wrapper input[name=email] {
    height: 3.125rem;
    padding: 0;
    padding-left: 1rem;
}
#carousel {
    margin-top: 3.5625rem;
    height: 38.75rem;
    position: relative;
    width: 100%;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    perspective: 62.5rem;
    overflow: visible;
}

.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    cursor: pointer;
    width: 3.125rem;
    height: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.carousel-nav.prev {
    left: 1.25rem;
}

.carousel-nav.next {
    right: 1.25rem;
}

.carousel-stage {
    position: relative;
    width: 100%;
    height: 37.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-item {
    position: absolute;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transform-origin: center center;
    background: transparent !important;
    border: none !important;
}

.c-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.c-item.active {
    width: 17.75rem;
    height: 37.5rem;
    z-index: 10;
    transform: translateX(0) scale(1);
    opacity: 1;
    box-shadow: none !important;
    filter: drop-shadow(0 0.625rem 1.25rem rgba(0, 0, 0, 0.25));
    background: transparent !important;
}

.c-item.prev-1, .c-item.next-1 {
    width: 11.375rem;
    height: 22.5rem;
    z-index: 5;
    opacity: 0.9;
    box-shadow: none !important;
    filter: blur(0.0625rem) drop-shadow(0 0.25rem 0.9375rem #818587B2);
    background: transparent !important;
}

.c-item.prev-1 {
    transform: translateX(-18.9375rem);
}

.c-item.next-1 {
    transform: translateX(18.9375rem);
}

.c-item.prev-2, .c-item.next-2 {
    width: 7.125rem;
    height: 15rem;
    z-index: 1;
    opacity: 0.4;
    filter: blur(0.125rem);
}

.c-item.prev-2 {
    transform: translateX(-30rem);
}

.c-item.next-2 {
    transform: translateX(30rem);
}

.c-item.hidden {
    transform: scale(0);
    opacity: 0;
    z-index: 0;
}

.info-bubble {
    position: absolute;
    bottom: 0.6rem;
    left: calc(50% + 18rem);
    transform: translateX(-50%);
    width: 100%;
    max-width: 41rem;
    text-align: center;
    height: 3.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
}

.info-content {
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: translateY(0.625rem);
    transition: all 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    pointer-events: none;
    border: 2px solid #10E89D;
    padding: 0.5rem 1rem;
    background: #fff;
}

.info-content.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition-delay: 0.3s;
}

.info-content span {
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.375rem;
    color: #333;
}

#badges {
    margin-top: 2.625rem;
    height: 8.75rem;
    margin-bottom: 4.5625rem;
    width: 23.75rem;
    border: 2px solid #10E89D;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#badges #badge-waitlist {
    color: #129869;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 140%;
}

#badge-info {
    margin-top: 0.3rem;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#badge-picture {
    margin-left: 0.6rem;
}

#badges #number {
    color: #1F2123;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 100%;
}

.arrow_up {
    position: absolute;
    top: -0.94rem;
    z-index: 30;
    width: 2.125rem;
    height: 1.3125rem;
    left: 1.3rem;
    transform: none;
}

@media (max-width: 48rem) {
    .info-content {
        position: relative;
        display: none;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        opacity: 0;
    }

    .info-content.active {
        display: flex;
        opacity: 1;
        transform: none;
    }

    .arrow_up {
        left: 50%;
        transform: translateX(-50%);
        top: -0.94rem;
    }

    .info-bubble {
        height: auto;
        min-height: 3rem;
    }
    #welcome {
        min-width: 20rem;
    }
    .landing {
        height: auto;
        min-height: 100vh;
        padding-top: 0rem;
        padding-bottom: 2.5rem;
        overflow-x: hidden;
    }

    #first {
        font-size: 2.2rem;
        line-height: 1.1;
        margin-top: 1rem;
        padding: 0 0.625rem;
    }

    #join {
        font-size: 1rem;
        padding: 0 1.25rem;
    }

    #email-wrapper {
        width: 100%;
        padding: 0 1.25rem;
        margin-top: 2rem;
    }

    #carousel {
        margin-top: 2rem;
        height: 28.125rem;
    }

    .carousel-stage {
        height: 25rem;
    }

    .c-item.active {
        width: 11.25rem;
        height: 23.75rem;
    }

    .c-item.prev-1, .c-item.next-1 {
        width: 7.1875rem;
        height: 14.375rem;
    }

    .c-item.prev-1 {
        transform: translateX(-8.4375rem);
    }

    .c-item.next-1 {
        transform: translateX(8.4375rem);
    }

    .c-item.prev-2, .c-item.next-2 {
        width: 4.375rem;
        height: 9.375rem;
    }

    .c-item.prev-2 {
        transform: translateX(-13.125rem);
    }

    .c-item.next-2 {
        transform: translateX(13.125rem);
    }

    .carousel-nav {
        width: 2.5rem;
        height: 2.5rem;
    }

    .carousel-nav.prev {
        left: 0.625rem;
    }

    .carousel-nav.next {
        right: 0.625rem;
    }

    .info-bubble {
        bottom: 0.4rem;
        width: 90%;
        left: 50%;
        height: auto;
    }

    .info-content span {
        font-size: 0.8rem;
        padding: 0.375rem 0.75rem;
    }

    #badges {
        height: auto;
        width: 100%;
        margin-top: 3rem;
        margin-bottom: 2rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

