/* ClinicalEscape: CSS reducido desde tema.css. Mantener junto a Bootstrap y clinicalescape.css. */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

figure, header, main, section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol, ul ul, ol ul, ul ol {
        margin-bottom: 0;
    }

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    a:not([href]):not([class]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([class]):hover {
            color: inherit;
            text-decoration: none;
        }

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

    button:focus:not(:focus-visible) {
        outline: 0;
    }

input, button, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button {
    -webkit-appearance: button;
}

    button:not(:disabled) {
        cursor: pointer;
    }

    button::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type=radio], input[type=checkbox] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

h1, h2, h3, h4, h5, h6, .h3, .h4 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

.small {
    font-size: 80%;
    font-weight: 400;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

a > code {
    color: inherit;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    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: 1200px;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-8, .col-lg-4, .col-lg-3, .col-md-12, .col-md-6, .col-sm-12, .col-sm-11, .col-sm-8, .col-sm-4, .col-sm-1, .col-12, .col-10, .col-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.offset-1 {
    margin-left: 8.33333333%;
}

.offset-2 {
    margin-left: 16.66666667%;
}

@media (min-width: 576px) {
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

    .table th, .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

.table-sm th, .table-sm td {
    padding: 0.3rem;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

select.form-control[size], select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
        }

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        }

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
        }

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 0.5rem;
    }

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
    width: 100%;
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

    .nav-link:hover, .nav-link:focus {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default;
    }

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

    .alert-info hr {
        border-top-color: #abdde5;
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .alert-danger hr {
        border-top-color: #f1b0b7;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

    .close:hover {
        color: #000;
        text-decoration: none;
    }

    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
        opacity: 0.75;
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

a.close.disabled {
    pointer-events: none;
}

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    opacity: 0;
    border-radius: 0.25rem;
}

    .toast:not(:last-child) {
        margin-bottom: 0.75rem;
    }

    .toast.show {
        display: block;
        opacity: 1;
    }

    .toast.hide {
        display: none;
    }

.toast-body {
    padding: 0.75rem;
}

.modal-open {
    overflow: hidden;
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - 1rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        content: "";
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none;
        }

        .modal-dialog-centered.modal-dialog-scrollable::before {
            content: none;
        }

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .modal-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

    .modal-footer > * {
        margin: 0.25rem;
    }

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 3.5rem);
        }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

        .modal-dialog-centered::before {
            height: calc(100vh - 3.5rem);
            height: -webkit-min-content;
            height: -moz-min-content;
            height: min-content;
        }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}

.align-middle {
    vertical-align: middle !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-white {
    background-color: #fff !important;
}

.border-0 {
    border: 0 !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.d-none {
    display: none !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.position-relative {
    position: relative !important;
}

.position-fixed {
    position: fixed !important;
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.h-100 {
    height: 100% !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mx-2 {
    margin-left: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.px-3 {
    padding-right: 1rem !important;
}

.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
}

.py-4 {
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
}

.py-5 {
    padding-bottom: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0056b3 !important;
}

.text-muted {
    color: #6c757d !important;
}

@media print {
    * {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    tr, img {
        page-break-inside: avoid;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td, .table th {
            background-color: #fff !important;
        }
}

.fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-2x {
    font-size: 2em;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-check-circle:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-hand-point-right:before {
    content: "";
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../plugins/fontawesome/webfonts/fa-solid-900.eot");
    src: url("../plugins/fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../plugins/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../plugins/fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("../plugins/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("../plugins/fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../plugins/fontawesome/webfonts/fa-brands-400.eot");
    src: url("../plugins/fontawesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../plugins/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../plugins/fontawesome/webfonts/fa-brands-400.woff") format("woff"), url("../plugins/fontawesome/webfonts/fa-brands-400.ttf") format("truetype"), url("../plugins/fontawesome/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

body {
    font-family: "Rajdhani", sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.71428571;
    color: #222430;
}

@media (min-width: 1920px) {
    body {
        font-size: 1.25rem;
    }
}

h1, h2, h3, h4, h5, h6, .h3, .h4 {
    margin-bottom: 1.125rem;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    line-height: 0.875;
    text-transform: uppercase;
    color: #222430;
}

h1, h2, h3, h4, h5, .h3, .h4 {
    letter-spacing: -0.06em;
}

h1 {
    font-size: 2.55rem;
}

@media (min-width: 576px) {
    h1 {
        font-size: 4.78125rem;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 6.375rem;
    }
}

@media (max-width: 767.98px) {
    .site-layout--landing h1 {
        font-size: 2.375rem;
    }
}

@media (min-width: 1920px) {
    .site-layout--landing h1 {
        font-size: 7.75rem;
    }
}

@media (min-width: 992px) {
    h2 {
        font-size: 4.5rem;
    }
}

@media (min-width: 992px) {
    h3, .h3 {
        font-size: 2.875rem;
    }
}

@media (min-width: 1920px) {
    h3, .h3 {
        font-size: 4rem;
    }
}

h4, .h4 {
    font-size: 1.5rem;
}

@media (min-width: 992px) {
    h4, .h4 {
        font-size: 2rem;
    }
}

@media (min-width: 1920px) {
    h4, .h4 {
        font-size: 2.875rem;
    }
}

h5 {
    font-size: 1.125rem;
    line-height: 1;
}

@media (min-width: 992px) {
    h5 {
        font-size: 1.375rem;
    }
}

@media (min-width: 1920px) {
    h5 {
        font-size: 1.75rem;
    }
}

h6 {
    font-size: 1.125rem;
    line-height: 1;
    letter-spacing: -0.03em;
}

@media (min-width: 1920px) {
    h6 {
        font-size: 1.5rem;
    }
}

h1 .subtitle {
    display: block;
    margin-bottom: 0.43em;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #a3ff12;
}

@media (min-width: 576px) {
    h1 .subtitle {
        font-size: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .site-layout--landing h1 .subtitle {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    h1 .subtitle {
        font-size: 1.875rem;
    }
}

@media (min-width: 1920px) {
    .site-layout--landing h1 .subtitle {
        font-size: 2.625rem;
    }
}

.small {
    font-size: 0.625rem;
    font-weight: inherit;
}

a {
    color: inherit;
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
}

    a:hover {
        text-decoration: none;
        color: inherit;
    }

    a[href^="mailto:"]:hover {
        opacity: 0.7;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.page-content * + h4 {
    margin-top: 50px;
}

.page-content h4 + p {
    margin-top: 27px;
}

@media (min-width: 1920px) {
    .page-content h4 + p {
        margin-top: 46px;
    }
}

.page-content h4 + form {
    margin-top: 66px;
}

@media (min-width: 1920px) {
    .page-content h4 + form {
        margin-top: 85px;
    }
}

.color-primary {
    color: #a3ff12 !important;
}

.color-success {
    color: #88df00 !important;
}

.color-gold {
    color: #ffdf0b;
}

.color-bronze {
    color: #f88052;
}

.alert {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
    padding-left: 4.75rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0;
    font-weight: 700;
}

    .alert::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3.75rem;
    }

    .alert::after {
        display: block;
        position: absolute;
        left: 1.875rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: "Font Awesome 5 Free";
        font-weight: normal;
        content: "";
        margin-left: -10px;
        width: 20px;
        height: 20px;
        text-align: center;
        font-size: 10px;
        line-height: 17px;
        border: 2px solid transparent;
        border-radius: 3px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.alert-info {
    color: #222430;
    background-color: #fff;
    border-color: #ced0da;
}

    .alert-info hr {
        border-top-color: #bfc2cf;
    }

    .alert-info::after {
        color: #222430;
    }

    .alert-info::before {
        background-color: #ced0da;
    }

    .alert-info::after {
        border-color: #222430;
        content: "";
    }

.alert-danger {
    color: #222430;
    background-color: #fff;
    border-color: #ff1c5c;
}

    .alert-danger hr {
        border-top-color: #ff034a;
    }

    .alert-danger::after {
        color: #222430;
    }

    .alert-danger::before {
        background-color: #ff1c5c;
    }

    .alert-danger::after {
        border-color: #222430;
        content: "";
    }

.btn {
    display: inline-block;
    font-weight: bold;
    font-family: "Rajdhani", sans-serif;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    border-radius: 0;
    color: #222430;
    padding: 0.875rem 1.875rem;
    font-size: 0.75rem;
    line-height: 1;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none;
    }
}

@media (min-width: 1920px) {
    .btn {
        padding: 1.1875rem 3.25rem;
        font-size: 1.125rem;
        line-height: 1;
    }
}

.btn:hover, .btn:focus {
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

.btn:active, .btn.active {
    background-image: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #222430;
    background-color: #a3ff12;
}

    .btn-primary:hover {
        color: #222430;
        background-color: #b7ff45;
    }

.btn-lg {
    padding: 1.1875rem 2.75rem;
    font-size: 1rem;
    line-height: 1;
}

@media (min-width: 1920px) {
    .btn-lg {
        padding: 1.5rem 3.5rem;
        font-size: 1.375rem;
        line-height: 1;
    }
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 0.5rem;
    }

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
    width: 100%;
}

.btn i {
    position: relative;
    top: -0.075rem;
    display: inline-block;
    margin-right: 14px;
    font-size: 0.75rem;
    font-weight: normal;
    vertical-align: middle;
}

@media (min-width: 1920px) {
    .btn i {
        top: -0.125rem;
        font-size: 1.125rem;
    }
}

.btn--landing {
    overflow: hidden;
    position: relative;
    margin-top: 1.4375rem;
}

@media (max-width: 767.98px) {
    .btn--landing {
        font-size: 0.75rem;
        margin-top: 0.8rem;
    }
}

@media (min-width: 992px) {
    .btn--landing {
        margin-top: 24px;
    }
}

@media (min-width: 1920px) {
    .btn--landing {
        margin-top: 45px;
    }
}

.btn--landing:after, .btn--landing:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.btn--landing::before {
    -webkit-transition: 0.4s 0.2s transform ease;
    transition: 0.4s 0.2s transform ease;
}

.btn--landing::after {
    -webkit-transition: 0.6s -webkit-transform ease;
    transition: 0.6s -webkit-transform ease;
    transition: 0.6s transform ease;
    transition: 0.6s transform ease, 0.6s -webkit-transform ease;
}

.btn--landing.btn-primary {
    -webkit-box-shadow: 0 0 40px 2px rgba(163, 255, 18, 0.2);
    box-shadow: 0 0 40px 2px rgba(163, 255, 18, 0.2);
}

    .btn--landing.btn-primary::before {
        background-color: #90eb00;
    }

    .btn--landing.btn-primary::after {
        background-color: #88de00;
    }

.btn--landing span {
    position: relative;
    z-index: 1;
}

.btn--landing:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn--landing:hover:after {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: 0.4s 0.2s transform ease;
        transition: 0.4s 0.2s transform ease;
    }

    .btn--landing:hover:before {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: 0.6s -webkit-transform ease;
        transition: 0.6s -webkit-transform ease;
        transition: 0.6s transform ease;
        transition: 0.6s transform ease, 0.6s -webkit-transform ease;
    }

@media (max-width: 767.98px) {
    .btn--landing.btn-lg {
        padding: 0.9rem 1.6rem;
    }
}

.ncr-page-decor {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ncr-page-decor__layer-bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: -50%;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    background-image: url("../img/hexagon-bg.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
    mix-blend-mode: overlay;
}

.ncr-page-decor__layer-1 {
    display: block;
    position: absolute;
    left: 53%;
    bottom: 0;
    background-color: #487500;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#73bb00), to(#1d3000));
    background-image: linear-gradient(#73bb00, #1d3000);
    width: 49%;
    height: 73%;
    -webkit-transform: skew(-20deg) translateX(-50%);
    transform: skew(-20deg) translateX(-50%);
    overflow: hidden;
}

    .ncr-page-decor__layer-1::before {
        content: "";
        display: block;
        position: absolute;
        right: 9%;
        top: 0;
        width: 91%;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.2);
        mix-blend-mode: overlay;
    }

    .ncr-page-decor__layer-1 .ncr-page-decor__layer-bg {
        top: -20%;
        right: -60%;
    }

.ncr-page-decor__layer-2 {
    display: block;
    position: absolute;
    left: 43%;
    bottom: 0;
    background-color: #7dcd00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a0e700), to(#29a000));
    background-image: linear-gradient(#a0e700, #29a000);
    width: 49%;
    height: 65%;
    -webkit-transform: skew(-20deg) translateX(-50%);
    transform: skew(-20deg) translateX(-50%);
    overflow: hidden;
}

    .ncr-page-decor__layer-2::before {
        content: "";
        display: block;
        position: absolute;
        left: 11%;
        top: 0;
        width: 89%;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.2);
        mix-blend-mode: overlay;
    }

.ncr-page-decor__layer-3 {
    display: block;
    position: absolute;
    left: 55%;
    bottom: 0;
    background-color: #85da00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e7f800), to(#24bd00));
    background-image: linear-gradient(#e7f800, #24bd00);
    width: 42%;
    height: 100%;
    -webkit-transform: skew(-20deg) translateX(-50%);
    transform: skew(-20deg) translateX(-50%);
    overflow: hidden;
}

    .ncr-page-decor__layer-3::before {
        content: "";
        display: block;
        position: absolute;
        right: 50%;
        top: 0;
        width: 50%;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.4);
        mix-blend-mode: overlay;
    }

    .ncr-page-decor__layer-3::after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        width: 2px;
        height: 25%;
        background-color: #f3ff38;
    }

.ncr-page-decor__layer-4 {
    display: block;
    position: absolute;
    left: 89%;
    top: 4%;
    width: 2px;
    height: 42%;
    background-color: #f3ff38;
    -webkit-transform: skew(-20deg) translateX(-50%);
    transform: skew(-20deg) translateX(-50%);
}

.ncr-page-decor__layer-5 {
    display: block;
    position: absolute;
    left: 11%;
    bottom: 0;
    width: 2px;
    height: 42%;
    background-color: #f3ff38;
    -webkit-transform: skew(-20deg) translateX(-50%);
    transform: skew(-20deg) translateX(-50%);
}

.ncr-page-decor__layer-6 {
    position: absolute;
    overflow: hidden;
    left: 0;
    bottom: 13%;
    width: 58%;
    height: 120px;
    opacity: 0.7;
    background-color: transparent;
    background-image: radial-gradient(#fff 1px, transparent 1px);
    background-position: 0 0;
    background-size: 32px 32px;
    mix-blend-mode: overlay;
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: -webkit-clip-path 2s ease-in-out;
    transition: -webkit-clip-path 2s ease-in-out;
    transition: clip-path 2s ease-in-out;
    transition: clip-path 2s ease-in-out, -webkit-clip-path 2s ease-in-out;
}

@-webkit-keyframes MenuAnimOut1 {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
    }

    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut2 {
    100% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut3 {
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut4 {
    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut5 {
    100% {
        -webkit-transform: translateY(40%);
        opacity: 0;
    }
}

@keyframes MenuAnimOut1 {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
    }

    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        transform: translateZ(-372.5px) rotateY(15deg);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}

@keyframes MenuAnimOut2 {
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes MenuAnimOut3 {
    100% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
}

@keyframes MenuAnimOut4 {
    100% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
}

@keyframes MenuAnimOut5 {
    100% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }

    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: translateY(40%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }

    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: translateZ(-200px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: translateZ(-200px);
        transform: translateZ(-200px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(-200px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(-200px);
        transform: translateZ(-200px);
        opacity: 0;
    }
}

.form-group {
    position: relative;
    margin-bottom: 35px;
}

@media (min-width: 1920px) {
    .form-group {
        margin-bottom: 50px;
    }
}

.form-control {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0px 0px 10px;
    border: none;
    border-radius: 0;
    font-size: 0.875rem;
    color: #222430;
    background-color: transparent;
    border-bottom: 1px solid #dfe0e5;
}

@media (min-width: 1920px) {
    .form-control {
        font-size: 1.25rem;
        padding-bottom: 12px;
    }
}

.form-control::-webkit-input-placeholder {
    color: rgba(34, 36, 48, 0.4);
}

.form-control::-moz-placeholder {
    color: rgba(34, 36, 48, 0.4);
}

.form-control:-ms-input-placeholder {
    color: rgba(34, 36, 48, 0.4);
}

.form-control:-moz-placeholder {
    color: rgba(34, 36, 48, 0.4);
}

.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-color: #88df00;
}

textarea.form-control {
    display: block;
}

.checkbox {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-top: 4px;
    padding-bottom: 3px;
    padding-left: 30px;
    margin-bottom: 0;
    font-weight: bold;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    line-height: 1.2;
}

@media (min-width: 1920px) {
    .checkbox {
        padding-top: 6px;
        padding-left: 37px;
        font-size: 1.125rem;
    }
}

.checkbox-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.checkbox-label {
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #dfe0e5;
}

@media (min-width: 1920px) {
    .checkbox-label {
        top: 4px;
        width: 24px;
        height: 24px;
    }
}

.checkbox-label:after, .checkbox-label:before {
    content: "";
}

.checkbox-label:after, .checkbox-label:before {
    position: absolute;
    top: 6px;
    left: 3px;
    width: 8px;
    height: 2px;
    content: "";
    opacity: 0;
    background-color: #88df00;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

@media (min-width: 1920px) {
    .checkbox-label:after, .checkbox-label:before {
        top: 10px;
        left: 4px;
        width: 14px;
        height: 3px;
    }
}

.checkbox-label:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-label:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .checkbox-input:checked ~ .checkbox-label:after, .checkbox-input:checked ~ .checkbox-label:before {
        opacity: 1;
    }

.search-form--header .form-control {
    padding-bottom: 0;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

@media (min-width: 768px) {
    .search-form--header .form-control {
        font-size: 2.875rem;
    }
}

@media (min-width: 1920px) {
    .search-form--header .form-control {
        font-size: 4rem;
    }
}

.search-form--header .form-control::-webkit-input-placeholder {
    color: #fff;
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms;
}

.search-form--header .form-control::-moz-placeholder {
    color: #fff;
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms;
}

.search-form--header .form-control:-ms-input-placeholder {
    color: #fff;
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms;
}

.search-form--header .form-control:-moz-placeholder {
    color: #fff;
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms;
}

.search-form--header .form-control:hover::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.search-form--header .form-control:hover::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.search-form--header .form-control:hover:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.search-form--header .form-control:hover:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.search-form--header .form-control:focus {
    border-color: #dfe0e5;
}

    .search-form--header .form-control:focus::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.2);
    }

    .search-form--header .form-control:focus::-moz-placeholder {
        color: rgba(255, 255, 255, 0.2);
    }

    .search-form--header .form-control:focus:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.2);
    }

    .search-form--header .form-control:focus:-moz-placeholder {
        color: rgba(255, 255, 255, 0.2);
    }

.search-form--header + span {
    display: inline-block;
    margin-top: 1.5em;
    font-size: 0.75rem;
    letter-spacing: -0.03em;
    line-height: 1.25;
    color: #c6cbea;
}

@media (min-width: 768px) {
    .search-form--header + span {
        margin-top: 2em;
    }
}

@media (min-width: 1920px) {
    .search-form--header + span {
        font-size: 1rem;
    }
}

.form::after {
    display: block;
    clear: both;
    content: "";
}

.form .btn, .form button {
    margin-top: 5px;
    float: right;
}

@media (min-width: 1920px) {
    .form .btn, .form button {
        margin-top: 10px;
    }
}

.form > .form-group:last-child {
    margin-bottom: 0;
}

.form .btn + .btn {
    margin-top: 14px;
}

@media (min-width: 1920px) {
    .form .btn + .btn {
        margin-top: 18px;
    }
}

.login-form {
    width: 100%;
    max-width: 320px;
}

@media (max-width: 1439px) {
    .login-form {
        margin: 0 auto;
    }
}

@media (min-width: 1920px) {
    .login-form {
        max-width: 440px;
    }
}

.login-form__info {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 22px;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1.167;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

@media (min-width: 1920px) {
    .login-form__info {
        margin-top: 36px;
        margin-bottom: 25px;
        font-size: 1.125rem;
    }
}

.login-form__info:last-child {
    margin-bottom: 0;
}

.h4 + .login-form {
    margin-top: 38px;
}

@media (min-width: 768px) {
    .h4 + .login-form {
        margin-top: 66px;
    }
}

.login-form__button {
    color: #fff;
}

    .login-form__button:hover {
        color: #fff;
    }

@media (min-width: 1920px) {
    .login-form__info {
        margin-top: 56px;
    }
}

.login-form__button {
    background-color: #222430;
}

@media (min-width: 1920px) {
    .login-form__button {
        margin-top: 5px;
    }
}

.login-form__button:hover {
    background-color: #373a4e;
}

.login-form .login-form__button {
    margin-top: 0;
}

.login-form .password-reminder {
    font-weight: bold;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

@media (min-width: 1920px) {
    .login-form .password-reminder {
        margin-top: 7px;
    }
}

.login-form .password-reminder a {
    color: #ced0da;
}

    .login-form .password-reminder a:hover {
        color: #222430;
    }

.df-icon {
    fill: #a3ff12;
    stroke-width: 2px;
}

.df-icon--replay {
    -webkit-transform: translateX(8%);
    transform: translateX(8%);
}

.header-logo--img {
    z-index: 1;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.site-wrapper--has-menu-overlay .header-logo--img {
    opacity: 0;
}

.site-layout--landing .header-logo--img {
    opacity: 1;
    -webkit-transition: 0.7s 0.6s all cubic-bezier(0.86, 0, 0.07, 1);
    transition: 0.7s 0.6s all cubic-bezier(0.86, 0, 0.07, 1);
}

.preloader-is--active .site-layout--landing .header-logo--img {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(1.5);
    transform: translateY(-50%) scale(1.5);
}

.site-header--top .header-logo--img, .site-header--bottom .header-logo--img {
    position: absolute;
    left: 28px;
}

@media (max-width: 991.98px) {
    .site-header--top .header-logo--img, .site-header--bottom .header-logo--img {
        max-width: 90px;
        left: 20px;
    }

        .site-header--top .header-logo--img img, .site-header--bottom .header-logo--img img {
            max-width: 100%;
            height: auto;
        }
}

@media (min-width: 1920px) {
    .site-header--top .header-logo--img, .site-header--bottom .header-logo--img {
        left: 46px;
    }
}

.site-header--top .header-logo--img {
    top: 4px;
}

@media (max-width: 991.98px) {
    .site-header--top .header-logo--img {
        max-width: 86px;
    }
}

@media (min-width: 1920px) {
    .site-header--top .header-logo--img {
        top: 14px;
    }
}

@media (min-width: 992px) {
    .site-header--top .header-logo--img img {
        max-width: 90px;
    }
}

.site-header--bottom .header-logo--img {
    bottom: 12px;
}

@media (max-width: 991.98px) {
    .site-header--bottom .header-logo--img {
        bottom: 6px;
    }
}

@media (min-width: 1920px) {
    .site-header--bottom .header-logo--img {
        bottom: 20px;
    }
}

@media (max-width: 991.98px) {
    html.touch .site-header--bottom .header-logo--img {
        top: 6px;
        bottom: auto;
    }
}

.header-logo--img img {
    max-width: 140px;
}

@media (min-width: 1920px) {
    .header-logo--img img {
        max-width: 200px;
    }
}

.svg-filters {
    display: block;
    width: 0;
    height: 0;
}

.site-overlay {
    left: 0;
    z-index: 1100;
    width: 100%;
    height: calc(100% - 72px);
    position: fixed;
    background-color: transparent;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 320ms ease;
    transition: visibility 0s, opacity 320ms ease;
}

body:not(.cursor-is--active) .site-overlay {
    cursor: pointer;
}

@media (min-width: 1920px) {
    .site-overlay {
        height: calc(100% - 100px);
    }
}

.site-header--top ~ .site-overlay {
    bottom: 0;
}

.site-header--bottom ~ .site-overlay {
    top: 0;
}

@media (max-width: 991.98px) {
    html.touch .site-header--bottom ~ .site-overlay {
        top: 72px;
        bottom: 0;
    }
}

.site-wrapper--has-overlay .site-overlay {
    visibility: visible;
    opacity: 1;
    background-color: rgba(21, 23, 32, 0.96);
}

@-webkit-keyframes glitch {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    20% {
        -webkit-transform: translate(-3px, 3px);
        transform: translate(-3px, 3px);
    }

    40% {
        -webkit-transform: translate(-3px, -3px);
        transform: translate(-3px, -3px);
    }

    60% {
        -webkit-transform: translate(3px, 3px);
        transform: translate(3px, 3px);
    }

    80% {
        -webkit-transform: translate(3px, -3px);
        transform: translate(3px, -3px);
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes glitch {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    20% {
        -webkit-transform: translate(-3px, 3px);
        transform: translate(-3px, 3px);
    }

    40% {
        -webkit-transform: translate(-3px, -3px);
        transform: translate(-3px, -3px);
    }

    60% {
        -webkit-transform: translate(3px, 3px);
        transform: translate(3px, 3px);
    }

    80% {
        -webkit-transform: translate(3px, -3px);
        transform: translate(3px, -3px);
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.header-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-cart-toggle, .header-search-toggle {
    -webkit-transition: display 200ms ease 300ms, opacity 300ms ease, -webkit-transform 300ms ease;
    transition: display 200ms ease 300ms, opacity 300ms ease, -webkit-transform 300ms ease;
    transition: display 200ms ease 300ms, opacity 300ms ease, transform 300ms ease;
    transition: display 200ms ease 300ms, opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

    .header-cart-toggle.hide, .header-search-toggle.hide {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }

.header-account {
    -webkit-transition: display 200ms ease 300ms, opacity 300ms ease, -webkit-transform 300ms ease;
    transition: display 200ms ease 300ms, opacity 300ms ease, -webkit-transform 300ms ease;
    transition: display 200ms ease 300ms, opacity 300ms ease, transform 300ms ease;
    transition: display 200ms ease 300ms, opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

    .header-account.hide {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(20%);
        transform: translateY(20%);
    }

.header-cart-toggle .df-icon, .header-search-toggle .df-icon {
    fill: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-cart-toggle:hover .df-icon, .header-search-toggle:hover .df-icon {
    fill: #a3ff12;
}

.header-account .df-icon {
    fill: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-account a:hover .df-icon {
    fill: #a3ff12;
}

.header-account .df-icon, .header-cart-toggle .df-icon, .header-search-toggle .df-icon {
    width: 24px;
    height: 24px;
}

@media (min-width: 1920px) {
    .header-account .df-icon, .header-cart-toggle .df-icon, .header-search-toggle .df-icon {
        width: 30px;
        height: 30px;
    }
}

.header-menu-toggle, .header-cart-toggle, .header-search-toggle {
    margin-left: 34px;
}

body:not(.cursor-is--active) .header-menu-toggle, body:not(.cursor-is--active) .header-cart-toggle, body:not(.cursor-is--active) .header-search-toggle {
    cursor: pointer;
}

@media (min-width: 1920px) {
    .header-menu-toggle, .header-cart-toggle, .header-search-toggle {
        margin-left: 55px;
    }
}

.header-cart-toggle, .header-search-toggle {
    padding-top: 24px;
    padding-bottom: 24px;
}

@media (min-width: 1920px) {
    .header-cart-toggle, .header-search-toggle {
        padding-top: 34px;
        padding-bottom: 36px;
    }
}

.header-cart-toggle, .header-search-toggle {
    position: relative;
}

    .header-cart-toggle .df-icon--close, .header-cart-toggle .df-icon--search-close, .header-search-toggle .df-icon--close, .header-search-toggle .df-icon--search-close {
        position: absolute;
        top: 25px;
        left: 0;
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform-origin: center;
        transform-origin: center;
    }

@media (min-width: 1920px) {
    .header-cart-toggle .df-icon--close, .header-cart-toggle .df-icon--search-close, .header-search-toggle .df-icon--close, .header-search-toggle .df-icon--search-close {
        top: 35px;
        left: 0;
    }
}

.header-cart-toggle.toggled .df-icon--bag {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
}

.header-search-toggle.toggled .df-icon--search {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
}

.header-cart-toggle.toggled .df-icon--close, .header-cart-toggle.toggled .df-icon--search-close, .header-search-toggle.toggled .df-icon--close, .header-search-toggle.toggled .df-icon--search-close {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.header-cart-toggle__items-count {
    position: absolute;
    display: inline-block;
    top: 18px;
    right: -8px;
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1;
    color: #a3ff12;
}

@media (min-width: 1920px) {
    .header-cart-toggle__items-count {
        top: 28px;
        right: -12px;
        font-size: 0.75em;
    }
}

.header-menu-toggle {
    width: 72px;
    height: 72px;
    padding: 29px 27px;
    background-color: #a3ff12;
}

@media (min-width: 1920px) {
    .header-menu-toggle {
        width: 100px;
        height: 100px;
        padding: 38px 36px;
    }
}

.header-menu-toggle__inner {
    background: transparent;
    border-color: transparent;
    position: relative;
    width: 18px;
    height: 14px;
}

@media (min-width: 1920px) {
    .header-menu-toggle__inner {
        width: 28px;
        height: 24px;
    }
}

.header-menu-toggle__inner:hover, .header-menu-toggle__inner:focus, .header-menu-toggle__inner:active {
    outline: none;
    background: transparent;
    border-color: transparent;
}

.header-menu-toggle__inner span {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background: #151720;
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms;
}

@media (min-width: 1920px) {
    .header-menu-toggle__inner span {
        height: 4px;
    }
}

.header-menu-toggle__inner span:first-child {
    top: 0;
}

.header-menu-toggle__inner span:nth-child(2) {
    top: 6px;
}

@media (min-width: 1920px) {
    .header-menu-toggle__inner span:nth-child(2) {
        top: 10px;
    }
}

.header-menu-toggle__inner span:last-child {
    bottom: 0%;
}

.header-menu-toggle.toggled .header-menu-toggle__inner span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
}

@media (min-width: 1920px) {
    .header-menu-toggle.toggled .header-menu-toggle__inner span:first-child {
        top: 10px;
    }
}

.header-menu-toggle.toggled .header-menu-toggle__inner span:last-child, .header-menu-toggle.toggled .header-menu-toggle__inner span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 6px;
}

@media (min-width: 1920px) {
    .header-menu-toggle.toggled .header-menu-toggle__inner span:last-child, .header-menu-toggle.toggled .header-menu-toggle__inner span:nth-child(2) {
        top: 10px;
    }
}

.header-account {
    position: absolute;
    top: 0;
    right: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-weight: bold;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

@media (min-width: 1920px) {
    .header-account {
        right: 100px;
    }
}

.header-account__avatar {
    width: 32px;
    height: 32px;
    margin-right: 18px;
}

@media (min-width: 1920px) {
    .header-account__avatar {
        width: 40px;
        height: 40px;
        margin-right: 22px;
    }
}

.header-account__avatar img {
    width: 100%;
}

.header-account__body {
    width: 98px;
    font-size: 0.625rem;
    line-height: 1;
    color: #5e627e;
}

@media (min-width: 1920px) {
    .header-account__body {
        font-size: 0.75rem;
    }
}

.header-account--guest .header-account__body {
    width: 90px;
}

.header-account__name {
    margin-top: 3px;
    font-size: 0.75rem;
    color: #fff;
}

@media (min-width: 1920px) {
    .header-account__name {
        font-size: 0.875rem;
    }
}

.header-account__icon {
    margin-left: 34px;
    margin-right: 34px;
    line-height: 1;
}

    .header-account__icon a {
        display: inline-block;
    }

        .header-account__icon a + a {
            margin-left: 30px;
        }

.menu-panel {
    position: fixed;
    left: 0;
    z-index: 1102;
    width: 100%;
    height: calc(100% - 72px);
    background-color: #151720;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: visibility 0ms, opacity 320ms ease;
    transition: visibility 0ms, opacity 320ms ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
    .menu-panel {
        overflow-y: auto;
    }
}

@media (min-width: 1920px) {
    .menu-panel {
        height: calc(100% - 100px);
    }
}

.site-header--top ~ .menu-panel {
    bottom: 0;
}

.site-header--bottom ~ .menu-panel {
    top: 0;
}

@media (max-width: 991.98px) {
    html.touch .site-header--bottom ~ .menu-panel {
        top: 72px;
        bottom: 0;
    }
}

.site-wrapper--has-menu-overlay .menu-panel {
    visibility: visible;
    opacity: 1;
}

.site-wrapper--has-menu-overlay .menu-panel__content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity ease 320ms, -webkit-transform ease 800ms;
    transition: opacity ease 320ms, -webkit-transform ease 800ms;
    transition: opacity ease 320ms, transform ease 800ms;
    transition: opacity ease 320ms, transform ease 800ms, -webkit-transform ease 800ms;
}

@media (max-width: 767.98px) {
    .menu-panel__mobile-bar {
        height: calc(100vh - 72px);
        overflow-y: auto;
    }
}

.menu-panel__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 78px 72px;
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    -webkit-transition-duration: 0;
    transition-duration: 0;
}

    .menu-panel__content .row + .row {
        margin-top: 3rem;
    }

@media (min-width: 992px) {
    .menu-panel__content .row + .row {
        margin-top: 80px;
    }
}

@media (min-width: 1920px) {
    .menu-panel__content .row + .row {
        margin-top: 100px;
    }
}

.menu-panel__navigation, .menu-panel__widget-area {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.menu-panel__mobile-bar {
    width: 100%;
}

.mobile-bar-item {
    color: #fff;
}

.mobile-bar-item__header {
    position: relative;
    display: block;
    padding: 17px 54px 16px 34px;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

    .mobile-bar-item__header, .mobile-bar-item__header:hover, .mobile-bar-item__header:focus {
        color: #fff;
    }

.mobile-bar-item + .mobile-bar-item {
    border-top: 1px solid #242633;
}

.mobile-bar-item:last-child {
    border-bottom: 1px solid #242633;
}

.cart-panel {
    position: fixed;
    overflow-y: scroll;
    z-index: 1101;
    left: 100%;
    height: calc(100% - 72px);
    width: 100%;
    padding: 30px 15px;
    text-align: left;
    -webkit-transition: -webkit-transform ease 440ms 0ms;
    transition: -webkit-transform ease 440ms 0ms;
    transition: transform ease 440ms 0ms;
    transition: transform ease 440ms 0ms, -webkit-transform ease 440ms 0ms;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    color: #fff;
    background-color: #222430;
}

@media (min-width: 768px) {
    .cart-panel {
        width: 80%;
        padding: 48px 40px 50px;
    }
}

@media (min-width: 992px) {
    .cart-panel {
        width: 700px;
    }
}

@media (min-width: 1920px) {
    .cart-panel {
        height: calc(100% - 100px);
        width: 960px;
        padding: 58px 60px 60px;
    }
}

.site-header--top ~ .cart-panel {
    bottom: 0;
}

.site-header--bottom ~ .cart-panel {
    top: 0;
}

@media (max-width: 991.98px) {
    html.touch .site-header--bottom ~ .cart-panel {
        top: 72px;
        bottom: 0;
    }
}

.site-wrapper--has-overlay .cart-panel {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.cart-panel__title {
    margin-bottom: 31px;
}

@media (min-width: 1920px) {
    .cart-panel__title {
        margin-bottom: 47px;
        font-size: 2.125rem;
    }
}

.cart-panel__content .table {
    margin-bottom: 22px;
}

@media (min-width: 1920px) {
    .cart-panel__content .table {
        margin-bottom: 33px;
    }
}

.cart-panel__content .table thead th {
    padding: 0 0 12px;
    font-size: 0.625rem;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    border: none;
}

@media (min-width: 1920px) {
    .cart-panel__content .table thead th {
        padding-bottom: 18px;
        font-size: 0.875rem;
    }
}

.cart-panel__content .table thead, .cart-panel__content .table tbody td {
    border-top: none;
    border-bottom: 1px solid rgba(94, 98, 126, 0.2);
}

.cart-panel .product__info {
    min-width: 258px;
    padding: 18px 15px 18px 0;
}

@media (min-width: 576px) {
    .cart-panel .product__info {
        min-width: 260px;
    }
}

@media (min-width: 1920px) {
    .cart-panel .product__info {
        padding-top: 26px;
        padding-bottom: 26px;
    }
}

.cart-panel .product__info-content {
    overflow: hidden;
    padding-left: 15px;
}

@media (min-width: 1920px) {
    .cart-panel .product__info-content {
        padding-left: 22px;
    }
}

.cart-panel .product__total, .cart-panel .product__quantity {
    display: none;
}

@media (min-width: 576px) {
    .cart-panel .product__total, .cart-panel .product__quantity {
        display: table-cell;
    }
}

.cart-panel .product__thumb {
    float: left;
    width: 44px;
    margin-bottom: 0;
}

    .cart-panel .product__thumb img {
        width: 100%;
    }

@media (min-width: 1920px) {
    .cart-panel .product__thumb {
        width: 60px;
    }
}

.cart-panel .product__name {
    margin-top: 2px;
    margin-bottom: 1px;
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

@media (min-width: 1920px) {
    .cart-panel .product__name {
        font-size: 1.25rem;
    }
}

.cart-panel .product__name a {
    color: #fff;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
}

    .cart-panel .product__name a:hover {
        color: #a3ff12;
    }

.cart-panel .product__cat, .cart-panel .product__info-details {
    display: block;
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

@media (min-width: 1920px) {
    .cart-panel .product__cat, .cart-panel .product__info-details {
        font-size: 0.875rem;
    }
}

.cart-panel .product__cat {
    color: #c6cbea;
}

@media (min-width: 1920px) {
    .cart-panel .product__cat {
        margin-top: 2px;
    }
}

.cart-panel .product__info-details {
    margin-top: 1px;
    color: #5e627e;
}

@media (min-width: 1920px) {
    .cart-panel .product__info-details {
        margin-top: 3px;
    }
}

.cart-panel .product__total:not(th), .cart-panel .product__quantity input {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
}

@media (min-width: 1920px) {
    .cart-panel .product__total:not(th), .cart-panel .product__quantity input {
        font-size: 1.125rem;
    }
}

.cart-panel .product__quantity {
    min-width: 56px;
    width: 56px;
    padding: 23px 0 0;
}

@media (min-width: 1920px) {
    .cart-panel .product__quantity {
        width: 68px;
    }
}

.cart-panel .product__quantity input, .cart-panel .product__quantity button {
    border: none;
    background-color: transparent;
    vertical-align: bottom;
}

    .cart-panel .product__quantity input:focus, .cart-panel .product__quantity button:focus {
        outline: none;
    }

.cart-panel .product__quantity button {
    position: relative;
    display: inline-block;
    padding: 0;
    width: 6px;
    height: 20px;
    color: #a3ff12;
}

body:not(.cursor-is--active) .cart-panel .product__quantity button {
    cursor: pointer;
}

.cart-panel .product__quantity button:after, .cart-panel .product__quantity button:before {
    position: absolute;
    content: "";
    background-color: #a3ff12;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.cart-panel .product__quantity .quantity-control__minus:before {
    top: 8px;
    left: 0;
    width: 6px;
    height: 2px;
}

.cart-panel .product__quantity .quantity-control__plus:before {
    top: 8px;
    left: 0;
    width: 6px;
    height: 2px;
}

.cart-panel .product__quantity .quantity-control__plus:after {
    top: 6px;
    left: 2px;
    width: 2px;
    height: 6px;
}

.cart-panel .product__quantity input {
    display: inline-block;
    width: 36px;
    height: 20px;
    padding: 0;
    text-align: center;
    color: #fff;
}

    .cart-panel .product__quantity input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    .cart-panel .product__quantity input[type=number] {
        -moz-appearance: textfield;
    }

.cart-panel .product__total:not(th) {
    color: #a3ff12;
}

.cart-panel .product__total {
    min-width: 96px;
    width: 146px;
    padding: 30px 0 0;
    text-align: center;
}

@media (min-width: 1920px) {
    .cart-panel .product__total {
        padding-top: 39px;
    }
}

.cart-panel .product__total-currency {
    color: #fff;
}

.cart-panel .product__remove {
    width: 55px;
    padding: 0 0 0 7px;
    vertical-align: middle;
}

@media (min-width: 576px) {
    .cart-panel .product__remove {
        vertical-align: top;
        padding-top: 24px;
    }
}

@media (min-width: 1920px) {
    .cart-panel .product__remove {
        padding-top: 31px;
    }
}

.cart-panel .product__remove-icon {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #5e627e;
    -webkit-transition: border-color 300ms ease;
    transition: border-color 300ms ease;
}

@media (min-width: 1920px) {
    .cart-panel .product__remove-icon {
        width: 30px;
        height: 30px;
    }
}

.cart-panel .product__remove-icon:after, .cart-panel .product__remove-icon:before {
    position: absolute;
    top: 9px;
    left: 6px;
    width: 8px;
    height: 2px;
    content: "";
    background-color: #5e627e;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
}

@media (min-width: 1920px) {
    .cart-panel .product__remove-icon:after, .cart-panel .product__remove-icon:before {
        top: 12px;
        left: 8px;
        width: 10px;
    }
}

.cart-panel .product__remove-icon:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cart-panel .product__remove-icon:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cart-panel .product__remove-icon:hover {
    border-color: #fff;
}

    .cart-panel .product__remove-icon:hover:after, .cart-panel .product__remove-icon:hover:before {
        background-color: #fff;
    }

.search-panel {
    position: fixed;
    left: 0;
    z-index: 1103;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: calc(100% - 72px);
    padding: 2rem;
    background-color: transparent;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0ms, opacity 320ms ease;
    transition: visibility 0ms, opacity 320ms ease;
}

body:not(.cursor-is--active) .search-panel {
    cursor: pointer;
}

@media (min-width: 1920px) {
    .search-panel {
        height: calc(100% - 100px);
    }
}

.site-header--top ~ .search-panel {
    bottom: 0;
}

.site-header--bottom ~ .search-panel {
    top: 0;
}

@media (max-width: 991.98px) {
    html.touch .site-header--bottom ~ .search-panel {
        top: 72px;
        bottom: 0;
    }
}

.search-panel__content {
    width: 100%;
    max-width: 570px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    -webkit-transition-duration: 0;
    transition-duration: 0;
}

@media (min-width: 1920px) {
    .search-panel__content {
        max-width: 782px;
    }
}

.site-wrapper--has-search-overlay .search-panel {
    visibility: visible;
    opacity: 1;
    background-color: rgba(21, 23, 32, 0.96);
}

.site-wrapper--has-search-overlay .search-panel__content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity ease 320ms, -webkit-transform ease 800ms;
    transition: opacity ease 320ms, -webkit-transform ease 800ms;
    transition: opacity ease 320ms, transform ease 800ms;
    transition: opacity ease 320ms, transform ease 800ms, -webkit-transform ease 800ms;
}

.bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #222430;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg--texture-01 {
    background-image: url("../img/bg-texture-01.jpg");
}

.bg--texture-02 {
    background-image: url("../img/bg-texture-02.jpg");
}

.bg--texture-03 {
    background-image: url("../img/bg-texture-03.jpg");
}

.bg--dotted-3x3::before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/3x3-black.gif);
    background-repeat: repeat;
    background-position: 50% 0;
    z-index: -1;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .bg--dotted-3x3::before {
        background-image: url(../img/3x3-black@2x.gif);
        background-size: 3px 3px;
    }
}

.df-custom-cursor-wrap {
    pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
    .df-custom-cursor-wrap {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow: hidden;
        z-index: 9999999;
    }
}

@media (hover: hover) and (pointer: fine) {
    #df-custom-cursor {
        position: absolute;
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
    }

        #df-custom-cursor::after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            border: 1px solid #a3ff12;
            opacity: 0.5;
        }
}

.site-header--top, .site-header--bottom {
    position: fixed;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    background-color: #151720;
    z-index: 1105;
}

@media (min-width: 1920px) {
    .site-header--top, .site-header--bottom {
        height: 100px;
    }
}

.site-header--top .header-actions, .site-header--bottom .header-actions {
    margin-left: auto;
}

.site-header--top {
    top: 0;
}

.site-header--bottom {
    bottom: 0;
}

@media (max-width: 991.98px) {
    html.touch .site-header {
        top: 0;
        bottom: auto;
        -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
}

@media (max-width: 991.98px) {
    html.touch .site-wrapper--has-overlay .site-header, html.touch .site-wrapper--has-menu-overlay .site-header, html.touch .site-wrapper--has-search-overlay .site-header {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

body {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.row {
    min-width: 100%;
}

.site-wrapper {
    min-height: 100vh;
}

.site-layout--landing .site-wrapper {
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    .site-layout--landing .site-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.site-layout--landing .site-content__center {
    position: relative;
    padding-top: 40px;
    padding-bottom: 66px;
    z-index: 1;
}

@media (min-width: 992px) {
    .site-layout--landing .site-content__center {
        padding-top: 5.208333vh;
        padding-bottom: 8.59375vh;
    }
}

.site-content__inner {
    min-height: calc(100vh - 72px);
}

@media (min-width: 1920px) {
    .site-content__inner {
        min-height: calc(100vh - 100px);
    }
}

.site-layout--default .site-content__inner {
    margin-left: auto;
    padding: 60px 24px;
    background-color: #fff;
}

@media (min-width: 992px) {
    .site-layout--default .site-content__inner {
        width: 606px;
        padding: 68px 90px 100px 70px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media (min-width: 1440px) {
    .site-layout--default .site-content__inner {
        width: 61.4585%;
    }

        .site-layout--default .site-content__inner .site-content__holder {
            max-width: 675px;
        }
}

@media (min-width: 1920px) {
    .site-layout--default .site-content__inner {
        padding: 95px 120px;
    }

        .site-layout--default .site-content__inner .site-content__holder {
            max-width: 920px;
        }
}

.page-thumbnail {
    margin: -60px -24px 40px;
}

    .page-thumbnail img {
        width: 100%;
    }

@media (min-width: 992px) {
    .page-thumbnail {
        position: fixed;
        left: 0;
        width: calc(100% - 606px);
        height: calc(100vh - 72px);
        margin: 0;
    }

        .page-thumbnail a {
            display: block;
            width: 100%;
        }

        .page-thumbnail img:not(.page-bg-logo) {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }
}

@media (min-width: 1440px) {
    .page-thumbnail {
        width: 38.5415%;
    }
}

.page-thumbnail--default {
    overflow: hidden;
    position: relative;
/*    padding-bottom: 100%;
    background-image: url("../img/page-bg-base.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;*/
}

@media (min-width: 992px) {
    .page-thumbnail--default {
        position: fixed;
        padding-bottom: 0;
    }
}

.page-thumbnail--default .ncr-page-decor__layer-1, .page-thumbnail--default .ncr-page-decor__layer-2, .page-thumbnail--default .ncr-page-decor__layer-3, .page-thumbnail--default .ncr-page-decor__layer-4, .page-thumbnail--default .ncr-page-decor__layer-5 {
    opacity: 0;
    -webkit-transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
}

.page-thumbnail--default .ncr-page-decor__layer-3, .page-thumbnail--default .ncr-page-decor__layer-4, .page-thumbnail--default .ncr-page-decor__layer-5 {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
}

.page-thumbnail--default .page-bg-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    z-index: 1;
    opacity: 0;
    -webkit-transform: scale(1.2) translate3d(-50%, -50%, 0);
    transform: scale(1.2) translate3d(-50%, -50%, 0);
    -webkit-transition: all 500ms ease 400ms;
    transition: all 500ms ease 400ms;
}

@media (min-width: 1920px) {
    .page-thumbnail--default .page-bg-logo {
        width: 62%;
    }
}

.page-title {
    margin-bottom: 50px;
}

@media (min-width: 1920px) {
    .page-title {
        margin-bottom: 86px;
    }
}

.page-content > *:last-child {
    margin-bottom: 0;
}

.page-content > p:first-child {
    margin-top: -6px;
}

.preloader svg {
    fill: #5e627e;
}

.preloader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #151720;
    z-index: 999999;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.7s 0.55s all cubic-bezier(0.86, 0, 0.07, 1);
    transition: 0.7s 0.55s all cubic-bezier(0.86, 0, 0.07, 1);
    min-height: 180px;
}

.preloader-is--active .preloader-overlay {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.preloader-inner {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.pong-loader {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 36.5%;
    height: 20px;
    width: 3px;
    background-color: transparent;
    -webkit-animation: paddles 0.75s ease-out infinite;
    animation: paddles 0.75s ease-out infinite;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .pong-loader::before {
        content: "";
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 7.5px;
        width: 5px;
        height: 5px;
        background-color: #a3ff12;
        border-radius: 50%;
        -webkit-animation: ballbounce 0.6s ease-out infinite;
        animation: ballbounce 0.6s ease-out infinite;
    }

@-webkit-keyframes paddles {
    0% {
        -webkit-box-shadow: -12.5px -5px 0px #fff, 12.5px 5px 0px #fff;
        box-shadow: -12.5px -5px 0px #fff, 12.5px 5px 0px #fff;
    }

    50% {
        -webkit-box-shadow: -12.5px 8px 0px #fff, 12.5px -5px 0px #fff;
        box-shadow: -12.5px 8px 0px #fff, 12.5px -5px 0px #fff;
    }

    100% {
        -webkit-box-shadow: -12.5px -5px 0px #fff, 12.5px 5px 0px #fff;
        box-shadow: -12.5px -5px 0px #fff, 12.5px 5px 0px #fff;
    }
}

@keyframes paddles {
    0% {
        -webkit-box-shadow: -12.5px -5px 0px #fff, 12.5px 5px 0px #fff;
        box-shadow: -12.5px -5px 0px #fff, 12.5px 5px 0px #fff;
    }

    50% {
        -webkit-box-shadow: -12.5px 8px 0px #fff, 12.5px -5px 0px #fff;
        box-shadow: -12.5px 8px 0px #fff, 12.5px -5px 0px #fff;
    }

    100% {
        -webkit-box-shadow: -12.5px -5px 0px #fff, 12.5px 5px 0px #fff;
        box-shadow: -12.5px -5px 0px #fff, 12.5px 5px 0px #fff;
    }
}

@-webkit-keyframes ballbounce {
    0% {
        -webkit-transform: translateX(-10px) scale(1, 1.2);
        transform: translateX(-10px) scale(1, 1.2);
    }

    25% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }

    50% {
        -webkit-transform: translateX(7.5px) scale(1, 1.2);
        transform: translateX(7.5px) scale(1, 1.2);
    }

    75% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }

    100% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
}

@keyframes ballbounce {
    0% {
        -webkit-transform: translateX(-10px) scale(1, 1.2);
        transform: translateX(-10px) scale(1, 1.2);
    }

    25% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }

    50% {
        -webkit-transform: translateX(7.5px) scale(1, 1.2);
        transform: translateX(7.5px) scale(1, 1.2);
    }

    75% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }

    100% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 30px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.comment + .comment {
    margin-top: 50px;
}

@media (min-width: 1920px) {
    .comment + .comment {
        margin-top: 70px;
    }
}

.match-stats-links {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

    .match-stats-links li a {
        display: block;
        width: 34px;
        height: 34px;
        line-height: 30px;
        border: 2px solid #5e627e;
        border-radius: 100%;
        text-align: center;
    }

@media (min-width: 1920px) {
    .match-stats-links li a {
        width: 44px;
        height: 44px;
        line-height: 38px;
        border-width: 3px;
    }
}

.match-stats-links li a svg {
    display: inline-block;
    width: 12px;
    height: 12px;
    fill: #5e627e;
    -webkit-transition: fill 300ms ease;
    transition: fill 300ms ease;
}

@media (min-width: 1920px) {
    .match-stats-links li a svg {
        width: 16px;
        height: 16px;
    }
}

.match-stats-links li a:hover, .match-stats-links li a.active {
    border-color: #a3ff12;
}

    .match-stats-links li a:hover svg, .match-stats-links li a.active svg {
        fill: #fff;
    }

@media (max-width: 991.98px) {
    .match-stats-links--main {
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .match-stats-links--main {
        position: fixed;
        top: 50%;
        left: 70px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.match-stats-links--main li {
    display: inline-block;
}

@media (min-width: 992px) {
    .match-stats-links--main li {
        display: block;
    }
}

.match-stats-links--main li + li {
    position: relative;
}

@media (max-width: 991.98px) {
    .match-stats-links--main li + li {
        margin-left: 34px;
    }
}

@media (min-width: 992px) {
    .match-stats-links--main li + li {
        margin-top: 38px;
    }
}

@media (min-width: 1920px) {
    .match-stats-links--main li + li {
        margin-top: 50px;
    }
}

.match-stats-links--main li + li:before {
    position: absolute;
    content: "";
}

@media (max-width: 991.98px) {
    .match-stats-links--main li + li:before {
        width: 30px;
        top: 16px;
        right: calc(100% + 4px);
        border-top: 2px dotted #5e627e;
    }
}

@media (min-width: 992px) {
    .match-stats-links--main li + li:before {
        bottom: calc(100% + 4px);
        left: 16px;
        height: 30px;
        border-left: 2px dotted #5e627e;
    }
}

@media (min-width: 1920px) {
    .match-stats-links--main li + li:before {
        bottom: calc(100% + 9px);
        left: 20px;
        height: 32px;
        border-width: 4px;
    }
}

.match-stats-progress__icon {
    width: 24px;
    height: 24px;
}

@media (min-width: 1200px) {
    .match-stats-progress__icon {
        margin-left: 6px;
    }
}

.matches-table {
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #fff;
}

    .matches-table tbody > tr:first-child td {
        border-top: none;
    }

    .matches-table tbody tr:nth-child(odd) {
        background-color: #151720;
    }

    .matches-table tbody tr:nth-child(even) {
        background-color: #13151e;
    }

    .matches-table tbody td {
        vertical-align: middle;
        border-color: rgba(94, 98, 126, 0.2);
    }
