@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800;900&display=swap");

/* ── Skip link (acessibilidade) ── */
.skip-link {
    position: absolute;
    top: -100%;
    left: 8px;
    z-index: 9999;
    padding: 8px 16px;
    background: #303336;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0 0 4px 4px;
    text-decoration: none;
    transition: top 0.2s;
}
.skip-link:focus {
    top: 0;
}

body {
    margin: 0;
    font-family: "Open Sans", Arial, sans-serif;
    background-color: #f3f4f5;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4 {
    margin: 0;
}

a {
    text-decoration: none;
}

@media (min-width: 768px) {
    .mobile--only {
        display: none;
    }
}

.desktop--only {
    display: none !important;
}

@media (min-width: 768px) {
    .desktop--only {
        display: flex !important;
    }
}

.body {
    font-family: "Open Sans", Arial, sans-serif;
    overflow: clip; /* clip em vez de hidden para não quebrar position: sticky */
}

.container {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 25px;
}

.container-small {
    max-width: 830px;
    margin: 0 auto;
    padding: 0 25px;
}

.header {
    height: 50px;
    background-color: rgba(243, 245, 247, 0.75);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    position: fixed;
    width: 100%;
    z-index: 99;
}

@media (min-width: 768px) {
    .header {
        height: 75px;
    }
}

.header .content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

@media (min-width: 768px) {
    .header .content {
        height: 75px;
    }
}

.header .content img {
    height: 50px;
    width: auto;
}

@media (min-width: 768px) {
    .header .content img {
        height: 75px;
    }
}

.banner {
    z-index: 0;
    padding-top: 50px;
}

@media (min-width: 768px) {
    .banner {
        height: 840px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.banner .content {
    padding-top: 14px;
}

@media (min-width: 768px) {
    .banner .content {
        padding-top: 0;
    }
}

.banner .content .tag {
    font-family: "Lato", Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #424242;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .banner .content .tag {
        font-size: 24px;
        line-height: 29px;
        color: #ffd100;
        margin-bottom: 23px;
    }
}

.banner .content .title {
    font-family: "Lato", Arial, sans-serif;
    font-size: 40px;
    line-height: 43px;
    font-weight: 900;
    color: #424242;
    margin-bottom: 18px;
    text-transform: initial;
}

.banner .content .title .title__highlight {
    color: #ffd100;
    font-size: 1.45em;
    line-height: 1.1;
    display: inline-block;
}

#simulador-mc {
    width: 1px;
    min-width: 100%;
    min-height: 200px;
}

@media (max-width: 360px) {
    .banner .content .title {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

@media (max-width: 320px) {
    .banner .content .title {
        font-size: 22px;
        line-height: 24px;
    }
}

@media (min-width: 768px) {
    .banner .content .title {
        font-size: 52px;
        line-height: 56px;
        color: #fff;
        max-width: 800px;
        margin-bottom: 20px;
    }
}

.banner .content .text {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #424242;
}

@media (min-width: 768px) {
    .banner .content .text {
        font-size: 22px;
        line-height: 30px;
        color: #fff;
        max-width: 609px;
    }
}

.banner .content .text--tagline {
    font-size: 22px;
}

@media (min-width: 768px) {
    .banner .content .text--tagline {
        font-size: 30px;
        line-height: 1.2;
    }
}

.banner .slide {
    height: 100%;
    background-size: cover;
    background-position: center;
}

@media (min-width: 768px) {
    .banner .slide {
        position: relative;
    }

    .banner .slide .container {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-top: -25px;
    }
}


.banner .slide .image_wrapper .image {
    width: 100%;
}

@media (min-width: 768px) {
    .banner .slide.slide-one {
        background-image: url("../../../imagens/campanhas/concurso-credito-pessoal/slide-one.jpg");
    }
}

@media (min-width: 768px) {
    .banner .slide.slide-two {
        background-image: url("../../../imagens/campanhas/concurso-credito-pessoal/slide-two.jpg");
    }
}

.yellow-section {
    position: relative;
    padding-bottom: 80px;
}

.yellow-section .white-board {
    position: relative;
    top: -80px;
    background-color: #fff;
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 8px 48px rgba(0, 0, 0, 0.12);
}


@media (max-width: 767px) {
    .yellow-section .container {
        padding: 0;
    }
    .yellow-section .white-board {
        border-radius: 20px;
    }
    .yellow-section .white-board .white-board_content {
        padding: 24px 16px;
    }
    /* Reduzir font da frase intro em mobile */
    .yellow-section .white-board .white-board_content .iframe .title {
        font-size: 18px !important;
        line-height: 24px !important;
    }
    /* Compensar margens internas do iframe cross-origin */
    .yellow-section .white-board .white-board_content .iframe {
        overflow: hidden;
    }
    #simulador-mc {
        margin-left: -16px;
        width: calc(100% + 32px);
    }
}

@media (min-width: 768px) {
    .yellow-section .white-board {
        min-height: 680px;
    }
}

.yellow-section .white-board .white-board_content {
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.yellow-section .white-board .white-board_content .iframe iframe {
    border: none;
}

.yellow-section .white-board .white-board_content .iframe .title {
    font-family: "Lato", Arial, sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 900;
    color: #303336;
    margin-bottom: 10px;
    text-transform: none;
}

.yellow-section .white-board .white-board_content .buttons_wrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0 -25px;
    z-index: 98;
}

@media (min-width: 768px) {
    .yellow-section .white-board .white-board_content .buttons_wrapper {
        display: flex;
        position: initial;
        width: initial;
        margin: 0;
    }
}

.yellow-section .white-board .white-board_content .buttons_wrapper .button_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 768px) {
    .yellow-section .white-board .white-board_content .buttons_wrapper .button_wrapper {
        width: 50%;
        padding-top: 20px;
    }
}

.yellow-section .white-board .white-board_content .buttons_wrapper .button_wrapper form {
    width: 100%;
}

.yellow-section .white-board .white-board_content .buttons_wrapper .button_wrapper form#Net24Contratar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.yellow-section .white-board .white-board_content .buttons_wrapper .button_wrapper a {
    width: 100%;
}

@media (min-width: 768px) {
    .yellow-section .white-board .white-board_content .buttons_wrapper .button_wrapper a {
        width: initial;
    }
}

.yellow-section .white-board .white-board_content .buttons_wrapper .button_wrapper .button {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    flex-direction: column;
    cursor: pointer;
    border-radius: 24px;
}

@media (min-width: 768px) {
    .yellow-section .white-board .white-board_content .buttons_wrapper .button_wrapper .button {
        width: 300px;
        height: 48px;
    }
}

@media (min-width: 992px) {
    .yellow-section .white-board .white-board_content .buttons_wrapper .button_wrapper .button {
        width: 365px;
    }
}

.yellow-section .white-board .white-board_content .buttons_wrapper .button_wrapper .button.button-one {
    background-color: #ffd100;
    color: #000;
}

.yellow-section .white-board .white-board_content .buttons_wrapper .button_wrapper .button.button-two {
    background: #424242;
    color: #fff;
    margin-bottom: 0;
}

.yellow-section .white-board .white-board_content .buttons_wrapper .button_wrapper .button.button-one span {
    font-size: 11px;
}

.yellow-section .white-board .white-board_content .buttons_wrapper .button_wrapper .text {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #424242;
}

.yellow-section .yellow-section_content {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 -25px;
    background-color: #ffd100;
}

@media (min-width: 768px) {
    .yellow-section .yellow-section_content {
        margin: 0;
    }
}

.yellow-section .yellow-section_content .text {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 24px;
    line-height: 38px;
    font-weight: 400;
    color: #424242;
    text-align: center;
    margin-bottom: 48px;
    max-width: 300px;
    margin-top: 40px;
}

@media (min-width: 768px) {
    .yellow-section .yellow-section_content .text {
        max-width: initial;
        margin-top: 0;
    }
}

.yellow-section .yellow-section_content .text a {
    text-decoration: underline;
    color: #424242;
}

.white-section .title {
    font-family: "Lato", Arial, sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 36px;
    text-align: left;
    color: #ffd100;
}

@media (min-width: 768px) {
    .white-section .title {
        margin-top: 64px;
        font-size: 36px;
        line-height: 42px;
        text-align: center;
    }
}

.white-section .content_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 33px;
    flex-direction: column;
}

@media (min-width: 768px) {
    .white-section .content_wrapper {
        flex-direction: row;
        margin-bottom: 63px;
    }
}

.white-section .content_wrapper .element {
    display: flex;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #424242;
    text-align: left;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .white-section .content_wrapper .element {
        flex-direction: column;
        max-width: 225px;
        align-items: center;
        text-align: center;
        margin-bottom: 0;
    }
}

.white-section .content_wrapper .element .icon {
    margin-bottom: 10px;
    margin-right: 20px;
}

@media (min-width: 768px) {
    .white-section .content_wrapper .element .icon {
        margin-right: 0;
    }
}

.grey-section {
    padding: 40px 0;
}

.grey-section .container-small {
    max-width: 1270px;
}

.grey-section .content .title {
    font-family: "Lato", Arial, sans-serif;
    font-size: 24px;
    line-height: 38px;
    font-weight: 700;
    color: #424242;
    margin-bottom: 20px;
}

.grey-section .content .text {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #424242;
    margin-bottom: 10px;
}

.grey-section .content .small-text {
    margin-top: 30px;
}

.font-openSans {
    font-family: "Open Sans", sans-serif;
}

.font-lato {
    font-family: "Lato", sans-serif;
}

.bold {
    font-weight: bold;
}

.mobile {
    display: none !important;
}

.desktop {
    margin-left: 20px;
}

@media only screen and (max-width: 710px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: flex !important;
    }
}

.footer {
    border-top-left-radius: 80px;
    padding: 0;
    background-color: #303336;
    color: #fff;
}

.footer .container {
    padding: 40px 25px;
    max-width: 1270px;
    margin: auto;
}

.footer > * {
    margin-bottom: 0;
}

.footer .footer-line .big-number {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}

.footer .footer-line.pub-disclaimer {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

.footer .footer-line .footer-link {
    font-size: 12px;
    color: #fff;
    margin-left: 24px;
}

.footer .footer-line .footer-link a {
    color: #fff;
    text-decoration: none;
}

.footer .footer-line a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

.footer .footer-line .footer-name {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 24px;
}

.footer .footer-line.title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    justify-content: start;
}

.footer .footer-line.sub-title {
    font-size: 12px;
    color: #fff;
}

.footer .footer-line.price {
    font-size: 12px;
    color: #bfbfc1;
}

.footer .hr {
    margin-top: 32px;
    margin-bottom: 24px;
    border: none;
    height: 1px;
    background-color: #656668;
    box-shadow: none;
    outline: none;
}

.footer .footer-line.d-flex {
    display: flex;
    align-items: end;
    margin: 16px auto 8px;
}

.footer .footer-line.sub-title.mobile {
    display: flex;
    align-items: baseline;
}

.cp-contest-intro__title .cp-contest-intro__dot {
    color: #ffd139;
}

@media (max-width: 1024px) {
    .footer .container {
        padding: 40px 25px;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .footer .container {
        padding-inline: 25px;
    }
    .footer .footer-line.title {
        padding: 0;
    }
}

@media (max-width: 650px) {
    .footer {
        border-top-left-radius: 40px;
    }
    .footer .footer-line.d-flex {
        align-items: start !important;
        flex-direction: column;
        margin-bottom: 24px;
    }
    .footer .footer-line .footer-link {
        padding: 7.5px 0;
        margin-left: 0;
    }
    .footer .footer-line .footer-name {
        padding: 7.5px 0;
    }
    .footer .footer-line.sub-title {
        display: block;
    }
    .footer .container {
        padding: 56px 6% 80px 6%;
    }
}

.modal_wrapper {
    display: none;
    position: fixed;
    z-index: 101;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
    .modal_wrapper {
        padding-top: 60px;
    }
}

.modal_wrapper .modal {
    background-color: #fefefe;
    margin: auto;
    padding: 25px 25px 200px 25px;
    max-width: 790px;
    position: relative;
    border-radius: 24px;
}

@media (min-width: 768px) {
    .modal_wrapper .modal {
        padding: 50px 90px;
        border: 1px solid #fcbd00;
        max-height: calc(110vh - 230px);
        overflow: auto;
    }
}

.modal_wrapper .modal .close {
    position: absolute;
    top: 28px;
    right: 28px;
}

.form--title {
    color: #ffd100;
    font-weight: bold;
    margin-bottom: 20px;
}

.form--title h3 {
    font-size: 1.2em;
    font-weight: 500;
}

.form--field,
.lp-form-field {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #979797;
    color: #424242;
}

form label {
    color: #424242;
    font-size: 14px;
    left: 10px;
    top: 10px;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    width: 250px;
}

form span {
    top: 10px;
}

form input {
    background-color: transparent;
    border: none;
    color: #424242;
    font-size: 14px;
    padding: 10px 0;
    width: 100%;
}

form input::-webkit-input-placeholder {
    color: #d2d2d2;
}

form input:-ms-input-placeholder {
    color: #d2d2d2;
}

form input::-ms-input-placeholder {
    color: #d2d2d2;
}

form input::placeholder {
    color: transparent;
    font-size: 14px;
}

@media (min-width: 768px) {
    form input::placeholder {
        color: #d2d2d2;
    }
}

form input:focus ~ label {
    color: #424242;
}

form input:focus {
    border-color: #424242;
    outline: 0;
}

.form--button,
.lp-form-button {
    text-align: center;
    width: 200px;
    font-weight: 400;
}

form button {
    background: #ffd100;
    background-color: #ffd100;
    border: none;
    color: #424242;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    float: right;
    cursor: pointer;
    border-radius: 24px;
}
@media (min-width: 768px) {
    form button {
        margin-left: 5px;
    }
}

.form--information {
    color: #424242;
    font-size: 13px;
    line-height: 14px;
    margin: 15px 0;
}

.form--checkbox-info {
    color: #424242;
    font-size: 13px;
    line-height: 16px;
    padding-left: 27px !important;
    font-style: normal;
}

@media (min-width: 768px) {
    .form--checkbox-info {
        font-size: 0.875rem;
        line-height: 160%;
        font-weight: 400;
    }
}

.form--footer {
    border-top: 1px solid #c2c2c2;
    color: #ffd100;
    clear: both;
    padding: 20px 0;
}

.reset {
    background-color: #c2c2c2;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

.ls-canvas .ls-area .ls-1st {
    padding-top: 0 !important;
}

#pedir-contacto .form-aggregator .marketing-field.terms {
    padding: 10px 0;
}

@media (max-width: 768px) {
    #pedir-contacto .form-aggregator .form--button,
    .lp-form-button {
        width: calc(100vw - 50px);
        margin: 0 0 0 -3px;
    }
}

#pedir-contacto .form-aggregator {
    padding: 0 !important;
}

.onFormSubmittedFeedback {
    max-width: 100%;
    max-height: 100%;
}

.text--align-center {
    text-align: center;
}

.yellow-section_content.inline-display {
    display: block;
}

.yellow-section_content .text.smaller {
    font-size: 20px;
    line-height: 26px;
}
@media (max-width: 768px) {
    .yellow-section_content .text.smaller {
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
    }
}

.yellow-section_content .text.bigger {
    font-family: "Lato", Arial, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 35px;
    color: #424242;
}
@media (max-width: 768px) {
    .yellow-section_content .text.bigger {
        padding-top: 55px;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .yellow-section_content .text.bigger {
        font-size: 48px;
        line-height: 62px;
    }
}

.yellow-tabbed {
    position: relative;
    background-color: #ffd100;
    margin-top: -50px;
    padding: 40px 20px 0;
}
@media (min-width: 768px) {
    .yellow-tabbed {
        padding: 35px 0 0;
    }
}
.yellow-tabbed .content-area {
    max-width: 525px;
}
@media (max-width: 768px) {
    .yellow-tabbed .content-area {
        margin-bottom: -30px;
        z-index: 0;
    }
}
@media (min-width: 768px) {
    .yellow-tabbed .content-area {
        margin: 0 auto 75px;
    }
}
.yellow-tabbed .content-area .tab-container .tabs-aggregator {
    display: flex;
    padding: 0;
    margin: 0;
}
.yellow-tabbed .content-area .tab-container .tabs-aggregator .single-tab {
    list-style-type: none;
    width: 50%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}
@media (min-width: 768px) {
    .yellow-tabbed .content-area .tab-container .tabs-aggregator .single-tab {
        font-size: 22px;
        line-height: 26px;
    }
}
.yellow-tabbed .content-area .tab-container .tabs-aggregator .single-tab.active {
    color: #fcbd00;
    border-radius: 8px 8px 0px 0px;
    background-color: #fff;
}
.yellow-tabbed .content-area .tab-container .tabs-aggregator .single-tab:hover {
    cursor: pointer;
}
.yellow-tabbed .content-area .tab-container .tabs-content-aggregator {
    margin-top: 2px;
}
.yellow-tabbed .content-area .tab-container .tabs-content-aggregator .single-tab-content {
    display: none;
    padding: 28px 14px;
    background-color: #fff;
    border-radius: 0 0 16px 16px;
}
@media (min-width: 768px) {
    .yellow-tabbed .content-area .tab-container .tabs-content-aggregator .single-tab-content {
        padding: 50px 30px 45px 30px;
    }
}
.yellow-tabbed .content-area .tab-container .tabs-content-aggregator .single-tab-content.active {
    display: block;
}
.yellow-tabbed .content-area .tab-container .tabs-content-aggregator .single-tab-content ul {
    position: relative;
    z-index: 20;
    margin: 0;
    padding: 0;
}
.yellow-tabbed .content-area .tab-container .tabs-content-aggregator .single-tab-content ul li {
    font-size: 16px;
    line-height: 27px;
    color: #424242;
    list-style-type: none;
    position: relative;
    padding-left: 50px;
    margin-bottom: 15px;
}
.yellow-tabbed .content-area .tab-container .tabs-content-aggregator .single-tab-content ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    display: block;
    background-image: url("imagens/yellow-checkmark.png");
    width: 30px;
    height: 30px;
    background-size: cover;
    margin-right: 32px;
}
.yellow-tabbed .content-area .tab-container .tabs-content-aggregator .single-tab-content ul li a {
    color: #fcbd00;
}
.yellow-tabbed .image-area {
    position: relative;
    text-align: center;
    z-index: 10;
}
@media (min-width: 768px) {
    .yellow-tabbed .image-area {
        margin-bottom: -105px;
    }
}
.yellow-tabbed .image-area img {
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 768px) {
    .yellow-tabbed .image-area img {
        max-width: 100%;
    }
}
.yellow-tabbed .image-white-area {
    height: 25px;
    width: 100%;
    background-color: #f9f9f9;
}
@media (max-width: 768px) {
    .yellow-tabbed .image-white-area {
        height: 50px;
        background-color: #f9f9f9;
        margin-left: -20px;
        width: calc(100% + 40px);
        margin-top: -42px;
    }
}

/* ===== FAQs ===== */

.faqs-section {
    padding: 0 0 80px;
    position: relative;
}

@media (max-width: 768px) {
    .faqs-section {
        padding: 0 0 56px;
    }
}

.faqs {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 25px;
}

/* Banner FAQs */
.faqs-banner {
    background:
        radial-gradient(ellipse 55% 70% at 95% 0%,   #b8d43a 0%, transparent 65%),
        radial-gradient(ellipse 60% 60% at 50% 70%,  rgba(160, 225, 215, 0.45) 0%, transparent 70%),
        linear-gradient(150deg, #1a6b5e 0%, #2ea89e 45%, #2a9080 100%);
    border-radius: 0;
    position: relative;
    overflow: visible;
    height: 280px;
    margin-bottom: 0;
}

.faqs-banner__inner {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 25px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
}

.faqs-banner__person {
    width: 360px;
    height: 700px;
    flex-shrink: 0;
    overflow: visible;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 2;
}

.faqs-banner__person img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
    display: block;
}

.faqs-banner__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    padding: 40px 0;
}

.faqs-banner__eyebrow {
    display: none;
}

.faqs-banner__title {
    font-family: "Lato", Arial, sans-serif;
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    margin: 0;
    line-height: 1.1;
    text-align: left;
}

.faqs-banner__title span {
    color: #ffd100;
}

.faqs-banner__car {
    display: none;
}

@media (max-width: 768px) {
    .faqs-banner {
        height: 200px;
    }

    .faqs-banner__person {
        width: 180px;
        height: 340px;
    }

    .faqs-banner__title {
        font-size: 28px;
    }

    .faqs-banner__content {
        padding: 24px 0;
    }
}

.faqs .faqs-area {
    margin-top: 48px;
}

.faqs .faqs-area .single-faq {
    background-color: #fff;
    border-radius: 16px;
    padding: 0 24px;
    margin-bottom: 8px;
    color: #303336;
    cursor: pointer;
}

.faqs .faqs-area .single-faq.open .question .arrow {
    transform: rotate(180deg);
}

/* max-height do estado open definido via JS (scrollHeight real) */

.faqs .faqs-area .single-faq .arrow {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    margin-left: 16px;
    transition: transform 0.2s ease;
    display: block;
}

/* question-title: h3 wrapper — flex item que cresce */
.faqs .faqs-area .single-faq .question-title {
    flex: 1;
    margin: 0;
}

/* question-btn: o verdadeiro elemento interativo */
.faqs .faqs-area .single-faq .question-btn {
    background: none;
    border: none;
    padding: 0;
    font-family: "Lato", Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    color: #303336;
    cursor: pointer;
    text-align: left;
    width: 100%;
}

@media (min-width: 768px) {
    .faqs .faqs-area .single-faq .question-btn {
        font-size: 24px;
    }
}

.faqs .faqs-area .single-faq .question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    padding: 0;
}

.faqs .faqs-area .single-faq .question:hover {
    cursor: pointer;
}

.faqs .faqs-area .single-faq .question-btn:focus-visible {
    outline: 2px solid #3C4CF5;
    outline-offset: 2px;
    border-radius: 4px;
}

.faqs .faqs-area .single-faq .answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faqs .faqs-area .single-faq .answer-inner {
    padding: 16px 0 32px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #636365;
}

.faqs .faqs-area .single-faq .answer p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 8px;
    color: #636365;
}

.faqs .faqs-area .single-faq .answer a {
    color: #fcbd00;
}

.faqs .faqs-area .single-faq .answer ul {
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.6;
}

.faqs .faqs-area .single-faq .answer ul li {
    margin-bottom: 7px;
}


.client-type-label {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #424242;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-left: 44px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.client-type-label input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.client-type-label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    border: 2px solid #424242;
    border-radius: 50%;
}
.client-type-label input:checked ~ .label-text {
    color: #fcbd00;
}
.client-type-label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.client-type-label input:checked ~ .checkmark:after {
    display: block;
}
.client-type-label .checkmark:after {
    background-color: #fcbd00;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    left: 5px;
    top: 5px;
}

.client-type-info {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    justify-content: center;
    color: #424242;
    margin: 25px 0;
}

.buttons_wrapper .hidden,
.buttons_wrapper.hidden {
    display: none !important;
}

.buttons_wrapper.fullwidth {
    justify-content: center;
}

@media (max-width: 768px) {
    .buttons-wrapper-default {
        width: 100%;
    }
}

@media (min-width: 768px) {
    #pedir-contacto .form--title h3 {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .body{
        padding-bottom: 50px;
    }
}

/* ===== Links úteis ===== */

.mp-list--detailed-block {
    padding: 40px 0 80px;
}

.mp-list__subtitle-wrapper {
    margin-bottom: 32px;
}

.mp-list__subtitle {
    font-family: "Lato", Arial, sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.3;
    color: #303336;
}

.mp-list__element-wrapper {
    display: flex;
    flex-direction: column;
}

.mp-list__element {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 16px;
    padding: 0 24px;
    min-height: 80px;
    margin-bottom: 8px;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s ease;
}

.mp-list__element:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.mp-clickable-list__body {
    display: flex;
    align-items: center;
    flex: 1;
}

.mp-clickable-list__text {
    flex: 1;
}

.mp-clickable-list__title {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    color: #303336;
    margin: 0;
}

.mp-list__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    margin-left: 16px;
}

.mp-list__icon--external svg {
    stroke: #303336;
    fill: none;
}

.mp-list__icon--pdf img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .mp-list--detailed-block {
        padding: 32px 0 56px;
    }

    .mp-list__subtitle {
        font-size: 20px;
    }

    .mp-clickable-list__title {
        font-size: 16px;
    }
}

/* ===== Secção Concurso / Prémio ===== */

.cp-contest-section {
    padding: 80px 0 200px;
}

/* Intro da secção */
.cp-contest-intro {
    max-width: 720px;
    margin: 0 auto 52px;
    text-align: center;
}

.cp-contest-intro__title {
    font-family: "Lato", Arial, sans-serif;
    font-size: 46px;
    font-weight: 900;
    color: #303336;
    line-height: 1.1;
    margin: 0 0 16px;
}

.cp-contest-intro__subtitle {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #636365;
    margin: 0;
}

.cp-contest-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 16px;
    align-items: stretch;
}

/* Card principal — prémio */
.cp-contest-prize {
    background-image: url('/content/dam/montepio/imagens/campanhas/concurso-credito-pessoal/concurso-credito-pessoal-premio-01.webp');
    background-color: #2a9db5;
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    overflow: hidden;
    min-height: 540px;
    display: flex;
}

/* Overlay semitransparente para legibilidade do texto sobre a imagem */
.cp-contest-prize__overlay {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 40px;
    background: linear-gradient(160deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.15) 100%);
}

.cp-contest-badge {
    display: inline-flex;
    align-items: center;
    background-color: #ffd100;
    color: #303336;
    padding: 6px 18px;
    border-radius: 999px;
    font-family: "Lato", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    width: fit-content;
    margin-bottom: 24px;
}

.cp-contest-prize__title {
    font-family: "Lato", Arial, sans-serif;
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin: 0 0 16px;
}

.cp-contest-prize__desc {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.75);
    margin: 0 0 auto;
    max-width: 52%;
}

.cp-contest-prize__img {
    flex: 1;
    min-height: 280px;
    margin-top: 32px;
    border-radius: 14px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.15);
}

.cp-contest-prize__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Colunas central e direita */
.cp-contest-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Cards genéricos */
.cp-contest-card {
    border-radius: 20px;
    overflow: hidden;
    flex: 1;
}

.cp-contest-card--text {
    background-color: #fff;
    padding: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cp-contest-card--full {
    flex: 1;
}

.cp-contest-card--img {
    background-color: rgba(0, 0, 0, 0.08);
    min-height: 220px;
}

.cp-contest-card--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cp-contest-card__title {
    font-family: "Lato", Arial, sans-serif;
    font-size: 30px;
    font-weight: 900;
    color: #303336;
    line-height: 1.15;
    margin: 0 0 16px;
}

.cp-contest-card__title::after {
    content: '.';
    color: #ffd100;
}

.cp-contest-card__text {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #636365;
    margin: 0;
}

/* CTA Concorrer */
.cp-contest-cta,
.cp-contest-card__cta {
    display: inline-flex;
    align-items: center;
    height: 52px;
    padding: 0 32px;
    border-radius: 26px;
    background-color: #303336;
    color: #fff;
    font-family: "Lato", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    width: fit-content;
    margin-top: 24px;
    transition: opacity 0.2s ease;
}

.cp-contest-cta:hover {
    opacity: 0.8;
}

.cp-contest-card__cta:hover {
    background-color: #ffd100;
    color: #303336;
    opacity: 1;
}

/* Nota inferior */
.cp-contest-note {
    margin-top: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.cp-contest-note p {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #636365;
    margin: 0;
}

.cp-contest-note a {
    color: #636365;
    text-decoration: underline;
    font-weight: 600;
}

.cp-contest-note a:hover {
    color: #303336;
}

/* Mobile */
@media (max-width: 768px) {
    .cp-contest-grid {
        grid-template-columns: 1fr;
    }

    .cp-contest-prize {
        min-height: 400px;
    }

    .cp-contest-card--img {
        min-height: 200px;
    }
}

/* ===== Secção Finalidades de Crédito Pessoal ===== */

.cp-uses-section {
    background-color: #f3f4f5;
    padding-top: 56px;
}

/* Intro (não-sticky) */
.cp-uses-intro {
    max-width: 860px;
    margin: 0 auto 32px;
    text-align: center;
}

.cp-uses-intro__title {
    font-family: "Lato", Arial, sans-serif;
    font-size: 46px;
    line-height: 1.1;
    font-weight: 900;
    color: #303336;
    margin: 0;
}

.cp-uses-intro__subtitle {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: #636365;
    margin: 12px 0 0;
}

/* Cards wrapper */
.cp-uses-cards {
}

/* Spacer real após o último card — padding-bottom não conta para o sticky range
   do último filho no Chrome, por isso usamos um elemento real de 100vh. */
.cp-uses-cards-spacer {
    height: 100vh;
}

/* Cards: empilhamento sticky */
.cp-uses-card {
    position: sticky;
    border-radius: 24px;
    min-height: 520px;
    display: flex;
    gap: 12px;
    padding: 24px;
    margin-bottom: 20px;
    align-items: stretch;
}

/* Posição, z-index e cor — gradiente inspirado na imagem Renault 4 */
/* Gradiente distribuído — cada card recebe 1 cor equidistante do gradiente do card do prémio */
.cp-uses-card--1 { top:  83px; z-index: 1; background-color: #d8e03c; } /* 100% — lima       */
.cp-uses-card--2 { top: 103px; z-index: 2; background-color: #8bcc4d; } /*  75% — verde-lima */
.cp-uses-card--3 { top: 123px; z-index: 3; background-color: #57c37e; } /*  50% — verde      */
.cp-uses-card--4 { top: 143px; z-index: 4; background-color: #3bbead; } /*  25% — teal       */
.cp-uses-card--5 { top: 163px; z-index: 5; background-color: #38b8cc; } /*   0% — teal-azul  */

/* Área visual — lado esquerdo, para fotografia */
.cp-uses-card__visual {
    flex: 0 0 42%;
    border-radius: 14px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.12);
}

.cp-uses-card__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Conteúdo — lado direito, fundo branco */
.cp-uses-card__content {
    flex: 1;
    background-color: #fff;
    border-radius: 14px;
    padding: 48px 52px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

/* Label de categoria — badge escuro */
.cp-uses-card__label {
    display: inline-flex;
    align-items: center;
    background-color: #303336;
    color: #fff;
    padding: 6px 16px;
    border-radius: 999px;
    font-family: "Lato", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
    width: fit-content;
}

/* Título */
.cp-uses-card__title {
    font-family: "Lato", Arial, sans-serif;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 900;
    color: #303336;
    margin: 0;
}

.cp-uses-card__title::after {
    content: '.';
    color: #ffd100;
}

/* Texto */
.cp-uses-card__text {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: #636365;
    margin: 0;
}

/* Botão CTA */
.cp-uses-card__cta {
    display: inline-flex;
    align-items: center;
    height: 52px;
    padding: 0 32px;
    border-radius: 26px;
    background-color: #ffd100;
    color: #303336;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    width: fit-content;
    margin-top: 8px;
    transition: opacity 0.2s ease;
}

.cp-uses-card__cta:hover { opacity: 0.85; }

/* ===== Mobile ===== */
@media (max-width: 768px) {
    .cp-uses-section {
        padding-top: 56px;
    }

    .cp-uses-intro {
        margin-bottom: 32px;
    }

    .cp-uses-intro__title {
        font-size: 32px;
    }

    .cp-uses-intro__desc {
        font-size: 16px;
    }

    .cp-uses-cards-spacer {
        display: none;
    }

    .cp-uses-card {
        position: static;
        flex-direction: column;
        min-height: unset;
        margin-bottom: 12px;
        border-radius: 20px;
        padding: 8px;
        gap: 8px;
    }

    .cp-uses-card__visual {
        flex: none;
        height: 240px;
        width: 100%;
        border-radius: 14px;
        order: 1;
    }

    .cp-uses-card__content {
        border-radius: 14px;
        padding: 28px 24px;
        gap: 14px;
        order: 2;
    }

    .cp-uses-card__title {
        font-size: 28px;
    }
}

/* ═══════════════════════════════════════════════════════════════
   Campanha Renault 4 — estilos migrados do inline
   ═══════════════════════════════════════════════════════════════ */

/* ── Card Slider ── */
.cp-slider-section { padding: 24px 0 60px; margin-top: -200px; }
.yellow-section { padding-bottom: 120px !important; }
.yellow-section .white-board { top: -120px !important; }
.cp-slider-intro { text-align: center; margin-bottom: 32px; padding: 0 24px; }
.cp-slider-intro__title { font-family: "Lato", Arial, sans-serif; font-size: 40px; font-weight: 900; color: #303336; line-height: 1.2; margin: 0; }
.cp-slider-intro__subtitle { font-family: "Open Sans", Arial, sans-serif; font-size: 16px; line-height: 1.65; color: #636365; margin: 12px 0 0; }
.cp-slider-viewport { overflow: hidden; width: 100%; position: relative; }
.cp-slider-track { position: relative; width: 100%; height: 100%; }
.cp-slider-card { position: absolute; left: 50%; top: 50%; width: 400px; min-height: 620px; background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.06); transition: transform 0.6s cubic-bezier(0.4,0,0.2,1), opacity 0.5s ease, filter 0.6s ease, box-shadow 0.5s ease; will-change: transform, opacity, filter; cursor: pointer; user-select: none; }
.cp-slider-card.is-active { box-shadow: 0 8px 32px rgba(0,0,0,0.14); cursor: default; }
.cp-slider-card__img { width: 100%; height: 400px; padding: 16px 16px 0; overflow: hidden; box-sizing: border-box; }
.cp-slider-card__img img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; }
.cp-slider-card__badge { position: absolute; top: 24px; left: 24px; padding: 5px 14px; border-radius: 100px; font-family: "Open Sans", Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; background: #3C4CF5; color: #FFFFFF; pointer-events: none; z-index: 2; }
.cp-slider-icon--play { display: none; }
.cp-slider-card__arrow { position: absolute; top: 24px; right: 24px; width: 44px; height: 44px; border-radius: 50%; background: #e8e8e8; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s, background 0.2s; z-index: 2; }
.cp-slider-card__arrow:hover { background: #ffd100; }
.cp-slider-card.is-active .cp-slider-card__arrow { opacity: 1; }
.cp-slider-card__body { padding: 16px 16px 24px; display: flex; flex-direction: column; align-items: flex-start; text-align: left; }
.cp-slider-card__title { font-family: "Lato", Arial, sans-serif; font-size: 20px; font-weight: 700; font-style: normal; color: #222324; margin: 0 0 12px; line-height: 135%; letter-spacing: 0; }
.cp-slider-card__title::after { content: "."; color: #ffd100; }
.cp-slider-card__text { font-family: "Open Sans", Arial, sans-serif; font-size: 16px; font-weight: 400; font-style: normal; line-height: 160%; letter-spacing: 0; color: #636365; margin: 0 0 24px; }
.cp-slider-card__cta { display: inline-block; padding: 12px 28px; border-radius: 100px; font-family: "Open Sans", Arial, sans-serif; font-size: 14px; font-weight: 600; text-decoration: none; background: #c0c3c6; color: #303336; transition: background 0.3s, color 0.3s; align-self: center; }
.cp-slider-card.is-active .cp-slider-card__cta { background: #303336; color: #fff; }
.cp-slider-card.is-active .cp-slider-card__cta:hover { background: #ffd100; color: #303336; }
.cp-slider-nav { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 8px; padding: 0 24px 16px; }
.cp-slider-btn { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; background: #e8e8e8; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.cp-slider-btn:hover { background: #ffd100; }
.cp-slider-dots { display: flex; gap: 8px; align-items: center; background: #e8e8e8; padding: 10px 16px; border-radius: 100px; border: none; }
.cp-slider-dot { width: 8px; height: 8px; border-radius: 50%; background: #b0b0b0; cursor: pointer; transition: background 0.3s, width 0.3s, border-radius 0.3s; flex-shrink: 0; }
.cp-slider-dot.is-active { width: 24px; border-radius: 100px; background: #303336; }

@media (max-width: 768px) {
    .cp-slider-intro__title { font-size: 28px; }
    .cp-slider-intro__subtitle { font-size: 14px; }
    .cp-slider-viewport { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); width: 100vw; }
    .cp-slider-card { width: calc(100% - 72px); box-shadow: 0 2px 8px rgba(0,0,0,0.07); }
    .cp-slider-card.is-active { box-shadow: 0 4px 16px rgba(0,0,0,0.11); }
}

/* ── Video Hero ── */
.banner { min-height: 500px; }
@media (max-width: 767px) {
    .banner { height: 640px; padding-top: 0; padding-bottom: 0; }
}
.banner .slide.slide-one { background-image: none !important; background-color: #1c1c1c; position: relative; overflow: hidden; height: 100%; isolation: isolate; }
.banner-video   { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.banner-overlay { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0.28) 50%, rgba(0,0,0,0.04) 100%); }
@media (max-width: 767px) {
    .banner .slide .container { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); margin-top: -25px; }
    .banner .content .title { font-size: 22px !important; line-height: 26px !important; }
    .banner .content .title span { font-size: 1.25em !important; }
}
.banner .content .tag   { color: #ffd100; }
.banner .content .title { color: #fff; }
.banner .content .text  { color: rgba(255,255,255,0.9); }

/* ── FAQ Banner ── (styles consolidated above) ── */
.grey-section .text a { color: inherit; text-decoration: underline; font-weight: 700; }

/* ── Footer Language Selector ── */
.mp-footer-legal-language { text-transform: uppercase; margin-left: 56px; width: fit-content; display: flex; gap: 12px; justify-content: space-around; float: right; }
.mp-footer-legal-language a.mp-language-button { font-family: 'OpenSans', sans-serif; font-style: normal; font-weight: normal; font-size: 12px; line-height: 19px; color: #fff; text-decoration: none; display: flex; justify-content: center; align-items: center; opacity: .4; }
.mp-footer-legal-language a.mp-language-button.pm-selected { text-decoration: none; pointer-events: none; cursor: default; opacity: 1; }
.mp-footer-legal-language a.mp-language-button:hover { text-decoration: none; opacity: 1; }
.mp-footer-legal-language a.mp-language-button img { text-decoration: none; max-width: initial; width: 24px; height: 24px; margin-left: 8px; }
.mp-footer-legal-links ul li a,
.mp-footer-legal-language ul li a { color: #bfbfc1; text-decoration: none; }
.mp-footer-legal-links ul li a:hover,
.mp-footer-legal-language ul li a:hover,
.mp-footer-legal-links ul li a:active,
.mp-footer-legal-language ul li a:active,
.mp-footer-legal-links ul li a:visited,
.mp-footer-legal-language ul li a:visited,
.mp-footer-legal-links ul li a:focus,
.mp-footer-legal-language ul li a:focus { text-decoration: none; color: #bfbfc1; }
@media (max-width: 599px) { .mp-footer-legal-language { display: flex; justify-content: flex-end; } }
@media (min-width: 600px) and (max-width: 899px) { .mp-footer-legal-language { display: flex; justify-content: flex-end; } }
@media (min-width: 900px) and (max-width: 1279px) { .mp-footer-legal-language { display: flex; align-items: center; } }
