body>.wrapper:not(.et-fb-iframe-ancestor) {
    overflow: clip !IMPORTANT;
}

.title-row.sticky-title {
    top: 80px;
}

.stack-card-scroll .cards .card {
    top: 190px;
}

.stack-card-scroll .card:nth-child(2) .card__inner * {
    color: #000;
}


.general-footer-form {
    display: none !important;
}


.vc_row.big-vision-row {
    margin-inline: auto;
    background: #fff;
    border-radius: 30px;
    margin-bottom: 40px;
    box-shadow: 8px 8px 0px 0px #000000;
    border: 1px solid #101828;
}

.vc_row.big-vision-row>.vc_col-sm-12>.vc_column-inner {
    padding: 50px;
}

.rotate-txt-tag b {
    background: #F15FAD;
    font-weight: 600;
    border: 1px solid #101828;
    box-shadow: 4px 4px 0px 0px #101828;
    color: #fff;
    line-height: 1;
    padding: 10px 15px;
    transform: rotate(-3.5deg);
    display: inline-block;
}

.about-img img {
    max-height: 450px;
    width: auto;
}

.about-hero-row {
    padding-top: 30px;
}

.big-vision-row .cal-number,
.about-target-row .cal-number {
    line-height: 1;
    font-weight: 800;
    margin-bottom: 30px;
    font-size: clamp(40px, 60px, 72px);
}

.vc_row.about-target-row {
    background: #fff;
    padding: 50px;
    margin-inline: auto;
    border-radius: 30px;
    box-shadow: 8px 8px 0px 0px #000000;
    border: 1px solid #101828;
}

.rotate-txt-tag {
    margin-bottom: 30px !important;
}

.big-vision-row .sub-title {
    margin-bottom: 30px;
}

.cal-cont-block p {
    max-width: 700px;
    margin-inline: auto;
}

.cal-url a {
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
}

.about-target-row .vc_column_container>.vc_column-inner {
    padding: 0;
}


/* static prograssbar */
.about-timeline {
    padding-top: 40px;
}

.timeline-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    /* iOS smooth scroll */
}

.timeline-inner {
    min-width: 1022px;
    width: 1022px;
    margin: 0 auto;
}

.timeline-outer {
    overflow: hidden;
}

.timeline-stage {
    --ink: #101828;
    --pink: #F15FAD;
    --track: #f2f2f2;
    --label: #171717;
    position: relative;
    width: 100%;
    height: 166px;
}

.timeline-track {
    position: absolute;
    inset: 79px 0 auto;
    width: 100%;
    height: 36px;
    border: 2px solid var(--ink);
    border-radius: 200px;
    background: var(--track);
    overflow: hidden;
    z-index: 1;
}

.timeline-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 28.18%;
    height: 100%;
    border-right: 1px solid var(--ink);
    border-radius: 200px 0 0 200px;
    background: var(--pink);
}

.timeline-current,
.timeline-marker,
.timeline-end {
    position: absolute;
    left: var(--pos);
    transform: translateX(-50%);
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 2;
}

.timeline-current {
    --pos: 28.18%;
}

.timeline-end {
    --pos: 94.42%;
}

.milestone-pill,
.timeline-end-pill {
    position: absolute;
    top: 19px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 77px;
    padding: 10px 16px;
    border: 1px solid var(--ink);
    box-shadow: 4px 4px 0 0 var(--ink);
    line-height: 1;
    white-space: nowrap;
}

.milestone-pill {
    background: var(--pink);
    color: #fff;
}

.timeline-end-pill {
    background: var(--ink);
    color: #fff;
}

.milestone-value {
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--ink);
    font-size: 24px;
    line-height: 1;
    white-space: nowrap;
    font-family: 'Bree Serif';
}

.timeline-tick {
    position: absolute;
    left: 50%;
    top: 71px;
    transform: translateX(-50%);
    width: 2px;
    height: 52px;
    background: var(--ink);
    z-index: 2;
}

.milestone-label {
    position: absolute;
    top: 133px;
    left: calc(50% + var(--label-offset, 0px));
    transform: translateX(-50%);
    color: var(--label);
    font-size: 20px;
    line-height: 1.1;
    white-space: nowrap;
    font-family: 'Bree Serif';
}

.timeline-currency {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 31px;
    line-height: 1;
    text-shadow: 1.62px 1.62px 0 #000;
    cursor: pointer;
    animation: timeline-heartbeat 1.6s ease-in-out infinite;
}

.timeline-hover-target {
    position: absolute;
    left: 13.31%;
    top: 95px;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    z-index: 3;
}

.timeline-currency::before {
    content: '';
    position: absolute;
    inset: -10px;
    border: 2px solid rgba(241, 95, 173, 0.65);
    border-radius: 999px;
    animation: timeline-beep-ring 1.6s ease-out infinite;
}

.timeline-currency::after {
    content: 'Hover me';
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    transform: translateX(-50%);
    padding: 6px 10px;
    border: 1px solid var(--ink);
    border-radius: 999px;
    background: #fff7fb;
    color: var(--ink);
    font-size: 12px;
    line-height: 1;
    text-shadow: none;
    white-space: nowrap;
    box-shadow: 2px 2px 0 0 var(--ink);
    opacity: 0.9;
    animation: timeline-hint-float 1.6s ease-in-out infinite;
}

.timeline-currency:hover,
.timeline-currency:hover::before,
.timeline-currency:hover::after {
    animation-play-state: paused;
}

.timeline-tooltip {
    font-size: 16px;
    position: absolute;
    left: 110px;
    top: -78px;
    transform: translateX(-50%) translateY(6px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: 1px solid var(--ink);
    background: #fff;
    box-shadow: 4px 4px 0 0 var(--ink);
    color: #0d41e1;
    line-height: 1.2;
    white-space: nowrap;
    opacity: 0;
    pointer-events: auto;
    visibility: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.timeline-tooltip-text {
    color: inherit;
    text-decoration: underline !important;
}

.timeline-stage.is-tooltip-open .timeline-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.timeline-stage.is-tooltip-open .timeline-currency,
.timeline-stage.is-tooltip-open .timeline-currency::before,
.timeline-stage.is-tooltip-open .timeline-currency::after {
    animation-play-state: paused;
}

.timeline-stage.is-tooltip-open .timeline-currency::after {
    opacity: 0;
}

.timeline-stage.is-tooltip-open .timeline-marker .milestone-value {
    opacity: 0;
    visibility: hidden;
}


@keyframes timeline-heartbeat {

    0%,
    28%,
    100% {
        transform: translate(-50%, -50%) scale(1);
    }

    10% {
        transform: translate(-50%, -50%) scale(1.12);
    }

    18% {
        transform: translate(-50%, -50%) scale(0.96);
    }

    24% {
        transform: translate(-50%, -50%) scale(1.06);
    }
}

@keyframes timeline-beep-ring {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    15% {
        opacity: 0.85;
    }

    55% {
        opacity: 0.2;
        transform: scale(1.3);
    }

    100% {
        opacity: 0;
        transform: scale(1.45);
    }
}

@keyframes timeline-hint-float {

    0%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(-3px);
    }
}





.al-slide-item {
    padding: 10px 12px;
}

/* Exact shape - screenshot jaevi: top straight, bottom rounded blob */
.al-img-wrap {
    width: 100%;
    overflow: hidden;
    background: #ddd;
    /* aspect-ratio: 3/4; */
    border: 2px solid #101828;
    box-shadow: 8px 8px 0px 0px #000000;
    border-radius: 16px 16px 16px 200px;
}

.al-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.5s ease;
}

.al-slide-item:hover .al-img-wrap img {
    transform: scale(1.05);
}


/* Dots */
.al-owl-slider .owl-dots {
    margin-top: 24px;
    text-align: center;
}

.al-owl-slider .owl-dot span {
    background: #c5c5c5 !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    margin: 0 4px !important;
    transition: all 0.3s !important;
    display: block;
}

.al-owl-slider .owl-dot.active span {
    background: #F15FAD !important;
    transform: scale(1.1);
}

@media (max-width: 767px) {
    .al-slider-section {
        padding: 40px 30px;
    }

    .al-owl-slider .owl-prev {
        left: -15px;
    }

    .al-owl-slider .owl-next {
        right: -15px;
    }
}









@media (max-width: 1200px) {
    .vc_row.about-target-row {
        padding: 40px;
    }

    .milestone-value {
        top: 35px;
        font-size: 20px;
    }

    .milestone-label {
        font-size: 16px;
        top: 130px;
    }

    .milestone-pill,
    .timeline-end-pill {
        top: 24px;
        padding: 8px 12px;
    }

    .timeline-stage {
        height: 150px;
    }

    .milestone-pill,
    .timeline-end-pill {
        min-width: 65px;
    }

    .about-timeline {
        padding-top: 30px;
    }

}

@media (max-width: 960px) {
    .timeline-inner {
        min-width: 900px;
        width: 900px;
        margin: 0 auto;
    }

    .timeline-scroll {
        padding: 0;
    }

    .al-img-wrap {
        border: 2px solid #101828;
        box-shadow: 4px 4px 0px 0px #000000;
        border-radius: 10px 10px 10px 70px;
    }

    .al-slide-item {
        padding: 0;
    }


}


@media only screen and (min-width: 768px) and (max-width: 960px) {
    h1.main-head {
        font-size: 34px !important;
    }

    .punchline {
        font-size: 16px;
    }
}

@media (max-width: 800px) {
    .timeline-inner {
        min-width: 700px;
        width: 700px;
        margin: 0 auto;
    }

    .timeline-tooltip-text {
        font-size: 14px;
    }

    .timeline-track {
        height: 30px;
    }

    .timeline-currency {
        top: -2px;
        font-size: 22px;
    }

    .milestone-value {
        font-size: 18px;
    }

    .milestone-label {
        font-size: 14px;
    }

    .timeline-inner {
        min-width: 640px;
        width: 640px;
    }
}


@media (max-width: 767px) {
    .title-row.sticky-title {
        top: 30px !important;
    }

    .stack-card-scroll .cards .card {
        top: 155px !important;
    }

    .stack-card-scroll .card__inner {
        min-height: 480px;
    }

    .vc_row.big-vision-row>.vc_col-sm-12>.vc_column-inner {
        padding: 30px 20px;
    }

    .big-vision-row .sub-title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .cal-cont-block {
        margin-bottom: 20px !important;
    }

    .vc_row.big-vision-row {
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .vc_row.about-target-row {
        background: #fff;
        padding: 30px 20px;
        margin-inline: auto;
        border-radius: 20px;
    }

    .vc_row.about-target-row {
        padding: 20px;
        border-radius: 20px;
    }

    .about-target-row>.vc_col-sm-12>.vc_column-inner {
        padding: 0;
    }

    .big-vision-row .cal-number,
    .about-target-row .cal-number {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .about-timeline {
        padding-top: 20px;
    }

    .word-rotate-wrapper {
        margin-top: 10px;
    }

    .vc_row.about-target-row,
    .vc_row.big-vision-row {
        box-shadow: 4px 4px 0px 0px #000000;
    }

    .stack-card-scroll .card__inner {
        min-height: 480px !important;
    }

    .timeline-tooltip {
        left: 50px;
        top: -75px;
        padding: 10px 20px;
    }

    .vc_row.about-hero-row {
        gap: 40px;
    }

    .about-hero-row .main-head {
        text-align: center;
    }

    .about-hero-row .punchline {
        text-align: center !important;
    }

    .about-hero-row .button-link {
        display: block !important;
    }
}


@media (max-width: 480px) {}