/* CONTENITORE PRINCIPALE */

.anteprima-results-section-three {
    background-color: #000;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.anteprima-results-container-three {
    padding-top: 60px;
    display: block;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 60px;
    padding-left: 60px;
}

/* ANTEPRIMA RESULTS WRAPPER */

.anteprima-results-wrapper {
    width: 100%;
    max-width: 1400px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/* COLONNA SINISTRA CON TESTO */

.anteprima-results-col-left {
    width: 50%;
    max-width: 700px;
    padding-right: 30px;
    display: flex;
    justify-content: center;
}

/* CONTENUTO */

.anteprima-results-content {
    width: 100%;
}

/* TITOLO PRINCIPALE */

.anteprima-results-title h2 {
    font-size: 45px;
    line-height: 52px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    padding-bottom: 30px;
    color: #fff;
}

/* DESCRIZIONE */

.anteprima-results-description p {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    color: #fff;
    padding-bottom: 30px;
}

.anteprima-results-description2 p {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    color: #fff;
    padding-bottom: 30px;
}



/* COLONNA DESTRA CON IMMAGINE */

.anteprima-results-col-right {
    width: 50%;
    max-width: 700px;
    padding-left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* CONTENITORE VIDEO */

.video-rtk-content {
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 42vh;
}

.video-rtk-content iframe {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}


.video-wrapper {
    width: 100%;
    box-sizing: border-box;
    height: 100%;
}

.w-100,
.w-100-video-rtk {
    width: 100%;
    height: auto;
    display: block;
    height: 100%;
}

/* CONTENUTO TESTUALE */

.text-content-video-rtk {
    padding-bottom: 60px;
    width: 100%;
    box-sizing: border-box;
}

.main-title-video-rtk {
    font-family: Inter, sans-serif;
    font-size: 45px;
    line-height: 52px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    padding-bottom: 25px;
    width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.section-text-video-rtk {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.subtitle-video-rtk {
    font-family: Inter, sans-serif;
    font-size: 28px;
    line-height: 34px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    padding-bottom: 16px;
    width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.subtitle-video-rtk-mini {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    align-items: flex-start;
    vertical-align: top;
}

.small-text-video-rtk {
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #000;
    font-weight: 400;
    text-align: center;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    padding-bottom: 36px;
    width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* CONTENITORE GRIGIO */

.gray-container-video-rtk {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    border-radius: 15px;
    background-color: #efefef;
    padding-top: 60px;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.gray-container-rtk-video {
    padding-right: 120px;
    padding-left: 120px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.description-grey-container-rtk-video {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: center;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    padding-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.article-title-grey-container-rtk-video {
    font-family: Inter, sans-serif;
    font-size: 28px;
    line-height: 34px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    padding-bottom: 30px;
    width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}



/* MEDIA QUERIES */
@media (max-width: 409px) {
    .anteprima-results-container-three {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .anteprima-results-container-three {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .anteprima-results-container-three {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* COLONNA SINISTRA CON TESTO */


@media (max-width: 699px) {
    .anteprima-results-col-left {
        width: 100%;
        max-width: 699px;
    }
}

@media (max-width: 379px) {
    .anteprima-results-col-left {
        width: 100%;
        max-width: 379px;
    }
}




/* TITOLO PRINCIPALE */

@media (max-width: 368px) {
    .anteprima-results-title h2 {
        font-size: 31px;
        line-height: 40px;
    }
}

/*  Da 369px a 374px */

@media (min-width: 369px) and (max-width: 374px) {
    .anteprima-results-title h2 {
        font-size: 31px;
        line-height: 40px;
    }
}

/*  Da 375px a 408px */
@media (min-width: 375px) and (max-width: 408px) {
    .anteprima-results-title h2 {
        font-size: 32px;
        line-height: 41px;
    }
}

/*  Da 409px a 413px */
@media (min-width: 409px) and (max-width: 413px) {
    .anteprima-results-title h2 {
        font-size: 33px;
        line-height: 40px;
    }
}

/*  Da 414px a 429px */
@media (min-width: 414px) and (max-width: 429px) {
    .anteprima-results-title h2 {
        font-size: 32.5px;
        line-height: 40px;
    }
}

/*  Da 430px a 790px */
@media (min-width: 430px) and (max-width: 790px) {
    .anteprima-results-title h2 {
        font-size: 34px;
        line-height: 41px;
    }
}

/* Da 791px a 809px */
@media (min-width: 791px) and (max-width: 809px) {
    .anteprima-results-title h2 {
        font-size: 35px;
        line-height: 42px;
    }
}

/* Da 810px a 829px */
@media (min-width: 810px) and (max-width: 829px) {
    .anteprima-results-title h2 {
        font-size: 36px;
        line-height: 43px;
    }
}

/* Da 830px a 848px */
@media (min-width: 830px) and (max-width: 848px) {
    .anteprima-results-title h2 {
        font-size: 37px;
        line-height: 44px;
    }
}

/* Da 849px a 886px */
@media (min-width: 849px) and (max-width: 886px) {
    .anteprima-results-title h2 {
        font-size: 38px;
        line-height: 45px;
    }
}

/* Da 887px a 963px */
@media (min-width: 887px) and (max-width: 963px) {
    .anteprima-results-title h2 {
        font-size: 39px;
        line-height: 46px;
    }
}

/* Da 964px a 1066px */
@media (min-width: 964px) and (max-width: 1066px) {
    .anteprima-results-title h2 {
        font-size: 41px;
        line-height: 48px;
    }
}

/* Da 1067px a 1231px */
@media (min-width: 1067px) and (max-width: 1231px) {
    .anteprima-results-title h2 {
        font-size: 43px;
        line-height: 51px;
    }
}


/* DESCRIZIONE */

@media (max-width: 1128px) {
    .anteprima-results-description p {
        font-size: 16px;
        line-height: 22px;
    }

    .anteprima-results-description p {
        margin-block-start: 0px !important;
        margin-block-end: 0px !important;
    }
}

@media (max-width: 369px) {
    .anteprima-results-description p {
        line-height: 20px;
        font-size: 14px;
    }
}

@media (max-width: 1128px) {
    .anteprima-results-description2 p {
        font-size: 16px;
        line-height: 22px;
    }

    .anteprima-results-description2 p {
        margin-block-start: 0px !important;
        margin-block-end: 0px !important;
    }
}

@media (max-width: 369px) {
    .anteprima-results-description2 p {
        line-height: 20px;
        font-size: 14px;
    }
}

/* SOTTOTITOLO */

@media (max-width: 943px) {
    .anteprima-results-subtitle {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 409px) {
    .anteprima-results-subtitle {
        line-height: 26px;
        font-size: 18px;
    }
}

@media (max-width: 369px) {
    .anteprima-results-subtitle {
        line-height: 24px;
        font-size: 16px;
    }
}

/* DESCRIZIONE SOTTOTITOLO */

@media (max-width: 943px) {
    .anteprima-results-subtitle {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 409px) {
    .anteprima-results-subtitle {
        line-height: 21px;
        font-size: 15px;
    }
}

@media (max-width: 369px) {
    .anteprima-results-subtitle {
        line-height: 20px;
        font-size: 14px;
    }
}





@media (max-width: 699px) {
    .anteprima-results-wrapper {
        flex-direction: column;
    }

    .anteprima-results-col-left,
    .anteprima-results-col-right {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }


}


@media (max-width: 369px) {
    .anteprima-results-title h2 {
        font-size: 31px;
        line-height: 40px;
    }
}