
@font-face {
font-family: 'SF UI Display Ultralight';
font-style: normal;
font-weight: normal;
src: local('SF UI Display Ultralight'), url('../fonts/sf-ui-display-ultralight-58646b19bf205.woff') format('woff');
}
@font-face {
font-family: 'SF UI Display Thin';
font-style: normal;
font-weight: normal;
src: local('SF UI Display Thin'), url('../fonts/sf-ui-display-thin-58646e9b26e8b.woff') format('woff');
}
@font-face {
font-family: 'SF UI Display Light';
font-style: normal;
font-weight: normal;
src: local('SF UI Display Light'), url('../fonts/sf-ui-display-light-58646b33e0551.woff') format('woff');
}
@font-face {
font-family: 'SF UI Display Medium';
font-style: normal;
font-weight: normal;
src: local('SF UI Display Medium'), url('../fonts/sf-ui-display-medium-58646be638f96.woff') format('woff');
}
@font-face {
font-family: 'SF UI Display Semibold';
font-style: normal;
font-weight: normal;
src: local('SF UI Display Semibold'), url('../fonts/sf-ui-display-semibold-58646eddcae92.woff') format('woff');
}
@font-face {
font-family: 'SF UI Display Bold';
font-style: normal;
font-weight: normal;
src: local('SF UI Display Bold'), url('../fonts/sf-ui-display-bold-58646a511e3d9.woff') format('woff');
}
@font-face {
font-family: 'SF UI Display Heavy';
font-style: normal;
font-weight: normal;
src: local('SF UI Display Heavy'), url('../fonts/sf-ui-display-heavy-586470160b9e5.woff') format('woff');
}
@font-face {
font-family: 'SF UI Display Black';
font-style: normal;
font-weight: normal;
src: local('SF UI Display Black'), url('../fonts/sf-ui-display-black-58646a6b80d5a.woff') format('woff');
}

@font-face { 
    font-family: "InterThin";
    src: url("../fonts/InterThin/InterThin.eot");
    src: url("../fonts/InterThin/InterThin.eot?#iefix")format("embedded-opentype"),
    url("../fonts/InterThin/InterThin.woff") format("woff"),
    url("../fonts/InterThin/InterThin.ttf") format("truetype");
    font-style: normal;
    font-weight: 100;
}
@font-face { 
    font-family: "InterLight";
    src: url("../fonts/InterLight/InterLight.eot");
    src: url("../fonts/InterLight/InterLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/InterLight/InterLight.woff") format("woff"),
    url("../fonts/InterLight/InterLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}
@font-face { 
    font-family: "InterRegular";
    src: url("../fonts/InterRegular/InterRegular.eot");
    src: url("../fonts/InterRegular/InterRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/InterRegular/InterRegular.woff") format("woff"),
    url("../fonts/InterRegular/InterRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}
@font-face { 
    font-family: "InterSemiBold";
    src: url("../fonts/InterSemiBold/InterSemiBold.eot");
    src: url("../fonts/InterSemiBold/InterSemiBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/InterSemiBold/InterSemiBold.woff") format("woff"),
    url("../fonts/InterSemiBold/InterSemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}
@font-face { 
    font-family: "InterBold";
    src: url("../fonts/InterBold/InterBold.eot");
    src: url("../fonts/InterBold/InterBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/InterBold/InterBold.woff") format("woff"),
    url("../fonts/InterBold/InterBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}


.navbar {
    background-color: #4D4D4D !important;
    height: 50px;
}
.logo{
    margin-top:-12px;
}
.logo-icon{
    margin-top: -8px;
    margin-right: -10px;
}
.container{
    max-width: 375px;
    padding-left: 30px;
    padding-right: 30px;
}
.intro-box{
    background-color: #4D4D4D !important;
    background-image:  url("../img/intro.svg");
    width: 100%;
    height: 388px;
    margin-top: 24px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.intro-title{
    font-family: 'SF UI Display Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #191919;
    margin-top: 10px;
}
.intro-description{
    font-family: 'SF UI Display Light';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #191919;
    margin-top: 15px;
}
.btn-description{
    font-family: 'SF UI Display Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #333333;
    margin-top: 52px;
}
.btn-primary{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
    gap: 10px;
    height: 49px;
    background: #FFE000;
    border-color: #FFE000;
    margin-bottom: 20px;
    margin-top: 5px;
    color: #000000;
    border-radius: 8px;
    font-family: 'InterSemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    width: 100%;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #000000;
    background-color: #E5CA00;
    border-color: #E5CA00;
    box-shadow: none !important;
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: 1;
    color: #000000;
    background-color: #D9D9D9;
    border-color: #D9D9D9;
    box-shadow: none !important;
}

.character-text{
    font-family: 'SF UI Display Light';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #191919;
    margin: 50px 17px;
}
.character-list{
    display: flex;
    flex-wrap: wrap;
}
.character-item{
    width: 50%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}
.character-img{
    border-radius: 50%;
    overflow: hidden;
    width: 105px;
    height: 105px;
    display: inline-block;
    border: 5px solid #fff;
    background-size: cover;
}
.character-img img{
    display: none;
    width: 41px;
    margin: 33px auto;
}
.cur .character-img{
    border: 5px solid #FFE000;
}
.cur .character-img img{
    display: block;
}
.character-name{
    font-family: 'SF UI Display Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
}
.character-description{
    font-family: 'SF UI Display Light';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
}
.reality-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 35px;
    margin-bottom: -15px;
}
.reality-title{
    font-family: 'SF UI Display Light';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    color: #191919;
    margin-bottom: 43px;
}
.reality-sub-title{
    font-family: 'SF UI Display Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    
    color: #333333;
}
.reality-description{
    margin-top: 21px;
    font-family: 'SF UI Display Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    
    color: #333333;
}
.reality-btn{
    margin-top: 80px;
}

.section-title{
    font-family: 'SF UI Display Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;

    color: #333333;
    margin-top:60px;
}
.section-description{
    font-family: 'SF UI Display Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    
    color: #333333;
    margin-top:16px;
}


.progress-bar {
    margin-top: 40px;
    background-color: #FFF8C3;
    width: 100%;
    height: 8px;
    margin-bottom: 45px;
    border-radius: 6px;
    overflow: initial;
    position: relative;
}
.progress-bar span {
    height: 8px;
    background-color: #FFE000;
    display: block;
    border-radius: 6px;
}
.progress-bar .circle{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #FFE000;
    position: absolute;
    margin-left: -8px;
}
.question-text{
    font-family: 'SF UI Display Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;

    color: #333333;
}

.answer-list{
    display: flex;
    flex-wrap: wrap;
    margin: 18px -5px;
}
.btn-answer{
    display: flex;
    width: 45%;
    font-family: 'SF UI Display Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    padding: 21px 18px;
    border-radius: 10px;
    margin: 5px;
    height: 99px;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}
.answer-a{
    background: #8A5FF1;
    border: 2px solid #8A5FF1;
    color: #FFFFFF;
}
.answer-b{
    background: #B99EFD;
    border: 2px solid #B99EFD;
    color: #000000;
}
.answer-c{
    background: #DCD9FB;
    border: 2px solid #DCD9FB;
    color: #000000;
}
.answer-d{
    background: #DEDEDE;
    border: 2px solid #DEDEDE;
    color: #000000;
}
.btn-answer:hover, .btn-answer:focus, .btn-answer:active {
    color: #000000;
    background-color: #fff;
    border: 2px solid #8A5FF1;
    box-shadow: none !important;
}


.thankyou-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -10px;
}
.thankyou-title{
    font-family: 'SF UI Display Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #333333;
}
.thankyou-description{
    margin: 24px 0px;
    font-family: 'SF UI Display Light';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    /* or 138% */

    text-align: center;

    color: rgba(60, 60, 67, 0.6);

}

.thankyou-box{
    background: #FFE000;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.thankyou-box-top{
    font-family: 'SF UI Display Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #333333;
    margin: 18px 0 16px;
}
.thankyou-box-img{
    background: #d9d9d98c;
    border-radius: 10px;
    width: 290px;
    height: 260px;
    background-position: center;
    background-size: cover;
}
.thankyou-box-bottom{
    font-family: 'SF UI Display Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #333333;
    margin: 16px 0 16px;
}
.table-title{
    font-family: 'SF UI Display Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */

    text-align: center;

    color: #333333;
    margin: 22px auto;
}


.table-row{
    height: 50px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
.table-row-letter{
    font-family: 'SF UI Display Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-decoration-line: underline;
    color: #FFFFFF;
    opacity: 0.8;
    position: absolute;
    margin-left: 16px;
    margin-top: 10px;
}
.table-row-value{
    font-family: 'SF UI Display Light';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    position: absolute;
    margin-left: 47px;
    margin-top: 17px;
    color: #FFFFFF;
}
.table-row div{
    width: 25%;
    height: 50px;
}
.row-1 div:nth-of-type(1) {
    background: #FFB0B0;
}
.row-1 div:nth-of-type(2) {
    background: #FF5252;
    opacity: 0.6;
}
.row-1 div:nth-of-type(3) {
    background: #FF3232;
    opacity: 0.6;
}
.row-1 div:nth-of-type(4) {
    background: #E20000;
    opacity: 0.6;
}

.row-2 div:nth-of-type(1) {
    background: #BDA9FC;
}
.row-2 div:nth-of-type(2) {
    background: #8B5EFC;
    opacity: 0.6;
}
.row-2 div:nth-of-type(3) {
    background: #7C48FF;
    opacity: 0.6;
}
.row-2 div:nth-of-type(4) {
    background: #543CA0;
    opacity: 0.6;
}

.row-3 div:nth-of-type(1) {
    background: #81EAD6;
}
.row-3 div:nth-of-type(2) {
    background: #21CCAB;
    opacity: 0.6;
}
.row-3 div:nth-of-type(3) {
    background: #00C09B;
    opacity: 0.6;
}
.row-3 div:nth-of-type(4) {
    background: #0F9178;
    opacity: 0.6;
}

.row-4 div:nth-of-type(1) {
    background: #FFC892;
}
.row-4 div:nth-of-type(2) {
    background: #FF8B00;
    opacity: 0.6;
}
.row-4 div:nth-of-type(3) {
    background: #E87F01;
    opacity: 0.6;
}
.row-4 div:nth-of-type(4) {
    background: #C66700;
    opacity: 0.6;
}

.row-5 div:nth-of-type(1) {
    background: #A0EFAF;
}
.row-5 div:nth-of-type(2) {
    background: #2BED58;
    opacity: 0.6;
}
.row-5 div:nth-of-type(3) {
    background: #11DD41;
    opacity: 0.6;
}
.row-5 div:nth-of-type(4) {
    background: #19B22F;
    opacity: 0.6;
}

.row-6 div:nth-of-type(1) {
    background: #B0E2F7;
}
.row-6 div:nth-of-type(2) {
    background: #5FBBF9;
    opacity: 0.6;
}
.row-6 div:nth-of-type(3) {
    background: #3FA6EC;
    opacity: 0.6;
}
.row-6 div:nth-of-type(4) {
    background: #188AC9;
    opacity: 0.6;
}

.row-7 div:nth-of-type(1) {
    background: #B5D2F4;
}
.row-7 div:nth-of-type(2) {
    background: #377FF4;
    opacity: 0.6;
}
.row-7 div:nth-of-type(3) {
    background: #2872EB;
    opacity: 0.6;
}
.row-7 div:nth-of-type(4) {
    background: #0E57C1;
    opacity: 0.6;
}

.call-to-action-title{
    font-family: 'SF UI Display Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin: 30px 0 40px;
    padding: 0 30px;

    background-image:  url("../img/bg.png");
    background-position: center;
    background-repeat: no-repeat;
}

.call-to-action-description{
    font-family: 'SF UI Display Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    padding: 0 20px;
    color: #333333;
}
.call-to-action-description span{
    font-family: 'SF UI Display Bold';
}
.thankyou-btn{
    margin: 25px 0 50px;
    background-color: #4D4D4D;
    border-color: #4D4D4D;
}
.thankyou-btn:hover, .thankyou-btn:focus, .thankyou-btn:active {
    background-color: #4D4D4D;
    border-color: #4D4D4D;
}