.block--landing-page-hero {
    padding: 0 !important;
}

.block--landing-page-hero .container {
    max-width: none !important;
    width: 100% !important;
}

.landing-page-hero__inner {
    display: flex;
    @media (max-width: 767px){
        flex-direction: column;
    }
}

.landing-page-hero__inner-left,
.landing-page-hero__inner-right {
    width: 50%;
    @media (max-width: 767px){
        width: 100%;
    }
}

.landing-page-hero__inner-left {
    background-color: #F2EDE0;
}

.landing-page-hero__inner-right {
    aspect-ratio: 1/1;
}

.landing-page-hero__inner-right img {
    display: block;
    max-width: none;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.landing-page-hero__inner-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 50px 70px;
    @media (max-width: 767px){
        padding-left: 40px;
        padding-right: 40px;
    }
}

.landing-page-hero__heading {
    margin: 0 !important;
    padding: 0 !important;
    color: #000;
    font-size: 42px;
    font-weight: 400;
    letter-spacing: -0.42px;
    line-height: 53px;
    @media (max-width: 1200px){
        margin-bottom: 30px !important;
    }
    @media (max-width: 767px){
        font-size: 30px;
        line-height: 45px;
    }
}

.landing-page-hero__heading span.highlight {
    color: #EB417B;
}

.landing-page-hero__heading span:not(.highlight) {
    position: relative;
}

.landing-page-hero__heading span::after {
    content: '';
    position: absolute;
    height: 18px;
    width: 18px;
    left: 100%;
    top: 0;
    background-image: url('/wp-content/uploads/2026/04/star_icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.landing-page-hero__logo {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
}

.landing-page-hero__logo img {
    display: block;
    height: auto;
    width: 158px;
    @media (max-width: 767px){
        width: 100px;
    }
}

.landing-page-hero__logo-text {
    margin: 0 !important;
    color: #000;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -0.16px;
    line-height: 1.4;
}