:root {
	--black: #0A0A0A;
    --silver: #999;
	--white: #ffffff;
	--primary: rgb(0, 138, 83);
	--primary-dark: rgb(1, 114, 69);
}
html {
    font-size: 18px;
    line-height: 1.52;
}
body {
    font-family: Helvetica , serif;
    font-size: inherit;
    font-weight: 400;
    background: var(--white);
    color: var(--black);
    line-height: 1.52;
    overflow-x: hidden;
}
* {
    box-sizing: border-box;
}
img {
    width: 100%;
    max-width: 100%;
    display: block;
}
strong {
    font-weight: 700;
}
i {
    font-style: italic;
}
.container {
    width: calc(100% - 2rem);
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto
}
@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}
@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}
@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}
@media (min-width: 1200px) {
    .container {
        max-width:1371px
    }
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.row > * {
    padding-left: 0;
    padding-right: 0;
}
ul, li {
    list-style-type: none;
}
.form-group {
    margin-bottom: 1rem;
}
.primary {
    color: var(--primary);
}
.secondary {
    color: var(--secondary);
}
.info {
    color: var(--info);
}
.btn, .btn:active, .btn:hover, .btn.focus, .btn:focus {
    width: 100%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    border-radius: 0.5rem;
    border-width: 1;
    border-style: solid;
    border-color: var(--primary);
    padding: 0.5rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 1.2;
    min-height: 56px;
}
.btn p {
    margin-bottom: 0;
}
.btn-primary {
    --bs-btn-color: var(--white);
    --bs-btn-bg: var(--primary);
    --bs-btn-border-color: var(--primary);
    --bs-btn-hover-color: var(--white);
    --bs-btn-hover-bg: var(--primary-dark);
    --bs-btn-hover-border-color: var(--primary-dark);
    --bs-btn-focus-shadow-rgb: 0, 137, 82;
    --bs-btn-active-color: var(--white);
    --bs-btn-active-bg: var(--primary-dark);
    --bs-btn-active-border-color: var(--primary-dark);
    --bs-btn-active-shadow: 0;
    --bs-btn-disabled-color: var(--white);
    --bs-btn-disabled-bg: var(--primary);
    --bs-btn-disabled-border-color: var(--primary);
    box-shadow: 0 0 0 0 rgba(var(--bs-btn-focus-shadow-rgb), 0.25);

    border-width: 1;
    border-style: solid;
    border-color: var(--bs-btn-bg);
}
.btn-primary:hover , .btn-primary:focus , .btn-primary:active {
    box-shadow: 0 0 3px 6px rgba(var(--bs-btn-focus-shadow-rgb), 0.25);
    border-width: 1;
    border-style: solid;
    border-color: var(--bs-btn-bg);
}
.progress, .progress-stacked {
    --bs-progress-height: initial;
    --bs-progress-font-size: initial;
    --bs-progress-bg: initial;
    --bs-progress-border-radius: initial;
    --bs-progress-box-shadow: initial;
    --bs-progress-bar-color: initial;
    --bs-progress-bar-bg: initial;
    --bs-progress-bar-transition: initial;
    display: initial;
    height: initial;
    overflow: initial;
    font-size: initial;
    background-color:initial;
    border-radius: initial;
}
.screen {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    display: flex;
    flex-direction: column;
}
section {
	padding: 3rem 0
}
@media screen and (max-width: 991px) {
    section {
        padding: 1.75rem 0
    }
}

body {
    text-align: center;
}
.screen .container {
    max-width: 450px;
    padding: 2.5rem 0;
}
.screen .image {
    top: 0;
    position: relative;
    max-width: 375px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s linear;
}
.screen .image[data-image="image-2"],
.screen .image[data-image="image-3"] {
    top: -100px;
}
.screen .image[data-image="image-2"] img {
    width: 121px;
    display: block;
    margin: 0 auto;
}
.title h1 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 1rem;
}
.title.title[data-title="title-2"] h1 {
    margin-bottom: 0.5rem;
}
.title p {
    margin-bottom: 1.5rem;
}
.question-title h5 {
    margin-bottom: 1rem;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}
.question-answers > *:not(:last-child) {
    margin-bottom: 1rem;
}
.congratulation {
    margin-top: 1rem;
}
footer {
    font-size: 9px;
    line-height: 16px;
    margin-top: 6rem;
    padding: 2rem 0;
}
footer .description {
    margin-top: 1rem;
}
footer p {
    margin-bottom: 0;
}
footer a {
    text-decoration: none;
    color: var(--black);
}
@media screen  and (max-width: 991px){
    .screen .container {
        padding: 1rem 0;
    }
    .title h1 {
        font-size: 24px;
        line-height: 36px;
    }
}

.progress {
    margin: 2rem 0;
    display: block;
}
.progress-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.progress .dot {
    border: 2px solid var(--silver);
    color: var(--silver);
    padding: 2px;
    border-radius: 100rem;
    transition: all 0.3s linear;
    width: 40px;
    min-width: 40px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s linear;
    box-shadow: inset 0 4px 0 0 rgba(0,0,0,0);
    font-weight: 700;
}
.progress .dot.passed {
    border: 2px solid var(--primary);
    color: var(--primary);
    box-shadow: inset 0 4px 4px 0px rgba(0,0,0,0.15);
}
.progress .dot.checked {
    border: 2px solid var(--black);
    color: var(--black);
    box-shadow: inset 0 4px 4px 0px rgba(0,0,0,0.15);
}
.progress .dot-line {
    margin: 0 2px;
    width: 27px;
    height: 2px;
    background: var(--silver);
    border-radius: 100rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.progress .dot-line.passed .line {
    width: 100%;
}
.progress .line {
    background: var(--primary);
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s linear;
}


.image[data-image="image-2"],
.image[data-image="image-3"],
.question[data-question="question-2"],
.question[data-question="question-3"],
.question[data-question="question-4"],
.title[data-title="title-2"],
.title[data-title="title-3"],
.loader,
.congratulation {
    display: none;
}

@media screen and (max-width: 991px) {
    .progress {
        margin: 1rem 0;
    }
}

.btn-pulse {

}


@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 138, 83, 0.5)
    }

    70% {
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        box-shadow: 0 0 0 20px rgba(98, 96, 174, 0);
        background: rgb(11, 161, 101);
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 138, 83, 0);
    }
}

.btn-pulse {
    box-shadow: 0 0 0 0 rgba(0, 138, 83, 0.5);
    -webkit-animation: pulse 1.5s infinite;
    z-index: 1000;
    position: relative;
    width: 100%;
    display: flex;
}