.bnky35y {
    font-family: Poppins, sans-serif
}

.sct1w9n {
    position: relative;
    display: flex !important;
    flex: 1;
    min-height: 584px
}

@media screen and (min-width:768px) {
    .sct1w9n {
        min-height: 750px
    }
}

.i1bdvps7:before {
    content: "";
    background-color: rgb(0 0 0/20%)
}

.cl7m5oq,
.i1bdvps7:before {
    position: absolute;
    inset: 0;
    z-index: 1
}

.cl7m5oq {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 95px;
    padding-bottom: 65px
}

@media screen and (min-width:768px) {
    .cl7m5oq {
        padding-top: 140px;
        padding-bottom: 140px
    }
}

.tiptoau {
        margin-left: -14%;
    max-width: 90%;
    font-family: PP Agrandir, sans-serif;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    -webkit-letter-spacing: -.02em;
    -moz-letter-spacing: -.02em;
    -ms-letter-spacing: -.02em;
    letter-spacing: -.02em;
    color: var(--main-white);
    white-space: pre-line
}

@media screen and (max-width:769px) {
    .tiptoau {
        max-width: 70%;
        font-size: 64px;
        line-height: 64px
    }
}
@media (max-width: 480px) {
    .tiptoau {
         max-width: 70%;
        font-size: 64px;
        line-height: 64px
    }
}

.n68lngk {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 24px
}

.n1whwkkv {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1;
    gap: 8px;
    min-height: 40px;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    color: var(--main-white);
    transition: opacity .3s;
    opacity: .4
}

.n1whwkkv.active,
.n1whwkkv:hover {
    opacity: 1
}

.bnxkpy4 {
    position: relative;
    height: 2px;
    width: 100%;
    background-color: rgb(255 255 255/60%)
}

.bnxkpy4.active:before {
    animation: progress-bnxkpy4 5s linear 1 forwards
}

[dir=rtl] .bnxkpy4.active:before {
    animation: progress-rtl-bnxkpy4 5s linear 1 forwards
}

.bnxkpy4:before {
    content: "";
    position: absolute;
    inset: 0;
    height: 2px;
    transform-origin: left;
    background-color: var(--main-white)
}

@keyframes progress-bnxkpy4 {
    0% {
        transform: scaleX(0)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes progress-rtl-bnxkpy4 {
    0% {
        transform: scaleX(0);
        transform-origin: right
    }

    to {
        transform: scaleX(1);
        transform-origin: right
    }
}