.landing-banner-section{
    padding-top: 80px !important;
    margin-bottom: 30px;
}
.landing-page-hero-section {
    padding: 22px 0 24px
}

.landing-page-hero-section .lphs-shell {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box
}

.landing-page-hero-section .lphs-intro {
    max-width: 1080px
}

.landing-page-hero-section .lphs-tag {
    margin: 0 0 16px;
    color: #6f8388;
    font-family: "Source Code Pro", monospace;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .16em;
    line-height: 1.2;
    text-transform: uppercase
}

.landing-page-hero-section .lphs-heading {
    margin: 0;
    max-width: 980px;
    color: #16373d;
    font-size: clamp(46px,5.9vw,56px);
    font-weight: 400;
    letter-spacing: -1.68px;
    line-height: 105%;
}

.landing-page-hero-section .lphs-copy {
    max-width: 900px;
    margin-top: 16px;
    color: #61757a;
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.32;
    letter-spacing: -0.18px;
}

.landing-page-hero-section .lphs-copy p {
    margin: 0
}

.landing-page-hero-section .lphs-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 64px
}

.landing-page-hero-section .lphs-lower {
    display: grid;
    grid-template-columns: 335px minmax(0, 853px);
    gap: 40px;
    align-items: center;
    margin-top: 64px;
    max-width: 1230px;
    margin-left: 62px
}

.landing-page-hero-section .lphs-image {
    overflow: hidden;
    border-radius: 16px;
    aspect-ratio: 296/398;
    background: #e9efef
}

.landing-page-hero-section .lphs-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.landing-page-hero-section .lphs-cards {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 0px
}

.landing-page-hero-section .lphs-card {
    display: flex;
    align-items: center;
    gap: 40px;
    min-height: 91px;
    padding: 16px 20px;
    border-radius: 14px;
    background: #245a60;
    color: #fff
}

.landing-page-hero-section .lphs-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    margin-top: 0px;
    border-radius: 999px;
    background: #E3FBFD;
    color: #053D42;
    font-family: "Source Code Pro", monospace;
    font-size: 13px;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase
}

.landing-page-hero-section .lphs-badge svg {
    width: 24px;
    height: 24px
}

.landing-page-hero-section .lphs-badge svg * {
    fill: none;
    stroke: #245a60
}

.landing-page-hero-section .lphs-card-copy {
    min-width: 0
}

.landing-page-hero-section .lphs-card-title {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.6px;
    line-height: 135%;
}

.landing-page-hero-section .lphs-card-description {
    margin: 12px 0 0;
    color: #E3FBFD;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.32px;
}

@media (max-width:1600px) {
    .landing-page-hero-section .lphs-shell {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (max-width:1199px) {
    .landing-page-hero-section .lphs-lower {
        margin-left: 0;
        grid-template-columns: 280px minmax(0, 1fr);
        max-width: 100%
    }
}

@media (max-width:991px) {
    
    .landing-page-hero-section {
        padding: 28px 0 40px
    }
    .landing-banner-section {
        padding-top: 50px !important;
    }

    .landing-page-hero-section .lphs-actions {
        margin-top: 32px
    }

    .landing-page-hero-section .lphs-button {
        min-width: 240px
    }

    .landing-page-hero-section .lphs-lower {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 42px
    }

    .landing-page-hero-section .lphs-image {
        max-width: 100%;
    }

    .landing-page-hero-section .lphs-cards {
        padding-top: 0
    }
}

@media (max-width:640px) {
    .landing-page-hero-section .lphs-heading {
        font-size: 34px;
        letter-spacing: -1.2px;
    }

    .landing-page-hero-section .lphs-copy {
        font-size: 18px;
        line-height: 1.35
    }

    .landing-page-hero-section .lphs-actions {
        flex-direction: column
    }

    .landing-page-hero-section .lphs-button {
        width: 100%;
        min-width: 0
    }

    .landing-page-hero-section .lphs-image {
        max-width: none
    }

    .landing-page-hero-section .lphs-card {
        gap: 16px;
        padding: 18px 16px
    }
}