/* ===== lnd-summer-quest-26 ===== */

.lnd-summer-quest-26 {
    background-image: url("/wp-content/themes/store-pe_1677846640/images/summer-quest-26-w1440.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 565px;
    overflow: hidden;
    margin-top: 155px;
}

.lnd-summer-quest-26-content {
    width: 100%;
    max-width: 1550px;
    height: 100%;
    margin: 0 auto;
}

.lnd-summer-quest-26-inner {
   min-height: 565px;
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding-left: 10px;

    font-family: "TT Travels Next Trial", sans-serif;
}

.lnd-summer-quest-26-label {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;

    font-size: clamp(
        34px,
        calc(25px + 22 * ((100vw - 810px) / 630)),
        46px
    );

    font-weight: 600;
    line-height: 1;
    color: #FFFFFF;
}

.lnd-summer-quest-26-label img {
    width: 50px;
    height: auto;
}

.lnd-summer-quest-26-title {
    margin: 0 0 10px;

    font-size: clamp(
        34px,
        calc(34px + 22 * ((100vw - 810px) / 630)),
        56px
    );

    font-weight: 600;
    line-height: 1;
    color: #1421AB;
    text-transform: uppercase;
}

.lnd-summer-quest-26-logo {
    font-size: 48px;
    font-weight: 300;
    line-height: 1;
    color: #1421AB;
    margin-bottom: 35px;
}

.lnd-summer-quest-26-subtitle {
    font-size: clamp(
        16px,
        calc(16px + 14 * ((100vw - 810px) / 630)),
        30px
    );

    font-weight: 500;
    line-height: 1.25;
    color: #FFFFFF;
}

/* ===== mobile ===== */

@media (max-width: 767px) {

    .lnd-summer-quest-26 {
        background-image: url("/wp-content/themes/store-pe_1677846640/images/summer-quest-26-w325.webp");
        background-position: center top;
        min-height: 520px;
        margin-top: 70px;
        
    }

    .lnd-summer-quest-26-inner {
        min-height: 520px;
        justify-content: flex-end;
        align-items: flex-start;
        text-align: left;
        padding: 0 18px 40px;
    }

    .lnd-summer-quest-26-label {
        gap: 6px;
        margin-bottom: 12px;
        font-size: 21px;
        font-weight: 600;
    }

    .lnd-summer-quest-26-label img {
        width: 18px;
    }

    .lnd-summer-quest-26-title {
        font-size: 25px;
        line-height: 1.05;
        margin-bottom: 4px;
    }

    .lnd-summer-quest-26-logo {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .lnd-summer-quest-26-subtitle {
        font-size: 12px;
        font-weight: 500;

        line-height: 1.25;
    }
}