@font-face {
    font-family: 'Geomanist';
    src: url('../assets/fonts/Geomanist-Regular.woff2') format('woff2'),
    url('../assets/fonts/Geomanist-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../assets/fonts/Geomanist-Medium.woff2') format('woff2'),
    url('../assets/fonts/Geomanist-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../assets/fonts/Geomanist-Bold.woff2') format('woff2'),
    url('../assets/fonts/Geomanist-Bold.woff') format('woff');
    font-weight: bold;
    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: #14a08c; font-family: 'Geomanist', Arial, sans-serif; font-weight: 100; font-size: 1rem; color: #fff; }

input, textarea { font-family: 'Geomanist', Arial, sans-serif; }

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

.text-color {color: #cedc00; font-weight: bold;}

#app { display: flex; position: relative; flex-direction: column; align-items: center; width: 100%; padding: 0; margin: 0 auto; max-width: 500px; min-height: 100%; }
#app.intro { max-width: 750px; }
#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: 800px; margin: 0 auto; flex-shrink: 0; }

#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 {  }
#ix-content-title { display: none; position: relative; z-index: 1; text-align: center; padding: 30px 0 40px 0; font-size: 3em; text-transform: uppercase; }
#ix-content {padding: 15px; width: 100%; min-height: 300px; margin: 0 auto;box-sizing: border-box; text-align: center; position: relative;}

/** INTRO **/
#ix-intro { margin: 0 auto; }
#ix-intro-description { margin: 50px auto 0; display: none; }
#ix-intro-title { text-align: center; margin: 40px auto; font-size: 1.1em; line-height: 1.2rem; }
#ix-intro-header { margin: -15px -15px 0; }
#ix-intro-header img { width: 100%; height: auto; border: 0; }
#ix-intro-container { max-width: 500px; margin: 0 auto; }

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

/** FOOTER **/
footer.container { display: flex; position: relative; flex-direction: column; justify-content: flex-end; align-items: flex-start; margin: 15px 0 15px 0; color: #ddd; flex-grow: 1; }
footer.container > div { width: 100%; text-align: center; flex-shrink: 0; }
footer.container > div:not(:first-child) {margin: 0 auto;}
footer.container a { color: #ddd; }

footer.container #ix-languages,
footer.container #ix-privacy { display: none; }
footer.container #ix-languages { text-align: center; }
footer.container #ix-logos { display: flex; flex-flow: row wrap; align-items: center; justify-content: center; }
footer.container #ix-logo-partner img { width: 60px; height: auto; }
footer.container #ix-logo-ivox { }
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.6rem; text-decoration: none; color: #cedc00; }
footer.container #ix-logo-ivox img { width: 100px; height: auto; }
footer.container .loader { display: none; }

.loading footer.container { }
.loading footer.container #ix-logo-partner,
.loading footer.container #ix-logo-ivox { display: none; }
.loading footer.container .loader { display: block; position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 999; }

#footer-image {display: block; margin-top: 10px; min-height: 175px; width: 100%; }
#footer-image img {display: block; width: auto; height: 175px; margin: 0 auto; }

/** TECHNICAL ISSUES **/
.technical-issue { font-size: 0.6rem; }
.technical-issue a { 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 **/

    /** 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 **/
}

@media (max-width: 30em) {
	#ix-intro-title { font-size: 1rem; }
}

@media (max-width: 30em) {
	#ix-content { padding: 15px; }

    /** GENERAL **/
	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;}
}
#ix-buttons { display: flex; flex-direction: row; align-items: center; justify-content: space-between; position: relative; z-index: 8; margin-top: 25px; }

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

.button-container .button-text { display:block; margin-top: -4px; cursor: pointer; font-weight: 500; text-transform: lowercase; }

.button { margin: 0; padding: 10px 30px; text-transform: uppercase; font-size: 1.25rem; line-height: 1.25rem; font-family: 'Geomanist', sans-serif; font-weight: bold; border: 0; outline: none; transition: 0.3s; -webkit-appearance: none; cursor: pointer; position: relative; display: inline-block; border-radius: 50px; background: #cedc00; color: #094C59; box-shadow: 0 2px 4px 0 rgba(9,76,89,0.16); }
.button:hover { box-shadow: 0 2px 4px 0 rgba(9,76,89,0); }
.button span { position: relative; z-index: 1; }

.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; align-items: center; justify-content: center; }

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

.back-button .button i,
.next-button .button i { color: #fff; font-size: 1.5rem; }

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

.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:hover::after { opacity: 1; }
    .button-container:hover .button::after { opacity: 1; }
}
#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.1.3); 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: #fff; padding: 15px 25px; border: 1px solid #0081c8; 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 { color: #fff; cursor: pointer; text-align: center; display: inline-block; float: right; }
#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.75); 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: #0081c8; 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; }

#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 { background: #BB1636; padding: 10px; color: #fff; 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: #ee334e; text-transform: uppercase; }
.game .screen-questions-sub-question > .question-title { 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%; 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: #ee334e; 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: #ee334e; font-size: 0.9rem; }

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

@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 #ee334e; 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: #ee334e;}
.litepicker .container__days .day-item:hover { color: #ee334e; box-shadow: inset 0 0 0 1px #ee334e; }
.loader {
    position: relative;
    width: 50px !important;
    height: 50px;
    margin: 0 auto;
}

.loader span {
    display: inline-block;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    top: 12px;
    left: 12px;
    position: absolute;
    -webkit-animation: sizing 1s infinite linear;
    -moz-animation: sizing 1s infinite linear;
    animation: sizing 1s infinite linear;
}

.loader .loader-sphere-one {
    background-color: #094C59;
    animation-delay: 0.5s;
}

.loader .loader-sphere-two {
    background-color: #cedc00;
}

@-moz-keyframes sizing { 0% { -moz-transform: scale(1); } 25% { -moz-transform: scale(0); } 50% { -moz-transform: scale(1); } 75% { -moz-transform: scale(2); } 100% { -moz-transform: scale(0.99); } }
@-webkit-keyframes sizing { 0% { -webkit-transform: scale(1); } 25% { -webkit-transform: scale(0); } 50% { -webkit-transform: scale(1); } 75% { -webkit-transform: scale(2); } 100% { -webkit-transform: scale(0.99); } }
@keyframes sizing {
    0% { -webkit-transform: scale(1); transform: scale(1); }
    25% { -webkit-transform: scale(0); transform: scale(0); }
    50% { -webkit-transform: scale(1); transform: scale(1); }
    75% { -webkit-transform: scale(2); transform: scale(2); }
    100% { -webkit-transform: scale(0.99); transform: scale(0.99); }
}
.music-player {}
.music-player .music-action {display:flex; padding: 10px; border-radius: 50%; background: #cedc00; justify-content:center; align-items:center; transition: all 1s;}
.music-player i {color: #094C59;}
.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: #ee334e;}
.dropdown-options .selected {color: #fff; background: #ee334e;}

.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 { margin: 25px 0; padding: 0; list-style: none; text-align: left; display: flex; flex-flow: row wrap; }
.multiple li { width: 100%; font-size: 0.9rem; border: 2px solid #eee; padding: 10px; box-sizing: border-box; display: flex; flex-flow: column wrap; position: relative; cursor: pointer; text-align: left; align-items: center; justify-content: center; }
.multiple li + li { margin-top: 10px; }
.multiple li .single-checker { display: none; position: absolute; right: 5px; top: 0; background: transparent; }
.multiple li .single-checker::after { outline: none; content: ""; display: block; height: 1px; width: 1px; background: rgba(9, 76, 89, 0); position: absolute; top: 9px; right: 1px; border-radius: 50%; transform: translate(50%, -50%); transition: 0.2s; }
.multiple li .single-answer { width: 100%; }

.multiple li.selected { color: #094C59; border-color: #cedc00; background-color: #cedc00; }
.multiple li.selected .single-checker::after { background: rgba(9, 76, 89, 0.25); height: 40px; width: 40px; }
.multiple li.selected .single-checker::before { outline: none; content: ""; display: block; width: 10px; height: 20px; border: solid #094C59; border-width: 0 4px 4px 0; transform: rotateZ(45deg); position: absolute; top: -5px; right: -5px; }

.multiple ul.images { display: flex; flex-wrap: wrap; align-items: flex-start; }
.multiple ul.images li { width: calc(94% / 2); margin: 0 0 6%; padding: 0; border: 0; }
.multiple ul.images li:nth-child(even) { margin-left: 6%; }
.multiple ul.images li .answer-image-container { position: relative; order: 1; width: 100%; height: 100%; border: 2px solid #fff; }
.multiple ul.images li .answer-image-container img { position: relative; z-index: 2; display: block; width: 100%; height: auto; margin: 0 auto; box-sizing: border-box;}
.multiple ul.images li .single-answer { order: 3; display: block; margin: 10px 0 0; font-weight: 500; text-align: center; }

.multiple ul.images li.selected { color: #fff; background: transparent; }
.multiple ul.images li.selected .answer-image-container::before { content: ""; display: block; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; transform: scale(1.05); background: #cedc00; }

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


@media (max-width: 25em) {
    .multiple ul.images li { margin-bottom: 4%; }
}

.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 #ee334e; 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: #ee334e; color: #fff; }
.slider-container { margin: 25px auto 50px; width: 100%; max-width: 500px; 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: #cedc00; border-radius: 0; width: 100%; height: 10px; left: 0; right: 16px; top: 13px; text-align: center; cursor: pointer; box-shadow: 2px 2px 6px 0 rgba(18,79,91,0.3); }
.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: 36px; height: 36px; top: -14px !important; margin-left: -18px; transform: none !important; border-radius: 50%; user-select: none; outline: none; }
.slider-container .vue-slider-dot::before { content: ""; display: block; background-color: #cedc00; width: 10px; height: 10px; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; }
.slider-container .vue-slider .vue-slider-dot .vue-slider-dot-handle { position: relative; background-color: #fff; box-shadow: none !important; display: flex; align-items: center; justify-content: center; }
.slider-container .vue-slider .vue-slider-dot .vue-slider-dot-handle::before,
.slider-container .vue-slider .vue-slider-dot .vue-slider-dot-handle::after { content: ''; display: inline-block; border: solid #fff; border-width: 0 4px 4px 0; width: 18px; height: 18px; top: 7px; position: absolute; }
.slider-container .vue-slider .vue-slider-dot .vue-slider-dot-handle::before { transform: rotateZ(135deg); right: 90%; }
.slider-container .vue-slider .vue-slider-dot .vue-slider-dot-handle::after { transform: rotateZ(-45deg); left: 90%; }

.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; 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: 10px; pointer-events: none; }
.slider-dots span { position: absolute; height: 100%; width: 10px; background: #fff; pointer-events: none; border-radius: 50%; transform: translateX(-50%); }

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

.slide-hints {position: absolute; display: none; 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 #ee334e; 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 #ee334e; 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%; font-size: 1rem; padding: 5px; border: 2px solid #fff; background: transparent; color: #fff; box-sizing: border-box; outline: none; }

.optin { margin-bottom: 25px; }
.optin > .question-title { font-size: 1.25rem; font-weight: 500; }

.optin .screen-questions { margin: 25px auto 50px; }
.optin .optin-questions { text-align: left; }
.optin .optin-questions + .optin-questions { margin-top: 15px; }

.optin-row { display: flex; align-items: center; flex-flow: row wrap; }
.optin-row .question-title { order: 1; width: 30%; font-size: 1rem; font-weight: normal; margin: 0; }
.optin-row .question-description { order: 3; padding-left: 35%; width: 100%; box-sizing: border-box; margin: 0 0 15px; }
.optin-row .input-text,
.optin-row .question-answers { order: 2; width: 65%; margin-left: 5%; }
.optin-row .error { order: 4; width: 100%; margin: 5px 0 0 0; padding-left: 35%; box-sizing: border-box; }
.optin-row.single .question-answers { margin: 0 0 0 5%; align-items: flex-start; justify-content: flex-start; }
.optin-row.single .question-answers li { width: auto; min-width: 45px; margin: 0; text-align: center; }
.optin-row.single .question-answers li + li { margin-left: 10px; }

.optin-buttons .button { display: inline-block; }
.optin-buttons .skip,
.optin-buttons .back { margin-top: 25px; text-decoration: underline; cursor: pointer; }
.optin-buttons .skip { color: #555; font-size: 0.9rem; }

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

.optin .single-optin { }
.optin .single-optin .question-title { font-size: 0.9rem; font-weight: normal; }
.optin .single-optin span {  }
.optin .single-optin ul { align-items: center; justify-content: flex-start; margin: 0; }
.optin .single-optin ul li { width: auto; border: 0; margin: 0; padding: 0; flex-flow: row nowrap; }
.optin .single-optin ul li + li { margin: 0 0 0 20px; }
.optin .single-optin ul li .single-checker { display: block; position: relative; top: auto; right: auto; margin-right: 5px; width: 10px; height: 10px; border: 2px solid #cedc00; background: transparent; border-radius: 50%; flex-shrink: 0; }
.optin .single-optin ul li .single-checker::after { display: none; }
.optin .single-optin ul li.selected { background: transparent; color: #fff; }
.optin .single-optin ul li.selected .single-checker::before { display: none; }
.optin .single-optin ul li.selected .single-checker::after { display: block; height: 6px; width: 6px; background: #fff; border-radius: 50%; top: 2px; left: 2px; right: auto; transform: none; }

.optin .single-optin ul li .clickable {width: auto; border: 0; margin: 0; padding: 0; flex-flow: row nowrap;}
.optin .optin-row ul li .clickable {width: auto;}

.optin a { color: #fff; }
.optin-mandatory-hint { margin-top: 25px; font-size: 0.8rem; }

@media (max-width: 30em) {
    .optin-row .question-title { width: 100%; margin-bottom: 5px; }
    .optin-row .question-description { padding-left: 0; width: 100%; margin: 5px 0 0; }
    .optin-row .input-text,
    .optin-row .question-answers { width: 100%; margin-left: 0; }
    .optin-row .error { padding-left: 0; }

    .optin-row.single .question-answers { margin: 0; }
}
.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.1.3); }
.single-right-wrong li:nth-child(2) .single-answer-image { background-image: url(../assets/images/btn-thumb-down.png?v=1.1.3); }
.single-right-wrong li:nth-child(3) .single-answer-image { background-image: url(../assets/images/btn-questionmark.png?v=1.1.3); }

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

.single ul { margin: 25px 0%; padding: 0; list-style: none; text-align: left; display: flex; flex-flow: row wrap; }
.single li { width: 100%; font-size: 0.9rem; border: 2px solid #fff; box-sizing: border-box; display: flex; flex-flow: column wrap; position: relative; cursor: pointer; text-align: center; align-items: center; justify-content: center; }
.single li .clickable {display: flex; width: 100%; height: 100%; padding: 10px; flex-flow: column wrap; position: relative; align-items: center; justify-content: center; box-sizing: border-box; }
.single li + li { margin-top: 10px; }
.single li .single-checker { display: none; position: absolute; right: 5px; top: 0; background: transparent; }
.single li .single-checker::after { outline: none; content: ""; display: block; height: 1px; width: 1px; background: rgba(9, 76, 89, 0); position: absolute; top: 9px; right: 1px; border-radius: 50%; transform: translate(50%, -50%); transition: 0.2s; }
.single li .single-answer { width: 100%; }

.single li.selected { color: #094C59; border-color: #cedc00; background-color: #cedc00; }
.single li.selected .single-checker::after { background: rgba(9, 76, 89, 0.25); height: 40px; width: 40px; }
.single li.selected .single-checker::before { outline: none; content: ""; display: block; width: 10px; height: 20px; border: solid #094C59; border-width: 0 4px 4px 0; transform: rotateZ(45deg); position: absolute; top: -5px; right: -5px; }

.single ul.images { display: flex; flex-wrap: wrap; align-items: flex-start; }
.single ul.images li { width: calc(94% / 2); margin: 0 0 6%; padding: 0; border: 0; }
.single ul.images li:nth-child(even) { margin-left: 6%; }
.single ul.images li .answer-image-container { position: relative; order: 1; width: 100%; height: 100%; border: 2px solid #fff; }
.single ul.images li .answer-image-container img { position: relative; z-index: 2; display: block; width: 100%; height: auto; margin: 0 auto; box-sizing: border-box;}
.single ul.images li .single-answer { order: 3; display: block; margin: 10px 0 0; font-weight: 500; text-align: center; }

.single ul.images li.selected { color: #fff; background: transparent; }
.single ul.images li.selected .answer-image-container::before { content: ""; display: block; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; transform: scale(1.05); background: #cedc00; }

.single .music-player {order: 4;}
.single ul.images .music-player-container {position: absolute; top: -5px; right: -5px; z-index: 9;}

.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; }

@media (max-width: 25em) {
    .single ul.images li { margin-bottom: 4%; }
}
#ix-question { padding: 25px 0; width: 100%; margin: 0 auto; box-sizing: border-box; }

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

#ix-stepped-bar-wrapper { flex-grow: 1; background: #fff; box-shadow: 2px 2px 6px 0 rgba(18,79,91,0.3); margin: 30px auto 25px; }
#ix-stepped-bar { height: 17px; width: 0; transition: 0.3s; position: relative; background: #cedc00; }

#ix-stepped { display: block; height: auto; text-align: center; position: absolute; top: 0; right: 0; }
#ix-stepped span { position: relative; z-index: 2; display: inline-block; font-size: 1.1em; font-weight: bold; color: #fff; text-transform: uppercase; }

.question-title { display: block; font-size: 1.5em; margin: 0 0 15px 0; font-weight: bold; }

.question-description { display: block; font-size: 0.8em; 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: 30em) {
    #ix-question { padding-top: 0; }

    #ix-stepped-bar-wrapper { margin: 15px auto 25px; }
    #ix-stepped { top: -10px; }
}
.panel-points { display: block; margin: 10px 0 35px; box-sizing: border-box; }
.panel-points p { /*display: none;*/ }
.panel-points .button { display: inline-block; font-size: 1.25rem; padding: 15px 30px; 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: #ee334e; 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; 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: #eee; padding: 25px; color: #000; }

.compare-answers .profile-detail-answer-multiple > div.same:not(.images),
.compare-answers .profile-detail-answer-single > div.same:not(.images) { background: #cedc00; padding: 25px; color: #094c59; }

.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 { max-width: 150px; 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: #094c59; }

.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: #cedc00; }

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

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

.profile-detail-container { margin: 25px 0; position: relative; z-index: 0; }
.profile-detail-container .ix-result-block:not(:first-child) {margin-top: 25px;}
.profile-detail-container .compare-question-number span { padding: 0 15px 15px; display: inline-block; font-size: 1.1em; font-weight: bold; color: #fff; }
.profile-detail-container h2 { font-size: 2em; color: #fff; }

.profile-detail-container-back { display: flex; width: 40px; height: 40px; padding: 0; border: solid 2px transparent; align-items: center; justify-content: center; background: #cedc00; position: relative; border-radius: 50%; }
.profile-detail-container-back .button-arrow { width: 10px; height: 10px; color: transparent; border-top: solid 5px #fff; border-right: solid 5px #fff; 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%; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
.profile-detail-container .profile-detail .ix-result-detail-profile { margin: 0; font-size: 2em; line-height: 2rem;  }
.profile-detail-container .profile-detail .ix-result-detail-content { margin: 15px 0 0; font-size: 1rem; line-height: 1rem; }
.profile-detail-container .profile-detail .ix-result-detail-percentage { margin: 15px 0 0; font-size: 3em; line-height: 3rem; font-weight: bold; }
.profile-detail-container .profile-detail .ix-result-detail-bio { margin: 50px auto 0; text-decoration: none; }

.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; padding: 20px 10px; margin: 15px 0 0; border: 2px solid #fff; }
.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 #fff; }
.ix-result-detail-compare-container .compare-answers-container > div:last-child { border-left: solid 1px #fff; margin-left: -1px; }

.compare-question-title span {font-size: 1rem; }

.compare-answer-title { display: flex; height: 75px; justify-content: center; align-items: center; }
.compare-answer-title img { box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
.compare-answers-yours .compare-answer-title span { display:flex; justify-content: center; font-weight: bold; align-items: center; width: 50px; height: 50px; border-radius: 50%; background: #cedc00; color: #094c59; font-size: 1rem; text-align: center; }

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

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

.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: #cedc00; width: 100%; box-shadow: 2px 2px 6px 0 rgba(18,79,91,0.3);  }

.compare-answers-container.slider .compare-answer-slider-container .compare-answers-other,
.compare-answers-container.slider .compare-answer-slider-container .compare-answers-yours { position: absolute; top: -7px; margin-left : -20px; }
.compare-answers-container.slider .compare-answer-slider-container .compare-answers-other img { width: 48px; height: 48px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
.compare-answers-container.slider .compare-answer-slider-container .compare-answers-yours .compare-answer-title span { width: 48px; height: 48px; }

.compare-answer-slider-answers {display: flex;justify-content: space-between; width: 100%; 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 #ee334e; 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: #ee334e; font-size: 2.5rem; line-height: 2.5rem; }

.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: #ee334e; }

.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 #ee334e;}

.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; }
#app.finished { max-width: 650px; }
.finished #ix-content { padding-top: 0; margin: 0; }

span.top2000 { display: inline-block; flex-shrink: 0; width: 88px; padding-top: 19.3182%; background-size: 100%; background-repeat: no-repeat; background-position: center; background-image: url(data:image/svg;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iODgiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCA4OCAxNyI+CiAgPGltYWdlIGlkPSJWZWN0b3JfU21hcnRfT2JqZWN0IiBkYXRhLW5hbWU9IlZlY3RvciBTbWFydCBPYmplY3QiIHdpZHRoPSI4OCIgaGVpZ2h0PSIxNyIgeGxpbms6aHJlZj0iZGF0YTppbWcvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBRmdBQUFBUkNBWUFBQUJad211UUFBQUZoMGxFUVZSWWhjVlllMmlYVlJoKzNtMXFGODNWbkMxRkpWdVlka0hLYnJSTUk0Um9XT2FLWWlVdDdBSXVyQ2hLLzRoTXBJSXUyazJwQkNtN2FIOVlPaU9MSUZDaWtOd0taMldiT1cxdWM5TmRkSzdOYlUrODhYNTZkbmErNy9mN1ZlUURQN2J6dnVmNTNzdTV2ZWNJVGdGSVRnZXdFRUFSZ05FQWVnSDhDbUFqZ0ZkRnBEbk9LNUxqQUJRRHVCaEFIb0FqQUtvQVZJakl2bFRSa0p6ZzhITUJ0QURZQ1dDVGlEU2t3VmQvYndWd3VmSGJ6UGZOSXZMYnFjaW43K0J6VE1ZaGtsY0hlT05JcmlYWkg4TlcrWWNrQzJMc1RpRDVjWUxsWHBMdmtqdzNocDlMOGkyU1BRbmYyRVR5SXA4NGdtU1Y4NXY1MzZWemtKTVBwRWh1aENZTnlPRVZrVHljSnZjZ3lTczl1ek5KdHFiSmJ5UjVoY2N2SkxrblRYNG55ZG4reUxpNHpkRUp5VXVVUVBKbWt1ZWxTT0JRa21mRzZJWlo4T25pRWVOTklkbWVBWSsyQ2dxTmY2a0ZuUW1hU1o1di9IeVNkUm55ZFpZWFJZSHY4NVQxSktlU3ZKSGtyZ0I1QThreEpPOGp1ZGQrMzVIY1FyTFArcWhEaTBobU93a3VJTG5HWmtnRVhiS3pUTzVqamZHMkJYUzdTUzRoV1daYlRtMmd6MXFiSU50OVJXL2ZvWWFEYlN0KzM5OWNmcUM1ZmRXZXZyNk9sZ0IvczlsZkdkQWRJUGtpeWZ0SkxyYlZIL0p4Q0FLS0pUWmIrd0s2Q0pyVXlUWlRrcUFKRkc4bVo1R2NSdkpwbmZFbW14cjR4bnBMdmc4Tk9DZXdjbFo3L2NwdDVRM0FvWTczOWxmVzVuQkhEVTc4S211SHNiM3pDMytpS2E0aHVkQ1RiZlJYcVEza3N3RittU3IvY0FSZHRtVzRNazEwQmNsS2o3eUs1REpQZGl4Z1pEWVNZTTU5Rk9BOVlZZU9pNjA2UURGYlVEYko3NTIrdXJXODc1Szd1cXZyZHRUSWdPU2VUSElPZTNvYjZqMTdMNU84ekduclBueDZ3aGE1M3VOL25tV2xVb1N0VnI2TWRXU1BpWWlXTmJyeGYrM0k1d0xZNHJRZkI2QWpleFdBYmtkZWt1Q1FiaUd2QTdqTFV6VUJXRzAyWFN3WGtmN1F0MFNrRDhCcmpraExwbWx1bndPSEYrY0JqUEdsRjAydHk3STlzZHIveFdtdkVwR3V1SGpVUDUvdnp3YXRBOGQ0c3E4c2dINHZ3YU1BTkViK0FYaERSQ2dpMjIyZ0loU0dBL3A3SnF3RHNNQlRhUUMzaTBnckFQOVFyVTRJVHZHei9lMFFrZU5XWTUvQW56MDdnd2R3aEdQZDIvMFNyVUJFZWdBY3RmYXVGUFo5L1dnL3dYazJlMXhjRi9PL0p1QXMrMS8zMlh4SDV3N1NvQkVuT2RJR2E2Nm5PZ3hnbG9oOGErMDJUNStQWk9TWmRyanQvVWZjM3RsWmVjSFpIeUVudTZEVEU3WGJsalRjMnFOUzJEL0hhM2RtMlMwcXdyVUFmZ0J3MEpHdHRNTnFHNEJiSFBsbkFLWTc3WFVrUzNWdkJqREZrVmU1RmkyNVg1b3RGei9xa2hLUmJZN012eG5kbVNMQVNLOXhqUWRRNnlyelJ5NUl2T25sanl6M0oxY05nQWxPTzNhN2kvRnZkM1RJdUp1N2xoNTNCQTRkRjFwcVRTUlprNkxmY1Qxc0ltdG1hMU9nbjU3TVovamVrbnc0OEwyYlFwRUZLcDk3QmxjQS9UMjc2MmNjRFIxeWV4cEwyZ0szeEx0SjN1dkp5bUxzYXlWMHhPdTdORktXbVBPS0ZrdmVuRUNOclBpRzVBVWs1eWRsMXE2ZUQzcE9sQWI2TlZvNU5zUDdUYk5icG44NTBTSitxZm1nNWRtRkpKOTMvSS93aVZWRTNnMnd2N3VwOVpWOTFYVVRXVms3bE5WMWs5alNzWHB2b0N4VjJXa2tQd2o0L0taZHdOVCtlSkpQQnBLckZkbFlOL2hKSko4aXVWeG5qc21Ha0x5ZTVEd2J6Y2xPLzBlOUQ5NUE4aVVyOExWODAyckVIK1ZCUlg4Q3FveFRsZ0hIUlVuTUtrZ1hjNHcvSThXZElBNkxrdmFTbEFna09EZUpZMWZsdUllYUVLb2M3Z3NaQnZlTVozdkZ2MG1PcnNRTWZWL3JYN0QrandUN2J4NnA0QitPR21SYkNvN3E1OFhZTDArRHIyOFFwVEg4WW51RVNrS25QUkdjU080L3pySXR3WEpIVkN3aVJ4UDZhNmxUa1lHSkdoR1o3MzNqYkFBUEFkRGJvUjZlV3BFY0EvQVRnQTBBM2hZUnY3UnorVnBtNmJtZ2ZIMVdWTDZXbS9vZS9DbUFkMFJrUUdrWGlFRVBPUzB2OVQxNGhKV0NXdTFvYkhvUk9mbW1ET0F2clJ5Tkc2alJrVTBBQUFBQVNVVk9SSzVDWUlJPSIvPgo8L3N2Zz4K); }

.profile-wrapper .profile-container { z-index: 2; position: relative; }
.profile-wrapper .profile-top10 { z-index: 1; position: relative; }
.profile-wrapper.active .profile-container { z-index: 1; }
.profile-wrapper.active .profile-top10 { z-index: 2; }

.profile-title { color: #ffffff; margin: 0; line-height: 1.75rem; }
.profile-title > .top2000 { display: inline-block; width: 130px; }
.profile-title .top2000 svg {height: 25px; width: auto;}
.profile-title-sub { color: #cedc00; }
.cta-title {color: #cedc00; margin: 0; line-height: 1.75rem;}

.profile-result { position: relative; padding-top: 25px; }

#profile { position: relative; display: flex; flex-flow: row wrap; margin: 25px auto; max-width: 300px; align-items: center; justify-content: center; }
#profile .profile-img { width: 68%; margin-right: 32%; margin-top: 10px; margin-bottom: 25px; }
#profile .profile-img img { display: block; width: 100%; height: auto; border-radius: 50%; }
#profile .profile-percentage { width: 45%; padding-top: 45%; border-radius: 50%; background: #cedc00; position: absolute; z-index: 1; top: 10px; right: 0; }
#profile .profile-percentage .profile-percentage-container { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; flex-flow: column wrap; align-items: center; justify-content: center; }
#profile .profile-percentage .profile-percentage-text { font-size: 2.5rem; font-weight: 500; color: #094c59; }

#result-share { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.profile-result .ix-share { display: inline-flex; position: relative; top: auto; right: auto; justify-content: center; color: #fff; }
.profile-result .ix-share > span { width: 65px; height: 50px; font-size: 0.8rem; font-weight: 500; order: 1; text-align: left; margin: 0 0 0 5px; }
.profile-result .ix-share .social-share-icon { background: #cedc00; flex-shrink: 0; width: 35px;height: 35px;padding: 7px;}
.profile-result .ix-share.active .social-share-icon { width: 50px; height: 50px; padding: 12px; }
.profile-result .ix-share .social-shares { background: #cedc00; left: 0; right: auto; }

#profile .profile-overlays { position: absolute; background: rgba(9, 76, 89, 0.66); width: 38%; padding-top: 38%; border-radius: 50%; bottom: 0; right: 10%; z-index: 0; }

.profile-top10 { }

#animated-plus {font-size: 2rem; position: absolute; animation: fadeOut 2s; transition: left 1s ease-out, top 1s ease-out;}
@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}
#profile-top10-list-title {margin: 20px 0 0;}

.profile-top10-container { display: flex; flex-flow: row nowrap; margin-top: 20px; }
.profile-top10-container .profile-top10-left { width: 70%; }
.profile-top10 ul.profile-top10-list { list-style: none; padding: 0; margin: 0; }
.profile-top10 ul.profile-top10-list li { background: transparent; border: 2px solid #fff; box-sizing: border-box; display: flex; flex-flow: row nowrap; justify-content: space-between; transition: 0.2s; }
.profile-top10 ul.profile-top10-list li + li { border-top: 0; }
.profile-top10 ul.profile-top10-list li::before { content: attr(data-position); font-weight: bold; font-size: 2rem; color: #cedc00; padding: 5px; box-sizing: border-box; min-width: 45px; text-align: center; margin: auto; }
.profile-top10 ul.profile-top10-list li .profile-track-image { width: 50px; height: 50px; flex-shrink: 0; margin: auto; }
.profile-top10 ul.profile-top10-list li .profile-track-image img { display: block; width: 100%; height: auto; }
.profile-top10 ul.profile-top10-list li .profile-track-image span { display: block; width: 100%; height: 100%; background: #fff url(../assets/images/joe-dummy.jpg) center no-repeat; background-size: cover; }
.profile-top10 ul.profile-top10-list li .profile-track-info { flex-grow: 1; text-align: left; padding: 5px 15px; }
.profile-top10 ul.profile-top10-list li .profile-track-title,
.profile-top10 ul.profile-top10-list li .profile-track-artist { display: block; font-weight: normal; font-size: 1.1rem; }
.profile-top10 ul.profile-top10-list li .profile-track-title { }
.profile-top10 ul.profile-top10-list li .profile-track-artist { color: #cedc00; }
.profile-top10 ul.profile-top10-list li .profile-track-cta { transition: 0.2s; border-left: 2px solid #fff; color: #cedc00; cursor: pointer; font-size: 1.5rem; padding: 5px 15px; display: flex; align-items: center; justify-content: center;  flex-shrink: 0; }
.profile-top10 ul.profile-top10-list li .profile-track-cta.add {  }
.profile-top10 ul.profile-top10-list li .profile-track-cta.remove { display: none; }
.profile-top10 ul.profile-top10-list li:hover { background: #fff; }
.profile-top10 ul.profile-top10-list li:hover .profile-track-title { color: #094c59; }
.profile-top10 ul.profile-top10-list li:hover .profile-track-cta { background: #cedc00; color: #fff; }
.profile-top10 ul.profile-top10-list li.inTop10 { background: rgba(9, 76, 89, 0.75); }
.profile-top10 ul.profile-top10-list li.inTop10 .profile-track-cta.add { display: none; }
.profile-top10 ul.profile-top10-list li.inTop10 .profile-track-cta.remove { display: flex; }

.profile-top10-description { display: flex; flex-direction: column; align-items: center; padding: 0 20%; font-size: 0.9rem; }
.profile-top10-description > p { margin: 10px 0 0; }



.user-top10-cta-extra { text-transform: uppercase; font-size: 1rem; line-height: 1rem; margin-top: 50px; }
.user-top10-cta-extra .top2000 { display: inline-block; width: 90px; }
.user-top10-cta-extra .top2000 svg {height: 17.5px; width: auto;}

.profile-detail-cta { padding: 10px 25px; color: #fff; background: #14a08c; border: 3px solid #cedc00; font-size: 0.9rem; line-height: 0.9rem; box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1); }
.profile-detail-cta span { display: inline-block; }
/*.profile-detail-cta span::after { content: ""; display: inline-block; height: 10px; width: 10px; border: solid #094C59; border-width: 0 0 4px 4px; transition: 0.3s; transform: translateY(-35%) rotateZ(-45deg); margin-left: 25px; }
.profile-detail-cta.active span::after { transform: translateY(25%) rotateZ(135deg); }*/
.profile-detail-to-top { margin-top: 25px; background: #cedc00; display: inline-block; width: 40px; height: 40px; line-height: 40px; border-radius: 50%; cursor: pointer; }

.profile-menu { width: 30%; transition: 0.2s; z-index: 201; }
.profile-menu > h1 { display: none; font-size: 1.75rem; }
.profile-menu > h1 .top2000 { display: inline-block; width: 130px; }
.profile-menu > p { display: none; }
.profile-menu .user-top10-wrapper { flex-grow: 1; display: none; }
.profile-menu.active { width: 100%; height: 100%; overflow-y: auto; position: fixed; top: 0; left: 0; background: #14a08c; color: #fff; }
.profile-menu.active h1 { width: 100%; display: block; max-width: 600px; margin-left: auto; margin-right: auto; padding: 0 15px; box-sizing: border-box; }
.profile-menu.active p { display: block; }
.profile-menu.active .profile-menu-container { max-width: 600px; margin: 0 auto 50px; display: flex; flex-flow: row nowrap; padding: 0 15px; box-sizing: border-box; }
.profile-menu.active .user-top10-wrapper { display: block; padding-right: 25px; }

.user-top10-cta { cursor: pointer; border-radius: 50%; background: #cedc00; width: 90px; height: 90px; color: #094C59; font-weight: bold; position: relative; display: flex; align-items: center; margin: 0 auto; box-sizing: border-box; padding: 0 5px; box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25); flex-flow: row wrap; justify-content: center; margin-bottom: 15px; animation: 1.5s ease-out infinite pulsate; }
.user-top10-cta.active { display: none; }
.user-top10-cta-amount {display: block; font-size: 1.1rem; font-weight: 500; border-radius: 50%; height: 35px; width: 35px; line-height: 35px; position: absolute; left: -11px; bottom: -11px; background: #fff; color: #094C59; }
.user-top10-cta > div:not(.user-top10-cta-amount) { height: 11px; line-height: 17px; }
.user-top10-cta > div:first-child { margin-top: 15px; }
.user-top10-cta > div:nth-child(3) { margin-bottom: 20px; }
.user-top10-cta > div > svg { width: 78px; }

.user-top10-cta,
.user-top10-cta-amount {transition: all 1s;}
.animating.user-top10-cta {transform: scale(1.1)}
.animating .user-top10-cta-amount {color: #ffffff; background: rgba(9, 76, 89, 0.75);}

.profile-top5 { width: 90px; margin: 0 auto; }
.profile-top5 ul,
.profile-others ul { list-style: none; padding: 0; margin: 0; }

.profile-top5 ul li { position: relative; cursor: pointer; margin: 0 auto; }
.profile-top5 ul li + li { margin-top: 15px; }
.profile-top5 ul li .top5-profile-image { width: 90px; height: 90px; border-radius: 50%; }
.profile-top5 ul li .top5-profile-image img { display: block; width: 100%; height: auto; border-radius: 50%; box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25); }
.profile-top5 ul li .top5-profile-percentage { font-weight: 500; border-radius: 50%; height: 35px; width: 35px; line-height: 35px; position: absolute; left: -11px; bottom: -11px; background: #cedc00; color: #094C59; font-size: 0.8rem; }

.other-profiles-cta { cursor: pointer; border-radius: 50%; background: #fff; color: #094C59; width: 45px; height: 45px; margin: 25px auto 0; line-height: 45px; text-align: center; font-size: 1.25rem; box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25); }

.other-profiles-wrapper { width: 100%; position: fixed; top: 0; left: 100%; transition: 0.3s; background: #14a08c; height: 100%; color: #fff; z-index: 202; display: flex; flex-flow: column nowrap; }
.other-profiles-wrapper.active { left: 0; }

.other-profiles-container { flex-grow: 1; overflow-y: auto; padding: 0 25px 25px; box-sizing: border-box; width: 100%; }
.other-profiles-container h3 { color: #fff; font-size: 2rem; }

.other-profiles-list { list-style: none; padding: 0; margin: 0 auto; max-width: 480px; }
.other-profiles-list li { display: flex; flex-flow: row nowrap; align-items: center; cursor: pointer; padding: 0 25px 0 0; border: 2px solid #fff; background: #14a08c; }
.other-profiles-list li + li { margin-top: 10px; }
.other-profiles-list li.active { background: #094C59; color: #fff; }
.other-profiles-list li:hover { background: #fff; color: #094C59; }
.other-profiles-list li .other-profiles-image { max-width: 80px; margin: -2px 25px -2px -45px }
.other-profiles-list li .other-profiles-image img { display: block; width: 100%; height: auto; border-radius: 50%; }
.other-profiles-list li .other-profiles-label { flex-grow: 1; text-align: left; font-weight: bold; font-size: 1.25rem; }
.other-profiles-list li .other-profiles-percentage { color: #cedc00; font-weight: bold; font-size: 1.75rem; }

.other-profiles-close { background: #cedc00; color: #094C59; width: 100%; padding: 25px; font-size: 1.25rem; box-sizing: border-box; }
.other-profiles-close i { margin-left: 10px; }

.top10-finished {  }
.top10-finished h1 { font-size: 1.5rem; }
.top10-finished h1 span { color: #cedc00; }

.top10-finished .button { margin: 25px auto 0; }
.top10-finished a.button { text-decoration: none; }
.top10-finished .button i { color: #fff; margin-right: 10px; }

.top10-finished .ix-share .button { z-index: 3; }
.top10-finished .ix-share.active .button { border-radius: 10px 10px 0 0; }
.top10-finished .ix-share .social-share { animation: none; }
.top10-finished .ix-share .social-shares { padding-top: 10px; left: 0; right: 0; display: flex; flex-flow: row wrap; flex-flow: row wrap; justify-content: center; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25); }
.top10-finished .ix-share .social-shares li { margin: 0 5px; }

@media (hover: hover) {
}

@media (max-width: 40em) {
    .other-profiles-container h3 { font-size: 1.5rem; margin: 20px auto; }
    .other-profiles-list li { margin-left: 30px; }
    .other-profiles-list li .other-profiles-image { max-width: 60px; margin-left: -30px; }
}

@media (max-width: 35em) {
    .profile-top10-container .profile-top10-left { width: 75%; }

    .profile-menu { width: 25%; }

    .other-profiles-list li .other-profiles-label { font-size: 1.1rem; font-weight: 500; }
    .other-profiles-list li .other-profiles-percentage { font-size: 1.25rem; }

    .other-profiles-close { padding: 15px; }
}

@media (max-width: 30em) {
    .profile-result .ix-share > span { font-size: 0.8rem; }

    .user-top10-cta { height: 70px; width: 70px; margin: 0 0 15px auto; }
    .user-top10-cta::after { height: 30px; width: 30px; font-size: 1rem; line-height: 30px; }

    .profile-top5 { width: 70px; margin: 0 0 0 auto; }
    .profile-top5 ul li .top5-profile-image { height: 70px; width: 70px; }

    .user-top10-cta > div { height: 16px; }
    .user-top10-cta > div:first-child { margin-top: 10px; }
    .user-top10-cta > div > svg { width: 65px; }
    .user-top10-cta .user-top10-cta-amount {width: 27.5px;height: 27.5px;line-height: 27.5px;left: -5px;}

    .profile-top10 ul.profile-top10-list li::before { font-size: 1.25rem; min-width: 30px; }
    .profile-top10 ul.profile-top10-list li .profile-track-title,
    .profile-top10 ul.profile-top10-list li .profile-track-artist { font-size: 1rem; font-weight: 500; }
    .profile-top10 ul.profile-top10-list li .profile-track-cta { font-size: 1.25rem; padding: 5px 10px; }

    .other-profiles-container { padding: 0 15px 25px; }
    .other-profiles-list li { padding-right: 10px; }
    .other-profiles-list li .other-profiles-image { margin-right: 10px; }
    .other-profiles-list li .other-profiles-label { margin-right: 10px; }
}

@media (max-width: 25em) {
    #profile .profile-percentage .profile-percentage-text { font-size: 2.5rem; }
    /*#profile .profile-overlays { width: 44%; padding-top: 44%; right: 7%; }*/

    .profile-menu.active .profile-top5 { width: 55px; }
    .profile-menu.active .profile-top5 ul li .top5-profile-image { width: 55px; height: 55px; }

    .profile-menu-pane { margin-right: -10px; }
    .profile-menu.active .profile-menu-pane { margin-right: -30px; }

    .profile-top10 ul.profile-top10-list li .profile-track-image { display: none; }
    .profile-top10 ul.profile-top10-list li .profile-track-info { padding: 5px; }
}

.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;
}

#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 {display: flex; justify-content: space-between;}
#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.1.3);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.1.3); 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; z-index: 100; }
.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: #cedc00; border-bottom-right-radius: 33px; border-bottom-left-radius: 33px; position: absolute; z-index: 2; 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; }
.ix-share .social-share-icon { background: #cedc00; width: 50px; height: 50px; padding: 12px; animation: 1.5s ease-out infinite pulsate; }
.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.png?v=1.1.3); 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%; }

.intro .ix-share { padding-top: 50%; margin-top: -25px; top: 0; }
.intro .ix-share span { display: none; }

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

@keyframes pulsate {
    0% { box-shadow: 0 0 0 0 rgba(206, 220, 0, 0.6); }
    65% { box-shadow: 0 0 0 15px rgba(206, 220, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(206, 220, 0, 0); }
}


.user-top10-search-wrapper {}
.user-top10-search-wrapper .user-top10-search-close,
.user-top10-search-wrapper .user-top10-search-results { display: none; }
.user-top10-search-wrapper .user-top10-search-close { text-align: center; margin: 0 auto; font-size: 1.5rem; color: #fff; cursor: pointer; width: 40px; height: 40px; border-radius: 50%; background: #cedc00; align-items: center; justify-content: center; }
.user-top10-search-wrapper .user-top10-search-input { width: 100%; }
.user-top10-search-wrapper .user-top10-search-input input { padding: 15px; border: 0; outline: none; width: 100%; box-sizing: border-box; font-size: 0.9rem; }

.user-top10-search-wrapper.active { position: fixed; z-index: 300; top: 0; right: 0; bottom: 0; left: 0; overflow-y: auto; background: rgba(0, 0, 0, 0.7); box-sizing: border-box; }
.user-top10-search-wrapper.active .user-top10-search-container { max-width: 600px; margin: 0 auto; padding: 25px; box-sizing: border-box; }
.user-top10-search-wrapper.active .user-top10-search-close { display: flex; }
.user-top10-search-wrapper.active .user-top10-search-results { display: block; }
.user-top10-search-wrapper.active .user-top10-search-input { margin: 50px auto 25px; }
.user-top10-search-wrapper.active .user-top10-search-input input { padding: 15px; width: 100%; box-sizing: border-box; }

.user-top10-search-results { margin: 50px 0; }
.user-top10-search-results ul { list-style: none; padding: 0; margin: 0; }
.user-top10-search-results ul li { background: rgba(255, 255, 255, 0.2); border: 2px solid #fff; box-sizing: border-box; display: flex; flex-flow: row nowrap; justify-content: space-between; padding-left: 10px; }
.user-top10-search-results ul li + li { border-top: 0; }
.user-top10-search-results ul li .user-top10-search-track-image { width: 50px; height: 50px; flex-shrink: 0; margin: auto; }
.user-top10-search-results ul li .user-top10-search-track-image img { display: block; width: 100%; height: auto; }
.user-top10-search-results ul li .user-top10-search-track-image span { display: block; width: 100%; height: 100%; background: #fff url(../assets/images/joe-dummy.jpg) center no-repeat; background-size: cover; }
.user-top10-search-results ul li .user-top10-search-track-info { flex-grow: 1; text-align: left; padding: 10px 15px; }
.user-top10-search-results ul li .user-top10-search-track-title,
.user-top10-search-results ul li .user-top10-search-track-artist { display: block; font-weight: normal; }
.user-top10-search-results ul li .user-top10-search-track-title { color: #fff; }
.user-top10-search-results ul li .user-top10-search-track-artist { color: #cedc00; }
.user-top10-search-results ul li .user-top10-search-track-cta { transition: 0.2s; border-left: 2px solid #fff; color: #cedc00; cursor: pointer; font-size: 1.5rem; padding: 5px 15px; display: flex; align-items: center; justify-content: center;  flex-shrink: 0; }
.user-top10-search-results ul li .user-top10-search-track-cta.add {  }
.user-top10-search-results ul li .user-top10-search-track-cta.remove { display: none; }
.user-top10-search-results ul li:hover { background: #fff; }
.user-top10-search-results ul li:hover .user-top10-search-track-title { color: #094c59; }
.user-top10-search-results ul li:hover .user-top10-search-track-cta { background: #cedc00; color: #fff; }
.user-top10-search-results ul li.inTop10 { background: rgba(9, 76, 89, 0.75); }
.user-top10-search-results ul li.inTop10 .user-top10-search-track-title { color: #fff; }
.user-top10-search-results ul li.inTop10 .user-top10-search-track-cta.add { display: none; }
.user-top10-search-results ul li.inTop10 .user-top10-search-track-cta.remove { display: flex; }
.user-top10 { margin: 0 auto; }

.user-top10-container ul { list-style: none; padding: 0; margin: 0; }
.user-top10-container ul li { }
.user-top10-container ul li + li { margin-top: -2px; }
.user-top10-container ul li .user-top10-track { border: 2px solid #fff; box-sizing: border-box; transition: 0.2s; background: transparent; display: flex; flex-flow: row nowrap; justify-content: space-between; }
.user-top10-container ul li .user-top10-track::before { content: attr(data-position); font-weight: bold; font-size: 2rem; color: #cedc00; padding: 5px; box-sizing: border-box; min-width: 45px; text-align: center; margin: auto; }
.user-top10-container ul li .user-top10-track.empty::before { opacity: 0.5; }
.user-top10-container ul li .user-top10-track.empty {cursor: pointer;}
.user-top10-container ul li .user-top10-track-drag { margin: auto 0; padding: 5px 15px 5px 0; cursor: grab; }
.user-top10-container ul li .user-top10-track-image { width: 50px; height: 50px; flex-shrink: 0; margin: auto; }
.user-top10-container ul li .user-top10-track-image img { display: block; width: 100%; height: auto; }
.user-top10-container ul li .user-top10-track-image span { display: block; width: 100%; height: 100%; background: #fff url(../assets/images/joe-dummy.jpg) center no-repeat; background-size: cover; }
.user-top10-container ul li .user-top10-track-info { flex-grow: 1; text-align: left; padding: 5px 15px; }
.user-top10-container ul li .user-top10-track-title,
.user-top10-container ul li .user-top10-track-artist { display: block; font-weight: normal; font-size: 1.1rem; }
.user-top10-container ul li .user-top10-track-title { }
.user-top10-container ul li .user-top10-track-artist { color: #cedc00; }
.user-top10-container ul li .user-top10-track-cta { transition: 0.2s; border-left: 2px solid #fff; color: #cedc00; cursor: pointer; font-size: 1.5rem; padding: 5px 15px; display: flex; align-items: center; justify-content: center;  flex-shrink: 0; }
.user-top10-container ul li .user-top10-track-cta.add {  }
.user-top10-container ul li .user-top10-track-cta.remove { display: none; }
.user-top10-container ul li .user-top10-comment { text-align: left; position: relative; }
.user-top10-container ul li .user-top10-comment input,
.user-top10-container ul li .user-top10-comment textarea { outline: none; border: 0; padding: 7px 10px; display: block; width: 100% !important; box-sizing: border-box; }
.user-top10-container ul li .user-top10-comment input { opacity: 0.75; }
.user-top10-container ul li .user-top10-comment textarea { min-height: 88px; padding-bottom: 20px; }
.user-top10-container ul li .user-top10-comment .character-count { position: absolute; bottom: 5px; right: 7px; color: #094c59; font-size: 0.75rem; }
.user-top10-container ul li:hover .user-top10-track:not(.empty) { background: #fff; }
.user-top10-container ul li:hover .user-top10-track-drag,
.user-top10-container ul li:hover .user-top10-track-title { color: #094c59; }
.user-top10-container ul li:hover .user-top10-track-cta { background: #cedc00; color: #fff; }

.user-top10 .user-top10-search { margin-top: 25px; }
.user-top10 .user-top10-search-input input { background-color: #cedc00; }
.user-top10 .active .user-top10-search-input input { background-color: #fff; }

.user-top10-form { margin-top: 25px; }
.user-top10-form .user-top10-phone {  }
.user-top10-form .user-top10-phone label { display: flex; flex-flow: row wrap; align-items: center; }
.user-top10-form .user-top10-phone label input { margin-left: 5%; width: 65%; border: 0; background: #fff; padding: 5px; box-sizing: border-box; }
.user-top10-form .user-top10-phone label span { display: inline-block; }
.user-top10-form .user-top10-phone label span:first-child { width: 30%; }
.user-top10-form .user-top10-phone label span:last-child { padding-left: 35%; width: 100%; box-sizing: border-box; text-align: left; font-size: 0.8rem; }
.user-top10-form .user-top10-error { background: #BB1636; padding: 10px; margin-top: 25px; }
.user-top10-form .submit,
.user-top10-form .loader { margin-top: 25px; }

.user-top10-submit-button-top { margin: 0 0 1em 0;}
.user-top10-submit-button-top .button {margin-top: 0;}

@media (max-width: 35em) {
    .user-top10-form .user-top10-phone label span:first-child { width: 100%; margin: 0 0 10px; text-align: left; }
    .user-top10-form .user-top10-phone label span:last-child { padding: 0; }
    .user-top10-form .user-top10-phone label input { margin: 0; width: 100%; }
}

@media (max-width: 30em) {
    .user-top10-container ul li .user-top10-track::before { font-size: 1.25rem; min-width: 30px; }
    .user-top10-container ul li .user-top10-track-drag { padding-right: 5px; }
    .user-top10-container ul li .user-top10-track-title,
    .user-top10-container ul li .user-top10-track-artist { font-size: 1rem; font-weight: 500; }
    .user-top10-container ul li .user-top10-track-cta { font-size: 1.25rem; padding: 5px 10px; }
}

@media (max-width: 25em) {
    .user-top10-container ul li .user-top10-track-image { display: none; }
    .user-top10-container ul li .user-top10-track-info { padding: 5px; }
}
.scroll-hint { position: fixed; right: calc(50% - 395px); top: 50%; cursor: pointer; z-index: 1; }

.scroll-hint span { display: block; background: transparent; border: solid #094C59; 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: 50em) {
    .scroll-hint {right: 5px;}
}
.technical-issue a { text-decoration: none; font-weight: normal; }
.technical-issue a span { text-decoration: underline; font-weight: bold; }