.hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 190px;
    padding-bottom: 97px;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-bg:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    pointer-events: none;
    background: rgb(3 21 54 / 16%);
}

.hero-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: cover;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.hero-bottom-frame {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 10;
    display: flex;
    align-items: flex-end;
    transform-origin: center bottom;
}

.hero-bottom-frame svg {
    width: 100%;
    height: auto;
}

.hero-content {
    position: relative;
    z-index: 20;
}

.hero-content-box {
    width: 50%;
    margin-left: auto;
}

.hero-text-after-h1 {
    width: 561px;
    font-size: 32px;
    color: #fff;
    margin-bottom: 48px;
    letter-spacing: -0.6px;
}

.hero-text-after-h1--serv-page {
    font-size: 20px;
    line-height: 28px;
    width: 594px;
    max-width: 100%;
    letter-spacing: -0.4px;
}

.hero-email {
    font-size: 18px;
    display: block;
    width: fit-content;
    max-width: 100%;
    color: rgba(256, 256, 256, 0.4);
    margin-top: 102px;
}

.hero-bottom-row {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 21;
    width: 100%;
    pointer-events: none;
}

.hero-bottom-row .wrapper {
    display: flex;
    justify-content: space-between;
}

.hero-bottom-row-copy {
    color: rgba(256, 256, 256, 0.4);
    font-size: 18px;
}

.hero-bottom-row-scroll-btn {
    cursor: pointer;
    color: rgba(256, 256, 256, 0.4);
    font-size: 18px;
    pointer-events: initial;
}

@media screen and (max-width: 1800px) {
    .hero-text-after-h1 {
        font-size: 24px;
        letter-spacing: -0.4px;
        margin-bottom: 24px;
    }

    .hero-text-after-h1--serv-page {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.4px;
    }

    .hero-email {
        margin-top: 32px;
    }

    .hero {
        padding-top: 160px;
        padding-bottom: 80px;
    }


}

@media screen and (max-width: 1200px) {
    .hero-content-box {
        width: 60%;
    }


}

@media screen and (max-width: 992px) {
    .hero-content-box {
        width: 100%;
    }

    .hero-email {
        display: none;
    }

    .hero-bottom-row {
        position: static;
        margin-top: 24px;
    }

    .hero {
        display: flex;
        flex-direction: column;
    }

    .hero-content>.wrapper {
        margin-top: auto;
        margin-bottom: auto;
    }

    .hero-content {
        display: flex;
        flex-direction: column;
        flex-grow: 2;
    }
}

@media screen and (max-width: 767px) {


    .hero-text-after-h1 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.2px;
        margin-bottom: 40px;
    }

    .hero-bottom-row-copy {
        font-size: 14px;
        color: #fff;
    }

    .hero-bottom-row-scroll-btn {
        font-size: 14px;
        color: #fff;
    }

}







.m-4-bottom-frame {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    z-index: 10;
    display: flex;
    align-items: flex-end;
    transform-origin: center bottom;
    transform: rotateX(180deg);
}

.m-4-bottom-frame svg {
    width: 100%;
    height: auto;
    display: block;
}

.cph-2 {
    background: linear-gradient(179.60deg, #34486A,#95B8DE);
}