/* 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: #91b9d3;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #91b9d3;
    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 {
        /* 25px */
        font-size: 1.5625rem;
        line-height: 1.6;
    }
    h1, .h1 {
        /* 50px */
        font-size: 3.125rem;
    }
    h2, .h2 {
        /* 40px */
        font-size: 2.5rem;
    }
    h3, .h3 {
        /* 35px */
        font-size: 2.1875rem;
    }
    h4, .h4 {
        /* 30px */
        font-size: 1.875rem;
    }
    h5, .h5 {
        /* 25px */
        font-size: 1.5625rem;
    }
    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: 15px;
        padding-left: 15px;
    }
}

.header__mobile-button-container {
    display: block;
    float: right;
    margin: 15px 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 */
/* navigation */
.sx-navigation__list-entry {
    display: inline-block;
    position: relative;
}

.sx-navigation__entry-container {
    /*display: flex;
        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;
}

@media (min-width: 992px) {
    .sx-navigation__subnavi-indicator {
        padding-right: 1rem !important;
    }
    .sx-navigation__subnavi-indicator, .sx-navigation__subnavi-indicator.sx-button--icon-button {
        display: none;
    }
}

.sx-navigation__subnavi-indicator:after {
    font-size: 16px;
}

@media (min-width: 992px) {
    .sx-navigation__subnavi-indicator:after {
        content: "\f104";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }
}

@media (min-width: 992px) {
    .sx-navigation__list-entry > .sx-navigation__sub-navigation > .sx-navigation__list {
        display: none;
    }
    .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;
}

@media (min-width: 992px) {
    .sx-navigation--standard .nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.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;
}

@media (min-width: 992px) {
    .sx-navigation--standard .sx-navigation__subnavi-indicator:after, .sx-navigation--standard .sx-navigation__subnavi-indicator.collapsed:after {
        content: "\f105";
        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 */
.map__wrapper {
    margin-bottom: 160px;
}

.google-map {
    min-height: 500px;
    padding-top: 53%;
}

/* 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: #201e1e;
    background-color: rgba(32,30,30,.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 5px;
    text-align: center;
    font-size: 1.125rem;
    border-top: 1px solid #91b9d3;
}

@media (min-width: 769px) {
    .privacy-popup {
        font-size: 1.25rem;
        padding: 15px 0 2px;
        text-align: left;
        background-color: rgba(32,30,30,.8);
    }
}

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

.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;
}

.privacy-popup__more-link:hover {
    color: #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%);
}

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

.h2, h2 {
    margin-bottom: 40px;
}

.h3, h3 {
    margin-bottom: 30px;
}

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

.h2 a, h2 a,
.h3 a, h3 a,
.h4 a, h4 a {
    text-decoration: none;
}

.h2 a:hover, h2 a:hover,
.h3 a:hover, h3 a:hover,
.h4 a:hover, h4 a:hover {
    color: inherit;
}

/* helpers */
.no-scroll {
    overflow-y: hidden !important;
}

.home .inner-wrapper {
    position: relative;
    z-index: 20;
    background-color: #201e1e;
    padding-top: 40px;
}

@media (min-width: 769px) {
    .home .inner-wrapper {
        padding-top: 140px;
    }
}

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

@media (min-width: 992px) {
    ul:not(.list-unstyled):not(.nav).list-col--2 {
        -webkit-columns: 100px 2;
           -moz-columns: 100px 2;
                columns: 100px 2;
    }
}

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

ul:not(.list-unstyled):not(.nav) li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: -1px;
}

table {
    margin-bottom: 3.4375rem;
}

table tr {
    vertical-align: top;
}

table tr > td {
    padding-right: 15px;
    padding-bottom: 15px;
}

@media (min-width: 769px) {
    table tr > td {
        padding-right: 60px;
        padding-bottom: 2px;
    }
}

/* slider */
.sx-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    background-color: #9f9f9f;
    margin: 0 10px !important;
}

.sx-slider .swiper-pagination-bullet-active {
    width: 5px;
    height: 5px;
    background-color: #9f9f9f;
    margin: 0 10px 2px !important;
}

.sx-slider .sx-slide {
    display: none;
}

.sx-slider .sx-slide:first-of-type {
    display: block;
}

.sx-slider .swiper-container-initialized .sx-slide {
    display: block;
}

/* zoom-effect */
.image-zoom {
    overflow: hidden;
}

.image-zoom img,
.image-zoom .image {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
}

.image-zoom img:hover,
.image-zoom .image:hover {
    -webkit-transform: scale(1.015);
        -ms-transform: scale(1.015);
         -o-transform: scale(1.015);
            transform: scale(1.015);
}

.main-content {
    margin-bottom: 40px;
}

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

.main-content--intro {
    margin-bottom: 80px;
}

@media (min-width: 992px) {
    .main-content--intro {
        margin-bottom: 140px;
    }
}

.main-content--intro--no-content {
    margin-bottom: 60px;
}

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

form .form-control,
form .custom-select,
form textarea,
form select.form-control:not([size]):not([multiple]) {
    border: 0;
    height: 80px;
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
    font-size: 1.5625rem;
    border-radius: 0;
}

form .form-control:focus,
form .custom-select:focus,
form textarea:focus,
form select.form-control:not([size]):not([multiple]):focus {
    color: #000;
    -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: #201e1e;
    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: #201e1e;
    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: #201e1e;
    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: #201e1e;
    opacity: 1;
}

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

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

form .resize-none {
    resize: none;
}

form .custom-select {
    min-height: 80px;
    width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%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 %3Cpolyline id='svg_1' stroke-width='2' stroke-miterlimit='10' stroke='%2391b9d3' points='21,8.5 12,17.5 3,8.5 ' fill='none'/%3E %3C/g%3E %3C/svg%3E");
    background-size: 33px;
}

form .custom-control {
    padding-left: 0;
    min-height: 40px;
}

form .custom-control .custom-control-label {
    padding-left: 50px;
    position: relative;
    display: inline-block;
    margin-top: 0;
}

form .custom-control .custom-control-input ~ .custom-control-label:hover {
    cursor: pointer;
}

form .custom-control .custom-control-input ~ .custom-control-label:before {
    background-color: #fff;
    border: 0;
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0px;
}

form .custom-control .custom-control-input:checked ~ .custom-control-label:before {
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
    background-color: #fff;
}

form .custom-control .custom-control-input:checked ~ .custom-control-label:after {
    left: 0;
    width: 40px;
    height: 40px;
    top: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2391B9D3' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

form .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #91b9d3;
    background-image: none !important;
    left: 5px;
    width: 30px;
    height: 30px;
    top: 5px;
}

form .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #fff;
}

form .custom-control.custom-radio .custom-control-input ~ .custom-control-label:after, form .custom-control.custom-radio .custom-control-input ~ .custom-control-label:before {
    border-radius: 50%;
}

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

form .sx-validation {
    display: none;
}

.contact-form .form-group-fields__wrapper {
    margin-bottom: 30px;
}

@media (min-width: 769px) {
    .contact-form .form-group-fields .form-group:last-of-type {
        margin-bottom: 0;
    }
}

.contact-form__wrapper {
    margin-bottom: 160px;
}

/* buttons */
.sx-button {
    letter-spacing: 0.2em;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.sx-button span {
    z-index: 20;
    position: relative;
}

.sx-button:hover {
    text-decoration: none;
}

.sx-button--slide:after, .sx-button--slide:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-color: #91b9d3;
}

.sx-button--slide:after {
    z-index: 10;
    background-color: #6dbaec;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
         -o-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
         -o-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
}

.sx-button--slide:hover {
    background-color: transparent;
    text-decoration: none;
}

.sx-button--slide:hover:after {
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    -webkit-transform-origin: -1% 0;
        -ms-transform-origin: -1% 0;
         -o-transform-origin: -1% 0;
            transform-origin: -1% 0;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: -o-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease, -o-transform .4s ease;
}

/* emo */
.emo-wrapper:not(.emo-wrapper--home) {
    overflow-x: hidden;
    margin-top: 130px;
    margin-bottom: 45px;
    min-height: 190px;
    height: 53%;
}

@media (min-width: 992px) {
    .emo-wrapper:not(.emo-wrapper--home) {
        margin-top: 260px;
        margin-bottom: 85px;
    }
}

.emo-wrapper:not(.emo-wrapper--home) .emo-image {
    min-height: 190px;
    padding-top: 53%;
}

@media (min-width: 992px) {
    .emo-wrapper:not(.emo-wrapper--home) .sx-slider,
    .emo-wrapper:not(.emo-wrapper--home) .swiper-container {
        overflow: visible !important;
    }
}

.emo-wrapper:not(.emo-wrapper--home) .sx-slide {
    position: relative;
}

.emo-wrapper:not(.emo-wrapper--home) .sx-slide:after {
    content: '';
    position: absolute;
    background-color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.4;
}

.emo-wrapper:not(.emo-wrapper--home) .sx-slide.swiper-slide-active:after {
    opacity: 0;
}

.emo-wrapper:not(.emo-wrapper--home) .swiper-button-next,
.emo-wrapper:not(.emo-wrapper--home) .swiper-container-rtl .swiper-button-prev,
.emo-wrapper:not(.emo-wrapper--home) .swiper-button-prev,
.emo-wrapper:not(.emo-wrapper--home) .swiper-container-rtl .swiper-button-next {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    background-image: none;
    font-size: 1.5rem;
    height: 23px;
    line-height: 1;
    margin-top: -10px;
}

.emo-wrapper:not(.emo-wrapper--home) .swiper-button-next:before,
.emo-wrapper:not(.emo-wrapper--home) .swiper-container-rtl .swiper-button-prev:before {
    content: "\f054";
}

@media (min-width: 992px) {
    .emo-wrapper:not(.emo-wrapper--home) .swiper-button-next,
    .emo-wrapper:not(.emo-wrapper--home) .swiper-container-rtl .swiper-button-prev {
        right: -50px;
    }
}

.emo-wrapper:not(.emo-wrapper--home) .swiper-button-prev:before,
.emo-wrapper:not(.emo-wrapper--home) .swiper-container-rtl .swiper-button-next:before {
    content: "\f053";
}

@media (min-width: 992px) {
    .emo-wrapper:not(.emo-wrapper--home) .swiper-button-prev,
    .emo-wrapper:not(.emo-wrapper--home) .swiper-container-rtl .swiper-button-next {
        left: -50px;
    }
}

.emo-wrapper:not(.emo-wrapper--home) .swiper-button-prev.swiper-button-disabled, .emo-wrapper:not(.emo-wrapper--home) .swiper-button-next.swiper-button-disabled {
    opacity: 0;
}

.emo-wrapper--home {
    margin-top: 0;
    margin-bottom: 0;
    /*opacity: 0;*/
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
}

@media (min-width: 992px) {
    .emo-wrapper--home {
        position: fixed;
    }
}

.emo-wrapper--home .emo-scroll {
    position: absolute;
    left: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: 90px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.799' height='21.31' viewBox='0 0 19.799 21.31'%3E %3Cg id='Gruppe_138' data-name='Gruppe 138' transform='translate(-1029 -853.101)'%3E %3Cpath id='ic_close_24px' d='M19,6.41,17.59,5,12,10.59,10.59,12,5,17.59,6.41,19,12,13.41,13.41,12Z' transform='translate(1021.929 863) rotate(-45)' fill='%23fff'/%3E %3Cpath id='ic_expand_more_24px' d='M16.59,8.59,12,13.17,7.41,8.59,6,10l6,6,6-6Z' transform='translate(1027 858.41)' fill='%23fff'/%3E %3C/g%3E %3C/svg%3E ");
    z-index: 20;
}

.emo-wrapper--home .emo-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
}

@media (min-width: 992px) {
    .emo-wrapper--home .emo-text {
        bottom: 15%;
    }
}

@media (min-width: 992px) {
    .emo-wrapper--home .emo-text {
        bottom: 145px;
    }
}

.emo-wrapper--home .sx-slide {
    position: relative;
}

.emo-wrapper--home .sx-slide .emo-image {
    height: 100vh;
}

.emo-wrapper--home .sx-slider .sx-slider__pagination {
    margin-bottom: 25px;
}

.emo-wrapper--home .sx-slider .swiper-pagination-bullet {
    background-color: #000;
}

.emo-wrapper--home .sx-slider .swiper-pagination-bullet-active {
    background-color: #000;
}

.emo--space-holder {
    display: none;
    height: 100vh;
    visibility: hidden;
    pointer-events: none;
}

@media (min-width: 992px) {
    .emo--space-holder {
        display: block;
    }
}

/*body.loaded .emo-wrapper--home {
    opacity: 1;
}*/

.no-emo--space-holder {
    height: 125px;
}

@media (min-width: 992px) {
    .no-emo--space-holder {
        height: 250px;
    }
}

.video-container {
    height: 100%;
    overflow: hidden;
}

#spacer .sx-slide {
    display: block;
}

/* header */
.header {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    color: #fff;
}

.header__container {
    padding: 28px 0;
}

@media (min-width: 992px) {
    .header__container {
        padding: 60px 0 15px;
    }
}

.header:before {
    content: '';
    opacity: 0.2;
    position: fixed;
    height: 180px;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#000), to(#00000000));
    background: transparent -o-linear-gradient(top, #000 0%, #00000000 100%);
    background: transparent linear-gradient(180deg, #000 0%, #00000000 100%);
    pointer-events: none;
}

@media (min-width: 992px) {
    .header:before {
        height: 360px;
    }
}

.header.dark-bg:before {
    opacity: 0.4;
}

.header .desktop-logo {
    max-width: 147px;
    position: relative;
}

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

@media (min-width: 992px) {
    .header .desktop-logo {
        max-width: 320px;
    }
    .header .desktop-logo img {
        max-width: 320px;
    }
}

.header__mobile-button-container {
    position: fixed;
    z-index: 2000;
    right: 0;
    left: 0;
    top: 24px;
    pointer-events: none;
}

.header__mobile-button-container .header__navigation-toggle {
    pointer-events: auto;
    float: right;
}

@media (min-width: 992px) {
    .header__mobile-button-container {
        top: 47px;
    }
}

.navigation-popup {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -webkit-animation: fadeout-nav-container ease-in 0.3s;
         -o-animation: fadeout-nav-container ease-in 0.3s;
            animation: fadeout-nav-container ease-in 0.3s;
    visibility: hidden;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1200;
}

@-webkit-keyframes fadeout-nav-container {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@-o-keyframes fadeout-nav-container {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes fadeout-nav-container {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@-webkit-keyframes fadein-nav-container {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-o-keyframes fadein-nav-container {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes fadein-nav-container {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

.navigation-popup .header__navigation-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 105px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
}

@media (min-width: 992px) {
    .navigation-popup .header__navigation-toggle {
        height: 208px;
    }
}

.navigation-popup .header__navigation-container .sx-navigation--standard .nav {
    display: block;
    text-align: right;
}

.navigation-popup .header__navigation-container .sx-navigation__list {
    margin-bottom: 47px;
}

.navigation-popup .header__navigation-container .sx-navigation__list .nav-item {
    margin-right: -30px;
    opacity: 0;
    -webkit-transition: opacity .5s,margin-right 0.5s;
    -o-transition: opacity .5s,margin-right 0.5s;
    transition: opacity .5s,margin-right 0.5s;
}

.navigation-popup .header__navigation-container .sx-navigation__list .nav-item .sx-navigation__entry-link:hover {
    cursor: pointer;
}

.navigation-popup .header__navigation-container .sx-navigation__list .nav-item .nav-link {
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
    display: block;
    font-size: 1.25rem;
    text-decoration: none;
    width: auto;
}

@media (min-width: 992px) {
    .navigation-popup .header__navigation-container .sx-navigation__list .nav-item .nav-link {
        padding: 12px 0;
        font-size: 1.875rem;
    }
}

.navigation-popup .header__navigation-container .sx-navigation__list .nav-item .nav-link:hover, .navigation-popup .header__navigation-container .sx-navigation__list .nav-item .nav-link.sx-navigation__entry-link--active {
    color: #9f9f9f;
}

.navigation-popup .header__navigation-container .sx-navigation__list .nav-item .nav-link.home {
    color: #fff;
}

.navigation-popup .header__navigation-container .sx-navigation__list .sx-navigation__sub-navigation .sx-navigation__list {
    margin-bottom: 20px;
}

.navigation-popup .header__navigation-container .sx-navigation__list .sx-navigation__sub-navigation .nav-item {
    margin-right: 0;
    opacity: 1;
}

.navigation-popup .header__navigation-container .sx-navigation__list .sx-navigation__sub-navigation .nav-item .nav-link {
    padding: 8px 0;
    font-size: 1.125rem;
    font-weight: normal;
    text-transform: none;
}

@media (min-width: 992px) {
    .navigation-popup .header__navigation-container .sx-navigation__list .sx-navigation__sub-navigation .nav-item .nav-link {
        padding: 11px 0;
        font-size: 1.375rem;
    }
}

.navigation-popup__wrapper {
    height: 100vh;
    max-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.navigation-popup.show {
    -webkit-animation: fadein-nav-container ease-in 0.3s;
         -o-animation: fadein-nav-container ease-in 0.3s;
            animation: fadein-nav-container ease-in 0.3s;
    opacity: 1;
    visibility: visible;
}

.navigation-popup.show .header__navigation-container .sx-navigation__list .nav-item {
    margin-right: 0;
    opacity: 1;
    text-align: right;
}

.navigation-popup.show .header__navigation-container .sx-navigation__list .nav-item:nth-child(1) {
    -webkit-transition: opacity 0.5s 0s,margin-right 0.5s 0s;
    -o-transition: opacity 0.5s 0s,margin-right 0.5s 0s;
    transition: opacity 0.5s 0s,margin-right 0.5s 0s;
}

.navigation-popup.show .header__navigation-container .sx-navigation__list .nav-item:nth-child(2) {
    -webkit-transition: opacity 0.5s 0.1s,margin-right 0.5s 0.1s;
    -o-transition: opacity 0.5s 0.1s,margin-right 0.5s 0.1s;
    transition: opacity 0.5s 0.1s,margin-right 0.5s 0.1s;
}

.navigation-popup.show .header__navigation-container .sx-navigation__list .nav-item:nth-child(3) {
    -webkit-transition: opacity 0.5s 0.2s,margin-right 0.5s 0.2s;
    -o-transition: opacity 0.5s 0.2s,margin-right 0.5s 0.2s;
    transition: opacity 0.5s 0.2s,margin-right 0.5s 0.2s;
}

.navigation-popup.show .header__navigation-container .sx-navigation__list .nav-item:nth-child(4) {
    -webkit-transition: opacity 0.5s 0.3s,margin-right 0.5s 0.3s;
    -o-transition: opacity 0.5s 0.3s,margin-right 0.5s 0.3s;
    transition: opacity 0.5s 0.3s,margin-right 0.5s 0.3s;
}

.navigation-popup.show .header__navigation-container .sx-navigation__list .nav-item:nth-child(5) {
    -webkit-transition: opacity 0.5s 0.4s,margin-right 0.5s 0.4s;
    -o-transition: opacity 0.5s 0.4s,margin-right 0.5s 0.4s;
    transition: opacity 0.5s 0.4s,margin-right 0.5s 0.4s;
}

.navigation-popup.show .header__navigation-container .sx-navigation__list .nav-item:nth-child(6) {
    -webkit-transition: opacity 0.5s 0.5s,margin-right 0.5s 0.5s;
    -o-transition: opacity 0.5s 0.5s,margin-right 0.5s 0.5s;
    transition: opacity 0.5s 0.5s,margin-right 0.5s 0.5s;
}

.navigation-popup.show .header__navigation-container .sx-navigation__list .nav-item:nth-child(7) {
    -webkit-transition: opacity 0.5s 0.6s,margin-right 0.5s 0.6s;
    -o-transition: opacity 0.5s 0.6s,margin-right 0.5s 0.6s;
    transition: opacity 0.5s 0.6s,margin-right 0.5s 0.6s;
}

.navigation-popup.show .header__navigation-container .sx-navigation__list .nav-item:nth-child(8) {
    -webkit-transition: opacity 0.5s 0.7s,margin-right 0.5s 0.7s;
    -o-transition: opacity 0.5s 0.7s,margin-right 0.5s 0.7s;
    transition: opacity 0.5s 0.7s,margin-right 0.5s 0.7s;
}

.navigation-popup.show .header__navigation-container .sx-navigation__list .nav-item:nth-child(9) {
    -webkit-transition: opacity 0.5s 0.8s,margin-right 0.5s 0.8s;
    -o-transition: opacity 0.5s 0.8s,margin-right 0.5s 0.8s;
    transition: opacity 0.5s 0.8s,margin-right 0.5s 0.8s;
}

.navigation-popup:after {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.8;
    background-color: #000;
    z-index: -10;
}

/* footer */
.main-footer {
    margin-top: 20px;
    padding: 65px 0 28px;
    font-size: 1.25rem;
}

@media (min-width: 992px) {
    .main-footer {
        margin-top: 40px;
    }
}

.main-footer .follow-icon {
    font-size: 1.25rem;
    padding: 5px;
}

.main-footer .follow-icon:first-of-type {
    padding-left: 0;
}

.main-footer__navigation {
    font-size: 1.125rem;
}

@media (min-width: 769px) {
    .main-footer__navigation {
        -webkit-box-pack: end;
        -webkit-justify-content: end;
            -ms-flex-pack: end;
                justify-content: end;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

.main-footer__navigation .nav-link {
    color: #6b6b6b;
    text-decoration: none;
    padding: 5px 10px;
}

.main-footer__navigation .nav-link:hover, .main-footer__navigation .nav-link.active {
    text-decoration: underline;
}

.main-footer__navigation li:last-of-type .nav-link {
    padding-right: 0;
}

.main-footer__navigation li:first-of-type .nav-link {
    padding-left: 0;
}

.main-footer__section {
    margin-bottom: 30px;
}

.main-footer__section .footer-navigation .nav-link,
.main-footer__section .footer-navigation li,
.main-footer__section ul .nav-link,
.main-footer__section ul li {
    padding: 4px 0;
}

.main-footer__section .footer-navigation .nav-link,
.main-footer__section ul .nav-link {
    text-decoration: none;
}

.main-footer__section .footer-navigation .nav-link:hover,
.main-footer__section .footer-navigation .nav-link .active,
.main-footer__section ul .nav-link:hover,
.main-footer__section ul .nav-link .active {
    text-decoration: underline;
}

@media (min-width: 992px) {
    .main-footer__section {
        margin-bottom: 15px;
    }
}

/* reference */
.home-reference-slider {
    overflow: hidden;
    margin-bottom: 120px;
}

@media (min-width: 992px) {
    .home-reference-slider {
        margin-bottom: 240px;
    }
}

.home-reference-slider__image {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .home-reference-slider .sx-slider,
    .home-reference-slider .swiper-container {
        overflow: visible !important;
    }
}

.reference__list-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    margin-bottom: 55px;
}

.reference__list-filter li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 5px 23px;
}

.reference__list-filter li .reference__list-filter__item {
    text-decoration: none;
}

.reference__list-filter li .reference__list-filter__item span {
    position: relative;
    display: block;
    white-space: nowrap;
    color: #9f9f9f;
    font-size: 1.25rem;
}

.reference__list-filter li .reference__list-filter__item span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #9f9f9f;
}

.reference__list-filter li .reference__list-filter__item:hover span, .reference__list-filter li .reference__list-filter__item.active span {
    color: #fff;
}

.reference__list-filter li .reference__list-filter__item:hover span:after, .reference__list-filter li .reference__list-filter__item.active span:after {
    background-color: #fff;
}

.reference__list-filter li:first-of-type {
    padding-left: 0;
}

.reference__list-filter li:last-of-type {
    padding-right: 0;
}

.reference__list__wrapper {
    margin-bottom: 140px;
}

/* project */
.project__list {
    margin-bottom: 0;
}

.project__list__item {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .project__list__item {
        margin-bottom: 40px;
    }
}

.project__list__item-image {
    margin-bottom: 30px;
}

.project__list__wrapper {
    margin-bottom: 140px;
}

/* image-box */
.image-box__wrapper {
    margin-bottom: 130px;
}

.image-box__item {
    display: block;
    position: relative;
    min-height: 320px;
    padding-top: 100%;
}

.image-box__item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.2;
    z-index: 10;
    pointer-events: none;
}

.image-box__item-title {
    position: absolute;
    padding: 10px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0;
    z-index: 20;
    pointer-events: none;
}

.image-box__item-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.image-box__item__wrapper {
    margin-bottom: 30px;
}

/* widget */
/* general */
.widget-item {
    margin-bottom: 160px;
}

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

/* text-image */
.widget-item--text-image {
    margin-bottom: 150px;
}

@media (min-width: 992px) {
    .widget-item--text-image {
        margin-bottom: 200px;
    }
}

.widget-item--text-image__image {
    padding-top: 100%;
}

@media (min-width: 992px) {
    .widget-item--text-image__image {
        position: absolute;
        bottom: 0;
        top: 0;
        margin-bottom: 0;
        left: 0;
        right: 0;
    }
    .widget-item--text-image__image .background-cover {
        height: 100%;
    }
}

.widget-item--text-image__image__wrapper {
    margin-bottom: 40px;
    position: relative;
}

@media (min-width: 992px) {
    .widget-item--text-image__image__wrapper {
        min-height: 500px;
        margin-bottom: 0;
        padding-top: 100%;
    }
}

.widget-item--text-image__content {
    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;
}

/* gallery */
.widget-item--gallery {
    margin-bottom: 130px;
}

@media (min-width: 992px) {
    .widget-item--gallery {
        margin-bottom: 130px;
    }
}

.widget-item--gallery__item {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .widget-item--gallery__item {
        margin-bottom: 30px;
    }
}

/* team */
.widget-item--team {
    margin-bottom: 90px;
}

@media (min-width: 992px) {
    .widget-item--team {
        margin-bottom: 100px;
    }
}

.widget-item--team__item {
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .widget-item--team__item {
        margin-bottom: 30px;
    }
}

.widget-item--team__item__image {
    margin-bottom: 30px;
}

/* cta */
.widget-item--cta .h1 {
    margin-bottom: 40px;
    line-height: 1.2;
}

.widget-item--cta p {
    font-size: 1.375rem;
}

@media (min-width: 992px) {
    .widget-item--cta p {
        font-size: 2.1875rem;
    }
}

/* video */
.widget-item--video {
    margin-bottom: 120px;
}

@media (min-width: 992px) {
    .widget-item--video {
        margin-bottom: 190px;
    }
}

/* download */
.widget-item--download {
    margin-bottom: 120px;
}

@media (min-width: 992px) {
    .widget-item--download {
        margin-bottom: 120px;
    }
}

.widget-item--download__item {
    border-bottom: 1px solid #9f9f9f;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .widget-item--download__item {
        margin-bottom: 40px;
    }
}

.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.75rem;
    height: 1.125rem;
    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.125rem 0;
}

.sx-navbar-toggle-icon:before,
.sx-navbar-toggle-icon > span, .sx-navbar-toggle-icon:after {
    content: '';
    display: block;
    height: 0.125rem;
    background-color: #fff;
    margin: 0;
    -webkit-transition: 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: 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: 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: transform 0.25s ease -0.05s,top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease;
    transition: 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.0625rem;
}

.sx-navbar-toggle-icon > span {
    top: 0.5rem;
    margin-left: 0.58333333rem;
    transition: width 0.2s,margin-left 0.2s,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;
}

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

.sx-navbar-toggle-icon:hover > span {
    margin-left: 0;
}

: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.5rem;
}

: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.5rem;
}

@media (min-width: 992px) {
    .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: 3.25rem;
        height: 2.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.1875rem 0;
    }
    .sx-navbar-toggle-icon:before,
    .sx-navbar-toggle-icon > span, .sx-navbar-toggle-icon:after {
        content: '';
        display: block;
        height: 0.1875rem;
        background-color: #fff;
        margin: 0;
        -webkit-transition: 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: 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: 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: transform 0.25s ease -0.05s,top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease;
        transition: 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.09375rem;
    }
    .sx-navbar-toggle-icon > span {
        top: 1.03125rem;
        margin-left: 1.08333333rem;
        transition: width 0.2s,margin-left 0.2s,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;
    }
    .sx-navbar-toggle-icon:after {
        top: 2.15625rem;
    }
    .sx-navbar-toggle-icon:hover > span {
        margin-left: 0;
    }
    :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: 1.03125rem;
    }
    :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: 1.03125rem;
    }
}
