/*********************************************************************************************/
/****   PRECIOUS BRIGHT                    ******************************************/
/*********************************************************************************************/


.precious-lp-bright {
    display: flex;
    margin: 0 auto;
    align-items: center;
    background-color: #fff;
    max-width: 1264px;
    width: calc(100% - 64px);
    margin: 0 auto;
    margin-top: calc(2 * var(--FONT-SIZE-SECTION-TITLE));
    margin-bottom: calc(-2 * var(--FONT-SIZE-SECTION-TITLE));
}

.precious-lp-bright__visual {
    flex-basis: 50%;
}

.precious-lp-bright__visual img {
    display: block;
    width: 100%;
    height: auto;
}

.precious-lp-bright__content {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 14px;
    text-align: left;
    padding: 64px;
}

.precious-lp-bright__text {
    margin: 0;
    font-family: var(--GOTHAM-BOOK);
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
    color: #333;
}

.precious-lp-bright__text a {
    text-decoration: underline;
    text-transform: none;
    color: #333;
}


.precious-lp-bright .precious-lp-cta:focus-visible {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #6893d2 !important;
}

@media(max-width:1023px) {
    .precious-lp-bright {
        display: block;
        width: calc(100% - 40px);
    }

    .precious-lp-bright__visual {
        flex-basis: 100%;
    }

    .precious-lp-bright__content {
        flex-basis: 100%;
        padding: 32px;
        align-items: center;
        gap: 14px;
    }

    .precious-lp-bright__text {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }
}