@font-face {
    font-family: 'Stag';
    src: url('https://assets.ivox.be/projects/20260489/assets/fonts/Stag/STAG-SEMIBOLD.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stag';
    src: url('https://assets.ivox.be/projects/20260489/assets/fonts/Stag/STAG-MEDIUM.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stag';
    src: url('https://assets.ivox.be/projects/20260489/assets/fonts/Stag/STAG-BOOK.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'StagSans';
    src: url('https://assets.ivox.be/projects/20260489/assets/fonts/StagSans/STAGSANS-MEDIUM.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'StagSansLight';
    src: url('https://assets.ivox.be/projects/20260489/assets/fonts/StagSans/STAGSANS-LIGHT.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'StagSansMedium';
    src: url('https://assets.ivox.be/projects/20260489/assets/fonts/StagSans/STAGSANS-MEDIUM.woff') format('woff');
    font-weight: 100;
}

@font-face {
    font-family: 'StagSans';
    src: url('https://assets.ivox.be/projects/20260489/assets/fonts/StagSans/STAGSANS-BOOK.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
/** Animations **/

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes rotateBackgroundReverse {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateThemeForward {
    0% {
        rotate: 90deg;
    }

    100% {
        rotate: 0deg;
    }
}

@keyframes rotateThemeForwardGone {
    0% {
        rotate: 0deg;
    }

    100% {
        rotate: -90deg;
    }
}

@keyframes rotateThemeBackward {
    0% {
        rotate: -90deg;
    }

    100% {
        rotate: 0deg;
    }
}

@keyframes rotateThemeBackwardGone {
    0% {
        rotate: 0deg;
    }

    100% {
        rotate: 90deg;
    }
}

@keyframes customFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes customFadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/** General **/

* {
    color-scheme: light only !important;
}

html,
input,
textarea,
select {
    font-family: 'Stag', serif;
    font-weight: 300;
}

button {
    font-family: 'StagSans', sans-serif;
    font-weight: 500;
}

body .app-init-logo img {
    max-width: 300px;
    max-height: 300px;
}

#app {
    height: auto;
    padding-bottom: 0;
    position: relative;
    min-height: 100%;
}

body#top #header-components {
    display: none;
}

body#top #components-container {
    max-width: 500px;
    margin: 10px auto 0;
    padding-top: 0;
    background: transparent;
    box-shadow: none;
}

body#top #progress-container {
    display: none;
}

body#top #header-container {
    padding-top: 10px;
}

#header-container .header-logo img {
    max-height: 250px;
    max-width: 300px;
}

body#top .components-content {
    width: 100%;
}

body#top .actions {
    justify-content: center;
    padding: 20px 25px;
    margin-top: 10px;
    z-index: 1;
}

body#top[page="zipcode"] .actions {
    margin-top: 75px;
}

body#top[page="optin"] .actions .action.next {
    background: #ff0000;
}

body#top[page="optin"] .actions .action.next span {
    color: white;
}

body#top .actions .action {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    min-width: 300px;
    border: 1px solid #ff0000;
    color: #ff0000;
    background: transparent;
    padding: 15px 25px;
}

body#top .slider.disabled,
body#top .action.disabled {
    pointer-events: none;
}

body#top .actions .action.active {
    background: #ff0000;
    color: #ffffff;
}

body#top .actions .action>span {
    font-family: "StagSans", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

body#top .actions .action.next::after {
    display: none;
}

body#top .actions .action.active.next::after {
    display: none;
}

body#top .actions .action>span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "StagSans", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

body#top .actions .action.prev {
    /* display: none; */
}

body#top .action.prev {
    /* display: flex;
    align-items: center;
    position: absolute;
    background: transparent;
    z-index: 999;
    left: 0;
    top: 10px;
    min-width: 0;
    border: none;
    color: black;
    padding: 0 0 0 10px; */
}

body#top .action.prev:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 5px;
    border: solid black;
    border-width: 0 0 2px 2px;
    transform: rotateZ(45deg);
}

body#top .action-skip {
    background: transparent;
    margin-top: 0;
}

body#top .action-skip a {
    font-family: 'StagSans', serif;
    color: black;
    text-decoration: underline;
    font-size: 0.9rem;
    cursor: pointer;
}

body#top .errors-question .error,
body#top .errors-question,
body#top .errors .error,
body#top .errors .error,
body#top .errors {
    margin: 15px 0 0;
}

body#top .errors .error,
body#top .errors-question .error {
    padding: 0;
    background: transparent;
    color: #ff0000;
    font-size: 0.9rem;
    font-weight: 300;
    text-align: center;
}

.errors-question[top] .error::before,
.errors[top] .error::before {
    border-top-color: #ff0000;
}

.errors-question[bottom] .error::before,
.errors[bottom] .error::before {
    border-bottom-color: #ff0000;
}

#header-container .header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

#header-container .header-logo>img {
    width: 250px;
    height: 100px;
    margin: 0 auto;
}

#header-container .header-logo>img.hidden {
    display: none;
}

#header-components {
    z-index: -1;
}

[page="intro"] #header-container .header-logo>img {
    width: 350px;
    height: 150px;
    margin: 0 auto;
}

body#top [role="status"] {
    margin: 0 auto !important;
    color: black !important;
    width: 100px !important;
    background: transparent !important;
}

body#top .errors-question .error,
body#top .errors-question,
body#top .errors .error,
body#top .errors {
    background: #ff0000;
}

.errors .error,
.errors-question .error {
    background: #ff0000;
}

body#top .errors .error,
body#top .errors-question .error {
    color: white;
    padding: 10px;
    border-radius: 5px;
}

/** Background **/

body#top #app-background #custom-background>svg>g {
    opacity: 0;
    transition: opacity 1s;
}

body#top #app-background #custom-background>svg>g#AARDE {
    opacity: 1;
}

body#top #app-background {
    position: absolute;
    overflow: hidden;
    transform: none;
    box-sizing: border-box;
}

body#top #app-background #custom-background>svg {
    display: block;
    width: 100%;
    max-width: 1500px;
    height: auto;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

body#top #app-background #custom-background>svg #SKYLINES {
    transform-origin: center;
    transition: transform 2s;
}

body#top #app-background #custom-background>svg #natuur,
body#top #app-background #custom-background>svg #vogels {
    transform-origin: center;
}

body#top #app-background #custom-background>svg #natuur {
    animation: rotateBackground 100s linear infinite;
}

body#top #app-background #custom-background>svg #vogels {
    animation: rotateBackground 100s linear infinite;
}

body#top #app-background #custom-background.saved>svg #SKYLINES,
body#top #app-background #custom-background.saving>svg #SKYLINES {
    animation: rotateBackground 100s linear infinite;
}

body#top #app-background #custom-background.saved>svg #natuur,
body#top #app-background #custom-background.saving>svg #natuur {
    animation: rotateBackgroundReverse 100s linear infinite;
}

body#top #app-background #custom-background.saved>svg #vogels,
body#top #app-background #custom-background.saving>svg #vogels {
    animation: rotateBackgroundReverse 100s linear infinite;
}

.themeImages {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-25%);
    top: 30%;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.themeImagesContainer {
    margin: 0 auto;
    width: 400px;
    height: 100%;
}

.themeImg {
    width: 400px;
    height: 700px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform-origin: bottom center;
}

body.ready .themeImages {
    display: block;
}

.themeImg.current {}

.themeImg.current.forward {
    animation: rotateThemeForward 1.5s;
}

.themeImg.current.backward {
    animation: rotateThemeBackward 1.5s;
}

.themeImg.prev,
.themeImg.next {
    opacity: 0;
}

.themeImg.prev.backward {
    opacity: 0;
}

.themeImg.prev.forward {
    animation: customFadeOut 500ms, rotateThemeForwardGone 1.5s;
}

.themeImg.next.backward {
    animation: customFadeOut 500ms, rotateThemeBackwardGone 1.5s;
}

.themeImg.next.forward {
    opacity: 0;
}

.themeImg.achter {
    z-index: 1;
}

.themeImg.voor {
    z-index: 3;
}

/** Components **/

#components-container h2 {
    margin-top: 0;
}

[content-title] h2 {
    font-size: 1.3rem;
    font-weight: 600;
}

[content-text] h2 {
    font-size: 1.1rem;
    font-weight: 500;
}

[open-slider-dilemma] {
    position: relative;
}

body#top [open-slider-dilemma] .errors {
    position: absolute;
    bottom: -50px;
    width: 100%;
    box-sizing: border-box;
}

body#top [open-slider-dilemma] .errors .error {
    padding: 0;
}

body#top [open-slider-dilemma] .errors .error:before {
    top: -25px;
    transform: translateX(-50%) rotate(180deg);
}

[open-slider-dilemma] .slider {
    margin-top: 250px;
    margin-bottom: 50px;
}

[open-slider-dilemma] h2 {
    min-height: 100px;
}

[open-slider-dilemma] .vue-slider .vue-slider-dot {
    top: -16px !important;
    z-index: 6;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: solid 3px white;
}

[open-slider-dilemma] .vue-slider .vue-slider-dot:before,
[open-slider-dilemma] .vue-slider .vue-slider-dot:after,
[open-slider-dilemma] .vue-slider .vue-slider-dot .vue-slider-dot-handle {
    display: none;
}

[open-slider-dilemma] .vue-slider .vue-slider-rail {
    border-radius: 0;
    background: white;
}

[open-slider-dilemma] .vue-slider .vue-slider-rail:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    z-index: 5;
    width: 3px;
    height: 100%;
    background: black;
}

[open-slider-dilemma] .dilemmas {
    margin-top: 15px;
}

[open-slider-dilemma] .dilemmas>div {
    font-weight: normal;
    max-width: 100px;
}

[closed-multiple] .grid-4 {
    align-items: flex-start;
}

[closed-multiple] .grid-4 .checkbox {
    height: 125px;
    border-radius: 5px;
    background: white;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
}

[closed-multiple] .grid-4 .checked .checkbox {
    background: #ff0000;
    color: white;
    border: solid 2px white;
}

[closed-multiple] .grid-4 .checked .checkbox span {
    color: white;
}

[closed-multiple] .grid-4 .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

[closed-multiple] .grid-4 .text img {
    flex: 1 0 75%;
}

[closed-multiple] .grid-4 .text img.default {
    display: block;
}

[closed-multiple] .grid-4 .text img.checked {
    display: none;
}

[closed-multiple] .grid-4 .checked .text img.default {
    display: none;
}

[closed-multiple] .grid-4 .checked .text img.checked {
    display: block;
}

[closed-multiple] .grid-4 .text span {
    display: flex;
    font-size: 0.9rem;
    align-items: center;
    margin-top: -15px;
    flex: 0 0 50px;
    word-break: break-word;
}

[closed-multiple] li {
    position: relative;
}

[closed-multiple] .custom-answer-counter {
    display: flex;
    cursor: none;
    pointer-events: none;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -5px;
    top: -5px;
    color: white;
    background: black;
    border-radius: 50%;
    padding: 3px;
}

.shared-closed-multiple ul.answerStyle-type-1 li .checkbox .button {
    background: white;
    border: solid 1px black;
}

.shared-closed-multiple ul.answerStyle-type-1 li .checkbox .text {
    font-family: StagSans, sans-serif;
}

.shared-closed-multiple ul.answerStyle-type-1 li.checked .checkbox .button {
    border: solid 1px #ff0000;
}

[open-text-box] label.input-text textarea {
    width: 100%;
    max-width: 400px;
    border: solid 2px var(--design-modules-borderColor-primary);
    font-weight: 300;
    background: white;
    border-radius: 5px;
}

label.input-text input[type] {
    width: 100%;
    padding: 15px 0;
    max-width: 400px;
    border: solid 1px var(--design-modules-borderColor-primary);
    font-weight: 300;
    background: white;
    border-radius: 5px;
}

label.input-text input[email]:placeholder-shown,
label.input-text input[type]:placeholder-shown,
label.input-text textarea:placeholder-shown {
    font-weight: 300;
}

body#top [open-text-email] label.input-text input {
    margin-top: 10px;
    font-weight: 300;
    background: white;
    border: solid 2px #ff0000;
    text-align: left;
    padding: 10px;
}

body#top [open-text-email] label.input-text span {
    font-weight: 300;
    text-align: left;
    color: black;
    font-size: 1rem;
}

[open-slider-dilemma] .custom-slider-range {
    position: absolute;
    left: 0;
    width: 50%;
    top: 0;
    bottom: 0;
    background: #ff0000;
    height: 100%;
}

.component.mobile [open-slider-dilemma] {}

.component.mobile [open-slider-dilemma] .slider {}

.component.mobile [open-slider-dilemma] .vue-slider {
    width: calc(100% - 82px) !important;
    left: 57px;
}

.component.mobile [open-slider-dilemma] .vue-slider-dot {
    display: none;
}

.component.mobile [open-slider-dilemma] .mobile-slider-button {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    background: white;
    border: solid 2px #ff0000;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
}

.component.mobile [open-slider-dilemma] .mobile-slider-button.min {
    left: 0;
    top: -3px;
}

.component.mobile [open-slider-dilemma] .mobile-slider-button.plus {
    right: 0;
    top: -3px;
}

.component.mobile [open-slider-dilemma] .mobile-slider-button.min:before {
    content: '-';
    display: block;
    color: black;
    font-family: 'Stag', serif;
    font-size: 2rem;
}

.component.mobile [open-slider-dilemma] .mobile-slider-button.plus:before {
    content: '+';
    display: block;
    color: black;
    font-family: 'Stag', serif;
    font-size: 2rem;
}

/** ZIPCODE **/

#custom-zip-code {
    box-sizing: border-box;
}

#search-box-search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

#search-box-search-container input {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0 10px 0;
    margin: 0;
    background: white;
    border: solid 1px #ff0000;
    height: 40px;
    flex: 1;
}

#search-box-search-container span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    background-color: #ff0000;
    cursor: pointer;
    background-image: url('https://assets.ivox.be/projects/20260489/assets/zipsearch.png?v=0.0.1');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 23px;
}

#search-box-autocomplete {
    list-style-type: none;
    max-height: 200px;
    overflow-y: auto;
    border-bottom: none;
    text-align: left;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#search-box-autocomplete li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    list-style-type: none;
    padding: 10px;
    border-bottom: solid 1px rgba(145, 145, 145, .4);
    cursor: pointer;
    box-sizing: border-box;
}

#search-box-autocomplete li:hover {
    border-bottom: solid 1px var(--design-modules-borderColor-primary);
}

#search-box-autocomplete li span {
    font-size: 1rem;
    color: black;
}

#search-box-autocomplete li span:nth-child(1) {
    flex: 1 0 auto;
    word-break: break-word;
}

#search-box-autocomplete li span:nth-child(2) {
    flex: 0 0 30px;
    font-weight: bold;
}

body#top #zip-sign {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
}

body#top #zip-sign>img {
    display: block;
    margin: 0;
    width: 100px;
    height: auto;
}

body#top #zip-sign.type-0>img {
    position: absolute;
    top: -37px;
    right: 50px;
    transform: rotate(-2deg);
}

body#top #zip-sign.type-1 .zip-sign-board img {
    width: 75%;
    height: auto;
    margin: 0 auto;
    transform: rotate(-2deg);
}

body#top #zip-sign .zip-sign-board {
    padding: 20px 50px;
    transform: rotate(2deg);
    width: auto;
    min-width: 250px;
    background: white;
    border: solid 2px black;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
}

body#top #zip-sign.type-0 .zip-sign-board {
    transform: rotate(0deg);
}

body#top #zip-sign.type-1 .zip-sign-board {
    width: 50%;
    padding: 30px 0 0 0;
    min-width: 100px;
}

body#top #zip-sign .zip-sign-board span {
    font-weight: bold;
    font-size: 1.5rem;
}

body#top #zip-sign .zip-sign-pole {
    display: block;
    transform: rotate(2deg);
    margin: -30px auto 0;
    background: #D3D3D3;
    width: 15px;
    height: 90px;
    z-index: -1;
    border-bottom: none;
    border-top: none;
}

body#top #zip-sign .zip-sign-pole>svg {
    color: white;
    position: absolute;
    transform: rotate(-2deg);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

body#top #zip-sign .zip-sign-pole>svg:nth-child(1) {
    left: -40px;
    bottom: -2px;
}

body#top #zip-sign .zip-sign-pole>svg:nth-child(2) {
    left: 8px;
    bottom: -1px;
}

body#top #zip-sign .zip-sign-pole:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: linear-gradient(to bottom, #909090 0%, #EBEBEB 100%);
}

body#top .header-logo #zip-sign {
    margin: 35px auto 15px;
}

body#top .header-logo #zip-sign .zip-sign-board {
    padding: 10px 25px;
}

body#top .header-logo #zip-sign .zip-sign-board span {
    font-size: 1.25rem;
}

body#top .header-logo #zip-sign .zip-sign-pole {
    height: 75px;
}

body#top .header-logo #zip-sign .zip-sign-pole>svg {
    color: #EBEBEB;
}

/** MANNEKE **/
#manneke {
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    z-index: 2;
    width: 100%;
    height: 250px;
}

#manneke #manneke-img-container .manneke-animation {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -375px;
    display: block;
    margin: 0 auto;
    width: 400px;
    height: 400px;
}

#app-background>#manneke .manneke-saving-container {
    margin-top: -200px;
}

#app-background>#manneke {
    position: absolute;
    width: 600px;
    height: 600px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9;
    margin: auto;
}

#app-background>#manneke #manneke-img-container {
    height: 100%;
    width: 100%;
}

#app-background>#manneke #manneke-img-container .manneke-animation {
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
    margin: auto;
}

#app-background>#manneke h4 {
    margin: 25px 0 0;
    font-size: 1.75rem;
}

#app-background>#manneke p {
    margin: 5px 0 0;
    font-size: 1.25rem;
}

/** Pages **/

[page="questions"] h2 {
    font-weight: 300;
}

[page="questions"] h2,
[page="firstname"] .components-content .component:nth-child(1),
[page="zipcode"] .components-content .component:nth-child(1),
[page="intro"] .components-content .component:nth-child(1) {
    font-weight: 300;
    font-size: 1.75rem;
    line-height: 1.75rem;
}

[page="zipcode"] .components-content .component:nth-child(1),
[page="intro"] .components-content .component:nth-child(1) p {
    margin: 0;
}

[page="intro"] .components-content {
    margin-top: 25px;
}

[page="intro"] [content-text] span {
    font-weight: 300 !important;
}

[page="intro"] #custom-status,
[page="optin"] #custom-status,
[page="result"] #custom-status,
[page="zipcode"] #custom-status {
    display: none;
}

[page="intro"] .action.prev,
[page="result"] .action.prev {
    display: none !important;
}

[page="result"] #components-container #custom-result,
[page="result"] #components-container #zip-sign {
    animation: customFadeIn 1000ms;
}

[page="optin"] [component-code="OPTIN_RESULTS"],
[page="optin"] [component-code="OPTIN_REGIO"] {
    margin-top: 10px;
}

[page="optin"] .shared-closed-multiple>ul {
    margin-top: 0;
}

[page="optin"] [component-code="OPTIN_RESULTS_TEXT"],
[page="optin"] [component-code="OPTIN_RESULTS_TIMESTAMP"],
[page="optin"] [component-code="OPTIN_REGIO_TEXT"],
[page="optin"] [component-code="OPTIN_REGIO_TIMESTAMP"] {
    display: none;
}

[page="optin"] #components-container h2 {
    font-weight: 300;
    margin: 25px 0;
}


body#top #app-background #custom-background>svg .toAnimate {
    opacity: 0;
    animation-fill-mode: forwards;
    transform-origin: center;
    transition: opacity 1s;
}

body.ready[page="intro"]#top #app-background #custom-background>svg .toAnimate {
    opacity: 1;
}

body.ready[page="intro"]#top #app-background #custom-background>svg .toAnimate,
body.ready[page="zipcode"]#top #app-background #custom-background>svg .toAnimate {
    animation: rotateBackgroundReverse 50s linear infinite;
}

/** Result **/

body#top[page="result"] #app-background #custom-background:not(.saving) svg {
    width: 850px;
    height: 850px;
    left: 0;
    bottom: -450px;
    margin-top: auto;
}

body#top[page="result"] #components-container {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
}

body#top[page="result"] [result-quiz] {
    display: none;
}

body#top[page="result"] #zip-sign {
    display: none;
    margin: 10px auto 0;
}

body#top[page="result"] #zip-sign .zip-sign-board {
    display: flex;
    flex-direction: column;
    width: 100%;
    transform: rotate(0deg);
}

body#top[page="result"] #zip-sign .zip-sign-board img {
    max-width: 150px;
}

body#top[page="result"] #zip-sign .zip-sign-pole {
    margin-top: -75px;
    height: 95px;
    transform: rotate(0deg);
}

body#top[page="result"] #zip-sign .zip-sign-pole svg {
    display: none;
}

body#top[page="result"] #custom-result>div {
    margin-top: 25px;
}

body#top[page="result"] #custom-result>div:first-child {
    margin-top: 5px;
}

body#top[page="result"] #custom-result-score {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    max-width: 100px;
    margin: 0 auto;
    background: #ff0000;
    color: white;
    padding: 5px 30px 0;
    border-radius: 6px;
}

body#top[page="result"] #custom-result-score span:nth-child(1) {
    font-size: 2.5rem;
    font-weight: bold;
}

body#top[page="result"] #custom-result-score span:nth-child(2) {
    display: block;
    margin-top: -10px;
    margin-left: 3px;
    font-size: 1.25rem;
    font-weight: 300;
}

body#top[page="result"] .result-score-info {
    display: block;
    font-weight: bold;
    font-size: 12px;
    width: 10px;
    height: 10px;
    position: absolute;
    padding: 3px;
    right: 3px;
    top: 3px;
    color: white;
    border: solid 1px white;
    border-radius: 50%;
    cursor: pointer;
}

body#top[page="result"] .result-score-info p {
    position: absolute;
    width: 250px;
    left: -190px;
    background: #ff0000;
    color: white;
    font-size: 0.9rem;
    font-weight: 300;
    padding: 10px;
    z-index: 999;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

body#top[page="result"] .result-score-info:before {
    content: "";
    display: none;
    margin: 0 auto;
    position: absolute;
    z-index: 998;
    bottom: -20px;
    left: -2px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #ffffff transparent;
    transform: rotate(0deg);
}

body#top[page="result"] .result-score-info.visible:before {
    display: block;
}

body#top[page="result"] #custom-result-intro>span:first-child {
    font-size: 1.25rem;
    font-weight: 300;
}

body#top[page="result"] #custom-result-intro>span:last-child {
    font-size: 1.5rem;
    font-weight: 300;
}

body#top[page="result"] #custom-result-themes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

body#top[page="result"] #custom-result-themes .theme {
    display: flex;
    width: 30%;
    flex: 0 0 30%;
    position: relative;
    flex-direction: column;
    color: black;
    padding: 10px;
    box-sizing: border-box;
}

body#top[page="result"] #custom-result-themes .theme img {
    display: block;
    height: 75px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

body#top[page="result"] #custom-result-themes .theme .count {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -10px;
    width: 20px;
    height: 20px;
    font-size: 0.75rem;
    border-radius: 50%;
    color: white;
    background: #ff0000;
}

body#top[page="result"] #custom-result-themes .theme .label {
    margin-top: 10px;
}

body#top[page="result"] #custom-result #custom-result-sliders {
    display: flex;
    margin-top: 0;
    flex-direction: column;
    align-items: center;
}

body#top[page="result"] .custom-result-slider {
    position: relative;
    width: 100%;
    max-width: 300px;
    height: 20px;
    border: solid 1px black;
    border-radius: 3px;
}

body#top[page="result"] .custom-result-slider-value {
    height: 100%;
    position: relative;
    transition: width 100ms;
}

body#top[page="result"] .lowest .custom-result-slider-value {
    background-color: #fe0000;
}

body#top[page="result"] .low .custom-result-slider-value {
    background-color: orange;
}

body#top[page="result"] .medium .custom-result-slider-value {
    background-color: #5fa98e;
}

body#top[page="result"] .high .custom-result-slider-value {
    background-color: green;
}

body#top[page="result"] .custom-result-slider-handle {
    position: absolute;
    right: -20px;
    top: -10px;
    bottom: 0;
}

body#top[page="result"] .custom-result-slider-handle img {
    width: 40px;
    height: auto;
}

body#top[page="result"] #custom-result-sliders>span {
    margin: 25px 0 0;
}

body#top[page="result"] #custom-result-sliders>h4 {
    font-weight: bold;
    font-size: 1.2rem;
    margin: 10px 0;
}

body#top[page="result"] #custom-result>h3 {
    margin-top: 25px;
    font-weight: 300;
    font-size: 1rem;
}

body#top[page="result"] #custom-result #custom-result-shares {
    margin-top: 75px;
}

body#top[page="result"] #custom-result-shares-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

body#top[page="result"] #custom-result-shares-container span {
    margin: 0 5px;
    cursor: pointer;
}

body#top[page="result"] #custom-result-shares img {
    display: block;
    width: 30px;
    height: 30px;
}

/** Animations **/

.custom-fade-in {
    animation: customFadeIn 500ms;
}

.custom-fade-out {
    animation: customFadeOut 500ms;
}

.component {
    animation: customFadeIn 1000ms;
}

/** Mobile **/

@media (min-width: 40em) {
    body#top #app-background #custom-background>svg {
        top: 20%;
    }
}

@media (max-width: 850px) {
    body#top[page="result"] #app-background #custom-background:not(.saving) svg {
        width: 150%;
        left: -25%;
    }
}

@media (max-width: 1200px) {
    body#top #app-background #custom-background>svg {
        width: 125%;
        left: -12.5%;
        right: 0;
    }
}

@media (max-width: 600px) {
    #app-background>#manneke {
        width: 300px;
        height: 300px;
    }

    #app-background>#manneke .manneke-saving-container {
        margin-top: -100px;
    }
}

@media (max-width: 60em) {
    body#top #app-background #custom-background>svg {
        width: 150%;
        left: -25%;
        right: 0;
    }

    .shared-closed-multiple ul.orientation-horizontal li .checkbox {
        padding: 5px;
    }

    [closed-multiple] .grid-4 .text img {
        max-width: 50px;
    }
}

@media (max-width: 40em) {

    body#top .actions .action {
        min-width: 200px;
    }

    body#top .theme-layout-components-padding {
        padding: 50px 15px 50px 15px;
    }

    #manneke #manneke-img-container .manneke-animation {
        width: 350px;
        height: 350px;
        bottom: -350px;
    }

    .themeImg,
    .themeImagesContainer {
        width: 300px;
    }

    .themeImages img.achter {
        left: -10px;
    }

    .themeImages img.voor {
        right: -10px;
    }

    [page-id="ov"] .themeImages img.achter {
        left: 0;
        right: -10px;
    }

    [page-id="ov"] .themeImages img.voor {
        right: 0;
        left: -10px;
    }

    body#top #app-background #custom-background>svg {
        width: 200%;
        left: -50%;
        top: 30%;
    }

    body#top[page="result"] #app-background #custom-background svg {
        width: 175%;
        left: -37.5%;
    }

    [page="questions"] h2,
    [page="firstname"] .components-content .component:nth-child(1),
    [page="zipcode"] .components-content .component:nth-child(1),
    [page="intro"] .components-content .component:nth-child(1) {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    [open-slider-dilemma] h2 {
        min-height: 75px;
    }

    body#top[page="result"] #zip-sign {
        margin-top: 0;
    }

    body#top[page="result"] #zip-sign .zip-sign-board {
        max-width: 250px;
        padding-top: 10px;
    }

    body#top[page="result"] #zip-sign .zip-sign-board span {
        font-size: 1.25rem;
    }

    body#top[page="result"] #zip-sign .zip-sign-board img {
        max-width: 100px;
    }

    body#top[page="result"] #custom-result>div {
        margin-top: 10px;
    }

}

@media (max-width: 30em) {
    body#top #app-background #custom-background>svg {
        width: 250%;
        left: -75%;
    }

    body#top[page="result"] #app-background #custom-background:not(.saving) svg {
        width: 250%;
        left: -75%;
    }
}

@media (max-width: 340px) {
    body#top #app-background #custom-background>svg {
        width: 350%;
        left: -125%;
    }
}