﻿.form-control {
    display: block;
    width: 100%;
    height: -webkit-calc(1.5em + .75rem + 2px);
    height: 50px !important;
    padding: .375rem .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: .4rem;
    -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
}

.form-control-corporate {
    display: block;
    width: 100%;
    height: 46px;
    padding: .375rem .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: .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
}

    .required::after {
    content: " * ";
}
div.dataTables_wrapper div.dataTables_filter {
    text-align:center;
}
div.dataTables_wrapper div.dataTables_filter label, div.dataTables_wrapper div.dataTables_length label {
    width: 100%;
}
/*Range*/
    input [type=range] {
    -webkit-appearance: none;
    height: 35px; /* color: punto ampliado */
    padding: 0;
    width: 100%;
    background-color: transparent;
    cursor: pointer;
}

            input[type=range]::-webkit-slider-thumb {
                -webkit-appearance: none;
                box-sizing: content-box;
                border: 12px solid #6653C2; /* color: punto ampliado */
                height: 8px;
                width: 8px;
                border-radius: 50%;
                background-color: #6C4DC9; /* color: puntito */
                cursor: ew-resize;
                margin-top: -14px;
                opacity: 1;
            }

    input[type=range]::-moz-range-thumb {
        border: 12px solid black; /* color: punto ampliado */
        height: 8px;
        width: 8px;
        border-radius: 18px;
        background-color: #3fa2bf; /* color: puntito */
        cursor: ew-resize;
        margin-top: -14px;
        opacity: .7;
    }

    input[type=range]::-ms-thumb {
        display: inline-block;
        border: 12px solid #a6d8ef;
        height: 8px;
        width: 8px;
        border-radius: 18px;
        background-color: #5082e0;
        cursor: ew-resize;
        margin-top: 5px;
    }
    /*
    input[type=range]::-webkit-slider-runnable-track {
        height: 3px;
        border-color: transparent;
        color: transparent;
        background-color: #333333;
    }*/
    /*input[type=range]::-webkit-slider-runnable-track { background: linear-gradient(90deg,#3fa2bf 50%,#cccccc 26%); }*/
    input[type=range]::-moz-range-track {
        height: 3px;
        background-color: #6653C2;
    }

    input[type=range]::-moz-range-progress {
        background-color: #6653C2; /* color: deslizador mozilla */
    }

/* input[type=range]:focus {
        outline: none;
    }

    input[type=range]::-ms-track {
        height: 3px;
        cursor: pointer;
        border-color: transparent;
        color: transparent;
        background-color: transparent;
    }*/
/*Fin Range*/
.text-white {
    color:#FFFFFF !important;
}
.text-black {
    color: #000000 !important;
}

@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 .2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-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
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: -webkit-calc(.375rem + 1px);
    padding-top: calc(.375rem + 1px);
    padding-bottom: -webkit-calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: -webkit-calc(.5rem + 1px);
    padding-top: calc(.5rem + 1px);
    padding-bottom: -webkit-calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: -webkit-calc(.25rem + 1px);
    padding-top: calc(.25rem + 1px);
    padding-bottom: -webkit-calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-sm,
    .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm {
    height: -webkit-calc(1.5em + .5rem + 2px);
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: -webkit-calc(1.5em + 1rem + 2px);
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[size],
select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col,
    .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d
    }

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: .25rem
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    padding-right: -webkit-calc(1.5em + .75rem);
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right -webkit-calc(.375em + .1875rem);
    background-position: center right calc(.375em + .1875rem);
    background-size: -webkit-calc(.75em + .375rem) -webkit-calc(.75em + .375rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .was-validated .form-control:valid:focus,
    .form-control.is-valid:focus {
        border-color: #28a745;
        -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
        box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
    }

    .was-validated .form-control:valid ~ .valid-feedback,
    .was-validated .form-control:valid ~ .valid-tooltip,
    .form-control.is-valid ~ .valid-feedback,
    .form-control.is-valid ~ .valid-tooltip {
        display: block
    }

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: -webkit-calc(1.5em + .75rem);
    padding-right: calc(1.5em + .75rem);
    background-position: top -webkit-calc(.375em + .1875rem) right -webkit-calc(.375em + .1875rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: -webkit-calc((1em + .75rem) * 3 / 4 + 1.75rem);
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) -webkit-calc(.75em + .375rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

    .was-validated .custom-select:valid:focus,
    .custom-select.is-valid:focus {
        border-color: #28a745;
        -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
        box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
    }

    .was-validated .custom-select:valid ~ .valid-feedback,
    .was-validated .custom-select:valid ~ .valid-tooltip,
    .custom-select.is-valid ~ .valid-feedback,
    .custom-select.is-valid ~ .valid-tooltip {
        display: block
    }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #28a745
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745
}

    .was-validated .custom-control-input:valid ~ .custom-control-label::before,
    .custom-control-input.is-valid ~ .custom-control-label::before {
        border-color: #28a745
    }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: .25rem
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: -webkit-calc(1.5em + .75rem);
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right -webkit-calc(.375em + .1875rem);
    background-position: center right calc(.375em + .1875rem);
    background-size: -webkit-calc(.75em + .375rem) -webkit-calc(.75em + .375rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .was-validated .form-control:invalid:focus,
    .form-control.is-invalid:focus {
        border-color: #dc3545;
        -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
        box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
    }

    .was-validated .form-control:invalid ~ .invalid-feedback,
    .was-validated .form-control:invalid ~ .invalid-tooltip,
    .form-control.is-invalid ~ .invalid-feedback,
    .form-control.is-invalid ~ .invalid-tooltip {
        display: block
    }

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: -webkit-calc(1.5em + .75rem);
    padding-right: calc(1.5em + .75rem);
    background-position: top -webkit-calc(.375em + .1875rem) right -webkit-calc(.375em + .1875rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: -webkit-calc((1em + .75rem) * 3 / 4 + 1.75rem);
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) -webkit-calc(.75em + .375rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

    .was-validated .custom-select:invalid:focus,
    .custom-select.is-invalid:focus {
        border-color: #dc3545;
        -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
        box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
    }

    .was-validated .custom-select:invalid ~ .invalid-feedback,
    .was-validated .custom-select:invalid ~ .invalid-tooltip,
    .custom-select.is-invalid ~ .invalid-feedback,
    .custom-select.is-invalid ~ .invalid-tooltip {
        display: block
    }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545
}

    .was-validated .custom-control-input:invalid ~ .custom-control-label::before,
    .custom-control-input.is-invalid ~ .custom-control-label::before {
        border-color: #dc3545
    }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .form-inline .form-check {
        width: 100%
    }

@media (min-width: 576px) {
    .form-inline label {
        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;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto
    }

    .form-inline .form-check {
        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: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        border-color: #007bff;
        background-color: #007bff
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #80bdff
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff;
        border-color: #b3d7ff
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

    .custom-control-label::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #adb5bd solid 1px
    }

    .custom-control-label::after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: no-repeat 50% / 50% 50%
    }

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5)
}

.custom-switch {
    padding-left: 2.25rem
}

    .custom-switch .custom-control-label::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: .5rem
    }

    .custom-switch .custom-control-label::after {
        top: -webkit-calc(.25rem + 2px);
        top: calc(.25rem + 2px);
        left: -webkit-calc(-2.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: -webkit-calc(1rem - 4px);
        width: calc(1rem - 4px);
        height: -webkit-calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #adb5bd;
        border-radius: .5rem;
        -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: transform 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: transform 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-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
    }

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    -ms-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: -webkit-calc(1.5em + .75rem + 2px);
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff
        }

    .custom-select[multiple],
    .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef
    }

    .custom-select::-ms-expand {
        display: none
    }

.custom-select-sm {
    height: -webkit-calc(1.5em + .5rem + 2px);
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: -webkit-calc(1.5em + 1rem + 2px);
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: -webkit-calc(1.5em + .75rem + 2px);
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: -webkit-calc(1.5em + .75rem + 2px);
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
    }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse"
    }

    .custom-file-input ~ .custom-file-label[data-browse]::after {
        content: attr(data-browse)
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: -webkit-calc(1.5em + .75rem + 2px);
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: -webkit-calc(1.5em + .75rem);
        height: calc(1.5em + .75rem);
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 .25rem .25rem 0
    }

.custom-range {
    width: 100%;
    height: -webkit-calc(1rem + .4rem);
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus {
        outline: none
    }

        .custom-range:focus::-webkit-slider-thumb {
            -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, 0.25)
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, 0.25)
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, 0.25)
        }

    .custom-range::-moz-focus-outer {
        border: 0
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: 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;
        -webkit-appearance: none;
        appearance: none
    }

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: 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;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: 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;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: 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) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        transition: none
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
    z-index:1000;
}

.dropdown-toggle {
    white-space: nowrap
}

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .dropdown-toggle:empty::after {
        margin-left: 0
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:hover,
    .dropdown-item:focus {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .dropdown-item.active,
    .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff
    }

    .dropdown-item.disabled,
    .dropdown-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.table {
    width: 100%;
    margin-bottom: 0;
    color: #212529
}

    .table th,
    .table td {
        padding: .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 > :not(:first-child) {
        border:none;
    }

    .table-sm th,
    .table-sm td {
        padding: .3rem
    }

.table-corporate thead th {
    line-height: 12px;
    text-align: center;
    border: 1px solid #D7D7D7 !important;
    border-top: 1px solid #D7D7D7 !important;
    border-bottom: 1px solid #D7D7D7 !important;
    background-color: #EBEBEB;
    color: #221F1F;
    padding-bottom: 5px;
    font-size: 12px;
}

.table-corporate th,
.table-corporate td {
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #dee2e6;
    text-align: center;
    vertical-align: middle !important;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    height: calc(1.5em + .75rem + 2px);
}
.height-100 {
    height:100%;
}
.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #D7D7D7;
    vertical-align: middle;
    max-width: 5%;
    width: 5%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.table-bordered {
    border: 1px solid #dee2e6
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px
    }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075)
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff
}

    .table-primary th,
    .table-primary td,
    .table-primary thead th,
    .table-primary tbody + tbody {
        border-color: #7abaff
    }

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #9fcdff
    }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db
}

    .table-secondary th,
    .table-secondary td,
    .table-secondary thead th,
    .table-secondary tbody + tbody {
        border-color: #b3b7bb
    }

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb
}

    .table-success th,
    .table-success td,
    .table-success thead th,
    .table-success tbody + tbody {
        border-color: #8fd19e
    }

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #b1dfbb
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb
}

    .table-info th,
    .table-info td,
    .table-info thead th,
    .table-info tbody + tbody {
        border-color: #86cfda
    }

.table-hover .table-info:hover {
    background-color: #abdde5
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #abdde5
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba
}

    .table-warning th,
    .table-warning td,
    .table-warning thead th,
    .table-warning tbody + tbody {
        border-color: #ffdf7e
    }

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #ffe8a1
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb
}

    .table-danger th,
    .table-danger td,
    .table-danger thead th,
    .table-danger tbody + tbody {
        border-color: #ed969e
    }

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #f1b0b7
    }

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe
}

    .table-light th,
    .table-light td,
    .table-light thead th,
    .table-light tbody + tbody {
        border-color: #fbfcfc
    }

.table-hover .table-light:hover {
    background-color: #ececf6
}

    .table-hover .table-light:hover > td,
    .table-hover .table-light:hover > th {
        background-color: #ececf6
    }

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #95999c
    }

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

    .table-hover .table-dark:hover > td,
    .table-hover .table-dark:hover > th {
        background-color: #b9bbbe
    }

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075)
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075)
    }

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th {
        border-color: #454d55
    }

    .table-dark.table-bordered {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05)
    }

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.075)
    }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

    .table-responsive > .table-bordered {
        border: 0
    }

.card,
.item {
    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: .25rem
}

    .card > hr,
    .item > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child,
    .item > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child,
    .item > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

    .card-header:first-child {
        border-radius: -webkit-calc(.25rem - 1px) -webkit-calc(.25rem - 1px) 0 0;
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}

    .card-footer:last-child {
        border-radius: 0 0 -webkit-calc(.25rem - 1px) -webkit-calc(.25rem - 1px);
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: -webkit-calc(.25rem - 1px);
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: -webkit-calc(.25rem - 1px);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: -webkit-calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: -webkit-calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: -webkit-calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-deck .card,
    .card-deck .item {
        margin-bottom: 15px
    }

@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card,
        .card-deck .item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-group > .card,
    .card-group > .item {
        margin-bottom: 15px
    }

@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

        .card-group > .card,
        .card-group > .item {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card,
            .card-group > .item + .card,
            .card-group > .card + .item,
            .card-group > .item + .item {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child),
            .card-group > .item:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-img-top,
                .card-group > .item:not(:last-child) .card-img-top,
                .card-group > .card:not(:last-child) .card-header,
                .card-group > .item:not(:last-child) .card-header {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-img-bottom,
                .card-group > .item:not(:last-child) .card-img-bottom,
                .card-group > .card:not(:last-child) .card-footer,
                .card-group > .item:not(:last-child) .card-footer {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child),
            .card-group > .item:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-img-top,
                .card-group > .item:not(:first-child) .card-img-top,
                .card-group > .card:not(:first-child) .card-header,
                .card-group > .item:not(:first-child) .card-header {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-img-bottom,
                .card-group > .item:not(:first-child) .card-img-bottom,
                .card-group > .card:not(:first-child) .card-footer,
                .card-group > .item:not(:first-child) .card-footer {
                    border-bottom-left-radius: 0
                }
}

.card-columns .card,
.card-columns .item {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card,
        .card-columns .item {
            display: inline-block;
            width: 100%
        }
}

.accordion > .card,
.accordion > .item {
    overflow: hidden
}

    .accordion > .card:not(:first-of-type) .card-header:first-child,
    .accordion > .item:not(:first-of-type) .card-header:first-child {
        border-radius: 0
    }

    .accordion > .card:not(:first-of-type):not(:last-of-type),
    .accordion > .item:not(:first-of-type):not(:last-of-type) {
        border-bottom: 0;
        border-radius: 0
    }

    .accordion > .card:first-of-type,
    .accordion > .item:first-of-type {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .accordion > .card:last-of-type,
    .accordion > .item:last-of-type {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .accordion > .card .card-header,
    .accordion > .item .card-header {
        margin-bottom: -1px
    }

.accordion-button:not(.collapsed) {
    color: #FFFFFF;
    font-weight:bold;
    background-color: #FC5A3A;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.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
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

    .list-group-item-action:hover,
    .list-group-item-action:focus {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

    .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .list-group-item.disabled,
    .list-group-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

    .list-group-horizontal .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

        .list-group-horizontal .list-group-item:first-child {
            border-top-left-radius: .25rem;
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal .list-group-item:last-child {
            margin-right: 0;
            border-top-right-radius: .25rem;
            border-bottom-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-sm .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-sm .list-group-item:first-child {
                border-top-left-radius: .25rem;
                border-bottom-left-radius: .25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-sm .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: .25rem;
                border-bottom-right-radius: .25rem;
                border-bottom-left-radius: 0
            }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-md .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-md .list-group-item:first-child {
                border-top-left-radius: .25rem;
                border-bottom-left-radius: .25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-md .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: .25rem;
                border-bottom-right-radius: .25rem;
                border-bottom-left-radius: 0
            }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-lg .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-lg .list-group-item:first-child {
                border-top-left-radius: .25rem;
                border-bottom-left-radius: .25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-lg .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: .25rem;
                border-bottom-right-radius: .25rem;
                border-bottom-left-radius: 0
            }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-xl .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-xl .list-group-item:first-child {
                border-top-left-radius: .25rem;
                border-bottom-left-radius: .25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-xl .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: .25rem;
                border-bottom-right-radius: .25rem;
                border-bottom-left-radius: 0
            }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

    .list-group-flush .list-group-item:last-child {
        margin-bottom: -1px
    }

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

    .list-group-item-primary.list-group-item-action:hover,
    .list-group-item-primary.list-group-item-action:focus {
        color: #004085;
        background-color: #9fcdff
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004085;
        border-color: #004085
    }

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

    .list-group-item-secondary.list-group-item-action:hover,
    .list-group-item-secondary.list-group-item-action:focus {
        color: #383d41;
        background-color: #c8cbcf
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41
    }

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

    .list-group-item-success.list-group-item-action:hover,
    .list-group-item-success.list-group-item-action:focus {
        color: #155724;
        background-color: #b1dfbb
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

    .list-group-item-info.list-group-item-action:hover,
    .list-group-item-info.list-group-item-action:focus {
        color: #0c5460;
        background-color: #abdde5
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

    .list-group-item-warning.list-group-item-action:hover,
    .list-group-item-warning.list-group-item-action:focus {
        color: #856404;
        background-color: #ffe8a1
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

    .list-group-item-danger.list-group-item-action:hover,
    .list-group-item-danger.list-group-item-action:focus {
        color: #721c24;
        background-color: #f1b0b7
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24
    }

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

    .list-group-item-light.list-group-item-action:hover,
    .list-group-item-light.list-group-item-action:focus {
        color: #818182;
        background-color: #ececf6
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

    .list-group-item-dark.list-group-item-action:hover,
    .list-group-item-dark.list-group-item-action:focus {
        color: #1b1e21;
        background-color: #b9bbbe
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21
    }

.row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: -.5rem
}

    .row > * {
        width: unset;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-top: 0;
    }
    .row.no-margin-sides {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .row.no-margin-bottom {
        margin-bottom: 0 !important
    }

.no-side-padding {
    padding-left: 0px !important;
    padding-right: 0px !important
}

.box-row {
    position: relative;
    margin-bottom: 1rem
}

.row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem
}

.col-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
}

.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.initial-order-xs {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: initial;
    order: initial
}

@media all and (max-width: 575px) {
    .hidden-xs {
        display: none !important
    }
}

@media all and (min-width: 576px) {
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-offset-0,
    .col-sm-offset-1,
    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12,
    .col-sm-offset-2,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }

    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .initial-order-sm {
        -webkit-box-ordinal-group: NaN;
        -ms-flex-order: initial;
        order: initial
    }
}

@media all and (min-width: 576px) and (max-width: 765px) {
    .hidden-sm {
        display: none !important
    }
}

@media all and (min-width: 766px) {
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-offset-0,
    .col-md-offset-1,
    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12,
    .col-md-offset-2,
    .col-md-offset-3,
    .col-md-offset-4,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }

    .col-md {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .initial-order-md {
        -webkit-box-ordinal-group: NaN;
        -ms-flex-order: initial;
        order: initial
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .hidden-md {
        display: none !important
    }
}

@media all and (min-width: 992px) {
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-offset-0,
    .col-lg-offset-1,
    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12,
    .col-lg-offset-2,
    .col-lg-offset-3,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }

    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .initial-order-lg {
        -webkit-box-ordinal-group: NaN;
        -ms-flex-order: initial;
        order: initial
    }
}

@media all and (min-width: 1200px) {
    .hidden-xl {
        display: none !important
    }

    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-offset-0,
    .col-xl-offset-1,
    .col-xl-offset-10,
    .col-xl-offset-11,
    .col-xl-offset-12,
    .col-xl-offset-2,
    .col-xl-offset-3,
    .col-xl-offset-4,
    .col-xl-offset-5,
    .col-xl-offset-6,
    .col-xl-offset-7,
    .col-xl-offset-8,
    .col-xl-offset-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }

    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-xl-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-xl-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xl-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-xl-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xl-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-xl-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-xl-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-xl-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-xl-offset-0 {
        margin-left: 0
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%
    }

    .col-xl-offset-3 {
        margin-left: 25%
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%
    }

    .col-xl-offset-6 {
        margin-left: 50%
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%
    }

    .col-xl-offset-9 {
        margin-left: 75%
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%
    }

    .start-xl {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-xl {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-xl {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-xl {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-xl {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-xl {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-xl {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-xl {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-xl {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-xl {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .initial-order-xl {
        -webkit-box-ordinal-group: NaN;
        -ms-flex-order: initial;
        order: initial
    }
}


/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative
}

    .flickity-enabled:focus {
        outline: none
    }

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .flickity-enabled.is-draggable .flickity-viewport {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab
    }

        .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
            cursor: -webkit-grabbing;
            cursor: grabbing
        }

.flickity-button {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    border: none;
    color: #333
}

    .flickity-button:hover {
        background: white;
        cursor: pointer
    }

    .flickity-button:focus {
        outline: none;
        -webkit-box-shadow: 0 0 0 5px #19F;
        box-shadow: 0 0 0 5px #19F
    }

    .flickity-button:active {
        opacity: 0.6
    }

    .flickity-button:disabled {
        opacity: 0.3;
        cursor: auto;
        pointer-events: none
    }

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .flickity-prev-next-button.previous {
        left: 10px
    }

    .flickity-prev-next-button.next {
        right: 10px
    }

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: none;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #fff;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer
}

    .flickity-page-dots .dot.is-selected {
        opacity: 1
    }


/*!
 * Bootstrap Colorpicker v2.3.3
 * http://mjolnic.github.io/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */

.colorpicker-saturation {
    width: 100px;
    height: 100px;
    background-image: url("https://www.jquery-az.com/boots/img/bootstrap-colorpicker/saturation.png");
    cursor: crosshair;
    float: left
}

    .colorpicker-saturation i {
        display: block;
        height: 5px;
        width: 5px;
        border: 1px solid #000;
        border-radius: 5px;
        position: absolute;
        top: 0;
        left: 0;
        margin: -4px 0 0 -4px
    }

        .colorpicker-saturation i b {
            display: block;
            height: 5px;
            width: 5px;
            border: 1px solid #fff;
            border-radius: 5px
        }

.colorpicker-hue,
.colorpicker-alpha {
    width: 15px;
    height: 100px;
    float: left;
    cursor: row-resize;
    margin-left: 4px;
    margin-bottom: 4px
}

    .colorpicker-hue i,
    .colorpicker-alpha i {
        display: block;
        height: 1px;
        background: #000;
        border-top: 1px solid #fff;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: -1px
    }

.colorpicker-hue {
    background-image: url("https://www.jquery-az.com/boots/img/bootstrap-colorpicker/hue.png")
}

.colorpicker-alpha {
    background-image: url("https://www.jquery-az.com/boots/img/bootstrap-colorpicker/alpha.png");
    display: none
}

.colorpicker-saturation,
.colorpicker-hue,
.colorpicker-alpha {
    background-size: contain
}

.colorpicker {
    padding: 4px;
    min-width: 130px;
    margin-top: 1px;
    border-radius: 4px;
    z-index: 2500
}

    .colorpicker:before,
    .colorpicker:after {
        display: table;
        content: "";
        line-height: 0
    }

    .colorpicker:after {
        clear: both
    }

    .colorpicker:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: -7px;
        left: 6px
    }

    .colorpicker:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        position: absolute;
        top: -6px;
        left: 7px
    }

    .colorpicker div {
        position: relative
    }

    .colorpicker.colorpicker-with-alpha {
        min-width: 140px
    }

        .colorpicker.colorpicker-with-alpha .colorpicker-alpha {
            display: block
        }

.colorpicker-color {
    height: 10px;
    margin-top: 5px;
    clear: both;
    background-image: url("https://www.jquery-az.com/boots/img/bootstrap-colorpicker/alpha.png");
    background-position: 0 100%
}

    .colorpicker-color div {
        height: 10px
    }

.colorpicker-selectors {
    display: none;
    height: 10px;
    margin-top: 5px;
    clear: both
}

    .colorpicker-selectors i {
        cursor: pointer;
        float: left;
        height: 10px;
        width: 10px
    }

        .colorpicker-selectors i + i {
            margin-left: 3px
        }

.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
    display: inline-block;
    cursor: pointer;
    height: 16px;
    vertical-align: text-top;
    width: 16px
}

.colorpicker.colorpicker-inline {
    position: relative;
    display: inline-block;
    float: none;
    z-index: auto
}

.colorpicker.colorpicker-horizontal {
    width: 110px;
    min-width: 110px;
    height: auto
}

    .colorpicker.colorpicker-horizontal .colorpicker-saturation {
        margin-bottom: 4px
    }

    .colorpicker.colorpicker-horizontal .colorpicker-color {
        width: 100px
    }

    .colorpicker.colorpicker-horizontal .colorpicker-hue,
    .colorpicker.colorpicker-horizontal .colorpicker-alpha {
        width: 100px;
        height: 15px;
        float: left;
        cursor: col-resize;
        margin-left: 0px;
        margin-bottom: 4px
    }

        .colorpicker.colorpicker-horizontal .colorpicker-hue i,
        .colorpicker.colorpicker-horizontal .colorpicker-alpha i {
            display: block;
            height: 15px;
            background: #ffffff;
            position: absolute;
            top: 0;
            left: 0;
            width: 1px;
            border: none;
            margin-top: 0px
        }

    .colorpicker.colorpicker-horizontal .colorpicker-hue {
        background-image: url("../../img/bootstrap-colorpicker/hue-horizontal.png")
    }

    .colorpicker.colorpicker-horizontal .colorpicker-alpha {
        background-image: url("../../img/bootstrap-colorpicker/alpha-horizontal.png")
    }

.colorpicker.colorpicker-hidden {
    display: none
}

.colorpicker.colorpicker-visible {
    display: block
}

.colorpicker-inline.colorpicker-visible {
    display: inline-block
}

.colorpicker-right:before {
    left: auto;
    right: 6px
}

.colorpicker-right:after {
    left: auto;
    right: 7px
}

.colorpicker-no-arrow:before {
    border-right: 0;
    border-left: 0
}

.colorpicker-no-arrow:after {
    border-right: 0;
    border-left: 0
}
@font-face {
    font-family: 'geomanistregular';
    src: url('../fonts/geomanist-regular-webfont.eot');
    src: url('../fonts/geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/geomanist-regular-webfont.woff2') format('woff2'), url('../fonts/geomanist-regular-webfont.woff') format('woff'), url('../fonts/geomanist-regular-webfont.ttf') format('truetype'), url('../fonts/geomanist-regular-webfont.svg#geomanistregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_Poppins-ExtraBold';
    src: url('../fonts/Poppins-ExtraBold.eot');
    src: url('../fonts/Poppins-ExtraBold.woff') format('woff'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Poppins-Bold';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_Poppins-Regular';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/** Generated by FG **/
@font-face {
    font-family: 'Conv_Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-SemiBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("../fonts/webfonts/fa-solid-900.eot");
    src: url("../fonts/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("../fonts/webfonts/fa-solid-900.woff") format("woff"), url("../fonts/webfonts/fa-solid-900.ttf") format("truetype"), url("../fonts/webfonts/fa-solid-900.svg#fontawesome") format("svg")
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    font-family: Conv_Poppins-Regular, sans-serif;
    font-size: 14px;
    color: #414042;
    line-height: 23px;
    background-color: #ffffff;
}

figure {
    margin: 0
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0
}

.common-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 15px;
}

.title-how-buy {
    font-family:Conv_Poppins-Regular;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #211F1F;
}
.ol-how-buy {
    padding-left:20px;
    padding-top:10px;
}
.ol-how-buy li {
    list-style:none;
    font-size:16px;
}
li {
    counter-increment: li
}
.ol-how-buy li::before {
    content: counter(li)".";
    color: red;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-family:Conv_Poppins-Bold;
    font-size: 18px;
    background: #FC5A3A;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.title__primary {
    color: #fff;
    font-size: 56px;
    font-family: "Conv_Poppins-Bold";
    line-height: 75px;
    margin: 0
}

.title__secondary {
    color: #424244;
    font-family: "Conv_Poppins-Bold";
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    margin: 0
}
.title__seven {
    color: #FFFFFF;
    font-family: "Conv_Poppins-SemiBold";
    font-size: 36px;
    line-height: 40px;
    font-weight:600;
    margin: 0
}
.title__five {
    color: #221F1F;
    font-family: "Conv_Poppins-SemiBold";
    font-size: 26px;
    line-height: 30px;
    margin: 0
}
.title__terciary {
    color: #FC5A3A;
    font-family: "Conv_Poppins-SemiBold";
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    display: block;
    width: 100%;
}
.title__four {
    color: #FFFFFF;
    font-family: "Conv_Poppins-SemiBold";
    font-size: 20px;
    line-height: 30px;
    margin: 0
}

.title__six {
    color: #6C4DC9;
    font-family: "Conv_Poppins-SemiBold";
    font-size: 24px;
    line-height: 30px;
    margin: 0
}

button {
    border: 0;
    padding: 0;
    margin: 0
}

a {
    text-decoration: none;
    color: inherit
}

.see-more {
    color: #51697A;
    font-family: "Conv_Poppins-Bold";
    font-size: 18px;
    font-weight: 800;
    line-height: 24px
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: auto
}

.grid {
    display: grid;
    grid-column-gap: 24px
}

.grid--3 {
    grid-template-columns: repeat(3, 1fr)
}

.grid--4 {
    grid-template-columns: repeat(4, 1fr)
}


/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a {
    color: inherit
}

    a:active,
    a:hover {
        outline-width: 0
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden],
template {
    display: none
}

a {
    background: transparent
}

    a:active,
    a:hover {
        outline: 0
    }

    a:active,
    a:focus {
        outline: none
    }

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled],
    html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type="checkbox"],
    input[type="radio"] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto
    }

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.list-none {
    list-style: none;
    margin: 0;
    padding: 0
}

.inline-block {
    letter-spacing: -0.3em
}

    .inline-block > div,
    .inline-block > li,
    .inline-block > a,
    .inline-block > span,
    .inline-block > img {
        letter-spacing: normal;
        display: inline-block;
        vertical-align: top
    }

.vertical-middle {
    vertical-align: middle !important
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    opacity: 1;
    background-color: inherit;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

pre,
code {
    background: #eee;
    padding: 0 5px;
    border-radius: 3px;
    border: 1px solid #ccc
}

pre {
    padding: 20px;
    background: #000;
    color: #eee
}

    pre > code {
        padding: 0;
        background: #000;
        border: none
    }

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

button {
    background: transparent;
    border: 0
}

h2,
h3 {
    margin: 0
}

.D,
.D-1,
.D-2,
.D-3,
.D-4,
.D-5,
.D-6,
.D-7,
.D-8,
.D-9,
.D-10,
.D-11,
.D-12,
.L,
.L-1,
.L-2,
.L-3,
.L-4,
.L-5,
.L-6,
.L-7,
.L-8,
.L-9,
.L-10,
.L-11,
.L-12,
.T,
.T-1,
.T-2,
.T-3,
.T-4,
.T-5,
.T-6,
.T-7,
.T-8,
.T-9,
.T-10,
.T-11,
.T-12,
.M,
.M-1,
.M-2,
.M-3,
.M-4,
.M-5,
.M-6,
.M-7,
.M-8,
.M-9,
.M-10,
.M-11,
.M-12,
.SM,
.SM-1,
.SM-2,
.SM-3,
.SM-4,
.SM-5,
.SM-6,
.SM-7,
.SM-8,
.SM-9,
.SM-10,
.SM-11,
.SM-12 {
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px
}

.container {
    width: 100%;
    max-width: 1224px
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
    --bs-gutter-x:0;
    width:unset;
}

.row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px
}

.col-fluid {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row.columns-top,
.row-fluid.columns-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.row.columns-bottom,
.row-fluid.columns-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.row.columns-middle,
.row-fluid.columns-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.row.columns-stretch,
.row-fluid.columns-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.row.columns-left,
.row-fluid.columns-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.row.columns-right,
.row-fluid.columns-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.row.columns-center,
.row-fluid.columns-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.row.columns-between,
.row-fluid.columns-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.row.columns-around,
.row-fluid.columns-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.vertical-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.vertical-middle {
    -ms-flex-item-align: center;
    align-self: center
}

.vertical-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.row.no-gutter,
.row-fluid.no-gutter {
    margin-left: 0;
    margin-right: 0
}

    .row.no-gutter > div,
    .row-fluid.no-gutter > div {
        padding-left: 0;
        padding-right: 0
    }

.D {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.hidden-D {
    display: none
}

.D-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.D-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.D-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.D-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.D-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.D-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.D-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.D-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.D-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.D-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.D-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.D-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.D-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.D-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.D-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.D-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.D-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.D-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.D-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.D-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.D-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.D-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.D-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.D-order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.D-order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.L {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

@media (max-width: 1200px) {
    .L {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (max-width: 1200px) {
    .hidden-L {
        display: none
    }

    .L-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .L-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .L-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .L-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .L-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .L-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .L-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .L-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .L-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .L-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .L-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .L-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .L-order-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .L-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .L-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .L-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .L-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .L-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .L-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .L-order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .L-order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .L-order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .L-order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .L-order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .L-order-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
}

.T {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

@media (max-width: 992px) {
    .T {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (max-width: 992px) {
    .hidden-T {
        display: none
    }

    .T-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .T-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .T-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .T-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .T-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .T-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .T-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .T-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .T-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .T-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .T-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .T-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .T-order-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .T-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .T-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .T-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .T-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .T-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .T-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .T-order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .T-order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .T-order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .T-order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .T-order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .T-order-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
}

.M {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

@media (max-width: 768px) {
    .M {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (max-width: 768px) {
    .hidden-M {
        display: none
    }

    .M-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .M-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .M-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .M-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .M-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .M-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .M-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .M-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .M-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .M-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .M-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .M-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .M-order-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .M-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .M-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .M-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .M-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .M-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .M-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .M-order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .M-order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .M-order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .M-order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .M-order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .M-order-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
}

.SM {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

@media (max-width: 568px) {
    .SM {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (max-width: 568px) {
    .hidden-SM {
        display: none
    }

    .SM-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .SM-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .SM-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .SM-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .SM-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .SM-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .SM-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .SM-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .SM-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .SM-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .SM-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .SM-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .SM-order-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .SM-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .SM-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .SM-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .SM-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .SM-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .SM-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .SM-order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .SM-order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .SM-order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .SM-order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .SM-order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .SM-order-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: "Conv_Poppins-Regular";
    color: #424244;
    line-height: 1.35;
    background-color: #F9F8FD;
    position: relative
}

ul,
ol {
    margin: 0;
    padding: 0
}

p {
    margin: 0
}

h3 {
    font-family: Conv_Poppins-Regular;
    font-size: 30px
}

h4 {
    font-family: "Conv_Poppins-Bold";
    font-size: 24px
}

.w-container,
.main {
    max-width: 1440px;
    margin: auto;
    position: relative
}

.w-container--lite {
    max-width: 790px
}

.w-container--medium {
    max-width: 996px
}

.w-container--small {
    max-width: 590px
}

.link {
    color: #1e87b2
}

.link--underline {
    text-decoration: underline
}

.link--small {
    font-size: 13px
}

.link--medium {
    font-size: 18px;
    font-family: "Conv_Poppins-Bold"
}

.line-separate {
    background-color: #E0E7ED;
    height: 1px;
    width: 100%;
    margin: 32px 0
}

.text {
    font-size: 16px !important;
}

.text-light {
    color: #7B7B7C !important;
}

.btn-menu {
    width: 16px;
    cursor: pointer
}

    .btn-menu span {
        display: block;
        width: 100%;
        border-radius: 3px;
        height: 2px;
        background: #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
        position: relative
    }

        .btn-menu span + span {
            margin-top: 3px
        }

    .btn-menu.active span:nth-child(1) {
        -webkit-animation: ease .7s top forwards;
        animation: ease .7s top forwards
    }

    .btn-menu.active span:nth-child(2) {
        -webkit-animation: ease .7s scaled forwards;
        animation: ease .7s scaled forwards
    }

    .btn-menu.active span:nth-child(3) {
        -webkit-animation: ease .7s bottom forwards;
        animation: ease .7s bottom forwards
    }

    .btn-menu.not-active span:nth-child(1) {
        -webkit-animation: ease .7s top-2 forwards;
        animation: ease .7s top-2 forwards
    }

    .btn-menu.not-active span:nth-child(2) {
        -webkit-animation: ease .7s scaled-2 forwards;
        animation: ease .7s scaled-2 forwards
    }

    .btn-menu.not-active span:nth-child(3) {
        -webkit-animation: ease .7s bottom-2 forwards;
        animation: ease .7s bottom-2 forwards
    }

@-webkit-keyframes top {
    0% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        top: 5px;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        top: 5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@keyframes top {
    0% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        top: 5px;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        top: 5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@-webkit-keyframes top-2 {
    0% {
        top: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    50% {
        top: 10px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        top: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes top-2 {
    0% {
        top: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    50% {
        top: 10px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        top: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes bottom {
    0% {
        bottom: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        bottom: 5px;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        bottom: 5px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
}

@keyframes bottom {
    0% {
        bottom: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        bottom: 5px;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        bottom: 5px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
}

@-webkit-keyframes bottom-2 {
    0% {
        bottom: 10px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    50% {
        bottom: 10px;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        bottom: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes bottom-2 {
    0% {
        bottom: 10px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    50% {
        bottom: 10px;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        bottom: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes scaled {
    50% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes scaled {
    50% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes scaled-2 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaled-2 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.btn-corporate {
    border-radius: 4px;
    height: 46px;
    color: #221F1F;
    background: #0DD6A8;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    padding: 15px 35px;
    display: inline-block;
}

.btn-green {
    color: #221F1F;
    background: #0DD6A8;
    border-color:transparent;
}
.btn-black {
    color: #ffffff;
    background: #221F1F;
    border-color: transparent;
}
.btn-grey {
    color: #221F1F;
    background-color: #DBDBDB;
    border-color: transparent;
}
.btn-yellow {
    color: #ffffff;
    background-color:#b9b918;
    border-color: transparent;
}
.btn-corporate:disabled, .btn-corporate[disabled] {
    background: #DBDBDB !important;
    color: #BBBBBB;
}


.btn {
    border-radius: 8px;
    color: #424244;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    padding: 15px 35px;
    display: inline-block
}

    .btn.btn--white {
        background: white
    }

.b-input {
    position: relative
}

    .b-input input {
        width: 100%;
        height: 100%;
        background: white;
        color: #424244;
        border-radius: 8px;
        border: 0;
        padding: 0 16px;
        font-family: inherit;
        outline: none
    }

        .b-input input::-webkit-input-placeholder {
            color: #52697B
        }

        .b-input input::-moz-placeholder {
            color: #52697B
        }

        .b-input input:-ms-input-placeholder {
            color: #52697B
        }

        .b-input input:-moz-placeholder {
            color: #52697B
        }

.b-icon {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white
}

    .b-icon i {
        font-style: initial
    }

.margin-10px {
    display: block;
    background: transparent;
    height: 10px;
    padding: 0px;
    margin: 0px
}

.margin-15px {
    display: block;
    background: transparent;
    height: 15px;
    padding: 0px;
    margin: 0px
}

.margin-20px {
    display: block;
    background: transparent;
    height: 20px;
    padding: 0px;
    margin: 0px
}

.margin-30px {
    display: block;
    background: transparent;
    height: 30px;
    padding: 0px;
    margin: 0px
}

.margin-60px {
    display: block;
    background: transparent;
    height: 60px;
    padding: 0px;
    margin: 0px
}

.margin-90px {
    display: block;
    background: transparent;
    height: 90px;
    padding: 0px;
    margin: 0px
}

.margin-150px {
    display: block;
    background: transparent;
    height: 150px;
    padding: 0px;
    margin: 0px
}

#foo {
    background-image: url("../img/foobar.png");
    background: repeat
}

@media (-webkit-min-device-pixel-ratio: 2) {
    #foo {
        background-image: url("../img/foobar@2x.png");
        background-size: 10px 20px
    }
}

@media (-webkit-min-device-pixel-ratio: 3) {
    #foo {
        background-image: url("../img/foobar@3x.png");
        background-size: 10px 20px
    }
}

body {
    font-size: 14px
}

.w_unmargin {
    margin: 0 !important
}

.w_unpadding {
    padding: 0 !important
}

.w_center {
    text-align: center !important
}

.w_right {
    text-align: right !important
}

.w_left {
    text-align: left !important
}

.w_pull-left {
    float: left !important
}

.w_pull-right {
    float: right !important
}

.w_hide {
    display: none !important
}
.text-center {
    text-align:center;
}
.text-right {
    text-align: right;
}
.w-100 {
    max-width: 100%
}
.f-bold {
   font-weight:bold;
}
.wi-100 {
    width: 100%
}
.wi-90 {
    width: 90%
}
.wi-80 {
    width: 80%
}
.wi-70 {
    width: 70%
}
.wi-60 {
    width: 60%
}
.wi-50 {
    width: 50%
}
.wi-40 {
    width: 40%
}
.wi-30 {
    width: 30%
}
.wi-20 {
    width: 20%
}
.wi-15 {
    width: 15%
}
.wi-10 {
    width: 10%
}
.pt-10 {
    padding-top:10px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pb-15 {
    padding-bottom: 15px;
}

.p-32 {
   padding:32px;
}
.order-0 {
    order:0;
}
.order-1 {
    order: 1;
}

.w-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.w-flex-space-h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.w-flex-space-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.w-flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.w-flex-align-right {
    margin-left: auto
}

.w-flex-align-bottom {
    margin-top: auto
}

.w-flex-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.w-flex-columns-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mt-0 {
    margin-top: 0 !important
}

.mt-8 {
    margin-top: 8px
}

.mt-16 {
    margin-top: 16px !important
}

.mt-24 {
    margin-top: 24px
}

.mt-32 {
    margin-top: 32px
}

.mt-48 {
    margin-top: 48px
}

.mt-64 {
    margin-top: 68px
}

.mt-110 {
    margin-top: 110px
}

.mt-128 {
    margin-top: 128px
}

.mt-146 {
    margin-top: 146px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-16 {
    margin-bottom: 16px
}

.mb-24 {
    margin-bottom: 24px
}

.mb-32 {
    margin-bottom: 32px
}

.mb-40 {
    margin-bottom: 40px !important
}

.ml-8 {
    margin-left: 8px
}

.ml-16 {
    margin-left: 16px
}

.ml-24 {
    margin-left: 24px
}

.mr-16 {
    margin-right: 16px
}

.mr-24 {
    margin-right: 24px
}

.text-bold {
    font-family: "Conv_Poppins-Bold" !important
}

.rounded {
    border-radius: 8px
}

.hide {
    display: none
}

.b-promo {
    margin-bottom: 55px;
    padding-top: 24px
}

.b-promo__content .b-promo__group-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.b-promo__content .card--product {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.b-promo__content .card--only_image {
    position: relative;
    margin-left: 34px;
    width: 250px;
    min-height: 344px;
    overflow: initial
}

.b-banners {
    margin-bottom: 48px
}

.b-banners__item {
    position: relative;
    z-index: 100;
    background-color: #FC5A3A;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    min-height: 110px;
    text-align: left;
    padding: 12px 24px !important;
    margin-bottom: 10px !important;
}
.b-banners-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-basis:95%;
}

.b-banners__title {
    font-family: 'geomanistregular';
    font-weight: 900;
    color: #ffffff;
}

.b-banners__title--big {
    font-size: 36px;
    line-height: 36px
}

.b-banners__title--small {
    font-size: 28px;
    line-height: 30px
}


.b-banners__label {
    color: #424244;
    margin: 8px 0;
    display: block
}

.b-banners__label--small {
    font-size: 16px;
    line-height: 22px;
    color:#ffffff;
}

.b-banners__label--big {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
}

.b-banners__image--bg {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit:scale-down;
    object-fit:scale-down;
    width: 100%;
    height: 100%;
    -o-object-position: center center;
    object-position: center center;
    object-position: center center;
    z-index: -1
}

.w-bg-white {
    background-color: #fff
}
.w-bg-error {
    background-color: #FF9D9D;
}

.w-bg-login::before {
    content: "";
    /*background: url("../img/w-bg.png") no-repeat right 200px, #fff;*/
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.w-bg-orange {
    background-color: #ffd683
}

.w-bg-top {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8))), url("../img/bg.png") no-repeat center top;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), url("../img/bg.png") no-repeat center top;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), url("../img/bg.png") no-repeat center top;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 370px;
    width: 100%;
    z-index: -1
}

.w-bg-blue {
    background-image: url(../img/bg-profile.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
    height: 386px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    background-size: cover;
    margin: auto;
    max-width: 1440px;
    right: 0;
    left: 0
}

.w-bg-green {
    background-image: url("../img/bg-green.png");
    background-repeat: no-repeat;
    background-position: left top;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    height: 390px;
    z-index: -1;
    background-size: cover;
    margin: auto;
    max-width: 1440px;
    right: 0;
    left: 0
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .w-bg-green {
        background-image: url("../img/bg-green@2x.png");
        background-size: 100% 100%
    }
}

@media (-webkit-min-device-pixel-ratio: 3) {
    .w-bg-green {
        background-image: url("../img/bg-green@3x.png");
        background-size: 100% 100%
    }
}

.w-bg-dark {
    background-image: url(../img/bg-profile.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
    height: 386px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    background-size: cover;
    margin: auto;
    max-width: 1440px;
    right: 0;
    left: 0
}

.w-bg-corporative {
    background-image: url("../img/bg-profile.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 290px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    z-index: -1
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #6C4DC8;
    background: #6C4DC8;
    font-weight: normal;
    color: #ffffff;
}


@media (-webkit-min-device-pixel-ratio: 2) {
    .w-bg-corporative {
        background-image: url("../img/bg-profile.jpg");
        background-size: 100% 290px
    }
}

@media (-webkit-min-device-pixel-ratio: 3) {
    .w-bg-corporative {
        background-image: url("../img/bg-profile.jpg");
        background-size: 100% 290px
    }
}

.w-breadcrumb {
    margin-bottom: 24px
}

    .w-breadcrumb .breadcrumb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .w-breadcrumb .breadcrumb-item + .breadcrumb-item {
        padding-left: 0.5rem
    }

        .w-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
            display: inline-block;
            padding-right: 0.5rem;
            color: #FFF;
            content: ">"
        }

    .w-breadcrumb .breadcrumb-item--current {
        font-family: "Conv_Poppins-Bold"
    }

    .w-breadcrumb.w-breadcrumb--steps .breadcrumb-item {
        font-size: 30px;
        color:#221F1F;
    }

        .w-breadcrumb.w-breadcrumb--steps .breadcrumb-item + .breadcrumb-item::before {
            content: "/"
        }

    .w-breadcrumb.w-breadcrumb--small .breadcrumb-item {
        font-size: 20px
    }

.button {
    padding: 10px 25px;
    border-radius: 24px;
    font-size: 16px;
    font-family: Conv_Poppins-Regular;
    text-align: center;
    display: block;
    outline:none;
}
button:hover {
    outline: none;
}
button:focus {
    outline: none;
}

.button--primary {
    background-color: #ffffff;
    /*color: #424244;*/
    color: #0DCFA1;
}

.button--text-black {
    background-color: #0DCFA1;
    color: #000000;
    border: solid 1px #000000;
}

.button--secondary {
    background-color: #0DCFA1;
    color: #000;
    border: solid 1px #FFFFFF;
}

    .button--secondary.button--disabled {
        color: #fff
    }
    .button--secondary:disabled {
        background-color: #ccc;
        color: #7b7b7c;
        border: solid 1px #FFFFFF;
    }

.button--secondarylogin {
    background-color: #221F1F;
    color: #fff;
    border: solid 1px #FFFFFF;
}

    .button--secondarylogin.button--disabled {
        color: #fff
    }
    .button--secondarylogin:disabled {
        background-color: #ccc;
        color: #7b7b7c;
        border: solid 1px #FFFFFF;
    }

    .button--secondarylogin:hover {
        color: #0DD6A8;
    }


.button--tertiary {
    background-color: #fff;
    color: #424244;
    color: #6C4DC9
}

    .button--tertiary.button--tertiary--width-border {
        border: solid 1px #6C4DC9
    }

.button--disabled {
    color: #424244;
    background-color: #F0F0F0;
    border: solid 1px #F0F0F0
}

.button--base {
    width: 220px
}

.button--medium {
    width: 282px
}

.button--large {
    width: 384px
}

.button--small {
    padding-top: 8px;
    padding-bottom: 8px
}

.button--full {
    width: 100%
}

.button--with-icon {
    width:100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .button--with-icon .button__icon {
        position: absolute;
        right: 36px;
        -ms-flex-item-align: center;
        align-self: center;
        color: #424244;
    }

.button--fb,
.button--google {
    font-size: 14px;
    border-radius: 4px;
    position: relative;
    text-transform: uppercase
}

    .button--fb .button__icon,
    .button--google .button__icon {
        position: absolute;
        left: 12px
    }

.button--fb {
    color: #fff;
    background-color: #4268b3;
    margin-bottom: 8px
}

.button--google {
    color: #424244;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25)
}

.button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .button-container .button + button {
        margin-left: 16px
    }

.card,
.item {
    border-radius: 8px;
    position: relative
}

.card--medium {
    padding: 24px
}

.card--default {
    padding: 32px
}

.card--lite {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    background-color: #ffffff
}

.card--small {
    width: 112px;
    height: 112px
}

.card--yellow-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd683), color-stop(47.77%, #edb842), to(#df912e));
    background: -webkit-linear-gradient(top, #ffd683 0%, #edb842 47.77%, #df912e 100%);
    background: linear-gradient(180deg, #ffd683 0%, #edb842 47.77%, #df912e 100%)
}

.card-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 24px;
    position: relative
}

    .card-profile .card-title {
        max-width: 80%;
        margin: 0
    }

    .card-profile .card-actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        z-index: 1
    }

    .card-profile .card-options {
        margin-left: 24px
    }

.card-profile__message {
    background-color: #e5e5e5;
    color: #b9b9b9;
    font-size: 13px;
    position: absolute;
    right: 8px;
    top: 8px;
    border-radius: 4px;
    padding: 4px 8px;
    z-index: 2
}

    .card-profile__message a {
        text-decoration: underline;
        color: #1e87b2;
        display: inline-block
    }

.card-profile-container {
    margin-bottom: 32px
}

    .card-profile-container:hover {
        -webkit-box-shadow: 0 24px 32px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 24px 32px 0 rgba(0, 0, 0, 0.1)
    }

    .card-profile-container.card-profile-container--inactive:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .card-profile-container.card-profile-container--inactive .card-profile::before {
        content: "";
        position: absolute;
        background: rgba(255, 255, 255, 0.4);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 8px
    }

    .card-profile-container.card-profile-container--inactive .custom-control-input:disabled ~ .custom-control-label::before {
        border: 2px solid #f1f4f7;
        background: transparent
    }

    .card-profile-container.card-profile-container--joined .card-profile::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 8px;
        border: 1px solid #e5e5e5;
        width: 100%;
        z-index: -1;
        bottom: -10px;
        background: #fff
    }

    .card-profile-container.card-profile-container--selected {
        border: 2px solid #47c7f3
    }

        .card-profile-container.card-profile-container--selected.card-profile-container--joined .card-profile::after {
            border: 2px solid #47c7f3
        }

.card-profile-inner {
    padding-top: 24px
}

    .card-profile-inner .card-profile {
        border-top: solid 1px #f1f4f7;
        padding-top: 24px
    }

.card-header {
    background-color: transparent;
    padding: 0 0 16px 0;
    margin-bottom: 16px;
    border-bottom: solid 1px #e0e7ed
}

.card-header__title {
    font-family: "Conv_Poppins-Bold";
    font-size: 18px
}

.card-header__text {
    font-size: 12px
}

.card-header__image {
    border-radius: 4px;
    overflow: hidden
}

.card-body {
    padding: 0
}

.card-title {
    font-family: "Conv_Poppins-Bold";
    margin: 0
}

.card-title--primary {
    font-size: 20px
}

.card-title--secondary {
    font-size: 18px
}

.card-title--tertiary {
    font-size: 16px
}

.card-footer {
    background-color: transparent;
    padding: 16px 0 0;
    margin-top: 16px;
    border-top: solid 1px #e0e7ed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.card-footer__title {
    font-family: Conv_Poppins-SemiBold;
    font-size: 16px
}

.card-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .card-list .card-list__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 16px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 13px
    }

        .card-list .card-list__item:last-of-type {
            margin-bottom: 0
        }

    .card-list.card-list--zebra .card-list__item {
        border-radius: 4px;
        padding: 12px 24px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .card-list.card-list--zebra .card-list__item:nth-child(odd) {
            background-color: #fafafc
        }

        .card-list.card-list--zebra .card-list__item.card-list__item--head {
            background-color: #e6f9ed
        }

            .card-list.card-list--zebra .card-list__item.card-list__item--head * {
                color: #0DC395
            }

.card-body .item {
    padding: 8px 0 0;
    border: 0
}

.card-body .item__image {
    margin-right: 24px
}

.card-body .item__info {
    /*max-width: 200px*/
}

.w-collapse__link {
    width: 24px;
    height: 24px;
    display: inline-block
}

    .w-collapse__link i {
        font-size: 24px
    }

        .w-collapse__link i::before {
            content: "\f077"
        }

    .w-collapse__link.collapsed i::before {
        content: "\f078"
    }

.w-dropdown {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background-color: #ffffff
}

    .w-dropdown button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 14px 24px
    }

        .w-dropdown button::after {
            display: none
        }

.w-dropdown-link {
    font-size: 16px
}

    .w-dropdown-link .dropdown-toggle::after {
        vertical-align: baseline
    }

.w-dropdown--medium {
    min-width: 180px
}

.dropdown-menu {
    border: 1px solid #E5E5E5;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px
}

.dropdown-item {
    padding: 0.5rem 1.5rem
}

    .dropdown-item i {
        padding-right: 16px
    }

    .dropdown-item:hover,
    .dropdown-item:focus {
        background-color: #FAFAFC
    }

.dropdown-options {
    width: 32px;
    height: 32px
}

    .dropdown-options i {
        font-size: 18px
    }

.w-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0px 15px 0px;
    max-width: 1440px;
    margin: auto;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-color: #221F1F;
    z-index:100;
}

    .w-header.w-header--open .nav-menu-user {
        border-color: #e5e5e5;
        position: relative
    }

    .w-header.w-header--open .nav-menu__list--secondary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .w-header.w-header--open .nav-menu__list--secondary .nav-menu__list-item {
            opacity: 1
        }

.nav-menu-logo {
    padding-left: 32px
}

.nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    -webkit-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in
}

.nav-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 0.5 ease-in;
    transition: opacity 0.5 ease-in
}

.nav-menu__list-item {
    font-family: "Conv_Poppins-SemiBold";
    margin-right: 24px;
    color: #fff
}
#hero .hero-carousel .flickity-page-dots {
    display:none;
}
.nav-menu__list-item {
        padding-right: 24px;
        border-right: solid 1px #FFF
    }
.nav-menu__list-item:last-child {
    padding-right: 24px;
    border-right: solid 0px #FFF
}

.nav-menu__list--secondary .nav-menu__list-item:first-child {
    border-right: solid 1px #FFF
}

.nav-menu__list-item a {
    color: inherit
}

.nav-menu .nav-header-menu-switch {
    color: #fff;
    font-size: 24px;
    cursor: pointer
}

.nav-menu .nav-menu__list--secondary {
    display: none
}

    .nav-menu .nav-menu__list--secondary .nav-menu__list-item {
        opacity: 0;
        -webkit-transition: opacity 0.5 ease-in;
        transition: opacity 0.5 ease-in
    }

.nav-menu_switch {
    margin-right: 24px
}

.w-header--dark .nav-menu__list-item {
    color: #424244
}

.w-header--dark .nav-menu__list-item /*:first-child*/,
.nav-menu__list--secondary .w-header--dark .nav-menu__list-item:last-child {
    border-color: #424244
}

.w-header--dark .nav-menu__list .nav-header-menu-switch {
    color: #424244
}

.w-header--dark .nav-menu-switch span {
    background: #424244
}

.w-header--light {
    background-color: #fff
}

    .w-header--light .nav-menu-user {
        border-color: #e5e5e5
    }

.nav-menu-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 56px;
    width: 112px;
    border-radius: 37px 0 0 37px;
    background-color: #fff;
    padding-right: 20px;
    padding-left: 30px;
    border: 1px solid #fff;
    border-width: 1px 0 1px 1px
}

    .nav-menu-user li {
        font-size: 16px;
        color: #424244
    }

        .nav-menu-user li a {
            color: inherit
        }

.nav-link-back {
    font-family: "Conv_Poppins-SemiBold";
    font-size: 16px;
    margin-right: auto;
    margin-left: 12px
}

    .nav-link-back i {
        margin-right: 12px
    }

.nav-menu-switch {
    width: 20px;
    cursor: pointer
}

    .nav-menu-switch span {
        display: block;
        width: 100%;
        border-radius: 3px;
        height: 3px;
        background: #fff;
        position: relative
    }

        .nav-menu-switch span + span {
            margin-top: 2px
        }

    .nav-menu-switch.active span:nth-child(1) {
        -webkit-animation: ease 0.7s top forwards;
        animation: ease 0.7s top forwards
    }

    .nav-menu-switch.active span:nth-child(2) {
        -webkit-animation: ease 0.7s scaled forwards;
        animation: ease 0.7s scaled forwards
    }

    .nav-menu-switch.active span:nth-child(3) {
        -webkit-animation: ease 0.7s bottom forwards;
        animation: ease 0.7s bottom forwards
    }

    .nav-menu-switch.not-active span:nth-child(1) {
        -webkit-animation: ease 0.7s top-2 forwards;
        animation: ease 0.7s top-2 forwards
    }

    .nav-menu-switch.not-active span:nth-child(2) {
        -webkit-animation: ease 0.7s scaled-2 forwards;
        animation: ease 0.7s scaled-2 forwards
    }

    .nav-menu-switch.not-active span:nth-child(3) {
        -webkit-animation: ease 0.7s bottom-2 forwards;
        animation: ease 0.7s bottom-2 forwards
    }

@keyframes top {
    0% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        top: 5px;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        top: 5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@keyframes top-2 {
    0% {
        top: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    50% {
        top: 10px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        top: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes bottom {
    0% {
        bottom: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        bottom: 5px;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        bottom: 5px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
}

@keyframes bottom-2 {
    0% {
        bottom: 10px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    50% {
        bottom: 10px;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        bottom: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes scaled {
    50% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes scaled-2 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.w-footer {
    max-width: 1440px;
    margin: auto;
    padding-top: 35px;
    padding-bottom: 10px;
    position: relative;
    background-color: #221F1F;
}

.w-footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 32px
}

    .w-footer__info .w-footer__list li {
        font-family: "Conv_Poppins-Bold"
    }

.w-footer__list li {
    font-size: 16px;
    color: #FFFFFF;
}

    .w-footer__list li::after {
        content: "|";
        margin: 0 16px;
        color: #FFFFFF;
    }

    .w-footer__list li:last-of-type::after {
        display: none
    }

.w-footer__legals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 24px;
    margin-top: 24px;
    border-top: solid 1px #ffffff;
    color:#ffffff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .w-footer__legals .w-footer__list li {
        font-size: 14px;
        color: #ffffff
    }

        .w-footer__legals .w-footer__list li a {
            color: inherit
        }

.w-footer .w-share {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .w-footer .w-share li {
        font-size: 20px;
        color: #424244
    }

        .w-footer .w-share li a {
            color: inherit
        }

.w-form .w-form-title {
    font-size: 24px
}

.w-form label {
    font-family: Conv_Poppins-Regular;
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 14px;
    text-align: left;
}

.w-form input:not([type="range"]) {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background-color: #ffffff;
    color: #424244;
    font-size: 14px;
    padding: 12px 16px;
    height: auto
}

    .w-form input:not([type="range"]).is-invalid {
        border-color: #dc3545
    }

.w-form .form-validate-error {
    font-size: 14px;
    margin-top: 8px
}

.w-form textarea {
    color: #52697b;
    font-size: 14px;
    padding: 12px 16px
}
.w-form select {
    padding: 12px 16px;
    min-height: 48px;
    -webkit-appearance: revert !important;
    -moz-appearance: revert !important;
    appearance: revert !important;
}

.w-form .form-control::-webkit-input-placeholder {
    color: #52697b
}

.w-form .form-control::-moz-placeholder {
    color: #52697b
}

.w-form .form-control::-ms-input-placeholder {
    color: #52697b
}

.w-form .form-control::placeholder {
    color: #52697b
}

.w-form .custom-control-label {
    font-size: 16px;
    font-family: "Conv_Poppins-Regular"
}

    .w-form .custom-control-label::before,
    .w-form .custom-control-label::after {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.w-form .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #47c7f3;
    background-color: #47c7f3
}

.w-form .custom-checkbox + .custom-checkbox {
    margin-top: 8px
}

.w-form .custom-control-label--legal-text {
    font-size: 12px;
    font-family: "Conv_Poppins-Regular"
}

    .w-form .custom-control-label--legal-text::after,
    .w-form .custom-control-label--legal-text::before {
        top: 10px
    }

.w-form .custom-control-label--terms {
    max-width: 260px
}

.w-form .w-form-password {
    position: relative
}

.w-form .w-form-password__input {
    padding-right: 60px
}

    .w-form .w-form-password__input.is-invalid + .w-form-password__label {
        top: 18px
    }

.w-form .w-form-password__label {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.w-form .w-form-password__checkbox {
    display: none
}

.w-form .w-form__link {
    font-size: 16px
}

    .w-form .w-form__link + .w-form__link {
        padding-top: 24px;
        margin-top: 24px;
        border-top: solid 1px #d8d8d8
    }
.w-form__link a:hover {
    color: #221F1F;
}


.w-form .w-form__link--bold {
    font-family: "Conv_Poppins-Bold";
    color: #221F1F;
}

.w-form .w-form__link .w-form__link--bold {
    margin-left: 8px
}

.w-form .w-form-group-action {
    margin-top: 40px
}

.w-form .was-validated .form-control:valid,
.w-form .form-control.is-valid {
    border-color: #e5e5e5;
    background: none
}

.w-form .w-form-price {
    position: relative
}

    .w-form .w-form-price input {
        color: #424244;
        font-family: Conv_Poppins-Regular;
        font-size: 16px
    }

    .w-form .w-form-price .w-form-price__current-symbol {
        color: #424244;
        font-family: "Conv_Poppins-Regular";
        font-size: 16px;
        position: absolute;
        right: 24px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.w-form .w-form__upload-photo {
    cursor: pointer;
    height: 171px;
    width: 171px;
    border: 2px dashed #e5e5e5;
    border-radius: 4px;
    background-color: #ffffff;
    margin: auto;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.w-form .w-form__upload-photo__input {
    display: none
}

.w-form .w-form__upload-photo__icon {
    font-size: 60px;
    height: 60px;
    margin-top: auto;
    color: #e0e7ed
}

.w-form .w-form__upload-photo__text {
    font-family: "Conv_Poppins-Regular";
    font-size: 13px;
    color: #7b7b7c;
    margin-top: auto;
    margin-bottom: 24px
}

.w-form .w-form__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .w-form .w-form__actions .button + .button {
        margin-left: 16px
    }

.w-form .w-form-price-range {
    margin: 24px 0
}

.w-form .w-form-price-range__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    color: #FFFFFF;
    max-width:90%;
    margin:0 auto;
}

.w-form .w-form-legal-text {
    font-size: 13px;
    margin: 0
}

    .w-form .w-form-legal-text::before,
    .w-form .w-form-legal-text::after {
        top: 9px
    }

.w-form--register {
    margin-top: 54px
}

.w-form__text-separate {
    text-align: center;
    font-size: 12px;
    font-family: "Conv_Poppins-SemiBold";
    position: relative;
    margin: 24px 0
}

    .w-form__text-separate span {
        padding: 0 8px;
        background-color: #fff;
        position: relative;
        z-index: 2
    }

    .w-form__text-separate::before {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        opacity: 0.2;
        background-color: #52697b;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 0
    }

.input-box {
    position: relative;
    outline: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e5e5e5;
    padding: 10px;
    padding-right: 24px;
    border-radius: 4px;
    width: 100%
}

.input-box__label {
    font-size: 13px !important;
    color: #424244;
    font-family: "Conv_Poppins-Regular";
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.input-box__input {
    max-width: 73%;
    border: 0 !important;
    font-size: 16px !important
}

.input-box__icon {
    height: 48px;
    width: 48px;
    border-radius: 4px;
    background-color: #fafafc;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle
}

    .input-box__icon i {
        font-size: 16px
    }

.label-file-custom,
.label-file {
    height: 47px
}

.label-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
    padding: 12px 16px;
    height: auto
}

.label-file__icon {
    margin-left: auto
}

    .label-file__icon .fa-paperclip {
        -webkit-transform: rotate(-42deg);
        -ms-transform: rotate(-42deg);
        transform: rotate(-42deg)
    }

.label-file::after {
    display: none
}

.label-file-link {
    font-size: 12px;
    color: #0980FF;
    display: inline-block
}

.ui-radio-element {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    cursor: pointer;
    will-change: opacity, transform, border-color, background-color, color;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .ui-radio-element:after,
    .ui-radio-element:before {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none
    }

    .ui-radio-element:before {
        -webkit-transition: opacity 15ms linear;
        transition: opacity 15ms linear;
        z-index: 1
    }

    .ui-radio-element:after {
        -webkit-transition: opacity 0.15s linear;
        transition: opacity 0.15s linear
    }

.ui-radio__background {
    display: inline-block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

    .ui-radio__background:before {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: opacity 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms, -webkit-transform 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
        transition: opacity 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms, -webkit-transform 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
        transition: opacity 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms, transform 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
        transition: opacity 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms, transform 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms, -webkit-transform 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: "";
        background-color: #47c7f3
    }

    .ui-radio__background:before,
    .ui-radio__outer-circle {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%
    }

.ui-radio__outer-circle {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
    transition: border-color 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.25)
}

.ui-radio__inner-circle {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: background-color 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms, -webkit-transform 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
    transition: background-color 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms, -webkit-transform 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
    transition: transform 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms, background-color 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
    transition: transform 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms, background-color 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms, -webkit-transform 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
    border-radius: 50%
}

.ui-radio__inner-circle,
.ui-radio__input {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-radio__input {
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: inherit;
    z-index: 1;
    display: none
}

    .ui-radio__input:checked + .ui-radio__label {
        border: 1px solid #47c7f3;
        -webkit-box-shadow: 0 0 0 1px #47c7f3;
        box-shadow: 0 0 0 1px #47c7f3
    }

        .ui-radio__input:checked + .ui-radio__label .ui-radio__text {
            font-family: Conv_Poppins-Regular
        }

        .ui-radio__input:checked + .ui-radio__label .ui-radio-element .ui-radio__background .ui-radio__outer-circle {
            -webkit-transition: border-color 0.12s cubic-bezier(0, 0, 0.2, 1) 0ms;
            transition: border-color 0.12s cubic-bezier(0, 0, 0.2, 1) 0ms;
            border-color: #47c7f3;
            border-width: 2px
        }

        .ui-radio__input:checked + .ui-radio__label .ui-radio-element .ui-radio__background .ui-radio__inner-circle {
            -webkit-transition: background-color 0.12s cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 0.12s cubic-bezier(0, 0, 0.2, 1) 0ms;
            transition: background-color 0.12s cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 0.12s cubic-bezier(0, 0, 0.2, 1) 0ms;
            transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1) 0ms, background-color 0.12s cubic-bezier(0, 0, 0.2, 1) 0ms;
            transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1) 0ms, background-color 0.12s cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 0.12s cubic-bezier(0, 0, 0.2, 1) 0ms;
            -webkit-transform: scale(0.5);
            -ms-transform: scale(0.5);
            transform: scale(0.5);
            background-color: #47c7f3
        }

    .ui-radio__input:focus + .ui-radio__label .ui-radio-element .ui-radio__background:before {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: opacity 0.12s cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 0.12s cubic-bezier(0, 0, 0.2, 1) 0ms;
        transition: opacity 0.12s cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 0.12s cubic-bezier(0, 0, 0.2, 1) 0ms;
        transition: opacity 0.12s cubic-bezier(0, 0, 0.2, 1) 0ms, transform 0.12s cubic-bezier(0, 0, 0.2, 1) 0ms;
        transition: opacity 0.12s cubic-bezier(0, 0, 0.2, 1) 0ms, transform 0.12s cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 0.12s cubic-bezier(0, 0, 0.2, 1) 0ms;
        opacity: 0.26
    }

.ui-radio__label {
    position: relative;
    outline: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e5e5e5;
    padding:0px;
    padding-right: 24px;
    border-radius: 4px;
    width: 100%
}

.ui-radio__text {
    margin-left: 16px;
    vertical-align: middle;
    font-size: 14px;
    color: #424244;
    font-family: "Conv_Poppins-Regular";
    display: inline-block
}

.ui-radio__icon {
    height: 48px;
    width: 48px;
    border-radius: 4px;
    background-color: #fafafc;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle
}

    .ui-radio__icon i {
        font-size: 16px
    }

.ui-options-container--error .ui-radio__inner-circle {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.ui-options-container--error .ui-radio__outer-circle {
    border-color: #f23d4f
}

.w-carousel li {
    border-radius: 8px;
    margin: 0 8px;
    overflow: hidden
}

.w-carousel img {
    max-width: 100%
}

.w-carousel .w-carousel__inner {
    border-radius: 8px;
    overflow: hidden
}

.w-carousel .w-carousel__botton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 24px
}

.w-carousel .w-carousel__control {
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.w-carousel .w-carousel__control__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    color: #424244
}

.w-carousel .w-carousel__control:hover {
    -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15)
}

.w-carousel--small .w-carousel__inner {
    max-height: 300px
}

.w-carousel--small li {
    max-width: 80px;
    max-height: 80px
}

.w-carousel--small .w-carousel__control {
    margin: 16px
}

.w-carousel--small .w-carousel__control__icon {
    width: 48px;
    height: 48px;
    font-size: 24px
}

.w-carousel--large li {
    max-width: 180px;
    max-height: 180px
}

.w-carousel--large .w-carousel__control__icon {
    width: 96px;
    height: 96px;
    font-size: 48px
}

.carousel {
    position: relative
}

    .carousel.pointer-event {
        -ms-touch-action: pan-y;
        touch-action: pan-y
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    clear: both
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out
}

    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        display: block
    }

        .carousel-item-next:not(.carousel-item-left),
        .active.carousel-item-right {
            -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
            transform: translateX(100%)
        }

        .carousel-item-prev:not(.carousel-item-right),
        .active.carousel-item-left {
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%)
        }

.b-search .b-input {
    width: 415px;
    height: 50px
}

    .b-search .b-input svg {
        position: absolute;
        right: 24px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .b-search .b-input input {
        font-size: 14px;
        line-height: 19px;
        font-weight: 600;
        color: #424244;
        background: white
    }

        .b-search .b-input input::-webkit-input-placeholder {
            color: #424244
        }

        .b-search .b-input input::-moz-placeholder {
            color: #424244
        }

        .b-search .b-input input:-ms-input-placeholder {
            color: #424244
        }

        .b-search .b-input input:-moz-placeholder {
            color: #424244
        }

.b-search .b-input--with-border input {
    border: 1px solid #E5E5E5
}

.b-search .b-input--full-width {
    width: 100%
}

.nav-search {
    position: relative
}

    .nav-search .nav-search-input {
        height: 51px;
        width: 100%;
        border: 1px solid #E5E5E5;
        border-radius: 8px;
        background-color: #FFFFFF;
        padding: 16px 24px;
        padding-right: 60px
    }

    .nav-search .nav-search-btn {
        position: absolute;
        right: 24px;
        top: 16px
    }

.w-bookmarks {
    font-size: 20px;
    color: #fff;
    margin: 16px;
    cursor: pointer
}

.w-bookmarks__icon {
    -webkit-transition: background .2s ease-in;
    transition: background .2s ease-in;
    background: url("../img/icons/heart.svg");
    width: 20px;
    height: 20px;
    display: block
}

.w-bookmarks.w-bookmarks--added .w-bookmarks__icon {
    background: url("../img/icons/heart-solid.svg")
}

.w-bookmarks--added .w-bookmarks__icon {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.w-bookmarks.w-bookmarks--dark {
    color: #424244
}

.w-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.w-pagination__button {
    margin-right: 8px;
    border: 1px solid transparent
}

    .w-pagination__button--current,
    .w-pagination__button:hover {
        border: 1px solid #e5e5e5;
        background-color: #fafafc;
        border-radius: 5px
    }

.w-pagination__button--previous,
.w-pagination__button--next {
    padding: 0 10px
}

.w-pagination__link {
    color: #424244;
    margin-left: 4px;
    height: 36px;
    width: 36px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.w-pagination__button--next {
    margin-right: 0
}

    .w-pagination__button--next .w-pagination__link {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        font-size: 16px;
        color: #18232c
    }

.w-pagination__arrow {
    font-size: 15px;
    margin-left: 16px
}

a,
a:active,
a:hover,
a:visited {
    text-decoration: none;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.w-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.w-list--bullets {
    padding-left: 18px
}

    .w-list--bullets li {
        list-style-type: disc
    }

.w-list-steps {
    border-left: solid 1px #e5e5e5;
    padding-left: 16px
}

.w-list-steps__item {
    margin-bottom: 40px;
    position: relative
}

    .w-list-steps__item::before {
        content: "";
        border-radius: 50%;
        background-color: #424244;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -21px
    }

.w-list-steps__item-title {
    font-size: 18px;
    font-family: "Conv_Poppins-Bold"
}

.w-list-steps__item-text {
    font-size: 13px;
    font-style: italic
}

.w-list-steps__item:last-of-type {
    margin-bottom: 0
}

.w-list-steps__item.w-list-steps__item--selected .w-list-steps__item-title {
    color: #47C7F3
}

.w-list-steps__item.w-list-steps__item--selected::before {
    background-color: #47C7F3
}

.w-title {
    font-family: "Conv_Poppins-Bold";
    margin-bottom: 16px
}

.w-title--small {
    font-size: 20px
}

.w-title--medium {
    font-size: 30px
}

.w-title--large {
    font-size: 48px
}

.price-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #363636
}

.price-tag-amount {
    color: inherit;
    font-size: 34px;
    line-height: 1
}

.price-tag-negative {
    font-family: "Conv_Poppins-Bold";
    color: #DB1D5A;
    margin-right: 8px
}

.price-tag--small .price-tag-amount {
    font-size: 12px;
}

.price-tag--green {
    color: #0DC395
}

.price-tag--red {
    color: #DB1D5A
}

.price-tag__separate {
    margin: 0 16px;
    color: #424244
}

.w-results {
    font-size: 16px;
    color: #424244
}

.w-gift-box-container {
    top: -230px;
    position: relative
}

.w-gift-box__card {
    position: relative;
    padding: 24px;
    height: 370px;
    width: 385px;
    border-radius: 8px
}

    .w-gift-box__card.w-gift-box--collective {
        margin-bottom: 90px
    }

        .w-gift-box__card.w-gift-box--collective .w-gift-box__card-action {
            bottom: -46px
        }
    /*
    .w-gift-box__card.w-gift-box__card--generic {
        background-repeat: no-repeat;
        background: url("../img/motivo-bg.png?v=2") -82px -55px, linear-gradient(180deg, #ffd683 0%, #edb842 47.77%, #df912e 100%);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 27px 83px 0 rgba(238, 160, 4, 0.53);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 27px 83px 0 rgba(238, 160, 4, 0.53)
    }*/

    .w-gift-box__card.w-gift-box__card--birthday {
        background: url("../img/motivo-bg.svg?v=2") -82px -55px, -webkit-gradient(linear, left top, left bottom, from(#ffd683), color-stop(47.77%, #edb842), to(#df912e));
        background: url("../img/motivo-bg.svg?v=2") -82px -55px, -webkit-linear-gradient(top, #ffd683 0%, #edb842 47.77%, #df912e 100%);
        background: url("../img/motivo-bg.svg?v=2") -82px -55px, linear-gradient(180deg, #ffd683 0%, #edb842 47.77%, #df912e 100%);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 27px 83px 0 rgba(238, 160, 4, 0.53);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 27px 83px 0 rgba(238, 160, 4, 0.53)
    }

    .w-gift-box__card.w-gift-box__card--aniversary {
        background: url("../img/motivo-bg.svg?v=2") -82px -55px, -webkit-gradient(linear, left top, left bottom, from(#ffd683), color-stop(47.77%, #edb842), to(#df912e));
        background: url("../img/motivo-bg.svg?v=2") -82px -55px, -webkit-linear-gradient(top, #ffd683 0%, #edb842 47.77%, #df912e 100%);
        background: url("../img/motivo-bg.svg?v=2") -82px -55px, linear-gradient(180deg, #ffd683 0%, #edb842 47.77%, #df912e 100%);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 27px 83px 0 rgba(238, 160, 4, 0.53);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 27px 83px 0 rgba(238, 160, 4, 0.53)
    }

    .w-gift-box__card .w-gift-box__card-action {
        position: absolute;
        bottom: 24px;
        left: 24px;
        right: 24px
    }

.w-choose-gift {
    margin-top: 24px
}

    .w-choose-gift h3 {
        margin-bottom: 16px
    }

    .w-choose-gift li {
        font-size: 16px;
        text-align: center;
        font-family: "Conv_Poppins-SemiBold";
        width: 112px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .w-choose-gift .w-choose__input {
        display: none
    }

        .w-choose-gift .w-choose__input:checked + label .w-choose--selected {
            opacity: 1
        }

        .w-choose-gift .w-choose__input:checked + label .w-choose--default {
            opacity: 0
        }

    .w-choose-gift .w-choose__label {
        position: relative;
        width: 112px;
        height: 112px;
        cursor: pointer;
        margin-bottom: 8px
    }

        .w-choose-gift .w-choose__label img {
            position: absolute;
            top: 0;
            left: 0
        }

        .w-choose-gift .w-choose__label .w-choose--selected {
            opacity: 0
        }

        .w-choose-gift .w-choose__label .w-choose--default {
            opacity: 1
        }

.item {
    padding: 32px;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

    .item:last-of-type {
        margin-bottom: 0
    }

.item__image {
    max-width: 200px;
    max-height: 212px;
    border-radius: 8px;
    margin-right: 50px;
    overflow: hidden
}

    .item__image img {
        max-width: 100%
    }

.item__title {
    font-family: "Conv_Poppins-Bold";
    font-size: 20px
}

.item__text {
    font-size: 16px;
    color: #7b7b7c;
    margin-top: 8px
}

.item__category {
    font-family: "Conv_Poppins-Bold";
    font-size: 12px;
    color: #424244;
    margin-top: 24px
}

    .item__category li {
        display: inline-block;
        margin-left: 16px
    }

        .item__category li:first-child {
            margin-left: 0
        }

.item__price {
    font-size: 30px;
    margin-top: 32px
}

.item__control {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: center;
    align-self: center;
    padding-right: 30px
}

    .item__control input {
        display: none
    }

    .item__control label::after,
    .item__control label::before {
        left: 0
    }

.item__menu-options {
    position: absolute;
    right: 32px;
    top: 32px
}

.item__actions {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-top: auto
}

    .item__actions .button + .button {
        margin-top: 8px
    }

.item-controls-container {
    padding: 0 16px 32px
}

.item-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .item-controls label::after,
    .item-controls label::before {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .item-controls button {
        margin-left: 32px
    }

.item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e5e5e5;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-top: 24px
}

    .item-box .item-box__icon {
        width: 30px;
        height: 30px;
        border-radius: 4px;
        background-color: #fafafc;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        vertical-align: middle;
        font-size: 14;
        margin-right: 12px
    }

        .item-box .item-box__icon i {
            font-size: inherit
        }

    .item-box .item-box--with-icon {
        font-size: 13px
    }

.tag {
    border-radius: 10px;
    padding: 2px 6px;
    color: #fff
}

.tag--blue {
    background-color: #47c7f3
}

.tag-list li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 12px
}

    .tag-list li:first-child {
        margin-left: 0
    }

.tabs-container {
    max-width: 440px;
    margin: auto
}

.tabs-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tabs-menu__item {
    font-family: "Conv_Poppins-Bold";
    font-size: 16px
}

    .tabs-menu__item:first-child {
        margin-right: 24px
    }

    .tabs-menu__item a {
        display: block;
        border-bottom: solid 2px #424244;
        padding: 0 12px 16px;
        color: #424244;
        opacity: 0.5
    }

        .tabs-menu__item a.active {
            opacity: 1;
            border-color: #47c7f3
        }

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.tab-content {
    padding: 0
}

.tab-content--form {
    width: 390px;
    max-width: 390px
}

.box-sticky {
    z-index: 10
}

.form-subscriptions {
    background: #fff;
    border-radius: 8px
}

.form-subscriptions__title {
    font-family: "Conv_Poppins-Bold";
    font-size: 28px;
    margin-bottom: 36px
}

.form-subscriptions__input {
    color: #424244;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 56px;
    width: 60%;
    max-width: 221px;
    padding: 0 16px
}

.form-subscriptions__button {
    font-family: "Conv_Poppins-Bold";
    border-radius: 8px;
    background-color: #47c7f3;
    padding: 16px 24px;
    font-size: 18px;
    color: #fff;
    margin-left: 16px
}

.w-data-table thead {
    /*display: none*/
    background-color: #EBEBEB;
}

.w-data-table td {
    border: 1px solid #EBEBEB;
    margin: 0
}

.w-data-table--zebra tbody {
    width: 100%
}

.w-data-table--zebra h4 {
    font-size: 18px;
    margin: 0
}

.w-data-table--zebra td {
    padding: 10px 16px
}

.w-data-table--zebra tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .w-data-table--zebra tr:nth-child(odd) {
        background-color: #fafafc
    }

.w-data-table--zebra td {
    vertical-align: middle
}

.w-data-table--zebra .w-data-table__row--selected {
    border: solid 1px #47c7f3 !important;
    background-color: rgba(71, 199, 243, 0.2) !important
}

.w-data-table--zebra .w-data-table-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.w-data-table--zebra .w-data-table-action__delete {
    margin-right: 24px
}

.w-data-table--zebra .w-data-table-action [class*="btn-"] {
    cursor: pointer
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

    .pagination .paginate_button {
        margin-right: 8px;
        border: 1px solid transparent
    }

        .pagination .paginate_button a {
            color: #424244;
            margin-left: 0px;
            height: 25px;
            width: 22px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-family: "Conv_Poppins-Regular"
        }

    .pagination .page-link:focus {
        background: transparent !important
    }

    .pagination .paginate_button.active,
    .pagination .paginate_button:hover {
        border: 1px solid #e5e5e5;
        background-color: #61D2AA;
        border-radius: 5px
    }

    .pagination .previous,
    .pagination .next {
        padding: 0 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .pagination .previous a,
        .pagination .next a {
            font-size: 1em;
            color: #18232c;
            position: relative;
            -ms-flex-item-align: center;
            align-self: center;
            width: auto;
        }

        .pagination .previous::before {
            /*font-family: "Font Awesome 5 Free";
            content: "\f060";
            display: inline-block;
            margin-right: 16px*/
        }

    .pagination .next {
        margin-right: 0
    }

        .pagination .next::after {
            /*font-family: "Font Awesome 5 Free";
            content: "\f061";
            display: inline-block;
            margin-left: 16px*/
        }

.pagination__arrow {
    font-size: 15px;
    margin-left: 16px
}

.dataTables_filter {
    position: relative;
    width: 100%
}

    .dataTables_filter .form-control {
        height: 51px;
        width: 95% !important;
        border: 1px solid #e5e5e5;
        border-radius: 20px;
        background-color: #ffffff;
        padding: 16px 24px;
        padding-right: 60px;
        font-family: "Conv_Poppins-Regular";
        margin-left: 0 !important;
        padding-left:40px;
        margin-bottom:10px;
    }

    .dataTables_filter label {
        position: relative;
        padding: 0 !important;
        font-family: "Font Awesome 5 Free"
    }

        .dataTables_filter label:after {
            content: "\f002";
            position: absolute;
            left: 20px;
            top: 0;
        }

.data-account .dataTables_filter label:before {
    line-height: 50px;
}

.w-table-stores .col-sm-12.col-md-7,
.w-table-stores .col-sm-12.col-md-6,
.w-table-container .col-sm-12.col-md-7,
.w-table-container .col-sm-12.col-md-6 {
    width: 100%;
    -ms-flex-preferred-size: unset !important;
    flex-basis: unset !important;
    max-width: unset !important
}

.icon-circle {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 11px
}

.icon-confirm {
    color: #0DC395;
    background-color: rgba(61, 183, 123, 0.3)
}

.icon-pending {
    color: #47c7f3;
    background-color: rgba(71, 199, 243, 0.3)
}

.message {
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 13px
}

.message--pending {
    color: #47c7f3;
    background: rgba(71, 199, 243, 0.3)
}

.message--confirm {
    color: #0DC395;
    background: rgba(61, 183, 123, 0.3)
}

.message-info {
    color: #e0e7ed;
    margin: 0 8px;
    vertical-align: middle
}

.colorpicker-component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative
}

.colorpicker-component__input {
    border: 0;
    width: 40%
}

.colorpicker-component__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.colorpicker-component__text {
    font-size: 14px;
    font-family: "Conv_Poppins-Bold"
}

.colorpicker-component__color i {
    display: inline-block;
    width: 54px !important;
    height: 30px !important;
    border-radius: 4px
}

.colorpicker-component__color.colorpicker-component__color--small i {
    width: 24px !important;
    height: 24px !important
}

.colorpicker-component__color,
.colorpicker-component__icon {
    margin-left: 16px
}

.jp-card-container {
    width: 100% !important;
    max-width: 295px !important;
    height: 175px !important
}

.jp-card {
    min-width: 295px !important
}

    .jp-card .jp-card-front .jp-card-lower .jp-card-number {
        font-size: 20px !important
    }

    .jp-card .jp-card-front .jp-card-lower .jp-card-name {
        font-size: 13px !important;
        font-family: "Conv_Poppins-Regular" !important
    }

.jp-card-logo.jp-card-amex {
    background-image: none !important;
    border: solid 1px #267AC3 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

    .jp-card-logo.jp-card-amex::before {
        content: "" !important;
        background-image: url("../img/card-logos/amex.png") !important;
        background-size: 105% !important;
        background-repeat: no-repeat !important;
        background-position: -2px -13px !important;
        width: 100% !important;
        height: 100% !important;
        left: 0 !important;
        top: 0 !important
    }

    .jp-card-logo.jp-card-amex::after {
        display: none !important
    }

@media (max-width: 768px) {
    .w-breadcrumb.w-breadcrumb--steps .breadcrumb-item {
        font-size: 16px;
        color:#221F1F;
    }

    .card-profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
        padding-right: 40px
    }

        .card-profile .card-title {
            margin-bottom: 1.5rem
        }

        .card-profile .card-actions {
            margin-bottom: 20px;
            position: absolute;
            right: 12px
        }

            .card-profile .card-actions .card-options {
                margin-left: 10px
            }

        .card-profile .card-profile__message {
            position: initial;
            margin-bottom: 12px
        }

    .card-list .card-list__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .card-list.card-list--zebra .card-list__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .w-form .w-form__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .w-form .w-form__actions .button {
            width: 100% !important
        }

            .w-form .w-form__actions .button + button {
                margin: 16px 0 0 0 !important
            }

    .ui-radio__text p {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-width: 412px;
    }

    .nav-menu {
        position: absolute;
        width: 100%;
        top: 120px;
        display: none !important;
        text-align: center
    }

        .nav-menu .nav-menu__list {
            display: block !important;
            text-align: center;
            margin: 0 16px !important;
            -webkit-transition: opacity 0.5 ease-in;
            transition: opacity 0.5 ease-in
        }

        .nav-menu .nav-menu__list-item {
            display: block !important;
            font-size: 24px !important;
            margin-right: 0 !important;
            margin-bottom: 24px !important;
            color: #424244;
            text-align:right;
        }

        .nav-menu .nav-menu__list-item /*:first-child*/ {
            padding-bottom: 24px;
            border-bottom: solid 1px #e5e5e5;
            border-right: 0
        }
        .nav-menu .nav-menu__list-item:last-child {
            padding-bottom: 24px;
            border-bottom: 0;
            border-right: 0
        }

        .nav-menu .nav-menu__list--secondary .nav-menu__list-item:first-child {
            border-bottom: solid 1px #e5e5e5;
            border-right: 0;
            padding-bottom: 24px
        }

        .nav-menu .nav-menu__list--secondary .nav-menu__list-item:last-child {
            padding-bottom: 24px;
            border-bottom: solid 1px #e5e5e5
        }

    .nav-menu-switch span {
        background: #FFFFFF;
    }
    .nav-menu-switch.active span {
        background: #221F1F;
    }

    .w-header--open {
        width: 100% !important;
        height: 100% !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        z-index: 9999 !important;
        position: fixed !important;
        background: #fff;
        overflow-y: hidden
    }

        .w-header--open .nav-menu {
            display: block !important
        }

        .w-header--open .nav-menu-list {
            opacity: 1
        }

        .w-header--open .nav-menu-user {
            border-color: #e5e5e5;
            position: relative;
            top: 1px
        }

        .w-header--open .nav-menu_switch {
            position: relative;
            top: 20px
        }

    .nav-menu_switch {
        margin-left: auto
    }

    .nav-menu-logo,
    .w-header--open .nav-menu-logo {
        display: block !important;
        left: 16px !important;
        top: -16px !important;
        position: relative;
        padding-left: 0
    }

    .w-gift-box-container {
        top: unset;
        position: relative
    }

        .w-gift-box-container .w-gift-box {
            position: relative !important;
            width:100%;
        }

    .w-gift-box__card {
        width: 100%
    }

    .w-choose-gift li {
        margin: 0 2px
    }

    .w-carousel--small .w-carousel__control .w-carousel__control__icon,
    .w-carousel--large .w-carousel__control .w-carousel__control__icon {
        width: 38px;
        height: 38px;
        font-size: 14px
    }

    .w-carousel li {
        padding: 0 !important
    }

    .w-footer__info .w-footer__list.w-list {
        display: block
    }

        .w-footer__info .w-footer__list.w-list li:after {
            display: none
        }

    .w-footer__legals {
        display: block
    }

        .w-footer__legals li {
            display: inline-block;
            font-size:12px !important;
            text-align:center;
        }
            .w-footer__legals li:after {
                content: " ";
            }

    .w-share {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .w-share li {
            margin: 16px
        }

    .w-pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .w-pagination___button--current {
        margin-right: 20px
    }

    .w-pagination__button:not(.w-pagination__button--back):not(.w-pagination__button--next):not(.w-pagination__button--current) {
        display: none
    }

    .tab-content--form {
        width: 100%
    }

    .item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .item__actions {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 16px 0 0
    }

        .item__actions::before {
            content: '';
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            height: 0
        }

    .flex-rows-break {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        height: 0
    }

    .item__actions .button {
        width: 100%
    }

    .item__title {
        margin-top: 16px
    }

    .item__text {
        margin-top: 8px
    }

    .item__category {
        margin-top: 12px
    }

    .item__price {
        margin-top: 0
    }

    .item__image {
        margin: auto
    }

    .item__control {
        margin-bottom: 20px
    }

    .w-data-table td {
        font-size: 14px !important;
        padding: 14px !important
    }

    .dataTables_filter .form-control {
        height: 51px;
        width: 94% !important
    }
}

.b-menuSidebar {
    width: 98px;
    background: #424244;
    height: 100vh;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 28px 16px 0;
    overflow-y: hidden;
    overflow-x: hidden;
    position: fixed;
    left: 0;
    top: 0
}

.b-menuSidebar__logo {
    margin-bottom: 50px
}

.b-menuSidebar__burger-menu {
    display: none;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 16px;
    max-width: -webkit-calc(100% - 32px);
    max-width: calc(100% - 32px)
}

.b-menuSidebar nav {
    position: relative;
    padding-bottom: 16px;
    padding-top: 16px;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
    padding-top: 24px;
    border-top: solid 1px #fff
}

    .b-menuSidebar nav * {
        -webkit-transition: 0.3s;
        transition: 0.3s
    }

    .b-menuSidebar nav:hover {
        overflow-y: scroll;
        overflow-x: hidden;
        padding-left: 5px
    }

    .b-menuSidebar nav::-webkit-scrollbar-track {
        border-radius: 2px
    }

    .b-menuSidebar nav::-webkit-scrollbar {
        width: 5px;
        background-color: #f7f7f7
    }

    .b-menuSidebar nav::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #bfbfbf
    }

    .b-menuSidebar nav .b-menuSidebar__link {
        margin-bottom: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .b-menuSidebar nav .b-menuSidebar__link .b-icon {
            margin: auto
        }

        .b-menuSidebar nav .b-menuSidebar__link span {
            font-size: 11px;
            line-height: 13px;
            color: white;
            text-align: center;
            font-weight: bold
        }

        .b-menuSidebar nav .b-menuSidebar__link:last-child {
            margin-bottom: 0
        }

.b-menuSidebar-menu {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #424244;
    position: fixed;
    z-index: 800;
    bottom: 16px;
    right: 16px;
    cursor: pointer
}

    .b-menuSidebar-menu:before {
        font-family: "Font Awesome 5 Free";
        content: '\f02b';
        color: #fff;
        display: block
    }

.b-menuSidebar-menu--active {
    background: #fff
}

    .b-menuSidebar-menu--active:before {
        color: #424244;
        content: '\f00d';
        font-size: 24px
    }

.b-navBar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0px 15px 15px;
    z-index: 10
}

    .b-navBar .nav-menu-logo {
        display: none
    }

    .b-navBar.w-header--open {
        /*position: fixed;
        padding: 38px 0;
        background: #fff*/
    }

        .b-navBar.w-header--open .nav-menu-logo {
            position: relative;
            z-index: 9999;
            top: -10px;
            left: 28px;
            display: block
        }

        .b-navBar.w-header--open .b-search {
            display: none
        }

    .b-navBar .b-menu {
        color: #424244;
        font-size: 14px;
        font-weight: bold;
        line-height: 17px
    }

    .b-navBar .b-menu__group-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 58px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

        .b-navBar .b-menu__group-link .b-menu__links-institutionals a {
            margin-right: 24px
        }

        .b-navBar .b-menu__group-link .b-menu__link-login {
            padding-left: 24px;
            position: relative
        }

            .b-navBar .b-menu__group-link .b-menu__link-login a {
                margin-right: 24px
            }

            .b-navBar .b-menu__group-link .b-menu__link-login:before {
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 1px;
                height: 13px;
                background: #424244
            }

        .b-navBar .b-menu__group-link .b-menu__sidebar {
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background: white;
            padding-right: 22px;
            padding-left: 22px;
            border-radius: 37px 0 0 37px
        }

            .b-navBar .b-menu__group-link .b-menu__sidebar a {
                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
            }

.b-search .b-input {
    width: 415px;
    height: 50px
}

    .b-search .b-input svg {
        position: absolute;
        right: 24px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .b-search .b-input input {
        font-size: 14px;
        line-height: 19px;
        font-weight: 600;
        color: #424244;
        background: white
    }

        .b-search .b-input input::-webkit-input-placeholder {
            color: #424244
        }

        .b-search .b-input input::-moz-placeholder {
            color: #424244
        }

        .b-search .b-input input:-ms-input-placeholder {
            color: #424244
        }

        .b-search .b-input input:-moz-placeholder {
            color: #424244
        }

.b-search .b-input--with-border input {
    border: 1px solid #E5E5E5
}

.b-search .b-input--full-width {
    width: 100%
}

.card__clean {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    overflow: auto
}

.card--padding-30 {
    padding: 30px
}

.card--only_image {
    position: relative;
    overflow: auto;
    border-radius: 8px
}

    .card--only_image svg {
        height: 16px;
        width: 16px;
        position: absolute;
        left: -25px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .card--only_image figure img {
        position: absolute;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 4px
    }

.card__image {
    position: relative;
    overflow: hidden;
}

    .card__image img {
        display: block;
        height: auto !important;
        position: relative !important;
        margin: 0px auto;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100% !important;
    }
.card--product--shop {
 margin-bottom:17px;
}
.card__data {
    padding: 16px
}

    .card__data h3 {
        margin: 0;
        color: #424244;
        font-size: 20px;
        font-weight: 800;
        line-height: 28px;
        margin-bottom: 8px
    }

    .card__data p {
        margin: 0;
        color: #7B7B7C;
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 14px
    }

    .card__data .bottom {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .card__data .bottom .labels a,
        .card__data .bottom .labels span {
            color: #424244;
            font-size: 12px;
            font-weight: bold;
            line-height: 19px;
            margin-right: 16px;
            font-family: "Conv_Poppins-Bold"
        }

            .card__data .bottom .labels a:last-child,
            .card__data .bottom .labels span:last-child {
                margin-right: 0
            }

        .card__data .bottom .price {
            color: #0DC395;
            font-family: Conv_Poppins-SemiBold;
            font-size: 28px;
            line-height: 32px;
            text-align: center;
            position: relative
        }
        .card__data .bottom .price span {
            color: #0DC395;
            font-family: Conv_Poppins-Regular;
            font-size: 15px;
            text-align: center;
            position: relative
        }

            .card__data .bottom .price .symbol {
                font-size: 16px;
                line-height: 21px;
                text-align: right;
                font-weight: 400;
                position: absolute;
                top: 50%;
                left: -4px;
                -webkit-transform: translate(-100%, -50%);
                -ms-transform: translate(-100%, -50%);
                transform: translate(-100%, -50%)
            }

.card.card--product .w-bookmarks,
.card--product.item .w-bookmarks {
    position: absolute;
    right: 0;
    z-index: 10
}

.card.card--product-large .card__image,
.card--product-large.item .card__image {
   
}
.card__data h3 a {
    text-decoration:underline !important;
}
.card--product-large .card__data h3 {
    font-size:16px;
    min-height: 40px;
}
.card--product-large .card__data p {
    min-height:70px;
}

.card.card--product-large .card__data .bottom,
.card--product-large.item .card__data .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .card.card--product-large .card__data .bottom .price,
    .card--product-large.item .card__data .bottom .price {
        margin-top: 16px
    }

        .card.card--product-large .card__data .bottom .price .symbol,
        .card--product-large.item .card__data .bottom .price .symbol {
            position: initial
        }

.gift-bg-1 {
    background: url("../img/home/gif-card-bg-1.png") right;
}
.gift-bg-2 {
    background: url("../img/home/gif-card-bg-2.png") right;
}
.gift-bg-2 .price {
    color: #ffffff !important;
}
    .gift-bg-2 .price span {
        color: #ffffff !important;
    }

.card.card-credits,
.card-credits.item {
    padding: 14px;
    color: #ffffff;
}
    .card.card-credits .card__data,
    .card-credits.item .card__data {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 44px;
        padding: 0
    }

        .card.card-credits .card__data h3,
        .card-credits.item .card__data h3 {
            font-size: 48px;
            font-family: Conv_Poppins-SemiBold;
        }

        .card.card-credits .card__data p,
        .card-credits.item .card__data p {
            font-size: 20px;
        }

        .card.card-credits .card__data .labels,
        .card-credits.item .card__data .labels {
            font-size: 11px
        }

        .card.card-credits .card__data .bottom,
        .card-credits.item .card__data .bottom {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

    .card.card-credits .w-bookmarks,
    .card-credits.item .w-bookmarks {
        margin-top: 0
    }

.card-promo img {
    max-width: 100%
}

.card-wizi {
    min-height: 275px;
    text-align: center;
    background: #221F1F;
    border: 0;
    border-radius: 12px;
    padding-top: 20px;
    margin-bottom: 10px;
}

.card-wizi.card-wizi-transparent {
    background: transparent;
}

    .card-wizi img {
        max-height: 36px;
    }
    .card-wizi span {
        text-align: center;
        background: #FFFFFF;
        border: 1px solid #FFFFFF;
        border-radius: 50px;
        padding: 20px;
        margin: 20px auto;
    }

.card-wizi__title {
    font-family: Conv_Poppins-SemiBold;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #221F1F;
    text-transform: uppercase;
    padding:0px 0px 0px 0px;
}

.card-wizi__text {
    min-height:155px;
    font-weight: 400;
    font-size: 12px;
    color: #221F1F;
    padding: 15px 10px 30px 10px;
    line-height: 20px
}

.page-home .row {
    margin-right: -12.045px;
    margin-left: -12.045px
}

    .page-home .row .col-xs-1 {
        padding-right: 12.045px;
        padding-left: 12.045px
    }

    .page-home .row .col-xs-2 {
        padding-right: 12.045px;
        padding-left: 12.045px
    }

    .page-home .row .col-xs-3 {
        padding-right: 12.045px;
        padding-left: 12.045px
    }

    .page-home .row .col-xs-4 {
        padding-right: 12.045px;
        padding-left: 12.045px
    }

    .page-home .row .col-xs-5 {
        padding-right: 12.045px;
        padding-left: 12.045px
    }

    .page-home .row .col-xs-6 {
        padding-right: 12.045px;
        padding-left: 12.045px
    }

    .page-home .row .col-xs-7 {
        padding-right: 12.045px;
        padding-left: 12.045px
    }

    .page-home .row .col-xs-8 {
        padding-right: 12.045px;
        padding-left: 12.045px
    }

    .page-home .row .col-xs-9 {
        padding-right: 12.045px;
        padding-left: 12.045px
    }

    .page-home .row .col-xs-10 {
        padding-right: 12.045px;
        padding-left: 12.045px
    }

    .page-home .row .col-xs-11 {
        padding-right: 12.045px;
        padding-left: 12.045px
    }

    .page-home .row .col-xs-12 {
        padding-right: 12.045px;
        padding-left: 12.045px
    }

    .page-home .row .col-xs-offset-0 {
        padding-right: 12.045px;
        padding-left: 12.045px
    }

    .page-home .row .col-xs-offset-1 {
        padding-right: 12.045px;
        padding-left: 12.045px
    }

    .page-home .row .col-xs-offset-2 {
        padding-right: 12.045px;
        padding-left: 12.045px
    }

    .page-home .row .col-xs-offset-3 {
        padding-right: 12.045px;
        padding-left: 12.045px
    }

    .page-home .row .col-xs-offset-4 {
        padding-right: 12.045px;
        padding-left: 12.045px
    }

    .page-home .row .col-xs-offset-5 {
        padding-right: 12.045px;
        padding-left: 12.045px
    }

    .page-home .row .col-xs-offset-6 {
        padding-right: 12.045px;
        padding-left: 12.045px
    }

    .page-home .row .col-xs-offset-7 {
        padding-right: 12.045px;
        padding-left: 12.045px
    }

    .page-home .row .col-xs-offset-8 {
        padding-right: 12.045px;
        padding-left: 12.045px
    }

    .page-home .row .col-xs-offset-9 {
        padding-right: 12.045px;
        padding-left: 12.045px
    }

.page-home .container {
    max-width: 1295px
}

.page-home .w-header {
    max-width: 100%
}

    .page-home .w-header .nav-menu-logo {
        padding-left: 0
    }

.page-home .main-wrapper {
    width: 100%;
    max-width: -webkit-calc(100% - 98px);
    max-width: calc(100% - 98px);
    margin-left: auto;
    position: relative
}

    #hero {
        height: 461px;
        width: 100%;
        padding-top: 86px;
    }

        #hero .hero-carousel {
            height: 100%
        }

             #hero .hero-carousel .flickity-viewport {
                height: 100% !important
            }

                 #hero .hero-carousel .flickity-viewport .carousel-cell {
                    position: relative;
                    height: 100%;
                    width: 100%
                }

                    #hero .hero-carousel .flickity-viewport .carousel-cell .img-bg {
                        width: 100%;
                        height: 100%;
                        -o-object-fit: contain;
                        object-fit: contain
                    }

                    #hero .hero-carousel .flickity-viewport .carousel-cell .content-text {
                        position: absolute;
                        bottom: 5% !important;
                        left: 0;
                        color: #FFFFFF;
                        font-family: "Conv_Poppins-Bold";
                        font-size: 36px;
                        height: 100%;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: end;
                        max-width: 1076px;
                        left: 25%;
                        -webkit-transform: translateX(-50%);
                        -ms-transform: translateX(-50%);
                        transform: translateX(-50%)
                    }

                        #hero .hero-carousel .flickity-viewport .carousel-cell .content-text .container {
                            max-width: 746px;
                            margin: initial
                        }

                            #hero .hero-carousel .flickity-viewport .carousel-cell .content-text .container .logo_horizontal {
                                width: 146px;
                                margin-bottom: 16px
                            }
                            #hero .hero-carousel .flickity-viewport .carousel-cell .content-text .container .btn {
                                margin-top: 16px;
                                font-family: "Conv_Poppins-Bold"
                            }
                            #hero .hero-carousel .flickity-viewport .carousel-cell .content-text .container h4 {
                                min-height: 40px;
                            }
                            #hero .hero-carousel .flickity-viewport .carousel-cell .content-text .container p {
                                min-height:195px;
                            }

            #hero .hero-carousel .flickity-button[disabled] {
                -webkit-transition: 0.3s;
                transition: 0.3s;
                opacity: 0
            }

            #hero .hero-carousel .flickity-page-dots {
                bottom: 15px
            }

                #hero .hero-carousel .flickity-page-dots .dot {
                    height: 12px;
                    width: 12px;
                    background-color: #ffffff;
                    opacity: 1;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                    margin: 0;
                    margin-right: 8px
                }

                    #hero .hero-carousel .flickity-page-dots .dot:last-child {
                        margin-right: 0
                    }

                    #hero .hero-carousel .flickity-page-dots .dot.is-selected {
                        height: 12px;
                        width: 24px;
                        border-radius: 6px;
                        background-color: #1e87b2
                    }
/*
.page-home .section-wizi {
    padding-top: 56px;
    position: relative
}

    .page-home .section-wizi::before {
        content: "";
        background: url("../img/home/bg-porque.png") no-repeat right;
        width: 100%;
        height: 323px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: -1
    }
    */
.shopping-logo {
    padding: 40px;
    /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;*/
}
.shopping-logo {
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    */
}

.hero__experience {
    width: 100%;
    height: 400px;
    background: #ccc;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff
}

    .hero__experience p {
        margin: 0
    }

.hero__experience-container {
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 2
}

.hero__experience-title {
    font-size: 48px;
    line-height: 50px;
    font-weight: 800
}

.hero__experience-subtitle {
    margin-top: 10px !important;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300
}

.hero__experience-dark-gradient {
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1
}

.section-stores {
    margin: 55px 0;
    max-width: 589px;
    padding: 32px
}

    .section-stores .w-list--bullets {
        margin-top: 22px
    }

        .section-stores .w-list--bullets li {
            color: #7b7b7c;
            font-size: 18px;
            margin-bottom: 40px
        }

    .section-stores .section-stores__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 32px
    }

    .section-stores .w-table-stores .w-data-table {
        margin-top: 42px;
        margin-bottom: 52px;
        height: 100px
    }

    .section-stores .w-table-stores td {
        font-family: Conv_Poppins-SemiBold;
        font-size: 14px;
        padding: 20px;
        margin-bottom: 40px;
        text-transform: uppercase
    }

        .section-stores .w-table-stores td i {
            margin-right: 8px
        }


.bg-green {
    background-color: #0DCFA1;
}
div.dataTables_wrapper div.dataTables_filter label, div.dataTables_wrapper div.dataTables_length label {
 text-align:center;
}


.shopping-accession-home {
    border: none;
    min-height: 462px;
}
.brand-item {
    margin-left: auto;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px 35px 20px 35px;
    border: 1px solid #F1F1F1;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: 60px;
    width: 90%;
}
.brand-item-pop {
    cursor: pointer;
}
    .brand-item h6 {
        display: inline-block;
        font-family: Conv_Poppins-Regular;
        font-style: normal;
        margin-top: initial !important;
        margin-bottom: initial !important;
        font-weight: 700 !important;
        font-size: 16px !important;
        background-color: red;
        /* Create the gradient. */
        background-image: linear-gradient(45deg, #5C5CF7 0%, #0DD6A8 100%);
        /* Set the background size and repeat properties. */
        background-size: 100%;
        background-repeat: repeat;
        /* Use the text as a mask for the background. */
        /* This will show the gradient as a text color rather than element bg. */
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-background-clip: text;
        -moz-text-fill-color: transparent;
    }
.close-shoppings {
    display:flex;
    justify-content:space-around;
    flex-direction:row;
    align-items:center;
    padding:15px;
}
#shoppings-content {
    min-height:350px;
    
}
#btn-close-shoppings {
    cursor: pointer;
}
.brand-title {
    text-transform: capitalize;
    background-color: red;
    /* Create the gradient. */
    background-image: linear-gradient(45deg, #5C5CF7 0%, #0DD6A8 100%);
    /* Set the background size and repeat properties. */
    background-size: 100%;
    background-repeat: repeat;
    /* Use the text as a mask for the background. */
    /* This will show the gradient as a text color rather than element bg. */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
.table-promotion .tr-tables-stores {
    display: inline-block;
    padding-top: 0px;
    width: 25%;
    min-height: 75px;
    text-align: center;
}
.table-promotion tbody {
    min-height:350px;
}

.section-stores-new {
    /* max-width: 589px;
    padding: 32px;*/
    padding: 10px;
    width: 100%;
    border: none;
}

    .section-stores-new .w-list--bullets {
        margin-top: 22px
    }

        .section-stores-new .w-list--bullets li {
            color: #7b7b7c;
            font-size: 18px;
            margin-bottom: 40px
        }

    .section-stores-new .section-stores__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 32px
    }

    .section-stores-new .w-table-stores .w-data-table {
        /* margin-top: 42px;
        margin-bottom: 52px;
        height: 100px*/
    }

    .section-stores-new .w-table-stores td {
        font-family: Conv_Poppins-SemiBold;
        font-family:Conv_Poppins-Regular;
        font-size: 14px;
        padding: 10px;
        width:100%;
        text-align:center;
        display:block;
        text-transform: uppercase
    }

        .section-stores-new .w-table-stores td i {
            margin-right: 0px
        }

.w-carousel--products .w-list li {
    border: solid 1px transparent
}

.section-related {
    margin-top: 55px
}

    .section-related h3 {
        margin-bottom: 16px
    }

    .section-related .card-related {
        margin-bottom: 22px;
        text-align: center;
        position: relative;
        overflow: hidden
    }

    .section-related .card-related__info {
        padding: 20px
    }

    .section-related .card-related__title {
        font-family: "Conv_Poppins-Bold";
        font-size: 20px;
        margin: 0 0 12px
    }

    .section-related .card-related__text {
        font-size: 16px;
        color: #7b7b7c;
        text-align: left
    }

    .section-related .w-bookmarks {
        position: absolute;
        right: 0;
        top: 0
    }

    .section-related .card-related__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .section-related .card-related__gender {
        font-family: "Conv_Poppins-Bold";
        font-size: 12px
    }

    .section-related .price-tag * {
        color: #0DC395
    }

        .section-related .price-tag * .price-tag-amount {
            font-size: 24px
        }
.z-index-0 {
    z-index:0;
}

.section-legal {
    z-index: 1000; 
    text-align:justify;
    margin-top: 22px;
    margin-bottom: 48px
}

.section-legal__text {
    font-size: 12px;
    color: #000000;
}

.section-shoppings {
    margin-top: 48px;
    width: 100%
}

    .section-shoppings .link-see-more {
        color: #51697a;
        font-family: "Conv_Poppins-Bold";
        font-size: 18px
    }

    .section-shoppings .w-list li {
        padding: 16px;
        margin-right: 24px
    }

        .section-shoppings .w-list li:last-of-type {
            margin-right: 0
        }

    .section-shoppings .w-control-left {
        display: none
    }

    .section-shoppings .w-control-right {
        margin-left: 24px
    }

.w-hero {
    margin-top: 108px;
    color: #fff;
    padding-bottom: 32px
}

    .w-hero .w-title {
        margin: 0 0 24px
    }

    .w-hero p {
        font-size: 16px;
        line-height: 25px
    }

.w-login {
    padding-top: 70px;
    color:#221F1F;
}

.w-login-img {
    right: 0;
    text-align: right
}
.w-login-img img {
    width:100%;
}

.w-bg-profile {
    background-image: url("../img/bg-profile.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 290px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    z-index: -1
}
.w-bg-faq {
    background-image: url("../img/bg-faq.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 290px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    z-index: -1
}
.w-bg-contact {
    background-image: url("../img/bg-contact.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 290px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    z-index: -1
}
.w-bg-pay-ok {
    background-image: url("../img/bg-pay-ok.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 290px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    z-index: -1
}
.w-bg-pay {
    background-image: url("../img/bg-pay.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    height: 386px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    z-index: -1
}
.w-bg-profile-0 {
    background-image: url("../img/bg-profile-0.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 290px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    z-index: -1
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .w-bg-profile {
        background-image: url("../img/bg-profile@2x.jpg");
        background-size: 100% 290px
    }
}

@media (-webkit-min-device-pixel-ratio: 3) {
    .w-bg-profile {
        background-image: url("../img/bg-profile@3x.jpg");
        background-size: 100% 290px
    }
}

.w-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 86px
}

.w-profile__user-image {
    max-width: 180px;
    max-height: 200px;
    overflow: hidden
}

.w-profile__info {
    align-content: end;
    color: #ffffff;
}

.w-profile__title {
    font-family: "Conv_Poppins-Bold";
    font-size: 28px
}

.w-profile__text {
    font-size: 13px;
    margin: 0
}

.w-profile__button {
    margin-top: 34px
}

.w-profile__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: -18px
}

.w-profile__menu-item {
    font-size: 13px;
    margin: 0 24px;
    font-family: "Conv_Poppins-Bold";
}

    .w-profile__menu-item--selected,
    .w-profile__menu-item:hover {
        font-family: "Conv_Poppins-Bold"
    }

.w-profile__container {
    margin-top: 55px
}

.w-profile__container-inner {
    max-width: 998px;
    margin: auto
}

.w-profile-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .w-profile-card + .w-profile-card {
        margin-top: 8px
    }

.w-profile-card__text {
    font-size: 13px;
    margin: 0;
    font-family: "Conv_Poppins-Regular"
}

.w-profile-card__text--gray {
    color: #7b7b7c
}

.w-profile-card__title {
    font-family: "Conv_Poppins-Bold";
    font-size: 20px;
    margin-bottom: 16px
}

.w-profile-card__title--secondary {
    font-family: "Conv_Poppins-Bold";
    font-size: 16px;
    margin: 0 0 8px
}

.w-profile-card__list--dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .w-profile-card__list--dl li {
        width: 50%;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 8px
    }

        .w-profile-card__list--dl li:nth-child(odd) {
            font-family: "Conv_Poppins-Bold"
        }

        .w-profile-card__list--dl li:nth-child(even) {
            text-align: right
        }

.w-profile-card__number {
    font-family: "Conv_Poppins-Bold";
    font-size: 30px;
    margin: 0
}

.w-profile-card__link {
    font-family: "Conv_Poppins-Bold";
    font-size: 18px;
    margin-top: 48px;
    margin-bottom: 0;
    color: #1E87B2;
    text-transform: uppercase
}

.w-profile-card__price {
    margin-top: 24px
}

.footer p,
.footer a {
    margin: 0
}

.footer a {
    color: #424244;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s
}

    .footer a:hover {
        color: #7B7B7C
    }

.footer__wrapper {
    padding-bottom: 30px;
    border-bottom: 1px solid #CCCCCC
}

.footer__logo {
    width: 200px
}

.footer__info {
    margin: 30px 0px 0px 0px
}

    .footer__info * {
        display: inline-block;
        color: #424244
    }

    .footer__info p,
    .footer__info a {
        font-weight: bold
    }

.footer__social a {
    display: inline-block;
    margin: 0px 10px;
    font-size: 20px
}

.footer__copryright {
    color: #424244;
    font-size: 14px;
    line-height: 19px;
    margin: 30px 0px
}

    .footer__copryright a {
        margin: 0px 10px
    }

@media (max-width: 768px) {
    #hero .hero-carousel .flickity-viewport .carousel-cell .img-bg {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: cover;
    }
    .w-row-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .w-login-img {
        display: none
    }

    .w-profile {
        margin-top: 46px
    }

    .w-profile__info {
        text-align: center
    }

    .w-profile-card__link {
        margin-top: 24px
    }

    .w-profile__user-image,
    .w-profile__button {
        margin: auto
    }

    .w-profile__button,
    .w-profile__menu {
        margin-top: 24px
    }

    .w-profile__menu {
        position: initial;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    /*.w-profile__menu-item {
        margin-left: 12px;
        margin-right: 12px
    }*/

    .w-profile__container {
        margin-top: 34px
    }

    .w-profile__col {
        margin-bottom: 24px
    }

        .w-profile__col:last-of-type {
            margin-bottom: 0
        }

    .w-profile-card__list--dl li:nth-child(even) {
        text-align: right;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .section-shoppings .w-flex-space-between {
        display: block
    }

    .section-shoppings .w-list li {
        margin-right: 0
    }

    .section-shoppings .w-carousel--large .w-carousel__control {
        width: 38px;
        height: 38px
    }

    .section-stores .w-list-stores li {
        font-size: 14px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        margin-bottom: 24px
    }

    .w-row-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page-home .main-wrapper {
        max-width: 100%;
        margin-left: 0
    }

    .page-home .hero-carousel .title__primary {
        font-size: 26px !important;
        line-height: 1.4
    }

    .page-home .hero-carousel .btn {
        text-align: center;
        font-size: 15px !important;
        padding: 5px !important;
    }

    .page-home .b-menuSidebar {
        z-index: 90;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 12px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 33px
    }

    .page-home .b-search {
        display: none
    }

    .page-home .b-menuSidebar__logo {
        margin-bottom: 20px
    }

    .page-home .b-menuSidebar__burger-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: auto
    }

    .page-home .b-menuSidebar__nav {
        display: none
    }

    .page-home .b-search {
        padding-right: 24px
    }

        .page-home .b-search,
        .page-home .b-search .b-input {
            width: 100%
        }

    .page-home .nav-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 24px;
        margin-left: auto
    }

    .page-home .nav-menu__list {
        margin-left: auto
    }

    .page-home .hero-carousel .title__primary {
        font-size: 46px
    }

    .page-home .b-promo__content .b-promo__group-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 24px
    }

        .page-home .b-promo__content .b-promo__group-item .card__clean + .card__clean {
            margin-top: 42px
        }

    .page-home .b-banners .b-banners__item {
        margin-bottom: 24px;
        padding: 10px 16px
    }

    .page-home .b-banners__title {
        font-size: 16px;
        font-weight:500;
        line-height: 23px;
        margin: 0
    }

    .page-home .b-banners__title--big {
        font-size:20px;
        font-weight:700;
    }

    .page-home .b-banners__label {
        font-size: 14px;
        margin: 0
    }

    .page-home .b-promo {
        margin-bottom: 32px
    }

    .page-home .card--product-large,
    .page-home .card-credits {
        margin-bottom: 24px
    }

    .page-home .form-subscriptions__input {
        max-width: 151px
    }

    .page-home .card--only_image {
        margin: 0;
        width: 100%;
        min-height: unset;
        height: 95px !important;
    }

        .page-home .card--only_image svg {
            left: 50%;
            top: -24px
        }

    .page-home .section-important .row,
    .page-home .section-gifts .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        overflow-y: auto;
        width: 100%
    }

    .b-menuSidebar {
        opacity: 0 !important;
        -webkit-transition: opacity 0.2s ease-in;
        transition: opacity 0.2s ease-in;
        display: block !important;
        z-index: 0
    }

        .b-menuSidebar.b-menuSidebar--open {
            opacity: 1 !important;
            width: 100% !important;
            height: 100% !important;
            -webkit-box-align: start !important;
            -ms-flex-align: start !important;
            align-items: flex-start !important;
            -webkit-box-pack: unset !important;
            -ms-flex-pack: unset !important;
            justify-content: unset !important;
            z-index: 700
        }

            .b-menuSidebar.b-menuSidebar--open .b-menuSidebar__nav {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                border: 0;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                margin-top: 40px;
                overflow-y: hidden !important;
                z-index: 0
            }

                .b-menuSidebar.b-menuSidebar--open .b-menuSidebar__nav a {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 33.33333%;
                    flex: 0 0 33.33333%;
                    -webkit-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none
                }

            .b-menuSidebar.b-menuSidebar--open nav:hover {
                overflow-y: hidden !important;
                padding-left: 0 !important
            }

    .b-menuSidebar-menu {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .b-navBar {
        padding: 38px 0 !important;
        z-index: 200
    }
}

.g-recaptcha {
    display: inline-block;
}

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

        a .navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    background-color: #221F1F;
    background-color: #F9F8FD;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.bg-wireframe {
    /*background-color: #D8D8D8;*/
}

.main-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 50px;
    min-height: 100%;
    width: 230px;
    z-index: 810;
    -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
}

.error {
    border-radius: 4px;
    padding: 1px;
    margin-top: 1px;
    border-color: #FC5A3A !important;
    font-size: 13px !important;
}

.input-error {
    border: 1px solid red; /* Cambia este color al que desees */
}

.text-danger {
    font-size: 13px !important;
    text-align: center;
    width: 100%;
    color: #FC5A3A !important;
}

    .text-danger span {
        background: #FFFFFF;
        border-radius: 4px;
        width: 100%;
        display: inline-block;
        padding: 1px;
        margin-top: 1px;
        text-align:left;
    }

.validation-summary-errors {
    background: #FFFFFF;
    color: #BE2525;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    padding: 10px;
    margin-top: 1px;
}


.nav-menu-user_ {
    width: inherit !important;
}

.hidden {
    display: none !important;
}

.tag--red {
    background-color: red;
}

.delete_collab {
    cursor: pointer;
}

.ui-accordion .ui-accordion-header {
    padding: 8px;
}

    .ui-accordion .ui-accordion-header a {
        font-size: 16px;
    }

.accordion_sub .ui-state-active, .accordion_sub .ui-widget-content .ui-state-active, .accordion_sub .ui-widget-header .ui-state-active, .accordion_sub a.ui-button:active, .accordion_sub .ui-button:active, .accordion_sub .ui-button.ui-state-active:hover {
    background-color: #0DCFA1;
}
.accordion_sub .ui-accordion-header a {
    font-size: 14px;
}
.accordion_sub p {
    font-size: 12px;
}


.custom-selected {
    background-color: #FFECC4;
}

.cft {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    color: #727272;
}

.cft-selected {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 48px
}

#cookieConsent {
    position: fixed;
    width: 50%;
    margin-left: 25%;
    bottom: 5px;
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,0.125);
    color: #000000 !important;
    font-size: 14px !important;
    z-index: 10000;
}

.button_cookies {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    text-align: center !important;
    display: block !important;
    background-color: #1e87b2 !important;
    color: #fff !important;
}

.w-login-bg {
    background: url("../img/login/bg-login.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.w-gift-box__card.w-gift-box__card--generic {
    background: url("../img/motivo-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    border: 0;
    /*-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.08),0 27px 83px 0 rgba(238,160,4,0.53);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.08),0 27px 83px 0 rgba(238,160,4,0.53)*/
}

.flickity-prev-next-button.next {
    z-index: 9;
}

.flickity-prev-next-button.previous {
    z-index: 9;
}

.hero-home {
    min-height: 461px;
    width: 100%;
}

.w-logo-home {
    position: absolute;
    top: 32px;
    left: 32px;
    height: 50px;
    width: 200px;
    z-index: 1;
}

    .w-logo-home img {
        max-width: 160px;
    }

.promo-price-50 {
    margin: 0 auto;
    padding-top: 50px;
    text-align: center !important;
    font-size: 1.5em !important;
    color: #FFFFFF;
}

.promo-price-30 {
    margin: 0 auto;
    padding-top: 30px;
    text-align: center !important;
    font-size: 1.5em !important;
    color: #FFFFFF;
}

.promo-price-tag {
    font-family: 'Conv_Poppins-Bold';
    font-size: 2em;
    line-height: 1em;
    color: #FFFFFF;
}

#login-title {
    color: #221F1F;
}

.title-white {
    color: #FFFFFF;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #221F1F !important;
}

.nav-link:hover {
    color: #0DCFA1 !important;
}

.nav-link {
    color: #221F1F;
}

.b-banners__title span {
    color: #0DD0A2;
    display: block;
}

::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: #e5e5e5;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: #000;
}

.page-home .section-wizi .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-y: auto;
}

.w-logo-header {
    display: inline-block;
    width: 100%;
    max-width: 160px;
    padding-left: 32px;
}

.w-footer__logo img {
    max-width: 150px;
}

.bg-white {
    background-color: #FFFFFF;
}

.bg-main {
    background-image: url("../img/redesign202405/bg-home.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-main-header {
    background: #221F1F;
}
.bg-grey {
    background-color: #F8F8F8;
}


.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.w-footer__legals-copyright br {
    display: none;
}

#cover {
    background: url("/img/loading-25.gif") no-repeat scroll center 200px #808080;
    background-size: 10%;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1000000;
}

.col-shoppings {
    width: 14%;
}
.text-small {
    font-size: 12px!important;
}

.cursor-pointer {
    cursor:pointer;
}

.section-home-buttons {
    margin-top: 134px;
}

@media (max-width: 768px) {
    .col-shoppings {
        width: 20%;
    }

    .hidden-mob {
        display: none !important
    }

    .w-form label {
        font-size: 14px;
    }

    .card-footer__title {
        font-size: 14px;
    }

    .text {
        font-size: 14px;
    }

    .card-header__title {
        font-size: 16px;
    }

    .card-title--secondary {
        font-size: 14px;
    }

    .card-body .item__image {
        margin-right: auto;
    }

    .card-body .item__info {
        text-align: center;
        padding-top: 10px;
        max-width: 100%;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 16px;
    }

    .w-form .w-form__actions .button + .button {
        margin-left: 0px;
        margin-top: 16px;
    }

    .b-navBar {
        position: relative;
        padding: 15px 0px 15px 0px !important;
    }

    .w-logo-header {
        max-width: 120px;
    }

    .h5, h5 {
        font-size: 14px;
    }

    .w-profile-card__link {
        font-size: 14px;
    }

    .price-tag-amount {
        font-size: 34px;
    }

    .w-profile-card__title {
        font-size: 16px;
    }

    .w-profile-card__list--dl {
        font-size: 12px;
    }

    .ui-accordion .ui-accordion-header a {
        font-size: 14px;
    }

    .ml-24 {
        margin-left: 0px
    }

    .mt-64 {
        margin-top: 44px;
    }

    .mt-146 {
        margin-top: 40px;
    }

    .mt-128 {
        margin-top: 40px;
    }

    .mt-48 {
        margin-top: 24px;
    }

    .title__six {
        font-size: 16px;
    }

    .pagination {
        flex-wrap: nowrap;
    }

        .pagination .paginate_button {
            margin-right: 0px;
        }

            .pagination .paginate_button a {
                width: auto;
                padding: 0.2rem 0.35rem;
            }

        .pagination .previous, .pagination .next {
            padding: 0px;
        }
    
    
    .button {
        padding: 14px 20px;
        font-size: 14px;
    }

    .button--base {
        width: max-content;
        padding: 15px 15px;
    }

    #cookieConsent {
        width: 80%;
        margin-left: 10%;
        font-size: 12px !important;
    }

    .w-footer__legals-copyright br {
        display: block;
    }

    .w-header--open .w-logo-header {
        display: none;
    }

    .title__five {
        font-size: 16px;
    }

    .nav-menu .nav-menu__list-item:last-child {
        padding-right: 24px;
        border-right: 0;
    }

    #hero .hero-carousel .flickity-viewport .carousel-cell .content-text {
       
        padding-top: 20px !important;
    }

    #hero {
        height: 255px !important;
        width: 100%;
    }

        #hero .hero-carousel .flickity-viewport .carousel-cell .content-text .container .logo_horizontal {
            max-width: 146px;
            width: 25% !important;
            margin-bottom: 16px;
        }

    .section-home-buttons {
        margin-top: 68px;
    }

    .card.card--product-large .card__image, .card--product-large.item .card__image {
        height: inherit;
    }

    .card__image {
        height: inherit;
        min-height: 120px !important;
    }

        .card__image img {
            width: 100%;
            height: auto !important;
            display: block;
            height: 300px;
            position: relative;
            margin: 0px auto;
        }

    .card__data h3 {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .card__data p {
        margin: 0;
        color: #7B7B7C;
        line-height: 20px !important;
        margin-bottom: 10px !important;
    }

    .hero-home {
        min-height: inherit;
        width: 100%;
    }

    .card-wizi {
        min-height: 265px;
    }

    .card-wizi__text {
        padding: 15px 50px 40px 50px;
    }

    .w-content-header-home {
        background-color: #6C4DC9;
        width: 100%;
        height: 80px;
    }

    .flickity-prev-next-button {
        width: 20px;
        height: 20px;
    }

    .b-banners__image--bg {
        height: auto;
    }

    .page-home .card--only_image {
        height: auto !important;
        overflow: hidden;
    }

    .title__five {
        transform: inherit !important;
        font-size: 20px;
    }

    .title__four {
        font-size: 20px;
    }

    .shopping-logo {
        padding: 20px;
    }

    .w-title--large {
        font-size: 24px;
        margin-bottom: 0px !important;
    }

    .w-title {
        font-size: 18px;
    }

    .w-login {
        padding-top: 20px;
    }

    .w-hero p {
        font-size: 14px;
    }

    .b-banners__item {
        position: relative;
        padding: 30px 30px;
        height: 100%;
        min-height: 236px;
    }
}

label {
    display: initial;
}

.price_in {
    text-align: center !important;
    background: none;
    border: 0 !important;
    background-color: #0DCFA1 !important;
    font-size: 4.5em !important;
    max-width: 90%;
    color: #FFFFFF !important;
    font-family:Conv_Poppins-ExtraBold;
    margin-bottom: 5px;
    border-bottom: 1px solid #FFFFFF !important;
}
    .price_in:focus, .price_in:active {
        outline: none;
      }

.carousel-cell {
    width: 25%;
}


@media (max-width: 768px) {
    .carousel-cell {
        width: 100%;
    }
    .flickity-page-dots .dot {
        display: inline-block;
    }

    #section-beneficios .title__five {
        margin: 0 auto;
    }
    .tr-tables-stores {
        width: 50%;
    }
    .table-promotion .tr-tables-stores {
        width: 50%;
    }
}
.page-item.active .page-link {
        z-index: 3;
        color: #fff;
        background-color: #61D2AA;
        border-color: #61D2AA;
    }
.page-link {
    border-radius:5px;
}
.LocalesModal .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}


.attached-filter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    font-size: 14px;
}
    .attached-filter label {
        position: relative;
        padding: 0 !important;
        font-family: "Font Awesome 5 Free";
    }
    .attached-filter label:after {
        content: "\f002";
        position: absolute;
        left: 20px;
        top: 17px;
    }

 
    .attached-filter .form-control {
        height: 51px;
        width: 95%;
        border: 1px solid #e5e5e5;
        border-radius: 20px;
        font-size:14px;
        background-color: #ffffff;
        padding: 16px 50px;
        font-family: "Conv_Poppins-Regular";
        margin-left: 0 !important;
    }

.shopping-selector-container {
    width: 72px;
    height: 72px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    border-radius: 50px;
    padding: 5px;
    margin: 10px 10px 10px 10px;
    cursor: pointer;
    border: 0.2px solid rgba(215, 215, 215, 1);
    filter: drop-shadow(0px 33px 9px 0px rgba(215, 215, 215, 1));
}

    .shopping-selector-container img {
        width: 80%;
    }

.shopping-selector-on {
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;*/
    border: 1px solid rgba(13, 214, 168, 1) !important;
}
.container-stores {
display:flex;
flex-wrap:wrap;
}
.content-store {
    display: inline-block;
    padding-top: 0px;
    width: 20%;
    min-height: 145px;
    text-align: center;
}


    .content-store a {
        color: #211F1F !important;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        overflow-wrap: initial;
        text-transform: capitalize;
        font-family: Conv_Poppins-Regular;
        min-height: 40px;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
    }

    .content-store img {
        width: 96px;
        height: 96px;
        border-radius: 50px;
        padding: 10px;
        display: block;
        margin: 0 auto;
        margin-bottom: 5px;
        border: 1px solid #F5F5F5;
        filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.1));
    }

    .content-store-pagination {
        display: inline;
        flex-direction: row;
        justify-content: space-between;
    }

        .content-store-pagination .content-store-pages {
            display: inline;
            flex-direction: row;
            justify-content: center;
        }

        .content-store-pagination .page-change {
            text-align: center;
            font-weight: 500;
            font-size: 1em;
        }

        .content-store-pagination .page-num {
            text-align: center;
            font-size: 1em;
            color: rgba(34, 31, 31, 1);
            margin-left: 5px;
            width: 40px;
            height: 40px;
            padding: 8px;
            border-radius: 4px;
            border: 1px solid rgba(241, 241, 241, 1)
        }

        .content-store-pagination .active {
            color: #FFFFFF;
            background: rgba(13, 214, 168, 1)
        }
@media (max-width: 768px) {
    .content-store {
        width: 33%;
    }
    .content-store-pagination .page-num {
        font-size: 0.6em;
        width: 30px;
        height: 30px;
        padding: 2px;
     }
    .content-store-pagination .page-change {
        font-size: 0.6em;
    }
    .attached-filter {
        font-size:12px;
    }
    .index-corpo-buttons button {
        display:block;
        width:90%;
        margin:10px auto;
        
    }

    .price_in {
        font-size: 3em !important;
    }
}


    .pl-35 {
        padding-left: 35px;
    }

    .pl-10 {
        padding-left: 10px;
    }

    .pl-15 {
        padding-left: 15px;
    }

    .button-layout-inline {
        display: inline;
    }


    .margin-center {
        margin: 0 auto;
    }

    .sidebar {
        width: 100%;
    }


    .sidebar-menu:hover {
        overflow: visible;
    }

    .sidebar-menu, .main-sidebar .user-panel, .sidebar-menu > li.header {
        white-space: nowrap;
        overflow: hidden;
    }

    .sidebar-menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .skin-blue .sidebar-menu > li.header {
        color: #4b646f;
        background: #1a2226;
    }

    .sidebar-form, .sidebar-menu > li.header {
        overflow: hidden;
        text-overflow: clip;
    }

    .sidebar-menu, .main-sidebar .user-panel, .sidebar-menu > li.header {
        white-space: nowrap;
        overflow: hidden;
    }

    .sidebar-menu li.header {
        padding: 10px 25px 10px 15px;
        font-size: 12px;
    }

    .sidebar-menu > li {
        position: relative;
        margin-bottom: 10px;
        padding: 10px;
        border-radius: 4px;
        background: #F0F0F0;
        font-weight: bold;
        font-size: 11px;
    }

    .sidebar-menu > li a {
        display: flex;
        justify-content: space-between;
    }

    .skin-blue .sidebar-menu > li > .treeview-menu {
        margin: 0 1px;
        background: #2c3b41;
    }

    .treeview-menu {
        display: none;
        margin-top: 15px;
        margin-left: 5px;
        padding-right: 10px;
        padding-left: 10px;
        list-style: disc;
    }

    .treeview-menu li {
        list-style: disc;
    }

    .estadoTransaccionPago {
        text-align: center !important;
        width: 100% !important;
        margin: 0px auto;
    }

    .estadoTransaccionPagoCentrado {
        margin: 0px auto !important;
    }

    .irAMiCuentaCentrado {
        text-align: center;
        margin: 0px auto;
    }

    #mbbx-button {
        width: 250px;
        background-color: #0DD6A8 !important;
        border-radius: 24px;
        float:right;
    }

    #mbbx-button > div > div {
    }

    #mbbx-button > div > div > div {
        background-color: transparent !important;
    }

    #mbbx-button > div > div > div > img {
        display: none !important;
    }

    #mbbx-button > div > div > div > span {
        color: black !important;
        font-weight: bold !important;
        display: unset !important;
        text-align: center !important;
    }
    .leyendaFechaProgramadaEnvio {
        color: #4950579e;
        margin-left: 0px;
        font-size: 10px;
    }
   
    .leyendaEmailQuienRecibe {
        color: #7c7b7bc4;
        margin-left: 10px;
        font-size: 10px;
    }

    .botonVolverCompra {
        padding: 10px;
        background-color: transparent;
        height: 60px;
        color: #000;
    }

    leyenda-devolucion-posnet {
        font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 10px;
    }

    .btnCTASliderCentrado {
        text-align: center;
        margin: 0px auto;
        background: black;
        color: #fff;
        border-radius: 34px;
    }

    .contenedorSliderCentrado {
        display: grid !important;
        width: 100% !important;
        position: absolute !important;
        left: 50% !important;
    }

    .rowCTASlider {
        display: flex;
        width: 100% !important;
    }

    .anteCualquierDudaLeyenda {
        font-size: 13px;
    }

    .importeDisponiblePerfilUsuario {
        color:gray;
    }


    .input-validation-error {
        border: 1px solid #FC5A3A !important;
    }

    input[type=number]::-webkit-outer-spin-button,
    input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    input[type=number] {
        -moz-appearance: textfield;
    }