@import "colors.css";
@import "typography.css";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block
}
input[type="text"], input[type="email"], input[type="password"], input[type="tel"] {
    background: #fff;
    border: 1px solid var(--light-gray);
    font-size: 0.875rem;
    padding: 0.75rem 1.214rem;
    line-height: 1.43em;
    display: block;
    width: 100%;
    margin: 0 0 5px 0;
    font-family: var(--main-font);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
    color: #000;
}
::-webkit-input-placeholder { 
    color: var(--placeholder-color);
    opacity: 1;
}
::-moz-placeholder { 
    color: var(--placeholder-color);
    opacity: 1;
}
:-ms-input-placeholder {
    color: var(--placeholder-color);
    opacity: 1;
}
:-moz-placeholder { 
    color: var(--placeholder-color);
    opacity: 1;
}
h2 {
    font-size: 1.25rem;
    font-family: var(--secondary-font);
    font-weight: 600;
    margin-bottom: 2.625rem;
}
button {
    outline: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 16px;
    margin: 0 !important;
}
body {
    font-family: var(--main-font);
    background: #fff;
    color: var(--dark-gray);
}
a {
    color: inherit;
    text-decoration: none;
}
header {
    padding: 1.875rem 30px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(241,243,246,1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(241,243,246,1);
    box-shadow: 0px 0px 0px 0px rgba(241,243,246,1);
    background: #fff;
    width: 100%;
    position: relative;
    z-index: 9;
}
.quiz-wrap {
    max-width: 1088px;
    margin: 0 auto;
}
header .quiz-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quiz-header-logo img {
    display: block;
    max-height: 4.563rem;
}
.quiz-header-info {
    font-size: 1.188rem;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--primery-color);
    line-height: 1.368;
}
.quiz-header-info strong {
    position: relative;
    color: #fff;
    padding: 0 5px;
    display: inline-block;
	font-weight: 900;
}
.quiz-header-info strong:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--primery-color);
    transform: skew(-7deg, 0deg);
    z-index: -1;
}
.quiz-header-info span {
    display: block;
    font-weight: 300;
    color: #2C2829;
    font-size: 0.75rem;
    line-height: 1.25;
}
.quiz-landing-bg {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: -1;
    top: 0;
}
.quiz-landing-bg img {
    width: 100%;
    height: auto;
}
.quiz-landing-top {
    padding-top: 6rem;
    padding-bottom: 2.375rem;
    text-align: left;
    background-position: top right;
}
.quiz-landing-top h1 {
    font-size: 2.625rem;
    color: #fff;
    font-weight: 900;
    text-align: left;
    line-height: 1.286;
    margin-bottom: 2.813rem;
    margin-top: 0;
	text-transform: none;
}
.quiz-landing-top h1:after {
    display: none;
}
.quiz-landing-top h1 strong {
    display: inline-block;
    position: relative;
	font-weight: 900;
    margin: 5px 0;
    z-index: 2;
}
.quiz-landing-top h1 strong:before {
    z-index: -1;
    content: '';
    position: absolute;
    left: -12px;
    top: 0;
    padding: 0 12px;
    background: var(--secondary-color);
    transform: skew(-7deg, 0deg);
    width: calc(100% + 24px);
    height: 100%;
}
.quiz-landing-top h1 strong:last-child:before {
    background: var(--primery-color);
}
.quiz-landing-top-align {
    width:100%;
}
.quiz-landing-top-align .vc_custom_1761677017092,
.quiz-landing-top-align .vc_custom_1762338770438,
.quiz-landing-top-align .vc_custom_1761907520372,
.quiz-landing-top-align .vc_custom_1762427859227  {
    width:80%;
    text-align:left;
    margin:0 auto;
}
.quiz-landing-text, .quiz-landing-finish-text {
    text-align: center;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.556;
    max-width: 508px;
    margin: 0 0 2.5rem;
}
.quiz-landing-finish-text {
	max-width: 100%;
}
.quiz-landing-button {
    padding: 0.875rem;
    min-width: 12.75rem;
    font-size: 1rem;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    transition: all 0.5s ease;
    margin-bottom: 2.375rem;
}
.quiz-landing-button:hover {
    background: #fff;
    color: var(--secondary-color);
}
.quiz-landing-button.button2 {
    background: var(--primery-color);
    border: 1px solid var(--primery-color);
}
.quiz-landing-button.button2:hover {
    background: #fff;
    color: var(--primery-color);
}
.quiz-landing-content .wpex-icon svg {
    vertical-align: text-top;
    height: 0.875em;
}
.quiz-landing-footer .wpb_column:first-child {
    position: unset;
}
.quiz-landing-footer .wpb_column:first-child:before {
    top: 0;
    left: calc( (100% - 100vw)/2 );
    background: #F1F3F6;
    width: 100vw;
    height: 100%;
    content: '';
    position: absolute;
}
.quiz-block {
    display: none;
    margin-bottom:60px;
}
.quiz-landing-top-questions {
    padding-bottom: 20.833vw !important;
}
.quiz-landing-finish {
	display: none !important;
}
.quiz-landing-mobile { display: none; }
@media only screen and (max-width: 1024px) {
    .quiz-landing-top-align .vc_custom_1761677017092, .quiz-landing-top-align .vc_custom_1762338770438, .quiz-landing-top-align .vc_custom_1761907520372, .quiz-landing-top-align .vc_custom_1762427859227 { width: 95%; }
    .quiz-landing-text { max-width: 400px; }
}
@media only screen and (max-width: 768px) {
    header { padding-top: 22px; padding-bottom: 22px; }
    .quiz-header-logo img { max-height: 3.5rem; }
    .quiz-header-info { font-size: 1rem; }
    .quiz-header-info strong { width: fit-content; }
    .quiz-header-info { display: flex; flex-direction: column; }
    .quiz-header-info span { margin-top: 5px; font-size: 0.6rem; }
    .quiz-landing-top { background-position: top right -30px; }
    .quiz-landing-top { padding-top: 10.417vw; }
    .quiz-landing-top h1 { font-size: 1.625rem; margin-bottom: 1.813rem; }
    .quiz-landing-text { font-size: 1rem; }
    .quiz-landing-button { font-size: 14px; padding: 0.75rem; margin-bottom: 0;}
    .quiz-landing-footer { padding: 30px 15px 25px !important; }
    .quiz-landing-footer nav { margin-top: 25px; }
    .quiz-landing-footer nav .vcex-navbar-inner { float: none; display: flex; justify-content: center; flex-wrap: wrap; }
    .quiz-landing-footer nav .vcex-navbar-link { margin: 5px 15px !important; font-size: 14px; }
	.quiz-landing-mobile { display: block; }
	.quiz-landing-desktop{ display: none; }
    .quiz-landing-top-align .vc_custom_1761677017092, .quiz-landing-top-align .vc_custom_1762338770438, .quiz-landing-top-align .vc_custom_1761907520372, .quiz-landing-top-align .vc_custom_1762427859227 { width: 100%; }
}
@media only screen and (max-width: 480px) {
    .quiz-header-logo img { max-height: 40px; }
    .quiz-header-info { font-size: 10px; }
    .quiz-header-info span { font-size: 7px; }
    .quiz-landing-footer nav .vcex-navbar-inner { flex-direction: column; }
    .quiz-landing-top { background-position: top right -50px; }
    .quiz-landing-top h1 { font-size:  20px; }
    .quiz-landing-top strong { margin: 2px 0; }
    .quiz-landing-top-align .vc_custom_1761677017092, .quiz-landing-top-align .vc_custom_1762338770438, .quiz-landing-top-align .vc_custom_1761907520372, .quiz-landing-top-align .vc_custom_1762427859227 { padding-left:10px; }
    .quiz-landing-button { min-width: 10rem; padding: 0.5rem; }
    .quiz-landing-footer nav .vcex-navbar-link { margin-left: 0 !important; margin-right: 0 !important; }
    .quiz-landing-notice { margin-left:0px; margin-right:0px; padding-top:10px; }
}