.marketing-results-container {
    display: flex;
    margin-top: 45px;
    margin-bottom: 90px;
}

.marketing-results-container .marketing-results-left {
    width: 60%;
    padding-right: 88px;
}

.marketing-results-container .marketing-results-right {
    width: 36%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: max-content;
    border: 1px solid #CBCDD763;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.green-heading {
    color: #0EC76A;
    width: 100%;
    display: flex;
}

h2.marketing-results-title {
    color: #080808;
    margin-top: 0px;
    font-weight: 500;
    font-size: 36px;
    line-height: 50.4px;
    letter-spacing: 0%;
    font-family: 'euclidcircularb-medium';
}

.marketing-results-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #131314;
}

.marketing-results-text p a {
    color: #0ec76a;
}

.marketing-results-text p a:hover {
    opacity: 0.74;
}

.marketing-results-text {
    padding-right: 80px;
    margin-bottom: 40px;
}

p.marketing-results-right-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #131314;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 11px;
    margin-bottom: 0px;
}

a.marketing-results-cta {
    background: #0EC76A;
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    padding: 0px 20px;
    border-radius: 7px;
    height: 43px;
    width: max-content;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    box-sizing: border-box;
}

.marketing-results-right {
    border: 1px solid #CBCDD763;
    border-radius: 8px;
    text-align: center;
    padding: 20px 40px 43px 40px;
}


.marketing-results-all-brands {
    background: #0EC76A;
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    border-radius: 7px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: 0 auto;
}

.marketing-results-brand-link {
    border: 1px solid #eaeaea;
    display: flex;
    flex-direction: column-reverse;
    width: 44%;
    height: 120px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.marketing-results-brand {
    display: flex;
    flex-direction: column-reverse;
}

.marketing-results-all-brands:hover {
    color: white;
    background: #0EC76A;
}

.marketing-results-all-brands:hover,
a.marketing-results-cta:hover {
    transform: translate(0, -2px);
}

.marketing-results-brand-link:hover {
    border: 1px solid #0EC76A;
}

.marketing-results-brand-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    text-align: center;
    color: #131314;
    margin-bottom: 3px;
}

.marketing-results-brand .marketing-results-brand-logo .brand-logo-img {
    width: 77px;
    height: 27px;
}

.marketing-results-brand-percent {
    font-weight: bold;
    line-height: 18px;
}

.marketing-results-brands {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 10px;
    margin-top: 33px;
}

.marketing-results-right-title {
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0%;
    margin-bottom: 0px;
    text-align: center;
    font-family: 'euclidcircularb-semibold', Helvetica, Arial, sans-serif;
}

/*Pop-up*/
.quiz-result-popup-backdrop {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.quiz-result-popup-backdrop::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 0;
}

.quiz-result-popup-backdrop[hidden] {
    display: none;
}

.quiz-result-popup {
    background: #ffffff;
    max-width: 800px;
    max-height: 500px;
    height: 500px;
    width: 100%;
    padding: 28px 28px 24px;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;

}

.quiz-result-popup__icon {
    margin-bottom: 37px;
    text-align: center;
}

.quiz-result-popup__icon-img {
    max-width: 120px;
    max-height: 120px;
    border-radius: 50%;
    object-fit: contain;
}

.quiz-result-popup__title {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.3;
    text-align: left;
    font-family: 'euclidcircularb-semibold', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 44.8px;
    letter-spacing: 0px;
    text-align: center;
}

.quiz-result-popup__body {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
}

.quiz-result-popup__body p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    font-family: 'euclidcircularb-regular', Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.quiz-result-popup__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 28px;
    height: 49px;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    background: #131314;
    color: #fff;
    font-family: 'euclidcircularb-medium', Helvetica, Arial, sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.quiz-result-popup__btn:hover {
    transform: translate(0, -2px);
}

.quiz-result-popup__close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: none;
    background: transparent;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

@media only screen and (max-width: 1100px) {
    .marketing-results-brand-link {
        width: 30%;
    }

    a.marketing-results-cta {
        margin: 0 auto;
    }

    .marketing-results-container {
        flex-wrap: wrap;
        margin-top: 80px;
    }

    .marketing-results-text {
        padding-right: 0px;
    }

    .marketing-results-right {
        border: unset;
        padding: 0px;
    }

    .marketing-results-right-title,
    p.marketing-results-right-text {
        text-align: center;
    }

    .marketing-results-container .marketing-results-left {
        width: 100%;
        padding-right: 0px;
    }

    .marketing-results-container .marketing-results-right {
        width: 100%;
        margin-top: 70px;
        padding: 20px 50px 28px 50px;
    }
}

@media only screen and (max-width: 991px) {
    .quiz-result-popup {
        background: #ffffff;
        max-width: 800px;
        max-height: 449px;
        height: 438px;
        width: 80%;
    }

    .quiz-cta-rectangle-container p br {
        display: none;
    }
}

@media only screen and (max-width: 769px) {
    .quiz-result-popup {
        height: 420px;
    }

    .quiz-result-popup__body p br {
        display: none;
    }

    .quiz-result-popup__icon-img {
        max-width: 75px;
        max-height: 75px;
    }

    .quiz-key-pressures-upper h2 {
        font-size: 32px;
        line-height: 43.4px;
    }

    .quiz-key-pressures-upper h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 700px) {
    .quiz-key-pressures-blocks {
        flex-direction: column;
    }

    .quiz-key-pressures-blocks {
        gap: 43px;
    }
}

@media only screen and (max-width: 600px) {
    .quiz-cta-rectangle-container .quiz-cta-rectangle-upper h3 {
        font-size: 28px;
        line-height: 39.4px;
    }

    .quiz-key-pressures-upper h2 br {
        display: none;
    }

    .quiz-key-pressures-upper h3 {
        font-size: 18px;
    }

    .quiz-key-pressures-upper h2 {
        font-size: 33px;
        line-height: 47.4px;
    }

    .marketing-results-container .marketing-results-right {
            padding: 20px 20px 14px 20px;
    }

    .marketing-results-brands {
        gap: 0px;
    row-gap: 15px;
    }
}

@media only screen and (max-width: 490px) {
    .marketing-results-brand-link {
        width: 47%;
    }
}

@media only screen and (max-width: 430px) {
    .marketing-results-brand-link {
        width: 46%;
    }

    h2.marketing-results-title {
        font-size: 28px;
    }
}


@media only screen and (max-width: 380px) {
a.marketing-results-cta {
    width: 100%;
}
}
