/* Fonts */
@font-face {
    font-family: 'Noe Display'; 
    src: url('fonts/NoeDisplay/NoeDisplay-Bold.eot') format('eot'),
         url('fonts/NoeDisplay/NoeDisplay-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Maison Neue Book'; 
    src: url('fonts/MaisonNeue/MaisonNeue-Book.woff') format('woff'),
         url('fonts/MaisonNeue/MaisonNeue-Book.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Maison Neue Demi'; 
    src: url('fonts/MaisonNeue/MaisonNeue-Demi.woff') format('woff'),
         url('fonts/MaisonNeue/MaisonNeue-Demi.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
}

/* Header */
.header {
    padding: 12px 0 18px;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-bottom: 1px solid #f3ecec;
    position: fixed;
    z-index: 9999;
}

/* Quiz header */
.quiz-header {
    margin: 54px 0 0;
    padding: 80px 0 0 105px;
    height: 620px;
    background: url(images/bg-desktop.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.quiz-header__title {
    margin: 6px 0 0;
    font-size: 53px;
    line-height: 1;
    font-family: "Noe Display", sans-serif;
    letter-spacing: 1px;
    text-align: left;
    color: #0e0000;
}
.quiz-header__description {
    margin: 27px 0 0;
    font-size: 23px;
    line-height: 1.4;
    font-family: maison neue book;    
    letter-spacing: .04px;
    font-style: normal;
    color: #000;
}

.quiz-header__btn-wrapper {
    margin: 38px 0 0;
}

.quiz-header__btn {
    padding: 18px 15px 18px 0;
    width: 341px;
    height: 20px;
    display: block;
    font-size: 16px;
    font-family: maison neue book;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: #000;
    cursor: pointer;
    border: 2px solid #000;
}

.quiz-header__btn:hover {
    color: #000;
    background: #fff;
}

.quiz-header__mobile {
    display: none;
}

/* Press block */
.press-block {
    margin: 10px 10px 58px;
    background: #fbfbfb;
}

.press-block__title {
    margin: 60px auto 37px;
    width: 70%;
    display: flex;
    flex-direction: row;
    font-size: 20px;
    line-height: 0.1em;
    font-family: "Maison Neue Book";
    font-style: normal;
    text-align: center;
    color: #000;    
}

.press-block__title:before, 
.press-block__title:after {
    content: "";
    margin: auto;
    flex: 1 1;
    border-bottom: 1px solid;
}

.press-block__title:before {
    margin: 0 100px 0 0;
}

.press-block__title:after {
    margin: 0 0 0 100px;
}

.press-block__wrapper {
    margin: 0 auto;
    padding: 0 58px;
    width: 52%;
    height: 220px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
}

.press-block__wrapper p {
    margin: 0 0 1.5em;
    font-size: 14px;
    line-height: 24px;
}

.press-block__wrapper p img {
    display: block;
    margin: 0 auto 30px;
}

.press-block__pic {
    width: 174px;
    max-width: 100%;
}

.press-block__pic.business-insider {
    width: 60%;
    grid-area: 1 / 1 / 2 / 2;
}

.press-block__pic.wsj {
    width: 38%;
    grid-area: 1 / 2 / 2 / 3;
}

.press-block__pic.forbes {
    width: 75%;
    grid-area: 1 / 3 / 2 / 4;
}

.press-block__pic.bof {
    grid-area: 1 / 4 / 2 / 5;
}

.press-block__pic.cosmopolitian {
    margin-left: 48px;
    width: 90%;
    grid-area: 2 / 2 / 3 / 3;
}

.press-block__pic.vogue {
    margin-left: 130px;
    width: 60%;
    max-width: 100%;
    grid-area: 2 / 3 / 3 / 4;
}

.press-block__pic.engadget {
    margin-left: 110px;
    width: 75%;
    max-width: 100%;
    grid-area: 2 / 1 / 3 / 2;
}

.press-block__closing-border {
    margin: 0 auto 20px;
    width: 70%;
    border-bottom: 1px solid #000;
}

.press-block {
    margin-bottom: 58px;
    background: unset;
}

.press-block__title,
.press-block__closing-border {
    max-width: 50%;
}

/* Quiz TBYB */
.quiz-tbyb {
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    max-width: 1164px;
    height: unset;
    display: flex;
}

.quiz-tbyb__wrapper {
    margin: 0;
    width: unset;
    display: flex;
    flex-direction: column;
}

.quiz-tbyb__title {
    margin: 45px 80px 22px 0;
    width: 100%;
    font-size: 45px;
    line-height: 1;
    font-family: "Noe Display";
    font-weight: normal;
    letter-spacing: 1px;
    color: #000;
}

.quiz-tbyb__instruction-wrapper {
    margin: 20px 80px 20px 0;
    padding: 0;
    list-style: decimal outside;
}

.quiz-tbyb__instruction {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Maison Neue Book';
    font-style: normal;
    white-space: nowrap;
    list-style: none;
    color: #000;
}

.quiz-tbyb__instruction .digit {
    margin: 0 20px 0 0;
    font-size: 36px;
    line-height: 1.5;
    font-family: "Noe Display", sans-serif;
    font-weight: normal;
    color: #ff0283;
}

.quiz-tbyb__btn {
    margin: 10px 80px 20px 0;
    padding: 20px 0 0 116px;
    width: 240px;
    height: 36px;
    font-size: 16px;
    line-height: 1;
    font-family: "Maison Neue Book";
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    background: #000;
    border: 2px solid #000;
}

.quiz-tbyb__btn:hover {
    color: #000;
    background: #fff;
}

.quiz-tbyb img {
    margin: 0 0 20px;
    display: block;
    width: 500px;
    max-width: 500px;
    line-height: 24px;
    height: 470px;
    position: unset;
}

/* Quiz reviews */
.quiz-reviews {
    margin: 0 auto;
    max-width: 1184px;
    position: relative;
}

.quiz-reviews__title {
    margin: 30px 20px;
    padding-right: 44px;
    font-size: 45px;
    line-height: 1;
    font-family: "Noe Display";
    font-weight: normal;
    letter-spacing: 1px;
    font-stretch: normal;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    color: #0e0000;    
}

.quiz-reviews__subtitle {
    margin: 0 auto;
    padding-right: 44px;
    max-width: 600px;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Maison Neue Book";
    font-weight: normal;
    font-style: italic;
    letter-spacing: .03px;
    text-align: center;
    text-transform: none;
    position: relative;
    color: #000;
}

.quiz-reviews__subtitle::after, 
.quiz-reviews__subtitle::before {
    position: absolute;
}

.quiz-reviews__subtitle::before {
    top: -25px;
    left: -15px;
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDExIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNMTAuMTM2Ljc4NGMtMi40MDguNTg4LTQuMDA0IDIuNzcyLTQuMDA0IDQuOTU2IDAgMS40NTYuODk2IDIuMzUyIDIuMTI4IDIuMzUyIDEuMTQ4IDAgMS45Ni0uODQgMS45Ni0xLjkwNCAwLS45OC0uNjE2LTEuNzA4LTEuNTk2LTEuODc2LS4yOC0uMDU2LS4zNjQtLjExMi0uMzY0LS4zOTIgMC0xLjI2LjgxMi0yLjQ5MiAxLjkwNC0zLjA4bC0uMDI4LS4wNTZ6bS01LjIwOCAwQzIuNTIgMS4zNzIuOTI0IDMuNTU2LjkyNCA1Ljc0YzAgMS40NTYuODk2IDIuMzUyIDIuMTI4IDIuMzUyIDEuMTQ4IDAgMS45Ni0uODQgMS45Ni0xLjkwNCAwLS45OC0uNjE2LTEuNzA4LTEuNTk2LTEuODc2LS4yOC0uMDU2LS4zNjQtLjExMi0uMzY0LS4zOTIgMC0xLjI2LjgxMi0yLjQ5MiAxLjkwNC0zLjA4TDQuOTI4Ljc4NHoiIGZpbGw9IiNGRjAyODMiLz4KPC9zdmc+Cg==);
}

.quiz-reviews__subtitle::after {
    bottom: -17px;
    right: 24px;
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDExIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNLjg2NCA4LjIxNmMyLjQwOC0uNTg4IDQuMDA0LTIuNzcyIDQuMDA0LTQuOTU2IDAtMS40NTYtLjg5Ni0yLjM1Mi0yLjEyOC0yLjM1Mi0xLjE0OCAwLTEuOTYuODQtMS45NiAxLjkwNCAwIC45OC42MTYgMS43MDggMS41OTYgMS44NzYuMjguMDU2LjM2NC4xMTIuMzY0LjM5MiAwIDEuMjYtLjgxMiAyLjQ5Mi0xLjkwNCAzLjA4bC4wMjguMDU2em01LjIwOCAwYzIuNDA4LS41ODggNC4wMDQtMi43NzIgNC4wMDQtNC45NTYgMC0xLjQ1Ni0uODk2LTIuMzUyLTIuMTI4LTIuMzUyLTEuMTQ4IDAtMS45Ni44NC0xLjk2IDEuOTA0IDAgLjk4LjYxNiAxLjcwOCAxLjU5NiAxLjg3Ni4yOC4wNTYuMzY0LjExMi4zNjQuMzkyIDAgMS4yNi0uODEyIDIuNDkyLTEuOTA0IDMuMDhsLjAyOC4wNTZ6IiBmaWxsPSIjRkYwMjgzIi8+Cjwvc3ZnPgo=);
}

.swiper-button-next:after, 
.swiper-button-prev:after {
    display: none;
}

.quiz-reviews .swiper-container {
    margin: 0 auto 40px;
    display: flex;
    overflow: hidden;
}

.swiper-slide__content {
    margin: 14px;
    padding: 17px;
    width: 326px;
    height: 346px;
    box-shadow: 0 7px 20px 0 rgb(0 0 0 / 8%);
    background: #fbfbfb;
    position: relative;
}

.quiz-reviews .item-heading {
    padding: 10px 0 10px 10px;
    display: flex;
    justify-content: space-between;
}

.quiz-reviews .item-heading .item-name {
    font-size: 12px;
    font-family: "Maison Neue Demi";
    text-transform: uppercase;
}

.quiz-reviews .item-heading .item-date {
    font-size: 10px;
    font-family: "Maison Neue Demi";
    color: #6a6c77;
}

.swiper-slide__content .stars {
    margin: 0 0 10px 8px;
    text-align: left;
}

.stars::before {
    top: 0;
    left: 0;
    right: 0;
    content: "\2605 \2605 \2605 \2605 \2605";
    display: inline-block;
    font-size: 16px;
}

.quiz-reviews .item-description {
    margin: 2px 0 5px 8px;
    font-size: 14px;
    line-height: 1.57;
    font-family: "Maison Neue Book";
    text-align: left;
}

.swiper-slide .item-photo{
    bottom: -5px;
    position: absolute;
}

.swiper-slide .item-photo.double {
    display: flex;
}

.quiz-reviews .item-photo img {
    margin: 10px 0 3px 1px;
    width: 75px;
}

.swiper-slide .item-photo.double img {
    max-width: 60px;
    max-height: 60px;
}

.swiper-slide .item-photo.double p:nth-child(2n) {
    margin-left: 20px;
}

.swiper-container-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-custom, .swiper-pagination-fraction {
    margin-right: 26px;
    bottom: 19px;
    right: 0;
    width: 100%;
    text-align: right;
}

.quiz-reviews .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    display: none;
}

.quiz-reviews .swiper-button-prev {
    margin: 1px;
    top: 320px;
    left: -40px;
    width: 26px;
    height: 30px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgMTEgNyI+CiAgICA8cGF0aCBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzExMSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xLjUgNS41bDQtNCA0IDQiLz4KPC9zdmc+Cg==) 0 0 no-repeat;
    background-size: contain;
    transform: rotate(270deg);
    z-index: 999;
}

.quiz-reviews .swiper-button-next {
    margin: -13px;
    top: 320px;
    right: -40px;
    width: 26px;
    height: 30px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgMTEgNyI+CiAgICA8cGF0aCBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzExMSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik05LjUgMS41bC00IDQtNC00Ii8+Cjwvc3ZnPgo=) 0 0 no-repeat;
    background-size: contain;
    transform: rotate(270deg);
    z-index: 999;
}

.quiz-reviews__btn-wrapper {
    padding: 0;
    width: 100%;
    text-align: center;
}

.quiz-reviews__btn {
    padding: 18px 0 0 0;
    width: 356px;
    height: 38px;
    display: inline-block;
    font-size: 16px;
    font-family: 'Maison Neue Book';
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #000;
    border: 2px solid #000;    
}

.quiz-reviews__btn:hover {
    color: #000;
    background: #fff;
}

/* Quiz explain */
.quiz-explain .quiz-explain__powermatch {
    margin: 60px auto 45px;
    padding: 60px 0;
    background: #fbfbfb;
}

.quiz-explain__powermatch-title {
    margin: 0 20px 10px 40px;
    font-size: 45px;
    line-height: 1;
    font-family: "Noe Display";
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    color: #0e0000;
}

.quiz-explain .quiz-explain__powermatch .quiz-explain__powermatch-title, 
.quiz-explain .quiz-explain__powermatch .quiz-explain__powermatch-block {
    margin: 0 auto;
    max-width: 480px;
    color: #000;
}

.quiz-explain .quiz-explain__powermatch .quiz-explain__powermatch-block {
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 24px;
    font-family: "Maison Neue Book";
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #000;
}

.quiz-explain__pink-text {
    color: #ff0283;
}

.quiz-explain__key-wrapper {
    margin-left: 20px;
    display: flex;
    justify-content: center;
}

.quiz-explain__key-block, 
.key-fact-quiz-landing-block {
    margin: 12px;
    padding: 30px 10px 30px 39px;
    width: 304px;
    border: 1px solid #ddd;
}

.quiz-explain__key-title {
    font-size: 33px;
    line-height: 1;
    font-family: "Noe Display";
    font-weight: normal;
    letter-spacing: normal;
    color: #000;
}

.quiz-explain__key-subtitle {
    font-size: 16px;
    line-height: 1.5;
    font-family: "Maison Neue Book";
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    text-align: left;
    text-transform: capitalize;
    color: #ff0283;
}

.quiz-explain__key-block ul {
    margin: 0;
}

.quiz-explain__key-block ul,
.key-fact-quiz-landing-block ul {
    padding: 0;
    list-style: disc outside;
    margin-bottom: 20px;
}

.quiz-explain__key-block ul li {
    margin: 4px 4px 4px 28px;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Maison Neue Book";
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

h5.quiz-explain__key-subtitle {
    margin: 0 auto 10px;
}

h2.quiz-explain__key-title {
    margin: 0 auto 16px;
}

.quiz-explain__take-quiz-wrapper {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.quiz-explain__take-quiz-btn {
    margin-top: 40px;
    padding: 20px 0;
    display: inline-block;
    width: 360px;
    height: fit-content;
    font-size: 16px;
    line-height: 1;
    font-family: "Maison Neue Book";
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: #000;
    border: 2px solid #000;
    cursor: pointer;
}

.quiz-explain__take-quiz-btn:hover {
    color: #000;
    background: #fff;
}

/* Quiz features */
.quiz-features__wrapper {
    margin: 45px 0 60px;
    padding: 60px 0;
    background: #fbfbfb;
}

.quiz-features__title,
.powerful-fact__title {
    margin: 0 auto 16px;
    font-size: 33px;
    line-height: 1;
    font-family: "Noe Display";
    text-align: center;
    font-weight: normal;
    letter-spacing: normal;
    color: #000;
}

.quiz-features__content {
    width: 100%;
}

.quiz-features__advantage {
    margin: 0 auto;
    padding: 30px 37px 0 37px;
    max-width: 976px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.quiz-features__advantage-text {
    margin: 0 0 1.5em;
    font-size: 15px;
    height: 50px;
    display: flex;
    line-height: 1.33;
    font-family: "Maison Neue Book";
    letter-spacing: .2px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    text-align: left;
    color: #000;
}

.quiz-features__advantage .quiz-features__advantage-text::before {
    content: " ";
    margin-top: -7px;
    margin-right: 8px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
}

.quiz-features__advantage .quiz-features__advantage-text:first-child::before {
    background-image: url(images/icon-1.svg);
}

.quiz-features__advantage .quiz-features__advantage-text:nth-child(2)::before {
    background-image: url(images/icon-2.svg);
}

.quiz-features__advantage .quiz-features__advantage-text:nth-child(3)::before {
    background-image: url(images/icon-3.svg);
}

.quiz-features__advantage .quiz-features__advantage-text:nth-child(4)::before {
    background-image: url(images/icon-4.svg);
}

.quiz-features__description {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.5;
    font-family: "Maison Neue Book";
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1a1a1a;
}

.powerful-fact__wrapper {
    margin: 0 auto 60px;
    width: 80%;
    display: flex;
    justify-content: center;
}

.powerful-fact__description {
    margin: 0 80px 0 80px;
    width: 33.3%;
    font-size: 18px;
    line-height: 1.33;
    font-family: "Maison Neue Book";
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}

.powerful-fact__percent {
    font-size: 38px;
    line-height: .95;
    font-family: "Noe Display";
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ff0283;
}

.powerful-fact__pink-des {
    color: #ff0283;
}

/* Last quiz */
.last-quiz__wrapper {
    padding-top: 60px;
    background: #fbfbfb;
}

.last-quiz__title {
    margin: 0 auto 16px;
    font-size: 33px;
    line-height: 1;
    font-family: "Noe Display";
    text-align: center;
    font-weight: normal;
    letter-spacing: normal;
    color: #000;
}

.last-quiz__subtitle {
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 1.92;
    font-family: "Maison Neue Book";
    font-weight: 700;
    letter-spacing: .13px;
    text-align: center;
    text-transform: unset;
    color: #000; 
}

.last-quiz__question {
    padding: 0 330px 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.last-quiz__question-item {
    margin: 15px;
    padding: 10px 10px 10px 35px;
    width: 587px;
    font-size: 16px;
    line-height: 1;
    font-family: "Maison Neue Book";
    letter-spacing: .72px;
    text-align: left;
    text-decoration: none;
    color: #000;
    border: solid 4px #e4e4e4;
}

.last-quiz__question-item-bold {
    font-size: 14px;
    line-height: 2.4;
    font-family: 'Maison Neue Demi';
    text-transform: uppercase;
    letter-spacing: .3px;
    text-align: left;
    color: #000;
}

/* Quiz header with cookie design = 1 */
.quiz-header-design {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(270deg, rgba(212, 187, 212, .6) 0%, rgba(212, 187, 212, 0) 48.85%, rgba(212, 187, 212, 0) 99.85%);
}

.quiz-header-design__content,
.quiz-header-design__container {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    height: 100vh;
    max-width: 530px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent;
}

.quiz-header-design__title {
    margin: 0 0 15px;
    font-size: 36px;
    line-height: 1.44;
    font-family: "Noe Display";
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

.quiz-header-design__subtitle {
    margin: 0 0 40px;
    font-size: 18px;
    line-height: 1.67;
    font-family: "Maison Neue Book";
    font-weight: 400;
    letter-spacing: .13px;
    text-align: center;
}

.quiz-header-design__subtitle_mobile,
.quiz-header-design__btn-mobile {
    display: none;
}

.quiz-header-design__btn-desktop {
    width: 100%;
    display: block;
}

.quiz-header-design__btn {
    margin: 0 auto 15px;
    padding: 30px 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1.12px;
    font-family: "Maison Neue Demi";
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 11;
    box-shadow: 0 12px 60px #6739b614;
    border-radius: unset;
    background-color: #6e1d71;;
    color: #ffffff;
}

.quiz-header-design__description {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1.5;
    font-family: "Maison Neue Book";
    font-weight: 400;
    color: #000;
}

.svg-icon-running-clock {
    margin: 0 5px 0 0;
    width: 30px;
    height: 30px;
    display: block;
}

.quiz-header-design__image-wrapper {
    width: 548px;
    position: relative;
}

.quiz-header-design__review {
    top: 0;
    right: 160px;
    width: 114px;
    height: 114px;
    position: absolute;
}
.quiz-header-design__image {
    width: 548px;
    height: 548px;
}

.quiz-header-design__spark {
    right: 134px;
    bottom: -24px;
    width: 137px;
    height: 137px;
    position: absolute;
}

@media only screen and (max-width: 1200px) {

    /* Header */
    .header {
        padding: 14px 0 10px;
    }
    
    /* Quiz header */
    .quiz-header {
        margin: 101px 0 0;
        padding: 0;
        height: fit-content;
        background: none;
        background-color: #fcfcfc;
    }
    .quiz-header__title {
        margin: 40px auto 5px auto;
        width: 100%;
        display: flex;
        justify-content: center;
        font-size: 33px;
        line-height: 1.09;
        font-family: "Noe Display", sans-serif;
        text-align: center;
        letter-spacing: normal;
    }
    .quiz-header__description {
        margin: 0;
        padding: 4px 20px;
        font-size: 18px;
        line-height: 1.5;
        text-align: center;
    }
    .quiz-header__btn-wrapper {
        margin: 16px 0 0;
        position: relative;
        z-index: 1;
    }
    .quiz-header__btn {
        margin: 0 auto;
        padding: 14px 10px 12px 0;
        font-size: 15px;
        width: 320px;    
    }
    .quiz-header__mobile {
        margin: -25px 0 0;
        display: block;
        z-index: 0;
    }
    .quiz-header__mobile img {
        width: 100%;
    }

    /* Press block */
    .press-block {
        margin: 40px 10px 10px;
    }
    .press-block__title {
        margin: 18px auto 14px;
        width: 335px;
        font-size: 14px;
        line-height: 1.1em;
    }
    .press-block__title:before {
        margin: 7px 7px 7px 0;
    }
    .press-block__title:after {
        margin: 7px 0 7px 7px;
    }
    .press-block__wrapper {
        margin: 0;
        padding: 0 10px 0 1px;
        height: fit-content;
        width: 100%;
    }
    .press-block__wrapper p img {
        margin: 0 auto;
    }
    .press-block__pic.business-insider, 
    .press-block__pic.bof {
        width: 75%;
    }
    .press-block__pic.wsj {
        width: 50%;
    }
    .press-block__pic.forbes {
        width: 95%;
    }
    .press-block__pic.cosmopolitian {
        margin-left: 10px;
        width: 100%;
    }
    .press-block__pic.vogue {
        margin-left: 40px;
        width: 85%;
    }
    .press-block__pic.engadget {
        margin-left: 70px;
        width: 100%;
    }
    .press-block__title,
    .press-block__closing-border {
        width: 335px;
        max-width: 100%;
    }
    .press-block__closing-border {
        margin: 0 auto;
    }

    /* Quiz TBYB */
    .quiz-tbyb {
        width: inherit;
        max-width: 100%;
        flex-direction: column;
    }
    .quiz-tbyb__wrapper {
        display: block;
        width: 100%;
        margin: 0;
    }
    .quiz-tbyb__title {
        margin: 50px 0 10px 20px;
        display: block;
        width: 330px;
        height: fit-content;
        font-size: 28px;
    }
    .quiz-tbyb__title br {
        display: none;
    }
    .quiz-tbyb__instruction-wrapper {
        width: 96%;
        padding: 10px 0 8px;
        margin: 5px 2px 10px 3px;
    }
    .quiz-tbyb__instruction {
        margin-bottom: 4px;
        font-size: 16px;
        white-space: normal;
        display: flex;
        margin-left: 0;
        justify-content: flex-start;
        align-items: center;
        padding-left: 1px;
    }
    .quiz-tbyb__instruction-items {
        margin: 0 0 10px 13px;
    }
    .quiz-tbyb__instruction .digit {
        margin: 0 0 0 20px;
    }
    .quiz-tbyb__btn {
        margin: 0 auto;
        padding: 15px 0 0 116px;
        width: 215px;
        height: 30px;
        display: block;
    }
    .quiz-tbyb img {
        margin: 70px 4px 10px 4px;
        top: 0;
        right: 0;
        width: 90%;
        height: 100%;
        height: auto;
        display: block;
        position: relative;
    }

    /* Quiz reviews */
    .quiz-reviews__title {
        margin: 45px 20px 30px;
        padding-right: 0;
        font-size: 28px;
        position: relative;
    }
    .quiz-reviews__subtitle {
        margin: 10px auto 12px;
        padding: 0;
        width: 95%;
        max-width: 323px;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400;
        text-transform: none;
    }
    .quiz-reviews__subtitle::before {
        top: -20px;
        left: -2px;
    }
    .quiz-reviews__subtitle::after {
        bottom: -6px;
        right: 0;
    }
    .quiz-reviews .swiper-container {
        max-width: 100%;
        margin: 0;
        display: block;
    }
    .swiper-container.swiper-container-horizontal .swiper-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        position: relative;
        box-sizing: content-box;
        z-index: 1;
    }
    .swiper-slide__content {
        margin-bottom: 30px;
        width: 265px;
        height: 440px;
        padding: 10px;
        box-shadow: 0 0 2px 0 rgb(0 0 0 / 10%);
        border: none;
    }
    .quiz-reviews .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
        margin: 7px auto 18px;
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .swiper-pagination-bullet-active {
        background: #000 !important;
    }
    .quiz-reviews .swiper-button-next, 
    .quiz-reviews .swiper-button-prev {
        display: none;
    }
    .quiz-reviews .quiz-reviews__btn {
        margin: 0 auto 20px;
        padding: 15px 0;
        width: 335px;
        height: 16px;
        font-size: 15px;
    }

    /* Quiz explain */
    .quiz-explain .quiz-explain__powermatch {
        margin: 20px auto 0;
        padding: 45px 35px;
        background: #fbfbfb;
    }
    h2.quiz-explain__powermatch-title {
        margin: 45px auto 0;
        font-size: 28px;
    }
    h2.quiz-explain__powermatch-title.landing-tit {
        margin: 30px auto 0;
        width: 248px;
        max-width: 248px;
    }
    .quiz-explain__powermatch-block {
        margin-top: 15px;
    }
    .quiz-explain__key-wrapper {
        margin: 12px;
        flex-direction: column;
    }
    .quiz-explain__key-block {
        margin: 8px;
        padding: 35px 22px 14px;
        width: 82%;
        height: fit-content;
    }
    h2.quiz-explain__key-title {
        margin: 0 auto 14px;
        font-size: 28px;
    }
    .quiz-explain__take-quiz-wrapper {
        padding: 0;
    }
    .quiz-explain__take-quiz-btn {
        margin: 20px auto;
        padding: 15px 0;
        height: 16px;
        width: 330px;
        font-size: 15px;
    }

    /* Quiz features */
    .quiz-features__wrapper {
        margin-top: 45px;
        padding: 15px 0 45px;
    }
    .quiz-features__content {
        width: 90%;
        margin: 0 auto;
    }
    .quiz-features__advantage {
        margin: 30px auto;
        padding: 0;
        flex-wrap: wrap;
        justify-content: center;
    }
    .quiz-features__advantage-text {
        margin-bottom: 0;
        width: 170px;
        height: 45px;
        font-size: 13px;
        white-space: nowrap;
        text-align: center;
    }
    .quiz-features__description {
        margin-bottom: 0;
        padding: 0 28px;
        font-size: 16px;
    }
    .quiz-features__title, 
    .powerful-fact__title {
        margin: 45px auto 30px;
        font-size: 28px;
    }
    .quiz-features__title {
        width: 248px;
    }
    .powerful-fact__wrapper {
        margin: 0 auto 45px;
        padding: 0;
        width: 88%;
    }
    .powerful-fact__description {
        margin: 0 auto;
        width: 50%;
        font-size: 16px;
    }
    .quiz-features__description br {
        display: none;
    }
    .powerful-fact__percent {
        margin-bottom: 5px;
        font-size: 28px;
    }

    /* Last quiz */
    .last-quiz__wrapper {
        margin-top: 45px;
        padding: 45px 0;
    }
    .last-quiz__title {
        margin: 0 auto 20px;
        font-size: 30px;
    }
    .last-quiz__wrapper .quiz-explain__powermatch-title {
        margin: 0 0 20px 0;
        padding-top: 1px;
        width: 100%;
        font-size: 30px;
    }
    .last-quiz__subtitle {
        margin: 0 auto 10px;
        width: 62%;
        font-size: 18px;
        text-transform: none;
        font-weight: bold;
    }
    .last-quiz__question {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .last-quiz__question-item {
        margin: 10px 5px 15px 10px;
        padding: 0 0 0 5px;
        width: 350px;
        height: 56px;
        display: flex;
        align-items: center;
        font-size: 14px;
        text-align: left;
        border: solid 2px #e4e4e4;
        background: #fff;
    }
    .last-quiz__question-item .smaller-item {
        letter-spacing: 0;
        font-size: 10px;
    }

    /* Quiz header with cookie design = 1 */
    .quiz-header-design {
        padding: 110px 0 0;
        height: 100vh;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        background: linear-gradient(0deg, rgba(212, 187, 212, .8) 0%, rgba(212, 187, 212, .08) 55%, rgba(212, 187, 212, 0) 100%);    }
    .quiz-header-design__title {
        margin: 0 0 8px;
        font-size: 28px;
        line-height: 1.07;
    }
    .quiz-header-design__subtitle_desktop,
    .quiz-header-design__btn-desktop  {
        display: none;
    }
    .quiz-header-design__subtitle_mobile,
    .quiz-header-design__btn-mobile {
        display: block;
    }
    .quiz-header-design__subtitle {
        margin: 0 0 30px;
        padding: 0 20px;
        font-size: 16px;
        line-height: 1.4;
    }
    .quiz-header-design__btn-mobile {
        width: 100%;
        display: block;
    }
    .quiz-header-design__btn {
        margin: 22px auto 12px;
        padding: 19px 0;
        width: 88%;
        max-width: 576px;
        font-size: 15px;
        line-height: 15px;
        letter-spacing: 0;
    }
    .quiz-header-design__content, 
    .quiz-header-design__container {
        padding: 0;
        height: fit-content;
    }
    .quiz-header-design__image-wrapper,
    .quiz-header-design__image {
        width: 100%;
        height: 300px;
        object-fit: contain;
    }
    .quiz-header-design__review {
        top: -38px;
        right: 65px;
        width: 124px;
        height: 124px;
    }
    .quiz-header-design__spark {
        right: 104px;
        bottom: -24px;
        width: 94px;
        height: 94px;
        object-fit: cover;
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 1190px) {
    .quiz-header-design__image-wrapper, 
    .quiz-header-design__image {
        height: 548px;
        object-fit: cover;
    }
    .quiz-header-design__review {
        top: -12px;
        right: 144px;
    }
}

@media only screen and (min-width: 390px) and (max-width: 678px) {
    .quiz-header-design__review {
        top: -38px;
        right: 75px;
    }
}

@media only screen and (max-width: 374px) {
    .last-quiz__question-item {
        width: 330px;
    }
    .last-quiz__question-item,
    .last-quiz__question-item-bold {
        font-size: 12px;
    }
    .last-quiz__question-item .smaller-item {
        font-size: 9px;
    }
}