/* Custom styling for application goes in this file */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
}

html {
    overflow-y: scroll;
    min-height: 100%;
}

body {
    min-width: 320px;
}

::-moz-selection {
    background: #e57200;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #e57200;
    color: #fff;
    text-shadow: none;
}

/* helper-classes */
/** @deprecated -> use .p-0 **/
.nopadding {
    padding: 0 !important;
}

@media (min-width: 576px) {
    .nopadding-sm {
        padding: 0 !important;
    }
}

@media (min-width: 769px) {
    .nopadding-md {
        padding: 0 !important;
    }
}

@media (min-width: 992px) {
    .nopadding-lg {
        padding: 0 !important;
    }
}

@media (min-width: 1250px) {
    .nopadding-xl {
        padding: 0 !important;
    }
}

@media (min-width: 1700px) {
    .nopadding-xxl {
        padding: 0 !important;
    }
}

/** custom color classes */
.text-color-blue {
    color: #007bff !important;
}

@media (min-width: 576px) {
    .text-color-sm-blue {
        color: #007bff !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-blue {
        color: #007bff !important;
    }
}

@media (min-width: 992px) {
    .text-color-lg-blue {
        color: #007bff !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-blue {
        color: #007bff !important;
    }
}

@media (min-width: 1700px) {
    .text-color-xxl-blue {
        color: #007bff !important;
    }
}

.text-color-indigo {
    color: #6610f2 !important;
}

@media (min-width: 576px) {
    .text-color-sm-indigo {
        color: #6610f2 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-indigo {
        color: #6610f2 !important;
    }
}

@media (min-width: 992px) {
    .text-color-lg-indigo {
        color: #6610f2 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-indigo {
        color: #6610f2 !important;
    }
}

@media (min-width: 1700px) {
    .text-color-xxl-indigo {
        color: #6610f2 !important;
    }
}

.text-color-purple {
    color: #6f42c1 !important;
}

@media (min-width: 576px) {
    .text-color-sm-purple {
        color: #6f42c1 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-purple {
        color: #6f42c1 !important;
    }
}

@media (min-width: 992px) {
    .text-color-lg-purple {
        color: #6f42c1 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-purple {
        color: #6f42c1 !important;
    }
}

@media (min-width: 1700px) {
    .text-color-xxl-purple {
        color: #6f42c1 !important;
    }
}

.text-color-pink {
    color: #e83e8c !important;
}

@media (min-width: 576px) {
    .text-color-sm-pink {
        color: #e83e8c !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-pink {
        color: #e83e8c !important;
    }
}

@media (min-width: 992px) {
    .text-color-lg-pink {
        color: #e83e8c !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-pink {
        color: #e83e8c !important;
    }
}

@media (min-width: 1700px) {
    .text-color-xxl-pink {
        color: #e83e8c !important;
    }
}

.text-color-red {
    color: #dc3545 !important;
}

@media (min-width: 576px) {
    .text-color-sm-red {
        color: #dc3545 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-red {
        color: #dc3545 !important;
    }
}

@media (min-width: 992px) {
    .text-color-lg-red {
        color: #dc3545 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-red {
        color: #dc3545 !important;
    }
}

@media (min-width: 1700px) {
    .text-color-xxl-red {
        color: #dc3545 !important;
    }
}

.text-color-orange {
    color: #fd7e14 !important;
}

@media (min-width: 576px) {
    .text-color-sm-orange {
        color: #fd7e14 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-orange {
        color: #fd7e14 !important;
    }
}

@media (min-width: 992px) {
    .text-color-lg-orange {
        color: #fd7e14 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-orange {
        color: #fd7e14 !important;
    }
}

@media (min-width: 1700px) {
    .text-color-xxl-orange {
        color: #fd7e14 !important;
    }
}

.text-color-yellow {
    color: #ffc107 !important;
}

@media (min-width: 576px) {
    .text-color-sm-yellow {
        color: #ffc107 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-yellow {
        color: #ffc107 !important;
    }
}

@media (min-width: 992px) {
    .text-color-lg-yellow {
        color: #ffc107 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-yellow {
        color: #ffc107 !important;
    }
}

@media (min-width: 1700px) {
    .text-color-xxl-yellow {
        color: #ffc107 !important;
    }
}

.text-color-green {
    color: #28a745 !important;
}

@media (min-width: 576px) {
    .text-color-sm-green {
        color: #28a745 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-green {
        color: #28a745 !important;
    }
}

@media (min-width: 992px) {
    .text-color-lg-green {
        color: #28a745 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-green {
        color: #28a745 !important;
    }
}

@media (min-width: 1700px) {
    .text-color-xxl-green {
        color: #28a745 !important;
    }
}

.text-color-teal {
    color: #20c997 !important;
}

@media (min-width: 576px) {
    .text-color-sm-teal {
        color: #20c997 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-teal {
        color: #20c997 !important;
    }
}

@media (min-width: 992px) {
    .text-color-lg-teal {
        color: #20c997 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-teal {
        color: #20c997 !important;
    }
}

@media (min-width: 1700px) {
    .text-color-xxl-teal {
        color: #20c997 !important;
    }
}

.text-color-cyan {
    color: #17a2b8 !important;
}

@media (min-width: 576px) {
    .text-color-sm-cyan {
        color: #17a2b8 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-cyan {
        color: #17a2b8 !important;
    }
}

@media (min-width: 992px) {
    .text-color-lg-cyan {
        color: #17a2b8 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-cyan {
        color: #17a2b8 !important;
    }
}

@media (min-width: 1700px) {
    .text-color-xxl-cyan {
        color: #17a2b8 !important;
    }
}

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

@media (min-width: 576px) {
    .text-color-sm-white {
        color: #fff !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-white {
        color: #fff !important;
    }
}

@media (min-width: 992px) {
    .text-color-lg-white {
        color: #fff !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-white {
        color: #fff !important;
    }
}

@media (min-width: 1700px) {
    .text-color-xxl-white {
        color: #fff !important;
    }
}

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

@media (min-width: 576px) {
    .text-color-sm-gray {
        color: #6c757d !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-gray {
        color: #6c757d !important;
    }
}

@media (min-width: 992px) {
    .text-color-lg-gray {
        color: #6c757d !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-gray {
        color: #6c757d !important;
    }
}

@media (min-width: 1700px) {
    .text-color-xxl-gray {
        color: #6c757d !important;
    }
}

.text-color-gray-dark {
    color: #343a40 !important;
}

@media (min-width: 576px) {
    .text-color-sm-gray-dark {
        color: #343a40 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-gray-dark {
        color: #343a40 !important;
    }
}

@media (min-width: 992px) {
    .text-color-lg-gray-dark {
        color: #343a40 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-gray-dark {
        color: #343a40 !important;
    }
}

@media (min-width: 1700px) {
    .text-color-xxl-gray-dark {
        color: #343a40 !important;
    }
}

.bg-color-blue {
    background-color: #007bff !important;
}

@media (min-width: 576px) {
    .bg-color-sm-blue {
        background-color: #007bff !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-blue {
        background-color: #007bff !important;
    }
}

@media (min-width: 992px) {
    .bg-color-lg-blue {
        background-color: #007bff !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-blue {
        background-color: #007bff !important;
    }
}

@media (min-width: 1700px) {
    .bg-color-xxl-blue {
        background-color: #007bff !important;
    }
}

.bg-color-indigo {
    background-color: #6610f2 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-indigo {
        background-color: #6610f2 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-indigo {
        background-color: #6610f2 !important;
    }
}

@media (min-width: 992px) {
    .bg-color-lg-indigo {
        background-color: #6610f2 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-indigo {
        background-color: #6610f2 !important;
    }
}

@media (min-width: 1700px) {
    .bg-color-xxl-indigo {
        background-color: #6610f2 !important;
    }
}

.bg-color-purple {
    background-color: #6f42c1 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-purple {
        background-color: #6f42c1 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-purple {
        background-color: #6f42c1 !important;
    }
}

@media (min-width: 992px) {
    .bg-color-lg-purple {
        background-color: #6f42c1 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-purple {
        background-color: #6f42c1 !important;
    }
}

@media (min-width: 1700px) {
    .bg-color-xxl-purple {
        background-color: #6f42c1 !important;
    }
}

.bg-color-pink {
    background-color: #e83e8c !important;
}

@media (min-width: 576px) {
    .bg-color-sm-pink {
        background-color: #e83e8c !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-pink {
        background-color: #e83e8c !important;
    }
}

@media (min-width: 992px) {
    .bg-color-lg-pink {
        background-color: #e83e8c !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-pink {
        background-color: #e83e8c !important;
    }
}

@media (min-width: 1700px) {
    .bg-color-xxl-pink {
        background-color: #e83e8c !important;
    }
}

.bg-color-red {
    background-color: #dc3545 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-red {
        background-color: #dc3545 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-red {
        background-color: #dc3545 !important;
    }
}

@media (min-width: 992px) {
    .bg-color-lg-red {
        background-color: #dc3545 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-red {
        background-color: #dc3545 !important;
    }
}

@media (min-width: 1700px) {
    .bg-color-xxl-red {
        background-color: #dc3545 !important;
    }
}

.bg-color-orange {
    background-color: #fd7e14 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-orange {
        background-color: #fd7e14 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-orange {
        background-color: #fd7e14 !important;
    }
}

@media (min-width: 992px) {
    .bg-color-lg-orange {
        background-color: #fd7e14 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-orange {
        background-color: #fd7e14 !important;
    }
}

@media (min-width: 1700px) {
    .bg-color-xxl-orange {
        background-color: #fd7e14 !important;
    }
}

.bg-color-yellow {
    background-color: #ffc107 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-yellow {
        background-color: #ffc107 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-yellow {
        background-color: #ffc107 !important;
    }
}

@media (min-width: 992px) {
    .bg-color-lg-yellow {
        background-color: #ffc107 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-yellow {
        background-color: #ffc107 !important;
    }
}

@media (min-width: 1700px) {
    .bg-color-xxl-yellow {
        background-color: #ffc107 !important;
    }
}

.bg-color-green {
    background-color: #28a745 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-green {
        background-color: #28a745 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-green {
        background-color: #28a745 !important;
    }
}

@media (min-width: 992px) {
    .bg-color-lg-green {
        background-color: #28a745 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-green {
        background-color: #28a745 !important;
    }
}

@media (min-width: 1700px) {
    .bg-color-xxl-green {
        background-color: #28a745 !important;
    }
}

.bg-color-teal {
    background-color: #20c997 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-teal {
        background-color: #20c997 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-teal {
        background-color: #20c997 !important;
    }
}

@media (min-width: 992px) {
    .bg-color-lg-teal {
        background-color: #20c997 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-teal {
        background-color: #20c997 !important;
    }
}

@media (min-width: 1700px) {
    .bg-color-xxl-teal {
        background-color: #20c997 !important;
    }
}

.bg-color-cyan {
    background-color: #17a2b8 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-cyan {
        background-color: #17a2b8 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-cyan {
        background-color: #17a2b8 !important;
    }
}

@media (min-width: 992px) {
    .bg-color-lg-cyan {
        background-color: #17a2b8 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-cyan {
        background-color: #17a2b8 !important;
    }
}

@media (min-width: 1700px) {
    .bg-color-xxl-cyan {
        background-color: #17a2b8 !important;
    }
}

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

@media (min-width: 576px) {
    .bg-color-sm-white {
        background-color: #fff !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-white {
        background-color: #fff !important;
    }
}

@media (min-width: 992px) {
    .bg-color-lg-white {
        background-color: #fff !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-white {
        background-color: #fff !important;
    }
}

@media (min-width: 1700px) {
    .bg-color-xxl-white {
        background-color: #fff !important;
    }
}

.bg-color-gray {
    background-color: #6c757d !important;
}

@media (min-width: 576px) {
    .bg-color-sm-gray {
        background-color: #6c757d !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-gray {
        background-color: #6c757d !important;
    }
}

@media (min-width: 992px) {
    .bg-color-lg-gray {
        background-color: #6c757d !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-gray {
        background-color: #6c757d !important;
    }
}

@media (min-width: 1700px) {
    .bg-color-xxl-gray {
        background-color: #6c757d !important;
    }
}

.bg-color-gray-dark {
    background-color: #343a40 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-gray-dark {
        background-color: #343a40 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-gray-dark {
        background-color: #343a40 !important;
    }
}

@media (min-width: 992px) {
    .bg-color-lg-gray-dark {
        background-color: #343a40 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-gray-dark {
        background-color: #343a40 !important;
    }
}

@media (min-width: 1700px) {
    .bg-color-xxl-gray-dark {
        background-color: #343a40 !important;
    }
}

.responsive-grid .new-row {
    clear: left;
}

@media (min-width: 576px) {
    .responsive-grid .new-row-sm {
        clear: left;
    }
}

@media (min-width: 769px) {
    .responsive-grid .new-row-md {
        clear: left;
    }
}

@media (min-width: 992px) {
    .responsive-grid .new-row-lg {
        clear: left;
    }
}

@media (min-width: 1250px) {
    .responsive-grid .new-row-xl {
        clear: left;
    }
}

@media (min-width: 1700px) {
    .responsive-grid .new-row-xxl {
        clear: left;
    }
}

.w-25 {
    width: 25% !important;
}

@media (min-width: 576px) {
    .w-sm-25 {
        width: 25% !important;
    }
}

@media (min-width: 769px) {
    .w-md-25 {
        width: 25% !important;
    }
}

@media (min-width: 992px) {
    .w-lg-25 {
        width: 25% !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-25 {
        width: 25% !important;
    }
}

@media (min-width: 1700px) {
    .w-xxl-25 {
        width: 25% !important;
    }
}

.mw-25 {
    max-width: 25% !important;
}

@media (min-width: 576px) {
    .mw-sm-25 {
        max-width: 25% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-25 {
        max-width: 25% !important;
    }
}

@media (min-width: 992px) {
    .mw-lg-25 {
        max-width: 25% !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-25 {
        max-width: 25% !important;
    }
}

@media (min-width: 1700px) {
    .mw-xxl-25 {
        max-width: 25% !important;
    }
}

.w-50 {
    width: 50% !important;
}

@media (min-width: 576px) {
    .w-sm-50 {
        width: 50% !important;
    }
}

@media (min-width: 769px) {
    .w-md-50 {
        width: 50% !important;
    }
}

@media (min-width: 992px) {
    .w-lg-50 {
        width: 50% !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-50 {
        width: 50% !important;
    }
}

@media (min-width: 1700px) {
    .w-xxl-50 {
        width: 50% !important;
    }
}

.mw-50 {
    max-width: 50% !important;
}

@media (min-width: 576px) {
    .mw-sm-50 {
        max-width: 50% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-50 {
        max-width: 50% !important;
    }
}

@media (min-width: 992px) {
    .mw-lg-50 {
        max-width: 50% !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-50 {
        max-width: 50% !important;
    }
}

@media (min-width: 1700px) {
    .mw-xxl-50 {
        max-width: 50% !important;
    }
}

.w-75 {
    width: 75% !important;
}

@media (min-width: 576px) {
    .w-sm-75 {
        width: 75% !important;
    }
}

@media (min-width: 769px) {
    .w-md-75 {
        width: 75% !important;
    }
}

@media (min-width: 992px) {
    .w-lg-75 {
        width: 75% !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-75 {
        width: 75% !important;
    }
}

@media (min-width: 1700px) {
    .w-xxl-75 {
        width: 75% !important;
    }
}

.mw-75 {
    max-width: 75% !important;
}

@media (min-width: 576px) {
    .mw-sm-75 {
        max-width: 75% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-75 {
        max-width: 75% !important;
    }
}

@media (min-width: 992px) {
    .mw-lg-75 {
        max-width: 75% !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-75 {
        max-width: 75% !important;
    }
}

@media (min-width: 1700px) {
    .mw-xxl-75 {
        max-width: 75% !important;
    }
}

.w-100 {
    width: 100% !important;
}

@media (min-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }
}

@media (min-width: 769px) {
    .w-md-100 {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-100 {
        width: 100% !important;
    }
}

@media (min-width: 1700px) {
    .w-xxl-100 {
        width: 100% !important;
    }
}

.mw-100 {
    max-width: 100% !important;
}

@media (min-width: 576px) {
    .mw-sm-100 {
        max-width: 100% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-100 {
        max-width: 100% !important;
    }
}

@media (min-width: 992px) {
    .mw-lg-100 {
        max-width: 100% !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-100 {
        max-width: 100% !important;
    }
}

@media (min-width: 1700px) {
    .mw-xxl-100 {
        max-width: 100% !important;
    }
}

.w-auto {
    width: auto !important;
}

@media (min-width: 576px) {
    .w-sm-auto {
        width: auto !important;
    }
}

@media (min-width: 769px) {
    .w-md-auto {
        width: auto !important;
    }
}

@media (min-width: 992px) {
    .w-lg-auto {
        width: auto !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-auto {
        width: auto !important;
    }
}

@media (min-width: 1700px) {
    .w-xxl-auto {
        width: auto !important;
    }
}

.w-10 {
    width: 10% !important;
}

@media (min-width: 576px) {
    .w-sm-10 {
        width: 10% !important;
    }
}

@media (min-width: 769px) {
    .w-md-10 {
        width: 10% !important;
    }
}

@media (min-width: 992px) {
    .w-lg-10 {
        width: 10% !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-10 {
        width: 10% !important;
    }
}

@media (min-width: 1700px) {
    .w-xxl-10 {
        width: 10% !important;
    }
}

.mw-10 {
    max-width: 10% !important;
}

@media (min-width: 576px) {
    .mw-sm-10 {
        max-width: 10% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-10 {
        max-width: 10% !important;
    }
}

@media (min-width: 992px) {
    .mw-lg-10 {
        max-width: 10% !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-10 {
        max-width: 10% !important;
    }
}

@media (min-width: 1700px) {
    .mw-xxl-10 {
        max-width: 10% !important;
    }
}

.w-33 {
    width: 33% !important;
}

@media (min-width: 576px) {
    .w-sm-33 {
        width: 33% !important;
    }
}

@media (min-width: 769px) {
    .w-md-33 {
        width: 33% !important;
    }
}

@media (min-width: 992px) {
    .w-lg-33 {
        width: 33% !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-33 {
        width: 33% !important;
    }
}

@media (min-width: 1700px) {
    .w-xxl-33 {
        width: 33% !important;
    }
}

.mw-33 {
    max-width: 33% !important;
}

@media (min-width: 576px) {
    .mw-sm-33 {
        max-width: 33% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-33 {
        max-width: 33% !important;
    }
}

@media (min-width: 992px) {
    .mw-lg-33 {
        max-width: 33% !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-33 {
        max-width: 33% !important;
    }
}

@media (min-width: 1700px) {
    .mw-xxl-33 {
        max-width: 33% !important;
    }
}

.w-66 {
    width: 66% !important;
}

@media (min-width: 576px) {
    .w-sm-66 {
        width: 66% !important;
    }
}

@media (min-width: 769px) {
    .w-md-66 {
        width: 66% !important;
    }
}

@media (min-width: 992px) {
    .w-lg-66 {
        width: 66% !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-66 {
        width: 66% !important;
    }
}

@media (min-width: 1700px) {
    .w-xxl-66 {
        width: 66% !important;
    }
}

.mw-66 {
    max-width: 66% !important;
}

@media (min-width: 576px) {
    .mw-sm-66 {
        max-width: 66% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-66 {
        max-width: 66% !important;
    }
}

@media (min-width: 992px) {
    .mw-lg-66 {
        max-width: 66% !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-66 {
        max-width: 66% !important;
    }
}

@media (min-width: 1700px) {
    .mw-xxl-66 {
        max-width: 66% !important;
    }
}

.mw-none {
    max-width: none !important;
}

@media (min-width: 576px) {
    .mw-sm-none {
        max-width: none !important;
    }
}

@media (min-width: 769px) {
    .mw-md-none {
        max-width: none !important;
    }
}

@media (min-width: 992px) {
    .mw-lg-none {
        max-width: none !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-none {
        max-width: none !important;
    }
}

@media (min-width: 1700px) {
    .mw-xxl-none {
        max-width: none !important;
    }
}

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

@media (min-width: 576px) {
    .h-sm-25 {
        height: 25% !important;
    }
}

@media (min-width: 769px) {
    .h-md-25 {
        height: 25% !important;
    }
}

@media (min-width: 992px) {
    .h-lg-25 {
        height: 25% !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-25 {
        height: 25% !important;
    }
}

@media (min-width: 1700px) {
    .h-xxl-25 {
        height: 25% !important;
    }
}

.mh-25 {
    max-height: 25% !important;
}

@media (min-width: 576px) {
    .mh-sm-25 {
        max-height: 25% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-25 {
        max-height: 25% !important;
    }
}

@media (min-width: 992px) {
    .mh-lg-25 {
        max-height: 25% !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-25 {
        max-height: 25% !important;
    }
}

@media (min-width: 1700px) {
    .mh-xxl-25 {
        max-height: 25% !important;
    }
}

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

@media (min-width: 576px) {
    .h-sm-50 {
        height: 50% !important;
    }
}

@media (min-width: 769px) {
    .h-md-50 {
        height: 50% !important;
    }
}

@media (min-width: 992px) {
    .h-lg-50 {
        height: 50% !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-50 {
        height: 50% !important;
    }
}

@media (min-width: 1700px) {
    .h-xxl-50 {
        height: 50% !important;
    }
}

.mh-50 {
    max-height: 50% !important;
}

@media (min-width: 576px) {
    .mh-sm-50 {
        max-height: 50% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-50 {
        max-height: 50% !important;
    }
}

@media (min-width: 992px) {
    .mh-lg-50 {
        max-height: 50% !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-50 {
        max-height: 50% !important;
    }
}

@media (min-width: 1700px) {
    .mh-xxl-50 {
        max-height: 50% !important;
    }
}

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

@media (min-width: 576px) {
    .h-sm-75 {
        height: 75% !important;
    }
}

@media (min-width: 769px) {
    .h-md-75 {
        height: 75% !important;
    }
}

@media (min-width: 992px) {
    .h-lg-75 {
        height: 75% !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-75 {
        height: 75% !important;
    }
}

@media (min-width: 1700px) {
    .h-xxl-75 {
        height: 75% !important;
    }
}

.mh-75 {
    max-height: 75% !important;
}

@media (min-width: 576px) {
    .mh-sm-75 {
        max-height: 75% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-75 {
        max-height: 75% !important;
    }
}

@media (min-width: 992px) {
    .mh-lg-75 {
        max-height: 75% !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-75 {
        max-height: 75% !important;
    }
}

@media (min-width: 1700px) {
    .mh-xxl-75 {
        max-height: 75% !important;
    }
}

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

@media (min-width: 576px) {
    .h-sm-100 {
        height: 100% !important;
    }
}

@media (min-width: 769px) {
    .h-md-100 {
        height: 100% !important;
    }
}

@media (min-width: 992px) {
    .h-lg-100 {
        height: 100% !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-100 {
        height: 100% !important;
    }
}

@media (min-width: 1700px) {
    .h-xxl-100 {
        height: 100% !important;
    }
}

.mh-100 {
    max-height: 100% !important;
}

@media (min-width: 576px) {
    .mh-sm-100 {
        max-height: 100% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-100 {
        max-height: 100% !important;
    }
}

@media (min-width: 992px) {
    .mh-lg-100 {
        max-height: 100% !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-100 {
        max-height: 100% !important;
    }
}

@media (min-width: 1700px) {
    .mh-xxl-100 {
        max-height: 100% !important;
    }
}

.h-auto {
    height: auto !important;
}

@media (min-width: 576px) {
    .h-sm-auto {
        height: auto !important;
    }
}

@media (min-width: 769px) {
    .h-md-auto {
        height: auto !important;
    }
}

@media (min-width: 992px) {
    .h-lg-auto {
        height: auto !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-auto {
        height: auto !important;
    }
}

@media (min-width: 1700px) {
    .h-xxl-auto {
        height: auto !important;
    }
}

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

@media (min-width: 576px) {
    .h-sm-10 {
        height: 10% !important;
    }
}

@media (min-width: 769px) {
    .h-md-10 {
        height: 10% !important;
    }
}

@media (min-width: 992px) {
    .h-lg-10 {
        height: 10% !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-10 {
        height: 10% !important;
    }
}

@media (min-width: 1700px) {
    .h-xxl-10 {
        height: 10% !important;
    }
}

.mh-10 {
    max-height: 10% !important;
}

@media (min-width: 576px) {
    .mh-sm-10 {
        max-height: 10% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-10 {
        max-height: 10% !important;
    }
}

@media (min-width: 992px) {
    .mh-lg-10 {
        max-height: 10% !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-10 {
        max-height: 10% !important;
    }
}

@media (min-width: 1700px) {
    .mh-xxl-10 {
        max-height: 10% !important;
    }
}

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

@media (min-width: 576px) {
    .h-sm-33 {
        height: 33% !important;
    }
}

@media (min-width: 769px) {
    .h-md-33 {
        height: 33% !important;
    }
}

@media (min-width: 992px) {
    .h-lg-33 {
        height: 33% !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-33 {
        height: 33% !important;
    }
}

@media (min-width: 1700px) {
    .h-xxl-33 {
        height: 33% !important;
    }
}

.mh-33 {
    max-height: 33% !important;
}

@media (min-width: 576px) {
    .mh-sm-33 {
        max-height: 33% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-33 {
        max-height: 33% !important;
    }
}

@media (min-width: 992px) {
    .mh-lg-33 {
        max-height: 33% !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-33 {
        max-height: 33% !important;
    }
}

@media (min-width: 1700px) {
    .mh-xxl-33 {
        max-height: 33% !important;
    }
}

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

@media (min-width: 576px) {
    .h-sm-66 {
        height: 66% !important;
    }
}

@media (min-width: 769px) {
    .h-md-66 {
        height: 66% !important;
    }
}

@media (min-width: 992px) {
    .h-lg-66 {
        height: 66% !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-66 {
        height: 66% !important;
    }
}

@media (min-width: 1700px) {
    .h-xxl-66 {
        height: 66% !important;
    }
}

.mh-66 {
    max-height: 66% !important;
}

@media (min-width: 576px) {
    .mh-sm-66 {
        max-height: 66% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-66 {
        max-height: 66% !important;
    }
}

@media (min-width: 992px) {
    .mh-lg-66 {
        max-height: 66% !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-66 {
        max-height: 66% !important;
    }
}

@media (min-width: 1700px) {
    .mh-xxl-66 {
        max-height: 66% !important;
    }
}

.mh-none {
    max-height: none !important;
}

@media (min-width: 576px) {
    .mh-sm-none {
        max-height: none !important;
    }
}

@media (min-width: 769px) {
    .mh-md-none {
        max-height: none !important;
    }
}

@media (min-width: 992px) {
    .mh-lg-none {
        max-height: none !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-none {
        max-height: none !important;
    }
}

@media (min-width: 1700px) {
    .mh-xxl-none {
        max-height: none !important;
    }
}

.background-cover {
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

ul.list-inline, ol.list-inline {
    list-style: none;
}

ul.list-inline > li, ol.list-inline > li {
    display: inline;
}

@media (min-width: 576px) {
    ul.list-sm-inline, ol.list-sm-inline {
        list-style: none;
    }
    ul.list-sm-inline > li, ol.list-sm-inline > li {
        display: inline;
    }
}

@media (min-width: 769px) {
    ul.list-md-inline, ol.list-md-inline {
        list-style: none;
    }
    ul.list-md-inline > li, ol.list-md-inline > li {
        display: inline;
    }
}

@media (min-width: 992px) {
    ul.list-lg-inline, ol.list-lg-inline {
        list-style: none;
    }
    ul.list-lg-inline > li, ol.list-lg-inline > li {
        display: inline;
    }
}

@media (min-width: 1250px) {
    ul.list-xl-inline, ol.list-xl-inline {
        list-style: none;
    }
    ul.list-xl-inline > li, ol.list-xl-inline > li {
        display: inline;
    }
}

@media (min-width: 1700px) {
    ul.list-xxl-inline, ol.list-xxl-inline {
        list-style: none;
    }
    ul.list-xxl-inline > li, ol.list-xxl-inline > li {
        display: inline;
    }
}

.pointer-events-auto {
    pointer-events: auto !important;
}

@media (min-width: 576px) {
    .pointer-events-sm-auto {
        pointer-events: auto !important;
    }
}

@media (min-width: 769px) {
    .pointer-events-md-auto {
        pointer-events: auto !important;
    }
}

@media (min-width: 992px) {
    .pointer-events-lg-auto {
        pointer-events: auto !important;
    }
}

@media (min-width: 1250px) {
    .pointer-events-xl-auto {
        pointer-events: auto !important;
    }
}

@media (min-width: 1700px) {
    .pointer-events-xxl-auto {
        pointer-events: auto !important;
    }
}

.pointer-events-none {
    pointer-events: none !important;
}

@media (min-width: 576px) {
    .pointer-events-sm-none {
        pointer-events: none !important;
    }
}

@media (min-width: 769px) {
    .pointer-events-md-none {
        pointer-events: none !important;
    }
}

@media (min-width: 992px) {
    .pointer-events-lg-none {
        pointer-events: none !important;
    }
}

@media (min-width: 1250px) {
    .pointer-events-xl-none {
        pointer-events: none !important;
    }
}

@media (min-width: 1700px) {
    .pointer-events-xxl-none {
        pointer-events: none !important;
    }
}

.span-parent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

/* typo */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    color: inherit;
}

@media (min-width: 992px) {
    body {
        /* 21px */
        font-size: 1.3125rem;
        line-height: 1.5;
    }
    h1, .h1 {
        /* 90px */
        font-size: 5.625rem;
    }
    h2, .h2 {
        /* 90px */
        font-size: 5.625rem;
    }
    h3, .h3 {
        /* 62px */
        font-size: 3.875rem;
    }
    h4, .h4 {
        /* 50px */
        font-size: 3.125rem;
    }
    h5, .h5 {
        /* 40px */
        font-size: 2.5rem;
    }
    h6, .h6 {
        /* 30px */
        font-size: 1.875rem;
    }
}

/* inputs */
.form-control,
.form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.form-control.no-border,
.form-control:focus.no-border {
    border-color: #fff !important;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: none;
}

.custom-control.custom-checkbox .custom-control-input:focus ~ .custom-control-indicator,
.custom-control.custom-radio .custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: none;
            box-shadow: none;
}

label.custom-control.custom-checkbox,
label.custom-control.custom-radio {
    cursor: pointer;
}

select, textarea {
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
}

/* buttons */
/* icons */
/* header */
.header--sticky {
    min-width: 320px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

@media print {
    .header--sticky {
        position: static !important;
    }
}

@media (max-width: 768.98px) {
    .header__container > .container {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .header__container > .container {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.header__mobile-button-container {
    display: block;
    float: right;
    margin: 0 0;
}

.header__navigation-toggle {
    background-color: transparent;
    border: none;
    padding: 0;
}

.header__navigation-toggle:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
}

@media print {
    .header__navigation-container {
        display: none;
    }
}

/* navbar toggler */
.navbar-toggler {
    position: relative;
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto;
    vertical-align: middle;
}

.navbar-toggler:focus {
    outline: none;
}

.sx-navbar-toggle-icon {
    display: block;
    width: 1.8rem;
    height: 1.25rem;
    position: relative;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0s ease-in-out;
    transition: -webkit-transform 0s ease-in-out;
    -o-transition: -o-transform 0s ease-in-out;
    transition: transform 0s ease-in-out;
    transition: transform 0s ease-in-out, -webkit-transform 0s ease-in-out, -o-transform 0s ease-in-out;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    padding: 0.12rem 0;
}

.sx-navbar-toggle-icon:before,
.sx-navbar-toggle-icon > span, .sx-navbar-toggle-icon:after {
    content: '';
    display: block;
    height: 0.12rem;
    background-color: #e57200;
    margin: 0;
    -webkit-transition: background-color 0.4s,top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-webkit-transform 0.25s ease -0.05s;
    transition: background-color 0.4s,top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-webkit-transform 0.25s ease -0.05s;
    -o-transition: background-color 0.4s,top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-o-transform 0.25s ease -0.05s;
    transition: background-color 0.4s,transform 0.25s ease -0.05s,top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease;
    transition: background-color 0.4s,transform 0.25s ease -0.05s,top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-webkit-transform 0.25s ease -0.05s,-o-transform 0.25s ease -0.05s;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    position: absolute;
    left: 0;
    right: 0;
}

.sx-navbar-toggle-icon:before {
    top: -0.06rem;
}

.sx-navbar-toggle-icon > span {
    top: 0.565rem;
}

.sx-navbar-toggle-icon:after {
    top: 1.19rem;
}

:not(.collapsed) > .sx-navbar-toggle-icon:before,
:not(.collapsed) > .sx-navbar-toggle-icon > span, :not(.collapsed) > .sx-navbar-toggle-icon:after {
    -webkit-transition: top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-webkit-transform 0.25s ease 0.1s;
    transition: top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-webkit-transform 0.25s ease 0.1s;
    -o-transition: top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-o-transform 0.25s ease 0.1s;
    transition: transform 0.25s ease 0.1s,top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s;
    transition: transform 0.25s ease 0.1s,top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-webkit-transform 0.25s ease 0.1s,-o-transform 0.25s ease 0.1s;
}

:not(.collapsed) > .sx-navbar-toggle-icon:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0.565rem;
}

:not(.collapsed) > .sx-navbar-toggle-icon > span {
    opacity: 0;
}

:not(.collapsed) > .sx-navbar-toggle-icon:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 0.565rem;
}

/* navigation */
.sx-navigation__list-entry {
    display: inline-block;
    position: relative;
}

.sx-navigation__entry-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    /*@include media-breakpoint-up($mobile-navbar-breakpoint) {
            //display: block;
        }*/
}

.sx-navigation__subnavi-indicator {
    display: block;
    min-width: 30px;
    text-align: center;
    cursor: pointer;
}

.sx-navigation__subnavi-indicator:after {
    color: #fff;
}

@media (min-width: 992px) {
    .sx-navigation__sub-navigation {
        display: block;
        /*visibility: hidden;
            opacity: 0;
            pointer-events: none;
            z-index: -1;
            position: absolute;
            transition: all 0.3s ease;
            background-color: theme-color('light');
            top: 100%;
            min-width: 110%;
            box-shadow: 1px 6px 6px 0 rgba(0, 0, 0, .2);
*/
    }
    .sx-navigation__sub-navigation .sx-navigation__list {
        display: block;
    }
    .sx-navigation__sub-navigation .sx-navigation__list-entry {
        position: relative;
        display: block;
    }
    .sx-navigation__sub-navigation .sx-navigation__list-entry > .sx-navigation__sub-navigation {
        top: 0;
        left: 101%;
        left: calc(100% + 1px);
    }
    .sx-navigation__sub-navigation .sx-navigation__subnavi-indicator {
        display: block;
    }
    .sx-navigation__list-entry:not(.sx-mobile-navi-touch-helper):hover > .sx-navigation__sub-navigation {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        z-index: auto;
    }
    .sx-navigation__list-entry:not(.sx-mobile-navi-touch-helper):hover > .sx-navigation__sub-navigation > .sx-navigation__list {
        display: block;
    }
    .sx-navigation__list-entry.sx-mobile-navi-touch-helper.hover > .sx-navigation__sub-navigation {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        z-index: auto;
    }
    .sx-navigation__list-entry.sx-mobile-navi-touch-helper.hover > .sx-navigation__sub-navigation > .sx-navigation__list {
        display: block;
    }
}

/* standard navigation */
.sx-navigation--standard {
    width: 100%;
}

@media (min-width: 992px) {
    .sx-navigation--standard {
        width: auto;
    }
}

.sx-navigation--standard .nav {
    display: block;
}

.sx-navigation--standard .sx-navigation__list-entry {
    display: block;
}

.sx-navigation--standard .sx-navigation__list-entry .sx-navigation__sub-navigation .sx-navigation__list-entry {
    width: 100%;
}

.sx-navigation--standard .sx-navigation__entry-link {
    display: block;
    width: 100%;
}

.sx-navigation--standard .sx-navigation__entry-link.nav-link {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 992px) {
    .sx-navigation--standard .sx-navigation__entry-link.nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.sx-navigation--standard .sx-navigation__subnavi-indicator.collapsed:after {
    content: "\f067";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.sx-navigation--standard .sx-navigation__subnavi-indicator:after {
    content: "\f068";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

/* slide navigation */
/* breadcrumb */
.breadcrumb-container {
    position: relative;
}

.breadcrumb {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    white-space: nowrap;
}

.breadcrumb-item {
    display: inline-block;
}

.breadcrumb::-webkit-scrollbar {
    display: none;
}

.breadcrumb:after {
    position: absolute;
    content: '';
    width: 2.857em;
    height: 100%;
    top: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(hsla(0,0%,100%,0)), to(#fff));
    background: -o-linear-gradient(left, hsla(0,0%,100%,0) 0%, #fff 100%);
    background: linear-gradient(to right, hsla(0,0%,100%,0) 0%, #fff 100%);
}

/* footer */
/* maps */
.sx-slider {
    position: relative;
}

/* maps */
.google-map {
    height: 500px;
}

.google-map__wrapper {
    margin-bottom: 50px;
}

/* upload */
.sx-simple-upload__file-input {
    display: none;
}

.sx-simple-upload__remove-button {
    display: none;
    cursor: pointer;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}

.sx-simple-upload__remove-button:hover, .sx-simple-upload__remove-button:not([href]):not([tabindex]):hover {
    color: #a21;
}

.sx-simple-upload__file-label {
    display: none;
}

.sx-simple-upload__browse-button {
    display: inline-block;
}

.sx-simple-upload--file-selected .sx-simple-upload__remove-button {
    display: inline-block;
}

.sx-simple-upload--file-selected .sx-simple-upload__file-label {
    display: inline-block;
}

.sx-simple-upload--file-selected .sx-simple-upload__browse-button, .sx-simple-upload--file-selected .sx-simple-upload__browse-button:active, .sx-simple-upload--file-selected .sx-simple-upload__browse-button:focus, .sx-simple-upload--file-selected .sx-simple-upload__browse-button:hover {
    display: none;
}

/* cookie */
.privacy-popup {
    background-color: #e57200;
    background-color: rgba(229,114,0,.8);
    color: #fff;
    display: none;
    -webkit-transition: background-color 0.5s ease 0s;
    -o-transition: background-color 0.5s ease 0s;
    transition: background-color 0.5s ease 0s;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500000;
    padding: 15px 0;
    text-align: center;
}

@media (min-width: 769px) {
    .privacy-popup {
        padding: 25px 0;
        border: 1px solid #e57200;
        background-color: rgba(229,114,0,.8);
    }
}

.privacy-popup__content {
    margin-bottom: 10px;
    display: block;
}

@media (min-width: 769px) {
    .privacy-popup__content {
        display: inline-block;
        text-align: left;
        margin-bottom: 0;
    }
}

.privacy-popup.show, .privacy-popup--show {
    display: block;
}

.privacy-popup__wrapper {
    padding: 0 1rem;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}

.privacy-popup__more-link {
    color: #fff;
    text-decoration: underline;
}

.privacy-popup__more-link:hover {
    color: #fff;
    text-decoration: none;
}

.privacy-popup__agree-button {
    padding: 0.5em 0.7em;
    background-color: #fff;
    border: 1px solid #fff;
    color: #e57200;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    text-decoration: none;
    margin-left: 1rem;
}

.privacy-popup__agree-button:hover {
    background-color: hsla(0,0%,100%,.9);
    text-decoration: none;
}

.privacy-popup__agree-button.sx-button--primary {
    border: 1px solid #fff;
}

/* password show */
.password-show {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.password-show [data-password-show="true"] {
    padding-right: 45px;
}

.password-show [data-password-show="true"] ~ a {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

/* bootstrap-grid */
/* bootstrap-grid */
.container {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 769px) {
    .container {
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
        padding-right: 57px;
        padding-left: 57px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1250px) {
    .container {
        width: 100%;
        padding-right: 57px;
        padding-left: 57px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 991.98px) {
    .container {
        padding: 0 20px;
    }
}

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

@media (min-width: 576px) {
    .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-right: -20px;
        margin-left: -20px;
    }
}

@media (min-width: 769px) {
    .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-right: -20px;
        margin-left: -20px;
    }
}

@media (min-width: 992px) {
    .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-right: -57px;
        margin-left: -57px;
    }
}

@media (min-width: 1250px) {
    .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-right: -57px;
        margin-left: -57px;
    }
}

.row > .col,
.row > [class*='col-'] {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}

@media (min-width: 576px) {
    .row > .col,
    .row > [class*='col-'] {
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 769px) {
    .row > .col,
    .row > [class*='col-'] {
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 992px) {
    .row > .col,
    .row > [class*='col-'] {
        position: relative;
        width: 100%;
        padding-right: 57px;
        padding-left: 57px;
    }
}

@media (min-width: 1250px) {
    .row > .col,
    .row > [class*='col-'] {
        position: relative;
        width: 100%;
        padding-right: 57px;
        padding-left: 57px;
    }
}

/* custom */
/* header */
.header {
    background-color: #fff;
    border-bottom: 2px solid #e57200;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 200;
}

.header__container {
    padding: 14px 60px 10px 20px;
    min-height: 80px;
    -webkit-transition: min-height 0.3s,padding-top 0.4s ease;
    -o-transition: min-height 0.3s,padding-top 0.4s ease;
    transition: min-height 0.3s,padding-top 0.4s ease;
}

.header .desktop-logo {
    width: 170px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.header.shrink .header__container {
    padding: 14px 60px 10px 20px;
    min-height: 80px;
}

.header.shrink .desktop-logo {
    width: 170px;
}

@media (min-width: 992px) {
    .header__container {
        padding: 40px 110px 40px 90px;
        min-height: 167px;
    }
    .header .desktop-logo {
        width: 310px;
    }
    .header.shrink .header__container {
        padding: 24px 110px 17px 90px;
        min-height: 113px;
    }
    .header.shrink .desktop-logo {
        width: 245px;
    }
}

@media (min-width: 1250px) {
    .header__container {
        padding: 40px 110px 40px 50px;
    }
    .header.shrink .header__container {
        padding: 24px 110px 17px 50px;
    }
}

.search__toggler,
.header .search__toggler {
    font-size: 1.375rem;
    line-height: 1;
    padding: 0;
    text-decoration: none;
    color: #e57200;
    display: inline-block;
    margin-top: 9px;
    -webkit-transition: margin-top 0.4s ease;
    -o-transition: margin-top 0.4s ease;
    transition: margin-top 0.4s ease;
}

@media (min-width: 992px) {
    .search__toggler,
    .header .search__toggler {
        margin-top: -1px;
    }
}

@media (min-width: 992px) {
    .header.shrink .search__toggler {
        margin-top: 6px;
    }
}

/* sidebar */
#sidebar {
    overflow-y: scroll;
    width: 30%;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 1200;
    background-color: #e57200;
    background-size: cover;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: -32%;
    -webkit-box-shadow: -5px -37px 12px -6px rgba(0,0,0,.5);
            box-shadow: -5px -37px 12px -6px rgba(0,0,0,.5);
}

#sidebar .sidebar__header-spaceholder {
    height: 80px;
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #e57200;
    padding-top: 23px;
    padding-right: 20px;
}

@media (min-width: 992px) {
    #sidebar .sidebar__header-spaceholder {
        height: 170px;
    }
}

#sidebar .sidebar__header-spaceholder .sx-navbar-toggle-icon:before, #sidebar .sidebar__header-spaceholder .sx-navbar-toggle-icon > span, #sidebar .sidebar__header-spaceholder .sx-navbar-toggle-icon:after {
    background-color: #fff;
}

#sidebar .sidebar__content {
    width: 100%;
    padding: 0 20px;
}

@media (min-width: 992px) {
    #sidebar .sidebar__content {
        padding: 0 34px 0 90px;
    }
}

#sidebar .sx-navigation__list {
    padding-left: 0;
    padding-bottom: 25px;
    margin-bottom: 0;
}

#sidebar .sx-navigation__list .nav-item {
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: opacity .5s,margin-top 0.5s;
    -o-transition: opacity .5s,margin-top 0.5s;
    transition: opacity .5s,margin-top 0.5s;
}

#sidebar .sx-navigation__list .nav-item .nav-link {
    color: #fff;
    padding: 6px 0;
    font-size: 1.125rem;
}

@media (min-width: 992px) {
    #sidebar .sx-navigation__list .nav-item .nav-link {
        font-size: 1.6875rem;
    }
}

#sidebar .sx-navigation__list .nav-item .nav-link.sx-navigation__entry-link--active, #sidebar .sx-navigation__list .nav-item .nav-link:hover {
    color: #ccc;
}

#sidebar .sx-navigation__list .sx-navigation__list--sub-list {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 15px;
}

#sidebar .sx-navigation__list .sx-navigation__list--sub-list .sx-navigation__list-entry .nav-item .nav-link {
    font-size: 1rem;
}

@media (min-width: 992px) {
    #sidebar .sx-navigation__list .sx-navigation__list--sub-list .sx-navigation__list-entry .nav-item .nav-link {
        font-size: 1.375rem;
    }
}

#sidebar .sidebar__lang__container {
    padding-bottom: 40px;
}

#sidebar .sidebar__lang-item__link {
    padding: 5px 10px;
    color: #fff;
    font-size: 1rem/16;
}

@media (min-width: 992px) {
    #sidebar .sidebar__lang-item__link {
        font-size: 1.25rem;
    }
}

#sidebar .sidebar__lang-item__link.active, #sidebar .sidebar__lang-item__link:hover {
    color: #ccc;
}

#sidebar .sidebar__lang-item:first-of-type .sidebar__lang-item__link {
    padding-left: 0;
}

#sidebar .follow__item {
    color: #fff;
}

#sidebar .follow__item:hover {
    opacity: 0.8;
    color: #fff;
}

#sidebar.active {
    margin-right: 0;
}

#sidebar.active .sx-navigation__list .nav-item {
    margin-top: 0;
    opacity: 1;
}

#sidebar.active .sx-navigation__list .nav-item:nth-child(2) {
    -webkit-transition: opacity 0.5s 0.1s,margin-top 0.5s 0.1s;
    -o-transition: opacity 0.5s 0.1s,margin-top 0.5s 0.1s;
    transition: opacity 0.5s 0.1s,margin-top 0.5s 0.1s;
}

#sidebar.active .sx-navigation__list .nav-item:nth-child(3) {
    -webkit-transition: opacity 0.5s 0.2s,margin-top 0.5s 0.2s;
    -o-transition: opacity 0.5s 0.2s,margin-top 0.5s 0.2s;
    transition: opacity 0.5s 0.2s,margin-top 0.5s 0.2s;
}

#sidebar.active .sx-navigation__list .nav-item:nth-child(4) {
    -webkit-transition: opacity 0.5s 0.3s,margin-top 0.5s 0.3s;
    -o-transition: opacity 0.5s 0.3s,margin-top 0.5s 0.3s;
    transition: opacity 0.5s 0.3s,margin-top 0.5s 0.3s;
}

#sidebar.active .sx-navigation__list .nav-item:nth-child(5) {
    -webkit-transition: opacity 0.5s 0.4s,margin-top 0.5s 0.4s;
    -o-transition: opacity 0.5s 0.4s,margin-top 0.5s 0.4s;
    transition: opacity 0.5s 0.4s,margin-top 0.5s 0.4s;
}

#sidebar.active .sx-navigation__list .nav-item:nth-child(6) {
    -webkit-transition: opacity 0.5s 0.5s,margin-top 0.5s 0.5s;
    -o-transition: opacity 0.5s 0.5s,margin-top 0.5s 0.5s;
    transition: opacity 0.5s 0.5s,margin-top 0.5s 0.5s;
}

#sidebar.active .sx-navigation__list .nav-item:nth-child(7) {
    -webkit-transition: opacity 0.5s 0.6s,margin-top 0.5s 0.6s;
    -o-transition: opacity 0.5s 0.6s,margin-top 0.5s 0.6s;
    transition: opacity 0.5s 0.6s,margin-top 0.5s 0.6s;
}

#sidebar.active .sx-navigation__list .nav-item:nth-child(8) {
    -webkit-transition: opacity 0.5s 0.7s,margin-top 0.5s 0.7s;
    -o-transition: opacity 0.5s 0.7s,margin-top 0.5s 0.7s;
    transition: opacity 0.5s 0.7s,margin-top 0.5s 0.7s;
}

@media (max-width: 1249.98px) {
    #sidebar {
        margin-right: -55vw;
        width: 50vw;
    }
}

@media (max-width: 768.98px) {
    #sidebar {
        margin-right: -105vw;
        width: 100vw;
    }
}

.header__mobile-button-container {
    position: fixed;
    z-index: 2000;
    right: 18px;
    -webkit-transition: top 0.4s ease;
    -o-transition: top 0.4s ease;
    transition: top 0.4s ease;
    top: 31px;
}

@media (min-width: 992px) {
    .header__mobile-button-container {
        top: 67px;
        right: 50px;
    }
    .header__mobile-button-container.shrink {
        top: 47px;
        -webkit-transition: top 0.4s ease 0.005s;
        -o-transition: top 0.4s ease 0.005s;
        transition: top 0.4s ease 0.005s;
    }
}

.header__mobile-button-container .header__navigation-toggle .sx-navbar-toggle-icon:before, .header__mobile-button-container .header__navigation-toggle .sx-navbar-toggle-icon > span, .header__mobile-button-container .header__navigation-toggle .sx-navbar-toggle-icon:after {
    background-color: #fff;
}

.header__mobile-button-container .header__navigation-toggle.collapsed .sx-navbar-toggle-icon:before, .header__mobile-button-container .header__navigation-toggle.collapsed .sx-navbar-toggle-icon > span, .header__mobile-button-container .header__navigation-toggle.collapsed .sx-navbar-toggle-icon:after {
    background-color: #e57200;
}

/* footer */
.main-footer {
    background-color: #e3e3e3;
    padding: 20px 0 5px;
    font-size: 1rem;
}

@media (min-width: 992px) {
    .main-footer {
        font-size: 1.25rem;
        padding: 60px 0 25px;
    }
}

.main-footer .nav {
    margin-bottom: 10px;
    display: block;
}

@media (min-width: 992px) {
    .main-footer .nav {
        margin-bottom: 20px;
    }
}

.main-footer .nav .nav-item .nav-link {
    color: #000;
    padding: 4px 0;
    font-size: 1.125rem;
}

@media (min-width: 992px) {
    .main-footer .nav .nav-item .nav-link {
        font-size: 1.3125rem;
    }
}

.main-footer .nav .nav-item .nav-link:hover, .main-footer .nav .nav-item .nav-link.active {
    color: #313138;
}

.main-footer .footer-follow__wrapper {
    margin-bottom: 39px;
}

@media (min-width: 1250px) {
    .main-footer .follow .follow__item {
        margin-right: 0;
        margin-left: 10px;
    }
}

/* default body styles */
.body--orange {
    background-color: #e57200;
    color: #fff;
}

.body--orange h1, .body--orange .h1,
.body--orange h2, .body--orange .h2,
.body--orange .h3, .body--orange h3,
.body--orange .h4, .body--orange h4,
.body--orange .h5, .body--orange h5,
.body--orange .h6, .body--orange h6,
.body--orange a {
    color: #fff;
}

.body--orange a:hover {
    color: #ccc;
}

.body--orange .section--intro {
    padding-bottom: 30px;
    padding-top: 50px;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .body--orange .section--intro {
        padding-top: 90px;
    }
}

.body--orange .section--image {
    position: relative;
    padding-bottom: 40px;
    padding-top: 50px;
    margin-bottom: 30px;
    background-image: none;
}

@media (min-width: 992px) {
    .body--orange .section--image {
        padding-bottom: 50px;
        padding-top: 110px;
        margin-bottom: 60px;
    }
}

.body--orange .section--image:after {
    content: '';
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 16.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1 Basic//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-basic.dtd'%3E %3Csvg version='1.1' baseProfile='basic' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='1164.867px' height='1160.798px' viewBox='0 0 1164.867 1160.798' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23F2F2F2' points='0,291.051 0,867.278 28.448,895.725 259.473,664.769 219.792,625.088 56.131,788.75 56.131,369.614 496.725,810.173 536.388,770.456 68.128,302.181 259.473,110.941 219.792,71.224 '/%3E %3Cpolygon fill='%23F2F2F2' points='944.778,533.241 1108.702,369.37 1108.702,789.063 667.898,348.156 628.235,387.837 1096.459,856.115 905.149,1047.389 944.778,1087.14 1164.867,867.069 1164.867,290.739 1136.418,262.325 905.149,493.56 '/%3E %3Cpolygon fill='%23F2F2F2' points='291.016,0 265.665,25.353 496.672,256.343 536.388,216.628 375.856,56.13 788.733,56.13 351.321,493.525 390.949,533.241 859.208,64.998 1050.519,256.343 1090.216,216.628 873.554,0 '/%3E %3Cpolygon fill='%23F2F2F2' points='305.379,1093.295 114.069,902.021 74.388,941.701 293.521,1160.798 871.068,1160.798 898.924,1132.976 667.864,902.021 628.201,941.701 791.218,1104.667 373.352,1104.667 813.302,664.769 773.639,625.088 '/%3E %3C/g%3E %3C/svg%3E ");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    position: absolute;
    right: 0;
    width: 45%;
    height: 100%;
    top: 0;
}

@media (min-width: 992px) {
    .body--orange .section--image:after {
        background-size: cover;
        width: 55%;
        background-position: bottom center;
    }
}

.body--orange .inner-wrapper {
    padding-bottom: 90px;
}

@media (min-width: 992px) {
    .body--orange .inner-wrapper {
        padding-bottom: 200px;
    }
}

/* general */
/* headline */
.h1, h1,
.h2, h2 {
    margin-bottom: 30px;
}

.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
    margin-bottom: 10px;
}

/* helpers */
b, strong {
    font-weight: 400;
}

.text-orange {
    color: #e57200 !important;
}

ul:not(.list-unstyled):not(.nav) {
    list-style: none;
    padding-left: 0;
    padding-bottom: 20px;
}

ul:not(.list-unstyled):not(.nav) li {
    position: relative;
    padding-left: 18px;
}

ul:not(.list-unstyled):not(.nav) li:before {
    content: "-";
    color: #e57200;
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 25px;
}

/* section */
.section {
    padding: 50px 0 40px;
}

@media (min-width: 992px) {
    .section {
        padding: 70px 0 50px;
    }
}

.section--intro {
    padding: 40px 0 30px;
}

@media (min-width: 992px) {
    .section--intro {
        padding: 80px 0 60px;
    }
}

.section--image {
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 16.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1 Basic//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-basic.dtd'%3E %3Csvg version='1.1' baseProfile='basic' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='1164.867px' height='1160.798px' viewBox='0 0 1164.867 1160.798' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23F2F2F2' points='0,291.051 0,867.278 28.448,895.725 259.473,664.769 219.792,625.088 56.131,788.75 56.131,369.614 496.725,810.173 536.388,770.456 68.128,302.181 259.473,110.941 219.792,71.224 '/%3E %3Cpolygon fill='%23F2F2F2' points='944.778,533.241 1108.702,369.37 1108.702,789.063 667.898,348.156 628.235,387.837 1096.459,856.115 905.149,1047.389 944.778,1087.14 1164.867,867.069 1164.867,290.739 1136.418,262.325 905.149,493.56 '/%3E %3Cpolygon fill='%23F2F2F2' points='291.016,0 265.665,25.353 496.672,256.343 536.388,216.628 375.856,56.13 788.733,56.13 351.321,493.525 390.949,533.241 859.208,64.998 1050.519,256.343 1090.216,216.628 873.554,0 '/%3E %3Cpolygon fill='%23F2F2F2' points='305.379,1093.295 114.069,902.021 74.388,941.701 293.521,1160.798 871.068,1160.798 898.924,1132.976 667.864,902.021 628.201,941.701 791.218,1104.667 373.352,1104.667 813.302,664.769 773.639,625.088 '/%3E %3C/g%3E %3C/svg%3E ");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    padding: 90px 0 70px;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .section--image {
        padding: 110px 0 80px;
    }
}

.section--gray {
    background-color: #e5e5e5;
}

.section--gray h1, .section--gray .h1,
.section--gray h2, .section--gray .h2,
.section--gray .h3, .section--gray h3,
.section--gray .h4, .section--gray h4,
.section--gray .h5, .section--gray h5,
.section--gray .h6, .section--gray h6,
.section--gray a {
    color: #e57200;
}

/* news */
.news-list__item {
    margin-bottom: 60px;
}

.news-list__item-image {
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .news-list__item {
        margin-bottom: 100px;
    }
}

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

.follow .follow__item {
    font-size: 40px;
    color: #000;
    display: block;
    margin-right: 10px;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    line-height: 1;
    text-decoration: none;
    width: 45px;
    height: 40px;
}

.follow .follow__item [class^=icon-]:before {
    width: 45px;
    height: 40px;
}

.follow .follow__item:hover {
    opacity: 0.9;
    color: #000;
}

/* slider */
.sx-slider .sx-slide {
    display: none !important;
}

.sx-slider .sx-slide:first-of-type {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.sx-slider .swiper-container-initialized .sx-slide {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

/* emo */
.emo__wrapper {
    background-color: #fff;
    position: relative;
    margin-top: 82px;
    padding-top: 26.3%;
    height: 100%;
    min-height: 200px;
}

.emo__wrapper .emo__image {
    padding-top: 26.3%;
    height: 100%;
    min-height: 200px;
}

.emo__wrapper--home {
    padding-top: 40%;
    min-height: 350px;
}

.emo__wrapper--home:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.45;
    z-index: 5;
    background-color: #000;
}

.emo__wrapper--home .emo__image {
    padding-top: 40%;
    min-height: 350px;
}

.emo__wrapper--team {
    padding-top: 34.4%;
    min-height: 220px;
}

.emo__wrapper--team .emo__image {
    padding-top: 34.4%;
    min-height: 220px;
    background-position: left;
}

@media (min-width: 992px) {
    .emo__wrapper {
        margin-top: 114px;
    }
}

.emo__wrapper--empty {
    height: 0;
    padding-top: 0;
    min-height: 0;
}

.emo__wrapper .emo__navigation {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 10;
    font-weight: 400;
}

.emo__wrapper .emo__navigation .nav-link {
    color: #fff;
    font-size: 1.125rem;
}

@media (min-width: 992px) {
    .emo__wrapper .emo__navigation .nav-link {
        font-size: 1.375rem;
    }
}

.emo__wrapper .emo__navigation .nav-link:hover {
    color: #e57200;
}

.emo__wrapper .emo__text {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
         -o-transform: translateY(50%);
            transform: translateY(50%);
    left: 0;
    right: 0;
    z-index: 10;
}

.emo__wrapper .emo__text-title {
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 0;
}

@media (min-width: 769px) {
    .emo__wrapper .emo__text-title {
        font-size: 3.125rem;
    }
}

@media (min-width: 992px) {
    .emo__wrapper .emo__text-title {
        font-size: 3.75rem;
    }
}

.emo__wrapper .emo__text--team p {
    color: #e57200;
}

@media (min-width: 992px) {
    .emo__wrapper .emo__text--team p {
        font-size: 27px;
    }
    .emo__wrapper .emo__text--team .quotes {
        font-size: 29px;
    }
}

@media (max-width: 991.98px) {
    .emo__wrapper .emo__text--team {
        position: relative;
        top: 0;
        bottom: 0;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
        padding: 35px 0 0;
        background-color: #e5e5e5;
    }
}

/* widget */
.widget--team__member {
    margin-bottom: 40px;
}

.widget--team__member-image {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .widget--team__member {
        margin-bottom: 70px;
    }
}

.widget .image__wrapper {
    position: relative;
    height: 100vh;
}

.widget .image__wrapper .image {
    height: 100vh;
}

.widget .image__wrapper .image__text {
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
         -o-transform: translateY(50%);
            transform: translateY(50%);
}

.widget .image__wrapper .image__text-title {
    color: #fff;
    font-size: 5rem;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .widget .image__wrapper .image__text-title {
        font-size: 5.625rem;
    }
}

@media (min-width: 1700px) {
    .widget .image__wrapper .image__text-title {
        font-size: 7.1875rem;
    }
}

/* card */
.accordion__wrapper {
    margin-bottom: 60px;
    margin-top: 40px;
}

.accordion__wrapper .card {
    border-bottom: 2px solid #e57200;
}

.accordion__wrapper .card .accordion--link {
    text-decoration: none;
}

.accordion__wrapper .card .accordion--link:hover {
    cursor: pointer;
}

.accordion__wrapper .card--gray {
    border-bottom: 2px solid #e57200;
    background-color: #e5e5e5;
}

.accordion__wrapper .card--gray .card-header {
    background-color: #e5e5e5;
}

.accordion__wrapper .card--orange {
    border-bottom: 2px solid #fff;
    background-color: #e57200;
}

.accordion__wrapper .card--orange .card-header {
    background-color: #e57200;
}

.section.pt-0 .accordion__wrapper {
    margin-top: 0;
}

/* search */
.search-form {
    position: fixed;
    right: 0;
    left: 0;
    top: 82px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 0;
    -webkit-transition: opacity 0.4s,height 0.3s,padding 0.1s;
    -o-transition: opacity 0.4s,height 0.3s,padding 0.1s;
    transition: opacity 0.4s,height 0.3s,padding 0.1s;
    overflow: hidden;
}

@media (min-width: 992px) {
    .search-form {
        position: absolute;
        height: auto;
        left: auto;
        width: 0;
        right: 0;
        top: -12px;
        -webkit-transition: opacity 0.4s,width 0.3s,padding 0.1s;
        -o-transition: opacity 0.4s,width 0.3s,padding 0.1s;
        transition: opacity 0.4s,width 0.3s,padding 0.1s;
    }
}

.search-form input {
    padding: 0.375rem 50px;
}

@media (min-width: 992px) {
    .search-form input {
        padding: 0.375rem 45px;
    }
}

.search-form__close {
    padding: 17px 15px 5px 5px;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E %3Ctitle/%3E %3Cg%3E %3Ctitle%3Ebackground%3C/title%3E %3Crect fill='none' id='canvas_background' height='402' width='582' y='-1' x='-1'/%3E %3C/g%3E %3Cg%3E %3Ctitle%3ELayer 1%3C/title%3E %3Cline stroke-width='2px' stroke-linejoin='round' stroke-linecap='round' stroke='%23e57200' fill='none' id='svg_1' y2='25' y1='7' x2='25' x1='7' class='cls-1'/%3E %3Cline fill-opacity='0' stroke-width='2px' stroke-linejoin='round' stroke-linecap='round' stroke='%23e57200' fill='none' id='svg_2' y2='7' y1='25' x2='25' x1='7' class='cls-1'/%3E %3C/g%3E %3C/svg%3E");
    background-size: 1.6875rem;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 1px;
    color: #e57200;
    width: 40px;
    height: 60px;
    background-position-y: 14px;
}

.search-form__close:hover {
    color: #e57200;
}

.search-form__submit {
    padding: 17px 5px 5px 21px;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 1.375rem;
    color: #e57200;
}

@media (min-width: 992px) {
    .search-form__submit {
        padding: 17px 5px 5px 15px;
    }
}

.search-form__submit:hover {
    color: #e57200;
}

.search-form.show {
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    height: 60px;
}

@media (min-width: 992px) {
    .search-form.show {
        top: -12px;
        height: auto;
    }
}

/* form */
form .form-group {
    margin-bottom: 25px;
}

form .form-control,
form .custom-select,
form textarea,
form select.form-control:not([size]):not([multiple]) {
    border: 1px solid #e5e5e5;
    height: 60px;
    background-color: #fff;
    color: #555;
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
    border-radius: 2px;
}

form .form-control:focus,
form .custom-select:focus,
form textarea:focus,
form select.form-control:not([size]):not([multiple]):focus {
    background-color: #fff;
    color: #e57200;
    border-color: #e5e5e5;
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
}

form .form-control::-webkit-input-placeholder, form .custom-select::-webkit-input-placeholder, form textarea::-webkit-input-placeholder, form select.form-control:not([size]):not([multiple])::-webkit-input-placeholder {
    color: #e57200;
    opacity: 1;
}

form .form-control::-moz-placeholder, form .custom-select::-moz-placeholder, form textarea::-moz-placeholder, form select.form-control:not([size]):not([multiple])::-moz-placeholder {
    color: #e57200;
    opacity: 1;
}

form .form-control:-ms-input-placeholder, form .custom-select:-ms-input-placeholder, form textarea:-ms-input-placeholder, form select.form-control:not([size]):not([multiple]):-ms-input-placeholder {
    color: #e57200;
    opacity: 1;
}

form .form-control::-ms-input-placeholder, form .custom-select::-ms-input-placeholder, form textarea::-ms-input-placeholder, form select.form-control:not([size]):not([multiple])::-ms-input-placeholder {
    color: #e57200;
    opacity: 1;
}

form .form-control::placeholder,
form .custom-select::placeholder,
form textarea::placeholder,
form select.form-control:not([size]):not([multiple])::placeholder {
    color: #e57200;
    opacity: 1;
}

form textarea.form-control {
    padding-bottom: 5px;
    padding-top: 8px;
    min-height: 90px;
    width: 100%;
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

form .resize-none {
    resize: none;
}

form .custom-select {
    min-height: 45px;
    width: 100%;
}

form label {
    display: block;
    margin-bottom: 0;
}

form .sx-validation {
    display: none;
}

/*# sourceMappingURL=main.css.map */
