@font-face {
    font-family: 'Trim';
    src: url('../assets/fonts/Trim-SemiBold.eot');
    src: url('../assets/fonts/Trim-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/Trim-SemiBold.woff2') format('woff2'),
        url('../assets/fonts/Trim-SemiBold.woff') format('woff'),
        url('../assets/fonts/Trim-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'T-Star Pro';
    src: url('../assets/fonts/T-StarPro-Regular.eot');
    src: url('../assets/fonts/T-StarPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/T-StarPro-Regular.woff2') format('woff2'),
        url('../assets/fonts/T-StarPro-Regular.woff') format('woff'),
        url('../assets/fonts/T-StarPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'T-Star Pro';
    src: url('../assets/fonts/T-StarPro-Medium.eot');
    src: url('../assets/fonts/T-StarPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/T-StarPro-Medium.woff2') format('woff2'),
        url('../assets/fonts/T-StarPro-Medium.woff') format('woff'),
        url('../assets/fonts/T-StarPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'T-Star Pro';
    src: url('../assets/fonts/T-StarPro-Heavy.eot');
    src: url('../assets/fonts/T-StarPro-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/T-StarPro-Heavy.woff2') format('woff2'),
        url('../assets/fonts/T-StarPro-Heavy.woff') format('woff'),
        url('../assets/fonts/T-StarPro-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


html, body {width: 100%; height: 100%; box-sizing: border-box; margin: 0; padding: 0; font-size: 18px; }

body {display: flex; flex-direction: column; background-color: black;  font-family: 'T-Star Pro', sans-serif !important; font-weight: 100; font-size: 18px; color: white; }

.text-red-border {color: black !important;text-shadow: -1px -1px 0 #FA0000, 1px -1px 0 #FA0000, -1px 1px 0 #FA0000, 1px 1px 0 #FA0000;}

a:hover, .link:hover, a:focus, .link:focus {text-decoration: none;}

p,
.button {font-family: 'T-Star Pro', sans-serif !important;}

#app {display: flex; position: relative; flex-direction: column; align-items: center; width: 100%; height: 100%; padding: 0; box-sizing: border-box; margin: 0 auto; max-width: 480px;}
#app:before {content: ''; position: absolute; left: 0; right: 0; width: 100%; height: 100%; background-image: url(../assets/images/bg.jpg?v=1.0.10); background-position: top; background-repeat: no-repeat; background-size: 600px;}
#app.questions:before {filter: grayscale(1); opacity: 0.25; }
#app.finished:before {display: none;}

.title {display: block; font-size: 1.4em; margin: 0; width: 100%; font-weight: bold;}

.ix-extra-info-text {margin: 0; font-size: 0.8rem;}
.ix-extra-info-text a {color: inherit;}

.container { width: 100%; max-width: 1000px; margin: 0 auto; }

#ix-privacy { font-size: 0.8rem; }
#ix-privacy a { color: #fff; }
.questions + footer #ix-privacy,
.finished + footer #ix-privacy {width: 100%; text-align: center;}

.loading {position: relative;}

.content-to-load {transition: opacity 0.3s; opacity: 1; }
.loading .content-to-load {opacity: 0; pointer-events: none; }

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/** CONTENT **/
#ix-content-container { position: relative; flex-grow: 1; flex-shrink: 0;}
#ix-content-title { display: none; position: relative; z-index: 1; text-align: center; padding: 30px 0 40px 0; font-size: 3em; color: #FA0000; text-transform: uppercase; font-family: 'Trim'; }
#ix-content {padding: 60px 25px 50px;width: 100%; min-height: 300px; margin: 0 auto;box-sizing: border-box;text-align: center; position: relative;}

/** INTRO **/
#ix-intro-description {font-size: 1rem; padding: 0 0 20px 0;}
#ix-intro-title {text-align: center; margin-top: 400px; padding: 0 0 10px 0; font-size: 3em; line-height: 3rem; color: #FA0000; text-transform: uppercase; font-family: 'Trim';}

.intro #ix-content {min-height: 0; padding: 15px 25px;}
.intro .ix-buttons-container {margin: 0;}
.intro .button {width: 50%;}

.ix-version-container {position: fixed; right: 10px; bottom: 5px; display: none;}
.ix-version-container span {font-size: 0.8rem; color: white;}

/** FOOTER **/
footer.container { display: flex; position: relative; flex-direction: column; justify-content: space-between; align-items: flex-start; margin: 15px 0 15px 0; }
footer.container > div {width: 100%; text-align: center;}
footer.container > div:not(:first-child) {margin: 20px auto 0;}

footer.container #ix-languages,
footer.container #ix-privacy {display: none; }
footer.container #ix-languages {text-align: center;}
footer.container #ix-logo-partner img {width: 60px; height: auto;}
footer.container #ix-logo-ivox a {display: flex; flex-direction: column; justify-content: center; align-items: center; text-decoration: none;}
footer.container #ix-logo-ivox span {margin-bottom: 10px; font-size: 0.8rem; color: white; text-decoration: none; text-underline: none;}
footer.container #ix-logo-ivox img {width: 139px; height: auto;}

.loading footer.container {position: fixed; display: block;left: 50%;top: 50%;transform: translate(-50%, -50%); }
.loading footer.container #ix-logo-partner img { -webkit-animation:spin 1s linear infinite;-moz-animation:spin 1s linear infinite;animation:spin 1s linear infinite;}
.loading footer.container #ix-logo-ivox {display: none;}

/** TECHNICAL ISSUES **/
.technical-issue {color: white; font-size: 0.8rem;}
.technical-issue a {color: white; text-decoration: underline; font-weight: bold;}

/** MOBILE **/

.ix-mobile { display: none !important; }
body.mobile .ix-mobile { display: inline-block !important; }

@media (max-width: 50em) {
    /** GENERAL **/
    #app {padding: 0;}

    /** CONTENT **/
	#ix-content-title {font-size: 3em;}

}

@media (max-width: 40.5em) {
    /** GENERAL **/
    .title {font-size: 1.2em;}

    /** CONTENT **/
	.questions #ix-content-title {padding: 10px 10px 40px 10px;}
	#ix-content-title { padding: 20px 5px 20px 5px; font-size: 2em; }

	/** INTRO **/
	#ix-intro-title {font-size: 2.2rem; line-height: 2.2rem;}
	.intro .button {width: 60%;}

}

@media (max-width: 30em) {
    /** GENERAL **/
	#app:before {background-size: 480px;}
	#ix-intro-title {margin-top: 320px;}
	footer.container #ix-logo-partner img {width: 40px;}
	footer.container #ix-logo-ivox img {width: 100px;}

    /** CONTENT **/
	#ix-content-title {font-size: 2em; padding: 15px 10px 15px 10px;}
}

@media (max-width: 25em) {
    /** GENERAL **/
	#app:before {background-size: 400px;}
	#ix-intro-title {margin-top: 270px;}
}
#ix-buttons {display: flex; flex-direction: row; align-items: center; justify-content: space-between; position: relative; z-index: 8;}

.button-container {display: flex; align-items: center; justify-content: space-between;}

.button-container .button-text {display:block; margin-top: -4px; cursor: pointer;}

.button {margin: 0; background: #FA0000;color: #000000; border: solid 2px transparent; padding: 10px 15px 12px;font-size: 1rem; line-height: 1rem; font-weight:bold; transition: 0.3s;-webkit-appearance: none; cursor: pointer;}

.back-button,
.next-button {cursor: pointer;}

.back-button {margin-right: auto;}
.next-button {margin-left: auto;}

.back-button .button,
.next-button .button {display: flex; width: 40px; height: 40px; padding: 0; border: solid 2px transparent; align-items: center; justify-content: center; background: #FA0000; position: relative; border-radius: 50%;}

.back-button .button {margin-right: 10px;}
.next-button .button {margin-left: 10px;}

.back-button .button .button-arrow,
.next-button .button .button-arrow {width: 10px;height: 10px;color: transparent;border-top: solid 5px black;border-right: solid 5px black;}

.back-button .button .button-arrow {margin-left: 4px;}
.next-button .button .button-arrow {margin-left: -4px;}

.back-button .button .button-arrow {transform: rotate(-135deg);}
.next-button .button .button-arrow {transform: rotate(45deg);}

@media (hover: hover) {
    .button-container:hover .button {background: #000000; color: #FA0000; border: solid 2px #FA0000;}
    .button-container:hover .button .button-arrow {border-color: #FA0000}
    .button:hover {background: #000000; color: #FA0000; border: solid 2px #FA0000;}
}
#ix-clock { width: 80px; height: 80px; position: relative; background: #fff; box-shadow: inset 0 0px 0 2px #005882; border-radius: 50%; -webkit-box-shadow: inset 0 0px 0 2px #005882;-moz-box-shadow: inset 0 0px 0 2px #005882;}

#ix-clock #ix-clock-face { background-image: url(../assets/images/clock-base.png?v=1.0.10); background-repeat: no-repeat; background-size: 80px; height: 100%; width: 100%; position: relative; }
#ix-clock #ix-clock-face:before {content: '';display: block;width: calc(100% + 2px);height: calc(100% + 2px);border-radius: 50%;position: absolute;border: solid 4px #345172;left: -1px;right: 0;top: -1px;bottom: 0;margin: auto;background: transparent;box-sizing: border-box;z-index: 10;}
#ix-clock #ix-clock-counter { background: #00587E; color: #fff; border-radius: 50%; width: 50px; height: 50px; line-height: 50px; font-size: 1.2em; text-align: center; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }

#ix-clock #ix-clock-pie { position: absolute; width: 90%; height: 90%; top: 0; bottom: 0; left: 0; right: 0; margin: auto; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
#ix-clock #ix-clock-pie, #ix-clock-pie * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
#ix-clock #ix-clock-pie .pie { width: 50%; height: 100%; position: absolute; background: #09BF94; -webkit-transform-origin: 100% 50%; -moz-transform-origin: 100% 50%; -ms-transform-origin: 100% 50%; -o-transform-origin: 100% 50%; transform-origin: 100% 50%; }
#ix-clock #ix-clock-pie.half .pie { background: #FF726D; }
#ix-clock #ix-clock-pie .spinner { border-radius: 100% 0 0 100% / 50% 0 0 50%; z-index: 200; border-right: none; -webkit-animation: rota 10s linear; -moz-animation: rota 10s linear; -o-animation: rota 10s linear; animation: rota 10s linear; }
#ix-clock #ix-clock-pie:hover .spinner,
#ix-clock #ix-clock-pie:hover .filler,
#ix-clock #ix-clock-pie:hover .mask { -webkit-animation-play-state: running; -moz-animation-play-state: running; -o-animation-play-state: running; animation-play-state: running; }
#ix-clock #ix-clock-pie .filler { border-radius: 0 100% 100% 0 / 0 50% 50% 0; left: 50%; opacity: 0; z-index: 100; border-left: none; -webkit-animation: opa 10s steps(1, end) reverse; -moz-animation: opa 10s steps(1, end) reverse; -o-animation: opa 10s steps(1, end) reverse; animation: opa 10s steps(1, end) reverse; }
#ix-clock #ix-clock-pie .mask { width: 50%; height: 100%; position: absolute; background: inherit; opacity: 1; z-index: 300; background: #fff; border-radius: 134px 0 0 134px; -webkit-animation: opa 10s steps(1, end); -moz-animation: opa 10s steps(1, end); -o-animation: opa 10s steps(1, end); animation: opa 10s steps(1, end); }

@keyframes rota {
	0% { -webkit-transform: rotate(-360deg); -moz-transform: rotate(-360deg); -ms-transform: rotate(-360deg); -o-transform: rotate(-360deg); transform: rotate(-360deg); }
	100% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
}
@keyframes opa {
	0% { opacity: 0; }
	50%, 100% { opacity: 1; }
}

@media (max-width: 40.5em) {
	#ix-clock {width: 60px; height: 60px;}
	#ix-clock #ix-clock-face { background-size: 60px; }
	#ix-clock #ix-clock-counter { width: 40px; height: 40px; line-height: 40px; font-size: 1em; }
}

#consent { position: fixed; box-sizing: border-box; bottom: 0px; left: -100%; width: 100%; max-width: 100%; transition: all 0.25s ease 0s; z-index: 999; }
#consent.active { left: 0px; width: 850px; }

#consent-content { position: relative; max-width: 800px; background: #000; padding: 15px 25px; border: 1px solid #FA0000; box-shadow: 0px 0px 200px rgba(255, 255, 255, 0.15); }
.initial #consent-content { margin: 0 25px; }
#consent-content > h3 { font-weight: bold; margin-top: 0; }
#consent-content > p { margin: 10px 0; }

#consent-actions::after { content: ""; display: table; clear: both; }
#consent-submit { padding: 5px 25px; color: #fff; cursor: pointer; text-align: center; display: inline-block; float: right; background: #FA0000; }
#consent-details-action { padding: 5px 25px; cursor: pointer; display: inline-block; float: right; text-decoration: underline; margin-right: 10px; }

#consent-details {  }
#consent-details ul { margin: 25px 0px 0px; padding: 0px 0px 0px 20px; list-style: disc; display: block; }
#consent-details ul li {  }
#consent-details ul li + li { margin-top: 5px; }

#consent-open { position: absolute; left: 100%; bottom: 0; transition: 0.25s; cursor: pointer; border-right: 40px solid rgba(255, 255, 255, 0.1); border-top: 40px transparent solid; border-bottom: 40px transparent solid; border-left: 40px transparent solid; transform: translate(-50%, 50%) rotateZ(-45deg); }
#consent-open > div { position: absolute; top: -12.5px; right: -36px; background: #FA0000; color: rgba(255,255,255,0.75); font-size: 16px; text-transform: uppercase; border-radius: 50%; font-weight: bold; width: 25px; height: 25px; text-align: center; line-height: 25px; transform: rotateZ(45deg); }

#consent-privacy { margin-top: 15px; }
#consent-privacy a { font-size: 0.8rem; color: #fff; }

#consent.initial { top: 0; right: 0; bottom: 0; left: 0; display: flex; flex-flow: row wrap; align-items: center; justify-content: center; }
#consent.initial::before { content: ""; display: block; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.75); }
#consent.initial #consent-open { display: none; }
.error {margin: 0 0 15px 0;}
.error p {color: #FA0000; font-weight: bold; margin: 0;}
.error:empty {display: none;}

.fade-enter-active, .fade-leave-active {
  transition: all .25s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}

.game { margin-bottom: 25px; }
.game > .question-title { font-size: 2.5rem; line-height: 2.5rem; color: #FA0000; text-transform: uppercase; font-family: "Trim"; }
.game .screen-questions-sub-question > .question-title { font-family: "Trim"; text-align: center; font-size: 1.5rem; margin: 40px auto 20px; }
.game .screen-questions-sub-question:not(.single-optin) > .question-description { margin-top: 30px; }
.game .screen-questions { text-align: left; }
.game .dropdown-container { width: 100%; border: 1px solid rgba(122, 122, 122, 0.3); margin: 0; height: auto; padding: 10px; }
.game .single ul.single-horizontal { margin: 0; }

.game .game-children { display: flex; flex-flow: row wrap; align-items: center; }
.game .game-children > .question-title { display: block; font-size: 1rem; font-weight: normal; text-align: left; width: 100%; font-family: 'T-Star Pro', sans-serif; text-transform: none; }
.game .game-children > .question-description { margin: 0 !important; }
.game .game-children > .input-text { width: 50%; margin: 5px 0 5px auto; }

.game-errors { margin: 25px auto -15px; }
.game-errors .error { color: #FA0000; font-weight: bold; }

.game-buttons .button { margin-top: 40px; display: inline-block; min-width: 60%; }
.game-buttons .skip { margin-top: 25px; text-decoration: underline; cursor: pointer; color: #FA0000; font-size: 0.9rem; }

.game .next-clicked .screen-questions-sub-question .error-show {border: solid 2px #FA0000;}

@media (max-width: 25em) {
    .game > .question-title { font-size: 2.25rem; line-height: 2.25rem; }

}
#ix-languages { text-align: right; }

#languages .country-flag { max-width: 24px; display: inline-block; margin-right: 10px; }
#languages .current { display: inline-block; cursor: pointer; line-height: 18px; padding: 10px 10px 10px 45px; background: rgba(255, 255, 255, 0.75); position: relative; }
#languages .current img { position: absolute; top: 10px; left: 10px; }

#languages .options { display: none; background: rgba(255, 255, 255, 0.75); padding: 15px; text-align: left; }
#languages.active .options { display: block; }
#languages .options .option-list { margin: 0; padding: 0; list-style: none; }
#languages .options .option-list .option-item { padding-left: 45px; position: relative; }
#languages .options .option-list .option-item .country-flag { position: absolute; left: 0; top: 3px; }
#languages .options .option-list .option-item + .option-item { margin-top: 15px; }

#languages .locale-list { margin: 0; padding: 0; list-style: none; }
#languages .locale-item + .locale-item { margin-top: 10px; }
#languages .locale-item.active { font-weight: bold; }
#languages .locale-item a { color: #000; }
#languages .locale-item.active a { text-decoration: none; }
.litepicker .container__months { background-color: #000; border-radius: 0; border: 2px solid #FA0000; box-shadow: none; }

.litepicker .container__days .day-item { color: #fff; border-radius: 0; }
.litepicker .container__days .day-item.is-end-date,
.litepicker .container__days .day-item.is-start-date { color: #fff; background-color: #FA0000;}
.litepicker .container__days .day-item:hover { color: #FA0000; box-shadow: inset 0 0 0 1px #FA0000; }
.pixel {display: block; position: fixed; left: -5px; top: -5px; width: 1px; height: 1px; }
.pixel iframe {width: 1px; height: 1px;}
.dropdown-container {display:flex; width: 65%; height: 40px; justify-content: flex-start; align-items: center; position:relative;margin: 5px auto 50px;  padding: 0 0 0 10px; font-weight: bold; font-size: 1.125rem; background: black; border: 1px solid white; cursor: pointer; text-align: center; text-align-last:center; box-sizing: border-box;}
.dropdown-container.show {border-bottom: solid 1px transparent;}

.dropdown-container:after {content: ''; position: absolute; right: 10px; top:7px; bottom : 0; border: solid #606060; border-width: 0 3px 3px 0; transform: translate(-35%, -50%) rotateZ(45deg); margin: auto; width: 8px;height: 8px; }
.dropdown-container.show:after {transform: translate(-35%, -50%) rotateZ(-135deg); top: 17px;}

.dropdown-container .dropdown-options {display: flex; flex: 0; position: absolute; left: -1px; top: 100%; height: 0; opacity: 0; overflow-y: scroll; z-index: 9; flex-direction: column;background: black; border: 1px solid #919191; align-items: flex-start; width: 100%;}
.dropdown-container.show .dropdown-options {height:auto;max-height: 200px; border-top: none; opacity: 1; border-top: 1px solid #919191;}
.dropdown-options .dropdown-option {display:flex; flex: 1 0 auto; color: white; width: 100%; padding: 10px; text-align: left; text-align-last: left; font-weight: normal; font-size: 1rem; box-sizing: border-box; transition: .1s;}
.dropdown-options .dropdown-option:not(:last-child) {border-bottom: 1px solid rgba(145, 145, 145, 0.25); }

.dropdown-options .dropdown-option:hover {color: #fff; background: #FA0000;}
.dropdown-options .selected {color: #fff; background: #FA0000;}

.dropdown-options::-webkit-scrollbar-track { background-color: transparent; }
.dropdown-options::-webkit-scrollbar { width: 2px; background-color: transparent; }
.dropdown-options::-webkit-scrollbar-thumb { background-color: #606060; border-radius: 10px;}

.optionSelected .dropdown-placeholder,
.dropdown-option-selected {display: none;}
.optionSelected .dropdown-option-selected,
.dropdown-placeholder {display:flex; align-items: center; justify-content: flex-start; margin-top: -4px; height: 100%; flex: 1; text-align: left; box-sizing: border-box;}

.dropdown-placeholder {color: #606060;}

.multiple ul {max-width: 500px; margin: 0 auto 50px; padding: 0; list-style: none; text-align: left; }
.multiple li { border: 1px solid rgba(122, 122, 122, 0.3); background: rgba(0,0,0,0.95); padding: 7px 14px; text-align: left; position: relative; list-style-type: none; cursor: pointer; }
.multiple li + li { margin-top: 10px; }
.multiple li.selected { font-weight: bold; color: #000000; background-color: #FA0000; border-color: #FA0000; }
.multiple li .single-checker { display: none; position: absolute; left: 10px; top: 10px; width: 15px; height: 15px; background: transparent; border: 2px solid #7A7A7A; }
.multiple li.selected .single-checker { background-color: #FA0000; border-color: #FA0000; }
.multiple li.selected .single-checker:before,
.multiple li.selected .single-checker:after { position: absolute; left: 7px; top: -3px; content: ' '; height: 21px; width: 2px; background-color: #FA0000; }
.multiple li.selected .single-checker:before { transform: rotate(45deg); }
.multiple li.selected .single-checker:after { transform: rotate(-45deg); }

.multiple ul.images {display: flex; flex-wrap: wrap;}
.multiple ul.images li {flex: 1 0 40%; padding: 7px 2.5%; border: none; background: transparent; text-align: center;}
.multiple ul.images li + li { margin-top: 0; }

.multiple .answer-image-container {position: relative;}
.multiple img {position:relative; width: 100%; height: auto; border: solid 2px transparent; box-sizing: border-box;}

.multiple ul.images li.selected {color: #FA0000; font-weight: normal;}
.multiple ul.images li.selected img {border: solid 2px #FA0000; }

.multiple ul.images li.selected .answer-image-container:before {content: ''; display: block; width: 20px; height: 20px; position: absolute; z-index: 9; top: 5px; left: 5px; background-color: #FA0000; background-image: url(../assets/images/checkmark.png?v=1.0.10);  border-radius: 50%; background-size: 75%; background-repeat: no-repeat; background-position: center;}

.multiple .escaped li { opacity: 0.5; }
.multiple .escaped li.selected { opacity: 1; }

@media (hover: hover) {
    .multiple li:hover { border-color: #FA0000; }
    .multiple ul.images li:hover {color: #FA0000; }
    .multiple ul.images li:hover img {border: solid 2px #FA0000; }
}

@media (max-width: 25em) {
    .multiple ul.images li {flex: 1 0 35%; padding: 7px 1%; }
    .multiple img {width: 90%;}
    .multiple ul.images li.selected .answer-image-container:before {left: 10px;}
}



.open-date {  }

.open-date .open-date-inputs-container {display: flex; justify-content: flex-start; align-items: center; box-sizing: border-box;}

.open-date .open-date-inputs-container label.input-text {display: flex; flex: 1 0 30%; flex-direction: column; margin-right: 5%; box-sizing: border-box;}
.open-date .open-date-inputs-container label.input-text:last-child {margin-right: 0;}

.open-date .open-date-inputs-container .dropdown-container,
.open-date .open-date-inputs-container input {font-size: 1rem; box-sizing: border-box; height: 45px;}

.open-date .open-date-inputs-container .date-day-input,
.open-date .open-date-inputs-container .date-month-input {width: 100%}

.open-date .open-date-inputs-container .date-year-input {width: 100%}






.open-postal .input-text { position: relative; display: block; }
.open-postal .input-text input { outline: none; }
.open-postal .autocomplete { border: 1px solid #FA0000; margin-top: -1px; background: #000; position: absolute; top: 100%; left: 0; right: 0; z-index: 1; }
.open-postal .autocomplete > div { padding: 10px; cursor: pointer; transition: 0.1s; }
.open-postal .autocomplete > div + div { border-top: 1px solid rgba(122, 122, 122, 0.3); }
.open-postal .autocomplete > div:hover { background: #FA0000; color: #fff; }
.slider-container { margin: 0 auto 50px; width: 100%; position: relative; box-sizing: border-box;}
.slider-container .vue-slider { display: block; width: 100% !important; height: 40px !important; margin: 0; position: relative; }
.slider-container .vue-slider .vue-slider-rail { position: absolute; background: dimgray; border-radius: 7px; width: 100%; height: 6px; left: 0; right: 16px; top: 13px; text-align: center; cursor: pointer;}
.slider-container .vue-slider .vue-slider-rail::before { content: ""; position: absolute; left: 50%; top: -2px; transform: translateX(-50%); display: inline-block; width: 10px; height: 10px; background-size: cover; }
.slider-container .vue-slider .vue-slider-dot { cursor: pointer; width: 40px; height: 40px; top: -17px !important; margin-left: -16px; transform: none !important; border-radius: 50%; user-select: none; outline: none; }
.slider-container .vue-slider .vue-slider-dot .vue-slider-dot-handle { position: relative; background-color: #FA0000; box-shadow: none !important; }
.slider-container .vue-slider .vue-slider-dot .vue-slider-dot-handle:after {content: ''; color: black; width: 12px; height: auto; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background: url(../assets/images/slider_handle.png?v=1.0.10); background-size: contain; background-repeat: no-repeat; background-position: center; }

.slider-container .dilemmas { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: flex-start; }
.slider-container .dilemmas > div { flex: 1 0 48%; max-width: 150px; font-size: 1rem; font-weight: 600; word-break: break-word; }
.slider-container .dilemmas .dilemma-left { margin-right: 2%; text-align: left; }
.slider-container .dilemmas .dilemma-right { margin-left: 2%; text-align: right; }

.slider-dots {position: absolute;top: 13px; left: 0; right: 0; width: 100%; height: 6px; pointer-events: none;}
.slider-dots span {position: absolute; height: 100%; width: 2px; background: black; pointer-events: none;}

.moved .slide-hint {opacity: 0; transition: opacity 0.1s;}

.slide-hints {position: absolute; display: block;top: 13px; left: 0; right: 0; width: 100%; height: 6px; pointer-events: none;}
.slide-hint { position: absolute; width: 28px; left: 38%; display: flex; top: -4px; z-index: 9; pointer-events: none;}
.slide-hints .slide-hint:last-child {left: 57%; flex-direction: row-reverse;}

.slide-hint span {display: block; background: transparent; border: solid #FA0000; border-width: 0 0 5px 5px; transform: rotateZ(45deg); height: 9px; width: 9px; animation: 3s linear 0.8s infinite slideHint; pointer-events: none;}
.slide-hints .slide-hint span:nth-child(1) { transform: rotateZ(45deg) scale(0.6); margin-bottom: -4px; animation-delay: 1s; }
.slide-hints .slide-hint span:nth-child(2) { transform: rotateZ(45deg) scale(0.8); margin-bottom: -2px; animation-delay: 0.9s; }

.slide-hint:last-child span {display: block; background: transparent; border: solid #FA0000; border-width: 0 0 5px 5px; transform: rotateZ(-135deg); height: 9px; width: 9px; animation: 3s linear 0.8s infinite slideHint;}
.slide-hints .slide-hint:last-child span:nth-child(1) { transform: rotateZ(-135deg) scale(0.6); margin-bottom: -4px; animation-delay: 1s; }
.slide-hints .slide-hint:last-child span:nth-child(2) { transform: rotateZ(-135deg) scale(0.8); margin-bottom: -2px; animation-delay: 0.9s; }

@keyframes slideHint {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 1; }
}

@media (max-width: 30em) {
    .slide-hint {left: 36%;}
    .slide-hints .slide-hint:last-child {left: 58%;}
}

@media (max-width: 25em) {
    .slide-hint {left: 33%;}
    .slide-hints .slide-hint:last-child {left: 60%;}
}
.input-text input {width: 100%; text-align: center; font-size: 1rem; font-family: 'T-Star Pro', sans-serif !important; padding: 10px 0 10px;font-weight: bold; color: white; border: 1px solid rgba(122, 122, 122, 0.3); background-color: black;box-sizing: border-box;outline: none;}

.input-text input[type]:active, label.input-text input[type]:focus {border-bottom-color: white}

.optin { margin-bottom: 25px; }
.optin > .question-title { font-size: 2.5rem; line-height: 2.5rem; color: #FA0000; text-transform: uppercase; font-family: "Trim"; }
.optin .multiple ul {margin-bottom: 10px;}
.optin .multiple .error {display: none;}

.optin .screen-questions { text-align: left; margin-bottom: 40px; }


.optin-buttons .button {display: inline-block; min-width: 60%; }

.optin .next-clicked .screen-questions-sub-question .error-show {border: solid 2px #FA0000;}
.screen-questions .next-button {display: none;}
.screen-questions > .screen-questions-next-button {display: block;}

.screen-questions .slider-container .dilemmas > div {font-weight: normal;}



.screen {display: flex; padding: 50px 50px 0 50px; min-height: 200px; flex-direction: column; justify-content: space-around; align-items: center;}
.screen .button {margin-top: 25px;}

@media (max-width: 40.5em) {
    .screen {padding: 25px 25px 0 25px;}
}
.single-right-wrong { max-width: 500px; margin: 0 auto; }
.single-right-wrong ul { display: flex; height: 100px; justify-content: center; align-items: center; list-style: none; padding: 0; margin: 25px auto 0; text-align: left; }
.single-right-wrong li {display: flex; margin: 0 3%; padding: 2%; flex-direction: column; align-items: center; justify-content: center; border: 1px solid transparent; position: relative; cursor: pointer; box-sizing: border-box;}

.single-right-wrong li:hover { border-color: rgba(122, 122, 122, 0.3); }
.single-right-wrong li.selected {color: white; border-color: #0085BE; background-color: #0085BE !important; }

.single-right-wrong li .single-answer {margin-top: 5px; text-align: center;}
.single-right-wrong li .single-answer-image {display: block; width: 70px; height: 70px; background-size: contain; background-position: center; background-repeat: no-repeat; }
.single-right-wrong li:nth-child(1) .single-answer-image { background-image: url(../assets/images/btn-thumb-up.png?v=1.0.10); }
.single-right-wrong li:nth-child(2) .single-answer-image { background-image: url(../assets/images/btn-thumb-down.png?v=1.0.10); }
.single-right-wrong li:nth-child(3) .single-answer-image { background-image: url(../assets/images/btn-questionmark.png?v=1.0.10); }

#ix-question .single-right-wrong > label {font-weight: normal;}
.single-right-wrong .question-description {font-weight: bold;}

.single { max-width: 500px; margin: 0 auto; }
.single ul { list-style: none; padding: 0; margin: 25px auto 50px; text-align: left; }
.single li { border: 1px solid rgba(122, 122, 122, 0.3); background: rgba(0,0,0,0.95); padding: 7px 14px; position: relative; cursor: pointer; }
.single li + li { margin-top: 10px; }
.single li:hover { border-color: #FA0000;; }
.single li.selected { font-weight: bold; color: black; background-color: #FA0000; border-color: #FA0000; }
.single li .single-checker { display: none; position: absolute; left: 10px; top: 10px; width: 15px; height: 15px; background: transparent; border: 2px solid #7A7A7A; }
.single li.selected .single-checker { background-color: #fff; border-color: #FA0000; }
.single li.selected .single-checker:before,
.single li.selected .single-checker:after { position: absolute; left: 7px; top: -3px; content: ' '; height: 21px; width: 2px; background-color: #FA0000; }
.single li.selected .single-checker:before { transform: rotate(45deg); }
.single li.selected .single-checker:after { transform: rotate(-45deg); }

.single ul.single-horizontal { display: flex; flex-flow: row wrap; }
.single ul.single-horizontal li { padding: 20px; flex: 1 1 auto; text-align: center; }
.single ul.single-horizontal li + li { margin: 0 0 0 15px; }

.single-optin { margin-top: 25px; display: flex; flex-flow: row nowrap; align-items: flex-start; }
.single-optin span { order: 1; margin: 0; line-height: 1; flex-grow: 1; }
.single-optin ul { order: 2; display: flex; flex-flow: row nowrap; margin: 0 0 0 15px; }
.single-optin ul li { padding: 10px 15px 14px; }
.single-optin ul li + li { margin: 0 0 0 10px; }
.single-optin .error {display: none; order: 3; width: 100%; }

.single ul.images {display: flex; flex-wrap: wrap;}
.single ul.images li {flex: 1 0 40%; padding: 7px 2.5%; border: none; background: transparent; text-align: center;}
.single ul.images li + li { margin-top: 0; }

.single .answer-image-container {position: relative;}
.single img {position:relative; width: 100%; height: auto; border: solid 2px transparent;}

.single ul.images li.selected {color: #FA0000; font-weight: normal;}
.single ul.images li.selected img {border: solid 2px #FA0000; }

.single ul.images li.selected .answer-image-container:before {content: ''; display: block; width: 20px; height: 20px; position: absolute; z-index: 9; top: 5px; left: 5px; background-color: #FA0000; background-image: url(../assets/images/checkmark.png?v=1.0.10);  border-radius: 50%; background-size: 75%; background-repeat: no-repeat; background-position: center;}

@media (hover: hover) {
    .single li:hover { border-color: #FA0000; }
    .single ul.images li:hover {color: #FA0000; }
    .single ul.images li:hover img {border: solid 2px #FA0000; }
}

@media (max-width: 25em) {
    .single ul.images li {flex: 1 0 35%; padding: 7px 1%; }
    .single img { width: 90%;}
    .single ul.images li.selected .answer-image-container:before {left: 12.5px;}

}
#ix-progress {position: relative; width: 100%; height: auto; padding: 10px 0; margin-top: -60px; z-index: 10; display: flex; justify-content: center; align-items: center;}

#ix-stepped {display: block; margin-right: 10px; height: auto; text-align: center;}
#ix-stepped span {position: relative; z-index: 2; padding: 10px 15px; display: inline-block; font-size: 1.1em; font-weight: bold; color: #FA0000; text-transform: uppercase; }

.question-title { display: block; font-size: 1.4em; text-transform: uppercase; margin: 0 0 15px 0; font-weight: bold; }

.question-description {display: block;font-size: 1em;margin: 15px 0;}
.question-description a {color: white; text-decoration: underline;}
.question-description:empty {display: none;}

.question-image-container {display: block; width: 100%; margin-bottom: 15px;}
.question-image-container img {display: block; width: 100%; height: auto;}

@media (max-width: 40.5em) {
    .question-description {font-size: 1rem;}
}
.panel-points {display:block; width: 100%; margin: 10px 0 35px; box-sizing: border-box;}
.panel-points p {display: none;}
.panel-points .button {display:block; font-size:1.1rem; width: 100%; text-decoration: none; box-sizing: border-box}
.percentage-bar {display: flex; justify-content: space-between; align-items: center;}
.percentage-bar-container {flex: 1 0 75%; height: 10px; background: dimgray; border-radius: 5px;}
.percentage-bar-amount {background: #FA0000; height: 100%; border-radius: 5px;transition: width 0.5s ease-in;}
.percentage-bar-label {flex: 1 0 20%; margin-top: -4px;}

.compare-answers .profile-detail-answer-multiple,
.compare-answers .profile-detail-answer-single {background: transparent; padding: 0; color: white; border: none;}

.compare-answers .profile-detail-answer-multiple > div:not(.images),
.compare-answers .profile-detail-answer-single > div:not(.images) {display:flex; align-items: center; justify-content: center; min-height: 75px; background: transparent; border: solid 2px #696969; padding: 25px; color: white;}

.compare-answers .profile-detail-answer-multiple > div.same:not(.images),
.compare-answers .profile-detail-answer-single > div.same:not(.images) {background: #FA0000; border: solid 2px #FA0000; padding: 25px; color: black;}

.compare-answers .profile-detail-answer-multiple > div,
.compare-answers .profile-detail-answer-single > div {margin-top: 10px;}

.compare-answers .profile-detail-answer-multiple img,
.compare-answers .profile-detail-answer-single img {border: solid 2px transparent; width: 100%; height: auto; border-radius: 0; box-sizing: border-box;}

.compare-answers .profile-detail-answer-multiple .same span,
.compare-answers .profile-detail-answer-single .same span {color: black;}

.compare-answers .profile-detail-answer-multiple .images span,
.compare-answers .profile-detail-answer-single .images span {display:flex; justify-content:center; align-items:center; min-height: 50px;}
.compare-answers .profile-detail-answer-multiple .images.same span,
.compare-answers .profile-detail-answer-single .images.same span {color: #FA0000;}

.compare-answers .profile-detail-answer-multiple .same img,
.compare-answers .profile-detail-answer-single .same img {border: solid 2px #FA0000;}

@media (max-width: 25em) {
    .ix-result-detail-compare-container .compare-answers-container > div {padding: 0;}
}

.profile-detail-container {margin-top: 25px;}
.profile-detail-container .ix-result-block:not(:first-child) {margin-top: 25px;}
.profile-detail-container .compare-question-number span {padding: 5px 15px 0;display: inline-block;font-size: 1.1em;font-weight: bold;color: #FA0000;text-transform: uppercase;}
.profile-detail-container h2 {font-size: 2em; color: #FA0000; text-transform: uppercase; font-family: 'Trim' !important;}
.profile-detail-container .button {display: flex; width: 40px; height: 40px; padding: 0; border: solid 2px transparent; align-items: center; justify-content: center; background: #FA0000; position: relative; border-radius: 50%;}
.profile-detail-container .button .button-arrow {width: 10px;height: 10px;color: transparent;border-top: solid 5px black;border-right: solid 5px black;}

.profile-detail-container .button .button-arrow {transform: rotate(-135deg);margin-left: 4px;}

.profile-detail-container .profile-detail {margin-top: 25px;}
.profile-detail-container .ix-result-detail-img {margin-bottom: 10px;}
.profile-detail-container .profile-detail .ix-result-detail-img img {width: 200px; border-radius: 50%; border: solid 8px white;}
.profile-detail-container .profile-detail .ix-result-detail-text p {margin:0; font-size: 3em; line-height: 3rem; color: #FA0000; text-transform: uppercase; font-family: 'Trim' !important;}

.profile-detail-container .percentage-bar {width: 100%; margin: 0 auto; max-width: 250px}
.profile-detail-container .percentage-bar-label {flex: none; margin-left: 10px;}

.ix-result-detail-compare-container {display: flex;position: relative; flex-direction:column; background: #161616; padding: 20px 10px; margin: 10px 0 0;}
.ix-result-detail-compare-container .compare-answers-container {display: flex; margin: 25px 0 0 0; justify-content: space-around; align-items: flex-start;}
.ix-result-detail-compare-container .compare-answers-container > div {flex: 1 0 45%; padding: 2.5% 2.5% 0 2.5%; box-sizing: border-box;}
.ix-result-detail-compare-container .compare-answers-container > div:first-child {border-right: solid 1px gray;}
.ix-result-detail-compare-container .compare-answers-container > div:last-child {border-left: solid 1px gray; margin-left: -1px;}

.compare-question-title span {font-size: 1rem; font-family: 'Trim' !important; text-transform: uppercase;}

.compare-answer-title {display: flex; height: 75px; justify-content: center; align-items: center;}
.compare-answers-yours .compare-answer-title span {display:flex; justify-content: center; align-items: center; width: 50px; height: 50px; border-radius: 50%; background: #FA0000; color: black; font-size: 1rem; font-family: 'Trim' !important;text-transform: uppercase; text-align: center;}

.compare-answers-other img {width: 50px; height: auto; border: solid 4px white; border-radius: 50%;}
.same .compare-answers-other img {border: solid 4px #FA0000; }

.compare-answers .profile-detail-answer {margin: 10px 0 0 0; display: flex; flex-direction: column;}
.compare-answer {flex: 1 0 100%; background: transparent; border: solid 2px #696969; padding: 25px; color: black; margin: 10px 0 0 0; text-align: center;}
.compare-answer.same {background: #FA0000; border: solid 2px #FA0000;}

.dropdown .compare-answer,
.single .compare-answer,
.multiple .compare-answer {font-size: 0.9rem; font-weight: bold;}

.dropdown .compare-answer {display: flex; align-items: center; justify-content: center; min-height: 75px; color: white;}
.dropdown .compare-answer.same {color: black;}

.ix-result-detail-compare-container .compare-answers-container.screen-questions {margin: 0 0 50px 0;}
.compare-answers-container.screen-questions > div:first-child {display: none;}
.compare-answers-container.screen-questions > div > div:first-child {display: none;}
.compare-answers-container.screen-questions .compare-answer {background: transparent;}
.ix-result-detail-compare-container .compare-answers-container.screen-questions > div:last-child {border: none; width: 100%;}
.compare-answers-container.screen-questions .compare-answers-container.slider {margin: 25px 0 25px;}
.compare-answers-container.screen-questions .compare-answers-container.slider > div:first-child,
.compare-answers-container.screen-questions .compare-answers-container.slider > div > div:first-child{display: flex; flex-direction: column; justify-content: center;}
.compare-answers-container.screen-questions .ix-result-detail-compare-container .compare-answers-container {margin: 0 0 100px;}


.ix-result-detail-compare-container .compare-answers-container.slider {margin: 10px 0 25px 0; padding: 0 20px;}

.compare-answers-container.slider > div:first-child {display: none;}
.compare-answers-container.slider > div > div:first-child {display: none; padding-top: 0; margin-top: 0;}

.compare-answers-container.slider .compare-answer {background: transparent; padding: 0; border: none;}
.ix-result-detail-compare-container .compare-answers-container.slider > div:last-child {border: none; width: 100%;}

.compare-answers-container.slider .compare-answer-slider-container {display: flex; align-items: center; width: 100%; position: relative;}
.compare-answers-container.slider .compare-answer-slider-container .slider-dots {top: 25px; height: 10px;}
.compare-answers-container.slider .compare-answer-slider-container .compare-answer-slider-bar {height: 10px; margin: 25px 0; background: #696969; width: 100%; border-radius: 5px;}

.compare-answers-container.slider .compare-answer-slider-container .compare-answers-other,
.compare-answers-container.slider .compare-answer-slider-container .compare-answers-yours {position: absolute; margin-left : -20px;}
.compare-answers-container.slider .compare-answer-slider-container .compare-answers-other img {width: 40px; height: 40px;}
.compare-answers-container.slider .compare-answer-slider-container .compare-answers-yours .compare-answer-title span {width: 40px;height: 40px; border: solid 4px transparent;}

.compare-answer-slider-answers {display: flex;justify-content: space-between; width: 100%; color: white; word-break: break-word;}
.compare-answer-slider-answers span {flex: 1 0 45%;}
.compare-answer-slider-answers .left {text-align: left; margin-right: 10%;}
.compare-answer-slider-answers .right {text-align: right}
.compare-answer-slider-container.same .compare-answers-yours {top: -45px}
.compare-answer-slider-container.same .compare-answers-other {z-index: 2;}


@media (max-width: 40.5em) {
    .dropdown .compare-answer,
    .single .compare-answer,
    .multiple .compare-answer {padding: 20px;}
}

@media (max-width: 30em) {
    .dropdown .compare-answer,
    .single .compare-answer,
    .multiple .compare-answer {padding: 15px;}
}

@media (max-width: 25em) {
    .dropdown .compare-answer,
    .single .compare-answer,
    .multiple .compare-answer {padding: 5px;}
}
.profile-popup-container { position: fixed; top: 0; right: 0; bottom: 0; left: 0; display: flex; flex-flow: row wrap; align-items: flex-start; justify-content: center; background: rgba(0,0,0,0.75); z-index: 999; overflow-y: auto; }
.profile-popup { max-width: 350px; border: 20px solid #FA0000; background: black; padding: 20px; position: relative; box-sizing: border-box; }
.profile-popup-close { position: absolute; top: 5px; right: 18px; cursor: pointer; }
.profile-popup-close::before,
.profile-popup-close::after { content: ""; position: absolute; display: inline-block; width: 5px; height: 25px; border-radius: 1px; background: #fff; }
.profile-popup-close::before { transform: rotateZ(-45deg); }
.profile-popup-close::after { transform: rotateZ(45deg); }

.profile-popup > div > .question-title { color: #FA0000; font-size: 2.3rem; line-height: 2.3rem; }

.profile-popup .screen-questions-sub-question { text-align: left; }
.profile-popup .screen-questions-sub-question > .question-title { text-align: center; font-size: 1.75rem; margin-bottom: 25px; }
.profile-popup .screen-questions-sub-question.single ul { margin: 25px auto; }
.profile-popup .screen-questions-sub-question.dropdown .question-description { margin: 15px 0 0; }
.profile-popup .screen-questions-sub-question.dropdown .dropdown-container { margin: 5px auto; width: 100%; }

.profile-popup-errors { margin: 25px auto -15px; }
.profile-popup-errors .error { color: #FA0000; }

.profile-popup-buttons { margin-top: 35px; }
.profile-popup-buttons .button { display: inline-block; min-width: 200px; }

.profile-popup .screen-questions>div:not(:nth-child(2)) .dropdown-options .dropdown-option:last-child {font-style: italic;}

.profile-popup .next-clicked .screen-questions-sub-question .error-show {border: solid 2px #FA0000;}

.profile-popup-saving { display: flex; position: fixed; top: 0; left: 0; right: 0; bottom: 0; align-items: center; justify-content: center; }
.profile-popup-saving::before { content: ""; position: absolute; height: 100%; width: 100%; background: rgba(0,0,0,0.75); }
.profile-popup-saving img { position: relative; z-index: 1; display: inline-block; height: auto; max-width: 50px; animation: spin 1s linear infinite; }
.finished #ix-content {padding-top: 0;}

.profile-result #ix-result-profile {flex-direction: column; align-items: center;}
.profile-result #ix-result-profile > div {flex: 1 0 100%;}

.profile-result .ix-result-top-profile-text {position: relative; width: 100%; cursor: pointer;}
.profile-result .ix-result-top-profile-img img {width: 100%; height: auto; flex-shrink: 0;}
.profile-result .ix-result-top-profile-text .percentage-bar {width: 100%; margin: 0 auto; max-width: 250px}
.profile-result .ix-result-top-profile-text .percentage-bar-label {flex: none; margin-left: 10px;}
.profile-result .ix-result-top-profile-text p {margin:0; font-size: 3em; line-height: 3rem; color: #FA0000; text-transform: uppercase; font-family: 'Trim' !important;}

.profile-result .ix-result-other-profiles {margin-top: 50px;}
.profile-result .ix-result-other-profile {display: flex; position: relative; justify-content: flex-start; align-items: center; background: #161616; padding: 10px 15px; margin: 10px 0 0; cursor: pointer; transition: all 0.25s;}

.profile-result .ix-result-top-profile-text:before,
.profile-result .ix-result-other-profile:before {content: ''; position: absolute; right: 0; top: 0; width: 40px; height: 40px; background-image: url(../assets/images/info-icon.png?v=1.0.10); background-size: contain; background-repeat: no-repeat; background-position: center;}

.profile-result .ix-result-other-profile-img {width: 100px; border: solid 4px white; border-radius: 50%; margin-right: 25px;}
.profile-result .ix-result-other-profile-img img {width: 100%; height: auto; border-radius: 50%;}

.profile-result .ix-result-other-profile-description {flex: 1 1 100%; text-align: left; font-size: 1.2rem; font-family: 'Trim' !important; text-transform: uppercase; color: #FA0000; }

.profile-result .ix-result-other-profile-description .percentage-bar-label {color: white; text-align: center; font-size: 1rem; font-family: "T-Star Pro" !important;}

.slide-leave-active,
.slide-enter-active {
  transition: 1s;
}
.slide-enter {
  transform: translate(100%, 0);
  opacity: 1;
}
.slide-leave-to {
  transform: translate(-100%, 0);
  opacity: 0;
}

.slide-reverse-leave-active,
.slide-reverse-enter-active {
  transition: 1s;
}
.slide-reverse-enter {
  transform: translate(-100%, 0);
  opacity: 0;
}
.slide-reverse-leave-to {
  transform: translate(100%, 0);
  opacity: 1;
}

@media (hover: hover) {
    .profile-result .ix-result-other-profile:hover {transform: scale(1.05);}
}

@media (max-width: 40.5em) {
    .profile-result .ix-result-top-profile-text p {font-size: 2.2rem; line-height: 2.2rem;}
    .profile-result .ix-result-other-profile-img {width: 30%;}
}

#ix-result-answers ul { padding: 0; list-style: none; text-align: left; display: none; }
#ix-result-answers.active ul { display: block; }
#ix-result-answers ul li { margin-top: 10px; }
#ix-result-answers ul li div { padding: 7px 10px; color: #fff; background: #09BF94; }
#ix-result-answers ul li h4 { font-weight: normal; }
#ix-result-answers ul li .ix-result-answer-container { display: flex; flex-direction: column; }
#ix-result-answers ul li .ix-result-answer-container span:first-child { flex-grow: 1; }
#ix-result-answers ul li .ix-result-answer-container.wrong { background: #FF726D; }
#ix-result-answers ul li .ix-result-answer-container.wrong .ix-result-answer-source { display: none; }
#ix-result-answers ul li .ix-result-answer-container .ix-result-answer-source { margin-top: 25px; }
#ix-result-answers ul li .ix-result-answer-container .ix-result-answer-source a { color: #fff; }

@media (max-width: 40.5em) {
    #ix-result-answers {padding: 0;}
    #ix-result-answers ul li h4 {margin-bottom: 15px;}
    #ix-result-answers ul li .ix-result-answer-container .ix-result-answer-source {margin-top: 15px;}

    #ix-result-answers ul li .ix-result-answer-container .ix-result-answer-source a {word-break: break-all;}
}

#ix-result-profile div {box-sizing: border-box;}
#ix-result-profile > div {display: flex; flex: 1 0 45%; flex-direction: column; justify-content: space-between;}

#ix-result-left {background: #2E486A; color: white;}
#ix-result-left > div:first-child {width: 100%; margin: 25px 0 0 0; padding: 25px; }
#ix-result-left.noShare {justify-content: center;}
#ix-result-left.noShare > div:first-child {display:flex; height: 100%; flex-direction: column; justify-content: center; align-items: center; margin: 25px 0 25px 0;}
#ix-result-left.noShare #ix-result-profile-score img {margin-bottom: -25px;}

#ix-result-right {padding: 5px 0 0 25px;}
#ix-result-description {width: 100%; padding: 0 0 25px 0; text-align: left;}
#ix-result-description p {margin: 0; text-align: justify;}

#ix-result-profile-score {position:relative; background: url(../assets/images/score_bg.svg?v=1.0.10);background-size: contain; background-position: center; background-repeat: no-repeat;}
#ix-result-profile-score img {position:relative; margin-bottom: -30px; z-index: 1; width: 125px; height: auto;}
#ix-result-score {display: block; position: relative; z-index: 2; margin:0 auto; width: 150px; color: #22BD94; background-color: #263d5d; border: solid 2px #22BD94; border-radius: 5px; font-size: 2rem; font-weight: bold; }
#ix-result-score span {color: white; position: relative;}

#ix-result-extra-text {margin-top: 25px;}
#ix-result-extra-text p {text-align: center;}

#ix-result-join-panel {display: flex; flex-direction: column; width: 100%; background: rgba(29,151,173,0.2);}
#ix-result-join-panel p,
#ix-result-join-panel a { box-sizing: border-box; }
#ix-result-join-panel p { position: relative; width: 100%; padding: 25px 15px 15px 15px; font-size: 0.9rem; color: rgba(29,151,173,1);}
#ix-result-join-panel p:before {content: ''; width: 50px; height: 50px; position: absolute; left: 0; right: 0; top: -40px; margin: 0 auto; background: url(../assets/images/panel_pre_img.png?v=1.0.10); background-size: contain; background-position: center; background-repeat: no-repeat;}
#ix-result-join-panel a { display: block; text-decoration: none; color: white; padding: 10px; font-size: 1.5rem; width: 100%; background: rgba(29,151,173,1);}

#ix-result-answers { width: 100%; padding: 0; margin: 25px 0; box-sizing: border-box;}
#ix-result-answers #ix-result-answers-title {display: flex; justify-content: center; align-items: center; cursor: pointer;  margin: 0; padding: 10px; color: white; background-color: #2E486A; }
#ix-result-answers #ix-result-answers-title h3 {display:inline-block; padding: 0 0 0 22px; margin: auto;font-size: 1.5em; font-weight: normal; text-decoration: none; text-transform: uppercase;}

#ix-result-answers #ix-result-answers-toggle-handle {display: inline-block; margin: 7.5px 5px 0 10px; vertical-align: middle; border: solid white;border-width: 0 4px 4px 0;padding: 6px; transform: rotate(-135deg); transition: all 0.5s;}
#ix-result-answers.active #ix-result-answers-toggle-handle {margin: -7.5px 5px 0 10px; transform: rotate(45deg);}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     #ix-result-answers #ix-result-answers-title h3 {margin: 0;}
}

@media (hover: hover) {
    #ix-result-answers-title:hover #ix-result-answers-toggle-handle {transform: scale(1.1) rotate(-135deg); border-color: #22BD94}
    #ix-result-answers.active #ix-result-answers-title:hover #ix-result-answers-toggle-handle {transform: scale(1.1) rotate(45deg); border-color: #22BD94;}
}

@media (max-width: 50em) {
    #ix-result-profile {flex-direction: column;}
    #ix-result-profile > div {flex: 1 0 auto; }
    #ix-result-right {padding: 0;}
    #ix-result-description {padding: 25px 0 35px 0}

}
.ix-share { position: absolute; top: 10px; right: 10px; display: flex; flex-flow: row nowrap; align-items: center; }
.ix-share span { display: inline-block; font-size: 0.9rem; margin-right: 10px; text-align: right; }
.ix-share .social-shares { margin: 0; padding: 5px; list-style: none; background: #F90002; border-bottom-right-radius: 33px; border-bottom-left-radius: 33px; position: absolute; right: 0; top: 100%; }

.ix-share .social-share { display: inline-block; width: 40px; height: 40px; box-sizing: border-box; border-radius: 50%; padding: 5px; cursor: pointer; animation: 1.5s ease-out infinite pulsate; }
.ix-share .social-share-icon { background: #f90002; width: 50px; height: 50px; padding: 12px; }
.ix-share.active .social-share-icon { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.ix-share .social-share::before { content: ""; display: block; width: 100%; height: 100%; background-image: url(../assets/images/icons-inverse.png?v=1.0.10); background-size: cover; transition: 0.2s; }
.ix-share .social-share-icon::before { background-position: 0 0; }
.ix-share .social-share.ma::before { background-position: 0 calc(100% / 6 * 1); }
.ix-share .social-share.me::before { background-position: 0 calc(100% / 6 * 2); }
.ix-share .social-share.wa::before { background-position: 0 calc(100% / 6 * 3); }
.ix-share .social-share.fb::before { background-position: 0 calc(100% / 6 * 4); }
.ix-share .social-share.tw::before { background-position: 0 calc(100% / 6 * 5); }
.ix-share .social-share.ln::before { background-position: 0 100%; }

@media (hover: hover) {
    .ix-share .social-share:hover::before { transform: scale(1.2); }
}

@keyframes pulsate {
    0% { box-shadow: 0 0 0 0 rgba(249, 0, 2, 0.6); }
    65% { box-shadow: 0 0 0 15px rgba(249, 0, 2, 0); }
    100% { box-shadow: 0 0 0 0 rgba(249, 0, 2, 0); }
}
.scroll-hint { position: fixed; right: calc(50% - 240px); top: 50%; cursor: pointer;}

.scroll-hint span { display: block; background: transparent; border: solid #FA0000; border-width: 0 0 5px 5px; transform: rotateZ(-45deg); height: 9px; width: 9px; animation: 3s linear 1s infinite scrollHint; }
.scroll-hint span:nth-child(1) { transform: rotateZ(-45deg) scale(0.6); margin-bottom: -4px; animation-delay: 0.8s; }
.scroll-hint span:nth-child(2) { transform: rotateZ(-45deg) scale(0.8); margin-bottom: -2px; animation-delay: 0.9s; }

@keyframes scrollHint {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 1; }
}

@media (max-width: 480px) {
    .scroll-hint {right: 5px;}
}
.technical-issue a { text-decoration: none; font-weight: normal; }
.technical-issue a span { text-decoration: underline; font-weight: bold; }