@charset "UTF-8";

/*!
 * Bootstrap Grid v5.0.0-beta3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

/* DIGIDEV-1552 */
*:focus {
    outline: none;
}

*:focus-visible:not(textarea):not(select):not(input[type='search']) {
    box-shadow: 0 0 0 3px rgba(211, 84, 0, 1);
    transform: scale(1.02);
    transition: transform 0.2s ease, box-shadow 0.3s ease-in-out;
    overflow: visible;
}
/* DIGIDEV-1552 */

.light-bottom-shadow {
    box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.1);
}

.basic-shadow {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1180px;
    }
}

@media (min-width: 1500px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1400px;
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}

.row-cols-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
}

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

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

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

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
    --bs-gutter-x: 10px;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 10px;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 20px;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 20px;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 30px;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 30px;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 40px;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 40px;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 50px;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 50px;
}

.g-6,
.gx-6 {
    --bs-gutter-x: 60px;
}

.g-6,
.gy-6 {
    --bs-gutter-y: 60px;
}

.g-7,
.gx-7 {
    --bs-gutter-x: 70px;
}

.g-7,
.gy-7 {
    --bs-gutter-y: 70px;
}

.g-8,
.gx-8 {
    --bs-gutter-x: 80px;
}

.g-8,
.gy-8 {
    --bs-gutter-y: 80px;
}

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

    .row-cols-sm-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

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

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }

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

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }

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

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

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 10px;
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 10px;
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 20px;
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 20px;
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 30px;
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 30px;
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 40px;
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 40px;
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 50px;
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 50px;
    }

    .g-sm-6,
    .gx-sm-6 {
        --bs-gutter-x: 60px;
    }

    .g-sm-6,
    .gy-sm-6 {
        --bs-gutter-y: 60px;
    }

    .g-sm-7,
    .gx-sm-7 {
        --bs-gutter-x: 70px;
    }

    .g-sm-7,
    .gy-sm-7 {
        --bs-gutter-y: 70px;
    }

    .g-sm-8,
    .gx-sm-8 {
        --bs-gutter-x: 80px;
    }

    .g-sm-8,
    .gy-sm-8 {
        --bs-gutter-y: 80px;
    }
}

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

    .row-cols-md-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%;
    }

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

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 10px;
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 10px;
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 20px;
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 20px;
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 30px;
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 30px;
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 40px;
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 40px;
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 50px;
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 50px;
    }

    .g-md-6,
    .gx-md-6 {
        --bs-gutter-x: 60px;
    }

    .g-md-6,
    .gy-md-6 {
        --bs-gutter-y: 60px;
    }

    .g-md-7,
    .gx-md-7 {
        --bs-gutter-x: 70px;
    }

    .g-md-7,
    .gy-md-7 {
        --bs-gutter-y: 70px;
    }

    .g-md-8,
    .gx-md-8 {
        --bs-gutter-x: 80px;
    }

    .g-md-8,
    .gy-md-8 {
        --bs-gutter-y: 80px;
    }
}

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

    .row-cols-lg-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

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

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }

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

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%;
    }

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

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 10px;
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 10px;
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 20px;
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 20px;
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 30px;
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 30px;
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 40px;
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 40px;
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 50px;
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 50px;
    }

    .g-lg-6,
    .gx-lg-6 {
        --bs-gutter-x: 60px;
    }

    .g-lg-6,
    .gy-lg-6 {
        --bs-gutter-y: 60px;
    }

    .g-lg-7,
    .gx-lg-7 {
        --bs-gutter-x: 70px;
    }

    .g-lg-7,
    .gy-lg-7 {
        --bs-gutter-y: 70px;
    }

    .g-lg-8,
    .gx-lg-8 {
        --bs-gutter-x: 80px;
    }

    .g-lg-8,
    .gy-lg-8 {
        --bs-gutter-y: 80px;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .row-cols-xl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%;
    }

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

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 10px;
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 10px;
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 20px;
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 20px;
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 30px;
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 30px;
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 40px;
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 40px;
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 50px;
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 50px;
    }

    .g-xl-6,
    .gx-xl-6 {
        --bs-gutter-x: 60px;
    }

    .g-xl-6,
    .gy-xl-6 {
        --bs-gutter-y: 60px;
    }

    .g-xl-7,
    .gx-xl-7 {
        --bs-gutter-x: 70px;
    }

    .g-xl-7,
    .gy-xl-7 {
        --bs-gutter-y: 70px;
    }

    .g-xl-8,
    .gx-xl-8 {
        --bs-gutter-x: 80px;
    }

    .g-xl-8,
    .gy-xl-8 {
        --bs-gutter-y: 80px;
    }
}

@media (min-width: 1500px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .row-cols-xxl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-xxl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%;
    }

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

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66667%;
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 10px;
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 10px;
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 20px;
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 20px;
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 30px;
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 30px;
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 40px;
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 40px;
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 50px;
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 50px;
    }

    .g-xxl-6,
    .gx-xxl-6 {
        --bs-gutter-x: 60px;
    }

    .g-xxl-6,
    .gy-xxl-6 {
        --bs-gutter-y: 60px;
    }

    .g-xxl-7,
    .gx-xxl-7 {
        --bs-gutter-x: 70px;
    }

    .g-xxl-7,
    .gy-xxl-7 {
        --bs-gutter-y: 70px;
    }

    .g-xxl-8,
    .gx-xxl-8 {
        --bs-gutter-x: 80px;
    }

    .g-xxl-8,
    .gy-xxl-8 {
        --bs-gutter-y: 80px;
    }
}

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

.d-inline-block {
    display: inline-block !important;
}

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

.d-grid {
    display: -ms-grid !important;
    display: grid !important;
}

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

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

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

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

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

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

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

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

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

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

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

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

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

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

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

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

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

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
}

.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
}

.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
}

.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
}

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

.m-1 {
    margin: 10px !important;
}

.m-2 {
    margin: 20px !important;
}

.m-3 {
    margin: 30px !important;
}

.m-4 {
    margin: 40px !important;
}

.m-5 {
    margin: 50px !important;
}

.m-6 {
    margin: 60px !important;
}

.m-7 {
    margin: 70px !important;
}

.m-8 {
    margin: 80px !important;
}

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

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.mx-2 {
    margin-right: 20px !important;
    margin-left: 20px !important;
}

.mx-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
}

.mx-4 {
    margin-right: 40px !important;
    margin-left: 40px !important;
}

.mx-5 {
    margin-right: 50px !important;
    margin-left: 50px !important;
}

.mx-6 {
    margin-right: 60px !important;
    margin-left: 60px !important;
}

.mx-7 {
    margin-right: 70px !important;
    margin-left: 70px !important;
}

.mx-8 {
    margin-right: 80px !important;
    margin-left: 80px !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.my-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.my-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.my-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.my-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.my-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.my-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.my-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 10px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mt-3 {
    margin-top: 30px !important;
}

.mt-4 {
    margin-top: 40px !important;
}

.mt-5 {
    margin-top: 50px !important;
}

.mt-6 {
    margin-top: 60px !important;
}

.mt-7 {
    margin-top: 70px !important;
}

.mt-8 {
    margin-top: 80px !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 10px !important;
}

.me-2 {
    margin-right: 20px !important;
}

.me-3 {
    margin-right: 30px !important;
}

.me-4 {
    margin-right: 40px !important;
}

.me-5 {
    margin-right: 50px !important;
}

.me-6 {
    margin-right: 60px !important;
}

.me-7 {
    margin-right: 70px !important;
}

.me-8 {
    margin-right: 80px !important;
}

.me-auto {
    margin-right: auto !important;
}

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

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.mb-5 {
    margin-bottom: 50px !important;
}

.mb-6 {
    margin-bottom: 60px !important;
}

.mb-7 {
    margin-bottom: 70px !important;
}

.mb-8 {
    margin-bottom: 80px !important;
}

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

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 10px !important;
}

.ms-2 {
    margin-left: 20px !important;
}

.ms-3 {
    margin-left: 30px !important;
}

.ms-4 {
    margin-left: 40px !important;
}

.ms-5 {
    margin-left: 50px !important;
}

.ms-6 {
    margin-left: 60px !important;
}

.ms-7 {
    margin-left: 70px !important;
}

.ms-8 {
    margin-left: 80px !important;
}

.ms-auto {
    margin-left: auto !important;
}

.m-n1 {
    margin: -10px !important;
}

.m-n2 {
    margin: -20px !important;
}

.m-n3 {
    margin: -30px !important;
}

.m-n4 {
    margin: -40px !important;
}

.m-n5 {
    margin: -50px !important;
}

.m-n6 {
    margin: -60px !important;
}

.m-n7 {
    margin: -70px !important;
}

.m-n8 {
    margin: -80px !important;
}

.mx-n1 {
    margin-right: -10px !important;
    margin-left: -10px !important;
}

.mx-n2 {
    margin-right: -20px !important;
    margin-left: -20px !important;
}

.mx-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important;
}

.mx-n4 {
    margin-right: -40px !important;
    margin-left: -40px !important;
}

.mx-n5 {
    margin-right: -50px !important;
    margin-left: -50px !important;
}

.mx-n6 {
    margin-right: -60px !important;
    margin-left: -60px !important;
}

.mx-n7 {
    margin-right: -70px !important;
    margin-left: -70px !important;
}

.mx-n8 {
    margin-right: -80px !important;
    margin-left: -80px !important;
}

.my-n1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
}

.my-n2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
}

.my-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
}

.my-n4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
}

.my-n5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
}

.my-n6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
}

.my-n7 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
}

.my-n8 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
}

.mt-n1 {
    margin-top: -10px !important;
}

.mt-n2 {
    margin-top: -20px !important;
}

.mt-n3 {
    margin-top: -30px !important;
}

.mt-n4 {
    margin-top: -40px !important;
}

.mt-n5 {
    margin-top: -50px !important;
}

.mt-n6 {
    margin-top: -60px !important;
}

.mt-n7 {
    margin-top: -70px !important;
}

.mt-n8 {
    margin-top: -80px !important;
}

.me-n1 {
    margin-right: -10px !important;
}

.me-n2 {
    margin-right: -20px !important;
}

.me-n3 {
    margin-right: -30px !important;
}

.me-n4 {
    margin-right: -40px !important;
}

.me-n5 {
    margin-right: -50px !important;
}

.me-n6 {
    margin-right: -60px !important;
}

.me-n7 {
    margin-right: -70px !important;
}

.me-n8 {
    margin-right: -80px !important;
}

.mb-n1 {
    margin-bottom: -10px !important;
}

.mb-n2 {
    margin-bottom: -20px !important;
}

.mb-n3 {
    margin-bottom: -30px !important;
}

.mb-n4 {
    margin-bottom: -40px !important;
}

.mb-n5 {
    margin-bottom: -50px !important;
}

.mb-n6 {
    margin-bottom: -60px !important;
}

.mb-n7 {
    margin-bottom: -70px !important;
}

.mb-n8 {
    margin-bottom: -80px !important;
}

.ms-n1 {
    margin-left: -10px !important;
}

.ms-n2 {
    margin-left: -20px !important;
}

.ms-n3 {
    margin-left: -30px !important;
}

.ms-n4 {
    margin-left: -40px !important;
}

.ms-n5 {
    margin-left: -50px !important;
}

.ms-n6 {
    margin-left: -60px !important;
}

.ms-n7 {
    margin-left: -70px !important;
}

.ms-n8 {
    margin-left: -80px !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 10px !important;
}

.p-2 {
    padding: 20px !important;
}

.p-3 {
    padding: 30px !important;
}

.p-4 {
    padding: 40px !important;
}

.p-5 {
    padding: 50px !important;
}

.p-6 {
    padding: 60px !important;
}

.p-7 {
    padding: 70px !important;
}

.p-8 {
    padding: 80px !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.px-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.px-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.px-4 {
    padding-right: 40px !important;
    padding-left: 40px !important;
}

.px-5 {
    padding-right: 50px !important;
    padding-left: 50px !important;
}

.px-6 {
    padding-right: 60px !important;
    padding-left: 60px !important;
}

.px-7 {
    padding-right: 70px !important;
    padding-left: 70px !important;
}

.px-8 {
    padding-right: 80px !important;
    padding-left: 80px !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.py-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.py-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.py-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.py-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.py-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.py-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.py-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 10px !important;
}

.pt-2 {
    padding-top: 20px !important;
}

.pt-3 {
    padding-top: 30px !important;
}

.pt-4 {
    padding-top: 40px !important;
}

.pt-5 {
    padding-top: 50px !important;
}

.pt-6 {
    padding-top: 60px !important;
}

.pt-7 {
    padding-top: 70px !important;
}

.pt-8 {
    padding-top: 80px !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 10px !important;
}

.pe-2 {
    padding-right: 20px !important;
}

.pe-3 {
    padding-right: 30px !important;
}

.pe-4 {
    padding-right: 40px !important;
}

.pe-5 {
    padding-right: 50px !important;
}

.pe-6 {
    padding-right: 60px !important;
}

.pe-7 {
    padding-right: 70px !important;
}

.pe-8 {
    padding-right: 80px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 10px !important;
}

.pb-2 {
    padding-bottom: 20px !important;
}

.pb-3 {
    padding-bottom: 30px !important;
}

.pb-4 {
    padding-bottom: 40px !important;
}

.pb-5 {
    padding-bottom: 50px !important;
}

.pb-6 {
    padding-bottom: 60px !important;
}

.pb-7 {
    padding-bottom: 70px !important;
}

.pb-8 {
    padding-bottom: 80px !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 10px !important;
}

.ps-2 {
    padding-left: 20px !important;
}

.ps-3 {
    padding-left: 30px !important;
}

.ps-4 {
    padding-left: 40px !important;
}

.ps-5 {
    padding-left: 50px !important;
}

.ps-6 {
    padding-left: 60px !important;
}

.ps-7 {
    padding-left: 70px !important;
}

.ps-8 {
    padding-left: 80px !important;
}

@media (min-width: 576px) {
    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-grid {
        display: -ms-grid !important;
        display: grid !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

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

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

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

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

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

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

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

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

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

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

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

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

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    .m-sm-1 {
        margin: 10px !important;
    }

    .m-sm-2 {
        margin: 20px !important;
    }

    .m-sm-3 {
        margin: 30px !important;
    }

    .m-sm-4 {
        margin: 40px !important;
    }

    .m-sm-5 {
        margin: 50px !important;
    }

    .m-sm-6 {
        margin: 60px !important;
    }

    .m-sm-7 {
        margin: 70px !important;
    }

    .m-sm-8 {
        margin: 80px !important;
    }

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

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-sm-1 {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }

    .mx-sm-2 {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }

    .mx-sm-3 {
        margin-right: 30px !important;
        margin-left: 30px !important;
    }

    .mx-sm-4 {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }

    .mx-sm-5 {
        margin-right: 50px !important;
        margin-left: 50px !important;
    }

    .mx-sm-6 {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }

    .mx-sm-7 {
        margin-right: 70px !important;
        margin-left: 70px !important;
    }

    .mx-sm-8 {
        margin-right: 80px !important;
        margin-left: 80px !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-sm-1 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .my-sm-2 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .my-sm-3 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .my-sm-4 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .my-sm-5 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }

    .my-sm-6 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

    .my-sm-7 {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }

    .my-sm-8 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-1 {
        margin-top: 10px !important;
    }

    .mt-sm-2 {
        margin-top: 20px !important;
    }

    .mt-sm-3 {
        margin-top: 30px !important;
    }

    .mt-sm-4 {
        margin-top: 40px !important;
    }

    .mt-sm-5 {
        margin-top: 50px !important;
    }

    .mt-sm-6 {
        margin-top: 60px !important;
    }

    .mt-sm-7 {
        margin-top: 70px !important;
    }

    .mt-sm-8 {
        margin-top: 80px !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .me-sm-0 {
        margin-right: 0 !important;
    }

    .me-sm-1 {
        margin-right: 10px !important;
    }

    .me-sm-2 {
        margin-right: 20px !important;
    }

    .me-sm-3 {
        margin-right: 30px !important;
    }

    .me-sm-4 {
        margin-right: 40px !important;
    }

    .me-sm-5 {
        margin-right: 50px !important;
    }

    .me-sm-6 {
        margin-right: 60px !important;
    }

    .me-sm-7 {
        margin-right: 70px !important;
    }

    .me-sm-8 {
        margin-right: 80px !important;
    }

    .me-sm-auto {
        margin-right: auto !important;
    }

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

    .mb-sm-1 {
        margin-bottom: 10px !important;
    }

    .mb-sm-2 {
        margin-bottom: 20px !important;
    }

    .mb-sm-3 {
        margin-bottom: 30px !important;
    }

    .mb-sm-4 {
        margin-bottom: 40px !important;
    }

    .mb-sm-5 {
        margin-bottom: 50px !important;
    }

    .mb-sm-6 {
        margin-bottom: 60px !important;
    }

    .mb-sm-7 {
        margin-bottom: 70px !important;
    }

    .mb-sm-8 {
        margin-bottom: 80px !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .ms-sm-0 {
        margin-left: 0 !important;
    }

    .ms-sm-1 {
        margin-left: 10px !important;
    }

    .ms-sm-2 {
        margin-left: 20px !important;
    }

    .ms-sm-3 {
        margin-left: 30px !important;
    }

    .ms-sm-4 {
        margin-left: 40px !important;
    }

    .ms-sm-5 {
        margin-left: 50px !important;
    }

    .ms-sm-6 {
        margin-left: 60px !important;
    }

    .ms-sm-7 {
        margin-left: 70px !important;
    }

    .ms-sm-8 {
        margin-left: 80px !important;
    }

    .ms-sm-auto {
        margin-left: auto !important;
    }

    .m-sm-n1 {
        margin: -10px !important;
    }

    .m-sm-n2 {
        margin: -20px !important;
    }

    .m-sm-n3 {
        margin: -30px !important;
    }

    .m-sm-n4 {
        margin: -40px !important;
    }

    .m-sm-n5 {
        margin: -50px !important;
    }

    .m-sm-n6 {
        margin: -60px !important;
    }

    .m-sm-n7 {
        margin: -70px !important;
    }

    .m-sm-n8 {
        margin: -80px !important;
    }

    .mx-sm-n1 {
        margin-right: -10px !important;
        margin-left: -10px !important;
    }

    .mx-sm-n2 {
        margin-right: -20px !important;
        margin-left: -20px !important;
    }

    .mx-sm-n3 {
        margin-right: -30px !important;
        margin-left: -30px !important;
    }

    .mx-sm-n4 {
        margin-right: -40px !important;
        margin-left: -40px !important;
    }

    .mx-sm-n5 {
        margin-right: -50px !important;
        margin-left: -50px !important;
    }

    .mx-sm-n6 {
        margin-right: -60px !important;
        margin-left: -60px !important;
    }

    .mx-sm-n7 {
        margin-right: -70px !important;
        margin-left: -70px !important;
    }

    .mx-sm-n8 {
        margin-right: -80px !important;
        margin-left: -80px !important;
    }

    .my-sm-n1 {
        margin-top: -10px !important;
        margin-bottom: -10px !important;
    }

    .my-sm-n2 {
        margin-top: -20px !important;
        margin-bottom: -20px !important;
    }

    .my-sm-n3 {
        margin-top: -30px !important;
        margin-bottom: -30px !important;
    }

    .my-sm-n4 {
        margin-top: -40px !important;
        margin-bottom: -40px !important;
    }

    .my-sm-n5 {
        margin-top: -50px !important;
        margin-bottom: -50px !important;
    }

    .my-sm-n6 {
        margin-top: -60px !important;
        margin-bottom: -60px !important;
    }

    .my-sm-n7 {
        margin-top: -70px !important;
        margin-bottom: -70px !important;
    }

    .my-sm-n8 {
        margin-top: -80px !important;
        margin-bottom: -80px !important;
    }

    .mt-sm-n1 {
        margin-top: -10px !important;
    }

    .mt-sm-n2 {
        margin-top: -20px !important;
    }

    .mt-sm-n3 {
        margin-top: -30px !important;
    }

    .mt-sm-n4 {
        margin-top: -40px !important;
    }

    .mt-sm-n5 {
        margin-top: -50px !important;
    }

    .mt-sm-n6 {
        margin-top: -60px !important;
    }

    .mt-sm-n7 {
        margin-top: -70px !important;
    }

    .mt-sm-n8 {
        margin-top: -80px !important;
    }

    .me-sm-n1 {
        margin-right: -10px !important;
    }

    .me-sm-n2 {
        margin-right: -20px !important;
    }

    .me-sm-n3 {
        margin-right: -30px !important;
    }

    .me-sm-n4 {
        margin-right: -40px !important;
    }

    .me-sm-n5 {
        margin-right: -50px !important;
    }

    .me-sm-n6 {
        margin-right: -60px !important;
    }

    .me-sm-n7 {
        margin-right: -70px !important;
    }

    .me-sm-n8 {
        margin-right: -80px !important;
    }

    .mb-sm-n1 {
        margin-bottom: -10px !important;
    }

    .mb-sm-n2 {
        margin-bottom: -20px !important;
    }

    .mb-sm-n3 {
        margin-bottom: -30px !important;
    }

    .mb-sm-n4 {
        margin-bottom: -40px !important;
    }

    .mb-sm-n5 {
        margin-bottom: -50px !important;
    }

    .mb-sm-n6 {
        margin-bottom: -60px !important;
    }

    .mb-sm-n7 {
        margin-bottom: -70px !important;
    }

    .mb-sm-n8 {
        margin-bottom: -80px !important;
    }

    .ms-sm-n1 {
        margin-left: -10px !important;
    }

    .ms-sm-n2 {
        margin-left: -20px !important;
    }

    .ms-sm-n3 {
        margin-left: -30px !important;
    }

    .ms-sm-n4 {
        margin-left: -40px !important;
    }

    .ms-sm-n5 {
        margin-left: -50px !important;
    }

    .ms-sm-n6 {
        margin-left: -60px !important;
    }

    .ms-sm-n7 {
        margin-left: -70px !important;
    }

    .ms-sm-n8 {
        margin-left: -80px !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .p-sm-1 {
        padding: 10px !important;
    }

    .p-sm-2 {
        padding: 20px !important;
    }

    .p-sm-3 {
        padding: 30px !important;
    }

    .p-sm-4 {
        padding: 40px !important;
    }

    .p-sm-5 {
        padding: 50px !important;
    }

    .p-sm-6 {
        padding: 60px !important;
    }

    .p-sm-7 {
        padding: 70px !important;
    }

    .p-sm-8 {
        padding: 80px !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-sm-1 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .px-sm-2 {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .px-sm-3 {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    .px-sm-4 {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }

    .px-sm-5 {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }

    .px-sm-6 {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }

    .px-sm-7 {
        padding-right: 70px !important;
        padding-left: 70px !important;
    }

    .px-sm-8 {
        padding-right: 80px !important;
        padding-left: 80px !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-sm-1 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .py-sm-2 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .py-sm-3 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .py-sm-4 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .py-sm-5 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .py-sm-6 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .py-sm-7 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .py-sm-8 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pt-sm-1 {
        padding-top: 10px !important;
    }

    .pt-sm-2 {
        padding-top: 20px !important;
    }

    .pt-sm-3 {
        padding-top: 30px !important;
    }

    .pt-sm-4 {
        padding-top: 40px !important;
    }

    .pt-sm-5 {
        padding-top: 50px !important;
    }

    .pt-sm-6 {
        padding-top: 60px !important;
    }

    .pt-sm-7 {
        padding-top: 70px !important;
    }

    .pt-sm-8 {
        padding-top: 80px !important;
    }

    .pe-sm-0 {
        padding-right: 0 !important;
    }

    .pe-sm-1 {
        padding-right: 10px !important;
    }

    .pe-sm-2 {
        padding-right: 20px !important;
    }

    .pe-sm-3 {
        padding-right: 30px !important;
    }

    .pe-sm-4 {
        padding-right: 40px !important;
    }

    .pe-sm-5 {
        padding-right: 50px !important;
    }

    .pe-sm-6 {
        padding-right: 60px !important;
    }

    .pe-sm-7 {
        padding-right: 70px !important;
    }

    .pe-sm-8 {
        padding-right: 80px !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pb-sm-1 {
        padding-bottom: 10px !important;
    }

    .pb-sm-2 {
        padding-bottom: 20px !important;
    }

    .pb-sm-3 {
        padding-bottom: 30px !important;
    }

    .pb-sm-4 {
        padding-bottom: 40px !important;
    }

    .pb-sm-5 {
        padding-bottom: 50px !important;
    }

    .pb-sm-6 {
        padding-bottom: 60px !important;
    }

    .pb-sm-7 {
        padding-bottom: 70px !important;
    }

    .pb-sm-8 {
        padding-bottom: 80px !important;
    }

    .ps-sm-0 {
        padding-left: 0 !important;
    }

    .ps-sm-1 {
        padding-left: 10px !important;
    }

    .ps-sm-2 {
        padding-left: 20px !important;
    }

    .ps-sm-3 {
        padding-left: 30px !important;
    }

    .ps-sm-4 {
        padding-left: 40px !important;
    }

    .ps-sm-5 {
        padding-left: 50px !important;
    }

    .ps-sm-6 {
        padding-left: 60px !important;
    }

    .ps-sm-7 {
        padding-left: 70px !important;
    }

    .ps-sm-8 {
        padding-left: 80px !important;
    }
}

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

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-grid {
        display: -ms-grid !important;
        display: grid !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

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

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

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

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

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

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

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

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

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

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

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

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

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-md-0 {
        margin: 0 !important;
    }

    .m-md-1 {
        margin: 10px !important;
    }

    .m-md-2 {
        margin: 20px !important;
    }

    .m-md-3 {
        margin: 30px !important;
    }

    .m-md-4 {
        margin: 40px !important;
    }

    .m-md-5 {
        margin: 50px !important;
    }

    .m-md-6 {
        margin: 60px !important;
    }

    .m-md-7 {
        margin: 70px !important;
    }

    .m-md-8 {
        margin: 80px !important;
    }

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

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-md-1 {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }

    .mx-md-2 {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }

    .mx-md-3 {
        margin-right: 30px !important;
        margin-left: 30px !important;
    }

    .mx-md-4 {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }

    .mx-md-5 {
        margin-right: 50px !important;
        margin-left: 50px !important;
    }

    .mx-md-6 {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }

    .mx-md-7 {
        margin-right: 70px !important;
        margin-left: 70px !important;
    }

    .mx-md-8 {
        margin-right: 80px !important;
        margin-left: 80px !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-md-1 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .my-md-2 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .my-md-3 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .my-md-4 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .my-md-5 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }

    .my-md-6 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

    .my-md-7 {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }

    .my-md-8 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-1 {
        margin-top: 10px !important;
    }

    .mt-md-2 {
        margin-top: 20px !important;
    }

    .mt-md-3 {
        margin-top: 30px !important;
    }

    .mt-md-4 {
        margin-top: 40px !important;
    }

    .mt-md-5 {
        margin-top: 50px !important;
    }

    .mt-md-6 {
        margin-top: 60px !important;
    }

    .mt-md-7 {
        margin-top: 70px !important;
    }

    .mt-md-8 {
        margin-top: 80px !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .me-md-0 {
        margin-right: 0 !important;
    }

    .me-md-1 {
        margin-right: 10px !important;
    }

    .me-md-2 {
        margin-right: 20px !important;
    }

    .me-md-3 {
        margin-right: 30px !important;
    }

    .me-md-4 {
        margin-right: 40px !important;
    }

    .me-md-5 {
        margin-right: 50px !important;
    }

    .me-md-6 {
        margin-right: 60px !important;
    }

    .me-md-7 {
        margin-right: 70px !important;
    }

    .me-md-8 {
        margin-right: 80px !important;
    }

    .me-md-auto {
        margin-right: auto !important;
    }

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

    .mb-md-1 {
        margin-bottom: 10px !important;
    }

    .mb-md-2 {
        margin-bottom: 20px !important;
    }

    .mb-md-3 {
        margin-bottom: 30px !important;
    }

    .mb-md-4 {
        margin-bottom: 40px !important;
    }

    .mb-md-5 {
        margin-bottom: 50px !important;
    }

    .mb-md-6 {
        margin-bottom: 60px !important;
    }

    .mb-md-7 {
        margin-bottom: 70px !important;
    }

    .mb-md-8 {
        margin-bottom: 80px !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .ms-md-0 {
        margin-left: 0 !important;
    }

    .ms-md-1 {
        margin-left: 10px !important;
    }

    .ms-md-2 {
        margin-left: 20px !important;
    }

    .ms-md-3 {
        margin-left: 30px !important;
    }

    .ms-md-4 {
        margin-left: 40px !important;
    }

    .ms-md-5 {
        margin-left: 50px !important;
    }

    .ms-md-6 {
        margin-left: 60px !important;
    }

    .ms-md-7 {
        margin-left: 70px !important;
    }

    .ms-md-8 {
        margin-left: 80px !important;
    }

    .ms-md-auto {
        margin-left: auto !important;
    }

    .m-md-n1 {
        margin: -10px !important;
    }

    .m-md-n2 {
        margin: -20px !important;
    }

    .m-md-n3 {
        margin: -30px !important;
    }

    .m-md-n4 {
        margin: -40px !important;
    }

    .m-md-n5 {
        margin: -50px !important;
    }

    .m-md-n6 {
        margin: -60px !important;
    }

    .m-md-n7 {
        margin: -70px !important;
    }

    .m-md-n8 {
        margin: -80px !important;
    }

    .mx-md-n1 {
        margin-right: -10px !important;
        margin-left: -10px !important;
    }

    .mx-md-n2 {
        margin-right: -20px !important;
        margin-left: -20px !important;
    }

    .mx-md-n3 {
        margin-right: -30px !important;
        margin-left: -30px !important;
    }

    .mx-md-n4 {
        margin-right: -40px !important;
        margin-left: -40px !important;
    }

    .mx-md-n5 {
        margin-right: -50px !important;
        margin-left: -50px !important;
    }

    .mx-md-n6 {
        margin-right: -60px !important;
        margin-left: -60px !important;
    }

    .mx-md-n7 {
        margin-right: -70px !important;
        margin-left: -70px !important;
    }

    .mx-md-n8 {
        margin-right: -80px !important;
        margin-left: -80px !important;
    }

    .my-md-n1 {
        margin-top: -10px !important;
        margin-bottom: -10px !important;
    }

    .my-md-n2 {
        margin-top: -20px !important;
        margin-bottom: -20px !important;
    }

    .my-md-n3 {
        margin-top: -30px !important;
        margin-bottom: -30px !important;
    }

    .my-md-n4 {
        margin-top: -40px !important;
        margin-bottom: -40px !important;
    }

    .my-md-n5 {
        margin-top: -50px !important;
        margin-bottom: -50px !important;
    }

    .my-md-n6 {
        margin-top: -60px !important;
        margin-bottom: -60px !important;
    }

    .my-md-n7 {
        margin-top: -70px !important;
        margin-bottom: -70px !important;
    }

    .my-md-n8 {
        margin-top: -80px !important;
        margin-bottom: -80px !important;
    }

    .mt-md-n1 {
        margin-top: -10px !important;
    }

    .mt-md-n2 {
        margin-top: -20px !important;
    }

    .mt-md-n3 {
        margin-top: -30px !important;
    }

    .mt-md-n4 {
        margin-top: -40px !important;
    }

    .mt-md-n5 {
        margin-top: -50px !important;
    }

    .mt-md-n6 {
        margin-top: -60px !important;
    }

    .mt-md-n7 {
        margin-top: -70px !important;
    }

    .mt-md-n8 {
        margin-top: -80px !important;
    }

    .me-md-n1 {
        margin-right: -10px !important;
    }

    .me-md-n2 {
        margin-right: -20px !important;
    }

    .me-md-n3 {
        margin-right: -30px !important;
    }

    .me-md-n4 {
        margin-right: -40px !important;
    }

    .me-md-n5 {
        margin-right: -50px !important;
    }

    .me-md-n6 {
        margin-right: -60px !important;
    }

    .me-md-n7 {
        margin-right: -70px !important;
    }

    .me-md-n8 {
        margin-right: -80px !important;
    }

    .mb-md-n1 {
        margin-bottom: -10px !important;
    }

    .mb-md-n2 {
        margin-bottom: -20px !important;
    }

    .mb-md-n3 {
        margin-bottom: -30px !important;
    }

    .mb-md-n4 {
        margin-bottom: -40px !important;
    }

    .mb-md-n5 {
        margin-bottom: -50px !important;
    }

    .mb-md-n6 {
        margin-bottom: -60px !important;
    }

    .mb-md-n7 {
        margin-bottom: -70px !important;
    }

    .mb-md-n8 {
        margin-bottom: -80px !important;
    }

    .ms-md-n1 {
        margin-left: -10px !important;
    }

    .ms-md-n2 {
        margin-left: -20px !important;
    }

    .ms-md-n3 {
        margin-left: -30px !important;
    }

    .ms-md-n4 {
        margin-left: -40px !important;
    }

    .ms-md-n5 {
        margin-left: -50px !important;
    }

    .ms-md-n6 {
        margin-left: -60px !important;
    }

    .ms-md-n7 {
        margin-left: -70px !important;
    }

    .ms-md-n8 {
        margin-left: -80px !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .p-md-1 {
        padding: 10px !important;
    }

    .p-md-2 {
        padding: 20px !important;
    }

    .p-md-3 {
        padding: 30px !important;
    }

    .p-md-4 {
        padding: 40px !important;
    }

    .p-md-5 {
        padding: 50px !important;
    }

    .p-md-6 {
        padding: 60px !important;
    }

    .p-md-7 {
        padding: 70px !important;
    }

    .p-md-8 {
        padding: 80px !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-md-1 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .px-md-2 {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .px-md-3 {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    .px-md-4 {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }

    .px-md-5 {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }

    .px-md-6 {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }

    .px-md-7 {
        padding-right: 70px !important;
        padding-left: 70px !important;
    }

    .px-md-8 {
        padding-right: 80px !important;
        padding-left: 80px !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-md-1 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .py-md-2 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .py-md-3 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .py-md-4 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .py-md-5 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .py-md-6 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .py-md-7 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .py-md-8 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pt-md-1 {
        padding-top: 10px !important;
    }

    .pt-md-2 {
        padding-top: 20px !important;
    }

    .pt-md-3 {
        padding-top: 30px !important;
    }

    .pt-md-4 {
        padding-top: 40px !important;
    }

    .pt-md-5 {
        padding-top: 50px !important;
    }

    .pt-md-6 {
        padding-top: 60px !important;
    }

    .pt-md-7 {
        padding-top: 70px !important;
    }

    .pt-md-8 {
        padding-top: 80px !important;
    }

    .pe-md-0 {
        padding-right: 0 !important;
    }

    .pe-md-1 {
        padding-right: 10px !important;
    }

    .pe-md-2 {
        padding-right: 20px !important;
    }

    .pe-md-3 {
        padding-right: 30px !important;
    }

    .pe-md-4 {
        padding-right: 40px !important;
    }

    .pe-md-5 {
        padding-right: 50px !important;
    }

    .pe-md-6 {
        padding-right: 60px !important;
    }

    .pe-md-7 {
        padding-right: 70px !important;
    }

    .pe-md-8 {
        padding-right: 80px !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pb-md-1 {
        padding-bottom: 10px !important;
    }

    .pb-md-2 {
        padding-bottom: 20px !important;
    }

    .pb-md-3 {
        padding-bottom: 30px !important;
    }

    .pb-md-4 {
        padding-bottom: 40px !important;
    }

    .pb-md-5 {
        padding-bottom: 50px !important;
    }

    .pb-md-6 {
        padding-bottom: 60px !important;
    }

    .pb-md-7 {
        padding-bottom: 70px !important;
    }

    .pb-md-8 {
        padding-bottom: 80px !important;
    }

    .ps-md-0 {
        padding-left: 0 !important;
    }

    .ps-md-1 {
        padding-left: 10px !important;
    }

    .ps-md-2 {
        padding-left: 20px !important;
    }

    .ps-md-3 {
        padding-left: 30px !important;
    }

    .ps-md-4 {
        padding-left: 40px !important;
    }

    .ps-md-5 {
        padding-left: 50px !important;
    }

    .ps-md-6 {
        padding-left: 60px !important;
    }

    .ps-md-7 {
        padding-left: 70px !important;
    }

    .ps-md-8 {
        padding-left: 80px !important;
    }
}

@media (min-width: 992px) {
    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-grid {
        display: -ms-grid !important;
        display: grid !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

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

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

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

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

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

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

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

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

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

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

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

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

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-lg-0 {
        margin: 0 !important;
    }

    .m-lg-1 {
        margin: 10px !important;
    }

    .m-lg-2 {
        margin: 20px !important;
    }

    .m-lg-3 {
        margin: 30px !important;
    }

    .m-lg-4 {
        margin: 40px !important;
    }

    .m-lg-5 {
        margin: 50px !important;
    }

    .m-lg-6 {
        margin: 60px !important;
    }

    .m-lg-7 {
        margin: 70px !important;
    }

    .m-lg-8 {
        margin: 80px !important;
    }

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

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-lg-1 {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }

    .mx-lg-2 {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }

    .mx-lg-3 {
        margin-right: 30px !important;
        margin-left: 30px !important;
    }

    .mx-lg-4 {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }

    .mx-lg-5 {
        margin-right: 50px !important;
        margin-left: 50px !important;
    }

    .mx-lg-6 {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }

    .mx-lg-7 {
        margin-right: 70px !important;
        margin-left: 70px !important;
    }

    .mx-lg-8 {
        margin-right: 80px !important;
        margin-left: 80px !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-lg-1 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .my-lg-2 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .my-lg-3 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .my-lg-4 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .my-lg-5 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }

    .my-lg-6 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

    .my-lg-7 {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }

    .my-lg-8 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mt-lg-1 {
        margin-top: 10px !important;
    }

    .mt-lg-2 {
        margin-top: 20px !important;
    }

    .mt-lg-3 {
        margin-top: 30px !important;
    }

    .mt-lg-4 {
        margin-top: 40px !important;
    }

    .mt-lg-5 {
        margin-top: 50px !important;
    }

    .mt-lg-6 {
        margin-top: 60px !important;
    }

    .mt-lg-7 {
        margin-top: 70px !important;
    }

    .mt-lg-8 {
        margin-top: 80px !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .me-lg-0 {
        margin-right: 0 !important;
    }

    .me-lg-1 {
        margin-right: 10px !important;
    }

    .me-lg-2 {
        margin-right: 20px !important;
    }

    .me-lg-3 {
        margin-right: 30px !important;
    }

    .me-lg-4 {
        margin-right: 40px !important;
    }

    .me-lg-5 {
        margin-right: 50px !important;
    }

    .me-lg-6 {
        margin-right: 60px !important;
    }

    .me-lg-7 {
        margin-right: 70px !important;
    }

    .me-lg-8 {
        margin-right: 80px !important;
    }

    .me-lg-auto {
        margin-right: auto !important;
    }

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

    .mb-lg-1 {
        margin-bottom: 10px !important;
    }

    .mb-lg-2 {
        margin-bottom: 20px !important;
    }

    .mb-lg-3 {
        margin-bottom: 30px !important;
    }

    .mb-lg-4 {
        margin-bottom: 40px !important;
    }

    .mb-lg-5 {
        margin-bottom: 50px !important;
    }

    .mb-lg-6 {
        margin-bottom: 60px !important;
    }

    .mb-lg-7 {
        margin-bottom: 70px !important;
    }

    .mb-lg-8 {
        margin-bottom: 80px !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ms-lg-0 {
        margin-left: 0 !important;
    }

    .ms-lg-1 {
        margin-left: 10px !important;
    }

    .ms-lg-2 {
        margin-left: 20px !important;
    }

    .ms-lg-3 {
        margin-left: 30px !important;
    }

    .ms-lg-4 {
        margin-left: 40px !important;
    }

    .ms-lg-5 {
        margin-left: 50px !important;
    }

    .ms-lg-6 {
        margin-left: 60px !important;
    }

    .ms-lg-7 {
        margin-left: 70px !important;
    }

    .ms-lg-8 {
        margin-left: 80px !important;
    }

    .ms-lg-auto {
        margin-left: auto !important;
    }

    .m-lg-n1 {
        margin: -10px !important;
    }

    .m-lg-n2 {
        margin: -20px !important;
    }

    .m-lg-n3 {
        margin: -30px !important;
    }

    .m-lg-n4 {
        margin: -40px !important;
    }

    .m-lg-n5 {
        margin: -50px !important;
    }

    .m-lg-n6 {
        margin: -60px !important;
    }

    .m-lg-n7 {
        margin: -70px !important;
    }

    .m-lg-n8 {
        margin: -80px !important;
    }

    .mx-lg-n1 {
        margin-right: -10px !important;
        margin-left: -10px !important;
    }

    .mx-lg-n2 {
        margin-right: -20px !important;
        margin-left: -20px !important;
    }

    .mx-lg-n3 {
        margin-right: -30px !important;
        margin-left: -30px !important;
    }

    .mx-lg-n4 {
        margin-right: -40px !important;
        margin-left: -40px !important;
    }

    .mx-lg-n5 {
        margin-right: -50px !important;
        margin-left: -50px !important;
    }

    .mx-lg-n6 {
        margin-right: -60px !important;
        margin-left: -60px !important;
    }

    .mx-lg-n7 {
        margin-right: -70px !important;
        margin-left: -70px !important;
    }

    .mx-lg-n8 {
        margin-right: -80px !important;
        margin-left: -80px !important;
    }

    .my-lg-n1 {
        margin-top: -10px !important;
        margin-bottom: -10px !important;
    }

    .my-lg-n2 {
        margin-top: -20px !important;
        margin-bottom: -20px !important;
    }

    .my-lg-n3 {
        margin-top: -30px !important;
        margin-bottom: -30px !important;
    }

    .my-lg-n4 {
        margin-top: -40px !important;
        margin-bottom: -40px !important;
    }

    .my-lg-n5 {
        margin-top: -50px !important;
        margin-bottom: -50px !important;
    }

    .my-lg-n6 {
        margin-top: -60px !important;
        margin-bottom: -60px !important;
    }

    .my-lg-n7 {
        margin-top: -70px !important;
        margin-bottom: -70px !important;
    }

    .my-lg-n8 {
        margin-top: -80px !important;
        margin-bottom: -80px !important;
    }

    .mt-lg-n1 {
        margin-top: -10px !important;
    }

    .mt-lg-n2 {
        margin-top: -20px !important;
    }

    .mt-lg-n3 {
        margin-top: -30px !important;
    }

    .mt-lg-n4 {
        margin-top: -40px !important;
    }

    .mt-lg-n5 {
        margin-top: -50px !important;
    }

    .mt-lg-n6 {
        margin-top: -60px !important;
    }

    .mt-lg-n7 {
        margin-top: -70px !important;
    }

    .mt-lg-n8 {
        margin-top: -80px !important;
    }

    .me-lg-n1 {
        margin-right: -10px !important;
    }

    .me-lg-n2 {
        margin-right: -20px !important;
    }

    .me-lg-n3 {
        margin-right: -30px !important;
    }

    .me-lg-n4 {
        margin-right: -40px !important;
    }

    .me-lg-n5 {
        margin-right: -50px !important;
    }

    .me-lg-n6 {
        margin-right: -60px !important;
    }

    .me-lg-n7 {
        margin-right: -70px !important;
    }

    .me-lg-n8 {
        margin-right: -80px !important;
    }

    .mb-lg-n1 {
        margin-bottom: -10px !important;
    }

    .mb-lg-n2 {
        margin-bottom: -20px !important;
    }

    .mb-lg-n3 {
        margin-bottom: -30px !important;
    }

    .mb-lg-n4 {
        margin-bottom: -40px !important;
    }

    .mb-lg-n5 {
        margin-bottom: -50px !important;
    }

    .mb-lg-n6 {
        margin-bottom: -60px !important;
    }

    .mb-lg-n7 {
        margin-bottom: -70px !important;
    }

    .mb-lg-n8 {
        margin-bottom: -80px !important;
    }

    .ms-lg-n1 {
        margin-left: -10px !important;
    }

    .ms-lg-n2 {
        margin-left: -20px !important;
    }

    .ms-lg-n3 {
        margin-left: -30px !important;
    }

    .ms-lg-n4 {
        margin-left: -40px !important;
    }

    .ms-lg-n5 {
        margin-left: -50px !important;
    }

    .ms-lg-n6 {
        margin-left: -60px !important;
    }

    .ms-lg-n7 {
        margin-left: -70px !important;
    }

    .ms-lg-n8 {
        margin-left: -80px !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .p-lg-1 {
        padding: 10px !important;
    }

    .p-lg-2 {
        padding: 20px !important;
    }

    .p-lg-3 {
        padding: 30px !important;
    }

    .p-lg-4 {
        padding: 40px !important;
    }

    .p-lg-5 {
        padding: 50px !important;
    }

    .p-lg-6 {
        padding: 60px !important;
    }

    .p-lg-7 {
        padding: 70px !important;
    }

    .p-lg-8 {
        padding: 80px !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-lg-1 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .px-lg-2 {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .px-lg-3 {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    .px-lg-4 {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }

    .px-lg-5 {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }

    .px-lg-6 {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }

    .px-lg-7 {
        padding-right: 70px !important;
        padding-left: 70px !important;
    }

    .px-lg-8 {
        padding-right: 80px !important;
        padding-left: 80px !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-lg-1 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .py-lg-2 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .py-lg-3 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .py-lg-4 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .py-lg-5 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .py-lg-6 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .py-lg-7 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .py-lg-8 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pt-lg-1 {
        padding-top: 10px !important;
    }

    .pt-lg-2 {
        padding-top: 20px !important;
    }

    .pt-lg-3 {
        padding-top: 30px !important;
    }

    .pt-lg-4 {
        padding-top: 40px !important;
    }

    .pt-lg-5 {
        padding-top: 50px !important;
    }

    .pt-lg-6 {
        padding-top: 60px !important;
    }

    .pt-lg-7 {
        padding-top: 70px !important;
    }

    .pt-lg-8 {
        padding-top: 80px !important;
    }

    .pe-lg-0 {
        padding-right: 0 !important;
    }

    .pe-lg-1 {
        padding-right: 10px !important;
    }

    .pe-lg-2 {
        padding-right: 20px !important;
    }

    .pe-lg-3 {
        padding-right: 30px !important;
    }

    .pe-lg-4 {
        padding-right: 40px !important;
    }

    .pe-lg-5 {
        padding-right: 50px !important;
    }

    .pe-lg-6 {
        padding-right: 60px !important;
    }

    .pe-lg-7 {
        padding-right: 70px !important;
    }

    .pe-lg-8 {
        padding-right: 80px !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pb-lg-1 {
        padding-bottom: 10px !important;
    }

    .pb-lg-2 {
        padding-bottom: 20px !important;
    }

    .pb-lg-3 {
        padding-bottom: 30px !important;
    }

    .pb-lg-4 {
        padding-bottom: 40px !important;
    }

    .pb-lg-5 {
        padding-bottom: 50px !important;
    }

    .pb-lg-6 {
        padding-bottom: 60px !important;
    }

    .pb-lg-7 {
        padding-bottom: 70px !important;
    }

    .pb-lg-8 {
        padding-bottom: 80px !important;
    }

    .ps-lg-0 {
        padding-left: 0 !important;
    }

    .ps-lg-1 {
        padding-left: 10px !important;
    }

    .ps-lg-2 {
        padding-left: 20px !important;
    }

    .ps-lg-3 {
        padding-left: 30px !important;
    }

    .ps-lg-4 {
        padding-left: 40px !important;
    }

    .ps-lg-5 {
        padding-left: 50px !important;
    }

    .ps-lg-6 {
        padding-left: 60px !important;
    }

    .ps-lg-7 {
        padding-left: 70px !important;
    }

    .ps-lg-8 {
        padding-left: 80px !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-grid {
        display: -ms-grid !important;
        display: grid !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

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

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

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

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

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

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

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

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

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

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

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

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

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-xl-0 {
        margin: 0 !important;
    }

    .m-xl-1 {
        margin: 10px !important;
    }

    .m-xl-2 {
        margin: 20px !important;
    }

    .m-xl-3 {
        margin: 30px !important;
    }

    .m-xl-4 {
        margin: 40px !important;
    }

    .m-xl-5 {
        margin: 50px !important;
    }

    .m-xl-6 {
        margin: 60px !important;
    }

    .m-xl-7 {
        margin: 70px !important;
    }

    .m-xl-8 {
        margin: 80px !important;
    }

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

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xl-1 {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }

    .mx-xl-2 {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }

    .mx-xl-3 {
        margin-right: 30px !important;
        margin-left: 30px !important;
    }

    .mx-xl-4 {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }

    .mx-xl-5 {
        margin-right: 50px !important;
        margin-left: 50px !important;
    }

    .mx-xl-6 {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }

    .mx-xl-7 {
        margin-right: 70px !important;
        margin-left: 70px !important;
    }

    .mx-xl-8 {
        margin-right: 80px !important;
        margin-left: 80px !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-1 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .my-xl-2 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .my-xl-3 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .my-xl-4 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .my-xl-5 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }

    .my-xl-6 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

    .my-xl-7 {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }

    .my-xl-8 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-1 {
        margin-top: 10px !important;
    }

    .mt-xl-2 {
        margin-top: 20px !important;
    }

    .mt-xl-3 {
        margin-top: 30px !important;
    }

    .mt-xl-4 {
        margin-top: 40px !important;
    }

    .mt-xl-5 {
        margin-top: 50px !important;
    }

    .mt-xl-6 {
        margin-top: 60px !important;
    }

    .mt-xl-7 {
        margin-top: 70px !important;
    }

    .mt-xl-8 {
        margin-top: 80px !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .me-xl-0 {
        margin-right: 0 !important;
    }

    .me-xl-1 {
        margin-right: 10px !important;
    }

    .me-xl-2 {
        margin-right: 20px !important;
    }

    .me-xl-3 {
        margin-right: 30px !important;
    }

    .me-xl-4 {
        margin-right: 40px !important;
    }

    .me-xl-5 {
        margin-right: 50px !important;
    }

    .me-xl-6 {
        margin-right: 60px !important;
    }

    .me-xl-7 {
        margin-right: 70px !important;
    }

    .me-xl-8 {
        margin-right: 80px !important;
    }

    .me-xl-auto {
        margin-right: auto !important;
    }

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

    .mb-xl-1 {
        margin-bottom: 10px !important;
    }

    .mb-xl-2 {
        margin-bottom: 20px !important;
    }

    .mb-xl-3 {
        margin-bottom: 30px !important;
    }

    .mb-xl-4 {
        margin-bottom: 40px !important;
    }

    .mb-xl-5 {
        margin-bottom: 50px !important;
    }

    .mb-xl-6 {
        margin-bottom: 60px !important;
    }

    .mb-xl-7 {
        margin-bottom: 70px !important;
    }

    .mb-xl-8 {
        margin-bottom: 80px !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ms-xl-0 {
        margin-left: 0 !important;
    }

    .ms-xl-1 {
        margin-left: 10px !important;
    }

    .ms-xl-2 {
        margin-left: 20px !important;
    }

    .ms-xl-3 {
        margin-left: 30px !important;
    }

    .ms-xl-4 {
        margin-left: 40px !important;
    }

    .ms-xl-5 {
        margin-left: 50px !important;
    }

    .ms-xl-6 {
        margin-left: 60px !important;
    }

    .ms-xl-7 {
        margin-left: 70px !important;
    }

    .ms-xl-8 {
        margin-left: 80px !important;
    }

    .ms-xl-auto {
        margin-left: auto !important;
    }

    .m-xl-n1 {
        margin: -10px !important;
    }

    .m-xl-n2 {
        margin: -20px !important;
    }

    .m-xl-n3 {
        margin: -30px !important;
    }

    .m-xl-n4 {
        margin: -40px !important;
    }

    .m-xl-n5 {
        margin: -50px !important;
    }

    .m-xl-n6 {
        margin: -60px !important;
    }

    .m-xl-n7 {
        margin: -70px !important;
    }

    .m-xl-n8 {
        margin: -80px !important;
    }

    .mx-xl-n1 {
        margin-right: -10px !important;
        margin-left: -10px !important;
    }

    .mx-xl-n2 {
        margin-right: -20px !important;
        margin-left: -20px !important;
    }

    .mx-xl-n3 {
        margin-right: -30px !important;
        margin-left: -30px !important;
    }

    .mx-xl-n4 {
        margin-right: -40px !important;
        margin-left: -40px !important;
    }

    .mx-xl-n5 {
        margin-right: -50px !important;
        margin-left: -50px !important;
    }

    .mx-xl-n6 {
        margin-right: -60px !important;
        margin-left: -60px !important;
    }

    .mx-xl-n7 {
        margin-right: -70px !important;
        margin-left: -70px !important;
    }

    .mx-xl-n8 {
        margin-right: -80px !important;
        margin-left: -80px !important;
    }

    .my-xl-n1 {
        margin-top: -10px !important;
        margin-bottom: -10px !important;
    }

    .my-xl-n2 {
        margin-top: -20px !important;
        margin-bottom: -20px !important;
    }

    .my-xl-n3 {
        margin-top: -30px !important;
        margin-bottom: -30px !important;
    }

    .my-xl-n4 {
        margin-top: -40px !important;
        margin-bottom: -40px !important;
    }

    .my-xl-n5 {
        margin-top: -50px !important;
        margin-bottom: -50px !important;
    }

    .my-xl-n6 {
        margin-top: -60px !important;
        margin-bottom: -60px !important;
    }

    .my-xl-n7 {
        margin-top: -70px !important;
        margin-bottom: -70px !important;
    }

    .my-xl-n8 {
        margin-top: -80px !important;
        margin-bottom: -80px !important;
    }

    .mt-xl-n1 {
        margin-top: -10px !important;
    }

    .mt-xl-n2 {
        margin-top: -20px !important;
    }

    .mt-xl-n3 {
        margin-top: -30px !important;
    }

    .mt-xl-n4 {
        margin-top: -40px !important;
    }

    .mt-xl-n5 {
        margin-top: -50px !important;
    }

    .mt-xl-n6 {
        margin-top: -60px !important;
    }

    .mt-xl-n7 {
        margin-top: -70px !important;
    }

    .mt-xl-n8 {
        margin-top: -80px !important;
    }

    .me-xl-n1 {
        margin-right: -10px !important;
    }

    .me-xl-n2 {
        margin-right: -20px !important;
    }

    .me-xl-n3 {
        margin-right: -30px !important;
    }

    .me-xl-n4 {
        margin-right: -40px !important;
    }

    .me-xl-n5 {
        margin-right: -50px !important;
    }

    .me-xl-n6 {
        margin-right: -60px !important;
    }

    .me-xl-n7 {
        margin-right: -70px !important;
    }

    .me-xl-n8 {
        margin-right: -80px !important;
    }

    .mb-xl-n1 {
        margin-bottom: -10px !important;
    }

    .mb-xl-n2 {
        margin-bottom: -20px !important;
    }

    .mb-xl-n3 {
        margin-bottom: -30px !important;
    }

    .mb-xl-n4 {
        margin-bottom: -40px !important;
    }

    .mb-xl-n5 {
        margin-bottom: -50px !important;
    }

    .mb-xl-n6 {
        margin-bottom: -60px !important;
    }

    .mb-xl-n7 {
        margin-bottom: -70px !important;
    }

    .mb-xl-n8 {
        margin-bottom: -80px !important;
    }

    .ms-xl-n1 {
        margin-left: -10px !important;
    }

    .ms-xl-n2 {
        margin-left: -20px !important;
    }

    .ms-xl-n3 {
        margin-left: -30px !important;
    }

    .ms-xl-n4 {
        margin-left: -40px !important;
    }

    .ms-xl-n5 {
        margin-left: -50px !important;
    }

    .ms-xl-n6 {
        margin-left: -60px !important;
    }

    .ms-xl-n7 {
        margin-left: -70px !important;
    }

    .ms-xl-n8 {
        margin-left: -80px !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-1 {
        padding: 10px !important;
    }

    .p-xl-2 {
        padding: 20px !important;
    }

    .p-xl-3 {
        padding: 30px !important;
    }

    .p-xl-4 {
        padding: 40px !important;
    }

    .p-xl-5 {
        padding: 50px !important;
    }

    .p-xl-6 {
        padding: 60px !important;
    }

    .p-xl-7 {
        padding: 70px !important;
    }

    .p-xl-8 {
        padding: 80px !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xl-1 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .px-xl-2 {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .px-xl-3 {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    .px-xl-4 {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }

    .px-xl-5 {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }

    .px-xl-6 {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }

    .px-xl-7 {
        padding-right: 70px !important;
        padding-left: 70px !important;
    }

    .px-xl-8 {
        padding-right: 80px !important;
        padding-left: 80px !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-1 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .py-xl-2 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .py-xl-3 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .py-xl-4 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .py-xl-5 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .py-xl-6 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .py-xl-7 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .py-xl-8 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pt-xl-1 {
        padding-top: 10px !important;
    }

    .pt-xl-2 {
        padding-top: 20px !important;
    }

    .pt-xl-3 {
        padding-top: 30px !important;
    }

    .pt-xl-4 {
        padding-top: 40px !important;
    }

    .pt-xl-5 {
        padding-top: 50px !important;
    }

    .pt-xl-6 {
        padding-top: 60px !important;
    }

    .pt-xl-7 {
        padding-top: 70px !important;
    }

    .pt-xl-8 {
        padding-top: 80px !important;
    }

    .pe-xl-0 {
        padding-right: 0 !important;
    }

    .pe-xl-1 {
        padding-right: 10px !important;
    }

    .pe-xl-2 {
        padding-right: 20px !important;
    }

    .pe-xl-3 {
        padding-right: 30px !important;
    }

    .pe-xl-4 {
        padding-right: 40px !important;
    }

    .pe-xl-5 {
        padding-right: 50px !important;
    }

    .pe-xl-6 {
        padding-right: 60px !important;
    }

    .pe-xl-7 {
        padding-right: 70px !important;
    }

    .pe-xl-8 {
        padding-right: 80px !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xl-1 {
        padding-bottom: 10px !important;
    }

    .pb-xl-2 {
        padding-bottom: 20px !important;
    }

    .pb-xl-3 {
        padding-bottom: 30px !important;
    }

    .pb-xl-4 {
        padding-bottom: 40px !important;
    }

    .pb-xl-5 {
        padding-bottom: 50px !important;
    }

    .pb-xl-6 {
        padding-bottom: 60px !important;
    }

    .pb-xl-7 {
        padding-bottom: 70px !important;
    }

    .pb-xl-8 {
        padding-bottom: 80px !important;
    }

    .ps-xl-0 {
        padding-left: 0 !important;
    }

    .ps-xl-1 {
        padding-left: 10px !important;
    }

    .ps-xl-2 {
        padding-left: 20px !important;
    }

    .ps-xl-3 {
        padding-left: 30px !important;
    }

    .ps-xl-4 {
        padding-left: 40px !important;
    }

    .ps-xl-5 {
        padding-left: 50px !important;
    }

    .ps-xl-6 {
        padding-left: 60px !important;
    }

    .ps-xl-7 {
        padding-left: 70px !important;
    }

    .ps-xl-8 {
        padding-left: 80px !important;
    }
}

@media (min-width: 1500px) {
    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-grid {
        display: -ms-grid !important;
        display: grid !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

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

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

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

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

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

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

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

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

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

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

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

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

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-xxl-0 {
        margin: 0 !important;
    }

    .m-xxl-1 {
        margin: 10px !important;
    }

    .m-xxl-2 {
        margin: 20px !important;
    }

    .m-xxl-3 {
        margin: 30px !important;
    }

    .m-xxl-4 {
        margin: 40px !important;
    }

    .m-xxl-5 {
        margin: 50px !important;
    }

    .m-xxl-6 {
        margin: 60px !important;
    }

    .m-xxl-7 {
        margin: 70px !important;
    }

    .m-xxl-8 {
        margin: 80px !important;
    }

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

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xxl-1 {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }

    .mx-xxl-2 {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }

    .mx-xxl-3 {
        margin-right: 30px !important;
        margin-left: 30px !important;
    }

    .mx-xxl-4 {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }

    .mx-xxl-5 {
        margin-right: 50px !important;
        margin-left: 50px !important;
    }

    .mx-xxl-6 {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }

    .mx-xxl-7 {
        margin-right: 70px !important;
        margin-left: 70px !important;
    }

    .mx-xxl-8 {
        margin-right: 80px !important;
        margin-left: 80px !important;
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xxl-1 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .my-xxl-2 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .my-xxl-3 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .my-xxl-4 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .my-xxl-5 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }

    .my-xxl-6 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

    .my-xxl-7 {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }

    .my-xxl-8 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xxl-0 {
        margin-top: 0 !important;
    }

    .mt-xxl-1 {
        margin-top: 10px !important;
    }

    .mt-xxl-2 {
        margin-top: 20px !important;
    }

    .mt-xxl-3 {
        margin-top: 30px !important;
    }

    .mt-xxl-4 {
        margin-top: 40px !important;
    }

    .mt-xxl-5 {
        margin-top: 50px !important;
    }

    .mt-xxl-6 {
        margin-top: 60px !important;
    }

    .mt-xxl-7 {
        margin-top: 70px !important;
    }

    .mt-xxl-8 {
        margin-top: 80px !important;
    }

    .mt-xxl-auto {
        margin-top: auto !important;
    }

    .me-xxl-0 {
        margin-right: 0 !important;
    }

    .me-xxl-1 {
        margin-right: 10px !important;
    }

    .me-xxl-2 {
        margin-right: 20px !important;
    }

    .me-xxl-3 {
        margin-right: 30px !important;
    }

    .me-xxl-4 {
        margin-right: 40px !important;
    }

    .me-xxl-5 {
        margin-right: 50px !important;
    }

    .me-xxl-6 {
        margin-right: 60px !important;
    }

    .me-xxl-7 {
        margin-right: 70px !important;
    }

    .me-xxl-8 {
        margin-right: 80px !important;
    }

    .me-xxl-auto {
        margin-right: auto !important;
    }

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

    .mb-xxl-1 {
        margin-bottom: 10px !important;
    }

    .mb-xxl-2 {
        margin-bottom: 20px !important;
    }

    .mb-xxl-3 {
        margin-bottom: 30px !important;
    }

    .mb-xxl-4 {
        margin-bottom: 40px !important;
    }

    .mb-xxl-5 {
        margin-bottom: 50px !important;
    }

    .mb-xxl-6 {
        margin-bottom: 60px !important;
    }

    .mb-xxl-7 {
        margin-bottom: 70px !important;
    }

    .mb-xxl-8 {
        margin-bottom: 80px !important;
    }

    .mb-xxl-auto {
        margin-bottom: auto !important;
    }

    .ms-xxl-0 {
        margin-left: 0 !important;
    }

    .ms-xxl-1 {
        margin-left: 10px !important;
    }

    .ms-xxl-2 {
        margin-left: 20px !important;
    }

    .ms-xxl-3 {
        margin-left: 30px !important;
    }

    .ms-xxl-4 {
        margin-left: 40px !important;
    }

    .ms-xxl-5 {
        margin-left: 50px !important;
    }

    .ms-xxl-6 {
        margin-left: 60px !important;
    }

    .ms-xxl-7 {
        margin-left: 70px !important;
    }

    .ms-xxl-8 {
        margin-left: 80px !important;
    }

    .ms-xxl-auto {
        margin-left: auto !important;
    }

    .m-xxl-n1 {
        margin: -10px !important;
    }

    .m-xxl-n2 {
        margin: -20px !important;
    }

    .m-xxl-n3 {
        margin: -30px !important;
    }

    .m-xxl-n4 {
        margin: -40px !important;
    }

    .m-xxl-n5 {
        margin: -50px !important;
    }

    .m-xxl-n6 {
        margin: -60px !important;
    }

    .m-xxl-n7 {
        margin: -70px !important;
    }

    .m-xxl-n8 {
        margin: -80px !important;
    }

    .mx-xxl-n1 {
        margin-right: -10px !important;
        margin-left: -10px !important;
    }

    .mx-xxl-n2 {
        margin-right: -20px !important;
        margin-left: -20px !important;
    }

    .mx-xxl-n3 {
        margin-right: -30px !important;
        margin-left: -30px !important;
    }

    .mx-xxl-n4 {
        margin-right: -40px !important;
        margin-left: -40px !important;
    }

    .mx-xxl-n5 {
        margin-right: -50px !important;
        margin-left: -50px !important;
    }

    .mx-xxl-n6 {
        margin-right: -60px !important;
        margin-left: -60px !important;
    }

    .mx-xxl-n7 {
        margin-right: -70px !important;
        margin-left: -70px !important;
    }

    .mx-xxl-n8 {
        margin-right: -80px !important;
        margin-left: -80px !important;
    }

    .my-xxl-n1 {
        margin-top: -10px !important;
        margin-bottom: -10px !important;
    }

    .my-xxl-n2 {
        margin-top: -20px !important;
        margin-bottom: -20px !important;
    }

    .my-xxl-n3 {
        margin-top: -30px !important;
        margin-bottom: -30px !important;
    }

    .my-xxl-n4 {
        margin-top: -40px !important;
        margin-bottom: -40px !important;
    }

    .my-xxl-n5 {
        margin-top: -50px !important;
        margin-bottom: -50px !important;
    }

    .my-xxl-n6 {
        margin-top: -60px !important;
        margin-bottom: -60px !important;
    }

    .my-xxl-n7 {
        margin-top: -70px !important;
        margin-bottom: -70px !important;
    }

    .my-xxl-n8 {
        margin-top: -80px !important;
        margin-bottom: -80px !important;
    }

    .mt-xxl-n1 {
        margin-top: -10px !important;
    }

    .mt-xxl-n2 {
        margin-top: -20px !important;
    }

    .mt-xxl-n3 {
        margin-top: -30px !important;
    }

    .mt-xxl-n4 {
        margin-top: -40px !important;
    }

    .mt-xxl-n5 {
        margin-top: -50px !important;
    }

    .mt-xxl-n6 {
        margin-top: -60px !important;
    }

    .mt-xxl-n7 {
        margin-top: -70px !important;
    }

    .mt-xxl-n8 {
        margin-top: -80px !important;
    }

    .me-xxl-n1 {
        margin-right: -10px !important;
    }

    .me-xxl-n2 {
        margin-right: -20px !important;
    }

    .me-xxl-n3 {
        margin-right: -30px !important;
    }

    .me-xxl-n4 {
        margin-right: -40px !important;
    }

    .me-xxl-n5 {
        margin-right: -50px !important;
    }

    .me-xxl-n6 {
        margin-right: -60px !important;
    }

    .me-xxl-n7 {
        margin-right: -70px !important;
    }

    .me-xxl-n8 {
        margin-right: -80px !important;
    }

    .mb-xxl-n1 {
        margin-bottom: -10px !important;
    }

    .mb-xxl-n2 {
        margin-bottom: -20px !important;
    }

    .mb-xxl-n3 {
        margin-bottom: -30px !important;
    }

    .mb-xxl-n4 {
        margin-bottom: -40px !important;
    }

    .mb-xxl-n5 {
        margin-bottom: -50px !important;
    }

    .mb-xxl-n6 {
        margin-bottom: -60px !important;
    }

    .mb-xxl-n7 {
        margin-bottom: -70px !important;
    }

    .mb-xxl-n8 {
        margin-bottom: -80px !important;
    }

    .ms-xxl-n1 {
        margin-left: -10px !important;
    }

    .ms-xxl-n2 {
        margin-left: -20px !important;
    }

    .ms-xxl-n3 {
        margin-left: -30px !important;
    }

    .ms-xxl-n4 {
        margin-left: -40px !important;
    }

    .ms-xxl-n5 {
        margin-left: -50px !important;
    }

    .ms-xxl-n6 {
        margin-left: -60px !important;
    }

    .ms-xxl-n7 {
        margin-left: -70px !important;
    }

    .ms-xxl-n8 {
        margin-left: -80px !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .p-xxl-1 {
        padding: 10px !important;
    }

    .p-xxl-2 {
        padding: 20px !important;
    }

    .p-xxl-3 {
        padding: 30px !important;
    }

    .p-xxl-4 {
        padding: 40px !important;
    }

    .p-xxl-5 {
        padding: 50px !important;
    }

    .p-xxl-6 {
        padding: 60px !important;
    }

    .p-xxl-7 {
        padding: 70px !important;
    }

    .p-xxl-8 {
        padding: 80px !important;
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xxl-1 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .px-xxl-2 {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .px-xxl-3 {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    .px-xxl-4 {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }

    .px-xxl-5 {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }

    .px-xxl-6 {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }

    .px-xxl-7 {
        padding-right: 70px !important;
        padding-left: 70px !important;
    }

    .px-xxl-8 {
        padding-right: 80px !important;
        padding-left: 80px !important;
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xxl-1 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .py-xxl-2 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .py-xxl-3 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .py-xxl-4 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .py-xxl-5 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .py-xxl-6 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .py-xxl-7 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .py-xxl-8 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .pt-xxl-0 {
        padding-top: 0 !important;
    }

    .pt-xxl-1 {
        padding-top: 10px !important;
    }

    .pt-xxl-2 {
        padding-top: 20px !important;
    }

    .pt-xxl-3 {
        padding-top: 30px !important;
    }

    .pt-xxl-4 {
        padding-top: 40px !important;
    }

    .pt-xxl-5 {
        padding-top: 50px !important;
    }

    .pt-xxl-6 {
        padding-top: 60px !important;
    }

    .pt-xxl-7 {
        padding-top: 70px !important;
    }

    .pt-xxl-8 {
        padding-top: 80px !important;
    }

    .pe-xxl-0 {
        padding-right: 0 !important;
    }

    .pe-xxl-1 {
        padding-right: 10px !important;
    }

    .pe-xxl-2 {
        padding-right: 20px !important;
    }

    .pe-xxl-3 {
        padding-right: 30px !important;
    }

    .pe-xxl-4 {
        padding-right: 40px !important;
    }

    .pe-xxl-5 {
        padding-right: 50px !important;
    }

    .pe-xxl-6 {
        padding-right: 60px !important;
    }

    .pe-xxl-7 {
        padding-right: 70px !important;
    }

    .pe-xxl-8 {
        padding-right: 80px !important;
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xxl-1 {
        padding-bottom: 10px !important;
    }

    .pb-xxl-2 {
        padding-bottom: 20px !important;
    }

    .pb-xxl-3 {
        padding-bottom: 30px !important;
    }

    .pb-xxl-4 {
        padding-bottom: 40px !important;
    }

    .pb-xxl-5 {
        padding-bottom: 50px !important;
    }

    .pb-xxl-6 {
        padding-bottom: 60px !important;
    }

    .pb-xxl-7 {
        padding-bottom: 70px !important;
    }

    .pb-xxl-8 {
        padding-bottom: 80px !important;
    }

    .ps-xxl-0 {
        padding-left: 0 !important;
    }

    .ps-xxl-1 {
        padding-left: 10px !important;
    }

    .ps-xxl-2 {
        padding-left: 20px !important;
    }

    .ps-xxl-3 {
        padding-left: 30px !important;
    }

    .ps-xxl-4 {
        padding-left: 40px !important;
    }

    .ps-xxl-5 {
        padding-left: 50px !important;
    }

    .ps-xxl-6 {
        padding-left: 60px !important;
    }

    .ps-xxl-7 {
        padding-left: 70px !important;
    }

    .ps-xxl-8 {
        padding-left: 80px !important;
    }
}

@media print {
    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-grid {
        display: -ms-grid !important;
        display: grid !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

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

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

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

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}

.row-cols-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
}

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

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

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

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
    --bs-gutter-x: 10px;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 10px;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 20px;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 20px;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 30px;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 30px;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 40px;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 40px;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 50px;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 50px;
}

.g-6,
.gx-6 {
    --bs-gutter-x: 60px;
}

.g-6,
.gy-6 {
    --bs-gutter-y: 60px;
}

.g-7,
.gx-7 {
    --bs-gutter-x: 70px;
}

.g-7,
.gy-7 {
    --bs-gutter-y: 70px;
}

.g-8,
.gx-8 {
    --bs-gutter-x: 80px;
}

.g-8,
.gy-8 {
    --bs-gutter-y: 80px;
}

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

    .row-cols-sm-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

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

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }

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

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }

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

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

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 10px;
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 10px;
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 20px;
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 20px;
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 30px;
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 30px;
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 40px;
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 40px;
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 50px;
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 50px;
    }

    .g-sm-6,
    .gx-sm-6 {
        --bs-gutter-x: 60px;
    }

    .g-sm-6,
    .gy-sm-6 {
        --bs-gutter-y: 60px;
    }

    .g-sm-7,
    .gx-sm-7 {
        --bs-gutter-x: 70px;
    }

    .g-sm-7,
    .gy-sm-7 {
        --bs-gutter-y: 70px;
    }

    .g-sm-8,
    .gx-sm-8 {
        --bs-gutter-x: 80px;
    }

    .g-sm-8,
    .gy-sm-8 {
        --bs-gutter-y: 80px;
    }
}

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

    .row-cols-md-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%;
    }

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

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 10px;
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 10px;
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 20px;
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 20px;
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 30px;
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 30px;
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 40px;
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 40px;
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 50px;
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 50px;
    }

    .g-md-6,
    .gx-md-6 {
        --bs-gutter-x: 60px;
    }

    .g-md-6,
    .gy-md-6 {
        --bs-gutter-y: 60px;
    }

    .g-md-7,
    .gx-md-7 {
        --bs-gutter-x: 70px;
    }

    .g-md-7,
    .gy-md-7 {
        --bs-gutter-y: 70px;
    }

    .g-md-8,
    .gx-md-8 {
        --bs-gutter-x: 80px;
    }

    .g-md-8,
    .gy-md-8 {
        --bs-gutter-y: 80px;
    }
}

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

    .row-cols-lg-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

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

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }

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

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%;
    }

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

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 10px;
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 10px;
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 20px;
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 20px;
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 30px;
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 30px;
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 40px;
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 40px;
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 50px;
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 50px;
    }

    .g-lg-6,
    .gx-lg-6 {
        --bs-gutter-x: 60px;
    }

    .g-lg-6,
    .gy-lg-6 {
        --bs-gutter-y: 60px;
    }

    .g-lg-7,
    .gx-lg-7 {
        --bs-gutter-x: 70px;
    }

    .g-lg-7,
    .gy-lg-7 {
        --bs-gutter-y: 70px;
    }

    .g-lg-8,
    .gx-lg-8 {
        --bs-gutter-x: 80px;
    }

    .g-lg-8,
    .gy-lg-8 {
        --bs-gutter-y: 80px;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .row-cols-xl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%;
    }

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

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 10px;
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 10px;
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 20px;
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 20px;
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 30px;
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 30px;
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 40px;
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 40px;
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 50px;
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 50px;
    }

    .g-xl-6,
    .gx-xl-6 {
        --bs-gutter-x: 60px;
    }

    .g-xl-6,
    .gy-xl-6 {
        --bs-gutter-y: 60px;
    }

    .g-xl-7,
    .gx-xl-7 {
        --bs-gutter-x: 70px;
    }

    .g-xl-7,
    .gy-xl-7 {
        --bs-gutter-y: 70px;
    }

    .g-xl-8,
    .gx-xl-8 {
        --bs-gutter-x: 80px;
    }

    .g-xl-8,
    .gy-xl-8 {
        --bs-gutter-y: 80px;
    }
}

@media (min-width: 1500px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .row-cols-xxl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-xxl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%;
    }

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

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66667%;
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 10px;
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 10px;
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 20px;
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 20px;
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 30px;
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 30px;
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 40px;
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 40px;
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 50px;
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 50px;
    }

    .g-xxl-6,
    .gx-xxl-6 {
        --bs-gutter-x: 60px;
    }

    .g-xxl-6,
    .gy-xxl-6 {
        --bs-gutter-y: 60px;
    }

    .g-xxl-7,
    .gx-xxl-7 {
        --bs-gutter-x: 70px;
    }

    .g-xxl-7,
    .gy-xxl-7 {
        --bs-gutter-y: 70px;
    }

    .g-xxl-8,
    .gx-xxl-8 {
        --bs-gutter-x: 80px;
    }

    .g-xxl-8,
    .gy-xxl-8 {
        --bs-gutter-y: 80px;
    }
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /*Avoid collapsing elements in Safari*/
}

.actions button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    min-height: 35px;
    min-width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/***** Article *****/
.article {
    /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%  | 66%  | 17%
  */
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

@media (min-width: 1024px) {
    .article {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 66%;
        flex: 1 0 66%;
        max-width: 66%;
        min-width: 640px;
        padding: 0 30px;
    }
}

.article-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .article-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.article-header {
  margin-top: 20px;  
  margin-bottom: 40px;
}

.article-header-row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .article-header-row {
      display: flex;
      flex-direction: row;
      flex-wrap;
      align-items: baseline;
      justify-content: space-between;
    }
}

@media (max-width: 767px) {
  .article-subscribe {
    width: 100%;
    margin: 20px 0;
  }
}

.article-avatar {
    margin-right: 10px;
}

.article-author {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
  .article-author{
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
    .article-title {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        /* Take entire row */
    }
}

.article-title .icon-lock {
    position: relative;
    left: -5px;
    vertical-align: baseline;
}

.article [role='button'] {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
    width: 100%;
}

@media (min-width: 768px) {
    .article [role='button'] {
        width: auto;
    }
}

.article-info {
    max-width: 100%;
}

.article-meta {
    display: inline-block;
    vertical-align: middle;
}

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

.article-body ul,
.article-body ol {
    padding-left: 20px;
    list-style-position: outside;
    margin: 20px 0 20px 20px;
}

[dir='rtl'] .article-body ul,
[dir='rtl'] .article-body ol {
    padding-right: 20px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 20px;
}

.article-body ul > ul,
.article-body ol > ol,
.article-body ol > ul,
.article-body ul > ol,
.article-body li > ul,
.article-body li > ol {
    margin: 0;
}

.article-body ul {
    list-style-type: disc;
}

.article-body :not(pre) > code {
    background: zass-#f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 5px;
    margin: 0 2px;
}

.article-body pre {
    background: zass-#f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 15px;
    overflow: auto;
    white-space: pre;
}

.article-body blockquote {
    border-left: 1px solid #ddd;
    color: zass-#333;
    font-style: italic;
    padding: 0 15px;
}

.article-body > p:last-child {
    margin-bottom: 0;
}

.article-content {
    line-height: 1.6;
    margin: 40px 0;
    word-wrap: break-word;
}

.article-footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
}

.article-comment-count {
    color: zass-#333;
}

.article-comment-count:hover,
.split-button button.article-comment-count:hover {
    text-decoration: none;
    cursor: pointer;
}

.article-comment-count-icon {
    vertical-align: middle;
    color: #1d433a;
    width: 18px;
    height: 18px;
}

.article-sidebar {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 20px;
    padding: 0;
}

@media (min-width: 1024px) {
    .article-sidebar {
        border: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 17%;
        flex: 0 0 17%;
        height: auto;
    }
}

.article-relatives {
    border-top: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
}

@media (min-width: 768px) {
    .article-relatives {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.article-relatives > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    min-width: 50%;
    overflow-wrap: break-word;
    margin-right: 0;
}

.article-relatives > *:last-child {
    padding: 0;
}

@media (min-width: 768px) {
    .article-relatives > * {
        padding-right: 20px;
    }
}

.article-votes {
    border-top: 0px solid #ddd;
    text-align: center;
}

.article-votes-question {
    margin: 10px;
}

.article-vote {
    margin: 10px 5px;
    min-width: 100px;
    max-width: 100px;
    width: auto;
    box-shadow: 0 0 10px rgba(29, 67, 58, 0.1);
}

.article-more-questions {
    margin: 10px 0 20px;
    text-align: center;
}

.article-more-questions a {
    color: #0698a0;
    text-decoration: underline;
    cursor: pointer;
}

.article-more-questions a:visited {
    color: #0698a0;
}

.article-more-questions a:hover,
.article-more-questions a:active,
.article-more-questions a:focus {
    color: #0698a0;
    cursor: pointer;
}

.article-return-to-top {
    border-top: 1px solid #ddd;
}

@media (min-width: 1024px) {
    .article-return-to-top {
        display: none;
    }
}

.article-return-to-top a {
    color: #000;
    display: block;
    padding: 20px 0;
    cursor: pointer;
}

.article-return-to-top a:hover,
.article-return-to-top a:focus {
    text-decoration: none;
    cursor: pointer;
}

.article-return-to-top-icon {
    -webkit-transform: rotate(0.5turn);
    transform: rotate(0.5turn);
}

.sidenav-title {
    font-size: 15px;
    position: relative;
    font-weight: 600;
}

.sidenav-item {
    display: block;
    margin-top: 10px;
    margin-bottom: 16px;
}

.recent-articles li,
.related-articles li {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .article-sidebar {
        height: 100%;
    }
}

@media (min-width: 992px) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 80px;
        left: 0;
        right: 0;
        background: #f7f2eb;
        border-radius: 8px;
        padding: 20px 30px;
    }
}

.sidebar-sticky .sidenav-item:last-of-type {
    margin-bottom: 0;
}

.article-body {
    color: #1d2124;
}

.article-body a {
    color: #0698a0 !important;
    font-weight: 600;
    cursor: pointer;
}

.article-body a:hover {
    color: #46b7bb !important;
    cursor: pointer;
}

.article-body hr {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    height: 1px;
    border: unset;
    background: #ddd;
}

.article-body * + .article-heading {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 30px;
}

.article-body table td,
.article-body table th {
    padding: 15px;
}

.product-info-bar {
    width: 100%;
    background-color: #f7f2eb;
    padding: 10px 15px;
    border-radius: 8px;
    display: none;
    margin-bottom: 8px;
}

.product-info-bar .available-in {
    font-weight: 600;
    margin-left: 5px;
    border-right: solid 2px #777;
    padding-right: 15px;
    line-height: 20px;
    margin-right: 15px;
    text-align: center;
}

.product-info-bar .packages-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.product-info-bar .inactive-package {
    padding-right: 10px;
    line-height: 20px;
    color: #a6a5a5;
}

.product-info-bar .inactive-package > img {
    display: none;
}

.product-info-bar .active-package {
    padding-right: 10px;
    line-height: 20px;
    color: #283545;
}

.product-info-bar .active-package > img {
    width: 16px;
    vertical-align: text-top;
    margin-right: 6px;
}

.training-tiles {
    color: #1d2124 !important;
    background: #fff !important;
    border: 5px solid #1d2124 !important;
    border-radius: 30px !important;
}

.training-titles-div {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

a.onlyfy-video-link {
    color: #161c24 !important;
}

a.onlyfy-video-link:hover {
    color: #161c24 !important;
}

.video-thumbnail-base,
.video-thumbnail-ink-blue {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 12px;
    text-decoration: none !important;
    font-size: 20px;
    font-weight: 400 !important;
    height: 150px !important;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.video-thumbnail-ink-blue {
    background-image: url('/hc/theming_assets/01K831QTM798H96RMY4607DYQY');
    background-color: #00d296;
    color: #161c24 !important;
    cursor: pointer;
    background-size: 75px 75px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-size 0.1s ease-in, box-shadow 0.1s ease-in,
        transform 0.1s ease !important;
}

.video-thumbnail-ink-blue:hover {
    background-size: 77px 77px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

.mt-10 {
    margin-top: 100px !important;
}

/***** Base *****/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #fff;
    color: #000;
    font-family: 'XING Sans', 'Trebuchet MS', 'Arial', 'Helvetica Neue',
        'sans-serif';
    font-size: 15px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 1024px) {
    body > main {
        min-height: 65vh;
    }
}

p {
    font-family: 'XING Sans', 'Trebuchet MS', 'Arial', 'Helvetica Neue',
        'sans-serif';
    color: #1d2124;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'XING Sans', 'Trebuchet MS', 'Arial', 'Helvetica Neue',
        'sans-serif';
    margin-top: 0;
    user-select: none;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
    font-weight: 600;
}

h4 {
    font-size: 16px;
}

footer {
    background-image: url('/hc/theming_assets/01K831QSQ24S16CSFXRY8X0X02');
    background-position: center;
    background-size: cover;
    width: 100%;
    position: relative;
    font-size: 16px;
}

@media (max-width: 768px) {
    .footer {
        font-size: 16px;
    }
}

.footer::before,
.footer::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.1);
}

.footer::before {
    top: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.footer::after {
    bottom: 0;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
}

footer.footer a {
    color: #000;
    cursor: pointer;
}

footer.footer a:visited,
footer.footer a:hover,
footer.footer a:active,
footer.footer a:focus {
    color: #000;
    cursor: pointer;
}

.footer-links {
    flex-wrap: wrap;
    justify-content: end;
}

input,
textarea {
    color: #000;
    font-size: 14px;
}

input {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border 0.12s ease-in-out;
    transition: border 0.12s ease-in-out;
}

input:not([type='checkbox']) {
    outline: none;
}

input:not([type='checkbox']):focus {
    border: 1px solid #1d433a;
}

input[disabled] {
    background-color: #ddd;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A")
        no-repeat #fff;
    background-position: right 10px center;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 30px 8px 10px;
    outline: none;
    color: #555;
    width: 100%;
}

select:focus {
    border: 1px solid #1d433a;
}

select::-ms-expand {
    display: none;
}

textarea {
    border: 1px solid #ddd;
    border-radius: 2px;
    resize: vertical;
    width: 100%;
    outline: none;
    padding: 10px;
}

textarea:focus {
    border: 1px solid #1d433a;
}

.container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
}

@media (min-width: 1160px) {
    .container {
        padding: 0;
        width: 90%;
    }
}

.container-divider {
    border-top: 1px solid #ddd;
    margin-bottom: 20px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.error-page {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
    text-align: center;
}

@media (min-width: 1160px) {
    .error-page {
        padding: 0;
        width: 90%;
    }
}

.error-image-container {
    background-color: #f3f3f3;
    box-shadow: 0 0 200px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    width: 600px;
    height: 350px;
    margin: 0 auto;
    text-align: center;
}

.error-image-container img {
    display: block;
    height: 350px;
    margin: 0 auto;
}

.visibility-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

/* Back to top button (DIGIDEV-1746) */
.back-to-top-button {
    z-index: 1;
    position: fixed;
    bottom: 170px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: none;
    padding: 0;
    background-color: #1d433a;
    border: 1px solid #fff;
    cursor: pointer;
}

.arrow {
    margin-top: 2px;
}

.arrow path {
    fill: white;
}

/* Endless animation while hovered */
.back-to-top-button:hover .arrow {
    animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
        infinite alternate;
}

@keyframes slide-in-bottom {
    0% {
        transform: translateY(8px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

/* Center the back-to-top button on mobile */
@media (max-width: 600px) {
    .back-to-top-button {
        right: auto;
        left: 50%;
        bottom: 15px;
        width: 30px;
        height: 30px;
        transform: translateX(-50%);
    }
}
/* Back to top button (DIGIDEV-1746) */

.onlyfy-tip-box {
    background-color: #f7f2eb;
    border: 1px solid #f7f2eb;
    border-radius: 5px;
    padding: 10px 10px 5px;
}

.onlyfy-tip-box > div {
    padding-left: 10px;
}

.onlyfy-hint-box {
    background-color: #f7f2eb;
    border: 1px solid #f7f2eb;
    border-radius: 5px;
    padding: 10px 10px 5px;
}

.onlyfy-hint-box > div {
    padding-left: 10px;
}

.product-menu-icon {
    vertical-align: text-top;
    margin-right: 5px;
}

.w-93 {
    width: 93%;
}

.w-100 {
    width: 100%;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
}

@media (min-width: 768px) {
    .blocks-list {
        margin: 0 -15px;
    }
}

.blocks-item {
    background: #fff;
    color: #1d433a;
    border: 1px solid #1d433a;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 340px;
    flex: 1 0 340px;
    margin: 0 0 30px;
    max-width: 100%;
    text-align: left;
}

@media (min-width: 768px) {
    .blocks-item {
        margin: 0 15px 30px;
    }
}

.blocks-item-custom .blocks-item-title {
    line-height: 1.3;
    font-size: 20px;
}

.blocks-item-icon {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 20px;
}

@media (max-width: 575.98px) {
    .blocks-item-icon {
        width: 40px;
        height: 40px;
    }
}

.blocks-item:hover *,
.split-button button.blocks-item:hover *,
.blocks-item:focus *,
.blocks-item:active * {
    text-decoration: none;
    cursor: pointer;
}

.blocks-item-internal {
    background-color: transparent;
    border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock {
    height: 15px;
    width: 15px;
    bottom: 5px;
    position: relative;
}

.blocks-item-internal a {
    color: #000;
    cursor: pointer;
}

.blocks-item-link {
    color: #fff;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: inherit;
}

@media (max-width: 575.98px) {
    .blocks-item-link {
        padding: 30px 15px;
    }
}

.blocks-item-link:visited,
.blocks-item-link:hover,
.split-button button.blocks-item-link:hover,
.blocks-item-link:active {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.blocks-item-link:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 3px #1d433a;
    box-shadow: 0 0 0 3px #1d433a;
    text-decoration: none;
}

.blocks-item-title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

.blocks-item-description {
    margin: 0;
}

.blocks-item-description:not(:empty) {
    margin-top: 10px;
}

/***** Breadcrumbs *****/
.breadcrumbs {
    margin: 0 0 15px 0;
    padding: 0;
}

@media (min-width: 768px) {
    .breadcrumbs {
        margin: 0;
    }
}

.breadcrumbs li {
    color: zass-#333;
    display: inline;
    font-size: 14px;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 600px) {
    .breadcrumbs li {
        font-size: 13px;
    }
}

.breadcrumbs li + li::before,
.breadcrumbs li + li.notification-inline.notification-error::before {
    content: '>';
    margin: 0 4px;
}

/***** Buttons *****/
.button,
.article-subscribe button,
.community-follow button,
.requests-table-toolbar .organization-subscribe button,
.subscriptions-subscribe button,
.pagination-next-link,
.pagination-prev-link,
.pagination-first-link,
.pagination-last-link,
.section-subscribe button,
.split-button button {
    background-color: #1d433a;
    border: 1px solid #1d433a;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 2.34;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    transition: background-color 0.12s ease-in-out,
        border-color 0.12s ease-in-out, color 0.15s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    -webkit-touch-callout: none;
}

@media (min-width: 768px) {
    .button,
    .article-subscribe button,
    .community-follow button,
    .requests-table-toolbar .organization-subscribe button,
    .subscriptions-subscribe button,
    .pagination-next-link,
    .pagination-prev-link,
    .pagination-first-link,
    .pagination-last-link,
    .section-subscribe button,
    .split-button button {
        width: auto;
    }
}

.button:visited,
.article-subscribe button:visited,
.community-follow button:visited,
.requests-table-toolbar .organization-subscribe button:visited,
.subscriptions-subscribe button:visited,
.pagination-next-link:visited,
.pagination-prev-link:visited,
.pagination-first-link:visited,
.pagination-last-link:visited,
.section-subscribe button:visited,
.split-button button:visited {
    text-decoration: none;
}

.button:hover,
.article-subscribe button:hover,
.community-follow button:hover,
.requests-table-toolbar .organization-subscribe button:hover,
.subscriptions-subscribe button:hover,
.pagination-next-link:hover,
.pagination-prev-link:hover,
.pagination-first-link:hover,
.pagination-last-link:hover,
.section-subscribe button:hover,
.split-button button:hover {
    background-color: #fff;
    border-color: #1d433a;
    color: #1d433a;
    text-decoration: none;
}

.button:active,
.article-subscribe button:active,
.community-follow button:active,
.requests-table-toolbar .organization-subscribe button:active,
.subscriptions-subscribe button:active,
.pagination-next-link:active,
.pagination-prev-link:active,
.pagination-first-link:active,
.pagination-last-link:active,
.section-subscribe button:active,
.split-button button:active {
    background-color: #fff;
    border-color: #1d433a;
    color: #1d433a;
}

.button:focus,
.article-subscribe button:focus,
.community-follow button:focus,
.requests-table-toolbar .organization-subscribe button:focus,
.subscriptions-subscribe button:focus,
.pagination-next-link:focus,
.pagination-prev-link:focus,
.pagination-first-link:focus,
.pagination-last-link:focus,
.section-subscribe button:focus,
.split-button button:focus {
    outline: none;
}

input[type='submit']:hover,
.button.button-primary,
.article-subscribe button.button-primary,
.community-follow button.button-primary,
.requests-table-toolbar .organization-subscribe button.button-primary,
.subscriptions-subscribe button.button-primary,
.button-primary.pagination-next-link,
.button-primary.pagination-prev-link,
.button-primary.pagination-first-link,
.button-primary.pagination-last-link,
.section-subscribe button.button-primary,
.split-button button.button-primary {
    background-color: #fff;
    border: 1px solid #1d433a;
    color: #1d433a;
}

.button.button-primary:hover,
.article-subscribe button.button-primary:hover,
.community-follow button.button-primary:hover,
.requests-table-toolbar .organization-subscribe button.button-primary:hover,
.subscriptions-subscribe button.button-primary:hover,
.button-primary.pagination-next-link:hover,
.button-primary.pagination-prev-link:hover,
.button-primary.pagination-first-link:hover,
.button-primary.pagination-last-link:hover,
.section-subscribe button.button-primary:hover,
.split-button button.button-primary:hover {
    background-color: #1d433a;
    border: 1px solid #1d433a;
    color: #fff;
}

.article-subscribe button[data-selected='true'] {
    background-color: #fff;
    border-color: #1d433a;
    color: #1d433a;
}

.article-subscribe button[data-selected='true']:hover {
    background-color: #1d433a;
    border-color: #1d433a;
    color: #fff;
}

.article-subscribe button[data-selected='false'] {
    background-color: #1d433a;
    border-color: #1d433a;
    color: #fff;
}

.article-subscribe button[data-selected='false']:hover {
    background-color: #fff;
    border-color: #1d433a;
    color: #1d433a;
}

.button[data-disabled],
.article-subscribe button[data-disabled],
.community-follow button[data-disabled],
.requests-table-toolbar .organization-subscribe button[data-disabled],
.subscriptions-subscribe button[data-disabled],
.pagination-next-link[data-disabled],
.pagination-prev-link[data-disabled],
.pagination-first-link[data-disabled],
.pagination-last-link[data-disabled],
.section-subscribe button[data-disabled],
.split-button button[data-disabled] {
    cursor: default;
}

.button-large,
input[type='submit'] {
    cursor: pointer;
    background-color: #1d433a;
    border: 1px solid #1d433a;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    line-height: 2.72;
    min-width: 190px;
    padding: 0 1.9286em;
    width: 100%;
}

@media (min-width: 768px) {
    .button-large,
    input[type='submit'] {
        width: auto;
    }
}

.button-large[disabled],
input[type='submit'][disabled] {
    background-color: #e9ebed;
    color: #c2c8cc;
}

.button.button-primary {
}

.button-secondary {
}

/***** Category pages *****/
.category-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.category-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (min-width: 1024px) {
    .category-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
    }
}

.section-tree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .section-tree {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.section-tree .section {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
}

@media (min-width: 768px) {
    .section-tree .section {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        /* Two columns for tablet and desktop. Leaving 5% separation between columns */
    }
}

.section-tree-title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}

.section-tree-title a {
    color: #1d433a;
    cursor: pointer;
}

.section-tree .see-all-articles {
    display: block;
    padding: 15px 0;
}

.see-all-articles-in-section {
    margin-left: 70px;
    margin-top: 10px;
    font-size: 14px;
    color: grey !important;
}

.articles-in-section {
    list-style: disc;
    margin-left: 70px;
    margin-top: 20px;
}

.articles-in-section a {
    color: #8a2ce8 !important;
    display: inline !important;
    cursor: pointer;
}

.article-list-item {
    font-size: 16px;
    padding: 15px 0;
}

.article-list-item a {
    color: #1d433a;
    cursor: pointer;
}

.icon-star {
    color: #1d433a;
    font-size: 18px;
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    position: relative;
}

@media (min-width: 768px) {
    .collapsible-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.collapsible-nav-border {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
    .collapsible-nav-border {
        border-top: 0;
    }
}

.collapsible-nav-toggle {
    top: calc(45px / 2);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    padding: 0;
    border: 0;
    background: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

@media (min-width: 768px) {
    .collapsible-nav-toggle {
        display: none;
    }
}

[dir='rtl'] .collapsible-nav-toggle {
    left: 0;
    right: auto;
}

.collapsible-nav-toggle-icon {
    display: none;
}

.collapsible-nav-toggle[aria-expanded='false'] .chevron-icon {
    display: inline-block;
}

.collapsible-nav-toggle[aria-expanded='true'] .x-icon {
    display: inline-block;
}

.collapsible-nav-toggle:focus {
    outline: none;
    border: 1px solid #1d433a;
}

.collapsible-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {
    .collapsible-nav-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.collapsible-nav-list li {
    color: #000;
    line-height: 45px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (min-width: 768px) {
    .collapsible-nav-list li {
        line-height: normal;
        margin-right: 30px;
    }

    [dir='rtl'] .collapsible-nav-list li {
        margin-left: 30px;
        margin-right: 0;
    }

    .collapsible-nav-list li a {
        text-decoration: none;
        padding: 15px 0;
    }
}

.collapsible-nav-list li a {
    color: #000;
    display: block;
}

@media (min-width: 768px) {
    .collapsible-nav-list li:hover {
        border-bottom: 4px solid #ddd;
    }

    .collapsible-nav-list li:hover a:not([aria-current='page']) {
        padding: 15px 0 11px 0;
        text-decoration: none;
    }
}

.collapsible-nav-list li:not([aria-selected='true']),
.collapsible-nav-list li:not(.current) {
    display: none;
}

@media (min-width: 768px) {
    .collapsible-nav-list li:not([aria-selected='true']),
    .collapsible-nav-list li:not(.current) {
        display: block;
    }
}

@media (min-width: 768px) {
    .collapsible-nav-list li[aria-selected='true'] {
        padding: 15px 0 11px 0;
    }
}

.collapsible-nav-list li[aria-selected='true'],
.collapsible-nav-list li.current {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    position: relative;
}

@media (min-width: 768px) {
    .collapsible-nav-list li[aria-selected='true'],
    .collapsible-nav-list li.current {
        border-bottom: 4px solid #1d433a;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.collapsible-nav-list li[aria-selected='true'] a,
.collapsible-nav-list li.current a {
    color: #000;
}

.collapsible-nav[aria-expanded='true'] li:not([aria-selected='true']),
.collapsible-nav[aria-expanded='true'] li:not(.current) {
    display: block;
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-height: 45px;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}

@media (min-width: 1024px) {
    .collapsible-sidebar {
        max-height: none;
        padding: 0;
    }
}

.collapsible-sidebar-title {
    margin: 15px 0px 10px 35px;
}

.collapsible-sidebar-toggle {
    position: absolute;
    top: calc(45px / 2);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    padding: 0;
    border: 0;
    background: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

@media (min-width: 1024px) {
    .collapsible-sidebar-toggle {
        display: none;
    }
}

[dir='rtl'] .collapsible-sidebar-toggle {
    left: 0;
    right: auto;
}

.collapsible-sidebar-toggle-icon {
    display: none;
}

.collapsible-sidebar-toggle[aria-expanded='false'] .chevron-icon {
    display: inline-block;
}

.collapsible-sidebar-toggle[aria-expanded='true'] .x-icon {
    display: inline-block;
}

.collapsible-sidebar-toggle:focus {
    outline: none;
    border: 1px solid #1d433a;
}

.collapsible-sidebar-body {
    display: none;
}

@media (min-width: 1024px) {
    .collapsible-sidebar-body {
        display: block;
    }
}

.collapsible-sidebar[aria-expanded='true'] {
    max-height: none;
}

.collapsible-sidebar[aria-expanded='true'] .collapsible-sidebar-body {
    display: block;
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.comment-heading,
.recent-articles-title,
.related-articles-title {
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
}

.comment-overview {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 20px 0;
}

.comment-overview p {
    margin-top: 0;
}

.comment-callout {
    color: zass-#333;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 0;
}

.comment-callout a {
    color: #8a2ce8;
    text-decoration: underline;
    cursor: pointer;
}

.comment-callout a:visited {
    color: #8a2ce8;
    cursor: pointer;
}

.comment-callout a:hover,
.comment-callout a:active,
.comment-callout a:focus {
    color: #8a2ce8;
    cursor: pointer;
}

.comment-sorter {
    display: inline-block;
    float: right;
}

.comment-sorter .dropdown-toggle {
    color: zass-#333;
    font-size: 13px;
}

[dir='rtl'] .comment-sorter {
    float: left;
}

.comment-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.comment-wrapper.comment-official {
    border: 1px solid #1d433a;
    padding: 40px 20px 20px;
}

@media (min-width: 768px) {
    .comment-wrapper.comment-official {
        padding-top: 20px;
    }
}

.comment-info {
    min-width: 0;
    padding-right: 20px;
    width: 100%;
}

[dir='rtl'] .comment-info {
    padding-right: 0;
    padding-left: 20px;
}

.comment-author {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .comment-author {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.comment-avatar {
    margin-right: 10px;
}

[dir='rtl'] .comment-avatar {
    margin-left: 10px;
    margin-right: 0;
}

.comment-meta {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.comment-labels {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

@media (min-width: 768px) {
    .comment-labels {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

.comment .status-label:not(.status-label-official) {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .comment .status-label:not(.status-label-official) {
        margin-top: 0;
    }
}

.comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    word-wrap: break-word;
}

.comment-container {
    width: 100%;
}

.comment-form-controls {
    display: none;
    margin-top: 10px;
    text-align: left;
}

@media (min-width: 768px) {
    [dir='ltr'] .comment-form-controls {
        text-align: right;
    }
}

.comment-form-controls input[type='submit'] {
    margin-top: 15px;
}

@media (min-width: 1024px) {
    .comment-form-controls input[type='submit'] {
        margin-left: 15px;
    }

    [dir='rtl'] .comment-form-controls input[type='submit'] {
        margin-left: 0;
        margin-right: 15px;
    }
}

.comment-form-controls input[type='checkbox'] {
    margin-right: 5px;
}

.comment-form-controls input[type='checkbox'] [dir='rtl'] {
    margin-left: 5px;
}

.comment-ccs {
    display: none;
}

.comment-ccs + textarea {
    margin-top: 10px;
}

.comment-attachments {
    margin-top: 10px;
}

.comment-attachments a {
    color: #1d433a;
    cursor: pointer;
}

.comment-body {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    font-family: 'XING Sans', 'Trebuchet MS', 'Arial', 'Helvetica Neue',
        'sans-serif';
    line-height: 1.6;
    overflow-x: auto;
}

.comment-body a {
    color: #0698a0;
    text-decoration: underline;
    cursor: pointer;
}

.comment-body a:visited {
    color: #0698a0;
    cursor: pointer;
}

.comment-body a:hover,
.comment-body a:active,
.comment-body a:focus {
    color: #0698a0;
}

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

.comment-body ul,
.comment-body ol {
    padding-left: 20px;
    list-style-position: outside;
    margin: 20px 0 20px 20px;
}

[dir='rtl'] .comment-body ul,
[dir='rtl'] .comment-body ol {
    padding-right: 20px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 20px;
}

.comment-body ul > ul,
.comment-body ol > ol,
.comment-body ol > ul,
.comment-body ul > ol,
.comment-body li > ul,
.comment-body li > ol {
    margin: 0;
}

.comment-body ul {
    list-style-type: disc;
}

.comment-body :not(pre) > code {
    background: zass-#f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 5px;
    margin: 0 2px;
}

.comment-body pre {
    background: zass-#f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 15px;
    overflow: auto;
    white-space: pre;
}

.comment-body blockquote {
    border-left: 1px solid #ddd;
    color: zass-#333;
    font-style: italic;
    padding: 0 15px;
}

.comment-mark-as-solved {
    display: inline-block;
}

/* DIGIDEV-1555 */
/***** Customer Class Toggle *****/
.cc-toggle-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
    white-space: nowrap;
    overflow: hidden;
}

.cc-toggle-title {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    user-select: none;
}

.cc-toggle-btns {
    display: flex;
    gap: 80px;
}

.cc-toggle-btn {
    padding: 15px;
    margin: 5px;
    font-size: 20px;
    font-weight: bold;
    background: none;
    border: none;
    cursor: pointer;
    text-align: center;
    position: relative;
    overflow: hidden;
    user-select: none;
    color: #000;
}

.cc-toggle-btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: #07989f;
    transform: translateX(-50%);
    transition: width 0.6s ease;
}

.cc-toggle-btn.active::after {
    width: 87%;
}

.cc-toggle-btn.active {
    color: #07989f;
}

.topic-bar-wrapper .cc-toggle-btn {
    margin: 0;
}

/* Responsive Handling */
@media (max-width: 600px) {
    .cc-toggle-wrapper {
        flex-direction: column;
        gap: 0px;
    }

    .cc-toggle-btns {
        flex-direction: column;
        gap: 0px;
    }
}
/* DIGIDEV-1555 */

/* DIGIDEV-1311 */
.topic-bar-dropdown {
    position: absolute;
    top: 60px;
    right: -70%;
    transform: translateX(-50%);
    width: 90vw;
    max-width: 800px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateY(-40px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 1000;
    pointer-events: none;
}

.topic-bar-dropdown.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

@media (max-width: 1024px) {
    .topic-bar-dropdown {
        right: -170%;
    }
}

.topic-bar-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 425px;
    overflow: hidden;
    border-radius: 12px;
    box-sizing: border-box;
}

.topic-segment-sidebar {
    background: #f7f2ec;
    display: flex;
    flex-direction: column;
    padding: 40px 0 40px 20px;
    gap: 0.5rem;
    width: 250px;
}

.topic-segment-content {
    flex: 1;
    padding: 40px;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .topic-segment-content {
        padding: 10px 40px;
    }
}

.topic-segment-content a {
    font-size: 16px;
    text-decoration: none !important;
    color: #1d2124 !important;
    font-weight: 600;
}

.topic-section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
}

.topic-section a {
    display: inline-flex;
    align-items: center;
    width: calc(50% - 0.5rem);
    padding: 15px 10px;
    box-sizing: border-box;
}

.topic-section a:hover,
.topic-section a:focus,
.topic-section a:active {
    background-color: #f7f2ec;
    border-radius: 4px;
}

.topic-segment-sidebar .cc-toggle-btn {
    font-size: 18px;
}

.topic-segment-sidebar .cc-toggle-btn.active {
    background-color: #fff;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.topic-segment-sidebar .cc-toggle-btn.active::after {
    content: none;
}

@media (max-width: 768px) {
    .topic-bar-wrapper {
        border-radius: 0;
        flex-direction: column;
        height: 75vh;
    }

    .topic-segment-sidebar {
        width: 100%;
        padding: 10px;
    }

    .topic-section a {
        width: 100%;
    }

    .topic-segment-sidebar .cc-toggle-btn.active {
        border-radius: 40px;
    }
}
/* DIGIDEV-1311 */

/* DIGIDEV-1308 */
.segment-header {
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
    margin-left: 15px;
}

.segment-header-b2b {
    color: #07989f;
}
.segment-header-b2c {
    color: #07989f;
}

/* DIGIDEV-1308 */

/***** Community *****/
.community-hero {
    background-image: url('');
    margin-bottom: 10px;
}

.community-footer {
    padding-top: 50px;
    text-align: center;
}

.community-footer-title {
    font-size: 16px;
    margin-bottom: 20px;
}

.community-featured-posts .title {
    font-size: 18px;
    font-weight: 600;
}

.community-featured-posts,
.community-activity {
    padding-top: 40px;
    width: 100%;
}

.community-header {
    margin-bottom: 30px;
}

.community-header .title {
    margin-bottom: 0;
    font-size: 16px;
}

.post-to-community {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .post-to-community {
        margin: 0;
    }
}

/* Community topics grid */
.topics {
    max-width: none;
    width: 100%;
}

.topics-item .meta-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}

/* Community topic page */
.topic-header {
    border-bottom: 1px solid #ddd;
    font-size: 13px;
}

@media (min-width: 768px) {
    .topic-header {
        padding-bottom: 10px;
    }
}

.topic-header .dropdown {
    display: block;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

@media (min-width: 768px) {
    .topic-header .dropdown {
        border-top: 0;
        display: inline-block;
        margin-right: 20px;
        padding: 0;
    }
}

.no-posts-with-filter {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
    margin-bottom: 10px;
    width: 100%;
}

@media (min-width: 768px) {
    .community-follow {
        margin-bottom: 0;
        width: auto;
    }
}

.community-follow button {
    line-height: 30px;
    padding: 0 10px 0 15px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .community-follow button {
        width: auto;
    }
}

.community-follow button:hover {
    background-color: #1d433a;
}

.community-follow button:hover::after,
.community-follow button:focus::after {
    border-color: #1d433a;
    color: #1d433a;
}

.community-follow button[data-selected='true'] {
    background-color: #1d433a;
    color: #1d433a;
}

.community-follow button[data-selected='true']::after {
    border-left: 1px solid #1d433a;
    color: #1d433a;
}

.community-follow button[data-selected='true']:hover {
    background-color: zass-#000;
    border-color: zass-#000;
}

.community-follow button::after {
    border-left: 1px solid #1d433a;
    content: attr(data-follower-count);
    color: #1d433a;
    display: inline-block;
    font-family: 'XING Sans', 'Trebuchet MS', 'Arial', 'Helvetica Neue',
        'sans-serif';
    position: absolute;
    right: 10px;
}

@media (min-width: 768px) {
    .community-follow button::after {
        position: static;
    }
}

[dir='rtl'] .community-follow button::after {
    border-left: 0;
    border-right: 1px solid #1d433a;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
}

/***** Community Badges *****/
/* Styles labels used next to the authors of article comments, community posts, and community comments */
.community-badge-title {
    background-color: #04444d;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 0px 8px;
    vertical-align: top;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 18px;
    vertical-align: middle;
}

.profile-info .community-badge-title {
    padding: 2px 8px;
    line-height: 20px;
}

.community-badge-container-achievements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.community-badge-container-achievements > .community-badge-titles {
    margin-left: calc(28px - 0.5em);
}

[dir='rtl'] .community-badge-container-achievements > .community-badge-titles {
    margin-right: calc(28px - 0.5em);
}

.community-name-and-title-badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.community-badge {
    margin: 2px;
}

.community-badge-achievements {
    display: block;
    height: 16px;
    white-space: nowrap;
    width: 16px;
}

.profile-info .community-badge-achievements {
    height: 40px;
    width: 40px;
}

.community-title-badges {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 15px;
}

.community-badge-achievements-rest {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    vertical-align: top;
}

.community-badge-achievements img {
    width: 100%;
    height: 100%;
}

.community-badge-titles img {
    width: 20px;
    height: 20px;
}

.profile-info .community-badge-achievements-rest {
    line-height: 40px;
    font-size: 20px;
}

.first-lg {
    background: #f2f2f4;
}

@media (min-width: 992px) {
    .first-lg {
        background: #0698a0;
        color: #fff;
    }
}

.downloads-sidebar {
    border: 2px solid #e8e9ec;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    cursor: pointer;
    background: none;
    border: 0;
    display: inline-block;
    padding: 0;
    text-align: initial;
    vertical-align: middle;
}

.dropdown-toggle:hover,
.split-button button.dropdown-toggle:hover {
    text-decoration: none;
}

.dropdown-toggle > * {
    display: flex;
}

.dropdown-menu {
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    display: none;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    left: 0;
    margin-top: 1px;
    min-width: 170px;
    padding: 10px 0;
    position: absolute;
    text-align: left;
    z-index: 1000;
}

[dir='rtl'] .dropdown-menu {
    text-align: right;
}

.dropdown-menu[aria-expanded='true'] {
    display: block;
}

.dropdown-menu [role='separator'] {
    border-bottom: 1px solid #e9ebed;
    margin: 4px 0;
}

.dropdown-menu [role='menuitem'] {
    color: #333;
    cursor: pointer;
    display: block;
    padding: 7px 40px 7px 20px;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    text-align: start;
    line-height: inherit;
    width: 100%;
}

[dir='rtl'] .dropdown-menu [role='menuitem'] {
    padding: 7px 20px 7px 40px;
}

.dropdown-menu [role='menuitem']:hover,
.dropdown-menu [role='menuitem']:focus {
    background: #f7f2eb;
    text-decoration: none;
    color: #333;
}

.dropdown-menu [role='menuitem'][aria-selected='true'] {
    cursor: default;
}

.dropdown-menu [role='menuitem'][aria-selected='true']::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
    display: inline-block;
    height: 12px;
    margin-left: 10px;
    width: 12px;
}

[dir='rtl'] .dropdown-menu [role='menuitem'][aria-selected='true']::after {
    margin-left: 0;
    margin-right: 10px;
    float: left;
}

.dropdown-menu [role='menuitem'][hidden],
.dropdown-menu [role='menuitem'][aria-hidden='true'] {
    display: none !important;
}

.dropdown-menu-end {
    left: auto;
    right: 0;
}

.dropdown-menu-top {
    bottom: 100%;
    margin-bottom: 1px;
}

[dir='rtl'] .dropdown-menu {
    left: auto;
    right: 0;
    text-align: right;
}

[dir='rtl'] .dropdown-menu-end {
    left: 0;
    right: auto;
}

.dropdown-chevron-icon {
    vertical-align: bottom;
}

/***** Forms *****/
.form {
    max-width: 650px;
}

.form-field ~ .form-field {
    margin-top: 25px;
}

.form-field label {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}

.form-field input {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
}

.form-field input:hover {
    background: #fcfcfc;
}

.form-field input:focus {
    background: #fff;
    box-shadow: 2px 4px rgba(0, 0, 0, 0.01);
}

.form-field input[type='text'] {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.form-field input[type='text']:hover {
    background: #fcfcfc;
}

.form-field input[type='text']:focus {
    background: #fff;
    box-shadow: 2px 4px rgba(0, 0, 0, 0.01);
}

.form-field input[type='checkbox'] {
    background: #fff;
    width: auto;
}

.form-field input[type='checkbox']:hover {
    background: #fcfcfc;
}

.form-field .nesty-input {
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    outline: none;
    vertical-align: middle;
}

.form-field .nesty-input:hover {
    background: #fcfcfc;
    color: #1d2124;
}

.form-field .nesty-input:focus {
    background: #fff;
    border: 1px solid #ddd;
    text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
    outline: none;
    border: 1px solid #ddd;
    text-decoration: none;
}

.form-field textarea {
    vertical-align: middle;
}

.form-field input[type='checkbox'] + label {
    margin: 0 0 0 10px;
}

.form-field .optional {
    color: zass-#333;
    margin-left: 4px;
}

.form-field p {
    color: zass-#333;
    font-size: 12px;
    margin: 5px 0;
}

.form-field input[type='file'] + span > a {
    color: #0698a0;
}

.form-field input[type='file'] + span {
    color: #1d2124;
}

.form footer {
    background: white;
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
}

.form footer a {
    color: zass-#333;
    cursor: pointer;
    margin-right: 15px;
}

.form .suggestion-list {
    font-size: 13px;
    margin-top: 30px;
}

.form .suggestion-list label {
    border-bottom: 1px solid #ddd;
    display: block;
    padding-bottom: 5px;
}

.form .suggestion-list li {
    padding: 10px 0;
}

.form .suggestion-list li a:visited {
    color: #0698a0;
}

/***** Header *****/
.header {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 1160px) {
    .header {
        padding: 0;
        width: 90%;
    }
}

/* Desktop default: column layout */
.logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    user-select: none;
}

.logo img {
    margin-top: 10px;
    max-height: 35px;
}

/* Hide mobile logo by default */
.logo-mobile {
    display: none;
}

.logo a {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.segment-note-header {
    font-size: 16px;
    white-space: nowrap;
}

/* Mobile layout */
@media (max-width: 768px) {
    .logo {
        flex-direction: row;
        align-items: flex-end;
        gap: 5px;
    }

    .logo img {
        max-height: 35px;
    }

    /* Show mobile logo, hide desktop logo */
    .logo-desktop {
        display: none;
    }
    .logo-mobile {
        display: inline-block;
    }

    .segment-note-header {
        font-size: 14px;
        margin-bottom: 5px;
    }
}

.user-nav {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .user-nav {
        position: relative;
    }
}

.user-nav[aria-expanded='true'] {
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15),
        0 4px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #ddd;
    right: 0;
    left: 0;
    top: 71px;
    z-index: 1;
}

.user-nav[aria-expanded='true'] > a {
    display: block;
    margin: 20px;
}

.user-nav[aria-expanded='true'] > .user-nav-list li {
    display: block;
}

.user-nav[aria-expanded='true'] > .user-nav-list a {
    display: block;
    margin: 20px;
}

.user-nav-list {
    display: block;
    list-style: none;
}

.user-nav-list > li {
    display: inline-block;
}

@media (max-width: 768px) {
    .nav-wrapper-desktop {
        display: none;
    }
}

@media (min-width: 768px) {
    .nav-wrapper-desktop {
        display: none;
    }
}

@media (min-width: 768px) {
    .nav-wrapper-desktop {
        display: inline-block;
    }
}

.nav-wrapper-desktop a:hover,
.nav-wrapper-desktop a:focus,
.nav-wrapper-desktop a:active {
    text-decoration: none;
}

@media (min-width: 768px) {
    .nav-wrapper-mobile {
        display: none !important;
    }
}

.nav-wrapper-mobile .menu-button-mobile {
    background: none;
    border: 0;
    width: auto;
    min-width: 50px;
    cursor: pointer;
    display: inline-block;
}

.nav-wrapper-mobile {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.4s ease;
}

/* ✅ Note the structure: input + label + div */
#menu-toggle:checked + label + .menu-content {
    max-height: 300px; /* adjust to fit your content */
    opacity: 1;
    transform: translateY(0);
}

.nav-wrapper-mobile .menu-button-mobile .icon-menu {
    padding: 7px;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#menu-toggle:checked + label .icon-menu {
    background: #f7f2eb;
}

.nav-wrapper-mobile .menu-list-mobile {
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    right: 0;
    left: 0;
    top: 50px;
    z-index: 2;
}

.nav-wrapper-mobile .menu-list-mobile[aria-expanded='false'] {
    display: none;
}

.nav-wrapper-mobile .menu-list-mobile[aria-expanded='true'] {
    display: block;
}

.nav-wrapper-mobile .menu-list-mobile .product-menu-mobile {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.nav-wrapper-mobile .menu-list-mobile .product-menu-mobile > a {
    padding: 10px 10px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-decoration: none;
}

.nav-wrapper-mobile .menu-list-mobile .product-menu-mobile > a:hover,
.nav-wrapper-mobile .menu-list-mobile .product-menu-mobile > a:active {
    text-decoration: none;
    background-color: #f7f2eb;
    border-radius: 4px;
}

.nav-wrapper-mobile .menu-list-mobile .submit-a-request {
    font-size: 16px;
    margin: 10px;
    height: 50px;
}

.nav-wrapper-mobile .menu-list-mobile .submit-a-request:hover {
    text-decoration: none;
}

.nav-wrapper-mobile .menu-list-mobile-items .item {
    margin: 4px 0;
}

.nav-wrapper-mobile .menu-list-mobile-items li:empty:not(.nav-divider) {
    display: none;
}

.nav-wrapper-mobile .menu-list-mobile-items .nav-divider {
    border-bottom: 0.1px solid #ddd;
    padding: 0;
}

.nav-wrapper-mobile .menu-list-mobile-items .nav-divider:last-child {
    display: none;
}

.nav-wrapper-mobile .menu-list-mobile-items button {
    background: none;
    border: none;
    padding: 8px 24px;
    width: 100%;
    height: 100%;
    color: #000;
    cursor: pointer;
    text-align: start;
}

.nav-wrapper-mobile .menu-list-mobile-items button:active,
.nav-wrapper-mobile .menu-list-mobile-items button:focus,
.nav-wrapper-mobile .menu-list-mobile-items button:hover {
    background-color: #f7f2eb;
    text-decoration: underline;
}

.nav-wrapper-mobile .menu-list-mobile-items a {
    display: block;
    padding: 8px 24px;
    width: 100%;
    height: 100%;
    color: #000;
}

.nav-wrapper-mobile .menu-list-mobile-items a:active,
.nav-wrapper-mobile .menu-list-mobile-items a:focus,
.nav-wrapper-mobile .menu-list-mobile-items a:hover {
    background-color: #f7f2eb;
}

.nav-wrapper-mobile .menu-list-mobile-items .my-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
}

.nav-wrapper-mobile .menu-list-mobile-items .my-profile .my-profile-tooltip {
    font-size: 12px;
    color: #68737d;
}

.nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    margin-top: 1px;
}

[dir='rtl'] .nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
    margin-right: 0;
    margin-left: 8px;
}

/* New Burger Menu (DIGIDEV-1746) */
.icon-menu {
    --gap: 5px;
    --height-bar: 2px;
    --pos-y-bar-one: 0;
    --pos-y-bar-three: 0;
    --scale-bar: 1;
    --rotate-bar-one: 0;
    --rotate-bar-three: 0;
    width: 25px;
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    cursor: pointer;
    position: relative;
    margin: auto auto auto 20px;
}

.bar {
    position: relative;
    height: var(--height-bar);
    width: 100%;
    border-radius: 0.5rem;
    background-color: #000;
}

.bar--1 {
    top: var(--pos-y-bar-one);
    transform: rotate(var(--rotate-bar-one));
    transition: top 200ms 100ms, transform 100ms;
}

.bar--2 {
    transform: scaleX(var(--scale-bar));
    transition: transform 150ms 100ms;
}

.bar--3 {
    bottom: var(--pos-y-bar-three);
    transform: rotate(var(--rotate-bar-three));
    transition: bottom 200ms 100ms, transform 100ms;
}

.check-icon:checked + .icon-menu > .bar--1 {
    transition: top 200ms, transform 200ms 100ms;
}

.check-icon:checked + .icon-menu > .bar--3 {
    transition: bottom 200ms, transform 200ms 100ms;
}

.check-icon:checked + .icon-menu {
    --pos-y-bar-one: calc(var(--gap) + var(--height-bar));
    --pos-y-bar-three: calc(var(--gap) + var(--height-bar));
    --scale-bar: 0;
    --rotate-bar-one: 45deg;
    --rotate-bar-three: -45deg;
}
/* New Burger Menu (DIGIDEV-1746) */

.skip-navigation {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: black;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: -999px;
    margin: 20px;
    padding: 20px;
    overflow: hidden;
    position: absolute;
    top: auto;
    z-index: -999;
}

[dir='rtl'] .skip-navigation {
    left: initial;
    right: -999px;
}

.skip-navigation:focus,
.skip-navigation:active {
    left: auto;
    overflow: auto;
    text-align: center;
    text-decoration: none;
    top: auto;
    z-index: 999;
}

[dir='rtl'] .skip-navigation:focus,
[dir='rtl'] .skip-navigation:active {
    left: initial;
    right: auto;
}

/***** Hero component *****/

.hero {
    background-image: url('/hc/theming_assets/01K831QV8X5PD3M31JF7TP5EWS');
    background-position: center;
    background-size: cover;
    padding: 0 20px;
    text-align: left;
    width: 100%;
    height: 300px;
    position: relative;
}

@media (max-width: 1024px) {
    .hero,
    .category-hero {
        background-position: 70% center;
    }
}

@media (max-width: 768px) {
    .hero,
    .category-hero {
        background-position: 80% center;
    }
}

@media (max-width: 480px) {
    .hero,
    .category-hero {
        background-position: 50% center;
        height: 100%;
    }
}

.hero::before,
.hero::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.1);
}

.hero::before {
    top: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.hero::after {
    bottom: 0;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
}

.hero-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 610px;
    margin: 0 auto;
}

.category-hero {
    background-position: center;
    background-size: cover;
    padding: 0 20px;
    text-align: left;
    width: 100%;
    height: 300px;
    position: relative;
}

.category-hero::before,
.category-hero::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.1);
}

.category-hero::before {
    top: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.category-hero::after {
    bottom: 0;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
}

/***** Homepage *****/
.section {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .section {
        margin-bottom: 60px;
    }
}

.home-section h2 {
    margin-bottom: 10px;
    text-align: center;
}

/***** Promoted articles *****/
.promoted-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 1024px) {
    .promoted-articles {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.promoted-articles-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

@media (min-width: 1024px) {
    .promoted-articles-item {
        -ms-flex-item-align: end;
        align-self: flex-end;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 30px;
        width: 33%;
        /* Three columns on desktop */
    }

    [dir='rtl'] .promoted-articles-item {
        padding: 0 0 0 30px;
    }
}

.promoted-articles-item:nth-child(3n) {
    padding-right: 0;
}

.promoted-articles-item a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    cursor: pointer;
}

.promoted-articles-item .icon-lock {
    vertical-align: baseline;
}

.promoted-articles-item:last-child a {
    border: 0;
    cursor: pointer;
}

@media (min-width: 1024px) {
    .promoted-articles-item:last-child a {
        border-bottom: 1px solid #ddd;
    }
}

/***** Community section in homepage *****/
.community {
    text-align: center;
}

.community-image {
    min-height: 300px;
    margin-top: 32px;
    background-image: url('');
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
}

.community a {
    color: #0698a0;
    text-decoration: underline;
    cursor: pointer;
}

.community a:visited {
    color: #0698a0;
    cursor: pointer;
}

.community a:hover,
.community a:active,
.community a:focus {
    color: #0698a0;
    cursor: pointer;
}

.community,
.activity {
    border-top: 1px solid #ddd;
    padding: 30px 0;
}

.promoted-articles-list {
    list-style: unset;
    margin-left: 40px;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

@media (max-width: 600px) {
    .promoted-articles-list {
        gap: 15px;
    }
}

@media (min-width: 768px) {
    .promoted-articles-list {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

/***** Metadata *****/
.meta-group {
    display: block;
}

.meta-group-opposite {
    float: right;
}

[dir='rtl'] .meta-group-opposite {
    float: left;
}

.meta-group * {
    display: inline;
}

.meta-data {
    color: zass-#333;
    font-size: 13px;
}

.meta-data:not(:last-child)::after {
    content: '\00B7';
    margin: 0 5px;
}

/***** My activities *****/
.my-activities-nav {
    background-color: zass-#f2f2f2;
    margin-bottom: 20px;
}

.my-activities-sub-nav {
    margin-bottom: 30px;
}

.my-activities-table .striped-list-title {
    /* My activities tables */
    display: block;
    margin-bottom: 10px;
    max-width: 350px;
    white-space: normal;
}

@media (min-width: 1024px) {
    .my-activities-table .striped-list-title {
        margin-bottom: 0;
        max-width: 500px;
        min-width: 350px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.my-activities-table thead {
    display: none;
}

@media (min-width: 768px) {
    .my-activities-table thead {
        display: table-header-group;
    }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
    padding-left: 0;
}

@media (min-width: 1024px) {
    .my-activities-table th:first-child,
    .my-activities-table td:first-child {
        width: 500px;
    }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
    padding-right: 0;
}

.my-activities-table td:not(:first-child) {
    display: none;
}

@media (min-width: 768px) {
    .my-activities-table td:not(:first-child) {
        display: table-cell;
    }
}

/* Requests table */
.requests-search {
    width: 100%;
}

.requests-table-toolbar {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {
    .requests-table-toolbar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.requests-table-toolbar .search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}

.requests-table-toolbar .request-table-filter {
    width: 100%;
}

@media (min-width: 768px) {
    .requests-table-toolbar .request-table-filter {
        width: auto;
    }
}

.requests-table-toolbar .request-filter {
    display: block;
}

@media (min-width: 768px) {
    .requests-table-toolbar .request-filter {
        margin: 0 0 0 30px;
    }

    [dir='rtl'] .requests-table-toolbar .request-filter {
        margin: 0 30px 0 0;
    }
}

.requests-table-toolbar .request-filter-label {
    font-size: 13px;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .requests-table-toolbar .request-filter-label {
        margin-top: 0;
    }
}

.requests-table-toolbar select {
    max-height: 40px;
    margin-bottom: 30px;
    width: 100%;
}

@media (min-width: 768px) {
    .requests-table-toolbar select {
        margin-bottom: 0;
        max-width: 300px;
        width: auto;
    }
}

@media (min-width: 768px) {
    .requests-table-toolbar .organization-subscribe {
        margin-left: 10px;
    }

    [dir='rtl'] .requests-table-toolbar .organization-subscribe {
        margin: 0 10px 0 0;
    }
}

.requests-table-toolbar .organization-subscribe button {
    line-height: 40px;
    max-height: 40px;
    padding: 0 20px;
}

.requests-table-toolbar + .requests-search-info {
    margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
    content: '';
    margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
    margin-top: 20px;
}

.requests-table-toolbar + .requests {
    margin-top: 40px;
}

.requests .requests-table-meta {
    display: block;
}

@media (min-width: 768px) {
    .requests .requests-table-meta {
        display: none;
    }
}

.requests .requests-table thead {
    display: none;
}

@media (min-width: 768px) {
    .requests .requests-table thead {
        display: table-header-group;
    }
}

.requests .requests-table-info {
    display: block;
}

@media (min-width: 768px) {
    .requests .requests-table-info {
        display: table-cell;
        vertical-align: middle;
        width: auto;
    }
}

.requests .requests-table .requests-link {
    position: relative;
}

.requests .requests-table .requests-sort-symbol {
    position: absolute;
    left: calc(100% + 3px);
    bottom: 0;
    font-size: 10px;
}

/* Following table */
@media (min-width: 768px) {
    .subscriptions-subscribe button {
        width: auto;
    }
}

.subscriptions-table td:last-child {
    display: block;
}

@media (min-width: 768px) {
    .subscriptions-table td:last-child {
        display: table-cell;
    }
}

.subscriptions-table td:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.subscriptions-table .user-avatar {
    margin-right: 10px;
}

.subscriptions .striped-list-title {
    display: inline-block;
    vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
    color: zass-#333;
    font-size: 13px;
}

@media (min-width: 768px) {
    .contributions-table td:last-child {
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
    }
}

.no-activities {
    color: zass-#333;
}

/***** Notifications *****/
.notification {
    border: 1px solid;
    display: table;
    font-family: sans-serif;
    font-size: 12px;
    padding: 13px 15px;
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
    width: 100%;
    color: #555;
}

.notification a {
    color: #158ec2;
}

.notification-inner {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 980px;
}

.notification-icon,
.notification-inline.notification-error::before,
.notification-text,
.notification-dismiss {
    display: table-cell;
    vertical-align: middle;
}

.notification-text {
    padding: 0 15px;
    width: 100%;
}

.notification + .notification {
    margin-bottom: -1px;
    position: relative;
    top: -1px;
}

/* Error */
.notification-error {
    background: #ffeded;
    border-color: #f7cbcb;
}

.notification-error .notification-icon::before,
.notification-error .notification-inline.notification-error::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
    background: #e1f3f3;
    border-color: #b5e0f5;
}

.notification-notice .notification-icon::before,
.notification-notice .notification-inline.notification-error::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
    color: #ad5e18;
    background: #fff8ed;
    border-color: #fcdba9;
}

.notification-alert .notification-icon::before,
.notification-alert .notification-inline.notification-error::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before,
.notification-inline.notification-error::before {
    background-size: cover;
    content: '';
    display: inline-block;
    height: 14px;
    width: 14px;
    vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss,
a.notification-dismiss {
    color: #555;
    cursor: pointer;
    opacity: 0.6;
    -webkit-transition: opacity 100ms ease;
    transition: opacity 100ms ease;
    text-decoration: none !important;
}

.notification-dismiss:hover,
.split-button button.notification-dismiss:hover {
    opacity: 1;
}

/* Inline notifications */
.notification-inline {
    border-radius: 4px;
    line-height: 14px;
    margin-top: 5px;
    padding: 5px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

[dir='rtl'] .notification-inline {
    text-align: right;
}

.notification-inline[aria-hidden='true'] {
    display: none;
}

.notification-inline.notification-error::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
    margin: -2px 5px 0 0;
}

[dir='rtl'] .notification-inline.notification-error::before {
    margin: 0 0 0 5px;
}

.notification-inline.notification-error {
    background-color: #fff0f1;
    border: 1px solid #e35b66;
    color: #cc3340;
}

.notification-inline.notification-large {
    padding: 13px 15px;
    margin-bottom: 25px;
}

.notification-left-aligned {
    text-align: left;
    padding-left: 0;
}

html[dir='rtl'] .notification-left-aligned {
    text-align: right;
    padding-left: auto;
    padding-right: 0;
}

.page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0;
}

@media (min-width: 768px) {
    .page-header {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0;
    }
}

.page-header .section-subscribe {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 20px 0;
}

@media (min-width: 768px) {
    .section-subscribe {
        margin-bottom: 0;
    }
}

.page-header h1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 10px;
}

.page-header-description {
    font-size: 20px;
    font-style: italic;
    margin: 0 0 30px 0;
    word-break: break-word;
}

@media (max-width: 768px) {
    .page-header-description {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.page-header .icon-lock {
    height: 20px;
    width: 20px;
    position: relative;
    left: -5px;
    vertical-align: baseline;
}

/***** Pagination *****/
.pagination {
    margin: 20px 0;
    text-align: center;
}

.pagination-next,
.pagination-prev,
.pagination-first,
.pagination-last {
    display: inline-block;
}

.pagination-first-link,
.pagination-last-link {
    padding: 0 10px;
}

.pagination-first-text,
.pagination-last-text {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.pagination-next-link {
    padding-right: 10px;
}

.pagination-next-text {
    margin-right: 10px;
}

[dir='rtl'] .pagination-next-link {
    padding-left: 10px;
}

[dir='rtl'] .pagination-next-text {
    margin-left: 10px;
}

.pagination-prev-link {
    padding-left: 10px;
}

.pagination-prev-text {
    margin-left: 10px;
}

[dir='rtl'] .pagination-prev-link {
    padding-right: 10px;
}

[dir='rtl'] .pagination-prev-text {
    margin-right: 10px;
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%  | 30%
*/
.post {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 10px;
}

@media (min-width: 1024px) {
    .post {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 70%;
        flex: 1 0 70%;
        max-width: 70%;
    }
}

.post-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .post-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.post-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .post-header {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.post-header .status-label {
    vertical-align: super;
}

.post-title {
    margin-bottom: 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .post-title {
        margin-bottom: 0;
        padding-right: 10px;
    }
}

.post-title h1 {
    display: inline;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .post-title h1 {
        margin-right: 5px;
    }
}

.post-author {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.post-avatar {
    margin-bottom: 30px;
}

.post-content {
    font-family: 'XING Sans', 'Trebuchet MS', 'Arial', 'Helvetica Neue',
        'sans-serif';
    line-height: 1.6;
    word-break: break-word;
}

.post-info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

.post-info {
    min-width: 0;
    padding-right: 20px;
    width: 100%;
}

[dir='rtl'] .post-info {
    padding-right: 0;
    padding-left: 20px;
}

.post-meta {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px;
    vertical-align: middle;
}

[dir='rtl'] .post-meta {
    margin-left: 0;
    margin-right: 10px;
}

.post-body a {
    color: #8a2ce8;
    text-decoration: underline;
    cursor: pointer;
}

.post-body a:visited {
    color: #8a2ce8;
    cursor: pointer;
}

.post-body a:hover,
.post-body a:active,
.post-body a:focus {
    color: #8a2ce8;
    cursor: pointer;
}

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

.post-body ul,
.post-body ol {
    padding-left: 20px;
    list-style-position: outside;
    margin: 20px 0 20px 20px;
}

[dir='rtl'] .post-body ul,
[dir='rtl'] .post-body ol {
    padding-right: 20px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 20px;
}

.post-body ul > ul,
.post-body ol > ol,
.post-body ol > ul,
.post-body ul > ol,
.post-body li > ul,
.post-body li > ol {
    margin: 0;
}

.post-body ul {
    list-style-type: disc;
}

.post-body :not(pre) > code {
    background: zass-#f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 5px;
    margin: 0 2px;
}

.post-body pre {
    background: zass-#f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 15px;
    overflow: auto;
    white-space: pre;
}

.post-body blockquote {
    border-left: 1px solid #ddd;
    color: zass-#333;
    font-style: italic;
    padding: 0 15px;
}

.post-footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
}

.post-comment-count {
    color: zass-#333;
}

.post-comment-count:hover,
.split-button button.post-comment-count:hover {
    text-decoration: none;
}

.post-comment-count .icon-comments {
    color: #1d433a;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 5px;
    vertical-align: middle;
}

.post-sidebar {
    border-top: 1px solid #ddd;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 30px 0;
    text-align: center;
}

@media (min-width: 1024px) {
    .post-sidebar {
        border: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
        flex: 1 0 30%;
        padding: 0 0 0 50px;
        text-align: initial;
    }

    [dir='rtl'] .post-sidebar {
        padding: 0 50px 0 0;
    }
}

.post-sidebar-title {
    font-size: 18px;
    font-weight: 600;
}

.post-comments {
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    .post-comments {
        margin-bottom: 0;
    }
}

/***** Recent activity *****/
.recent-activity-header {
    margin-bottom: 10px;
    text-align: center;
}

.recent-activity-list {
    padding: 0;
}

.recent-activity-item {
    border-bottom: 1px solid #ddd;
    overflow: auto;
    padding: 20px 0;
}

.recent-activity-item-parent {
    font-size: 16px;
    font-weight: 600;
}

.recent-activity-item-parent,
.recent-activity-item-link {
    margin: 6px 0;
    display: inline-block;
    width: 100%;
}

@media (min-width: 768px) {
    .recent-activity-item-parent,
    .recent-activity-item-link {
        width: 70%;
        margin: 0;
    }
}

.recent-activity-item-link {
    font-size: 14px;
}

.recent-activity-item-meta {
    color: #000;
    margin: 15px 0 0 0;
    float: none;
}

@media (min-width: 768px) {
    .recent-activity-item-meta {
        margin: 0;
        float: right;
    }

    [dir='rtl'] .recent-activity-item-meta {
        float: left;
    }
}

.recent-activity-item-time,
.recent-activity-item-comment {
    display: inline-block;
    font-size: 13px;
}

.recent-activity-item-comment {
    padding-left: 5px;
}

[dir='rtl'] .recent-activity-item-comment {
    padding: 0 5px 0 0;
}

.recent-activity-item-comment::before,
.recent-activity-item-comment.notification-inline.notification-error::before {
    display: inline-block;
}

.recent-activity-controls {
    padding-top: 15px;
}

.recent-activity-controls a {
    color: #0698a0;
    text-decoration: underline;
    cursor: pointer;
}

.recent-activity-controls a:visited {
    color: #0698a0;
    cursor: pointer;
}

.recent-activity-controls a:hover,
.recent-activity-controls a:active,
.recent-activity-controls a:focus {
    color: #0698a0;
    cursor: pointer;
}

.recent-activity-accessibility-label {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.recent-activity-comment-icon svg {
    vertical-align: middle;
    color: #1d433a;
    width: 16px;
    height: 16px;
}

.recent-activity-comment-icon:after {
    content: attr(data-comment-count);
    margin-left: 3px;
}

[dir='rtl'] .recent-activity-comment-icon:after {
    margin-left: 0;
    margin-right: 3px;
}

/***** Request *****/
.request-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 1024px) {
    .request-container {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.request-container .comment-container {
    min-width: 0;
}

.request-breadcrumbs {
    margin-bottom: 40px;
}

@media (min-width: 1024px) {
    .request-breadcrumbs {
        margin-bottom: 60px;
    }
}

.request-main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.request-main .comment-fields,
.request-main .request-submit-comment {
    display: none;
}

.request-main .comment-fields.shown {
    display: block;
}

.request-main .request-submit-comment.shown {
    display: inline;
}

@media (min-width: 1024px) {
    .request-main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66%;
        flex: 0 0 66%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        min-width: 0;
    }
}

.request-main .comment-form-controls {
    display: block;
}

.request-main .comment-ccs {
    display: block;
}

.request-main .comment-show-container {
    border-radius: 2px;
    border: 1px solid #ddd;
    color: zass-#333;
    text-align: inherit;
    padding: 8px 25px;
    width: 100%;
}

.request-main .comment-show-container.hidden {
    display: none;
}

.request-main .form-field.comment-ccs > ul {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus='true'] {
    border: 1px solid #1d433a;
}

.request-main .form-field.comment-ccs > input[type='text'] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
}

.request-main .comment-ccs + textarea {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
    border-top: 1px solid #1d433a;
}

.request-main input#mark_as_solved {
    display: none;
}

.request-title {
    width: 100%;
}

@media (min-width: 1024px) {
    .request-title {
        border-bottom: 1px solid #ddd;
        margin-bottom: 0;
        max-width: 66%;
        padding-bottom: 20px;
    }
}

.request-sidebar {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

@media (min-width: 1024px) {
    .request-sidebar {
        background-color: zass-#f7f7f7;
        border: 0;
        font-size: 13px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0 20px;
        width: 30%;
    }
}

.request-sidebar h2 {
    font-size: 15px;
    font-weight: 600;
    position: relative;
}

@media (min-width: 1024px) {
    .request-sidebar h2 {
        display: none;
    }
}

.request-details {
    border-bottom: 1px solid #ddd;
    font-size: 0;
    margin: 0;
    padding-bottom: 20px;
}

.request-details:last-child {
    border: 0;
}

.request-details dt,
.request-details dd {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    margin: 20px 0 0 0;
}

.request-details dd {
    padding: 0 10px;
    width: 60%;
}

.request-details dd::after {
    content: '\A';
    white-space: pre;
}

.request-details dt {
    color: zass-#333;
    width: 40%;
}

.request-details .request-collaborators {
    display: inline-block;
}

.request-attachments dt,
.request-attachments dd {
    width: 100%;
}

.request-attachments dd {
    margin: 10px 0 0 0;
}

.request-form textarea {
    min-height: 120px;
}

.request-follow-up {
    padding-top: 20px;
}

/***** Search field *****/
.search-container {
    position: relative;
}

.search {
    border-color: #ddd;
    border-radius: 50px;
    border-style: solid;
    border-width: 0.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transition: border 0.12s ease-in-out;
    transition: border 0.12s ease-in-out;
}

.search:hover {
    border-color: #1d2124;
}

.search:focus-within {
    border-width: 0.5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.search input[type='search'],
.search .clear-button {
    background-color: #fff;
    border-radius: 30px;
    border: none;
}

.search-full input[type='search'],
.search-full .clear-button {
    border-color: #fff;
}

.search input[type='search'] {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 45px;
    width: 100%;
}

.search input[type='search']:focus {
    color: #555;
    background-color: #fff;
}

.search input[type='search']::-webkit-search-decoration,
.search input[type='search']::-webkit-search-cancel-button,
.search input[type='search']::-webkit-search-results-button,
.search input[type='search']::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.search input[type='search']:-webkit-autofill,
.search input[type='search']:-webkit-autofill:hover,
.search input[type='search']:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.search .clear-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #777;
    cursor: pointer;
    display: none;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
}

.search .clear-button:hover {
    background-color: #fff;
    color: #1d433a;
}

.search .clear-button:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 3px #1d433a;
    box-shadow: 0 0 0 3px #1d433a;
}

.search-has-value .clear-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[dir='ltr'] .search input[type='search'] {
    padding-left: 40px;
    padding-right: 20px;
}

[dir='ltr'] .search-has-value input[type='search'] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right-color: transparent;
}

[dir='ltr'] .search-has-value input[type='search']:focus {
    border-right-color: #1d433a;
}

[dir='ltr'] .search .clear-button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left-color: transparent;
}

[dir='ltr'] .search .clear-button:focus {
    border-left-color: #1d433a;
}

[dir='rtl'] .search input[type='search'] {
    padding-left: 20px;
    padding-right: 40px;
}

[dir='rtl'] .search-has-value input[type='search'] {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left-color: transparent;
}

[dir='rtl'] .search-has-value input[type='search']:focus {
    border-left-color: #1d433a;
}

[dir='rtl'] .search .clear-button {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right-color: transparent;
}

[dir='rtl'] .search .clear-button:focus {
    border-right-color: #1d433a;
}

.search-icon {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    z-index: 1;
    width: 18px;
    height: 18px;
    color: #777;
    pointer-events: auto;
}

[dir='rtl'] .search-icon {
    left: auto;
    right: 15px;
}

/***** Search results *****/
.search-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 1024px) {
    .search-results {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.search-results-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (min-width: 1024px) {
    .search-results-column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }
}

.search-results-sidebar {
    border-top: 1px solid #ddd;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 20px;
    padding: 0;
}

@media (min-width: 1024px) {
    .search-results-sidebar {
        border: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        height: auto;
    }
}

.search-results-sidebar .sidenav-item {
    border-radius: 4px;
    padding: 10px 36px;
    margin-bottom: 4px;
    color: #1d2124;
}

.search-results-sidebar .sidenav-item:hover,
.search-results-sidebar .sidenav-item.current {
    background-color: #f7f2eb;
    text-decoration: none;
}

.search-results-sidebar .sidenav-subitem {
    unicode-bidi: embed;
}

.search-results-sidebar .collapsible-sidebar {
    margin-bottom: 30px;
}

.search-results-sidebar
    .collapsible-sidebar[aria-expanded='false']
    .multibrand-filter-list {
    display: none;
}

@media (min-width: 1024px) {
    .search-results-sidebar
        .collapsible-sidebar[aria-expanded='false']
        .multibrand-filter-list {
        display: block;
    }
}

.search-results-sidebar
    .multibrand-filter-list--collapsed
    li:nth-child(1n + 6) {
    display: none;
}

.search-results-sidebar .multibrand-filter-list .doc-count {
    color: #666;
}

.search-results-sidebar .see-all-filters {
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    padding: 10px;
    color: #0698a0;
}

.search-results-sidebar .see-all-filters[aria-hidden='true'] {
    display: none;
}

.search-results-sidebar .see-all-filters:hover {
    text-decoration: underline;
}

.search-results-sidebar .see-all-filters::after {
    content: ' \2304';
    font-weight: bold;
}

.search-results-subheading {
    font-size: 18px;
    font-weight: 600;
}

.search-results-list {
    margin-bottom: 25px;
}

.search-results-list > li {
    padding: 20px 0;
}

.search-results-list > li:first-child {
    border-top: 1px solid #ddd;
}

.search-results-list > li h2 {
    margin-bottom: 0;
}

.search-results .meta-group {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    clear: both;
    color: #666;
}

@media (min-width: 1024px) {
    .search-results .meta-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.search-results .meta-group > li {
    display: block;
}

@media (min-width: 1024px) {
    .search-results .meta-group > li {
        display: inline;
    }
}

@media (min-width: 1024px) {
    .search-results .meta-group li:first-child {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.search-results .meta-group .meta-data {
    color: inherit;
}

[dir='ltr'] .search-results .meta-group .meta-data:not(:last-child) {
    margin-right: 20px;
}

[dir='rtl'] .search-results .meta-group .meta-data:not(:last-child) {
    margin-left: 20px;
}

.search-results .meta-group .meta-data::after {
    content: none;
}

.search-results-description {
    margin-top: 10px;
    word-break: break-word;
}

.search-result-title {
    font-size: 16px;
    display: inline-block;
}

[dir='ltr'] .search-result-icons {
    float: right;
}

[dir='rtl'] .search-result-icons {
    float: left;
}

.search-result-votes,
.search-result-meta-count {
    color: zass-#333;
    display: inline-block;
    font-size: 13px;
    padding: 4px 5px;
    position: relative;
}

.search-result-votes-icon,
.search-result-meta-count-icon {
    color: #1d433a;
    vertical-align: middle;
    width: 13px;
    height: 13px;
}

[dir='ltr'] .search-result-votes,
[dir='ltr'] .search-result-meta-count {
    margin-left: 5px;
}

[dir='ltr'] .search-result-votes::before,
[dir='ltr'] .search-result-meta-count::before {
    margin-right: 3px;
}

[dir='rtl'] .search-result-votes,
[dir='rtl'] .search-result-meta-count {
    margin-right: 5px;
}

[dir='rtl'] .search-result-votes::before,
[dir='rtl'] .search-result-meta-count::before {
    margin-left: 3px;
}

.search-result .meta-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-result-breadcrumbs {
    margin: 0;
}

@media (min-width: 1024px) {
    .search-result-breadcrumbs {
        display: table-row;
    }
}

@media (min-width: 1024px) {
    .search-result-breadcrumbs li {
        display: table-cell;
    }
}

/* By default use bold instead of italic to highlight */
.search-results-description em {
    font-style: normal;
    font-weight: bold;
}

/* Add a yellow background for Chinese */
html[lang|='zh'] .search-results-description em {
    font-style: normal;
    background: yellow;
}

.search-result-icon {
    margin-right: 8px;
    margin-top: 4px;
    vertical-align: bottom;
}

/***** Section pages *****/
.section-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.section-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (min-width: 1024px) {
    .section-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
    }
}

.section-list {
    margin: 40px 0;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    column-gap: 50px;
}

@media screen and (max-width: 600px) {
    .section-list {
        -webkit-column-count: 1;
        column-count: 1;
    }
}

.section-list-item {
    font-size: 16px;
    padding: 15px 0;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.section-list-item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1d2124;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-list-item > a {
    text-decoration: none !important;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
    padding: 4px 8px;
    transition: all 0.3s ease;
    color: inherit;
}

.section-list-item:hover > a {
    border-color: #f7f2ec;
    background-color: #fdf9f5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.see-all-sections-trigger {
    cursor: pointer;
    display: block;
    padding: 15px;
    text-align: center;
}

.see-all-sections-trigger[aria-hidden='true'] {
    display: none;
}

/***** Social share links *****/
.share {
    padding: 0;
    white-space: nowrap;
}

.share li,
.share a {
    display: inline-block;
    cursor: pointer;
}

.share li {
    height: 25px;
    width: 25px;
}

.share a {
    color: zass-#333;
    cursor: pointer;
}

.share a:hover {
    text-decoration: none;
    color: #1d433a;
    cursor: pointer;
}

.share a svg {
    height: 18px;
    width: 18px;
    display: block;
    cursor: pointer;
}

/***** Split button *****/
.split-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.split-button button {
    background-color: #1d433a;
    border: 1px solid #1d433a;
    color: #fff;
    border: 0;
    height: 32px;
    line-height: 16px;
}

[dir='rtl'] .split-button button:not(:only-child):first-child {
    border-left: 1px solid #1d433a;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}

[dir='ltr'] .split-button button:not(:only-child):first-child {
    border-right: 1px solid #1d433a;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}

.split-button button:not(:only-child):last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 26px;
    min-width: 26px;
    max-width: 26px;
    padding: 0;
}

[dir='rtl'] .split-button button:not(:only-child):last-child {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}

[dir='ltr'] .split-button button:not(:only-child):last-child {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
    background-color: #0698a0;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin-right: 2px;
    padding: 3px 10px;
    vertical-align: middle;
    white-space: nowrap;
    display: inline-block;
}

.status-label:hover,
.split-button button.status-label:hover,
.status-label:active,
.status-label:focus {
    text-decoration: none;
}

.status-label-pinned,
.status-label-featured,
.status-label-official {
    background-color: #0698a0;
}

.status-label-official {
    border-radius: 0;
    margin-right: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .status-label-official {
        border-radius: 0 0 4px 4px;
        right: 30px;
        width: auto;
    }
}

[dir='rtl'] .status-label-official {
    left: 30px;
    right: auto;
}

.status-label-not-planned,
.status-label-closed {
    background-color: #e9ebed;
    color: zass-#333;
}

.status-label-pending,
.status-label-pending-moderation {
    background-color: #1f73b7;
    text-align: center;
}

.status-label-open {
    background-color: #c72a1c;
}

.status-label-solved {
    background-color: #68737d;
}

.status-label-new {
    background-color: #ffb648;
    color: #703b15;
}

.status-label-hold {
    background-color: #000;
}

.status-label-request {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .status-label-request {
        max-width: 150px;
    }
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
    padding: 0;
}

.striped-list-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px 0;
}

@media (min-width: 768px) {
    .striped-list-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.striped-list-info {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.striped-list-title {
    color: #0698a0;
    margin-bottom: 10px;
    margin-right: 5px;
}

.striped-list-title:hover,
.split-button button.striped-list-title:hover,
.striped-list-title:focus,
.striped-list-title:active {
    text-decoration: underline;
}

.striped-list-title:visited {
    color: #0698a0;
}

.striped-list .meta-group {
    margin: 5px 0;
}

.striped-list-count {
    color: zass-#333;
    font-size: 13px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-transform: capitalize;
}

@media (min-width: 768px) {
    .striped-list-count {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.striped-list-count-item::after {
    content: '·';
    display: inline-block;
    padding: 0 5px;
}

@media (min-width: 768px) {
    .striped-list-count-item::after {
        display: none;
    }
}

.striped-list-count-item:last-child::after {
    display: none;
}

.striped-list-number {
    text-align: center;
}

@media (min-width: 768px) {
    .striped-list-number {
        color: #000;
        display: block;
    }
}

.sub-nav {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .sub-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.sub-nav .breadcrumbs {
    margin: 0;
}

.sub-nav .search-container {
    max-width: 300px;
    width: 100%;
}

@media (min-width: 768px) {
    .sub-nav .search-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 300px;
        flex: 0 1 300px;
    }
}

.sub-nav input[type='search']::after {
    font-size: 15px;
}

/***** Tables *****/
.table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}

@media (min-width: 768px) {
    .table {
        table-layout: auto;
    }
}

.table th,
.table th a {
    color: zass-#333;
    font-size: 13px;
    text-align: left;
}

[dir='rtl'] .table th,
[dir='rtl'] .table th a {
    text-align: right;
}

.table tr {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 20px 0;
}

@media (min-width: 768px) {
    .table tr {
        display: table-row;
    }
}

.table td {
    display: block;
}

@media (min-width: 768px) {
    .table td {
        display: table-cell;
    }
}

@media (min-width: 1024px) {
    .table td,
    .table th {
        padding: 20px 30px;
    }
}

@media (min-width: 768px) {
    .table td,
    .table th {
        padding: 10px 20px;
        height: 60px;
    }
}

/***** User info in header *****/
.user-info {
    display: inline-block;
}

.user-info .dropdown-toggle::after {
    display: none;
}

@media (min-width: 768px) {
    .user-info .dropdown-toggle::after {
        display: inline-block;
    }
}

.user-info > button {
    border: 0;
    color: #0698a0;
    min-width: 0;
    padding: 0;
    white-space: nowrap;
}

.user-info > button:hover,
.split-button .user-info > button:hover,
.user-info > button:focus {
    color: #0698a0;
    background-color: transparent;
}

.user-info > button::after {
    color: #0698a0;
    padding-right: 15px;
}

[dir='rtl'] .user-info > button::after {
    padding-left: 15px;
    padding-right: 0;
}

#user #user-name {
    display: none;
    font-size: 14px;
}

@media (min-width: 768px) {
    #user #user-name {
        display: inline-block;
    }
}

#user #user-name:hover {
    text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.avatar {
    display: inline-block;
    position: relative;
}

.avatar img {
    height: 40px;
    width: 40px;
}

.avatar .icon-agent {
    color: #1d433a;
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: -4px;
    background-color: #1d433a;
    font-size: 17px;
    height: 17px;
    line-height: 17px;
    position: absolute;
    right: -2px;
    text-align: center;
    width: 17px;
}

/* User Profiles */
.profile-header {
    padding: 30px 0;
    background-color: zass-#f7f7f7;
}

.profile-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .profile-header .container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.profile-header .profile-info {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 0;
}

.profile-avatar {
    position: relative;
    line-height: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-right: 10px;
}

[dir='rtl'] .profile-avatar {
    margin-left: 10px;
    margin-right: 0;
}

.profile-avatar .user-avatar {
    width: 80px;
    height: 80px;
}

.profile-avatar .icon-agent {
    bottom: 0;
    right: 0;
}

.profile-header .basic-info {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    min-width: 0;
}

.profile-header .basic-info .name {
    margin: 0;
    line-height: 25px;
}

.profile-header .options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .profile-header .options {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-top: 0;
        margin-left: 10px;
    }

    [dir='rtl'] .profile-header .options {
        margin-left: 0;
        margin-right: 10px;
    }

    .profile-header .options > :not(:last-child) {
        margin-bottom: 0;
        margin-right: 10px;
    }

    [dir='rtl'] .profile-header .options > :not(:last-child) {
        margin-left: 10px;
        margin-right: 0;
    }
}

.user-profile-actions {
    width: 100%;
    margin-bottom: 15px;
}

.profile-header .description {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    margin: 15px 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.profile-stats {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.profile-stats .stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.profile-stats .stat-label {
    color: zass-#333;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    margin-right: 10px;
}

[dir='rtl'] .profile-stats .stat-label {
    margin-left: 10px;
    margin-right: 0;
}

.profile-stats-activity {
    border-top: solid 1px #ddd;
    margin-top: 15px;
}

@media (min-width: 768px) {
    .profile-stats-activity {
        border-top: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .profile-stats-activity .stat {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.profile-stats-activity .stat:first-child {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .profile-stats-activity .stat:first-child {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .profile-stats-activity .stat:not(:last-child) {
        margin-right: 40px;
    }

    [dir='rtl'] .profile-stats-activity .stat:not(:last-child) {
        margin-left: 40px;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .profile-stats-activity .stat-label {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}

.profile-stats-counters {
    border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
    .profile-stats-counters {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        border-bottom: 0;
        margin-left: 40px;
    }

    [dir='rtl'] .profile-stats-counters {
        margin-left: 0;
        margin-right: 40px;
    }
}

@media (min-width: 1024px) {
    .profile-stats-counters {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
        flex: 0 0 270px;
        margin-left: 60px;
    }

    [dir='rtl'] .profile-stats-counters {
        margin-right: 60px;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .profile-stats-counters .stat {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 1024px) {
    .profile-stats-counters .stat {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .profile-stats-counters .stat:not(:last-child) {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .profile-stats-counters .stat-label {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}

@media (min-width: 1024px) {
    .profile-stats-counters .stat-label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    }
}

.profile-private-badge {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border: solid 1px #1d433a;
    border-radius: 4px;
    color: #1d433a;
    padding: 5px 20px;
    font-size: 12px;
    text-align: center;
}

.profile-private-badge .profile-private-icon {
    margin-left: 5px;
    line-height: 15px;
}

@media (min-width: 768px) {
    .profile-private-badge {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

.profile-nav {
    background-color: zass-#f2f2f2;
    margin-bottom: 37px;
}

.profile-section {
    width: 100%;
}

@media (min-width: 1024px) {
    .profile-section {
        width: calc(100% - 330px);
    }
}

.profile-section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.profile-section-title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 0;
}

.profile-section-description {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 10px 0;
    color: zass-#333;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
    .profile-section-description {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        padding-bottom: 0;
    }
}

.profile-section-sorter {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-top: solid 1px #eee;
    font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
    padding: 10px 0;
    width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
    position: absolute;
    right: 0;
}

[dir='rtl'] .profile-section-sorter .dropdown-toggle::after {
    left: 0;
    right: initial;
}

@media (min-width: 768px) {
    .profile-section-sorter .dropdown-toggle::after {
        position: relative;
    }
}

@media (min-width: 768px) {
    .profile-section-sorter {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        padding-top: 0;
        border-top: 0;
        margin-left: 20px;
    }

    [dir='rtl'] .profile-section-sorter {
        margin-left: 0;
        margin-right: 20px;
    }
}

.profile-badges-items {
    margin-top: 25px;
}

.profile-badges-item {
    border-top: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 27px 12px;
}

.profile-badges-item > div {
    padding-right: 12px;
    padding-left: 12px;
}

.profile-badges-item-image {
    height: 40px;
    width: 40px;
    margin-right: 12px;
}

.profile-badges-item-image img {
    max-height: 40px;
}

[dir='rtl'] .profile-badges-item-image {
    margin-left: 12px;
    margin-right: 0;
}

.profile-badges-item-title,
.profile-badges-item-metadata-title {
    font-size: 15px;
    margin-bottom: 10px;
}

.profile-badges-item-title {
    font-weight: 600;
}

.profile-badges-item-description,
.profile-badges-item-metadata-description {
    color: zass-#333;
    font-size: 13px;
    margin: 0;
}

.profile-badges-item-metadata {
    margin-left: auto;
    text-align: right;
}

[dir='rtl'] .profile-badges-item-metadata {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

.profile-contribution {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    padding: 20px 0;
    position: relative;
}

.profile-contribution-header {
    margin-bottom: 5px;
}

.profile-contribution-title {
    margin: 0 0 5px 0;
    display: inline;
    line-height: 21px;
    font-size: 15px;
    vertical-align: middle;
}

.profile-contribution-body {
    margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
    border-top: 1px solid #eee;
}

@media (min-width: 768px) {
    .profile-contribution-list > .profile-contribution {
        padding-left: 30px;
    }

    [dir='rtl'] .profile-contribution-list > .profile-contribution {
        padding-right: 30px;
        padding-left: 0;
    }
}

.profile-contribution-list > .profile-contribution:last-child {
    border-bottom: 1px solid #eee;
}

.profile-contribution-icon {
    left: 0;
    position: absolute;
    color: #ccc;
    line-height: 25px;
}

[dir='rtl'] .profile-contribution-icon {
    right: 0;
}

.profile-contribution-icon svg {
    vertical-align: middle;
}

.profile-contribution-list .profile-contribution-header {
    margin-left: 30px;
}

[dir='rtl'] .profile-contribution-list .profile-contribution-header {
    padding-right: 30px;
    padding-left: 0;
}

@media (min-width: 768px) {
    .profile-contribution-list .profile-contribution-header {
        margin-left: 0;
    }

    [dir='rtl'] .profile-contribution-list .profile-contribution-header {
        padding-right: 0;
    }
}

.profile-comments .profile-contribution-breadcrumbs {
    margin-left: 30px;
}

[dir='rtl'] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 30px;
    padding-left: 0;
}

@media (min-width: 768px) {
    .profile-comments .profile-contribution-breadcrumbs {
        margin-left: 0;
    }

    [dir='rtl'] .profile-comments .profile-contribution-breadcrumbs {
        padding-right: 0;
    }
}

.profile-section .no-activity,
.profile-section .private-activity {
    display: block;
    margin-top: 40px;
    color: #999;
}

.private-activity-icon {
    margin-right: 10px;
}

[dir='rtl'] .private-activity-icon {
    margin-right: 0;
    margin-left: 10px;
}

.profile-activity-list {
    margin-top: 25px;
}

.profile-activity {
    position: relative;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .profile-activity {
        padding-left: 20px;
    }

    [dir='rtl'] .profile-activity {
        padding-right: 20px;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .profile-activity:not(:last-child) {
        border-left: 1px solid #ddd;
    }

    [dir='rtl'] .profile-activity:not(:last-child) {
        border-left: 0;
        border-right: 1px solid #ddd;
    }
}

.profile-activity-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 35px;
}

[dir='rtl'] .profile-activity-header {
    margin-left: 0;
    margin-right: 35px;
}

@media (min-width: 768px) {
    .profile-activity-header {
        margin-left: 0;
    }

    [dir='rtl'] .profile-activity-header {
        margin-right: 0;
    }
}

.profile-activity-header .user-avatar {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    min-width: 40px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

[dir='rtl'] .profile-activity-header .user-avatar {
    margin-left: 10px;
    margin-right: 0;
}

.profile-activity-description {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    margin: 0;
    min-width: 0;
    width: 100%;
}

.profile-activity-description span:first-child {
    font-weight: 600;
    display: inline;
}

.profile-activity-contribution {
    padding: 20px;
    margin-top: 10px;
    border-radius: 8px;
    background-color: zass-#f7f7f7;
}

@media (min-width: 768px) {
    .profile-activity-contribution {
        margin-top: 0;
        margin-left: 50px;
    }

    [dir='rtl'] .profile-activity-contribution {
        margin-left: 0;
        margin-right: 50px;
    }
}

.profile-activity-icon {
    position: absolute;
    left: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 50% 50%;
    text-align: center;
    color: #ccc;
}

[dir='rtl'] .profile-activity-icon {
    right: 0;
}

@media (min-width: 768px) {
    .profile-activity-icon {
        left: -14px;
    }

    [dir='rtl'] .profile-activity-icon {
        right: -14px;
    }
}

.profile-activity-icon svg {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    margin: auto;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.vote a:active,
.vote a:hover,
.vote a:focus {
    text-decoration: none;
}

.vote-sum {
    color: zass-#333;
    display: block;
    margin: 3px 0;
}

[dir='rtl'] .vote-sum {
    direction: ltr;
    unicode-bidi: bidi-override;
}

.vote-up svg {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.vote-up:hover,
.split-button button.vote-up:hover,
.vote-down:hover,
.split-button button.vote-down:hover {
    border: 1px solid #1d433a;
    color: #1d433a;
}

.vote-up,
.vote-down {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    color: zass-#333;
    cursor: pointer;
    min-height: 35px;
    min-width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vote-voted {
    color: #1d433a;
}

.vote-voted:hover,
.split-button button.vote-voted:hover {
    border: 1px solid #1d433a;
    color: #1d433a;
}

.vote-button-active {
    background-color: #fff;
    color: #1d433a;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1),
        0 0 10px rgba(29, 67, 58, 0.1);
    transform: scale(0.95);
}

/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.overflow-hidden {
    overflow: hidden !important;
}

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: -50px !important;
    left: auto;
    bottom: 70px;
    top: unset !important;
    color: #1d433a !important;
}

@media screen and (max-width: 1159px) {
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        display: none !important;
    }
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: -50px !important;
    right: auto;
    bottom: 70px;
    top: unset !important;
    color: #1d433a !important;
}

@media screen and (max-width: 1159px) {
    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        display: none !important;
    }
}

.text-black {
    color: #000 !important;
}

.text-dark {
    color: #1d2124 !important;
}

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

.text-mid-grey {
    color: #abaeba !important;
}

.text-xts {
    color: #00b0c2 !important;
}

.text-xtm {
    color: #7575e5 !important;
}

.text-ebp {
    color: #a1c200 !important;
}

.text-jobs {
    color: #4c76ca !important;
}

.text-ink-blue {
    color: #1d2124 !important;
}

.text-vibrant-blue {
    color: #0698a0 !important;
}

.text-light-blue {
    color: #96b9ff !important;
}

.text-vibrant-green {
    color: #00bf92 !important;
}

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

.text-dark-grey {
    color: #626262 !important;
}

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

.text-k-blue {
    color: #002d9c !important;
}

.bg-xts {
    background: #00b0c2;
}

.bg-xtm {
    background: #7575e5;
}

.bg-xtm-secondary {
    background: #a9bac4;
}

.bg-ebp {
    background: #a1c200;
}

.bg-jobs {
    background: #4c76ca;
}

.bg-xing {
    background: #00d296;
    height: auto;
}

.bg-xing-recruiting {
    background: #c6f16d;
    height: auto;
}

.bg-ink-dark {
    background: #161c24;
}

.bg-ink-blue {
    background: #1d433a;
}

.bg-vibrant-blue {
    background: #0698a0;
    height: auto;
}

.bg-light-blue {
    background: #96b9ff;
}

.bg-dark-green {
    background: #005058;
}

.bg-vibrant-green {
    background: #00bf92;
}

.bg-light-grey {
    background: #f2f2f4;
}

.bg-k-blue {
    background: #002d9c;
}

.ff-rebond {
    font-family: 'XING Sans', 'Trebuchet MS', 'Arial', 'Helvetica Neue',
        'sans-serif' !important;
}

.ff-alternate {
    font-family: 'XING Sans', 'Trebuchet MS', 'Arial', 'Helvetica Neue',
        'sans-serif' !important;
}

.ff-headline {
    font-family: 'XING Sans', 'Trebuchet MS', 'Arial', 'Helvetica Neue',
        'sans-serif' !important;
}

.bg-6710797659165,
.bg-6731725438365,
.bg-6732323157149,
.bg-6731746573085,
.bg-6731711878045,
.bg-6731712878877,
.bg-6732465353117 {
    color: #fff !important;
    background: #0698a0 !important;
    border: 1px solid #0698a0 !important;
}

.bg-6710782127005 {
    color: #fff !important;
    background: #7575e5 !important;
    border: 1px solid #7575e5 !important;
}

.bg-6710799076125 {
    color: #fff !important;
    background: #00b0c2 !important;
    border: 1px solid #00b0c2 !important;
}

.bg-6710782687901 {
    color: #fff !important;
    background: #4c76ca !important;
    border: 1px solid #4c76ca !important;
}

.bg-6710783852189 {
    color: #fff !important;
    background: #a1c200 !important;
    border: 1px solid #a1c200 !important;
}

.bg-6710800849053 {
    color: #fff !important;
    background: #1d433a !important;
    border: 1px solid #1d433a !important;
}

.bg-8419097085201,
.bg-8419122737425,
.bg-8598022560913,
.bg-8598043802513,
.bg-8598095992977,
.bg-8997463120145,
.bg-8598015522705,
.bg-8643754077585,
.bg-8419129720593,
.bg-8598019226257,
.bg-8643718423185,
.bg-8643801580177,
.bg-8643687739537,
.bg-8643733999505,
.bg-8643797100305,
.bg-8643749889809,
.bg-9866441036561,
.bg-10038903935761,
.bg-10039106060305,
.bg-10039203058577,
.bg-8643687739537,
.bg-8643759911825,
.bg-box-vibrant-blue {
    color: #fff !important;
    background: #0698a0 !important;
    border: 1px solid #0698a0 !important;
}

.bg-8419097085201 .tile-title,
.bg-8419122737425 .tile-title,
.bg-8598022560913 .tile-title,
.bg-8598043802513 .tile-title,
.bg-8598095992977 .tile-title,
.bg-8997463120145 .tile-title,
.bg-8598015522705 .tile-title,
.bg-8643754077585 .tile-title,
.bg-8419129720593 .tile-title,
.bg-8598019226257 .tile-title,
.bg-8643718423185 .tile-title,
.bg-8643801580177 .tile-title,
.bg-8643687739537 .tile-title,
.bg-8643733999505 .tile-title,
.bg-8643797100305 .tile-title,
.bg-8643749889809 .tile-title,
.bg-9866441036561 .tile-title,
.bg-10038903935761 .tile-title,
.bg-10039106060305 .tile-title,
.bg-10039203058577 .tile-title,
.bg-8643687739537 .tile-title,
.bg-8643759911825 .tile-title,
.bg-box-vibrant-blue .tile-title {
    color: #fff !important;
}

.bg-8419097085201 .tile-subtitle,
.bg-8419122737425 .tile-subtitle,
.bg-8598022560913 .tile-subtitle,
.bg-8598043802513 .tile-subtitle,
.bg-8598095992977 .tile-subtitle,
.bg-8997463120145 .tile-subtitle,
.bg-8598015522705 .tile-subtitle,
.bg-8643754077585 .tile-subtitle,
.bg-8419129720593 .tile-subtitle,
.bg-8598019226257 .tile-subtitle,
.bg-8643718423185 .tile-subtitle,
.bg-8643801580177 .tile-subtitle,
.bg-8643687739537 .tile-subtitle,
.bg-8643733999505 .tile-subtitle,
.bg-8643797100305 .tile-subtitle,
.bg-8643749889809 .tile-subtitle,
.bg-9866441036561 .tile-subtitle,
.bg-10038903935761 .tile-subtitle,
.bg-10039106060305 .tile-subtitle,
.bg-10039203058577 .tile-subtitle,
.bg-8643687739537 .tile-subtitle,
.bg-8643759911825 .tile-subtitle,
.bg-box-vibrant-blue .tile-subtitle {
    color: #fff !important;
}

.bg-8439444865553,
.bg-8439571266577,
.bg-8439586024465,
.bg-8439541347601,
.bg-8440641000977,
.bg-8909384385169,
.bg-8909402689681,
.bg-8909447064977,
.bg-8801674710929,
.bg-8801672941329,
.bg-8801638736785,
.bg-8801603583249,
.bg-8801617462929,
.bg-8800469656977,
.bg-8439584926609,
.bg-8439614699793,
.bg-8439564490129,
.bg-8439923349777,
.bg-8439638377617,
.bg-8440641000977,
.bg-8802629760273,
.bg-9479271892497,
.bg-8802608257169,
.bg-box-ebp-main {
    color: #fff !important;
    background: #a1c200 !important;
    border: 1px solid #a1c200 !important;
}

.bg-8439444865553 .tile-title,
.bg-8439571266577 .tile-title,
.bg-8439586024465 .tile-title,
.bg-8439541347601 .tile-title,
.bg-8440641000977 .tile-title,
.bg-8909384385169 .tile-title,
.bg-8909402689681 .tile-title,
.bg-8909447064977 .tile-title,
.bg-8801674710929 .tile-title,
.bg-8801672941329 .tile-title,
.bg-8801638736785 .tile-title,
.bg-8801603583249 .tile-title,
.bg-8801617462929 .tile-title,
.bg-8800469656977 .tile-title,
.bg-8439584926609 .tile-title,
.bg-8439614699793 .tile-title,
.bg-8439564490129 .tile-title,
.bg-8439923349777 .tile-title,
.bg-8439638377617 .tile-title,
.bg-8440641000977 .tile-title,
.bg-8802629760273 .tile-title,
.bg-9479271892497 .tile-title,
.bg-8802608257169 .tile-title,
.bg-box-ebp-main .tile-title {
    color: #fff !important;
}

.bg-8439444865553 .tile-subtitle,
.bg-8439571266577 .tile-subtitle,
.bg-8439586024465 .tile-subtitle,
.bg-8439541347601 .tile-subtitle,
.bg-8440641000977 .tile-subtitle,
.bg-8909384385169 .tile-subtitle,
.bg-8909402689681 .tile-subtitle,
.bg-8909447064977 .tile-subtitle,
.bg-8801674710929 .tile-subtitle,
.bg-8801672941329 .tile-subtitle,
.bg-8801638736785 .tile-subtitle,
.bg-8801603583249 .tile-subtitle,
.bg-8801617462929 .tile-subtitle,
.bg-8800469656977 .tile-subtitle,
.bg-8439584926609 .tile-subtitle,
.bg-8439614699793 .tile-subtitle,
.bg-8439564490129 .tile-subtitle,
.bg-8439923349777 .tile-subtitle,
.bg-8439638377617 .tile-subtitle,
.bg-8440641000977 .tile-subtitle,
.bg-8802629760273 .tile-subtitle,
.bg-9479271892497 .tile-subtitle,
.bg-8802608257169 .tile-subtitle,
.bg-box-ebp-main .tile-subtitle {
    color: #fff !important;
}

.bg-8439335539345,
.bg-8443282315665,
.bg-8938244142737,
.bg-8938265889041,
.bg-8471032371345,
.bg-8443297487377,
.bg-8798823500049,
.bg-8796185959441,
.bg-8796148380177,
.bg-8443320030993,
.bg-box-jobs-main {
    color: #fff !important;
    background: #4c76ca !important;
    border: 1px solid #4c76ca !important;
}

.bg-8439335539345 .tile-title,
.bg-8443282315665 .tile-title,
.bg-8938244142737 .tile-title,
.bg-8938265889041 .tile-title,
.bg-8471032371345 .tile-title,
.bg-8443297487377 .tile-title,
.bg-8798823500049 .tile-title,
.bg-8796185959441 .tile-title,
.bg-8796148380177 .tile-title,
.bg-8443320030993 .tile-title,
.bg-box-jobs-main .tile-title {
    color: #fff !important;
}

.bg-8439335539345 .tile-subtitle,
.bg-8443282315665 .tile-subtitle,
.bg-8938244142737 .tile-subtitle,
.bg-8938265889041 .tile-subtitle,
.bg-8471032371345 .tile-subtitle,
.bg-8443297487377 .tile-subtitle,
.bg-8798823500049 .tile-subtitle,
.bg-8796185959441 .tile-subtitle,
.bg-8796148380177 .tile-subtitle,
.bg-8443320030993 .tile-subtitle,
.bg-box-jobs-main .tile-subtitle {
    color: #fff !important;
}

.bg-8439450004753,
.bg-8775669675281,
.bg-8911694254609,
.bg-8777230120977,
.bg-8777127101457,
.bg-8775646547601,
.bg-8777559122065,
.bg-8777553671697,
.bg-8777541178513,
.bg-8777536374929,
.bg-8789107158929,
.bg-8910886078993,
.bg-8440318508049,
.bg-8777501866641,
.bg-8777448886545,
.bg-8777461176593,
.bg-8777509153553,
.bg-8777481430673,
.bg-8777477153169,
.bg-8789378362257,
.bg-8777529286929,
.bg-8775663261457,
.bg-box-otm-main {
    color: #fff !important;
    background: #7575e5 !important;
    border: 1px solid #7575e5 !important;
}

.bg-8439450004753 .tile-title,
.bg-8775669675281 .tile-title,
.bg-8911694254609 .tile-title,
.bg-8777230120977 .tile-title,
.bg-8777127101457 .tile-title,
.bg-8775646547601 .tile-title,
.bg-8777559122065 .tile-title,
.bg-8777553671697 .tile-title,
.bg-8777541178513 .tile-title,
.bg-8777536374929 .tile-title,
.bg-8789107158929 .tile-title,
.bg-8910886078993 .tile-title,
.bg-8440318508049 .tile-title,
.bg-8777501866641 .tile-title,
.bg-8777448886545 .tile-title,
.bg-8777461176593 .tile-title,
.bg-8777509153553 .tile-title,
.bg-8777481430673 .tile-title,
.bg-8777477153169 .tile-title,
.bg-8789378362257 .tile-title,
.bg-8777529286929 .tile-title,
.bg-8775663261457 .tile-title,
.bg-box-otm-main .tile-title {
    color: #fff !important;
}

.bg-8439450004753 .tile-subtitle,
.bg-8775669675281 .tile-subtitle,
.bg-8911694254609 .tile-subtitle,
.bg-8777230120977 .tile-subtitle,
.bg-8777127101457 .tile-subtitle,
.bg-8775646547601 .tile-subtitle,
.bg-8777559122065 .tile-subtitle,
.bg-8777553671697 .tile-subtitle,
.bg-8777541178513 .tile-subtitle,
.bg-8777536374929 .tile-subtitle,
.bg-8789107158929 .tile-subtitle,
.bg-8910886078993 .tile-subtitle,
.bg-8440318508049 .tile-subtitle,
.bg-8777501866641 .tile-subtitle,
.bg-8777448886545 .tile-subtitle,
.bg-8777461176593 .tile-subtitle,
.bg-8777509153553 .tile-subtitle,
.bg-8777481430673 .tile-subtitle,
.bg-8777477153169 .tile-subtitle,
.bg-8789378362257 .tile-subtitle,
.bg-8777529286929 .tile-subtitle,
.bg-8775663261457 .tile-subtitle,
.bg-box-otm-main .tile-subtitle {
    color: #fff !important;
}

.bg-8443330280081,
.bg-8771229443473,
.bg-8773269989905,
.bg-8771500842897,
.bg-8773897562769,
.bg-8773877295761,
.bg-9128903939473,
.bg-9057246807825,
.bg-8775724937873,
.bg-box-ots-main {
    color: #fff !important;
    background: #00b0c2 !important;
    border: 1px solid #00b0c2 !important;
}

.bg-8443330280081 .tile-title,
.bg-8771229443473 .tile-title,
.bg-8773269989905 .tile-title,
.bg-8771500842897 .tile-title,
.bg-8773897562769 .tile-title,
.bg-8773877295761 .tile-title,
.bg-9128903939473 .tile-title,
.bg-9057246807825 .tile-title,
.bg-8775724937873 .tile-title,
.bg-box-ots-main .tile-title {
    color: #fff !important;
}

.bg-8443330280081 .tile-subtitle,
.bg-8771229443473 .tile-subtitle,
.bg-8773269989905 .tile-subtitle,
.bg-8771500842897 .tile-subtitle,
.bg-8773897562769 .tile-subtitle,
.bg-8773877295761 .tile-subtitle,
.bg-9128903939473 .tile-subtitle,
.bg-9057246807825 .tile-subtitle,
.bg-8775724937873 .tile-subtitle,
.bg-box-ots-main .tile-subtitle {
    color: #fff !important;
}

.bg-8771220847761,
.bg-8775684512401,
.bg-8775714091665,
.bg-8789813718673,
.bg-8775729928081,
.bg-8789897201681,
.bg-8789895961745,
.bg-9670918730897,
.bg-9671063148689,
.bg-8775707202961,
.bg-box-ink-blue {
    color: #fff !important;
    background: #1d433a !important;
    border: 1px solid #1d433a !important;
}

.bg-8771220847761 .tile-title,
.bg-8775684512401 .tile-title,
.bg-8775714091665 .tile-title,
.bg-8789813718673 .tile-title,
.bg-8775729928081 .tile-title,
.bg-8789897201681 .tile-title,
.bg-8789895961745 .tile-title,
.bg-9670918730897 .tile-title,
.bg-9671063148689 .tile-title,
.bg-8775707202961 .tile-title,
.bg-box-ink-blue .tile-title {
    color: #fff !important;
}

.bg-8771220847761 .tile-subtitle,
.bg-8775684512401 .tile-subtitle,
.bg-8775714091665 .tile-subtitle,
.bg-8789813718673 .tile-subtitle,
.bg-8775729928081 .tile-subtitle,
.bg-8789897201681 .tile-subtitle,
.bg-8789895961745 .tile-subtitle,
.bg-9670918730897 .tile-subtitle,
.bg-9671063148689 .tile-subtitle,
.bg-8775707202961 .tile-subtitle,
.bg-box-ink-blue .tile-subtitle {
    color: #fff !important;
}

.bg-8455780464657,
.bg-8455789757841 {
    color: #fff !important;
    background: #1d433a !important;
    border: 1px solid #1d433a !important;
}

.bg-8455780464657 .tile-title,
.bg-8455789757841 .tile-title {
    color: #fff !important;
}

.bg-8455780464657 .tile-subtitle,
.bg-8455789757841 .tile-subtitle {
    color: #fff !important;
}

.bg-box-light-grey {
    color: #0698a0 !important;
    background: #f2f2f4 !important;
    border: 1px solid #f2f2f4 !important;
}

.bg-box-light-grey .tile-title {
    color: #0698a0 !important;
}

.bg-box-light-grey .tile-subtitle {
    color: #1d433a !important;
}

.bg-box-mid-grey {
    color: #1d2124 !important;
    background: #f7f2eb !important;
    transition: box-shadow 0.2s ease, transform 0.2s ease !important;
}

.bg-box-mid-grey:hover {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    transform: scale(1.01);
    cursor: pointer;
}

.bg-box-mid-grey .tile-title {
    color: #0698a0 !important;
}

.bg-box-mid-grey .tile-subtitle {
    color: #1d433a !important;
}

.bg-box-dark-grey {
    color: #fff !important;
    background: #626262 !important;
    border: 1px solid #626262 !important;
}

.bg-box-dark-grey .tile-title {
    color: #fff !important;
}

.bg-box-dark-grey .tile-subtitle {
    color: #fff !important;
}

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

.hero-banner h1:not(.article-title) {
    font-size: 2em;
}

@media (max-width: 600px) {
    .hero-banner h1:not(.article-title) {
        font-size: 1.5em;
    }
}

.hero-banner .breadcrumbs a {
    color: #fff !important;
    cursor: pointer;
}

.hero-banner .article-meta a {
    color: #fff !important;
}

.hc-title {
    font-size: 45px !important;
    white-space: nowrap;
    user-select: none;
}

@media (max-width: 768px) {
    .hc-title {
        font-size: 35px !important;
    }
}

html {
    scroll-behavior: smooth;
}

.border-radius {
    border-radius: 8px;
}

.icon-lg {
    width: 90px;
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right;
    object-position: right;
}

.title-lg {
    font-size: 30px;
}

@media (max-width: 575.98px) {
    .title-lg {
        font-size: 24px;
    }
}

.btn-arrow {
    font-weight: 700;
}

.btn-arrow img {
    margin-left: 10px;
    width: 25px;
    height: auto;
    display: block;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.text-decoration-none {
    text-decoration: none !important;
}

.request-btn {
    background: #fff;
    border: 2px solid #1d433a;
    border-radius: 50px;
    text-decoration: none;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 30px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: 600;
    -webkit-transition: color 0.1s ease, border-color 0.1s ease,
        background 0.1s ease;
    transition: color 0.1s ease, border-color 0.1s ease, background 0.1s ease;
}

.request-btn:hover {
    background: #1d433a;
    color: #fff !important;
    cursor: pointer;
}

.xing-btn {
    background: #c7f16d;
    border-radius: 50px;
    text-decoration: none;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 30px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: 600;
    -webkit-transition: color 0.1s ease, border-color 0.1s ease,
        background 0.1s ease;
    transition: color 0.1s ease, border-color 0.1s ease, background 0.1s ease;
}

.xing-btn:hover {
    background: #a0d416;
    cursor: pointer;
}

.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-style: solid;
    border-width: 2px;
    border-radius: 50px;
    outline: none;
    text-decoration: none;
    height: 56px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 30px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: 700;
    -webkit-transition: color 0.1s ease, border-color 0.1s ease,
        background 0.1s ease;
    transition: color 0.1s ease, border-color 0.1s ease, background 0.1s ease;
}

.btn:hover,
.split-button button.btn:hover {
    cursor: pointer;
}

@media (max-width: 1199.98px) {
    .btn {
        height: 54px;
    }
}

@media (max-width: 767.98px) {
    .btn {
        height: 51px;
    }
}

.btn-sm {
    font-size: 15px;
    height: 41px;
    padding: 0 18px;
}

.btn-primary.marker-yellow {
    background: #e1ff00;
    border-color: #e1ff00;
    color: #0698a0;
}

.btn-primary.marker-yellow.submit-a-request {
    font-size: 15px;
    height: 41px;
    padding: 0 18px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.btn-primary.marker-yellow:active,
.btn-primary.marker-yellow:hover {
    text-decoration: none;
    background: #e1ff008c;
    border-color: #e1ff00;
    color: #0698a0;
}

.btn-primary.vibrant-blue {
    background: #0698a0;
    border-color: #0698a0;
    color: #fff;
}

.btn-primary.white {
    background: #fff;
    border-color: #fff;
    color: #0698a0;
}

.btn-primary.k-orange {
    background: #ff603b;
    border-color: #ff603b;
    color: #fff;
}

.btn-secondary {
    background: transparent;
}

.btn-secondary.vibrant-blue {
    border-color: #0698a0;
    color: #0698a0;
}

.btn-secondary.vibrant-blue:hover {
    background: #0698a0;
    color: #fff;
}

.btn-secondary.marker-yellow {
    border-color: #e1ff00;
    color: #e1ff00;
}

.btn-secondary.marker-yellow:hover {
    background: #e1ff00;
    color: #1d433a;
}

.btn-secondary.white {
    border-color: #fff;
    color: #fff;
}

.category-sidebar .see-all-articles {
    color: #626262 !important;
}

.category-item {
    background: #f7f2eb;
    width: 100%;
    height: 150px;
    transition: box-shadow 0.2s ease, transform 0.2s ease !important;
}

.category-item:hover {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    transform: scale(1.01);
}

.category-item-icon {
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 20px;
    display: block;
}

@media (max-width: 575.98px) {
    .category-item-icon {
        width: 40px;
        height: 40px;
    }
}

.category-item .section-tree-title {
    line-height: 1.3;
    font-size: 20px;
}

.category-sidebar .section-tree-title:not(:first-of-type) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e3e3e3;
}

.section-article-list span {
    font-size: 20px;
}

.section-article-list .article-list-item {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    padding: 15px 0;
}

.section-article-list .article-list-item:last-of-type {
    border-bottom: unset;
}

.section-article-list .article-list-item a {
    font-size: 18px;
}

/* Link styles */

.link-petrol {
    color: #0698a0 !important;
    text-decoration: underline !important;
}

.link-banner {
    font-weight: 600;
    color: #007b80 !important;
    text-decoration: underline !important;
}

a:link,
a:visited {
    color: #0698a0;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.5s;
}

a:hover {
    color: #46b7bb;
    text-decoration: underline;
}

a:active {
    opacity: 0.5;
}

.link-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 150px;
}

@media (max-width: 600px) {
    .link-wrapper {
        height: 120px;
    }
}

.link-content {
    overflow-wrap: anywhere;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.link-content .set-extracted-description-color {
    width: 100%;
    height: 100%;
}

.clear-button {
    all: unset;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    /* Eliminate any browser feedback */
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    background: #fff !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -webkit-tap-highlight-color: transparent !important;
}

.clear-button:focus,
.clear-button:active,
.clear-button:focus-visible,
.clear-button::-moz-focus-inner {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.pagination-first a,
.pagination-prev a,
.pagination-next a,
.pagination-last a {
    color: #fff !important;
}

.pagination-first a:hover,
.pagination-prev a:hover,
.pagination-next a:hover,
.pagination-last a:hover {
    color: #1d2124 !important;
}

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