.hidden {
    display: none;
}

.new-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* .banner {
    margin-top: 84px;
} */

.banner {
    position: fixed;
    top: 84px;
    left: 0;
    right: 0;
    z-index: 10;
    transition: all ease-in-out .3s;
}

.has-scrolled .banner {
    top: 0;
    right: 18%;
}


.temporary-home .new-hero {
    padding-top: 168px;
    transition: padding ease-in-out .3s;
}

.has-scrolled .temporary-home .new-hero {
    padding-top: 84px;
}

.temporary-home .new-hero .new-hero__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .temporary-home .new-hero .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url(<path-to-image>) lightgray -157.48px 0px / 172.662% 100% no-repeat;;
    background-color: black;
    opacity: 0.4;
} */
.temporary-home .new-hero .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background:
        linear-gradient(0deg, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0.40) 100%),
        url("<path-to-image>");

    background-position: -157.48px 0px;
    background-size: 172.662% 100%;
    background-repeat: no-repeat;
}

.temporary-home .new-hero .new-hero__content {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

.temporary-home .new-hero .new-hero__content h1 {
    color: #FFC10E;
    text-align: center;
    line-height: 0.9;
    text-transform: uppercase;
    font-weight: 900;
}

.temporary-home .new-hero .new-hero__content img {
    width: 74.51px;
    height: 64.489px;
    aspect-ratio: 74.51/64.49;
    margin: 0;
}

.temporary-home .new-hero .new-hero__content h1 .hero-text-small {
    font-size: 1.5rem;
}

.temporary-home .new-hero .new-hero__content h1 .hero-text-large {}

.temporary-home .new-hero picture {
    width: 100%;
    height: 405px;
}

.temporary-home .new-hero picture img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.new-intro .new-intro__wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}


.new-intro .new-intro__wrapper h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.36px;
}

.new-intro .new-intro__wrapper p {
    color: #222;

    font-family: Speedee;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1px;
}

.new-intro .new-intro__wrapper .c-bubbles {
    /* position: absolute;
    top: 0;
    left: -30px;
    right: 0;
    z-index: -1; */
    position: absolute;
    top: -149px;
    left: -109px;
    right: 0;
    z-index: -1;
}

.new-intro .new-hero__wrapper .c-bubbles .c-bubbles-tablet {
    display: none;
}

.new-intro .new-intro__wrapper .c-bubbles svg {
    width: 100%;
}

.temporary-home .new-jobs-search {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
}

.temporary-home .new-jobs-search .new-jobs-search__content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    text-align: center;
}

.temporary-home .new-jobs-search .new-jobs-search__content h3 {
    color: #000;
    text-align: center;
    font-family: Speedee;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.36px;
}

.temporary-home .new-jobs-search .new-jobs-search__content p {
    color: #000;
    text-align: center;

    font-family: Speedee;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1px;
}

.temporary-home .c-main-hero-search__wrapper {
    margin-top: 23% !important;
}


.banner {
    padding: 10px;
    background-color: #F7B440;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner p {
    color: #000;
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
    .new-container {
        padding: 60px 40px;
    }

    .temporary-home .new-hero {
        padding-top: 129px;
    }

    .has-scrolled .banner {
        right: 6rem;
    }

    .temporary-home .new-hero picture img {
        object-position: left;
    }

    .temporary-home .new-hero .new-hero__content img {
        width: 100px;
        height: 87px;
        aspect-ratio: 100/87;
    }

    .temporary-home .new-hero .new-hero__content h1 .hero-text-small {
        font-size: 37px;
    }

    .temporary-home .new-hero .new-hero__content h1 .hero-text-large {
        font-size: 80px;
    }

    .new-intro .new-intro__wrapper h2 {
        font-size: 51px;
    }

    .new-intro .new-intro__wrapper .c-bubbles .c-bubbles-tablet {
        display: block;
    }

    .new-intro .new-intro__wrapper .c-bubbles .c-bubbles-mobile {
        display: none;
    }

    .new-intro .new-intro__wrapper .c-bubbles {
        bottom: 58px;
        top: unset;
        left: 7px;
        right: unset;
    }

    .temporary-home .benefits {
        flex-direction: row;
        align-items: center;
    }

    .temporary-home .benefits .benefit-video {
        width: 309px;
        height: 438px;
        flex-shrink: 0;
    }

    .temporary-home .new-jobs-search {
        gap: 60px;
    }

    .new-intro .new-intro__wrapper h2 {
        line-height: normal;
    }

    .banner p {
        font-size: 20px;
        line-height: normal;
    }

    .new-intro .new-intro__wrapper .c-bubbles {
        position: absolute;
        top: 145px;
        left: -503px;
        right: 0;
        z-index: -1;
    }
}


@media screen and (min-width: 1025px) {
    .new-container {
        padding: 60px 144px;
    }

    .temporary-home .new-hero .bg-overlay {
        display: none;
    }

    /* .banner {
        margin-top: 96px;
    } */

    .banner {
        top: 96px;
    }

    .temporary-home .new-hero {
        padding-top: 141px;
    }

    /* 
    .has-scrolled .banner {
        right: 96px;
    } */

    .temporary-home .new-hero .new-hero__content {
        bottom: auto;
        left: auto;
        width: 40%;
        position: absolute;
        top: 50%;
        right: 2%;
        transform: translateY(-50%);
    }

    .new-intro .new-intro__wrapper {
        flex-direction: row;
        align-items: flex-start;
        gap: 60px;
    }

    .temporary-home .benefits .benefit-video {
        height: 536px;
        width: 373px;
    }

    .new-intro .new-intro__wrapper .text-animation-wrapper {
        width: fit-content;
        flex-shrink: 0;
    }

    .lg\:block {
        display: block;
    }

    .new-intro .new-intro__wrapper .c-bubbles {
        position: absolute;
        top: 145px;
        left: -904px;
        right: 0;
        z-index: -1;
    }
}

@media screen and (min-width: 1280px) {
    .new-intro .new-intro__wrapper .c-bubbles {
        position: absolute;
        top: 145px;
        left: -1054px;
        right: 0;
        z-index: -1;
    }
}

@media screen and (min-width: 1600px) {
    /* .banner {
        margin-top: 102px;
    } */

    .banner {
        top: 102px;
    }

    .temporary-home .new-hero picture {
        height: auto;
    }



    /* .has-scrolled .banner {
        right: 102px;
    } */

    .temporary-home .new-hero {
        padding-top: 147px;
    }
}

@media screen and (min-width: 2000px) {
    .banner {
        top: 108px;
    }

    .temporary-home .new-hero {
        padding-top: 153px;
    }
}


@media screen and (min-width: 2400px) {
    .banner {
        top: 120px;
    }

    .temporary-home .new-hero {
        padding-top: 165px;
    }
}


.has-scrolled .banner {
    height: 6rem;
}

@media screen and (max-width: 699px) {
    .has-scrolled .banner {
        right: 20%;
        left: 0;
        font-size: 14px;
        line-height: 1.2;
    }

    .has-scrolled .banner p {
        font-size: 14px;
        line-height: normal;
    }
}

@media screen and (min-width: 700px) {
    .has-scrolled .banner {
        right: 6rem;
        left: 0;
    }
}

@media screen and (min-width: 1025px) {
    .has-scrolled .banner {
        height: 6rem;
        right: 6rem;
    }
}