* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a:-webkit-any-link {
    color: white
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font-size: 100%;
}

fieldset,
input,
textarea {
    border: none;
}

.progressWrapper {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2em 0;
}

.progressLabel {
    margin-right: 2em;
}

.progressBar {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #eeeeee;
    border-radius: 0;
    border: none;
    height: 0.5em
}

progress::-webkit-progress-bar {
    background-color: #eeeeee;
}

progress::-webkit-progress-value {
    background-color: #ff8800;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

progress::-moz-progress-bar {
    background-color: #ff8800;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


/*@import "partials/animations.css";*/

.question {
    margin-bottom: 2em;
}

.question-options {
    text-align: center;
    margin-bottom: 1em;
    font-size: 80%;
}

.question-optionBtn {
    margin: 1em;
}

.answerWrapper {
    display: block;
    margin-bottom: 1em;
    text-align: right;
    padding-right: 49%;
}

.question .image {
    max-width: 30%;
    margin-bottom: 1em;
}

.slideInner.answer {
    background-color: transparent;
}

.answer-text {
    margin-bottom: 1em;
}

.answer-recapAndImage {
    margin-bottom: 1em;
}

.recap {
    padding-right: 1em;
}

.image {
    padding-left: 1em;
}

.quotation-btn {
    margin-bottom: 2em;
}

@media (min-width: 1100px) {
    .answer-recapAndImage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .answer-recapAndImage>* {
        width: 50%;
    }
}

.backWrapper {
    text-align: left;
}

.backBtn {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    color: #fafafa;
    font-size: 16px;
    font-size: 1rem;
}

.button-icon {
    display: inline-block;
    vertical-align: middle;
    width: 2em;
    height: 2em;
    margin-right: 1em;
}

.button-icon svg {
    width: 100%;
    height: 100%;
}

.button-label {
    vertical-align: middle;
}

#arrow {
    fill: white;
}

.backBtn:hover:not(:focus) #arrow,
.backBtn:active #arrow {
    fill: #ff8800;
}

.recap-table {
    border-spacing: 0;
    font-size: 80%
}

.recap-table th,
.recap-table td {
    padding: 8px 16px;
    padding: 0.5rem 1rem;
    text-align: left;
}

.recap-table td,
.recap-table th {
    border-color: #c9c9c9;
}

.recap-head {
    background-color: white;
    text-transform: uppercase;
    color: #001526;
}

.recap-body {
    font-size: 80%;
    background-color: #001526;
    color: white;
}

.recap-body tr:nth-child(even) {
    background-color: #001526;
    color: white;
}

.quotation-form {
    font-size: 80%;
    margin-top: 2em;
    color: white;
    margin-bottom: 1em;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
}

.showForm .quotation-form {
    max-height: 10000px;
}

.form-mandatory {
    text-align: right;
    margin-bottom: 0.5em;
}

.form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
    min-height: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form-label {
    display: block;
    width: 100%;
    text-align: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.form-input {
    display: block;
    width: 100%;
    min-height: 3em;
    background-color: #eeeeee;
}

.form-reason {
    background-color: transparent;
    text-align: left
}

.form-reason input {
    margin-right: 0.5em;
    vertical-align: middle;
}

.form-reason label {
    margin-right: 1.5em;
    vertical-align: middle;
}

.form-reason-option {
    display: block;
    padding: 1em 0;
}

.form-msg {
    height: 8em;
}

.form-submit {
    float: right;
    margin-right: 5em;
    margin-top: 1em;
}

@media (min-width: 700px) {
    .form-field {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .form-label {
        display: inline-block;
        width: 30%;
        padding-right: 0.5em;
        text-align: right;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .form-input {
        display: inline-block;
        width: 70%;
    }
}

@media (min-width: 1100px) {
    .form-reason-option {
        display: inline-block;
    }
}

.requestNotification {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%
}

.requestNotification .linkHome {
    margin: 5em 0;
}

.requestNotification-sentWrapper,
.requestNotification-successWrapper,
.requestNotification-errorWrapper {
    margin: 5em 0 3em;
}

.requestNotification-thanks {
    font-size: 200%;
    margin-bottom: 0.5em;
}

.requestNotification-success,
.requestNotification-error {
    font-size: 150%;
    margin-bottom: 0.5em;
}

.footer {
    background-color: #001526;
    text-align: center;
    color: white;
}

.footer-logoAndLink {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 74px 0;
}

.copyright {
    display: block;
    text-align: left;
    padding: 1em 0;
}

html {
    font-size: 16px;
}

html,
body,
#app,
.appInner {
    min-height: 100vh;
    background-color: #001526;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: museo-sans, sans-serif;
}

*:focus {
    outline: none;
}

.keyboard *:focus {
    box-shadow: 0 0 15px 3px #ff8800
}

.linkHome {
    text-decoration: none;
    color: currentColor;
    display: inline-block;
    position: relative
}

.linkHome::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    margin-top: 0.3em;
    border-bottom: solid 1px currentColor;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

.linkHome:hover::after {
    width: 100%;
}

.hide {
    display: none !important;
}

.header {
    background-color: #002039;
    text-align: center;
    height: 60px;
    color: white;
}

.wrapper {
    max-width: 90%;
    margin: 0 auto;
}

.header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
}

.main-wrapper {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 2em;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}

.linkHome {
    height: 1.5em;
}

.slide {
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: #c9c9c9;
    background-color: #002039;
}

.slideInner {
    background-color: transparent;
    color: #c9c9c9;
    padding: 2em 1em;
}

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1.5em;
    height: 1.5em;
    background-color: white;
    border-radius: 50%;
    border: solid 3px #808080;
    position: relative;
    vertical-align: middle;
    margin-left: 1em;
}

input[type="radio"]:checked {
    background-image: -webkit-radial-gradient(#ff8800 0%, #ff8800 40%, white 40%, white);
    background-image: radial-gradient(#ff8800 0%, #ff8800 40%, white 40%, white);
}

.title {
    font-size: 44.8px;
    font-size: 2.8rem;
    color: #ff8800;
    margin-bottom: 1em;
}

.subtitle {
    font-size: 28.8px;
    font-size: 1.8rem;
    color: #fafafa;
    margin-top: -1.5em;
    margin-bottom: 1em;
}

.text {
    margin-bottom: 1em;
}

p.note {
    margin-top: 1em;
}

.image {
    max-width: 100%;
}

.ctaBtn {
    font-size: 13.6px;
    font-size: 0.85rem;
    text-transform: uppercase;
    padding: 1em 1.5em;
    background-color: white;
    border-radius: 3px;
    color: #001526;
}

.ctaBtn:hover:not(:focus),
.ctaBtn:active {
    background-color: #ff8800;
}

.ctaBtn--inverse {
    background-color: #ff8800
}

.ctaBtn--inverse:hover {
    background-color: #808080;
}

@media (min-width: 1100px) {
    .wrapper {
        max-width: 1000px;
    }
}