﻿/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/bebas-neue-v2-latin-regular.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/bebas-neue-v2-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bebas-neue-v2-latin-regular.woff2") format("woff2"), url("../fonts/bebas-neue-v2-latin-regular.woff") format("woff"), url("../fonts/bebas-neue-v2-latin-regular.ttf") format("truetype"), url("../fonts/bebas-neue-v2-latin-regular.svg#BebasNeue") format("svg");
    /* Legacy iOS */
}

@font-face {
    font-family: "icons-1635332066000";
    src: url("../fonts/icons-1635332066000.eot");
    src: url("../fonts/icons-1635332066000.eot?#iefix") format("eot"), url("../fonts/icons-1635332066000.woff") format("woff"), url("../fonts/icons-1635332066000.ttf") format("truetype"), url("../fonts/icons-1635332066000.svg#icons-1635332066000") format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon:before, .date-picker::after, .form__field--time::after, .file-label::after {
    display: inline-block;
    font-family: "icons-1635332066000";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-time:before {
    content: "\EA18";
}

.icon-arrow-down:before {
    content: "\EA01";
}

.icon-arrow-left:before {
    content: "\EA02";
}

.icon-arrow-right:before {
    content: "\EA03";
}

.icon-arrow-up:before {
    content: "\EA04";
}

.icon-calendar:before {
    content: "\EA05";
}

.icon-crm:before {
    content: "\EA06";
}

.icon-delete:before {
    content: "\EA07";
}

.icon-edit:before {
    content: "\EA08";
}

.icon-frm:before {
    content: "\EA09";
}

.icon-logout:before {
    content: "\EA0B";
}

.icon-receipt:before {
    content: "\EA0D";
}

.icon-search:before {
    content: "\EA0E";
}

.icon-vrm:before {
    content: "\EA0F";
}

.icon-home:before {
    content: "\EA10";
}

.icon-config:before {
    content: "\EA11";
}

.icon-document:before {
    content: "\EA12";
}

.icon-file:before {
    content: "\EA13";
}

.icon-menu:before {
    content: "\EA14";
}

.icon-minus:before {
    content: "\EA15";
}

.icon-plus:before {
    content: "\EA16";
}

.icon-refresh:before {
    content: "\EA17";
}

@keyframes go-up {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        transform: translateY(-50px);
    }
}

@keyframes loader {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000000;
    }
}

@keyframes loader_white {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

.btn,
button {
    position: relative;
    display: inline-block;
    padding: 0 2rem;
    height: 4rem;
    font-family: "Bebas Neue", cursive;
    font-size: 2rem;
    line-height: 4rem;
    text-transform: uppercase;
    color: #FFF;
    background: #A68459;
    box-shadow: none;
    border: none;
    cursor: pointer;
    transition: all ease-in-out .3s;
}

    .btn:not(button) .icon,
    .btn--plus .icon,
    button:not(button) .icon,
    button--plus .icon {
        margin-right: 1rem;
        font-size: 1.5rem;
    }

    .btn:not(button):hover,
    .btn--plus .icon,
    button:not(button):hover,
    button--plus .icon {
        transform: translateY(0.2rem);
    }

.btn--search .icon,
button--search .icon {
    margin-right: 1rem;
    font-size: 1.6rem;
}

.btn--large,
button--large {
    padding: 0 3rem;
    font-size: 3rem;
    line-height: 6.2rem;
    height: 6rem;
}

.btn--disabled,
button--disabled {
    background: #D2C1AC;
}

.date-picker {
    z-index: 98;
    position: relative;
    width: 100%;
    height: auto;
    max-height: 4rem;
    background: white;
    overflow: hidden;
    transition: all 0.3s 0s ease-in-out;
}

    .date-picker::before {
        content: "";
        z-index: 1;
        position: absolute;
        top: 0.1rem;
        right: 0.1rem;
        width: 3.8rem;
        height: 3.8rem;
        background: #FFF;
    }

    .date-picker::after {
        content: "\EA05";
        z-index: 2;
        position: absolute;
        top: 50%;
        right: 1.5rem;
        font-size: 1.7rem;
        color: #000;
        transform: translateY(-50%);
    }

    .date-picker input {
        cursor: pointer;
    }

    .date-picker .calendar {
        position: absolute;
        top: 4.1rem;
        width: 100%;
        background: #fff;
        border-radius: 0;
        overflow: hidden;
        opacity: 0;
        transition: all ease-in-out 0.2s;
    }

    .date-picker .ui-datepicker-inline {
        position: relative;
        width: 100%;
    }

    .date-picker .ui-datepicker-header {
        margin-bottom: 1rem;
        height: 100%;
        line-height: 4rem;
        color: #fff;
        background: #005495;
    }

    .date-picker .ui-datepicker-prev,
    .date-picker .ui-datepicker-next {
        margin-top: 1.2rem;
        width: 2rem;
        height: 2rem;
        text-indent: 9999px;
        border: 0.2rem solid #fff;
        border-radius: 100%;
        cursor: pointer;
        overflow: hidden;
    }

        .date-picker .ui-datepicker-prev:hover,
        .date-picker .ui-datepicker-next:hover {
            border-color: black;
        }

        .date-picker .ui-datepicker-prev:after,
        .date-picker .ui-datepicker-next:after {
            content: "";
            position: absolute;
            display: block;
            width: 0.4rem;
            height: 0.4rem;
            border-left: 0.2rem solid #fff;
            border-bottom: 0.2rem solid #fff;
        }

            .date-picker .ui-datepicker-prev:after:hover,
            .date-picker .ui-datepicker-next:after:hover {
                border-color: yellow;
            }

    .date-picker .ui-datepicker-prev {
        margin-left: 1.2rem;
        float: left;
    }

        .date-picker .ui-datepicker-prev:after {
            margin: -3.5rem 0 0 0.6rem;
            transform: rotate(45deg);
        }

    .date-picker .ui-datepicker-next {
        margin-right: 1.2rem;
        float: right;
    }

        .date-picker .ui-datepicker-next:after {
            margin: -3.5rem 0 0 0.4rem;
            transform: rotate(-135deg);
        }

    .date-picker .ui-datepicker-title {
        text-align: center;
    }

    .date-picker .ui-datepicker-calendar {
        width: 100%;
        text-align: center;
    }

        .date-picker .ui-datepicker-calendar thead tr th span {
            margin-bottom: 0.5rem;
            display: block;
            width: 100%;
            font-size: 1.3rem;
            font-weight: 700;
            color: #005495;
        }

    .date-picker .ui-state-default {
        display: block;
        text-decoration: none;
        color: #000;
        font-size: 1.2rem;
        line-height: 4rem;
    }

        .date-picker .ui-state-default:hover {
            background: #CCDDEA;
        }

    .date-picker .ui-state-highlight {
        color: #005495;
    }

    .date-picker .ui-state-active {
        color: #FFF;
        background-color: #005495;
        font-weight: 600;
    }

    .date-picker .ui-datepicker-unselectable .ui-state-default {
        color: #FFF;
        background: #DEDEDE;
        border: 0.2rem solid transparent;
    }

    .date-picker.open {
        z-index: 99;
        max-height: 40rem;
        overflow: initial;
    }

        .date-picker.open .calendar {
            opacity: 1;
        }

.form--toggle {
    padding-top: 3rem;
    max-height: 0;
    overflow: hidden;
    transition: all ease-in-out 0.2s;
}

.form__heading {
    margin-bottom: 3rem;
}

.form__row {
    margin: -1.5rem -1.5rem 1.5rem -1.5rem;
    display: flex;
}

@media (max-width: 550px) {
    .form__row {
        flex-direction: column;
    }
}

.form__field {
    margin: 1.5rem;
    width: calc(50% - 3rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width: 550px) {
    .form__field {
        width: calc(100% - 3rem);
    }
}

.form__field label {
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.form__field input:not([type="checkbox"]),
.form__field select {
    width: 100%;
}

.form__field--full {
    width: calc(100% - 3rem);
}

.form__field--full textarea{
    width: 100%;
    height: 10rem;
}
.form__field--buttons {
    flex-direction: row;
    align-items: center;
}

    .form__field--buttons a {
        margin-left: 2rem;
        color: #000;
        text-decoration: underline;
        transition: all ease-in-out 0.2s;
    }

        .form__field--buttons a:hover {
            text-decoration-color: rgba(0, 0, 0, 0);
        }

.form__field--time {
    position: relative;
}

    .form__field--time input {
        padding-left: 4.3rem;
    }

    .form__field--time::after {
        content: "\EA18";
        z-index: 2;
        position: absolute;
        top: 3.2rem;
        left: 1.5rem;
        font-size: 1.7rem;
        color: #000;
    }

.form__field--single-checkbox {
    justify-content: center;
}

    .form__field--single-checkbox label {
        margin: 0;
    }

.form__field--refresh {
    flex-direction: row;
    flex-wrap: wrap;
}

    .form__field--refresh label {
        flex: 0 0 100%;
    }

    .form__field--refresh input {
        flex: 0 0 calc(100% - 6rem);
    }

    .form__field--refresh .btn {
        margin-left: auto;
        padding: 0;
        flex: 0 0 4rem;
        width: 4rem;
        text-align: center;
        line-height: 4.2rem;
    }

        .form__field--refresh .btn .icon {
            margin: 0;
        }

input,
textarea,
select {
    font-family: "Helvetica", sans-serif;
    border: 0.1rem solid #DEDEDE;
    transition: all ease-in-out 0.2s;
}

    input:focus,
    textarea:focus,
    select:focus {
        outline: none;
        border-color: #005495;
    }

input,
select {
    height: 4rem;
    padding: 0 1rem;
    font-size: 1.6rem;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzAgMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0iIzM1MzUzNSI+PHBhdGggZD0ibTE3LjUxMTI3NDMgMTMuODI5Mzk5OC0xMy42MzQ2MzE4OS0xMy4zNTAxMzU0Yy0uMzE1MzUyNC0uMzA5MDIxODgtLjczNjMyMDQ0LS40NzkyNjQ0LTEuMTg1MTg2OTYtLjQ3OTI2NDRzLS44Njk4MzQ1Ni4xNzAyNDI1Mi0xLjE4NTE4Njk1LjQ3OTI2NDRsLTEuMDA0MDk1OTcuOTgyOTE4ODNjLS42NTMzNzIzLjY0MDQ4MjYtLjY1MzM3MjMgMS42ODE0NDk3NSAwIDIuMzIwOTU2NzRsMTEuNDQ5MzM0NDcgMTEuMjEwNjQwNTMtMTEuNDYyMDM4MjQgMTEuMjIzMDc5NWMtLjMxNTM1MjM5LjMwOTAyMTktLjQ4OTQ2ODc2LjcyMDk2OTgtLjQ4OTQ2ODc2IDEuMTYwMjM0NSAwIC40Mzk3NTI1LjE3NDExNjM3Ljg1MTcwMDQuNDg5NDY4NzYgMS4xNjA5NjYybDEuMDA0MDk1OTcuOTgyNjc0OWMuMzE1NjAxNDguMzA5MDIxOS43MzYzMjA0NC40NzkyNjQ0IDEuMTg1MTg2OTUuNDc5MjY0NC40NDg4NjY1MiAwIC44Njk4MzQ1Ny0uMTcwMjQyNSAxLjE4NTE4Njk2LS40NzkyNjQ0bDEzLjY0NzMzNTY2LTEzLjM2MjMzMDRjLjMxNjA5OTYtLjMwOTk5NzUuNDg5NzE3OC0uNzIzODk2NS40ODg3MjU3LTEuMTYzODkzLjAwMDk5MjEtLjQ0MTcwMzctLjE3MjYyNjEtLjg1NTM1ODktLjQ4ODcyNTctMS4xNjUxMTI0eiIgdHJhbnNmb3JtPSJtYXRyaXgoMCAxIC0xIDAgMzAgMCkiLz48L3N2Zz4=");
    background-repeat: no-repeat,repeat;
    background-position: right 1.5rem top 52%, 0 0;
    background-size: 1rem auto, 100%;
    background-color: #fff;
    border-radius: 0;
}

    select:focus {
        outline: 0;
    }

.file-label {
    position: relative;
    width: 100%;
    border: 0.1rem solid #DEDEDE;
    cursor: pointer;
}

    .file-label input {
        opacity: 0;
        visibility: hidden;
    }

    .file-label .text {
        position: absolute;
        top: 50%;
        left: 1rem;
        font-weight: 400;
        transform: translateY(-50%);
    }

    .file-label::after {
        content: "\EA13";
        position: absolute;
        top: 50%;
        right: 1.5rem;
        font-size: 1.8rem;
        color: #000;
        transform: translateY(-50%);
    }

.checkbox {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .checkbox input {
        opacity: 0;
        position: absolute;
        left: 0;
        height: 1.5rem;
        width: 1.5rem;
    }

    .checkbox label {
        padding: 0.2rem 0 0.2rem 3rem;
        font-weight: 300 !important;
        line-height: 2.6rem;
        display: block;
        cursor: pointer;
    }

        .checkbox label::before {
            content: "";
            background-color: #fff;
            border: 0.1rem solid #dbe1f1;
            display: inline-block;
            height: 1.5rem;
            width: 1.5rem;
            left: 0;
            top: 0.5rem;
            position: absolute;
            cursor: pointer;
        }

        .checkbox label::after {
            content: '';
            display: block;
            position: absolute;
            background: #005495;
            height: 1.3rem;
            width: 1.3rem;
            transition: .2s;
            opacity: 0;
            transform: scale(1.5);
            top: 0.7rem;
            left: 0.2rem;
            background: #005495;
        }

    .checkbox input:checked + label::after {
        opacity: 1;
        transform: scale(1);
    }

.checkbox--radio label::before,
.checkbox--radio label::after {
    border-radius: 100%;
}

.checkbox--radio label::after {
    background: #005495;
    height: 1.3rem;
    width: 1.3rem;
    top: 0.7rem;
    left: 0.2rem;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

body {
    padding: 0 0 0 30rem;
    font-family: "Helvetica", sans-serif;
    font-size: 1.6rem;
    color: #000;
}

@media (max-width: 900px) {
    body {
        padding: 0 0 0 25rem;
    }
}

@media screen and (max-width: 800px), screen and (max-height: 700px) {
    body {
        padding: 10rem 0 0 0;
    }
}

body.has-popup {
    overflow: hidden;
}

.container {
    margin: 0 auto;
    width: 130rem;
    max-width: calc(100% - 5rem);
}

.container--small {
    width: 68rem;
}

h1 {
    font-family: "Bebas Neue", cursive;
    font-size: 5rem;
    line-height: 1.2;
}

@media (max-width: 900px) {
    h1 {
        font-size: 3.8rem;
    }
}

h2 {
    font-family: "Bebas Neue", cursive;
    font-size: 4.5rem;
    line-height: 1.2;
}

@media (max-width: 900px) {
    h2 {
        font-size: 3.8rem;
    }
}

h3 {
    font-family: "Bebas Neue", cursive;
    font-size: 3.7rem;
    line-height: 1.2;
}

p {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    line-height: 1.2;
}

.line-title {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    font-family: "Bebas Neue", cursive;
    font-size: 3.2rem;
    text-transform: uppercase;
    border-bottom: 0.1rem solid #DEDEDE;
}

body {
    padding: 0;
}

.kiosk {
    padding: 0 5rem 5rem 5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #005495;
}

@media (max-width: 900px) {
    .kiosk {
        padding: 0 3rem 3rem 3rem;
    }
}

.kiosk__header {
    padding: 2rem 3rem;
    display: flex;
    align-items: center;
}

.kiosk__header--no-lang {
    justify-content: center;
}

.kiosk__logo {
    height: 5.9rem;
}

.kiosk__lang-switch {
    margin-left: auto;
    padding: 0.5rem;
    width: 6rem;
    height: 4.5rem;
    background: #FFF;
    box-shadow: 0 2px 14px 7px rgba(0, 0, 0, 0.17);
}

    .kiosk__lang-switch img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.kiosk__inner {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: calc(100vh - 15rem);
    background: #FFF;
    box-shadow: 0 2px 14px 7px rgba(0, 0, 0, 0.17);
}

.kiosk__inner--no-form {
    padding: 0 3rem 3rem 3rem;
}

.kiosk__inner--form {
    padding: 0 3rem 3rem 3rem;
    flex-grow: inherit;
    height: calc(100vh - 48.85rem);
    overflow: auto;
    min-height: inherit;
}

.kiosk__inner--dashboard {
    height: calc(100vh - 15rem);
    overflow: auto;
}

.kiosk__inner--accordion-pdf .kiosk-form,
.kiosk__inner--accordion-pdf .kiosk-form .form,
.kiosk__inner--accordion-pdf .kiosk-form .form .accordions,
.kiosk__inner--accordion-pdf .kiosk-form .form .accordions__item,
.kiosk__inner--accordion-pdf .kiosk-form .form .accordions__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

    .kiosk__inner--accordion-pdf .kiosk-form .form .accordions__content iframe {
        height: 55rem !important;
    }

.kiosk__heading {
    padding: 1rem 0 4.5rem;
    text-align: center;
}

    .kiosk__heading h1 {
        color: #005495;
    }

    .kiosk__heading p {
        margin: 1.5rem 0 0;
        color: #005495;
    }

.kiosk__keyboard {
    margin-top: 3rem;
    padding: 1rem;
    background: #FFF;
    box-shadow: 0 2px 14px 7px rgba(0, 0, 0, 0.17);
}

.kiosk-languages {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    justify-content: center;
}

    .kiosk-languages > div,
    .kiosk-languages > a,
    .kiosk-languages > span {
        width: calc(100% / 5 - 30px);
        margin: 15px;
    }

@media (max-width: 1150px) {
    .kiosk-languages {
        display: flex;
        flex-wrap: wrap;
        margin: -15px;
    }

        .kiosk-languages > div,
        .kiosk-languages > a,
        .kiosk-languages > span {
            width: calc(100% / 4 - 30px);
            margin: 15px;
        }
}

@media (max-width: 900px) {
    .kiosk-languages {
        display: flex;
        flex-wrap: wrap;
        margin: -15px;
    }

        .kiosk-languages > div,
        .kiosk-languages > a,
        .kiosk-languages > span {
            width: calc(100% / 3 - 30px);
            margin: 15px;
        }
}

@media (max-width: 700px) {
    .kiosk-languages {
        display: flex;
        flex-wrap: wrap;
        margin: -15px;
    }

        .kiosk-languages > div,
        .kiosk-languages > a,
        .kiosk-languages > span {
            width: calc(100% / 2 - 30px);
            margin: 15px;
        }
}

.kiosk-languages__item {
    padding: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F6FA;
}

@media (max-width: 1150px) {
    .kiosk-languages__item {
        padding: 3rem;
    }
}

@media (max-width: 700px) {
    .kiosk-languages__item {
        padding: 2rem;
    }
}

.kiosk-languages__item img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 7.5rem;
}

.kiosk-buttons {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.kiosk-buttons__item {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    color: #005495;
    background: #CCDDEA;
}

    .kiosk-buttons__item:not(:last-child) {
        margin-bottom: 3rem;
    }

.kiosk-buttons__title {
    display: flex;
    align-items: center;
}

    .kiosk-buttons__title .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 5rem;
        width: 5rem;
        font-size: 2.8rem;
        color: #FFF;
        background: #005495;
    }

    .kiosk-buttons__title span:not(.icon) {
        margin-left: 2rem;
        font-family: "Bebas Neue", cursive;
        font-size: 5rem;
        line-height: 1.2;
    }

@media (max-width: 900px) {
    .kiosk-buttons__title span:not(.icon) {
        font-size: 3.8rem;
    }
}

.kiosk-buttons p {
    margin: 3.5rem 0 0;
    text-align: center;
}

@media (max-width: 700px) {
    .kiosk-buttons p {
        margin: 2rem 0 0;
    }
}

.kiosk-steps {
    z-index: 1;
    position: sticky;
    top: 0;
    padding: 3rem 0;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFF;
}

    .kiosk-steps::before {
        content: "";
        z-index: -1;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 0.2rem;
        background: #CCDDEA;
    }

.kiosk-steps__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    font-family: "Bebas Neue", cursive;
    font-size: 3.5rem;
    color: #005495;
    background: #CCDDEA;
    border-radius: 100%;
}

@media (max-width: 700px) {
    .kiosk-steps__item {
        width: 4rem;
        height: 4rem;
        font-size: 2.5rem;
    }
}

.kiosk-steps__item--active {
    color: #FFF;
    background: #005495;
}

.kiosk-steps__item--finished {
    color: #CCDDEA;
    background: #F2F6FA;
}

.kiosk-form {
    padding-top: 4rem;
    border-top: 0.2rem solid #CCDDEA;
}

.kiosk-form--document-view {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

    .kiosk-form--document-view .form,
    .kiosk-form--document-view .form__row:first-of-type,
    .kiosk-form--document-view .form__row:first-of-type .form__field,
    .kiosk-form--document-view .form__row:first-of-type .form__field iframe {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

.kiosk-form__title {
    margin-bottom: 3rem;
    font-family: "Bebas Neue", cursive;
    font-size: 5rem;
    line-height: 1.2;
    color: #005495;
}

@media (max-width: 900px) {
    .kiosk-form__title {
        font-size: 3.8rem;
    }
}

.kiosk-form .form label {
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
    color: #005495;
}

.kiosk-form .form input,
.kiosk-form .form select {
    height: 6rem;
    font-size: 1.8rem;
}

.kiosk-form .form__row:last-child {
    margin: -1.5rem;
}

.kiosk-form .form__row--submit .form__field {
    flex-direction: row;
    align-items: center;
}

@media (max-width: 600px) {
    .kiosk-form .form__row--submit .form__field {
        flex-direction: column;
    }
}

.kiosk-form .form__row--submit .form__field .btn--next {
    margin-left: auto;
}

@media (max-width: 600px) {
    .kiosk-form .form__row--submit .form__field .btn--next {
        margin: 3rem 0 0;
    }
}

@media (max-width: 600px) {
    .kiosk-form .form__row--submit .form__field .btn {
        order: 2;
    }
}

.kiosk-form .form__row--submit .form__field .clear {
    margin-left: 3rem;
    font-size: 1.8rem;
    text-decoration: underline;
    color: #000;
}

@media (max-width: 600px) {
    .kiosk-form .form__row--submit .form__field .clear {
        margin: 0 0 3rem;
        order: 1;
    }
}

.kiosk-form .form__row .date-picker {
    max-height: 6rem;
}

.kiosk-details {
    margin-bottom: 4rem;
}

    .kiosk-details ul li {
        font-size: 1.8rem;
        color: #005495;
    }

        .kiosk-details ul li:not(:last-child) {
            margin-bottom: 2.5rem;
        }

@media (max-width: 500px) {
    .kiosk-details ul li:not(:last-child) {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 700px) {
    .kiosk-details ul li {
        font-size: 1.6rem;
    }
}

@media (max-width: 500px) {
    .kiosk-details ul li {
        line-height: 1.5;
    }
}

.kiosk-details ul li label {
    display: inline-block;
    width: 16rem;
    font-weight: 700;
}

@media (max-width: 500px) {
    .kiosk-details ul li label {
        width: 100%;
    }
}

.kiosk-finish {
    display: flex;
}

    .kiosk-finish .btn:not(:last-child) {
        margin-right: 2rem;
    }

    .kiosk-finish .btn--next {
        margin-left: auto;
    }

.kiosk-thank-you {
    padding-top: 4rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top: 0.2rem solid #CCDDEA;
    text-align: center;
}

.kiosk-thank-you__title {
    margin-bottom: 1rem;
    font-family: "Bebas Neue", cursive;
    font-size: 8rem;
    line-height: 1.2;
    color: #005495;
}

@media (max-width: 900px) {
    .kiosk-thank-you__title {
        font-size: 4.5rem;
    }
}

.kiosk-thank-you p {
    margin: 0;
    font-size: 1.8rem;
    color: #005495;
}

.accordions {
    margin-bottom: 3rem;
}

.accordions__item:last-child.active .accordions__content {
    border-bottom: 0.1rem solid #DEDEDE;
}

.accordions__title {
    margin-top: -0.1rem;
    position: relative;
    padding: 1.6rem 0 1.6rem 5rem;
    font-weight: 700;
    border: 0.1rem solid #DEDEDE;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}

.active .accordions__title {
    color: #005495;
}

.accordions__title .icon {
    position: absolute;
    top: 50%;
    left: 2rem;
    font-size: 1rem;
    transform: translateY(-50%);
    transition: all ease-in-out .2s;
}

.active .accordions__title .icon-plus {
    opacity: 0;
}

.accordions__title .icon-minus {
    top: calc(50% - 0.1rem);
    font-size: 0.2rem;
    color: #005495;
    opacity: 0;
}

.active .accordions__title .icon-minus {
    opacity: 1;
}

.accordions__content {
    max-height: 0;
    overflow: hidden;
    border-right: 0.1rem solid #DEDEDE;
    border-left: 0.1rem solid #DEDEDE;
    transition: all ease-in-out 0.2s;
}

    .accordions__content p {
        font-size: 1.6rem;
    }

    .accordions__content > div {
        position: relative;
        padding: 2rem;
    }

.field-validation-error > span,
.field-validation-error {
    margin-top: 1rem;
    color: #f00 !important;
}