* {
    margin: 0;
    box-sizing: border-box;
}
body {
    display: flex;
    flex-direction: column;
    background-color: rgb(0, 0, 0);
    width: 100vw;
}
@font-face {
    font-family: "HelveticaNeue LT 53 Ex";
    src: url("HelveticaNeueLT-Extended.woff2") format("woff2"),
        url("HelveticaNeueLT-Extended.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

video:hover {
    -webkit-filter: invert(1);
    filter: invert(1);
}

video {
    position: absolute;
    z-index: 11;
    top: 45%;
    left: 50%;
    width: 80%;
    height: 77%;
    object-fit: inherit;
    padding-bottom: 15px;

    transform: translate(-50%, -50%);
}
#socials {
    z-index: 10;
}
a img {
    position: relative;
    margin-right: 20px;
    width: 15px;
    left: 10px;
}
.klaviyo {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    bottom: 4%;
    width: 100vw;
    height: 100px;
}
.klaviyo-form-WhRiw8 {
    display: flex;
    z-index: 1;
    height: 20px;
    width: 100wv;
}
#holding {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    bottom: 0%;
    width: 100vw;
    height: 35px;
}

#mc_embed_signup {
    visibility: hidden;

    display: flex;
    flex-direction: column;
    align-content: space-around;
    justify-content: center;
    flex-wrap: wrap;

    position: absolute;
    height: 50px;
    z-index: 10;
    width: 100%;
    bottom: 10%;
    color: ghostwhite;
    background-color: rgb(8, 8, 8);
    font-family: "HelveticaNeue LT 53 Ex";
}

#mc_embed_signup .button {
    visibility: hidden;
    font-size: 12px;
    border: 1px solid ghostwhite;
    font-family: "HelveticaNeue LT 53 Ex";
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: 0.03em;
    color: #fff;
    background-color: #000;
    align-self: center;
    /* box-sizing: border-box; */
    height: 20px;
    line-height: 20px;
    padding: 0 18px;
    padding-bottom: 5px;
    display: inline-block;
    /* margin: 0; */
    /* transition: all 0.23s ease-in-out 0s; */
}
#mc_embed_signup input.email {
    visibility: hidden;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Verdana,
        sans-serif;
    font-size: 15px;
    border: 1px solid #abb0b2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #343434;
    background-color: #fff;
    box-sizing: border-box;
    height: 20px;
    padding: 0px 0.4em;
    display: inline-block;
    margin: 0;
    width: 350px;
    vertical-align: top;
    align-self: center;
}
#mc_embed_signup_scroll {
    visibility: hidden;

    padding-top: 5px;

    background-color: rgb(8, 8, 8);
}
#launchupdate {
    visibility: hidden;
    position: absolute;
    bottom: 1%;
    text-align: center;
    align-self: center;
    font-family: "HelveticaNeue LT 53 Ex";
    color: ghostwhite;
    z-index: 10;
    padding-bottom: 6px;
    font-size: 16px;
    letter-spacing: 0.96px;
}
input {
    visibility: hidden;

    justify-self: center;
    width: 300px;
    margin-left: 15px;
}
.clear {
    visibility: hidden;
    display: inline;
    font-family: "HelveticaNeue LT 53 Ex";
}
label {
    visibility: hidden;

    text-align: end;
}
@media screen and (max-width: 720px) {
    video {
        position: absolute;
        width: 85%;
        height: 75%;
        top: 42%;
    }
    #mc_embed_signup {
        visibility: hidden;

        flex-wrap: nowrap;
        align-content: center;
    }
    #mc_embed_signup_scroll {
        visibility: hidden;

        text-align: center;
        align-self: center;
    }
    #mc_embed_signup input.email {
        visibility: hidden;

        margin-bottom: 5px;
    }
    #mc_embed_signup .button {
        visibility: hidden;

        margin-top: 10px;

        margin-bottom: 5px;
    }
}
