/* GLOBAL STYLES */

* {
    overflow-wrap: break-word;
    word-break: break-word;
    box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
    .privacy-policy {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}
[data-email] {
    position: relative;
    min-height: 100vh;
    background-color: black;
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
}
.heading-style {
    text-align: center;
    margin-bottom: 50px;
}
/*PREVENT STICKY BUTTONS ON TOUCH DEVICES*/

@media (pointer: coarse) {
    [data-color-link-primary]:hover,
    [data-color-link-secondary]:hover,
    [data-menu]:hover,
    [data-color-social-primary]:hover,
    [data-color-social-secondary]:hover {
        opacity: 1 !important;
    }
    [data-button]:hover:not([disabled]) {
        opacity: 1 !important;
    }
}
a,
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
body {
    font-size: 18px;
}
h1,
h2,
h3,
h4,
p {
    margin: 0;
}
h3>span,
h3>span>span {
    color: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
.po-none {
    pointer-events: none;
}

/* =============== INTRODUCTION PAGE ===============*/


/* ===================== GENERAL LAYOUT ===================== */

.page-container {
    width: 100%;
    max-width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

/* ------------ HEADER ------------*/

.logo-container {
    width: 100%;
    height: fit-content;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
}
.logo-container>img {
    width: 110px;
    height: auto;
    max-height: 110px;
    margin: 0 auto -30px auto;
}

/* ------------ CONTENT ------------ */

.content {
    width: 95%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.image-container {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    z-index: 2;
    max-width: 450px;
}
.image-container>img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: auto;
    border-radius: 24px;
}
.text-container {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: -30px;
    padding: 60px 10px 30px;
    border-radius: 24px;
}
@media screen and (min-width: 410px) {
    .text-container {
        margin-top: -35px;
        padding: 70px 35px 35px;
    }
}
.text-container>h1,
.text-container>h3,
.text-container>p {
    margin-bottom: 30px;
}
.button-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 15px auto 40px;
}
.button-container>button {
    min-width: 200px;
    max-width: 250px;
    height: auto;
    padding: 10px 20px;
}

/* ------------ FOOTER ------------ */

.footer-container {
    width: 100%;
    height: auto;
    margin: 30px 0 0;
    padding: 15px 0;
    text-align: center;
}
@media screen and (min-width: 1024px) {
    .content {
        flex-flow: row nowrap;
        justify-content: center;
    }
    .image-container {
        max-width: 700px;
        max-height: 700px;
        width: 45%;
    }
    .text-container {
        width: 55%;
        margin-top: unset;
        margin-left: -40px;
        padding: 60px 80px 60px 120px;
        text-align: start;
        border-radius: 24px;
    }
    .button-container {
        margin: 10px 0 0;
        justify-content: flex-start;
    }
    .text-container>h1,
    .text-container>h3
    .text-container>p {
        margin-bottom: 15px;
    }
}
@media screen and (min-width: 1280px) {
    .content {
        width: 90%;
    }
    .text-container {
        margin-left: -40px;
        padding: 70px 90px 70px 130px;
    }
    .text-container>h1,
    .text-container>h3,
    .text-container>p {
        margin-bottom: 15px;
    }
    .text-container>h1 {
        margin-bottom: 40px;
    }
    .text-container>h3,
    .text-container>p {
        margin-bottom: 30px;
    }
    .button-container {
        margin: 20px 0 0;
    }
}
@media screen and (min-width: 1360px) {
    .content {
        width: 80%;
    }
}

/* ==================================== REGISTER ==================================== */

.form {
    width: 100%;
    height: auto;
}
.input-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
}
.input-container>div {
    flex: 0 0 100%;
    min-height: 50px;
}
div[input-group]>input,
div[input-group]>select {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    background-color: transparent;
    border: 1px solid black !important;
    border: 6px;
}
.checkbox-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 30px 0;
    text-align: start;
}
.checkbox-container>div {
    flex: 0 0 100%;
}
.form input,
.form select {
    text-align: center;
}
#register .button-container,
#register .form {
    margin-bottom: 0;
}
@media screen and (min-width: 768px) {
    .input-container>div {
        flex: 0 0 calc(50% - 10px);
    }
}

/* kill the arrow in select input field */

select {
    -webkit-appearance: none;
}

/* ----------- CHECKBOX STYLING -------------- */

.checkbox-container>.custom-checkbox {
    margin-bottom: 13px;
    padding-left: 40px;
}
.custom-control-label::before,
.custom-control-label::after {
    width: 20px;
    height: 20px;
    top: calc(50% - 12px);
    left: -40px;
}
.checkbox-container .custom-control-label::before {
    border: 2px solid;
    border-radius: 0;
    background-color: transparent;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: transparent;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url(../assets/icons/check.svg) !important;
}

/* ================== OUTCOME ======================= */


/* ------ CTA BUTTONS ------ */

.cta-buttons {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 15px;
    margin: 10px auto;
}
.cta {
    display: none;
    min-width: 200px;
    min-height: 45px;
    padding: 10px 20px;
}

/* ------ SOCIAL ICONS ------ */

ul.social {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}
ul.social li {
    margin: 8px;
    margin-bottom: 0rem;
    border-radius: 50%;
    display: inline-block;
}
ul.social li a {
    text-decoration: none;
}
ul.social li a i {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
}
ul.social li:hover {
    transform: translateY(-5px);
    opacity: 0.9;
    transition: all 1s ease;
}
@media screen and (min-width: 1024px) {
    .social>:first-child {
        margin-left: 0;
    }
    ul.social,
    .cta-buttons {
        justify-content: flex-start;
    }
}

/* ==================================== MEMORY GAMME ==================================== */

#card-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    position: relative;
    z-index: 2;
}
#card-container>div {
    flex: 0 0 calc(50% - 5px);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 0px 12px #00000029;
}
.timer-container {
    width: fit-content;
    height: auto;
    margin: -20px auto 0;
    padding: 50px 50px 30px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}
#memory-game {
    width: 70%;
}
@media screen and (min-width: 768px) {
    #memory-game {
        width: 40%;
    }
}
@media screen and (min-width: 900px) {
    #memory-game {
        width: 55%;
    }
}
@media screen and (min-width: 1024px) {
    #memory-game {
        width: 90%;
        flex-direction: column;
    }
    #card-container {
        gap: 20px;
    }
    #card-container>div {
        flex: 0 0 calc(25% - 15px);
    }
    .timer-container {
        margin-top: -70px;
        padding: 100px 100px 30px;
    }
}
@media screen and (min-width: 1280px) {
    #memory-game {
        width: 65%;
    }
}

/* ================================= GUTESS THE PICTURE ================================= */


/* ======================================== QUIZ ======================================== */


/* ================================= PERTSONALITY TEST ================================== */

#guess-the-picture .text-container h3,
#quiz .text-container h3,
#personality-test h3 {
    margin-bottom: 20px;
}
#guess-the-picture .answers-container,
#quiz .answers-container,
#personality-test .answers-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}
#guess-the-picture .answers-container a,
#quiz .answers-container a,
#personality-test .answers-container a {
    display: block;
    flex: 0 0 100%;
    padding: 10px 15px;
    border-radius: 6px;
}
.gtp-tile-wrap {
    display: flex;
    flex-wrap: wrap;
    border-radius: 24px;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    #guess-the-picture .answers-container,
    #quiz .answers-container,
    #personality-test .answers-container {
        gap: 24px;
    }
    #guess-the-picture .answers-container a,
    #quiz .answers-container a,
    #personality-test .answers-container a {
        flex: 0 0 calc(50% - 12px);
    }
}
@media screen and (min-width: 1024px) {
    #guess-the-picture .answers-container a,
    #quiz .answers-container a,
    #personality-test .answers-container a {
        flex: 0 0 100%;
    }
}

/* ----------------------- SWIPE ----------------------- */

#quiz,
#personality-test {
    width: 100%;
    display: flex;
    justify-content: center;
}
#quiz .content,
#personality-test .content {
    margin: auto;
}
.click-container,
.swipe-container {
    width: 100%;
}
.swipe-container .content {
    flex-direction: column;
}
.swipe-container .image-container {
    max-width: 450px;
}
.swipe-container .text-container {
    margin: unset;
    padding: unset;
    margin-top: -40px;
    padding: 60px 10px 30px;
    text-align: center;
    border-radius: 24px;
}
@media screen and (min-width: 1024px) {
    .swipe-container .text-container {
        padding: 70px 50px 30px;
    }
}
.swipe-wrap {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.left,
.right {
    flex: 0 0 calc(50% - 10px);
    display: flex;
    flex-direction: column;
}
.left i,
.right i {
    font-size: 50px;
    width: fit-content;
}
.left i {
    margin: 0 30px 10px auto;
}
.right i {
    margin: 0 auto 10px 30px;
}
.left a,
.right a {
    padding: 10px 15px;
}

/* ================================= SPIN THE WHEEL ================================= */

.legend {
    width: fit-content;
    display: flex;
    flex-direction: column;
    margin: auto;
}
.legend-element {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}
.legend-element span {
    line-height: 1.4;
    min-height: 1rem;
    margin: auto 0 auto 20px;
}
.sector {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    flex-shrink: 0;
}
.sector>img {
    max-width: 100%;
    width: 50px;
    height: 50px;
}
.ticker-layer,
.center-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 1;
}
.wheel-ticker {
    width: 44px;
    height: 44px;
    margin: auto 0 auto auto;
}
.wheel-center {
    width: 40px;
    height: 40px;
    margin: auto;
    border-radius: 50%;
}
.canvas-container {
    width: 260px;
    height: 260px;
    border: 10px solid;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
canvas {
    cursor: pointer;
    width: 230px;
    height: 230px;
    transform: rotate(90deg);
    border-radius: 50%;
}
.wheel-section {
    justify-content: center;
}
.stw-legend-container {
    margin-top: -130px;
    padding-top: 165px;
    max-width: 650px;
}
@media screen and (min-width: 320px) {
    .canvas-container {
        width: 300px;
        height: 300px;
    }
    canvas {
        width: 270px;
        height: 270px;
    }
    .stw-legend-container {
        margin-top: -150px;
        padding-top: 185px;
    }
}
@media screen and (min-width: 360px) {
    .canvas-container {
        width: 340px;
        height: 340px;
    }
    canvas {
        width: 310px;
        height: 310px;
    }
    .stw-legend-container {
        margin-top: -170px;
        padding-top: 205px;
    }
}
@media screen and (min-width: 410px) {
    .canvas-container {
        width: 390px;
        height: 390px;
    }
    canvas {
        width: 360px;
        height: 360px;
    }
    .stw-legend-container {
        margin-top: -195px;
        padding-top: 225px;
    }
}
@media screen and (min-width: 1024px) {
    .legend {
        margin: unset;
    }
    .stw-legend-container {
        max-width: unset;
        margin-top: unset;
        margin-left: -225px;
        padding: 60px 40px 60px 255px;
        width: 75%;
    }
    .canvas-container {
        width: 450px;
        height: 450px;
    }
    canvas {
        width: 420px;
        height: 420px;
    }
}
@media screen and (min-width: 1800px) {
    .canvas-container {
        width: 650px;
        height: 650px;
    }
    canvas {
        width: 620px;
        height: 620px;
    }
    .stw-legend-container {
        margin-top: unset;
        margin-left: -325px;
        padding: 60px 40px 60px 355px;
        width: 60%;
    }
    .wheel-center {
        width: 60px;
        height: 60px;
    }
    .wheel-ticker {
        width: 64px;
        height: 64px;
    }
}
/* ================================ SURVEY ================================= */


/* ----- single and multiple answers ------ */

.single-answer,
.multiple-answer {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: auto;
}
.survey__answers-container {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
@media screen and (min-width: 768px) {
    .single-answer,
    .multiple-answer {
        flex-flow: row nowrap;
        gap: 0;
    }
    .first>div {
        width: calc(100% - 50px);
    }
    .second>div {
        margin-left: 50px;
    }
}

/* ----- navigation ------ */

.survey__navigation {
    width: 100%;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.survey__navigation>button {
    width: unset;
    margin: 0;
    min-width: 200px;
    padding: 10px 20px;
}
.survey__navigation>#previous-btn {
    order: 4;
}
@media screen and (min-width: 600px) {
    .survey__navigation {
        flex-direction: row;
    }
    .survey__navigation>#previous-btn {
        order: 1;
    }
    .survey__navigation>#next-btn,
    .survey__navigation>#skip-btn,
    .survey__navigation>#submit-btn {
        order: 2;
    }
}

/* ----- kill outline on focus ------ */

textarea:focus-visible {
    outline: none;
}
.single-answer ::before,
.multiple-answer ::before {
    outline: none;
    box-shadow: none !important;
}
button:focus,
button:focus-visible {
    outline: none !important;
}

/* ---- radio buttons for single choice answers ---- */

.single-answer .custom-checkbox .custom-control-label::before,
.single-answer .custom-checkbox .custom-control-label::after {
    border-radius: 50% !important;
}

/* ---- DISABLE BOOTSTRAP GREY TEXT WHEN ANSWER IS DISABLED ---- */

.survey__text-section .custom-control-input:disabled~.custom-control-label {
    color: unset;
}
.survey__question-counter {
    margin-bottom: 20px;
}
.survey__question-text {
    margin-bottom: 30px;
}
.survey__answers-container>div {
    padding-left: 20px;
}

/* RADIO AND SCHECKBOX STYLING */

#survey .custom-control-label::before {
    background-color: transparent !important;
    border: 1px solid;
}
#survey .multiple-answer .custom-control-label::before {
    border-radius: 0;
}
#survey .custom-control-input:checked~.custom-control-label::after {
    background-image: none !important;
    transform: scale(0.6);
    transition: .3s ease;
}

/* FREE TEXT ANSWER */

.text-answer {
    width: 100%;
    max-width: 450px;
    height: auto;
    margin: auto;
}
.text-answer textarea {
    width: 100%;
    min-height: 250px;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 10px 20px;
    resize: none;
}
@media screen and (min-width: 1024px) {
    .survey__text-container {
        padding: 60px 30px 20px 80px;
        width: fit-content;
        min-width: 320px;
        max-width: 75%;
    }
    .survey__picture-section {
        width: 30%;
    }
    .single-answer,
    .multiple-answer {
        margin: 0;
    }
    .survey__text-section {
        width: fit-content !important;
    }
    #survey {
        max-width: 95%;
    }
    .text-answer textarea {
        min-width: 420px;
        min-height: 160px;
    }
}
@media screen and (min-width: 1280px) {
    .survey__text-container {
        max-width: 70%;
    }
    .survey__picture-section {
        width: 35%;
    }
}

/* ======================== SCALE ELEMENT ======================== */

.scale-container {
    width: 100%;
}
.scale {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: fit-content;
    margin: auto;
}
.scale__line {
    height: 88%;
    margin: auto 0;
    position: absolute;
    background-color: #000;
    left: 19px;
    top: 0;
    bottom: 0;
}
.scale__sector {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    position: relative;
    z-index: 1;
    margin: 10px;
}
.scale__sector__button {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #000;
    margin: 0;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
}
.scale__sector__text {
    margin: 0;
    line-height: 1.2;
    cursor: pointer;
    margin-left: 10px;
    text-align: start;
}
.scale__marker:after {
    content: "";
    border: none;
    background-color: transparent;
    transition: all .1s ease-out;
    border-radius: 50%;
    position: absolute;
    width: 19px;
    height: 19px;
    top: -1px;
    left: -1px;
    transform: scale(0.6);
}
@media screen and (max-width: 1023px) {
    span[data-scale-line] {
        width: 1px !important;
    }
    .scale-container>.scale>.scale__sector {
        width: 100% !important;
    }
    .scale_last_visible {
        align-items: flex-end;
    }
    .survey__text-section,
    .survey__picture-section {
        width: 100% !important;
    }
    .scale {
        min-height: 170px;
    }
}
@media screen and (min-width: 1024px) {
    .scale-container {
        width: 100%;
        margin: 30px auto;
        min-width: 500px;
        max-width: 1000px;
    }
    .scale {
        width: 100%;
        min-height: auto;
        flex-direction: row;
        margin-top: 15px;
    }
    .scale__line {
        top: 2px;
        width: 88%;
        height: 1px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .scale__sector {
        height: auto;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }
    .scale__sector__button {
        margin: -8px 0 0 0;
    }
    .scale__sector__text {
        width: 100%;
        text-overflow: ellipsis;
        word-wrap: break-word;
        margin: 10px 0;
        padding: 0 5px;
        text-align: center;
        line-height: 1em;
    }
}