.slider-container {
    width: 100vw;
    height: calc(100vh - 6.875rem);
    overflow: hidden;
    position: relative;
    margin-top: 110px;
}
.slider {
    display: flex;
    width: 100%;
    min-height: 88vh;
    /* height: 100%; */
    position: static;
    /* transition: transform 0.15s ease-in-out; */
    transition: transform 0.25s ease-in-out;
}
.slide {
    padding: 10rem 0;
    flex: 0 0 100%;
    /* min-height: 100vh; */
    display: flex;
    /* align-items: center; */
    align-items: flex-start;
    justify-content: center;
    font-size: 2rem;
    color: white;
    text-align: center;
    z-index: -1;
    position: relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#302e2b+0,302e2b+47,000000+100 */
    background: linear-gradient(to right,  #302e2b 0%,#302e2b 47%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    gap: 6rem;
}
.slide .quote {
    font-size: 1rem;
    font-weight: bold;
    max-width: 30rem;
    margin: 4rem auto 0;
    color: var(--gray-300);
}
.slide.slideOverlay {
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    top: 0;
    z-index: 999;
}
.slider:before {
    background-color: transparent;
}
.slide .quote blockquote{    
    font-weight: 200 !important;
    font-style: italic;
    color: var(--gray-300);
}
.conclusion_title {
    font-size: 2.5rem;
    margin-bottom: .5rem;
    font-weight: 600;
    text-align: center;
}
.conclusion_title div {
    margin-bottom: 2.5rem;
    font-style: italic;
    color: var(--purple-200);
    font-size: 1.75rem;
}
.flex {
    display: flex;
}
.align-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
    gap: .5rem;
}
.rapport_img {
    float: right;
    margin: 0 0 1rem 1rem;
    border-radius: .25rem;
}
.circle-horizontal.top {
    position: absolute;
    bottom: 0;
    transform: translate(-30%, 40%);
    left: 50%;
    z-index: 0;
    opacity: .2;
    scale: 1.6;
}

.slide .answers {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: .25rem;
}
.slide .answers .item {
    display: block;
    text-align: left;
    font-size: 1.25rem;
    background-color: rgba(255, 255, 255, 0.125);
    padding: .5rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: .25rem;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.explanation {
    font-size: 13px;
    color: var(--purple-200);
    font-weight: normal !important;
    margin: .5rem 2rem 0;
    max-width: 26rem;
    text-align: center;
}

.slide .answers .item.active,
.slide .answers .item:hover {
    background-color: white;
    color: var(--gray-900);
}
.controls-submit {
    justify-content: space-between;
}
.controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 1;
}
.controls-submit button,
.controls button {
    padding: .5rem 1.5rem;
    font-size: .875rem;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    background-color: var(--purple-200);
    color: var(--gray-950);
    letter-spacing: -0.025rem;
    font-family: 'Roobert', sans-serif;
    border-radius: 5rem;
    transition: background 0.3s;
    gap: .25rem;
    height: 40px;
    line-height: 40px;
}
.controls-submit button {
    height: 50px;
    line-height: 50px;
    padding: 1rem;
}
.controls-submit button.light {
    background-color: var(--gray-100);
    color: var(--gray-700);
}
.controls-submit button.light:hover {
    background-color: var(--gray-300);
}
.controls-submit button svg,
.controls button svg {
    max-width: 1.25rem;
}
.controls-submit button:hover,
.controls button:hover {
    background-color: var(--purple-300);
}
.controls-submit button:disabled,
.controls button:disabled {
    background: rgba(0, 0, 0, 0.3);
    cursor: not-allowed;
}
.progressbar {
    width: 200px;
    height: 10px;
    background: var(--gray-50);
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid var(--gray-400);
}
.progressbar-fill {
    height: 100%;
    background: var(--purple-300);
    transition: width 0.5s ease-in-out;
}
.answers-box {
    text-align: left;
    font-size: 1rem;
}
.answers-box .answer-item {
    margin-bottom: .5rem;
    border: 1px solid rgba(255,255,255,.4);
    padding: .25rem;
    position: relative;
}
.answers-box .answer-item div {
    font-weight: bold;
}
.answers-box .answer-item span {
    display: block;
}
.answers-box .arrow {
    position: absolute;
    top: .75rem;
    right: .5rem;
    transform: translate(0, -25%);
}
.answers-box .question {
    max-width: 90%;
    color: var(--purple-300);
}
.list_explanation {
    text-align: left;
    margin: 0.125rem 0;
    font-size: .875rem;
}
.conclusion {
    font-size: 1rem;
    text-align: center;
    margin: 2.5rem 0 0;
}

.answers-box .answer-item ul {
    margin-top: .5rem;
}
.answers-box .answer-item ul li {
    font-weight: normal;
    padding: 0.125rem 0;
    display: flex;
    justify-content: space-between;
}
.answers-box .answer-graph {
    margin-top: .5rem;
}
.slideOverview .result {
    font-size: 1rem;
    text-align: left;
}
.result .form {
    width: 22rem;
}
.result .form p {
    margin-bottom: 1rem;
}
.result .form h2 {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: .75rem;
}
.result .flex {
    gap: 4rem;
}
.result .line_wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.75rem;
}
.result .line_wrap .line {
    width: 1px;
    min-height: 44vh;
    background-color: rgba(255,255,255,.4);
}
.result button[name=sendAdvice] svg {
    margin-left: .25rem;
}

.slideOverview .result canvas {
    width: 100% !important;
    max-width: 600px;
    height: 20rem !important;
}   

.slide.slideOverlay {
    background: var(--gray-950) !important;
}

.slide.slideOverlay img {
    max-width: 16rem;
    margin: 2rem 0 0;
}

.form-checkbox,
.form-radio {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-print-color-adjust: exact;
color-adjust: exact;
display: inline-block;
vertical-align: middle;
background-origin: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
flex-shrink: 0;
color: currentColor;
background-color: #fff;
border-color: #e2e8f0;
border-width: 1px;
height: 1.4em;
width: 1.4em;
margin-right: .25rem;
vertical-align: middle;
}

.form-checkbox + label,
.form-radio + label {
cursor: pointer;
}

.form-checkbox {
border-radius: 0.25rem;
cursor: pointer;
}

.form-checkbox-label {
    font-size: 1rem; 
}

.form-control {
    padding: .75rem 1rem;
}
.form-checkbox:checked {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");
border-color: transparent;
background-color: var(--purple-300);
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}

.form-radio:checked {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
border-color: transparent;
background-color: var(--purple-300);
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
box-shadow: none;
outline: none;
}
@media screen and (max-width: 1024px) {
    .slide {
        padding: 8rem 4rem;
    }
    .slideOverview .result canvas {
        max-width: 400px;
        height: 14rem !important;
    }
}
@media screen and (max-width: 768px) {        
    .slideOverview .result .flex {
        flex-direction: column;
    }
    .slideOverview .result .flex.controls-submit {
        flex-direction: row;
    }
    .slideOverview .result .flex div:nth-child(1) 
    {
        order: 2;
    }    
    .slideOverview .result .flex div:nth-child(2) 
    {
        display: none;
    }    
    .slideOverview .result .flex div:nth-child(3) 
    {
        order: 1;
    }
    .slider-container {
        height: auto;
    }
    .result .form {
        width: 100%;
    }
    .slide {
        padding: 4rem 2rem;
    }
    .slideOverview .result canvas {
        max-width: none !important;
        height: 20rem !important;
    }
}
@media screen and (max-width: 550px) {
    .slide {
        padding: 2rem;
    }
    .slide.slideOverview {
        padding: 2rem 1.125rem;
    }
    .slide .quote {
        display: none;
    }
    .controls {
        position: fixed;
    }
    .slideOverview .result canvas {
        height: 12rem !important;
    }
    .result .flex {
        gap: 2rem;
    }
    .slider-container {
        margin-top: 93px;
    }
    .slide .question {
        text-align: left;
        font-size: 2rem;
        line-height: 1;
        font-weight: 500;
    }
    .slide .answers {
        gap: .75rem;
    }
    .slider {
        min-height: auto;
    }
    .slider-container {
        height: calc(100vh - 5.875rem);
    }
    .slider-container.last-slide {
        height: auto;
    }
    .slide .answers .item {
        font-size: 1.125rem;
    }
    .slide.slideOverlay,
    .slide.slideOverlay .question {
        text-align: center;
    }
    .slide.slideOverlay .question {
        margin-bottom: 1rem;
    }
    .slide.slideOverlay img {
        max-width: 12rem;
    }
}