@font-face {
    font-family: 'Avenir';
    src: url('./fonts/subset-Avenir-Medium.woff2') format('woff2'),
        url('./fonts/subset-Avenir-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('./fonts/subset-Avenir-MediumOblique.woff2') format('woff2'),
        url('./fonts/subset-Avenir-MediumOblique.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('./fonts/subset-Avenir-Roman.woff2') format('woff2'),
        url('./fonts/subset-Avenir-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('./fonts/subset-Avenir-Oblique.woff2') format('woff2'),
        url('./fonts/subset-Avenir-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('./fonts/subset-Avenir-Black.woff2') format('woff2'),
        url('./fonts/subset-Avenir-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Black Oblique';
    src: url('./fonts/subset-Avenir-BlackOblique.woff2') format('woff2'),
        url('./fonts/subset-Avenir-BlackOblique.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

html {
    --vh: 100vh;
    --vh: 100vdh;
}

html,
body {
    height: 100%;
    background: #00597e;
}

body {
    --dleft: 0px;
    --dtop: 0px;
    margin: 0;
    padding: 0;
    font-family: 'Avenir', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.2;
    color: hsl(0deg 0% 40%);
    display: flex;
    flex-direction: column;
}

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}

h1 {
    font-size: 2.5rem;
    line-height: 1.1;
    color: #006f9c;
}

.gate-copy h1 {
    font-size: 4rem;
line-height: 1;margin-bottom: 2rem;}

.gate-copy > div {
    
justify-content: end;}

.gate .main > .wrapper {
    position: relative;
/* box-shadow: 0 0 1px 1px #fff inset; */flex: 1;}

button {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: inherit;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    cursor: pointer;
}

a {
    color: #0080ca;
    font-weight: 500;
}

a:not(:hover):not(:focus) {
    text-decoration: none;
}

.callout {
    font-size: 1.3rem;
    font-weight: 500;
    color: #006f9c;
}

.micetype {
    font-size: 0.9rem;
}

.btn {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
    padding: 1rem 1.5rem;
    transition: all 240ms ease;
}

.btn:hover,
.btn:focus {
    text-decoration: none;
}

.btn:active {
    transition: all 120ms ease;
    transform: translateY(3px);
}

.gate-btn-wrapper:hover .btn:not(:hover):not(:focus),
.gate-btn-wrapper:focus-within .btn:not(:hover):not(:focus) {
    opacity: 0.5;
    filter: brightness(0.8);
}

.gate-btn-wrapper:hover .btn:not(:hover):not(:focus) .animated-arrow,
.gate-btn-wrapper:focus-within .btn:not(:hover):not(:focus) .animated-arrow {
    animation: none;
}

.btn.-arrow {
    display: flex;
    padding: 0;
    height: 3.5rem;
}

.btn.-arrow .inner {
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    flex: 1;
    background: #006f9c;
    display: flex;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}


.btn.-arrow > svg {
    display: block;
    height: 100%;
    width: auto;
    flex: none;
}

.btn > svg:first-child {
    transform: translateX(0.5px);
}

.btn > svg:last-child {
    transform: translateX(-0.5px);
}

@keyframes btn-arrow {
    0% {
        opacity: 0%;
        transform: translateX(-10px);
    }

    35% {
        opacity: 1;
        transform: none;
    }

    98% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.btn .animated-arrow {
    animation: btn-arrow 5s ease 1.5s infinite;
}

.btn.-alt .inner {
    background: #fff;
    color: #006f9c;
}

.btn.-slim {
    font-size: 1rem;
    /* padding: 0.25rem 1rem; */
    height: 2rem;
}

.btn.-centred .inner {
    text-align: center;
    justify-content: center;
}

.wrapper {
    max-width: 1600px;
    margin: 0 auto;
    padding: 1.5em;
    box-sizing: border-box;
}

.main {
    flex: 1;
}

.header-fr{
    padding-bottom: 24px;
}

.gate .main {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    flex: 1 0 auto;
    background: #fff;
}

.gate .main::before {
    display: block;
    content: "";
    grid-row: 1;
    grid-column: 1;
    background: url(./img/SPRINTER-JANITOR_Wide_comp_BLUE_SIGN_HIGHER_-_YELLOW_REMOVED___SIGN_ENHANCED.jpg) center no-repeat;
    background-size: 100%;
    min-height: 10rem;
    box-shadow: 0 -100px 50px -50px inset #fff, 0 -25px 15px -15px inset #fff;
    min-height: 28vw;
    max-height: 70vw;
}

@keyframes arrows {
    0% {
        opacity: 0;
        transform: translate3d(0px, 0px, 0px);
    }

    25% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(100px, 0px, 0px);
    }
}

.presentation-layer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    z-index: 1;
    mix-blend-mode: darken;
}

.presentation-layer .arrows {
    animation: arrows 3s ease infinite;
}

#intro .presentation-layer {
    mix-blend-mode: normal;
}

.gate .lang-toggle {
    position: absolute;
    top: 2rem;
    right: 2rem;
    top: clamp(0.5rem, 4vw, 2rem);
    right: clamp(0.5rem, 4vw, 2rem);
    display: grid;
    grid-template-columns: 1fr auto;
    height: 2.5rem;
    z-index: 1;
}

.gate .lang-toggle .inner {
    font-size: 1.1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #006f9c;
    background: #fff;
    padding: 0 0.5rem 0 1rem;
}

.gate .lang-toggle > svg {
    display: block;
    height: 100%;
    width: auto;
    flex: none;
}

.gate-copy {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 0.5rem 2rem;
margin-top: -3.5rem;}

.gate-copy .btn + .btn {
    margin-top: 1rem;
}

.quiz-wrapper {
    flex: 1;
    width: 100vw;
    overflow: hidden;
}

.quiz-inner {
    --dleft: calc(var(--q) * -100vw);
    flex: 1;
    display: flex;
    transform: translateX(var(--dleft));
    transition: transform 700ms ease;
    height: 100%;
	max-height: 100vh;
    max-height: var(--vh);
    background: #fff;
}

.quiz-inner .slide:first-child {
    background: linear-gradient(0deg, rgba(0,89,126,1) 25%, rgba(255,255,255,1) 75%);
}

.quiz .slide:focus {
    outline: none;
}

.quiz .step {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100%;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;}

.quiz .main {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    background: #006f9c;
    flex: 1 0 auto;
    overflow: hidden;
}

.quiz .main::before {
    display: block;
    content: "";
    grid-row: 1;
    grid-column: 1;
    background: url(./img/SPRINTER-JANITOR_Wide_comp_BLUE_SIGN_HIGHER_-_YELLOW_REMOVED___SIGN_ENHANCED.jpg) center no-repeat;
    background-size: 100%;
    min-height: 28vw;
    max-height: 70vw;
    box-shadow: 0 -50px 50px -50px inset hsl(0deg 0% 0%);
}

html[lang="fr"] .quiz .main::before {
    box-shadow: 0 -200px 150px -150px inset hsl(0deg 0% 0%);
}

.quiz .main .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 15%;
    grid-template-columns: 1fr 1fr 1.25fr;grid-template-areas:
        "intro intro gutter"
        "ctrls info gutter";
    color: #fff;
    grid-template-areas: 
        "title title title"
        "intro intro ctrls"
        "info info ctrls";
    margin-top: -6rem;
    z-index: 1;
}

/* french */

.quiz .intro {
    grid-area: intro;
}

.quiz .title {
    grid-area: title;
    color: #fff;
    font-size: 6rem;
    margin-bottom: 1rem;
}

html[lang="fr"] .quiz .title {
    line-height: 1;
}

.quiz .into h2 {
    font-size: 1.25rem;
}

.quiz .start-ctrls {
    grid-area: ctrls;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-left: 1rem;
height: 0;}

/* fr */


.quiz .start-ctrls .btn .inner {
    text-align: center;
    justify-content: center;
}

.quiz .info {
    grid-area: info;
    align-self: end;
} 

.quiz .info a {
    color: #00c1f0;
}

.quiz .info p:last-child {
    margin-bottom: 0 ;
}

.quiz .step.title-card {
    display: grid;
    grid-template-areas:
        "title"
        "track"
        "ctrls"
        "footer";
    grid-template-columns: 1fr;
    grid-template-rows: 5fr 4rem 2rem 1fr;
}

.quiz .title-card .step-title {
    grid-area: title;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.quiz .title-card .step-title > div {
    padding: 0 2rem;
}

.quiz .title-card .step-title h2 {
    font-size: 2rem;
    text-transform: uppercase;
    color: #006f9c;
    margin: 1rem 0 0.2rem;
}

.quiz .title-card .step-title p {
    font-weight: bold;
margin: 0;}

.quiz .track {
    grid-area: track;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quiz .track::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin: -1px 0;
    background: #006f9c;
}

.quiz .title-card.-first .track::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    background: #fff;
}

.quiz .ring {
    background: #fff;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid #006f9c;
    margin: -1.5rem;
    z-index: 1;
    border-radius: 100%;
}

.quiz .controls {
    grid-area: ctrls;
    display: flex;
    justify-self: center;
    justify-content: space-between;
    font-weight: bold;
    color: #006f9c;
    width: 14rem;
}

.quiz .controls.-centred {
    justify-content: center;
}

.quiz .slide.-last .controls {
    width: auto;
    margin-top: 1rem;
    grid-column-start: heading;
    grid-column-end: x;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2.4rem;
}

.quiz .slide.-last .controls .btn.-arrow.submit{
    padding-top: 1.2rem;
}
.quiz .ctrl {
    text-transform: uppercase;
    position: relative;
display: flex;align-items: center;}

.quiz .ctrl svg {
    padding: 0.35em;
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    height: 22px;
margin-top: -1px;}

.quiz .ctrl.-next svg {
    
}

.quiz .ctrl.-back svg {
    order: -1;
}

.quiz .title-card .info {
    grid-area: footer;
    text-align: center;
    align-self: center;
    padding: 0 1rem;
}

.quiz .step.q-step {
    display: grid;
    grid-template-areas: "title title title"
"track track track"
"heading ctrls x"
"footer footer footer";
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 5fr 4rem 2rem 1fr;
}

.quiz .q-step .step-title {
    display: flex;
    align-items: center;
    grid-area: heading;
    width: 100%;
    max-width: 500px;
    justify-self: center;
    padding-left: 2rem;
    /* padding-right: 2rem; *//* justify-content: center; */
}

.quiz .q-step .step-title .icon {
    height: 1.2rem;
    width: auto;
    margin-right: 1rem;
}

.quiz .q-step .step-title h2 {
    color: #006f9c;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
padding-right: 2rem;}

.quiz .q-body {
    grid-area: title;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 4rem;
}

.quiz .q-body .wrapper {
    width: 100%;
}

.quiz .question {
    border: none;
    width: 100%;
    max-width: 1400px;
    position: relative;
    margin: 0;
transition: opacity 320ms ease, filter 320ms ease;}

.quiz .question.-disabled {
    opacity: 0.65;
    filter: saturate(0.35);
}

.quiz .question.-disabled label {
    cursor: default;
}

.quiz .question legend {
    font-weight: bold;
    color: #006f9c;
}

.quiz .question .radio-group {
    display: flex;
    /* width: 100%; */
    /* gap: 1rem; */
}

.quiz .question .radio-wrapper:first-of-type label {
    border-radius: 1.25rem 0 0 1.25rem;
}

.quiz .question .radio-wrapper:last-child label {
    border-radius: 0 1.25rem 1.25rem 0;
}

.quiz .question input[type="radio"] {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.quiz .question .radio-wrapper {
    flex: 1;
    display: flex;
    /* border-left: 2px solid white; */
}

.quiz .question label,
.modal .feedback label {
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000;
    background: rgb(224 237 243);
    cursor: pointer;
    flex: 1;
    font-weight: 500;
    /* border-left:2px solid white; */
}

.modal .feedback label {
    padding: 1rem;
}

.quiz .hey-listen {
    color: #006f9c;
    font-weight: 500;
    padding: 0.5rem 0 1rem;
    display: flex;
}

.quiz .hey-listen::before {
    display: block;
    width: 1.2rem;
    content: "";
    flex: none;
    margin-right: 0.5rem;
    background: url("img/info-icon.svg") center no-repeat;
    background-size: 100%;
}

.quiz .slide.-paged .question {
    display: grid;
}

.quiz .slide.-paged .page {
    grid-row: 2;
    grid-column: 1;
    transition: opacity 460ms ease, transform 1ms 1s;
}

.quiz .slide.-paged .page[data-active="true"] {
    transition: all 700ms ease;
}

.quiz .page:not([data-active="true"]) {
    opacity: 0;
    transform: translateX(-80%);
}

.quiz .page[data-active="true"] ~ .page {
    transform: translateX(100%);
}

.quiz .page-dots {
    list-style: none;
    display: flex;
    z-index: 1;
    padding: 0;
    margin: 0;
}

.quiz .page-dots .dot {
    cursor: pointer;
    border: 2px solid #006f9c;
    background: #fff;
    box-shadow: #fff 0 0 0 10px inset;
    position: relative;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    transition: all 180ms ease;
}

.quiz-wrapper[data-slide="2"] .dot[data-target="2"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="3"] .dot[data-target="2"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="4"] .dot[data-target="2"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="5"] .dot[data-target="2"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="6"] .dot[data-target="2"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="7"] .dot[data-target="2"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="8"] .dot[data-target="2"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="9"] .dot[data-target="2"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="10"] .dot[data-target="2"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="11"] .dot[data-target="2"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="12"] .dot[data-target="2"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="3"] .dot[data-target="3"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="4"] .dot[data-target="3"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="5"] .dot[data-target="3"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="6"] .dot[data-target="3"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="7"] .dot[data-target="3"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="8"] .dot[data-target="3"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="9"] .dot[data-target="3"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="10"] .dot[data-target="3"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="11"] .dot[data-target="3"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="12"] .dot[data-target="3"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="5"] .dot[data-target="5"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="6"] .dot[data-target="5"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="7"] .dot[data-target="5"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="8"] .dot[data-target="5"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="9"] .dot[data-target="5"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="10"] .dot[data-target="5"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="11"] .dot[data-target="5"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="12"] .dot[data-target="5"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="7"] .dot[data-target="7"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="8"] .dot[data-target="7"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="9"] .dot[data-target="7"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="10"] .dot[data-target="7"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="11"] .dot[data-target="7"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="12"] .dot[data-target="7"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="9"] .dot[data-target="9"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="10"] .dot[data-target="9"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="11"] .dot[data-target="9"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="12"] .dot[data-target="9"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="10"] .dot[data-target="10"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="11"] .dot[data-target="10"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="11"] .dot[data-target="11"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz-wrapper[data-slide="12"] .dot[data-target="11"]:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz .page-dots:hover .dot:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz .page-dots:focus-within .dot:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot),
.quiz .dot:focus,
.quiz .dot.active {
    background-color: #006f9c;
    box-shadow: #fff 0 0 0 2px inset;
}

.quiz .page-dots .dot:active:not(.dot:hover ~ .dot):not(.dot:focus ~ .dot) {
    background-color: #005f85;
    box-shadow: #fff 0 0 0 4px inset;
    transition-duration: 120ms;
}

@keyframes pulse {
    0% {
      box-shadow: #fff 0 0 0 3px inset, 0 0 0 0px rgba(0, 111, 156, 0.25);
    }
    100% {
      box-shadow: #fff 0 0 0 2px inset, 0 0 0 0.75rem rgba(0, 111, 156, 0);
    }
}

.quiz-wrapper[data-slide="2"] .dot[data-target="2"],
.quiz-wrapper[data-slide="3"] .dot[data-target="3"],
.quiz-wrapper[data-slide="4"] .dot[data-target="4"],
.quiz-wrapper[data-slide="5"] .dot[data-target="5"],
.quiz-wrapper[data-slide="6"] .dot[data-target="6"],
.quiz-wrapper[data-slide="7"] .dot[data-target="7"],
.quiz-wrapper[data-slide="8"] .dot[data-target="8"],
.quiz-wrapper[data-slide="9"] .dot[data-target="9"],
.quiz-wrapper[data-slide="10"] .dot[data-target="10"],
.quiz-wrapper[data-slide="11"] .dot[data-target="11"],
.quiz-wrapper[data-slide="12"] .dot[data-target="12"] {
    animation: pulse 1.5s 420ms;
}

.quiz .dot.-home {
    background: url('img/home-icon.svg') center no-repeat #006f9c;
    background-size: 50%;
    box-shadow: #fff 0 0 0 2px inset;
}

.quiz .rating-item {
    border: none;
    display: flex;
    padding: 0;
    margin: 0.5rem 0 1rem;
}

.quiz .rating-item:last-child {
    margin-bottom: 0;
}

.quiz .rating-legend {
    padding: 2rem;
    display: flex;
    align-items: center;
    color: #000;
    flex: 3;
    font-weight: 500;
}

.quiz .radio-group > input:first-child + label {
    border-radius: 1.25rem 0 0 1.25rem;
}

.quiz .radio-group > label:last-child {
    border-radius: 0 1.25rem 1.25rem 0;
}

.quiz .rating-item .radio-group {
    width: auto;
    flex: 4;
}

.quiz .question input[type="checkbox"],
.feedback input[type="radio"] {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.feedback-confirmation {
    grid-area: feedback;
    transition: all 320ms ease;
}

.feedback-confirmation h2 {
    font-size: 1.75rem;
    text-transform: uppercase;
    text-align: center;
    margin: 1.5rem auto 0;
}

.feedback.-submitted {
    display: none;
}

@keyframes confirm {
    0% {opacity: 0}
    25% {opacity: 1}
    75% {opacity: 1}
    99% {opacity: 0; visibility: hidden;height: auto;position: static;}
    100% {opacity: 0;height: 1px;position: absolute;overflow: hidden;}
}

.feedback.-submitted + .feedback-confirmation {
    animation: confirm 4s ease;
    animation-fill-mode: forwards;
}

.feedback:not(.-submitted) + .feedback-confirmation {
    visibility: hidden;
    opacity: 0;
}

.quiz .checkbox-wrapper + .checkbox-wrapper {
    margin-top: 1rem;
}

.quiz .checkbox-wrapper label {
    border-radius: 1rem;
    justify-content: normal;
}

.quiz .checkbox-wrapper label::before {
    content: "";
    display: block;
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    background: rgba(0, 111, 156, 0.12);
    margin: -1rem 1rem -1rem -1rem;
    flex: none;
}

.modal .feedback label::before {
    width: 2rem;
    height: 2rem;
    margin-left: 0;
    border-radius: 0.5rem;
}

#intro .main::before,
#intro .main::after {
    transition: transform 700ms ease;
}

#intro:not(.active) .main::before,
#intro:not(.active) .main::after {
    transform: translateX(50%);
}

#intro .main::before,
#intro .main::after {
    transform: translate3d(calc(var(--dleft)/2 * -1), 0, 0) !important;
}

.fp-notransition #intro .main::before,
.fp-notransition #intro .main::after,
.fp-notransition .arrows {
    transition: none !important;
}

.footer {
    flex: none;
    background: #00597e;
    color: #fff;
    font-size: 0.9rem;
    position: relative;
    z-index: 1;
}

.footer .wrapper {
    display: grid;
    grid-template-columns: 2fr auto auto auto;
    gap: 5%;
    align-items: center;
    padding-right: 5%;
}

.footer .wrapper > * {
    flex: none;
}

.footer img {
    margin: auto;
    display: block;
}

.foot-links ul,
.foot-links li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.foot-links ul {
    display: flex;
}

.foot-links li + li {
    margin-left: 1em;
}

.foot-links a {
    color: #fff;
    text-decoration: underline;
    display: flex;
    padding: 1em;
    text-transform: uppercase;
    text-align: center;
height: 100%;box-sizing: border-box;align-items: center;}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-backdrop-filter: blur(2px) brightness(0.2);
    backdrop-filter: blur(2px) brightness(0.2);
}

#report.modal {
    position: absolute;
    bottom: auto;
    background: #666;
    overflow: auto;
    height: 100%;
}

#report.modal:target {
    display: block;
}

.modal:not(:target) {
    /* display: none; */
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.modal .modal-inner {
    background: rgba(255,255,255,0.9);
    background: linear-gradient(315deg, rgba(255,255,255,0.85) 0%, rgba(255,255,255,1) 100%);
    box-shadow: 0 0 50px rgb(51 51 51 / 35%);
    padding: 3rem 2rem;
    position: relative;
    max-width: 70%;
    border-radius: 2rem;
    margin: 2rem 1rem;
    transition: all 240ms cubic-bezier(0.22, 0.61, 0.36, 1);
    overflow-y: auto;
    max-height: 95vh;
    max-height: 95vdh;
    max-height: calc(var(--vh) - 5vh);
    box-sizing: border-box;
}

.modal:not(:target) .modal-inner {
    opacity: 0;
    transform: translateY(2rem);
}

.modal .close-modal {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 3;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    text-decoration: none !important;
}

.modal .close-modal::before {
    content: '\00D7';
    font-weight: bold;
}

.modal .close-modal span {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.modal .modal-inner h2 {
    color: #006f9c;
}

.modal table {
    border-collapse: collapse;
    margin-top: -1rem;
    table-layout: fixed;
}

.modal thead td,
.modal tr:last-child td {
    border: none;
    padding-bottom: 0;
}

.modal th {
    color: #006f9c;
    font-weight: bold;
    text-align: left;
    padding: 0.5rem 2rem 1rem;
}

.modal td {
    border: 1px solid #ccc;
    border-width: 1px 0;
    vertical-align: top;
    padding: 2rem;
    width: 40%;
}

.modal td ul {
    padding: 0;
    margin: 0;
}

.modal td:first-child {
    font-weight: bold;
    vertical-align: middle;
    width: min-content;
}

#report .modal-inner {
    width: 60rem;
    box-sizing: border-box;
    /* box-shadow: none; */
    /* outline: 2px solid #ccc; */
    margin: 2rem auto;
    border-radius: 0;
    /* transition: none; */
overflow: initial;max-height: none;background: #fff;}

.modal .report-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "header header"
    "subhead subhead"
"col-a col-b"
"callout callout"
"feedback feedback"
"ctrl ctrl";
    gap: 1rem;
}

.modal .report-header {
    grid-area: header;
    background: url("img/report-chevrons.svg") 90% 50% no-repeat rgba(0, 111, 156, 0.12);
    margin: -3rem -2rem 1rem;
    padding: 4rem 2rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal .report-header.report-1{
    margin: -4.2em -2rem 1rem;

}

.modal .report-header h2 {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1;
    width: min-content;
    white-space: nowrap;
    margin: auto;
}

.modal .report-header p {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 2rem;
}

.modal .report-header .icon {
    margin-right: 0.5rem;
}

.modal .report-body .subhead {
    font-size: 1.75rem;
    text-transform: uppercase;
    margin-top: 0.5rem;
    grid-area: subhead;}

.modal .report-body .callout-box ul{
	list-style-type: none;
display: flex;flex-direction: column;align-items: center;}

.modal .report-body .callout-box ul li{
	position: relative;
}

.modal .report-body .callout-box ul li::before{
	content: url('./img/report-check.svg');
	width: 14px;
	position: absolute;
	left: -18px;
}

.modal .report-body .col ul,
.modal .report-body .col ol {
    margin-top: 0;
    padding-left: 1.5rem;
    margin-left: 0;
}

.modal h3 {
    color: #006f9c;
    margin-bottom: 0;
    text-transform: uppercase;
}

.modal .callout-box {
    grid-area: callout;
    background: #006f9c;
    color: #fff;
    margin: 0 -2rem -1rem;
    padding: 2rem;
    
}

.modal .callout-box h2 {
    color: #fff;
    text-transform: uppercase;
    
text-align: center;}

.modal .callout-box ul {
    margin: 0;
    padding-left: 1.5rem;
    flex: 1;
}

.modal .callout-box li + li {
    margin-top: 0.5rem;
}

.modal .feedback {
    grid-area: feedback;
margin: 2rem 0 0;}

.modal .feedback h2 {
    font-size: 1.75rem;
text-align: center;}

.modal .feedback p {
    color: #006f9c;
    font-weight: 500;
}

.modal .feedback .cap {
    text-transform: uppercase;
    font-weight: bold;
}

.modal .feedback .btn {
    width: 100%;
    margin-top: 2rem;
}

.feedback.-submitted ~ .btn.-back {
    margin-top: 1rem;
}

.report-body .btn.-back {
    width: 100%;
    grid-area: ctrl;
    text-align: center;
    box-sizing: border-box;
    padding-right: 0;
}

.report-body .btn.-back .inner {
    justify-content: center;
}

.intro h2 {
    font-size: 1.4rem;
}

.intro p {
    font-size: 1.15rem;
}

.btn.-back {
    padding-right: 1.25rem;
}

.btn.-back:hover{
    cursor: pointer;
}

.btn.-slim .inner {
    padding: 0;
}

.arrows {
    position: absolute;
    top: 0;
    height: 100%;
}

.arrows-2 {
    right: 0;
    transform: translate3d(30%, 0px, 0px);
    /* --arrow-offset: calc(var(--dleft, 0px) * 0.5 + 30%); */
}

.arrows-3 {
    /* --arrow-offset: calc(var(--dleft) * 0.1); */
    z-index: 2;
    pointer-events: none;
}

#intro .arrows-3 {
    left: 87.5%;
}

#q1 .arrows-3 {
    left: -12.5%;
}

.running-man {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    height: 20%;
    transform: translateY(-50%);
}

.arrows-4 {
    left: 30%;
    /* --arrow-offset: calc((var(--dleft) + 100vw) * 0.5); */
}

.arrows-5 {
    right: 0;
    /* --arrow-offset: calc((var(--dleft) + 100vw) * 0.35); */
}

.grad-right .fp-tableCell {
    background: linear-gradient(90deg, rgba(242,248,250,0) 0%, rgba(242,248,250,1) 100%) !important;
}

.grad-left .fp-tableCell {
    background: linear-gradient(270deg, rgba(242,248,250,0) 0%, rgba(242,248,250,1) 100%) !important;
}

.arrows-6 {
    right: 0;
    /* --arrow-offset: calc((var(--dleft) + 200vw) * 0.1); */
}

#q2 .arrows-7 {
    left: 100%;
    /* --arrow-offset: calc((var(--dleft) + 200vw) * 0.025 - 50%); */
}

#q3 .arrows-7 {
    left: 0;
    /* --arrow-offset: calc((var(--dleft) + 200vw) * 0.025 - 50%); */
}

.arrows-8 {
    left: 50%;
    /* --arrow-offset: calc((var(--dleft) + 300vw) * 0.2); */
}

#q3 .arrows-9 {
    left: 100%;
    /* --arrow-offset: calc((var(--dleft) + 300vw) * -0.05 - 15%); */
}

#q4 .arrows-9 {
    left: 0%;
    /* --arrow-offset: calc((var(--dleft) + 300vw) * -0.05 - 15%); */
}

.arrows-10 {
    left: 50%;
    /* --arrow-offset: calc((var(--dleft) + 400vw) * 0.2 - 50%); */
}

.arrows-11 {
    right: 0;
    /* --arrow-offset: calc((var(--dleft) + 400vw) * 0.1); */
}

#q5 .arrows-9 {
    left: 100%;
    /* --arrow-offset: calc((var(--dleft) + 600vw) * -0.05 - 15%); */
}

#q6 .arrows-9 {
    left: 0%;
    /* --arrow-offset: calc((var(--dleft) + 600vw) * -0.05 - 15%); */
}

#q6 .arrows-10 {
    left: 50%;
    /* --arrow-offset: calc((var(--dleft) + 600vw) * 0.2 - 50%); */
}

#q6 .arrows-11 {
    right: 0;
    /* --arrow-offset: calc((var(--dleft) + 600vw) * 0.1); */
}

#q7 .arrows-9 {
    left: 100%;
    /* --arrow-offset: calc((var(--dleft) + 800vw) * -0.05 - 15%); */
}

#q8 .arrows-9 {
    left: 0%;
    /* --arrow-offset: calc((var(--dleft) + 800vw) * -0.05 - 15%); */
}

#q8 .arrows-10 {
    left: 50%;
    /* --arrow-offset: calc((var(--dleft) + 800vw) * 0.2 - 50%); */
}

#q8 .arrows-11 {
    right: 0;
    /* --arrow-offset: calc((var(--dleft) + 800vw) * 0.1); */
}

#q9 .arrows-9 {
    left: 100%;
    /* --arrow-offset: calc((var(--dleft) + 900vw) * 0.15 - 15%); */
}

#q10 .arrows-9 {
    left: 0%;
    /* --arrow-offset: calc((var(--dleft) + 900vw) * 0.15 - 15%); */
}

#q10 .arrows-10 {
    left: 100%;
    /* --arrow-offset: calc((var(--dleft) + 1000vw) * 0.05 - 40%); */
}

#q11 .arrows-10 {
    left: 0%;
    /* --arrow-offset: calc((var(--dleft) + 1000vw) * 0.05 - 40%); */
}

#q11 .arrows-12 {
    right: 0;
    /* --arrow-offset: calc((var(--dleft) + 1100vw) * 0.05 + 35%); */
}

.quiz .question input:not([type="checkbox"]) + label,
.checkbox-wrapper input + label::before {
    transition: background-color 320ms ease;
}

.quiz .question input:not([type="checkbox"]):checked + label,
.quiz:not(.is-touch) .question input:not([type="checkbox"]):not(:disabled) + label:hover {
    background: #006f9c;
    color: #fff;
    text-shadow: 1px 0 0 currentColor;
position: relative;}

.checkbox-wrapper input:checked + label::before,
.checkbox-wrapper input + label:hover::before {
    background: url("img/check.svg") center no-repeat #006f9c;
    background-size: 50%;
}

.checkbox-wrapper input:not(:checked) + label:hover::before,
.checkbox-wrapper input:not(:checked):focus-visible + label::before {
    background: #006f9c;
}

/* Ildi Edits */
.btns-container-outer{
    display: flex;
    grid-column: span 2;
    grid-row: 6;
}

.report-home-link {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: #1B6A99;
    border-radius: 50%;
    padding: 6px;
}

.report-home{
    position:relative;
    margin-bottom:-3px;
    width: 20px;
}

#go-home-btn{
    transform: rotate(180deg);
}

#go-back-text{
    transform: rotate(180deg);
}

.quiz:not(.is-touch) .quiz-wrapper:not(.-transitioning) .slide:not([data-active="true"]) > * {
    visibility: hidden;
}

@media screen and (max-width: 1200px) {
    .footer .wrapper {
        grid-template-columns: auto auto auto;
    }

    .footer .legal {
        grid-column: 1/-1;
        font-size: 0.75rem;
    }

    .footer .foot-links {
        grid-column: 1;
        grid-row: 2;
    }

}

@media screen and (max-width: 1025px) {
    html {
        font-size: 12px;
        font-size: clamp(12px, 2vw, 16px);
    }

    .quiz .main .wrapper {
        flex: 1;
        grid-template-areas:
            "title title title"
            "intro intro gutter"
            "ctrls ctrls gutter"
            "info info gutter";
        grid-template-rows: auto auto 1fr auto;
        margin-top: -4rem;
        grid-template-columns: 1fr 1fr 0;
    }

    .quiz .title {
        font-size: 5rem;
    margin-top: -1rem;}

    html[lang="fr"] .quiz .title {
        font-size: 4rem;
    }

    .quiz .start-ctrls {
        height: auto;
        margin-left: 0;
        padding-bottom: 7rem;
    align-self: center;

}

    .quiz .start-ctrls{
        padding-bottom: 2rem;
        width: 100%;
    }

    .gate-copy {
        display: block;
        margin-top: -1.5rem;
        z-index: 1;
        position: relative;
    }

    .m-center {
        text-align: center;
    }

    .gate-copy .micetype {
        margin-top: 1rem;
    }

   

    .ctrl {
        font-size: 1.25rem;
    }

    html[lang="fr"] .ctrl {
        font-size: 1rem;
    }

    .modal .modal-inner {
        max-width: 700px;
    }

    #injectable-options th {
        text-align: center;
    }

    #injectable-options thead td {
        display: none;
    }

    #injectable-options tr {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    #injectable-options td {
        width: auto;
        border: none;
    }

    #injectable-options tbody td:first-child {
        grid-column: span 2;
        text-align: center;
        padding: 0.5rem;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
}

    .quiz .submit.mobile {
        display: none;
        text-align:center;
    }

@media screen and (max-width: 820px) {
    body {
        -webkit-text-size-adjust: none;
        text-size-adjust: none;
    }

    .gate .main::before,
    .quiz .main::before {
        background-position: left;
        background-size: 130%;
        min-height: 36vw;
        flex: 1 0 auto;
    }

    .gate-copy {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .gate-copy h1 {
        font-size: 3rem;
    }

    .quiz .main,
    .gate .main {
        display: flex;
        flex-direction: column;
    }

    .gate .lang-toggle {
        right: auto;
        left: clamp(0.5rem, 4vw, 2rem);
        height: 2.2rem;
    }

    .gate .lang-toggle .inner {
        font-size: 1rem;
        padding: 0 0.35rem 0 0.8rem;
    }

    .quiz .submit.mobile {
        grid-area: info;
        margin: 0 1rem;
        font-size: 1.25rem;
    }

    .modal .report-header h2 {
        white-space: normal;
    }
}

@media screen and (max-width: 820px) and (max-height: 800px) {
    .quiz .main,
    .gate .main {
        min-height: 100vh;
        min-height: 100vdh;
        min-height: var(--vh);
        max-height: none;
    }
}

@media screen and (max-width:700px) {
    #report .modal-inner {
        margin: 0;
        width: 100%;
        max-width: 100%;
    
    
    }
}


@media screen and (max-width: 542px) {
    h3{
        padding-top: 1rem;
    }

    .quiz .submit.mobile {
        display: flex;
    }
    .btn {
        font-size: 1.5rem;
    }

    #back-final{
        display: none;
    }

    .quiz .start-ctrls {
        margin-right: 0;
        padding-bottom: 1rem;
    }

    .running-man {
        opacity: 0.5;
    }

    .quiz .question .radio-wrapper:first-of-type label,
    .quiz .radio-group > input:first-child + label {
        border-radius: 0.5rem 0 0 0.5rem;
    }
    
    .quiz .question .radio-wrapper:last-child label,
    .quiz .radio-group > label:last-child {
        border-radius: 0 0.5rem 0.5rem 0;

    }

    .quiz .radio-group.m-vert-group {
        flex-direction: column;
    }

    .quiz .radio-group.m-vert-group .radio-wrapper + .radio-wrapper {
        margin-top: -0.5rem;
    }

    .quiz .radio-group.m-vert-group .radio-wrapper:first-of-type label {
        border-radius: 0.5rem 0.5rem 0 0;
      
    }
    
    .quiz .radio-group.m-vert-group .radio-wrapper:last-child label {
        border-radius: 0 0 0.5rem 0.5rem;

    }

    .quiz .radio-group.m-vert-group label {
        padding: 1.125rem 1rem;
    }

    .quiz .question legend {
        font-size: 1.25rem;
    line-height: 1.1;}

    .quiz .checkbox-wrapper label {
        border-radius: 0.5rem;
    }

    .quiz .question label,
    .modal .feedback label {
        padding: 1rem 0.5rem;
        font-size: 1.1rem;
    }

    .quiz .checkbox-wrapper label {
        padding: 0.8rem 1rem;
    }

    .quiz .checkbox-wrapper label::before {
        width: 2rem;
        height: 2rem;
        /* border-radius: 0.5rem; */
        margin: -1rem 1rem -1rem -0.35rem;
    }

    .quiz .step.q-step {
        grid-template-areas:
            "title title title"
            "track track track"
            "heading heading heading";
        grid-template-rows: 1fr 2.5rem 3.5rem;
    }

    .quiz .q-step .step-title {
        justify-content: center;
        padding-left: 0;
    margin-top: -0.5rem;}

    .quiz .step.title-card {
        display: grid;
        grid-template-areas:
            "title"
            "footer"
            "track"
            "ctrls";
        grid-template-columns: 1fr;
        grid-template-rows: 5fr 1fr 2.5rem 3.5rem;
    }

    .quiz .title-card .step-title h2 {
        font-size: 2.5rem;
    }

    .quiz .title-card .step-title p {
        font-size: 1.25rem;
    }

    .quiz .title-card .arrows-9,
    .quiz .slide.-last .arrows-9 {
        display: none;
    }

    .quiz .q-step .step-title h2 {
        padding-right: 0;
    font-size: 1.35rem;}

    .quiz .q-step .step-title .icon {
        height: 1.5rem;
        margin-right: 0.6rem;
        margin-top: -2px;
    }

    .quiz .ctrl svg {
        padding: 1em 1em 1em 0.35em;
    }

    .quiz .ctrl.-back svg {
        padding: 1em 0.35em 1em 1em;
    }

    .quiz .step.q-step .controls {
        grid-area: heading;
    }


    .quiz .step.q-step .controls .ctrl-text,
    .quiz .step.q-step .controls .submit {
        display: none;
    }

    .quiz .controls {
        margin-top: -1rem;
    width: 100%;}

    .quiz .page-dots li {
        font-size: 2rem;
    }

    .quiz .ring {
        width: 2rem;
        height: 2rem;
        margin: -1rem;
    }

    .quiz .q-body {
        padding: 0 1rem;
    }

    .quiz .hey-listen {
        padding: 0.5rem 1rem;
    }

    .quiz .rating-item {
        flex-wrap: wrap;
    margin-bottom: 0;}

    .quiz .rating-item:first-child {
        margin-top: -0.5rem;
    }

    .quiz .rating-legend {
        padding: 0.5rem 0;
        width: 100%;
        background: transparent;
        flex: none;
    font-size: 1.25rem;}

    .quiz .radio-group > label:first-of-type {
        border-radius: 1.25rem 0 0 1.25rem;
    }

    .quiz .submit {
        height: 4rem;
    }


    .modal .report-header {
        display: block;
    }

    .modal .report-body {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
                            "header"
                            "subhead"
                            "col-a"
                            "col-b"
                            "callout"
                            "feedback"
                            "ctrl";}

    .btns-container-outer{
        grid-area: ctrl;
    }

    .row-a{
        grid-area: col-a;
    }
    .row-b{
        grid-area: col-b;
    }

    .modal .report-body .desktop-only {
        display: none;
    }

    .modal .callout-box {
        display: block;
    }

    .modal .callout-box h2,
    .modal .feedback h2 {
        text-align: center;
    }

    .footer .wrapper {
        grid-template-columns: auto auto;
        gap: 1rem;
    }

    .footer .foot-links {
        grid-column: 1/-1;
        grid-row: 3;
    }

    .footer .foot-links ul {
        display: flex;
        justify-content: space-evenly;
    }

    #report .col .icon {
        width: 36px;
    }

    .home-btn-container{
        margin-top:-24px;
        margin-left: -12px;
    }

    .report-home{
        width: 16px;
    }

    html[lang="fr"] .quiz .title {
        font-size: 3.6rem;
    }

    .quiz .slide.-last .controls{
        padding-top: 0;
        margin-top: 0.4rem;
    }
    

}

@media screen and (max-width: 445px){
    html[lang="fr"] .quiz .title {
        font-size: 3rem;
    }

    .quiz .q-step .step-title h2{
        font-size: 1.15rem;
    }

    .quiz .main .wrapper.wrapper-fr{
        margin-top: -5.5rem;
    }
    .quiz .main .wrapper{
        margin-top: -3.6rem;
    }
}
@media screen and (max-height: 800px) and (min-width: 545px) {
    .quiz .step.title-card {
        grid-template-areas:
            "title"
            "footer"
            "track"
            "ctrls";
        grid-template-columns: 1fr;
        grid-template-rows: 5fr 2fr 3.5rem 4.5rem;
    }

    .quiz .step.q-step {
        grid-template-areas:
            "title title title"
            "track track track"
            "heading ctrls x";
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 3.5rem 4.5rem;
    }

    .quiz .rating-legend {
        padding: 1rem 2rem;
    }

    .quiz .question label, .modal .feedback label {
        padding: 1.25rem;
    }

    .quiz .radio-group > input:first-child + label,
    .quiz .question .radio-wrapper:first-of-type label {
        border-radius: 0.675rem 0 0 0.675rem;
    }

    .quiz .radio-group > label:last-child,
    .quiz .question .radio-wrapper:last-child label {
        border-radius: 0 0.675rem 0.675rem 0;
    }

    .quiz .checkbox-wrapper label {
        padding: 1.25rem;
    border-radius: 0.675rem;}

    .quiz .checkbox-wrapper label::before {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 0.5rem;
        margin: -1rem 1rem -1rem -0.5rem;
    }

    .quiz .step.q-step .controls.-end {
        display: none;
    }

    .quiz .submit.mobile {
        grid-area: info;
        margin: 0 1rem;
        font-size: 1.25rem;
    display: flex;}
}

@media screen and (max-width: 380px) {
    .gate-copy h1 {
        font-size: 2.25rem;
    }


    .quiz .title {
        font-size: 4rem;
        margin-top: -0.5rem;
    }

    .quiz .q-step .step-title h2{
        font-size: 0.85rem;
    }


}

@media screen and (max-width:280px){
    .quiz .title-card .step-title#step-travel h2 {
        font-size: 2rem;
    }

    .quiz .submit.mobile{
        font-size: 1.05rem;
        text-align: center;
    }
}

.dot a {
	display: block;
    width: 100%;
    height: 100%;
}

.dot.filled_in{
	background-color: #006f9c;
    box-shadow: #fff 0 0 0 2px inset;
}

.quiz-wrapper{
	display: flex;
	flex-flow: row nowrap;
}

.quiz.is-touch .quiz-wrapper {
	overflow: scroll;
}

.quiz.quiz.is-touch .quiz-wrapper:not(.-transitioning) {
    scroll-snap-type: x mandatory;
}

.slide {
	scroll-snap-align: center;
}

.result{
	display: none;
}

.result.answer{
	display: list-item;
}

.result.answer ~ .na {
    display: none;
}

.desktop-only{
	display: block;
}

@media screen and (max-width: 820px) {
	.desktop-only{
		display: none;
	}
}

.quiz-wrapper.scrolling{
    overflow: scroll;
}

@media (pointer:coarse) {
    .quiz-wrapper {
        --q: 0 !important;
    }
}

@media (hover: hover) {

	.quiz-wrapper.quiz-wrapper {
		overflow: hidden;
	}

}

@media all and (min-aspect-ratio: 16/9) and (max-width: 720px) { 
    html {
        font-size: 110%;
    }
}