@charset "UTF-8";
html{
    height: 100%;
    box-sizing: border-box;
    /*overflow-y: scroll;*/
    overscroll-behavior-y: none;
    -webkit-tap-highlight-color: transparent;
    font-size: 62.5%;
}
body, html {
    width: 100%;
    -webkit-overflow-scrolling: auto;
    margin: 0;
    color: #FFF;
}
body{
    font-size: 1.2rem;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body::before{
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -10;
        background: rgb(223,87,123);
    background: linear-gradient(159deg, rgba(223,87,123,1) 0%, rgba(45,71,147,1) 100%);
}
*{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}
.header-main{
    width: 100%;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 28px 5vw 8px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    box-sizing: border-box;
}
.header-main .st0a{
    fill: #ffffff;
}

.header__logo{
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
    display: flex;
    text-decoration: none;
}
.header-main__share{
  display:flex;
}
.header__logo img{
    height: 42px;
    width: auto;
    display: block;
}
.section{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    overflow: hidden;
}
.section.isOn{
    opacity: 1;
    pointer-events: initial;
    visibility: visible;
}
.section.section-003 .section__content{
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
.section.section-003.isOn .section__content{
    transition: opacity .8s cubic-bezier(.77,0,.175,1) .8s;
    opacity: 1;
    pointer-events: initial;
    visibility: visible;
}

.section.section-002.isOff{
    transition: opacity .8s cubic-bezier(.77,0,.175,1),visibility 0s cubic-bezier(.165,.84,.44,1) 1.2s;
        pointer-events: none;
}
/*.section.section-002.isOff */
.section.section-003.isOn.isOff{
    opacity: 0;
}
.section.section-002.isOn .quiz__dots
.section__content{
    width: 100%;
    min-height: 100%;
}
@-webkit-keyframes loading-effect {
0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes loading-effect {
0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.section__fondo{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    background: rgb(223,87,123);
    background: linear-gradient(159deg, rgba(221,86,123,1) 0%, rgba(155,54,122,1) 23%, rgba(125,54,130,1) 49%, rgba(87,63,137,1) 71%, rgba(47,70,146,1) 100%);
}
.section.section-001.isOn .section__fondo{
    opacity: 1;
    visibility: visible;
}
.section.section-001 .section__content{
    height: 100%;
}
.section.section-001.isOff .section__fondo{
    transition: all 0.8s cubic-bezier(.165,.84,.44,1) 0.3s;
}
.section.section-001.isOff .section__fondo{
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s cubic-bezier(.165,.84,.44,1) 0.3s;
}
.section__fondo video{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    width: 110vw;
    height: 66.25vw;
    min-height: 110vh;
    min-width: 187.77vh;
}

.section__label{
    height: 100%;
    position: absolute;
    width: calc(100% - 10vw);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 5vw;
}
.section__labelTitle{
    width: 100%;
    margin-top: -50px;
}
.section__labelTitle img{
    margin: 0 auto;
    display: block;
    max-height: calc(100vh - 13vw);
    max-width: 1100px;
    width: auto;
    height: auto;
    transform: translate3d(0,3rem,0);
    opacity: 0;
}
.section.section-001.isOn .section__labelTitle img{
    transition: transform .8s cubic-bezier(.165,.84,.44,1),opacity .8s cubic-bezier(.165,.84,.44,1);
    opacity: 1;
    transform: translateZ(0);
}
.section__labelTitle h2{
        font-size: 5vw;
    font-weight: 800;
    max-width: calc(100% - 1em);
    text-align: center;
    margin: 0 auto 50px;
    line-height: 1em;
}
.section__labelTitle h2 span{
    display: block;
    opacity: 0;
    transform: translate3d(0,100%,0);
    transition: transform 0s cubic-bezier(.165,.84,.44,1) .8s,opacity .8s cubic-bezier(.165,.84,.44,1);
    font-family: 'integral_cfbold', sans-serif;
}
.section.section-001.isOn .section__labelTitle h2 span{
    opacity: 1;
    transform: translateZ(0);
    transition: transform .8s cubic-bezier(.165,.84,.44,1),opacity .8s cubic-bezier(.165,.84,.44,1);
}

.section.section-001.isOff .section__label{
    transform: translate3d(0,100%,0);
    transition: transform 2s cubic-bezier(.165,.84,.44,1),opacity 2s cubic-bezier(.165,.84,.44,1) .8s, visibility 0s cubic-bezier(.165,.84,.44,1) 1.1s;
}
.section.section-001.isOff{
    transition: transform .8s cubic-bezier(.165,.84,.44,1),opacity .8s cubic-bezier(.165,.84,.44,1) .8s, visibility 0s cubic-bezier(.165,.84,.44,1) 1.1s;
}
.section__labelButton{
    opacity: 0;
    transform: translate3d(0,100%,0);
    transition: transform 0s cubic-bezier(.165,.84,.44,1) .8s,opacity .8s cubic-bezier(.165,.84,.44,1);
    display: inline-block;
}
.section.section-001 .section__labelButton{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.section.section-001.isOn .section__labelButton{
    opacity: 1;
    transform: translateZ(0);
    transition: transform .8s cubic-bezier(.165,.84,.44,1),opacity .8s cubic-bezier(.165,.84,.44,1);
}
.section.section-001.isOff .section__labelButton{
        opacity: 0;
    transform: translate3d(0,100%,0);
    transition: transform 0s cubic-bezier(.165,.84,.44,1) .8s,opacity .8s cubic-bezier(.165,.84,.44,1);
}
.buttonNext-simple{
    background: #000000;
    display: inline-block;
    appearance: none;
    -webkit-border-radius: 1.6rem;
    -moz-border-radius: 1.6rem;
    border-radius: 1.6rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 1.7rem 2.4rem;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: none;
    color: #ffffff;
    cursor: pointer;
}
.section.section-001 .section__labelButton .buttonNext-simple{
    margin: 0 4vw;
    color: #6e4d8a;
    background-color: #FFF;
    text-decoration: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #FFF;
    padding: 20px 30px;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(125deg, rgba(150,224,96,1) 0%, rgba(79,226,137,1) 49%, rgba(65,228,169,1) 100%);
    padding: 1.1rem 1.5rem 0.9rem;
    font-size: 3.2rem;
    font-weight: 900;
    border: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
}
.buttonNext-simple .buttonNext__typo{
    vertical-align: middle;
    white-space: normal;
    box-sizing: border-box;
    opacity:1;
  transform:translateX(0);
  font-weight: 900;
}

.buttonNext-simple svg{
    width: 70%;
    margin-left: 15px;
}
.quizResult__contentInner-share .quizResult__btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@-webkit-keyframes basic-hover-effect {
 0% {
  opacity:1;
  transform:translateX(0)
 }
 50% {
  opacity:0;
  transform:translateX(5px)
 }
 51% {
  opacity:0;
  transform:translateX(-5px)
 }
 to {
  opacity:1;
  transform:translateX(0)
 }
}
@keyframes basic-hover-effect {
 0% {
  opacity:1;
  transform:translateX(0)
 }
 50% {
  opacity:0;
  transform:translateX(5px)
 }
 51% {
  opacity:0;
  transform:translateX(-5px)
 }
 to {
  opacity:1;
  transform:translateX(0)
 }
}

@-webkit-keyframes arrow-top-right-hover-effect {
 0% {
  opacity:1;
  transform:translateX(0) translateY(0)
 }
 50% {
  opacity:0;
  transform:translateX(4px) translateY(-4px)
 }
 51% {
  opacity:0;
  transform:translateX(-4px) translateY(4px)
 }
 to {
  opacity:1;
  transform:translateX(0) translateY(0)
 }
}
@keyframes arrow-top-right-hover-effect {
 0% {
  opacity:1;
  transform:translateX(0) translateY(0)
 }
 50% {
  opacity:0;
  transform:translateX(4px) translateY(-4px)
 }
 51% {
  opacity:0;
  transform:translateX(-4px) translateY(4px)
 }
 to {
  opacity:1;
  transform:translateX(0) translateY(0)
 }
}

.section.section-001.isOff{
    transition: opacity .8s cubic-bezier(.76,0,.24,1) 0.8s;
}
.section.section-002.isOn{
    transition: all .8s cubic-bezier(.76,0,.24,1) 0.8s;
}

.section-002.isOn.isOff .quiz__content::before,
.section-002.isOn.isOff .quiz__content#quiz__background-one::before,
.section-002.isOn.isOff .quiz__content#quiz__background-two::before,
.section-002.isOn.isOff .quiz__content#quiz__background-three::before,
.section-002.isOn.isOff .quiz__content#quiz__background-four::before,
.section-002.isOn.isOff .quiz__content#quiz__background-five::before{
    transition: opacity .8s cubic-bezier(.76,0,.24,1) 0.8s;
    opacity: 0;
}
.quiz{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.quiz__content{
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;


    
}


.quiz__contentLayer{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
}

.quiz__contentLayer.is-select{
    visibility: visible;
    pointer-events: initial;
    opacity: 1;
    transition: all .8s cubic-bezier(.76,0,.24,1) 0.6s;
}
.quiz__contentLayer.is-next{
    transition: all .8s cubic-bezier(.76,0,.24,1) 0.6s;
    opacity: 0;
}
.quiz__background{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -3;
    display: block;
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(.165,.84,.44,1) .8s;
}

.quiz__contentLayer.is-select .quiz__background{
    opacity: 1;
}
.quiz__contentLayer.is-next .quiz__background{
    opacity: 0;
    /*transition: all .8s cubic-bezier(.76,0,.24,1) 0.6s;*/
}
.quiz__background#quiz__background-one{
background: linear-gradient(159deg, rgba(215,10,132,1) 0%, rgba(81,18,127,1) 100%);
}


.quiz__background#quiz__background-two{
background: linear-gradient(159deg, rgba(231,119,174,1) 0%, rgba(124,115,243,1) 100%);
}



.quiz__background#quiz__background-three{
background: linear-gradient(159deg, rgba(9,186,254,1) 0%, rgba(90,66,236,1) 100%);

}

.quiz__background#quiz__background-four{
background: linear-gradient(159deg, rgba(245,189,158,1) 0%, rgba(197,57,102,1) 100%);
}

.quiz__background#quiz__background-five{
    background: linear-gradient(159deg, rgba(215,10,132,1) 0%, rgba(81,18,127,1) 100%);
}


.quiz__backgroundTitle{
    font-style: oblique;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    min-height: 50vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    opacity: 0;
    transform: translate3d(0,100%,0);
    transition: transform 0s cubic-bezier(.165,.84,.44,1) .8s,opacity .8s cubic-bezier(.165,.84,.44,1);
    opacity: 0.4;
}
.quiz__contentLayer.is-select .quiz__backgroundTitle{
    opacity: 1;
    transform: translateZ(0);
    transition: transform .8s cubic-bezier(.165,.84,.44,1),opacity .8s cubic-bezier(.165,.84,.44,1);
}
.quiz__contentLayer.is-next .quiz__backgroundTitle{
    transform: translate3d(0,-100%,0);
    transition: transform 1.8s cubic-bezier(.165,.84,.44,1) .2s,opacity .3s cubic-bezier(.165,.84,.44,1) .2s;
}
.quiz__contentLayer:nth-child(1).is-select .quiz__backgroundTitle{
    transition: transform .8s cubic-bezier(.165,.84,.44,1) .6s,opacity .8s cubic-bezier(.165,.84,.44,1) .6s;
}
.quiz__backgroundTitle p{
    font-size: 9.5vw;
    font-weight: 800;
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
    line-height: 1.2em;
    opacity: 0.25;
}
.quiz__card{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.quiz__cardQuestion{
    display: block;
    max-width: 64rem;
    text-align: center;
    color: #FFF;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0,100%,0);
    margin-bottom: 8.4rem;
    padding-left: 0;
    padding-right: 0;
}
.quiz__contentLayer.is-select .quiz__cardQuestion{
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
    transition: transform 1.2s cubic-bezier(.165,.84,.44,1) .6s,opacity 1.2s cubic-bezier(.165,.84,.44,1) .6s;
}
.quiz__cardQuestion p{
    margin: 0;
    font-size: 2.8rem;
    line-height: 1.3em;
    font-weight: normal;
        font-family: 'integral_cfbold', sans-serif;
    text-transform: uppercase;
}
.cards{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}
.card.is-active{
        z-index: 1;
}
.card:nth-child(1) .card__content{
    transform: translate3d(-55vw,-7.4%,0) ;
}
.card:nth-child(1) .card__content-rotate{
    transform: rotate(-6.61deg);
}
.quiz__contentLayer.is-select .card:nth-child(1) .card__content{
    transition: transform 1.2s cubic-bezier(.77,0,.175,1),box-shadow .8s cubic-bezier(.165,.84,.44,1);
    transform: translate3d(0,-8.4%,0);
}
.quiz__contentLayer:nth-child(1).is-select .card:nth-child(1) .card__content{
    transition: transform 1.2s cubic-bezier(.77,0,.175,1) .6s,box-shadow .8s cubic-bezier(.165,.84,.44,1) .6s;
}
.card{
    position: relative;
    width: 42.4%;
    max-width: 22.5rem;
    opacity: 0;
    cursor: pointer;
    visibility: hidden;
    width: 100%;
    height: auto;
    display: block;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
}
.card__content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.card__content-rotate{
    background-color: #fff;
    box-shadow: 0 10px 30px rgb(0 0 0 / 55%);
    -webkit-border-radius: 1.6rem;
    -moz-border-radius: 1.6rem;
    border-radius: 1.6rem;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
}
.card::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 132%;
}
.card:nth-child(1){
    transform: scale(1) rotate(0);
    transition: transform .8s cubic-bezier(.165,.84,.44,1);
}

.quiz__contentLayer.is-select .card:nth-child(1){
    opacity: 1;
    visibility: visible;
}
.card__image{
    width: 100%;
    padding-top: 93%;
    position: relative;
}
.card__imageBackground{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
}
.card__imageBackground video{
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card__answer{
    width: 100%;
    display: block;
    position: relative;
    font-family: 'integral_cfbold', sans-serif;
    height: 100%;
}
.card__answer p{
    font-size: 1.8rem;
    margin:0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 5%;
    box-sizing: border-box; 
}
.card__answer p span{
    font-family: 'integral_cfbold', sans-serif;
        color: #000;
}

.card:nth-child(2){
    transform: scale(1) rotate(0);
transition: transform .8s cubic-bezier(.165,.84,.44,1);
}
.quiz__contentLayer.is-select .card:nth-child(2){
    opacity: 1;
    visibility: visible;
}
.card:nth-child(2) .card__content{
    transform: translate3d(52vw,8.4%,0);
}
.card:nth-child(2) .card__content-rotate{
    transform: rotate(4.2deg);
}
.quiz__contentLayer.is-select .card:nth-child(2) .card__content{
    transition: transform 1.2s cubic-bezier(.77,0,.175,1),box-shadow .8s cubic-bezier(.165,.84,.44,1);
    transform: translate3d(0,8.4%,0);
}
.quiz__contentLayer:nth-child(1).is-select .card:nth-child(2) .card__content{
    transition: transform 1.2s cubic-bezier(.77,0,.175,1) .6s,box-shadow .8s cubic-bezier(.165,.84,.44,1) .6s;
}


.quiz__contentLayer.is-next .quiz__cardQuestion{
    visibility: hidden;
    transform: translate3d(0,-100%,0);
    transition: transform 1.2s cubic-bezier(.77,0,.175,1),opacity .8s cubic-bezier(.77,0,.175,1),visibility 0s cubic-bezier(.165,.84,.44,1) 1.2s;
}
.quiz__contentLayer.is-next .card{
    transition: visibility 0s linear 1.2s;
    visibility: hidden;
    opacity: 1;
}

@keyframes contentLayerLeft {
 0% {
  transform: translate3d(0,0,0);
 }
 50% {
transform: translate3d(50%,-7.4%,0);
 }
 51% {
transform: translate3d(50%,-7.4%,0);
 }
 to {
    transform: translate3d(50%,calc(50vh + 50%),0);
 }
}
.quiz__contentLayer.is-next .card:nth-child(1) .card__content{
    transform: translate3d(0,-8.4%,0) ;
}
.card__content-animation{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.quiz__contentLayer.is-next .card:nth-child(1) .card__content .card__content-animation{
    animation: contentLayerLeft 1s cubic-bezier(.76,0,.24,1) forwards;
}

@keyframes contentLayerRight {
 0% {
    transform: translate3d(0,0,0);
}
 50% {
    transform: translate3d(-50%,7.4%,0);
 }
 51% {
    transform: translate3d(-50%,7.4%,0);
 }
 to {
    transform: translate3d(-50%,calc(50vh + 50%),0);
 }
}
.quiz__contentLayer.is-next .card:nth-child(2) .card__content{
    transform: translate3d(0,8.4%,0);
}
.quiz__contentLayer.is-next .card:nth-child(2) .card__content .card__content-animation{
    animation: contentLayerRight 1s cubic-bezier(.76,0,.24,1) forwards;
}
button:focus, button:active{
    outline: 0;
}
.quiz__dots{
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateZ(0) translateX(-50%);
    bottom: 4rem;
}

.section.section-002.isOn .quiz__dots{
    opacity: 1;
    transition: opacity .8s cubic-bezier(.165,.84,.44,1);
}
.quiz__dotsContent{
    position: relative;
    display: inline-flex;
}
.quiz__dot{
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
}
.quiz__dot::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
    background-color: #FFF;
    border: 1px solid #FFF;
    transform: translate(-50%,-50%);
    transition: opacity .2s linear;
    display: block;
    margin: 0;
}
.quiz__dot.is-active::before{
    width: 100%;
    height: 100%;
    border: 1px solid #FFF;
    background-color: #FFF;
}
.quizResult{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.quizResult__content{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 120.2rem;
    margin: 0 auto;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0 3rem;
    pointer-events: none;
    visibility: hidden;
    box-sizing: border-box;
}
.section.section-003.isOn .quizResult__content{
    visibility: visible;
    pointer-events: auto;
}
.section.section-003.is-activeShare .resultCard__content{
    transform: scale(1);
}

button.resultCard__content{
    cursor: pointer;
}
.section.section-003.is-activeShare{}
.section.section-003.is-activeShare{}

.quizResult__contentInner{
    width: 50%;
    padding-right: 1.5rem;
    text-align: center;
}
.quizResult__contentInner p{
font-size: 1.5rem;
    font-weight: 400;
    margin: 1em 0;
    line-height: 1.5;
    max-width: 94%;
    margin: 2.4em auto 1.6em;
}
.quizResult__contentInner p span{
    font-size: 1.4em;
    font-weight: 700;
}
.quizResult__contentInner p.quizResult__contentInner-comparte{
    margin: 1em 0 0;
}
.quizResult__contentInner h3 span{
    font-size: 4.8rem;
    line-height: 1.020833333333333;
}
.quizResult__contentInner-share{
    flex-wrap: wrap;
        flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.main-share{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.main-share > *{
    margin-right: 5px;
    /*cursor: pointer;*/
}
.main-share span{
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.share__button{
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
}
.share__button svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.header-main .share__button svg{
    width: 20px;
    height: 20px;
}
.section-003 .share__button svg {
        width: 20px;
}
.section-003 .share__button .st0a{
    fill: #344754;
}
.section-003 .quizResult.quizResult-lover .share__button .st0a{
    fill: #f76674;
}
.resultCard__content{
    position: relative;
    top: 0;
    display: block;
    width: 55.75%;
    z-index: 0;
    transform-origin: center;
    transition: z-index .3s linear;
    transform: scale(1);
    transition: transform .8s cubic-bezier(.165,.84,.44,1);
    appearance: none;
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
}
.resultCard__content::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 176.258065%;

    box-shadow: 0 10px 30px rgb(0 0 0 / 55%);
    -webkit-border-radius: 1.6rem;
    -moz-border-radius: 1.6rem;
    border-radius: 1.6rem;
}
.quizResult__contentCard{
    width: calc(46% - 1.5rem);
    position: relative;
    margin-right: 0;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.resultCard__content-image{
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 1.6rem;
    -moz-border-radius: 1.6rem;
    border-radius: 1.6rem;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: transform .8s cubic-bezier(.165,.84,.44,1);
    overflow: hidden;
}
.resultCard__content-image video{
    min-width: 102%;
    min-height: 102%;
    height: 100%;
    width: auto;
    position: absolute;
    top: -1%;
    left: -1%;
}
/*.resultCard__content:hover .resultCard__content-image{
    transform: scale3d(1.1,1.1,1) rotate(-2deg);
}
*/


.loading{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
.loading.isOn{
    display: block;
}
.loading__content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: 400% 400%;
    background: rgb(223,87,123);
    background: linear-gradient(159deg, rgba(221,86,123,1) 0%, rgba(155,54,122,1) 23%, rgba(125,54,130,1) 49%, rgba(87,63,137,1) 71%, rgba(47,70,146,1) 100%);
    -webkit-animation: loading-effect 5s infinite cubic-bezier(.76,0,.24,1);
    animation: loading-effect 5s infinite cubic-bezier(.76,0,.24,1);
    display: flex;
    align-items: center;
    justify-content: center;
}


.lds-ring {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  margin: 3px;
  border: 6px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@-webkit-keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.sectionPage{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100000;
    background: #00000000;
    transform: translate(0, 0%);
    pointer-events: none;
    opacity: 0;
    transition: background .6s cubic-bezier(0.5, 0, 0.5, 1),opacity .6s cubic-bezier(0.5, 0, 0.5, 1),transform .8s cubic-bezier(.165,.84,.44,1);
}
.sectionPage.isOn{
    transform: translate(0, -100%);
    pointer-events: auto;
    opacity: 1;
    background: #000000e6;
    transition: background .6s cubic-bezier(0.5, 0, 0.5, 1),opacity .6s cubic-bezier(0.5, 0, 0.5, 1),transform .8s cubic-bezier(.165,.84,.44,1);
}
.sectionPage__content{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    overflow: auto;
}
.sectionPage__content-txt{
    background-color: #000000;
    width: calc(100% - 20rem);
    max-width: 80.2rem;
    margin: 0 auto;
    padding: 3rem 3rem 6rem;
    color: #ffffff;
    position: relative;
    z-index: 2;
}
.sectionPage__content-txtTitle{}
.sectionPage__content-txtTitle h1{}
.sectionPage__content-txt *{
    margin: .8em 0;
    line-height: 1.4em;
}
.sectionPage__content-txt strong,
.sectionPage__content-txt b{
    font-weight: 900;
}
.sectionPage__content-txt a{
    color: #ffffff;
}
.sectionPage__back{
    position: absolute;
    top: 3rem;
    left: 0;
    appearance: none;
    border: 0;
    background: linear-gradient(125deg, rgba(150,224,96,1) 0%, rgba(79,226,137,1) 49%, rgba(65,228,169,1) 100%);
    padding: 0 20px;
    border-top-right-radius: 1.6rem;
    border-bottom-right-radius: 1.6rem;
    line-height: 3em;
    height: 3em;
    z-index: 5;
    font-weight: 900;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
}
.sectionPage__back-background{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: transparent;
    cursor: pointer;
    z-index: 1;
}

.sectionPage#sectionPage-trailer{
}
.sectionPage__content-video{
    width: 80%;
    max-width: calc(176.68vh - 100px);
    position: relative;
    box-sizing: border-box;
        z-index: 2;
}
.sectionPage__content-videoiframe{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.6%;
    margin: 0 auto;
}
.sectionPage__content-videoiframe > *{
    position: absolute;
    width: 100%;
    height: 100%;
}
.footer{
    position: fixed;
    left: 0;
    z-index: 1000;
    width: 100%;
    bottom: 0.6rem;
    transform: translate(0, 100%);
    opacity: 0;
    transition: all .6s cubic-bezier(.77,0,.175,1) .1s;
}
.footer .header-main__share{
    display: none;
}
.footer.isOn{
    transform: translate(0, 0);
    opacity: 1;
}
.footer__content{
    width: 100%;
    padding: 0 5vw;
    box-sizing: border-box;
        display: flex;
    align-items: center;
    justify-content: space-between;
}
.t-list{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
}
.t-list li{}
.t-btn, .t-list li a{
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    padding: 1rem;
    margin: 0 2rem 0 0;
    text-transform: uppercase;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}
.t-btn.is-active{
    /*color: #33a16b;*/
    opacity: 0.5;
}

.footer__contentSound{
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    border: none;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.footer__contentSound audio{
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.footer__contentSound-pause{
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    transition: opacity .3s cubic-bezier(.77,0,.175,1) 0.1s,visibility 0s ease 0.4s;
}
.footer__contentSound-play{
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    transition: opacity .3s cubic-bezier(.77,0,.175,1) 0.1s,visibility 0s ease 0.4s;
}
.footer__contentSound-pause svg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.footer__contentSound-play svg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    left: 4px;
}
.footer__contentSound-pause.is-active{
    opacity: 1;
    pointer-events: initial;
    cursor: pointer;
}
.footer__contentSound-play.is-active{
    opacity: 1;
    pointer-events: initial;
    cursor: pointer;
}
.footer__contentSound svg *{
    fill: #FFF;
}

.quiz__backgroundCircle{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
    filter: blur(4px);
}
.quiz__backgroundCircle::after{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
}







body.section-003-hater::before{
    background: linear-gradient(159deg, rgba(52,71,84,1) 0%, rgba(212,207,201,1) 100%);
}
body.section-003-lover::before{
    background: linear-gradient(159deg, rgba(252,83,145,1) 0%, rgba(248,111,100,1) 100%);
}

.quizResult.quizResult-hater{}
.quizResult.quizResult-::before{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgb(52,71,84);
    background: linear-gradient(159deg, rgba(52,71,84,1) 0%, rgba(212,207,201,1) 100%);
    z-index: -1;
}
.quizResult__contentInner-outline{
    font-family: 'integral_cfbold', sans-serif;
    margin: 0;
}
.quizResult__contentInner-title{
    font-family: 'integral_cfbold', sans-serif;
    margin: 0;
}

.section-003-lover .quiz__backgroundCircle,
.section-003-hater .quiz__backgroundCircle{
    filter: initial;
}

.quizResult__contentInner .quizResult__contentInner-outline{
    margin: 0;
}
.quizResult__contentInner .quizResult__contentInner-title{
    margin: 0;
    line-height: 80%;
    max-width: 100%;
}
.quizResult__btn{
    -webkit-border-radius: 4em;
    -moz-border-radius: 4em;
    border-radius: 4em;
    border: 1px solid #fff;
    color: #fff;
    width: 100%;
    padding: 1em 0;
    display: block;
    -webkit-appearance: none;
    appearance: none;
    background: #ffffff;
    margin: 0 1em;
    text-align: center;
    line-height: 1.4em;
    text-decoration: none;
    height: -moz-fit-content;
    height: fit-content;
    position:relative;
}
.section-003 .quizResult__btn{
    padding: 1em;
    margin: 0 0 1em;
    box-sizing: border-box;
    height: auto;
}
.quizResult.quizResult-lover .quizResult__btn{
    color: #f76674;
}
.quizResult.quizResult-hater .quizResult__btn{
    color: #344754;
}
.quizResult__btn > *{
    display: block;
    font-weight: 900;
    font-size: 2rem;
    text-transform: uppercase;
}

.section-003 .quizResult__btn > *{
    margin: 0 auto;
    line-height: 30px;
}

.quizResult__contentInner-share{
    display: flex;
    align-items: center;
    justify-content: center;
}


.section.section-002.isOn.isOff .quiz__dots{
    opacity: 0;   
}
.quizResult.quizResult-lover .quizResult__contentInner-top .quizResult__contentInner-outline{
    font-size: 2.75em;
    max-width: 100%;
}
.quizResult.quizResult-lover .quizResult__contentInner-top .quizResult__contentInner-title{
    font-size: 9em;
}
.quizResult.quizResult-hater .quizResult__contentInner-top{}
.quizResult.quizResult-hater .quizResult__contentInner-top .quizResult__contentInner-outline{
font-size: 5.07em;
    max-width: 100%;
    white-space: nowrap;
}
.quizResult.quizResult-hater .quizResult__contentInner-top .quizResult__contentInner-title{
    font-size: 9em;
}





.section-003-lover .layer-lover,
.section-003-hater .layer-hater{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}
.layer-lover > *,
.layer-hater > *{
        margin: 10%;
    width: 80%;
    height: 80%;
}
.layer-lover .st0{
    fill: none;
    stroke: #FFFFFF;
    stroke-miterlimit: 10;
}
.layer-hater .st0{
    fill: none;
    stroke: #FFFFFF;
    stroke-miterlimit: 10;
}



.section-003-lover .quiz__backgroundCircle,
.section-003-hater .quiz__backgroundCircle{
  animation-name: quizAnimation;
  animation-duration: 2s;  
  animation-fill-mode: forwards;
}

@keyframes quizAnimation {
  0%{
    opacity: 1;
  }
  0.1%{
    opacity: 0;
  }
  80%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.section-003-lover{}
.section-003-hater{}




.header-main__bth-responsive{
    display: none;
}
.section-003 .quizResult__btn.buttonNext-simple:nth-child(1){}
.section-003 .quizResult__btn.buttonNext-simple:nth-child(2){
    line-height: 30px;
    text-align: center;
        opacity: 0;
    pointer-events: none;
    display: block;
}
.section-003 .quizResult__btn.buttonNext-simple:nth-child(2).giftLink-act{
    opacity: 1;
    pointer-events: auto;
    transition: opacity .3s cubic-bezier(.77,0,.175,1);

}
.section-003 .quizResult__btn.buttonNext-simple:nth-child(2) .buttonNext__typo{
    margin: 0 auto;
}
/*#giftLink{
    display: none;
}*/
.quizResult__btn-share{
    position: 0;
    background: transparent;
    border: none;
}
.quizResult__btn-share .share__button{
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
        width: 50px;
    height: 50px;
}
.footer__content-netflix{
    display: block;
        width: 100px;
        text-decoration: none;
}
.footer__content-netflix img{
    max-width: 100%;
    display: block;
    height: auto;
}

.quiz__backgroundCircle-float{
    width: 50%;
    height: 50%;
    position: absolute;
}
.quiz__backgroundCircle-float:nth-child(1){
    top: 0!important;
    left: 0!important;
}
.quiz__backgroundCircle-float:nth-child(2){
    top: 0!important;
    left: initial!important;
    right: 0!important;
}
.quiz__backgroundCircle-float:nth-child(3){
    top: initial!important;
    bottom: 0!important;
    left: initial!important;
    right: 0!important;
}
.quiz__backgroundCircle-float:nth-child(4){
    top: initial!important;
    bottom: 0!important;
    left: 0!important;
}
.quiz__backgroundCircle-float > *{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: 33% 33% 34%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.quiz__Circle{
    width: 100%;
    height: 100%;
}
.quiz__Circle:nth-child(3n+0){
    transform-origin:50% 100%;
    -webkit-animation:loading-bg-right 9s cubic-bezier(.455,.03,.515,.955) infinite;
    animation:loading-bg-right 9s cubic-bezier(.455,.03,.515,.955) infinite;
}
.quiz__Circle:nth-child(3n+1){
    transform-origin:100% 50%;
    -webkit-animation:loading-bg-right 9s cubic-bezier(.455,.03,.515,.955) infinite;
    animation:loading-bg-right 7s cubic-bezier(.455,.03,.515,.955) infinite;
}
.quiz__Circle:nth-child(3n+2){
    transform-origin:50% 100%;
    -webkit-animation:loading-bg-right 9s cubic-bezier(.455,.03,.515,.955) infinite;
    animation:loading-bg-right 10s cubic-bezier(.455,.03,.515,.955) infinite;
}
@-webkit-keyframes loading-bg-right {
 0% {
  transform:rotate(2deg)
 }
 50% {
  transform:rotate(-2deg)
 }
 to {
  transform:rotate(2deg)
 }
}
@keyframes loading-bg-right {
 0% {
  transform:rotate(2deg)
 }
 50% {
  transform:rotate(-2deg)
 }
 to {
  transform:rotate(2deg)
 }
}
.quiz__Circle-lover{
    display: none;
}
.quiz__Circle-hater{
    display: none;
}
.quiz__Circle-circle{
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.quiz__Circle:nth-child(4n+0){
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.quiz__Circle:nth-child(4n+1){
    display: flex;
    align-items: center;
    justify-content: center;
}
.quiz__Circle:nth-child(4n+2){
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.quiz__Circle:nth-child(4n+3){
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.quiz__Circle:nth-child(5n+0){
    opacity: 0.2;
}
.quiz__Circle:nth-child(5n+1){
    opacity: 0.1;
}
.quiz__Circle:nth-child(5n+2){
    opacity: 0.1;
}
.quiz__Circle:nth-child(5n+3){
    opacity: 0.2;
}
.quiz__Circle:nth-child(5n+4){
    opacity: 0.1;
}
.quiz__Circle:nth-child(5n+0) > *{
    width: 7vw;
    height: 7vw;
}
.quiz__Circle:nth-child(5n+1) > *{
    width: 17vw;
    height: 17vw;
}
.quiz__Circle:nth-child(5n+2) > *{
    width: 10vw;
    height: 10vw;
}
.quiz__Circle:nth-child(5n+3) > *{
    width: 4vw;
    height: 4vw;
}
.quiz__Circle:nth-child(5n+4) > *{
    width: 3vw;
    height: 3vw;
}
.section-003-hater .quiz__Circle-circle{
    display: none;
}
.section-003-hater .quiz__Circle-lover{
    display: none;
}
.section-003-hater .quiz__Circle-hater{
    display: block;
}
.section-003-lover .quiz__Circle-circle{
    display: none;
}
.section-003-lover .quiz__Circle-lover{
    display: block;
}
.section-003-lover .quiz__Circle-hater{
    display: none;
}
.quiz__Circle-lover > *,
.quiz__Circle-hater > *{
    width: 100%;
    height: 100%;
}
.quiz__Circle-lover > * .st0,
.quiz__Circle-hater > * .st0{
        fill: none;
    stroke: #fff;
}
.section-003-lover .quiz__Circle:nth-child(5n+0),
.section-003-hater .quiz__Circle:nth-child(5n+0){
    opacity: 0.5;
}
.section-003-lover .quiz__Circle:nth-child(5n+1),
.section-003-hater .quiz__Circle:nth-child(5n+1){
    opacity: 0.4;
}
.section-003-lover .quiz__Circle:nth-child(5n+2),
.section-003-hater .quiz__Circle:nth-child(5n+2){
    opacity: 0.3;
}
.section-003-lover .quiz__Circle:nth-child(5n+3),
.section-003-hater .quiz__Circle:nth-child(5n+3){
    opacity: 0.3;
}
.section-003-lover .quiz__Circle:nth-child(5n+4),
.section-003-hater .quiz__Circle:nth-child(5n+4){
    opacity: 0.4;
}

.section-002-isOn .quiz__backgroundCircle{
    z-index: 2;
}
.section-002-isOn .quiz__card{
    z-index: 3;
}
.header__presentation{
    display: none;
}
.share__button.youtube{
        width: 40px;
    height: 30px;
}
.header-main .share__button.youtube svg{
        width: 27px;
    height: 20px;
}
.share__button.vevo{
        width: 48px;
    height: 30px;
}
.header-main .share__button.vevo svg{
        width: 48px;
    height: 20px;
}
.vevo{}

.thumbnail__image{
    width: 100%;
    position: relative;
    margin-bottom: 5px;
}
.thumbnail__image::before{
    content: '';
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 56.26%;
}
.thumbnail__imageBackground{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sectionPage__content-gallery{
    width: 80%;
    max-width: calc(176.68vh - 100px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}
.sectionPage__content-thumbnail{
    margin: 8px;
    width: calc(50% - 16px);
    position: relative;
    display: block;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
}
.thumbnail__caption{}
.thumbnail__caption p{
    margin: 0;
    font-size: 1.3rem;
}
#sectionPage-gallery .sectionPage__content{
    align-items: flex-start;
}
/*responsive*/

@media screen and (min-width: 1220px){
    .header-main .share__button:hover .st0a{
        fill: rgba(150,224,96,1);
    }
    .buttonNext-simple:hover .buttonNext__typo{
        -webkit-animation: basic-hover-effect 1s cubic-bezier(.76,0,.24,1) .1s;
        animation: basic-hover-effect 1s cubic-bezier(.76,0,.24,1) .1s;
    }
    .buttonNext-simple:hover svg{
        -webkit-animation: basic-hover-effect 1s cubic-bezier(.76,0,.24,1);
        animation: basic-hover-effect 1s cubic-bezier(.76,0,.24,1);
    }
    .card:nth-child(1):hover{
        transform: scale(1.05) rotate(-2deg)
    }
    .card:nth-child(2):hover{
        transform: scale(1.05) rotate(2deg); 
    }
    .section.section-003.is-activeShare .resultCard__content:hover{
        transform: scale(1.1);
        z-index: 2;
    }
    .t-btn:hover,
    .t-list li a:hover{
        /*color: #33a16b;*/
        opacity: 0.5;
    }
}
@media screen and (max-width: 1220px){
    .section__labelTitle img{
        max-width: 100%;
    }
}
@media screen and (max-width: 1140px){
    .section.section-001 .section__labelButton .buttonNext-simple{
        margin: 0 10px;
    }
}
@media screen and (max-width: 1024px){
    .section__labelTitle h2{
        font-size: 8vw;
    }
    
    .quizResult__contentInner{
        width: 60%;
    }
    .quizResult__contentCard{
        width: calc(40% - 1.5rem);
    }
    .resultCard__content{
        width: 65.75%;
    }
    .footer.isOn{
        display: none;
    }
    .header-main__share{
        display: none;

    }
    .header-main__bth-responsive{
        display: flex;
        margin: -8px -24px -8px 0;
        width: calc(28px + 48px);
        height: calc(42px + 16px);
        position: relative;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .header-main__bth-responsive__line{
        width: 28px;
        height: 2px;
        margin: 0;
        background-color: #ffffff;
        transform: translate(0%,0%) rotate(0deg);
        transition: transform .8s cubic-bezier(.77,0,.175,1);
        position: absolute;
        top: 50%;
        left: 50%;
    }
    .header-main__bth-responsive__line:nth-child(3){
        width: 28px;
        background-color: transparent;
    }
    .header-main__bth-responsive__line:nth-child(3)::before{
        content: '';
        width: 20px;
        display: block;
        height: 2px;
        background: #ffffff;
        position: absolute;
        left: 0;
        top: 0;
    }
    .header-main__bth-responsive__line:nth-child(1){
        transform: translate(-50%,-500%) rotate(0deg);
    }
    .header-main__bth-responsive__line:nth-child(2){
        transform: translate(-50%,-50%) rotate(0deg);
        transition: opacity .8s cubic-bezier(.77,0,.175,1);
    }
    .header-main__bth-responsive__line:nth-child(3){
        transform: translate(-50%,500%) rotate(0deg);
    }
    .responsive-isOn .header-main__bth-responsive__line:nth-child(1){
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) rotate(45deg);
    }

    .responsive-isOn .header-main__bth-responsive__line:nth-child(2){
        opacity: 0;
    }
    .responsive-isOn .header-main__bth-responsive__line:nth-child(3){
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
        width: 28px;
        margin-right: 0;
        border-right: 0px solid #ffffff;
    }
    .responsive-isOn .header-main__bth-responsive__line:nth-child(3)::before{
        width: 28px;
    }
    .header-main__bth-responsive-content{
        width: 28px;
        height: 2px;
        position: relative;
    }
    .footer.isOn{
        display: none;
        opacity: 0;
        pointer-events: none;
        transition: none;
    }
    .responsive-isOn .footer.isOn{
        display: none;
        position: fixed;
        top: 58px;
        z-index: 101;
        height: calc(100% - 58px);
        opacity: 1;
        pointer-events: auto;
        transition: opacity .8s cubic-bezier(.165,.84,.44,1) .8s;
    }
    .footer.isOn .footer__content{
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .t-list{
        justify-content: flex-end;
        list-style: none;
        flex-direction: column;
        align-items: flex-start;
    }
    .t-list li {
        margin: 1rem 0;
    }
    .t-list li{
        margin: 1rem 0;
        display: block;
        width: -moz-fit-content;
        width: fit-content;
        transform: translateY(-2rem);
        transition: transform .8s cubic-bezier(.165,.84,.44,1) 0.8s;
    }

    .responsive-isOn .t-list li{
        transform: translateY(0);
        width: -moz-fit-content;
        width: fit-content;
        margin: 1em auto;
    }
    .header-main{
        height: 78px;
        align-items: flex-start;
        transition: height .8s cubic-bezier(.165,.84,.44,1), background .3s cubic-bezier(.165,.84,.44,1) .5s;
    }
    .responsive-isOn .header-main{
         height: 100%;
        background: rgb(0 0 0 / 90%);
    }
    .footer__content{
            padding: 0 2.4rem;
    }
    .footer__content-netflix{
        display: none;
    }

    .header-main{
        padding: 28px 24px 8px;
        flex-direction: row-reverse;
    }
    .footer__contentSound{
        background: linear-gradient(125deg, rgba(150,224,96,1) 0%, rgba(79,226,137,1) 49%, rgba(65,228,169,1) 100%);
    }
    .t-btn{
        margin: 0 auto;
        background: linear-gradient(125deg, rgba(150,224,96,1) 0%, rgba(79,226,137,1) 49%, rgba(65,228,169,1) 100%);
        padding: 1.1rem 1.5rem 0.9rem;
        font-weight: 900;
        font-size: 1.6rem;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .responsive-isOn .header__presentation{
        opacity: 1;
        pointer-events: auto;
        transition: opacity .8s cubic-bezier(.165,.84,.44,1) .8s;
    }
    .header__presentation{
        opacity: 0;
        pointer-events: none;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .header__presentation-menu{
            padding-top: 100px;
    }
    .t-list li a{
        margin: 0 auto;
        background: linear-gradient(125deg, rgba(150,224,96,1) 0%, rgba(79,226,137,1) 49%, rgba(65,228,169,1) 100%);
        padding: 1.1rem 1.5rem 0.9rem;
        font-weight: 900;
        font-size: 1.6rem;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        display: block;
    }
    .header__presentation-links{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 24px 20px;
    }
    .header__presentation-links a img{
        max-width: 100px;
        height: auto;
        display: block;
    }
    .header__presentation-main-share{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .header__presentation .share__button{
        width: 40px;
        height: 40px;
        margin-left: 10px;
    }
    .header-main__bth-responsive,
    .header__logo{
        z-index: 2;
    }
}/*1024px*/
@media screen and (max-width: 920px){

}/*920px*/
@media screen and (max-width: 865px){
    
    .quizResult__contentInner {
        width: 50%;
    }
    .quizResult__contentInner-share{
        flex-wrap: wrap;
    }
    .quizResult__btn{
        margin: 1em 1em 0;
    }
    .quizResult__contentCard {
        width: calc(50% - 1.5rem);
    }
    .quizResult.quizResult-hater .quizResult__contentInner-top .quizResult__contentInner-outline{
            font-size: 2.77em;
    }
    .quizResult.quizResult-hater .quizResult__contentInner-top .quizResult__contentInner-title{
        font-size: 5em;
    }
    .quizResult__contentInner p{
        max-width: 100%;
    }
    .resultCard__content {
        width: 70%;
    }
    .quizResult.quizResult-lover .quizResult__contentInner-top .quizResult__contentInner-title{
        font-size: 6.7em;
    }
    .quizResult.quizResult-lover .quizResult__contentInner-top .quizResult__contentInner-outline{
        font-size: 2.05em;
    }
    .quizResult{
        overflow: auto;
    }

}
@media screen and (max-width: 840px){
    .quizResult.quizResult-lover .quizResult__contentInner-top .quizResult__contentInner-title{
            font-size: 4.9em;
    }
    .quizResult.quizResult-lover .quizResult__contentInner-top .quizResult__contentInner-outline{
        font-size: 1.55em;
    }
    .section.section-001 .section__labelButton .buttonNext-simple{
            font-size: 2.2rem;
    }
    .quiz__cardQuestion{
        padding-left: 24px;
        padding-right: 24px;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 620px){
    .card{
        max-width: 42.5vw;
    }
    .card__answer p{
            font-size: 100%;
    }
    .quiz__cardQuestion{
        margin-bottom: 5.4rem;
    }
    .quizResult__content{
            flex-direction: column-reverse;
    }
    .quizResult__contentInner{
        width: calc(100% - 4.8rem);
        padding: 0;
    }
    .buttonNext-simple{
        font-size: 1rem;
    }
    .quizResult__btn{
        margin: 1em 0.5em 0;
    }
    .quizResult__contentCard{
        width: 60vw;
        margin: 0 auto 25px;
    }
    .quizResult.quizResult-hater .quizResult__contentInner-top .quizResult__contentInner-title{
            font-size: 17vw;
    }
    .quizResult.quizResult-hater .quizResult__contentInner-top .quizResult__contentInner-outline {
        font-size: 9.97vw;
    }
    .quizResult.quizResult-lover .quizResult__contentInner-top .quizResult__contentInner-title{
        font-size: 17vw;
    }
    .quizResult.quizResult-lover .quizResult__contentInner-top .quizResult__contentInner-outline{
        font-size: 5.37vw;
    }
    .quizResult__contentInner p{
        margin: 15px auto;
        /*font-size: 1.2rem;*/
        font-size: 1.6rem;/*AQUÍ*/
    }
    .quizResult__contentInner p span{
        font-size: 1.1em;
    font-weight: 700;
    }
    .quizResult__content{
        padding: 80px 0 100px;
    }
    .quizResult{
        flex-wrap: wrap;
    }
    
    .header__logo img{
        height: 30px;
    }
    .header-main{
        height: 65px;
    }
    .header-main__bth-responsive{
        height: calc(30px + 16px);
    }

    .sectionPage__back{
        top: 16px;
        line-height: 40px;
        height: 40px;
    }
    .sectionPage__content-txt{
        margin: 0 auto;
        padding: 80px 25px 6rem;
        max-width: 100%;
        box-sizing: border-box;
        width: 100%;
    }
    .sectionPage__content-video{
        max-width: calc(176.68vh - 60px);
    }
    .sectionPage__content-gallery{
        max-width: calc(176.68vh - 60px);
    }
    .quiz__cardQuestion p{
            font-size: 2.2rem;
    }
    .section.section-001 .section__labelButton{
    flex-direction: column;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .section.section-001 .section__labelButton .buttonNext-simple{
        font-size: 2rem;
        margin-bottom: 10px;
        width: 70%;
        text-align: center;
        max-width: 300px;
    }
    .buttonNext-simple .buttonNext__typo{
    margin: 0 auto;
}
    .sectionPage__content-thumbnail{
        width: calc(100% - 16px);
    }
    .t-btn, .t-list li a{
        text-align: center;
            width: 100%;
    box-sizing: border-box;
    }
    .responsive-isOn .t-list li{
        width: 80%;
    }
    .footer__contentSound{
        margin: 0 auto;
    }
    .resultCard__content{
        width: 80%;
    }

}
@media screen and (max-width: 500px){
    .quizResult__contentInner-share .quizResult__btn{
        flex-wrap: wrap;
    }

   
    .section.section-001 .section__labelButton{
    }

    .section-003 .quizResult__btn:nth-child(1) > span{
        width: 100%;
        text-align: center;
        margin: 0 auto 0.5em;
    }
    .section__labelTitle h2{
        font-size: 8vw;
    }
}
@media screen and (max-width: 440px){
    .quizResult__contentCard {
        width: 40%;
        margin: 0 auto 10px;
    }
    .quizResult__btn{
        padding: 0.6em 0;
    }
    .quizResult__contentInner p{
        max-width: 100%;/*AQUÍ*/
        margin: 1.4em auto;
    }
    .quiz__contentLayer .quiz__cardQuestion{
            padding: 0 1rem;
    }
    .quiz__cardQuestion p{
        font-size: 2rem;
    }
    .card__content{
        -webkit-border-radius: 0.9rem;
        -moz-border-radius: 0.9rem;
        border-radius: 0.9rem;
    }
   
    .quizResult__contentCard{
            margin: 0 auto 20px;
    width: 64%;
    }
    .card__answer p {
        font-size: 140%;
    }
}
@media screen and (max-width: 880px) and (max-height: 60vw){
    .quizResult__contentCard {
        width: calc(35% - 1.5rem);
    }
    .quizResult__contentInner {
        width: 65%;
    }
    .quizResult__content{
        padding: 0 1rem;
    }
    .quizResult__contentInner-share{
    }
    .quizResult__contentInner p{
        margin: 1.4em auto 0.6em;
    }
    .header__logo img{
        height: 30px;
    }
    .quizResult.quizResult-hater .quizResult__contentInner-top {
        font-size: 5.7vw;
    }
    .buttonNext-simple{
        font-size: 1rem;
    }
    .quizResult__btn{
        padding: 0.6em 0;
    }
    .quiz__cardQuestion p{
        font-size: 1.8rem;
    }
    .quiz__cardQuestion{
        margin-bottom: 5.4rem;
    }
    .card{
            max-width: 22vw;
    }
    .card__answer p{
        font-size: 94%;
    }
    .section__labelTitle {
        padding-top: 50px;
    }
    .section.section-001 .section__labelButton{
        padding-bottom: 50px;
    }
    .header-main{
        height: 46px;
    }
    .header-main__bth-responsive{
        height: calc(30px + 16px);
    }
    .footer__content{
        padding: 0 2.4rem;
    }

}
@media screen and (max-width: 620px) and (max-height: 60vw){
    .quiz__cardQuestion {
        margin-bottom: 30px;
    }
    .quiz__cardQuestion{
        margin-top: 60px;
    }
    .cards{
        margin-bottom: 30px;
    }
    .quizResult__content{
        flex-direction: row;
        padding: 50px 5px 30px;
        flex-wrap: wrap;
    }
    .quizResult.quizResult-hater .quizResult__contentInner-top{
            font-size: 4.7vw;
    }
    .quizResult__btn {
        margin: 0em 0.5em 0;
        padding: 0.4em 0;
    }
    .quizResult__contentInner p span {
        font-size: 1.1em;
    }
    .header-main {
        padding: 5px 2.4rem;
    }
    .header__logo img {
        height: 26px;
    }
    .header-main {
        padding: 5px 2.4rem;
    }
    .quiz__dots{
        bottom: 2rem;
    }
}

@media screen and (max-width: 620px) and (max-height: 820px){
    .resultCard__content {
        /*width: 60%;*/
        width: 80%;/*AQUÍ*/
    }
}

@media screen and (max-width: 340px){
.header-main{
    padding: 18px 15px 8px;
}
.quiz__cardQuestion{
    padding-left: 15px;
    padding-right: 15px;
}
.footer__content{
        padding: 0 15px;
}
.section-003 .quizResult__btn{
        margin: 0 0 0.5em;
    padding: 0.5em;
}
.quizResult__btn-share .share__button{
    width: 40px;
    height: 40px;
}
.quizResult.quizResult-lover .quizResult__contentInner-top .quizResult__contentInner-title {
    font-size: 3.9em;
}
.quizResult.quizResult-lover .quizResult__contentInner-top .quizResult__contentInner-outline {
    font-size: 1.15em;
}
}

