@charset "UTF-8";
/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1180px;
    }
}
:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0 0%;
}

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

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

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

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
}

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

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

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

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

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

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

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

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

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .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: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
    .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: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .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: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
    .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: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
    .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: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}
.d-inline {
    display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

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

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

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

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

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

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

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

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

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

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

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

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

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

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

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

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

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

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

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

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

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

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

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

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

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

.m-5 {
    margin: 3rem !important;
}

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

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

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

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

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

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

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

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

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

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

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

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

.mt-1 {
    margin-top: 0.25rem !important;
}

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

.mt-3 {
    margin-top: 1rem !important;
}

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

.mt-5 {
    margin-top: 3rem !important;
}

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

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

.me-1 {
    margin-right: 0.25rem !important;
}

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

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

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

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

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

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

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

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

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

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

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

.ms-1 {
    margin-left: 0.25rem !important;
}

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

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

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

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

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

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

.p-2 {
    padding: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

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

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

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

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

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

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

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

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

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

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

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

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

.pe-5 {
    padding-right: 3rem !important;
}

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

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

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

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

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

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

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

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

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

.ps-5 {
    padding-left: 3rem !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: grid !important;
    }
    .d-sm-inline-grid {
        display: inline-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: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !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: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .me-sm-3 {
        margin-right: 1rem !important;
    }
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .me-sm-5 {
        margin-right: 3rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
        margin-left: 3rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
        padding-top: 3rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
        padding-right: 1rem !important;
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
        padding-left: 1rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
        padding-left: 3rem !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: grid !important;
    }
    .d-md-inline-grid {
        display: inline-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: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !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: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .me-md-5 {
        margin-right: 3rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .ms-md-3 {
        margin-left: 1rem !important;
    }
    .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .ms-md-5 {
        margin-left: 3rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pt-md-5 {
        padding-top: 3rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.25rem !important;
    }
    .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .pe-md-3 {
        padding-right: 1rem !important;
    }
    .pe-md-4 {
        padding-right: 1.5rem !important;
    }
    .pe-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.25rem !important;
    }
    .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .ps-md-3 {
        padding-left: 1rem !important;
    }
    .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .ps-md-5 {
        padding-left: 3rem !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: grid !important;
    }
    .d-lg-inline-grid {
        display: inline-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: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !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: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .me-lg-5 {
        margin-right: 3rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
        margin-left: 1rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
        margin-left: 3rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
        padding-right: 1rem !important;
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !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: grid !important;
    }
    .d-xl-inline-grid {
        display: inline-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: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !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: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xl-3 {
        margin-right: 1rem !important;
    }
    .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xl-5 {
        margin-right: 3rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
        margin-left: 1rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
        margin-left: 3rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
        padding-top: 3rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
        padding-right: 1rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 1400px) {
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-inline-grid {
        display: inline-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: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-last {
        order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !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: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
        margin-right: 1rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
        margin-right: 3rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
        margin-left: 3rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
        padding-top: 3rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
        padding-right: 1rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
        padding-left: 3rem !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: grid !important;
    }
    .d-print-inline-grid {
        display: inline-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: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
}
/*!
 * Bootstrap-select v1.13.14 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
@-webkit-keyframes bs-notify-fadeOut {
    0% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes bs-notify-fadeOut {
    0% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
    }
}
@keyframes bs-notify-fadeOut {
    0% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
    }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}

.bootstrap-select {
    width: 220px \0;
    /*IE9 and below*/
    vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle:after {
    margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #999;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
    color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2 !important;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
    border-color: #28a745;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
    width: 220px;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*='col-']) {
    width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto;
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*='col-']) {
    width: auto;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*='col-'] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*='col-'].dropdown-menu-right,
.row .bootstrap-select[class*='col-'].dropdown-menu-right {
    float: right;
}

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
    width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
    cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
    outline: none !important;
}

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit;
}

.bootstrap-select[class*='col-'] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
    outline: none !important;
}

.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
    position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
    color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
    -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
    -o-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
    animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: ' ';
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: 0.5em;
    height: 1em;
    border-style: solid;
    border-width: 0 0.26em 0.26em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
    display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
    width: 50%;
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-donebutton .btn-group button {
    width: 100%;
}

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(
        var(--bs-border-radius) - var(--bs-border-width)
    );
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #5149c2;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
    --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
}

.dropdown-menu-end {
    --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-end {
        --bs-position: end;
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }
    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-end {
        --bs-position: end;
    }
    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-end {
        --bs-position: end;
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-end {
        --bs-position: end;
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xxl-end {
        --bs-position: end;
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: '';
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: '';
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropend .dropdown-toggle::after {
    vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: '';
}
.dropstart .dropdown-toggle::after {
    display: none;
}
.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: '';
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropstart .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: 0.875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #5149c2;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
}
.select2-container[dir='rtl'] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 8px;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option--selectable {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default[dir='rtl'] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--default[dir='rtl'] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: none;
}
.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}
.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
    padding: 0;
}
.select2-container--default .select2-results__option--disabled {
    color: #999;
}
.select2-container--default .select2-results__option--selected {
    background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #dee2e6;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--classic[dir='rtl'] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--classic[dir='rtl'] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #dee2e6;
    border-radius: 0;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    left: 1px;
    right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none;
}
.select2-container--classic[dir='rtl'] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir='rtl'] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}
.select2-container--classic[dir='rtl'] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #dee2e6;
    outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}
.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
    border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
    padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
    color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: white;
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.notice {
    margin: 24px 0 36px;
    padding: 12px 16px 12px 38px;
    border-radius: 4px;
    border-left: solid 2px #ffcd1a;
    background: url(../img/info.svg) 14px 11px no-repeat rgba(255, 205, 26, 0.1607843137);
}
@media (max-width: 767.98px) {
    .notice {
        margin: 8px 0 30px;
    }
}
.notice,
.notice * {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #cca105;
}
@media (max-width: 767.98px) {
    .notice,
    .notice * {
        font-size: 12px;
    }
}

.link_category {
    display: inline-block;
    color: #768ca1;
    background: #eff6fd;
    padding: 4px 8px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 500;
    line-height: 13px;
    text-decoration: none;
    text-transform: lowercase;
}
.link_category:hover {
    color: #020202;
    transition: 0.2s;
}
.link_category.size_md {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding: 10px 18px;
    border-radius: 50px;
}

@media (max-width: 767.98px) {
    .text_uppercase_mobile {
        text-transform: uppercase;
    }
}

.rate_stars_count {
    display: flex;
    align-items: center;
}
.rate_stars_count.size_sm .stars {
    margin: 0 8px;
}
.rate_stars_count.size_md .stars {
    margin: 0 13px;
}
.rate_stars_count.size_md .rate {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}
.rate_stars_count.size_md .count {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.name_stars_rate {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.name_stars_rate .name {
    margin-right: 13px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
@media (max-width: 767.98px) {
    .name_stars_rate .name {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
    }
}

.stars_rate {
    display: flex;
    align-items: center;
}
.stars_rate .stars {
    margin: 0 13px 0 0;
}
.stars_rate .rate {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}
@media (max-width: 767.98px) {
    .stars_rate .rate {
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
    }
}

.stars {
    position: relative;
    display: inline-block;
    background: url(../img/silver-star.svg) left center/contain repeat-x;
    width: 98px;
    height: 16px;
}
@media (max-width: 767.98px) {
    .stars.size_sm {
        width: 88px;
        height: 14px;
    }
}
.stars.size_md {
    width: 144px;
    height: 24px;
}
@media (max-width: 767.98px) {
    .stars.size_md {
        width: 98px;
        height: 16px;
    }
}
.stars i {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../img/gold-star.svg) left center/contain repeat-x;
}

.text_sm {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.item_hidden {
    display: none;
}

.card_hover {
    transition: 0.2s;
}
.card_hover:hover {
    box-shadow: 0px 10px 60px 0px rgba(97, 85, 255, 0.3019607843);
    z-index: 5;
}

.slimScroll {
    border: none !important;
    outline: none !important;
    margin-top: 0;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 560px;
    /* set this height in percentage to test resizing */
    width: 100%;
}

/* custom stylings */
.wrapper,
.scroll-wrapper {
    border: none !important;
    outline: none !important;
}

.scroll-wrapper.mac + .scrollBarContainer {
    background-color: transparent;
    border: none !important;
    outline: none !important;
}

.scrollBarContainer.animate .scroll {
    transition: 2s opacity ease;
    -ms-transition: 2s opacity ease;
    opacity: 0;
    background: #5149c2;
}

.scrollBarContainer:hover .scroll {
    opacity: 1;
    transition: none;
    -ms-transition: none;
    background: #5149c2;
}

.unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.scroll {
    border-radius: 10px;
}

.scrollBar {
    border-radius: 10px;
    opacity: 0.5;
}

.input {
    margin-bottom: 20px;
}
.input.input_slimScroll {
    padding: 22px 24px;
    background: #fff;
}
.input label {
    display: block;
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    user-select: none;
}
@media (max-width: 767.98px) {
    .input label {
        font-size: 14px;
        line-height: 16.8px;
    }
}
.input label.big {
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
}
.input label.extra-top-margin {
    margin-top: 20px;
}
.input .tags {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 4px;
    max-width: 50%;
    position: relative;
}
@media (max-width: 767.98px) {
    .input .tags {
        max-width: calc(100% - 40px);
    }
}
.input .tags .tag {
    position: relative;
    z-index: 10;
    padding: 4px 8px;
    margin: 0 8px 0 0;
    border-radius: 50px;
    background: #eff6fd;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    color: #768ca1;
}
.input .tags .tag .remove {
    width: 10px;
    height: 10px;
    background: url(../img/remove-silver.svg) center center no-repeat;
    cursor: pointer;
}
.input .mselect-tree {
    background: #fff;
    padding: 22px 24px;
    max-height: 560px;
    overflow-y: auto;
    width: 100%;
}
.input .mselect-tree ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.input .mselect-tree ul li {
    width: 475px;
}
.input .mselect-tree ul li.item_has_children {
    position: relative;
}
.input .mselect-tree ul li.item_has_children .open_list {
    content: '';
    position: absolute;
    top: 1px;
    right: -30px;
    width: 30px;
    height: 24px;
    display: block;
    background: transparent url(../img/icon_list_open.png) center center no-repeat;
    transition: 0.2s;
}
.input .mselect-tree ul li.item_has_children .open_list:hover {
    cursor: pointer;
}
.input .mselect-tree ul li.level_1 label {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}
.input .mselect-tree ul li.level_2 {
    margin-left: 34px;
}
.input .mselect-tree ul li.level_2 label {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.input .mselect-tree ul li.level_3 {
    padding-left: 34px;
}
.input .mselect-tree ul label {
    position: relative;
    padding-left: 30px;
    display: flex;
    align-items: center;
    padding: 0;
    cursor: pointer;
}
.input .mselect-tree ul label .input_checkbox {
    width: 0;
    height: 24px;
    margin: 0;
    position: relative;
    margin-right: 36px;
}
.input .mselect-tree ul label .input_checkbox::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    border: 1px solid #d4e1ee;
    margin-right: 12px;
}
.input .mselect-tree ul label .input_checkbox:checked::before {
    border: none;
    background: #5149c2 url(../img/checked.svg) center center no-repeat;
}
.input .image-input {
    position: relative;
    width: 180px;
    height: 180px;
    padding: 15px 40px;
    border-radius: 16px;
    background: url(../img/cloud-upload.svg) center 22px no-repeat;
    border: 1px dashed #d4e1ee;
    display: flex;
    gap: 7px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.input .image-input input[type='file'] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.input .image-input .button {
    pointer-events: none;
}
.input .image-input .remove {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #5149c2;
    position: relative;
}
.input .files {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
}
.input .files .files-title {
    width: 100%;
    color: #313344;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 24px 0 10px;
    display: none;
}
.input .files .file {
    margin: 10px 0 0;
}
.input .files .file:not(.added) {
    position: relative;
}
.input .files .file:not(.added) .add {
    display: inline-block;
    border-radius: 50px;
    border: solid 1px #5149c2;
    background: url(../img/upload.svg) 24px center no-repeat;
    padding: 12px 24px 12px 50px;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #5149c2;
}
.input .files .file:not(.added) .name,
.input .files .file:not(.added) .remove {
    display: none;
}
.input .files .file:not(.added) input[type='file'] {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.input .files .file:not(.added) ~ :not(.added) {
    display: none;
}
.input .files .file.added {
    order: 100;
    padding: 4px 8px;
    margin: 0 8px 0 0;
    border-radius: 50px;
    background: #eff6fd;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
}
.input .files .file.added .add {
    display: none;
}
.input .files .file.added .name {
    font-size: 10px;
    font-weight: 500;
    color: #768ca1;
}
.input .files .file.added .remove {
    width: 10px;
    height: 10px;
    background: url(../img/remove-silver.svg) center center no-repeat;
    cursor: pointer;
}
.input .files .file.added input[type='file'] {
    display: none;
}
.input .files .file.added ~ .files-title {
    display: block;
}

.checkbox label {
    margin: 0;
    max-width: 100%;
    display: inline-block;
    overflow-wrap: break-word;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding: 3px 0px 3px 36px;
    cursor: pointer;
}
@media (max-width: 767.98px) {
    .checkbox label {
        font-size: 12px;
    }
}
.checkbox label:before,
.checkbox label:after {
    content: '';
    position: absolute;
    top: 12px;
    left: 12px;
    transform: translate(-50%, -50%);
    transition: 0.2s;
}
.checkbox label:before {
    width: 22px;
    height: 22px;
    border: solid 1px #d4e1ee;
    border-radius: 8px;
}
.checkbox label:after {
    width: 24px;
    height: 24px;
    opacity: 0;
    background: url(../img/checked.svg) center center no-repeat;
}
.checkbox input {
    display: none;
}
.checkbox input:checked + label:after {
    opacity: 1;
}

.radio {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 61px;
    row-gap: 10px;
}
@media (max-width: 767.98px) {
    .radio {
        column-gap: 33px;
        margin-bottom: 24px;
    }
}
.radio label {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding: 3px 0px 3px 42px;
    cursor: pointer;
}
.radio label:before,
.radio label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: 0.2s;
}
.radio label:before {
    width: 22px;
    height: 22px;
    border: solid 1px #d4e1ee;
}
.radio label:after {
    width: 14px;
    height: 14px;
    opacity: 0;
    background: #5149c2;
}
.radio input {
    display: none;
}
.radio input:checked + label:before {
    border-color: #5149c2;
}
.radio input:checked + label:after {
    opacity: 1;
}

.select:not(.tree-checkbox):not(.bdrop),
.mselect:not(.tree-checkbox):not(.bdrop) {
    display: block;
    margin: 2px;
    width: 100%;
    padding: 15px 18px;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #d4e1ee;
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #313344;
    transition: box-shadow 0.2s;
}
.select:not(.tree-checkbox):not(.bdrop):focus,
.mselect:not(.tree-checkbox):not(.bdrop):focus {
    box-shadow: 0 0 0 2px #5149c2;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(25, 22, 81, 0.5);
    padding-left: 14px;
    padding-right: 14px;
    z-index: 9999;
}
.popup .box {
    position: relative;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    padding: 75px 75px 90px;
    margin: 143px auto;
    max-width: 980px;
}
@media (max-width: 767.98px) {
    .popup .box {
        padding: 48px 20px 50px;
        margin: 48px auto;
    }
}
.popup .box .wrap_close {
    position: absolute;
    top: 38px;
    right: 28px;
}
@media (max-width: 767.98px) {
    .popup .box .wrap_close {
        top: 12px;
        right: 6px;
    }
}
.popup .box .wrap_close button.button_close {
    background: url(../img/button_popup_close.png) center center no-repeat;
    cursor: pointer;
    border: none;
    width: 45px;
    height: 45px;
    padding: 0;
}
@media (max-width: 767.98px) {
    .popup .box .wrap_close button.button_close {
        width: 30px;
        height: 30px;
        background-image: url(../img/button_popup_close_mobile.png);
    }
}
.popup .box h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
    color: #313344;
}
@media (max-width: 767.98px) {
    .popup .box h2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 29px;
    }
}

:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder,
::placeholder {
    color: #55576a;
    opacity: 0.5;
}

.balloon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ebeaff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #5149c2;
    font-size: 10px;
    font-weight: 500;
    line-height: 13px;
}

button,
input[type='button'],
input[type='submit'],
.button {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #5149c2;
    border: solid 1px #5149c2;
    border-radius: 50px;
    padding: 11px 24px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
    white-space: nowrap;
}
button:hover,
input[type='button']:hover,
input[type='submit']:hover,
.button:hover {
    color: #5149c2;
    background: #fff;
}
button.style_transparent,
input[type='button'].style_transparent,
input[type='submit'].style_transparent,
.button.style_transparent {
    color: #5149c2;
    background: transparent;
}
button.style_transparent:hover,
input[type='button'].style_transparent:hover,
input[type='submit'].style_transparent:hover,
.button.style_transparent:hover {
    color: #fff;
    background: #5149c2;
}
button.big,
input[type='button'].big,
input[type='submit'].big,
.button.big {
    padding: 15px 52px;
}
@media (max-width: 767.98px) {
    button.big,
    input[type='button'].big,
    input[type='submit'].big,
    .button.big {
        font-size: 12px;
        padding: 13px 51px;
    }
}
button.black,
input[type='button'].black,
input[type='submit'].black,
.button.black {
    background: #020202;
    border: solid 1px #020202;
}
button.black:hover,
input[type='button'].black:hover,
input[type='submit'].black:hover,
.button.black:hover {
    color: #020202;
    background: #fff;
}
button.small,
input[type='button'].small,
input[type='submit'].small,
.button.small {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}
button.wide,
input[type='button'].wide,
input[type='submit'].wide,
.button.wide {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}
button.size_wide,
input[type='button'].size_wide,
input[type='submit'].size_wide,
.button.size_wide {
    padding-left: 43px;
    padding-right: 43px;
}
button.secondary,
input[type='button'].secondary,
input[type='submit'].secondary,
.button.secondary {
    color: #5149c2;
    background: #fff;
}
button.secondary:hover,
input[type='button'].secondary:hover,
input[type='submit'].secondary:hover,
.button.secondary:hover {
    background: #5149c2;
}
button.button_success,
button.button_warning,
button.button_danger,
button.button_info,
input[type='button'].button_success,
input[type='button'].button_warning,
input[type='button'].button_danger,
input[type='button'].button_info,
input[type='submit'].button_success,
input[type='submit'].button_warning,
input[type='submit'].button_danger,
input[type='submit'].button_info,
.button.button_success,
.button.button_warning,
.button.button_danger,
.button.button_info {
    position: relative;
    border: none;
    padding-left: 48px;
    padding-right: 24px;
    width: auto;
    white-space: nowrap;
}
button.button_success::before,
button.button_warning::before,
button.button_danger::before,
button.button_info::before,
input[type='button'].button_success::before,
input[type='button'].button_warning::before,
input[type='button'].button_danger::before,
input[type='button'].button_info::before,
input[type='submit'].button_success::before,
input[type='submit'].button_warning::before,
input[type='submit'].button_danger::before,
input[type='submit'].button_info::before,
.button.button_success::before,
.button.button_warning::before,
.button.button_danger::before,
.button.button_info::before {
    content: '';
    position: absolute;
    left: 24px;
    top: 12px;
    width: 18px;
    height: 18px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
}
button.button_success,
input[type='button'].button_success,
input[type='submit'].button_success,
.button.button_success {
    color: #05cca8;
    background: rgba(5, 204, 168, 0.1607843137);
}
button.button_success::before,
input[type='button'].button_success::before,
input[type='submit'].button_success::before,
.button.button_success::before {
    background-image: url(../img/queries/icon_button_success.svg);
}
button.button_warning,
input[type='button'].button_warning,
input[type='submit'].button_warning,
.button.button_warning {
    color: #ffcd1a;
    background: rgba(255, 205, 26, 0.1607843137);
}
button.button_warning::before,
input[type='button'].button_warning::before,
input[type='submit'].button_warning::before,
.button.button_warning::before {
    background-image: url(../img/queries/icon_button_warning.svg);
}
button.button_danger,
input[type='button'].button_danger,
input[type='submit'].button_danger,
.button.button_danger {
    color: #ff5353;
    background: rgba(255, 83, 83, 0.1607843137);
}
button.button_danger::before,
input[type='button'].button_danger::before,
input[type='submit'].button_danger::before,
.button.button_danger::before {
    background-image: url(../img/queries/icon_button_danger.svg);
}
button.button_info,
input[type='button'].button_info,
input[type='submit'].button_info,
.button.button_info {
    color: #768ca1;
    background: #eff6fd;
}
button.button_info::before,
input[type='button'].button_info::before,
input[type='submit'].button_info::before,
.button.button_info::before {
    background-image: url(../img/queries/icon_button_info.svg);
}

.select:not(.tree-checkbox):not(.bdrop),
.mselect:not(.tree-checkbox):not(.bdrop) {
    position: relative;
    min-height: 50px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}
.select:not(.tree-checkbox):not(.bdrop):after,
.mselect:not(.tree-checkbox):not(.bdrop):after {
    content: '';
    position: absolute;
    top: 13px;
    right: 17px;
    width: 24px;
    height: 24px;
    background: url(../img/select.svg) center center no-repeat;
    transition: 0.2s;
}
.select:not(.tree-checkbox):not(.bdrop) .list,
.mselect:not(.tree-checkbox):not(.bdrop) .list {
    list-style: none;
    position: absolute;
    left: -2px;
    right: -2px;
    top: calc(100% + 2px);
    margin: 0;
    padding: 8px 0;
    background: #fff;
    border: solid 1px #b6c8da;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
}
.select:not(.tree-checkbox):not(.bdrop) .list .item,
.mselect:not(.tree-checkbox):not(.bdrop) .list .item {
    cursor: pointer;
    color: #313344;
    padding: 4px 16px;
}
.select:not(.tree-checkbox):not(.bdrop) .list .item:hover,
.mselect:not(.tree-checkbox):not(.bdrop) .list .item:hover {
    background: #5149c2;
    color: #fff;
}
.select:not(.tree-checkbox):not(.bdrop) input[type='text'],
.mselect:not(.tree-checkbox):not(.bdrop) input[type='text'] {
    border: none;
    box-shadow: none;
    flex-grow: 1;
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.select:not(.tree-checkbox):not(.bdrop):focus-within,
.mselect:not(.tree-checkbox):not(.bdrop):focus-within {
    z-index: 10;
    box-shadow: 0 0 0 2px #5149c2;
}
.select:not(.tree-checkbox):not(.bdrop):focus-within:after,
.mselect:not(.tree-checkbox):not(.bdrop):focus-within:after {
    transform: scaleY(-1);
}
.select:not(.tree-checkbox):not(.bdrop):focus-within .list,
.mselect:not(.tree-checkbox):not(.bdrop):focus-within .list {
    opacity: 1;
    pointer-events: auto;
}
.select:not(.tree-checkbox):not(.bdrop):focus-within input[type='text'],
.mselect:not(.tree-checkbox):not(.bdrop):focus-within input[type='text'] {
    position: static;
    margin: -14px 0;
    padding: 0 50px 0 0;
}

form > .title {
    margin: 0 0 36px;
    font-size: 36px;
    font-weight: 600;
    line-height: 43.2px;
    color: #313344;
}
@media (max-width: 767.98px) {
    form > .title {
        font-size: 24px;
        line-height: 28.8px;
    }
}
form input[type='submit'] {
    margin-top: 24px;
}

.box .categories a.hidden,
.card .categories a.hidden {
    display: none;
}
.box .categories a.load-more,
.card .categories a.load-more {
    display: none;
    line-height: 1.25;
    cursor: pointer;
}

.button.hover:not(.loading) {
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-color: #5149c2;
    background-color: transparent;
}
.button.hover:not(.loading) span {
    position:relative;
    color: #5149c2;
    z-index: 10;
    transition: color 0.1s ease;
}
.button.hover:not(.loading) svg path {
    fill: #5149c2;
}

.button.hover:not(.loading):hover {
    background: transparent;
}
.button.hover:not(.loading):hover span:first-of-type {
    color: #fff;
}
.button.secondary.hover:not(.loading):hover span:first-of-type {
    color: #5149c2;
}

.button.hover:not(.loading).black {
    background: #000;
    border-color: #000;
}
.button.hover:not(.loading).black span {
    color: #fff;
}
.button.hover:not(.loading).black svg path {
    fill: #fff;
}
.button.hover:not(.loading).black:hover span:last-of-type svg path {
    fill: #000;
}


.button.hover:not(.loading).violet {
    background: #5149c2;
    border-color: #5149c2;
}
.button.hover:not(.loading).violet span {
    color: #fff;
}
.button.hover:not(.loading).violet svg path {
    fill: #fff;
}
.button.hover:not(.loading).violet:hover span:last-of-type svg path {
    fill: #5149c2;
}



.button.hover:not(.loading).black:after,
.button.hover:not(.loading).violet:after{
    content:'';
    display:block;
    position:absolute;
    z-index:1;
    width:100%;
    height:100%;
    left:0;
    top:0;
    opacity:0;
    transition: all 0.3s ease-in-out;
}
.button.hover:not(.loading).black:after{
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(102,102,102,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#666666",GradientType=1);
}
.button.hover:not(.loading).violet:after{
    background: linear-gradient(180deg, rgba(81, 73, 194, 1) 0%, rgba(123, 117, 209, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5149c2",endColorstr="#7b75d1",GradientType=1);
}
.button.hover:not(.loading).black:hover:after,
.button.hover:not(.loading).violet:hover:after{
    opacity:1;
}




.button.hover:not(.loading).wide {
    width: 100%;
}
.button.hover:not(.loading).wide:before {
    top: -1000%;
}
.button.hover:not(.loading).wide.md:before {
    top: -250%;
}

/*

.button.hover:not(.loading).black:hover span:first-of-type {
  color: #5149c2;
  transition: color 0.1s ease 0.1s;
}

.button.hover:not(.loading).violet:hover span:first-of-type {
  color: #5149c2;
  transition: color 0.1s ease 0.1s;
}

.button.hover:not(.loading):hover span {
  animation:
    ScaleUpHide 0.1s forwards,
    ZoomInFade 0.1s 0.1s forwards;
}
.button.hover:not(.loading):hover span:last-of-type {
  position: relative;
  z-index: 9;
}
.button.hover:not(.loading):hover span:first-of-type {
  color: #fff;
  transition: color 0.1s ease 0.1s;
}
.button.hover:not(.loading):hover span:last-of-type svg path {
  fill: #fff;
}

.button.hover:not(.loading):after,
.button.hover:not(.loading):before {
  background: #5149c2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.button.hover:not(.loading):before {
  content: '';
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scaleX(0);
}
.button.hover:not(.loading):after {
  content: '';
  transform: translate3d(0, -100%, 0);
  transition:
    transform 0.2s cubic-bezier(0.1, 0, 0.3, 1),
    -webkit-transform 0.2s cubic-bezier(0.1, 0, 0.3, 1),
    -moz-transform 0.2s cubic-bezier(0.1, 0, 0.3, 1);
}
*/
/*
.button.hover:not(.loading).black:after,
.button.hover:not(.loading).black:before {
  background: #fff;
}
.button.hover:not(.loading).black:hover span:first-of-type {
  color: #000;
  transition: color 0.1s ease 0.1s;
}
.button.hover:not(.loading).violet:after,
.button.hover:not(.loading).violet:before {
  background: #fff;
}
.button.hover:not(.loading):hover:before {
  transform: translateZ(0) scaleX(1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.button.hover:not(.loading):hover:after {
  transform: translateX(0) translateY(0) translateZ(0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}


@-webkit-keyframes ScaleUpHide {
  to {
    transform: translate3d(0, -105%, 0) scaleY(2);
    opacity: 0;
  }
}
@-webkit-keyframes ZoomInFade {
  0% {
    transform: translate3d(0, 100%, 0) scaleY(2);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
*/

.mt-25 {
    margin-top: 25px;
}

main {
    margin-top: -116px;
}
@media (max-width: 767.98px) {
    main {
        margin-top: -49px;
    }
}

header {
    position: relative;
    z-index: 998;
}
header .sticky-header {
    transition-property: transform, background-color, color;
    transition-duration: 0.75s, 0.5s, 0.5s;
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    z-index: 1;
}
header .scrolled {
    z-index: 9999;
}
header .scrolled::before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% - 1px);
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
header .scrolled > div {
    position: relative;
}
header .dots {
    height: 1px;
    border: none;
    border-top: dashed 1px #b6c8da;
    margin: 0;
}
header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .container .logo {
    margin: 11px 0 17px;
    display: block;
    width: 100px;
}
@media (max-width: 767.98px) {
    header .container .logo {
        margin: 3px 0 0;
        width: 68px;
    }
}
header .container .logo svg {
    max-width: 100%;
    display: block;
}
header .container .nav {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
header .container .nav-wrapper {
    display: flex;
    align-items: center;
    column-gap: 40px;
}
@media (max-width: 767.98px) {
    header .container .nav-wrapper {
        column-gap: 15px;
    }
}
header .container .nav-wrapper .nav.main-nav .nav-item .nav-link {
    display: block;
    color: #5149c2;
    text-decoration: none;
}
header .container .nav-wrapper .nav.main-nav .nav-item .nav-link:hover {
    color: #020202;
}
header .container .nav-wrapper .nav.main-nav .nav-item .nav-link.button {
    color: #fff;
}
header .container .nav-wrapper .nav.main-nav .nav-item .nav-link.red {
    color: #ff5353;
}
header .container .nav-wrapper .nav.main-nav .nav-item .nav-link.red:hover {
    color: #020202;
}
header .container .nav-wrapper .nav.main-nav .nav-item + .nav-item {
    border-left: dashed 1px #b6c8da;
    padding-left: 12px;
    margin-left: 12px;
}
header .container .nav-wrapper .nav.lang-nav {
    column-gap: 13px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
header .container .nav-wrapper .nav.lang-nav .nav-item .nav-link {
    display: block;
    color: #313344;
    text-decoration: none;
    position: relative;
    transition: 0.2s;
    opacity: 0.2;
}
header .container .nav-wrapper .nav.lang-nav .nav-item .nav-link:hover {
    opacity: 1;
}
header .container .nav-wrapper .nav.lang-nav .nav-item .nav-link:after {
    content: '';
    border-bottom: solid 1px #313344;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    transition: 0.2s;
}
header .container .nav-wrapper .nav.lang-nav .nav-item.active .nav-link {
    pointer-events: none;
    opacity: 1;
}
header .container .nav-wrapper .nav.lang-nav .nav-item.active .nav-link:after {
    opacity: 1;
}
header .container .nav-wrapper label[for='mobile-nav'],
header .container .nav-wrapper label[for='mobile-user-nav'] {
    cursor: pointer;
}
header .container .nav-wrapper .mobile-nav-wrapper,
header .container .nav-wrapper .mobile-user-nav-wrapper {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    height: 100%;
    width: 284px;
    max-width: 100%;
    background: #fff;
    overflow: auto;
    transform: translateX(100%);
    transition: 0.2s;
}
header .container .nav-wrapper .mobile-nav-wrapper label[for='mobile-nav'],
header .container .nav-wrapper .mobile-nav-wrapper label[for='mobile-user-nav'],
header .container .nav-wrapper .mobile-user-nav-wrapper label[for='mobile-nav'],
header .container .nav-wrapper .mobile-user-nav-wrapper label[for='mobile-user-nav'] {
    position: fixed;
    top: 13px;
    right: 13px;
}
header .container .nav-wrapper .mobile-nav-wrapper .mobile-nav,
header .container .nav-wrapper .mobile-user-nav-wrapper .mobile-nav {
    display: flex;
    flex-direction: column;
    row-gap: 54px;
    text-align: center;
    padding: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
header .container .nav-wrapper .mobile-nav-wrapper .mobile-nav .nav-item .nav-link,
header .container .nav-wrapper .mobile-user-nav-wrapper .mobile-nav .nav-item .nav-link {
    display: block;
    text-decoration: none;
    color: #313344;
}
header .container .nav-wrapper .mobile-nav-wrapper .mobile-nav .nav-item .nav-link:hover,
header .container .nav-wrapper .mobile-user-nav-wrapper .mobile-nav .nav-item .nav-link:hover {
    color: #5149c2;
}
header .container .nav-wrapper .mobile-nav-wrapper .mobile-nav .nav-item.dropdown > .nav-link,
header .container .nav-wrapper .mobile-user-nav-wrapper .mobile-nav .nav-item.dropdown > .nav-link {
    padding: 0 5px 0 25px;
    display: inline-block;
}
header .container .nav-wrapper .mobile-nav-wrapper .mobile-nav .nav-item.dropdown .toggle,
header .container .nav-wrapper .mobile-user-nav-wrapper .mobile-nav .nav-item.dropdown .toggle {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
header .container .nav-wrapper .mobile-nav-wrapper .mobile-nav .nav-item.dropdown .toggle svg,
header .container .nav-wrapper .mobile-user-nav-wrapper .mobile-nav .nav-item.dropdown .toggle svg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scaleY(-1);
    transition: 0.2s;
}
header .container .nav-wrapper .mobile-nav-wrapper .mobile-nav .nav-item.dropdown .dropdown-menu,
header .container .nav-wrapper .mobile-user-nav-wrapper .mobile-nav .nav-item.dropdown .dropdown-menu {
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    align-items: center;
    text-align: center;
    padding: 8px 0;
    height: auto;
    opacity: 1;
    transform: translateY(0);
    transition: 0.2s;
    background: #fff;
    box-shadow: 0px 0px 1px 1px #b6c8da;
    border-radius: 6px;
    gap: 5px;
    max-width: 100%;
}
header .container .nav-wrapper .mobile-nav-wrapper .mobile-nav .nav-item.dropdown .dropdown-menu .dropdown-item,
header .container .nav-wrapper .mobile-user-nav-wrapper .mobile-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    display: block;
    text-decoration: none;
    color: #313344;
    padding: 5px 22px;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
header .container .nav-wrapper .mobile-nav-wrapper .mobile-nav .nav-item.dropdown > input[type='checkbox']:not(:checked) + label svg,
header .container .nav-wrapper .mobile-user-nav-wrapper .mobile-nav .nav-item.dropdown > input[type='checkbox']:not(:checked) + label svg {
    transform: translate(-50%, -50%);
}
header .container .nav-wrapper .mobile-nav-wrapper .mobile-nav .nav-item.dropdown > input[type='checkbox']:not(:checked) ~ .dropdown-menu,
header .container .nav-wrapper .mobile-user-nav-wrapper .mobile-nav .nav-item.dropdown > input[type='checkbox']:not(:checked) ~ .dropdown-menu {
    padding: 0;
    height: 0;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
}
header .container .nav-wrapper .mobile-user-nav-wrapper > .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    margin: 40px 50px 34px 24px;
}
header .container .nav-wrapper > input[type='checkbox'] ~ label:before {
    content: '';
    background: #ebeaff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    cursor: auto;
    opacity: 0.5;
    transition: 0.2s;
}
header .container .nav-wrapper > input[type='checkbox']:not(:checked) + label:before {
    pointer-events: none;
    opacity: 0;
}
header .container .nav-wrapper > input[type='checkbox']#mobile-nav:checked ~ .mobile-nav-wrapper {
    transform: translateX(0);
}
header .container .nav-wrapper > input[type='checkbox']#mobile-user-nav:checked ~ .mobile-user-nav-wrapper {
    transform: translateX(0);
}
header .container .sub-nav {
    column-gap: 70px;
}
header .container .sub-nav .nav-item {
    padding: 12px 0 10px;
}
header .container .sub-nav .nav-item:hover a {
    color: #5149c2;
}
header .container .sub-nav .nav-item .nav-link {
    display: block;
    text-decoration: none;
    color: #313344;
}
header .container .sub-nav .nav-item.dropdown {
    padding-right: 25px;
    position: relative;
}
header .container .sub-nav .nav-item.dropdown:after {
    content: '';
    position: absolute;
    right: 0;
    top: 12px;
    width: 20px;
    height: 20px;
    background: url(../img/dropdown.svg) center center no-repeat;
}
header .container .sub-nav .nav-item.dropdown .dropdown-menu {
    min-width: 250px;
    list-style: none;
    position: absolute;
    top: 100%;
    padding: 16px 0;
    background: #fff;
    border: solid 1px #b6c8da;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
    display: block;
}
header .container .sub-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    display: block;
    text-decoration: none;
    color: #313344;
    padding: 4px 16px;
}
header .container .sub-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg);
}
header .container .sub-nav .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    pointer-events: auto;
}
@media (max-width: 767.98px) {
    header button,
    header input[type='button'],
    header input[type='submit'],
    header .button {
        font-size: 11px;
        line-height: 14px;
        padding: 8px 15px;
    }
}

footer {
    background: #f6f9fc;
    padding: 48px 0 26px;
    border-top: solid 1px #fff;
}
@media (max-width: 575.98px) {
    footer {
        padding: 48px 0 14px;
        border-top: none;
    }
}
footer .dots {
    height: 1px;
    border: none;
    border-top: dashed 1px #b6c8da;
    margin: 52px 0 29px;
}
@media (max-width: 575.98px) {
    footer .dots {
        margin: 27px 0 15px;
    }
}
footer .container .logo {
    display: block;
    width: 100px;
    margin-bottom: 40px;
}
@media (max-width: 575.98px) {
    footer .container .logo {
        margin: 0 auto 33px;
    }
}
footer .container .logo svg {
    max-width: 100%;
}
footer .container .copyright {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
@media (max-width: 767.98px) {
    footer .container .copyright {
        text-align: center;
        font-size: 12px;
        line-height: 16px;
    }
}
footer .container .copyright a {
    text-decoration: none;
    font: inherit;
    color: inherit;
}
footer .container .copyright a:hover {
    text-decoration: underline;
}
footer .container .nav-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: #313344;
    margin-bottom: 26px;
}
@media (max-width: 575.98px) {
    footer .container .nav-title {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 21px;
    }
}
footer .container .nav {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    row-gap: 16px;
    column-gap: 26px;
}
@media (max-width: 575.98px) {
    footer .container .nav {
        font-size: 12px;
        line-height: 18px;
    }
}
footer .container .nav.footer-nav {
    flex-direction: column;
    margin-bottom: 40px;
    height: auto;
    opacity: 1;
    transform: translateY(0);
    transition: 0.2s;
}
@media (max-width: 575.98px) {
    footer .container .nav.footer-nav {
        margin-bottom: 26px;
    }
}
footer .container .nav.footer-nav .nav-item .nav-link {
    color: #55576a;
    text-decoration: none;
}
footer .container .nav.footer-nav .nav-item .nav-link:hover {
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    footer .container .nav.social-nav {
        justify-content: flex-start;
        margin-bottom: 38px;
    }
}
@media (max-width: 575.98px) {
    footer .container .nav.social-nav {
        justify-content: center;
    }
}
@media (max-width: 575.98px) {
    footer .container input[type='checkbox'] ~ .nav-title {
        cursor: pointer;
        position: relative;
        padding-right: 20px;
    }
    footer .container input[type='checkbox'] ~ .nav-title:before,
    footer .container input[type='checkbox'] ~ .nav-title:after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        border-radius: 4px;
        transition: 0.2s;
    }
    footer .container input[type='checkbox'] ~ .nav-title:before {
        background: url(../img/add.svg) center center no-repeat #ebeaff;
        opacity: 1;
    }
    footer .container input[type='checkbox'] ~ .nav-title:after {
        background: url(../img/remove.svg) center center no-repeat #5149c2;
        opacity: 0;
    }
    footer .container input[type='checkbox']:checked + .nav-title:before {
        opacity: 0;
    }
    footer .container input[type='checkbox']:checked + .nav-title:after {
        opacity: 1;
    }
    footer .container input[type='checkbox']:not(:checked) ~ .footer-nav {
        padding: 0;
        height: 0;
        opacity: 0;
        transform: translateY(-10px);
        pointer-events: none;
    }
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
}

footer .sponsors {
    width: initial;
}

@media (max-width: 767.98px) {
    .pagination {
        gap: 29px;
    }
}
.pagination * {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
    text-decoration: none;
}
.pagination .prev,
.pagination .next,
.pagination .current {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    flex-shrink: 0;
}
.pagination .prev,
.pagination .next {
    border: solid 1px #ececec;
}
.pagination .prev {
    background: url(../img/prev.svg) center center no-repeat;
}
.pagination .next {
    background: url(../img/next.svg) center center no-repeat;
}
.pagination .current {
    background: #ebeaff;
    color: #5149c2;
    display: flex;
    align-items: center;
    justify-content: center;
}

button,
input[type='button'],
input[type='submit'],
.button {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #5149c2;
    border: solid 1px #5149c2;
    border-radius: 50px;
    padding: 11px 24px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
    white-space: nowrap;
    font-family: 'Hanken Grotesk', sans-serif;
}
button:hover,
input[type='button']:hover,
input[type='submit']:hover,
.button:hover {
    color: #5149c2;
    background: #fff;
}
button.style_transparent,
input[type='button'].style_transparent,
input[type='submit'].style_transparent,
.button.style_transparent {
    color: #5149c2;
    background: transparent;
}
button.style_transparent:hover,
input[type='button'].style_transparent:hover,
input[type='submit'].style_transparent:hover,
.button.style_transparent:hover {
    color: #fff;
    background: #5149c2;
}
button.big,
input[type='button'].big,
input[type='submit'].big,
.button.big {
    padding: 15px 52px;
}
@media (max-width: 768px) {
    button.big,
    input[type='button'].big,
    input[type='submit'].big,
    .button.big {
        font-size: 12px;
        padding: 13px 51px;
    }
}
button.small,
input[type='button'].small,
input[type='submit'].small,
.button.small {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}
button.wide,
input[type='button'].wide,
input[type='submit'].wide,
.button.wide {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}
button.size_wide,
input[type='button'].size_wide,
input[type='submit'].size_wide,
.button.size_wide {
    padding-left: 43px;
    padding-right: 43px;
}
button.secondary,
input[type='button'].secondary,
input[type='submit'].secondary,
.button.secondary {
    color: #5149c2;
    background: #fff;
}
button.secondary:hover,
input[type='button'].secondary:hover,
input[type='submit'].secondary:hover,
.button.secondary:hover {
    background: #5149c2;
}
button.button_success,
button.button_warning,
button.button_danger,
button.button_info,
input[type='button'].button_success,
input[type='button'].button_warning,
input[type='button'].button_danger,
input[type='button'].button_info,
input[type='submit'].button_success,
input[type='submit'].button_warning,
input[type='submit'].button_danger,
input[type='submit'].button_info,
.button.button_success,
.button.button_warning,
.button.button_danger,
.button.button_info {
    position: relative;
    border: none;
    padding-left: 48px;
    padding-right: 24px;
    width: auto;
    white-space: nowrap;
}
button.button_success::before,
button.button_warning::before,
button.button_danger::before,
button.button_info::before,
input[type='button'].button_success::before,
input[type='button'].button_warning::before,
input[type='button'].button_danger::before,
input[type='button'].button_info::before,
input[type='submit'].button_success::before,
input[type='submit'].button_warning::before,
input[type='submit'].button_danger::before,
input[type='submit'].button_info::before,
.button.button_success::before,
.button.button_warning::before,
.button.button_danger::before,
.button.button_info::before {
    content: '';
    position: absolute;
    left: 24px;
    top: 12px;
    width: 18px;
    height: 18px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
}
button.button_success,
input[type='button'].button_success,
input[type='submit'].button_success,
.button.button_success {
    color: #05cca8;
    background: rgba(5, 204, 168, 0.1607843137);
}
button.button_success::before,
input[type='button'].button_success::before,
input[type='submit'].button_success::before,
.button.button_success::before {
    background-image: url(../../img/queries/icon_button_success.svg);
}
button.button_warning,
input[type='button'].button_warning,
input[type='submit'].button_warning,
.button.button_warning {
    color: #cca105;
    background: rgba(255, 205, 26, 0.1607843137);
}
button.button_warning::before,
input[type='button'].button_warning::before,
input[type='submit'].button_warning::before,
.button.button_warning::before {
    background-image: url(../../img/queries/icon_button_warning.svg);
}
button.button_danger,
input[type='button'].button_danger,
input[type='submit'].button_danger,
.button.button_danger {
    color: #ff5353;
    background: rgba(255, 83, 83, 0.1607843137);
}
button.button_danger::before,
input[type='button'].button_danger::before,
input[type='submit'].button_danger::before,
.button.button_danger::before {
    background-image: url(../../img/queries/icon_button_danger.svg);
}
button.button_info,
input[type='button'].button_info,
input[type='submit'].button_info,
.button.button_info {
    color: #768ca1;
    background: #eff6fd;
}
button.button_info::before,
input[type='button'].button_info::before,
input[type='submit'].button_info::before,
.button.button_info::before {
    background-image: url(../../img/queries/icon_button_info.svg);
}

button.loading,
.button.loading {
    position: relative;
    color: #fff;
    background: #5149c2;
    border: solid 1px #5149c2;
    padding-right: 32px;
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 8px;
}
button.loading::after,
.button.loading::after {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    animation-name: spin;
    animation-duration: 700ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background-image: url(../../img/spinner.svg);
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -6px;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.col-12 {
    padding-left: 15px;
    padding-right: 15px;
}

.input :-ms-input-placeholder,
.input ::-moz-placeholder,
.input ::-webkit-input-placeholder,
.input ::placeholder {
    color: #55576a;
    opacity: 0.5;
}
.input .hidden {
    display: none;
}
.input .invalid-feedback {
    display: none;
}
.input.error,
.input.error > span {
    color: #ff5353;
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
}
.input.error input[type='email'],
.input.error input[type='email']:focus {
    box-shadow: 0 0 0 2px #ff5353;
}
.input.error .invalid-feedback {
    display: block;
}
.input.input_slimScroll {
    padding: 22px 24px;
    background: #fff;
}
.input input[type='email'] {
    display: block;
    margin: 1px;
    width: calc(100% - 2px);
    padding: 15px 18px;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #d4e1ee;
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #313344;
    transition: box-shadow 0.2s;
    font-family: 'Hanken Grotesk';
}
.input input[type='email']:focus {
    box-shadow: 0 0 0 2px #5149c2;
}

.input.error .image-input {
    border-color: #ff5353;
}
.input.error .invalid-feedback {
    display: block;
}
.input.input_slimScroll {
    padding: 22px 24px;
    background: #fff;
}
.input .filepond--drop-label {
    cursor: pointer;
}
.input .filepond--drop-label span {
    cursor: pointer;
}
.input .filepond--drop-label .label {
    padding: 0;
}
.input .filepond--drop-label span {
    display: block;
}
.input .filepond--drop-label span.text {
    font-weight: 500;
    font-size: 80%;
}
.input .image-input {
    position: relative;
    width: 180px;
    height: 180px;
    padding: 15px 40px;
    border-radius: 16px;
    background: url(../../img/cloud-upload.svg) center 22px no-repeat;
    border: 1px dashed #d4e1ee;
    display: flex;
    gap: 7px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 4px;
    padding: 15px;
}
@media (max-width: 767.98px) {
    .input .image-input {
        width: 100%;
        max-width: 290px;
    }
}
.input .image-input.hover {
    padding: 0;
}
.input .image-input.bg-none {
    background-image: none;
}
.input .image-input .filepond--root .filepond--list-scroller {
    margin-top: 0;
    margin-bottom: 0;
}
.input .image-input input[type='file'] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.input .image-input .button {
    pointer-events: none;
}
.input .image-input .button:not(.hover) {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #5149c2;
    border: solid 1px #5149c2;
    border-radius: 50px;
    padding: 11px 24px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
    white-space: nowrap;
}
.input .image-input .remove {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #5149c2;
    position: relative;
}
.input .image-input :not(.profile_filepond) label:hover .button {
    color: #5149c2;
    background: transparent;
}
.input .image-input.has-image {
    padding: 0;
    background-image: none;
}
.input .image-input.has-image {
    justify-content: flex-start;
}
.input .image-input .filepond--root .filepond--drop-label,
.input .image-input .filepond--root {
    height: 100% !important;
    width: 100%;
    margin: 0;
}
.input .image-input .filepond--panel-root {
    background: transparent;
}
.input .image-input .filepond--image-preview-wrapper {
    top: 15px;
}
.input .image-input .filepond--image-preview-wrapper,
.input .image-input .filepond--image-preview,
.input .image-input .filepond--item-panel,
.input .image-input .filepond--item-panel * {
    background: transparent !important;
}
.input .image-input .filepond--file-info,
.input .image-input .filepond--image-preview-overlay {
    display: none !important;
}
.input .image-input .filepond--drop-label.filepond--drop-label label {
    margin-top: 75px;
    cursor: pointer;
}
.input .image-input .remove {
    position: absolute;
    bottom: 15px;
    cursor: pointer;
}
.input .image-input.has-image .filepond--list-scroller {
    transform: none !important;
    height: calc(100% - 30px) !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 15px !important;
}
.input .image-input .filepond--item > .filepond--panel .filepond--panel-bottom {
    box-shadow: none !important;
}
.input .image-input.hover .profile_filepond .filepond--drop-label label {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #5149c2;
    border: solid 1px #5149c2;
    border-radius: 50px;
    padding: 11px 24px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    font-family: 'Hanken Grotesk', sans-serif;
    position: relative;
    transition: all 0.2s ease;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}
.input .image-input.hover .profile_filepond .filepond--drop-label label:after,
.input .image-input.hover .profile_filepond .filepond--drop-label label:before {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.input .image-input.hover .profile_filepond .filepond--drop-label label:before {
    content: '';
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scaleX(0);
}
.input .image-input.hover .profile_filepond .filepond--drop-label label:after {
    content: '';
    transform: translate3d(0, -100%, 0);
    transition:
        transform 0.2s cubic-bezier(0.1, 0, 0.3, 1),
        -webkit-transform 0.2s cubic-bezier(0.1, 0, 0.3, 1),
        -moz-transform 0.2s cubic-bezier(0.1, 0, 0.3, 1);
}
.input .image-input.hover:hover .profile_filepond .filepond--drop-label label:before {
    transform: translateZ(0) scaleX(1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.input .image-input.hover:hover .profile_filepond .filepond--drop-label label:after {
    transform: translateX(0) translateY(0) translateZ(0);
    transition-duration: 0.05s;
    transition-delay: 0.4s;
    transition-timing-function: linear;
}
.input .image-input.hover:hover .filepond--drop-label span {
    animation:
        ScaleUpHide 0.1s forwards,
        ZoomInFade 0.1s 0.1s forwards;
}
.input .image-input.hover:hover .filepond--drop-label span:last-of-type {
    position: relative;
    z-index: 9;
}
.input .image-input.hover:hover .filepond--drop-label span:first-of-type {
    color: #5149c2;
    transition: color 0.1s ease 0.1s;
}
.input .image-input.hover:hover .filepond--drop-label span:last-of-type svg path {
    fill: #5149c2;
}
.input .filepondInput .filepond--list {
    display: none;
}
.input .filepondInput .filepond--root .filepond--drop-label,
.input .filepondInput .filepond--root {
    height: 100% !important;
    width: 100%;
    margin: 0;
}
.input .filepondInput .filepond--panel-root {
    background: transparent;
}
.input .filepondInput .filepond--image-preview-wrapper {
    top: 15px;
}
.input .filepondInput .filepond--image-preview-wrapper,
.input .filepondInput .filepond--image-preview,
.input .filepondInput .filepond--item-panel,
.input .filepondInput .filepond--item-panel * {
    background: transparent !important;
}
.input .filepondInput .filepond--file-info,
.input .filepondInput .filepond--image-preview-overlay {
    display: none !important;
}
.input .filepondInput .filepond--drop-label.filepond--drop-label label {
    padding: 0;
}
.input .filepondInput .filepond--item > .filepond--panel .filepond--panel-bottom {
    box-shadow: none !important;
}
.input .filepondInput.filepond--root .filepond--drop-label {
    min-height: 46px;
    justify-content: flex-start;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.input .filepondInput.filepond--root {
    height: 46px !important;
    margin-bottom: 0;
}
.input .filepondInput .filepond--credits {
    display: none;
}
.input .add-btn {
    display: inline-flex;
    border-radius: 50px;
    border: solid 1px #5149c2;
    padding: 12px 24px 12px 24px;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #5149c2;
    align-items: center;
    gap: 9px;
    cursor: pointer;
}
.input .add-btn:hover {
    background-color: #5149c2;
    color: #fff;
}
.input .add-btn:hover svg path {
    fill: #fff;
}
.input .files {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
}
.input .files .files-title {
    width: 100%;
    color: #313344;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 24px 0 10px;
    display: none;
}
.input .files .file {
    margin: 10px 0 0;
}
.input .files .file:not(.added) {
    position: relative;
}
.input .files .file:not(.added) .add {
    display: inline-block;
    border-radius: 50px;
    border: solid 1px #5149c2;
    background: url(../../img/upload.svg) 24px center no-repeat;
    padding: 12px 24px 12px 50px;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #5149c2;
}
.input .files .file:not(.added) .name,
.input .files .file:not(.added) .remove {
    display: none;
}
.input .files .file:not(.added) input[type='file'] {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.input .files .file:not(.added) ~ :not(.added) {
    display: none;
}
.input .files .file.added {
    order: 100;
    padding: 4px 8px;
    margin: 0 8px 6px 0;
    border-radius: 50px;
    background: #eff6fd;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
}
.input .files .file.added .add {
    display: none;
}
.input .files .file.added .name {
    font-size: 10px;
    font-weight: 500;
    color: #768ca1;
}
.input .files .file.added .remove {
    width: 10px;
    height: 10px;
    background: url(../../img/remove-silver.svg) center center no-repeat;
    cursor: pointer;
}
.input .files .file.added input[type='file'] {
    display: none;
}
.input .files .file.added ~ .files-title {
    display: block;
}

.select2-results .select2-results__options {
    scrollbar-width: thin;
    scrollbar-color: rgba(221, 221, 221, 0.9882352941) transparent !important;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 0;
}

.select2-container--default .select2-results__group {
    padding: 6px 12px;
}

.select2-results li span,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable .item {
    padding: 4px 12px;
}

.error .select2 .select2-selection {
    box-shadow: 0 0 0 2px #ff5353;
}

.select2 {
    display: block;
}
.select2 .select2-search.select2-search--inline {
    display: none;
}
.select2 .select2-selection {
    margin: 0 1px;
    width: calc(100% - 2px);
    min-height: 52px;
    padding: 12px 15px;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #d4e1ee;
    outline: none;
    border: none !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #313344;
    transition: box-shadow 0.2s;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.select2 .selection::after {
    content: '';
    position: absolute;
    left: auto;
    width: 24px;
    height: 24px;
    background: url(../../img/select.svg) center center no-repeat;
    transition: 0.2s;
    top: 50%;
    right: 10px;
    pointer-events: none;
    transform: translateY(-50%);
    font-size: 12px;
    color: #333;
}
.select2 .select2-selection__arrow {
    display: none;
}
.select2 .select2-selection__choice__remove {
    padding: 0;
    width: 10px;
    height: 10px;
    background: url(../../img/remove-silver.svg) center center no-repeat;
    cursor: pointer;
}
.select2 .select2-selection__choice__remove span {
    display: none;
}

.select2-container .scrollBarContainer {
    right: 15px;
}

.select2-container--open .select2-dropdown,
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #d4e1ee;
    margin-top: 1px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable .item {
    display: block;
    background: #5149c2;
    color: #fff;
    color: inherit;
}

.select:not(.tree-checkbox) .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    padding: 4px 8px;
    border-radius: 50px;
    background: #eff6fd;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    color: #768ca1;
    border: none;
    flex-direction: row-reverse;
    margin: 0;
}

.select2-selection__choice {
    background-color: transparent;
    color: inherit;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: transparent;
    color: inherit;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border-radius: 4px 4px 0 0;
    border: none;
}
.select2-container--classic.select2-container--open .select2-selection--multiple:focus-within,
.select2-container--classic.select2-container--open .select2-selection--multiple:focus-within {
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px;
}

.select2-results .select2-results__option .checkbox {
    margin-bottom: 6px;
    margin-left: 22px;
}
.select2-results .select2-results__option--selected .checkbox:before {
    border: none;
    background: #5149c2 url(../img/checked.svg) center center no-repeat;
}
.select2-results .select2-results__option--selected .item {
    background-color: #f5f5f5;
}
.select2-results .checkbox {
    padding-left: 36px;
}
.select2-results .checkbox:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    border: 1px solid #d4e1ee;
    margin-right: 12px;
    background: white;
}
.select2-results .checkbox.level-1 {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    padding-left: 36px;
    margin-bottom: 12px;
}
.select2-results .checkbox.level-1::before {
    top: 0;
}
.select2-results .checkbox.level-2 {
    padding-left: 76px;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.select2-results .checkbox.level-2:before {
    top: -5px;
    left: 40px;
}
.select2-results .checkbox.level-3 {
    padding-left: 116px;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.select2-results .checkbox.level-3:before {
    top: -5px;
    left: 80px;
}

.select2-container--classic .select2-results__options {
    margin-top: 12px;
    margin-bottom: 7px;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 570px;
}

.select2-results .scroll-wrapper.mac + .scrollBarContainer {
    position: relative;
}
.select2-results .scroll-wrapper {
    padding: 0;
    padding-top: 0;
}
.select2-results .select2-results__options {
    /* Webkit Browsers */
    /* Firefox */
    /* IE 10+ */
}
.select2-results .select2-results__options::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
}
.select2-results .select2-results__options::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 6px;
}
.select2-results .select2-results__options::-webkit-scrollbar-track {
    background-color: transparent;
}
.select2-results .select2-results__options {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}
.select2-results .select2-results__options {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.select2-results li {
    padding: 0;
}
.select2-results li span {
    position: relative;
    display: block;
}
.select2-results li span span {
    color: #55576a;
}
.select2-results li.selected a:before {
    border: none;
    background: #5149c2 url(../../img/checked.svg) center center no-repeat;
}

.select {
    margin-bottom: 20px;
}
.select :-ms-input-placeholder,
.select ::-moz-placeholder,
.select ::-webkit-input-placeholder,
.select ::placeholder {
    color: #55576a;
    opacity: 0.5;
}
.select .hidden {
    display: none;
}
.select.error,
.select.error > span {
    color: #ff5353;
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
}
.select.error input[type='email'],
.select.error input[type='email']:focus {
    box-shadow: 0 0 0 2px #ff5353;
}
.select.error .invalid-feedback {
    display: block;
}
.select.error,
.select.error > span {
    color: #ff5353;
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
}
.select.error .dropdown-toggle {
    box-shadow: 0 0 0 2px #ff5353 !important;
}
.select.error .invalid-feedback {
    display: block;
}
.select .dropdown li.selected a {
    background-color: #f3f3f3;
}
.select .dropdown li a:hover {
    background-color: #5149c2;
    color: #fff;
}
.select .invalid-feedback {
    display: none;
}
.select .dropdown.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
    width: 100%;
}
.select .dropdown.open .dropdown-toggle {
    border-radius: 4px 4px 0 0;
}
.select .dropdown.open .bs-caret {
    transform: scaleY(-1);
}
.select .dropdown .tags {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 4px;
    position: relative;
    max-width: 100%;
    color: #bbb;
}
.select .dropdown .tags .tag {
    position: relative;
    z-index: 10;
    padding: 4px 8px;
    margin: 0 8px 0 0;
    border-radius: 50px;
    background: #eff6fd;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    color: #768ca1;
}
.select .dropdown .tags .tag .remove {
    width: 10px;
    height: 10px;
    background: url(../../img/remove-silver.svg) center center no-repeat;
    cursor: pointer;
}
.select .dropdown .bs-caret {
    position: relative;
    width: 24px;
    height: 24px;
    transition: 0.2s;
}
.select .dropdown .bs-caret::after {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../../img/select.svg) center center no-repeat;
    transition: 0.2s;
}
.select .dropdown .caret {
    display: none;
}
.select .dropdown .dropdown-toggle {
    margin: 0 1px;
    width: calc(100% - 2px);
    min-height: 46px;
    padding: 12px 15px;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #d4e1ee;
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #313344;
    transition: box-shadow 0.2s;
    background-color: #fff;
}
.select .dropdown .dropdown-toggle:hover,
.select .dropdown .dropdown-toggle:active,
.select .dropdown .dropdown-toggle:focus {
    outline: none !important;
    background-color: #fff;
}
.select .dropdown .dropdown-toggle:focus-within {
    z-index: 10;
}
.select .dropdown .dropdown-toggle.bs-placeholder:hover {
    color: #313344;
}
.select .dropdown .dropdown-menu {
    left: 0;
    margin-top: 0;
    padding: 5px 0;
    background: #fff;
    border-color: #d4e1ee;
    border-radius: 0 0 6px 6px;
    box-shadow: none;
}
.select .dropdown .dropdown-menu li a {
    outline: none !important;
    padding: 4px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #313344;
}
.select .dropdown .dropdown-menu li a .glyphicon-ok {
    display: none;
}

/*
*
*/
.select_checkbox_tree,
.select-tree__multiple {
    display: none;
}

.tree-container {
    position: relative;
    cursor: pointer;
}
.tree-container.opened .tree_selection-multiple {
    border-radius: 4px 4px 0 0;
}
@media (max-width: 767.98px) {
    .tree-container.opened .tree_selection-multiple {
        border-radius: 4px;
    }
}
@media (max-width: 767.98px) {
    .tree-container.opened .tree-toggle-dropdown {
        top: calc(50% - 306.5px - 16px);
        margin-top: 0;
    }
}
.tree-container .tree_selection-multiple {
    margin: 0 1px;
    width: 100%;
    min-height: 52px;
    padding: 12px 24px 12px 15px;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #d4e1ee;
    outline: none;
    border: none !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #313344;
    transition: box-shadow 0.2s;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.tree-container .tree_selection-multiple .selected-item {
    padding: 0px 8px;
    border-radius: 50px;
    background: #eff6fd;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    color: #768ca1;
    font-family: 'Hanken Grotesk';
    cursor: default;
}
.tree-container .tree_selection-multiple .selected-item .remove-item {
    background-color: transparent;
    border: none;
    padding: 0;
}
.tree-container .select-tree__dropdown {
    background-color: white;
    box-shadow: 0px 1px 1px 1px #d4e1ee;
    padding: 24px;
    position: absolute;
    z-index: 1;
    left: 1px;
    top: calc(100% + 1px);
    width: 100%;
    border-radius: 0 0 4px 4px;
    cursor: default;
}
.tree-container .select-tree__dropdown .scroll-wrapper ::-webkit-scrollbar {
    display: none;
}
.tree-container .select-tree__dropdown .select-tree__dropdown-inner ul {
    min-width: 560px;
}
@media (max-width: 767.98px) {
    .tree-container .select-tree__dropdown .select-tree__dropdown-inner ul {
        min-width: inherit;
    }
}
.tree-container .select-tree__dropdown .select-tree__dropdown-inner ul .children {
    margin-bottom: 10px;
}
.tree-container .select-tree__dropdown ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}
.tree-container .select-tree__dropdown ul li.closed .tree-toggle-children {
    transform: rotate(-90deg);
}
.tree-container .select-tree__dropdown ul li label {
    position: relative;
    user-select: none;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 120%;
    cursor: pointer;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding-left: 32px;
    min-height: 24px;
    display: inline-flex;
    color: #55576a;
}
.tree-container .select-tree__dropdown ul li label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    border: 1px solid #d4e1ee;
    margin-right: 12px;
    background: white;
}
.tree-container .select-tree__dropdown ul li label.last {
    margin-bottom: 6px;
}
.tree-container .select-tree__dropdown ul li label.selected:before {
    border: none;
    background: #5149c2 url(../img/checked.svg) center center no-repeat;
}
.tree-container .select-tree__dropdown ul.parent {
    padding-left: 0;
}
@media (max-width: 767.98px) {
    .tree-container .select-tree__dropdown ul.parent {
        min-width: inherit;
    }
}
.tree-container .select-tree__dropdown ul.parent > li > label {
    font-family: 'Hanken Grotesk';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}
.tree-container .select-tree__dropdown .select2-results .select2-results__option--selected .checkbox::before {
    border: none;
    background: #5149c2 url(../img/checked.svg) center center no-repeat;
}
.tree-container .tree-toggle-dropdown,
.tree-container .tree-toggle-children {
    background: none;
    border: none;
    padding: 0;
    position: relative;
    width: 24px;
    height: 24px;
}
.tree-container .tree-toggle-dropdown::after,
.tree-container .tree-toggle-children::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../img/select.svg) center center no-repeat;
    transition: 0.2s;
    pointer-events: none;
    transform: translateY(-50%);
    font-size: 12px;
    color: #333;
}
.tree-container .tree-toggle-dropdown {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    transition: transform 0.2s;
}

.tree-checkbox {
    margin-bottom: 20px;
}
.tree-checkbox.error > label {
    color: #ff5353;
}
.tree-checkbox.error .invalid-feedback {
    display: block;
}
.tree-checkbox.error .tree_selection-multiple {
    box-shadow: 0 0 0 2px #ff5353;
}
.tree-checkbox .select-tree__dropdown {
    top: calc(100% + 1px);
}
@media (max-width: 767.98px) {
    .tree-checkbox .select-tree__dropdown {
        margin-top: 12px;
        box-shadow: 0px 0px 1px 1px #d4e1ee;
        border-radius: 4px;
        position: inherit;
    }
}
.tree-checkbox .invalid-feedback {
    display: none;
    color: #ff5353;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 2px;
}
.tree-checkbox label {
    display: block;
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    user-select: none;
}
.tree-checkbox label.big {
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
    color: #313344;
}

.hierarchy-select .bootstrap-select > .dropdown-toggle:after {
    display: none;
}
.hierarchy-select :-ms-input-placeholder,
.hierarchy-select ::-moz-placeholder,
.hierarchy-select ::-webkit-input-placeholder,
.hierarchy-select ::placeholder {
    color: #55576a;
    opacity: 0.5;
}
.hierarchy-select .dropdown-menu .hierarchy-option {
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.hierarchy-select .dropdown-menu .hierarchy-option .checkmark {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 3px;
    margin-right: 10px;
    position: relative;
}
.hierarchy-select .dropdown-menu .hierarchy-option .checkmark::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    display: none;
}
.hierarchy-select .dropdown-menu .hierarchy-option.level-1 {
    padding-left: 10px;
    font-weight: bold;
}
.hierarchy-select .dropdown-menu .hierarchy-option.level-2 {
    padding-left: 30px;
}
.hierarchy-select .dropdown-menu .hierarchy-option.level-3 {
    padding-left: 50px;
}
.hierarchy-select .dropdown-menu .hierarchy-option.selected .checkmark {
    background-color: #007bff;
    border-color: #007bff;
}
.hierarchy-select .dropdown-menu .hierarchy-option.selected .checkmark::after {
    display: block;
}

@media (max-width: 768px) {
    .select label,
    .select label.big {
        font-size: 18px;
        line-height: 16.8px;
    }
    .select .bootstrap-select .dropdown-toggle .filter-option {
        padding-right: 0;
    }
}
.option-target.hidden {
    display: none;
}

.input .radio {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 61px;
    row-gap: 10px;
}
@media (max-width: 768px) {
    .input .radio {
        column-gap: 33px;
        margin-bottom: 24px;
    }
}
.input .radio label {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding: 3px 0px 3px 42px;
    cursor: pointer;
}
.input .radio label:before,
.input .radio label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: 0.2s;
}
.input .radio label:before {
    width: 22px;
    height: 22px;
    border: solid 1px #d4e1ee;
}
.input .radio label:after {
    width: 14px;
    height: 14px;
    opacity: 0;
    background: #5149c2;
}
.input .radio input {
    display: none;
}
.input .radio input:checked + label:before {
    border-color: #5149c2;
}
.input .radio input:checked + label:after {
    opacity: 1;
}

.col-12 {
    padding-left: 15px;
    padding-right: 15px;
}

.input input[type='text'],
.input input[type='tel'] {
    display: block;
    font-family: 'Hanken Grotesk';
    margin: 0 1px;
    width: calc(100% - 2px);
    padding: 16px 18px;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #d4e1ee;
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #313344;
    transition: box-shadow 0.2s;
}
.input input[type='text']:focus,
.input input[type='tel']:focus {
    box-shadow: 0 0 0 2px #5149c2;
}
.input :-ms-input-placeholder,
.input ::-moz-placeholder,
.input ::-webkit-input-placeholder,
.input ::placeholder {
    color: #55576a;
    opacity: 0.5;
}
.input .hidden {
    display: none;
}
.input .invalid-feedback {
    display: none;
}
.input.error,
.input.error > span {
    color: #ff5353;
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
}
.input.error label:before {
    border-color: #ff5353;
}
.input.error input[type='text'],
.input.error input[type='text']:focus,
.input.error input[type='password'],
.input.error input[type='password']:focus {
    box-shadow: 0 0 0 2px #ff5353;
}
.input.error .invalid-feedback {
    display: block;
}
.input.input_slimScroll {
    padding: 22px 24px;
    background: #fff;
}
.input .tags {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 4px;
    max-width: 50%;
    position: relative;
}
@media (max-width: 768px) {
    .input .tags {
        max-width: calc(100% - 40px);
    }
}
.input .tags .tag {
    position: relative;
    z-index: 10;
    padding: 4px 8px;
    margin: 0 8px 0 0;
    border-radius: 50px;
    background: #eff6fd;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    color: #768ca1;
}
.input .tags .tag .remove {
    width: 10px;
    height: 10px;
    background: url(../../img/remove-silver.svg) center center no-repeat;
    cursor: pointer;
}

.wrap_textarea textarea,
.input textarea {
    display: block;
    margin: 1px;
    width: calc(100% - 2px);
    width: 100%;
    padding: 15px 18px;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #d4e1ee;
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #313344;
    transition: box-shadow 0.2s;
    resize: none;
    min-height: 120px;
    font-family: 'Hanken Grotesk';
}
.wrap_textarea textarea:focus,
.input textarea:focus {
    box-shadow: 0 0 0 2px #5149c2;
}
.wrap_textarea textarea :-ms-input-placeholder,
.wrap_textarea textarea ::-moz-placeholder,
.wrap_textarea textarea ::-webkit-input-placeholder,
.wrap_textarea textarea ::placeholder,
.input textarea :-ms-input-placeholder,
.input textarea ::-moz-placeholder,
.input textarea ::-webkit-input-placeholder,
.input textarea ::placeholder {
    color: #55576a;
    opacity: 0.5;
}
.wrap_textarea.error,
.wrap_textarea.error > span,
.input.error,
.input.error > span {
    color: #ff5353;
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
}
.wrap_textarea.error textarea,
.wrap_textarea.error textarea:focus,
.input.error textarea,
.input.error textarea:focus {
    box-shadow: 0 0 0 2px #ff5353;
}
.wrap_textarea.error .invalid-feedback,
.input.error .invalid-feedback {
    display: block;
}

.select,
.input {
    margin-bottom: 20px;
}
.select label,
.input label {
    display: block;
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    user-select: none;
    color: #313344;
}
@media (max-width: 768px) {
    .select label,
    .input label {
        font-size: 14px;
        line-height: 16.8px;
    }
}
.select label.big,
.input label.big {
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
}
@media (max-width: 768px) {
    .select label.big,
    .input label.big {
        font-size: 18px;
        font-weight: 600;
        line-height: 25.2px;
    }
}
.select label.extra-top-margin,
.input label.extra-top-margin {
    margin-top: 20px;
}
.select label small,
.input label small {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.form {
    background: linear-gradient(180deg, #f6f9fc 68.5%, #bdc1ce 100%);
    padding-top: 24px;
    padding-bottom: 120px;
}
@media (max-width: 767.98px) {
    .form {
        padding-bottom: 65px;
    }
}
.form .wrap {
    max-width: 980px;
    margin: auto;
    padding: 55px 101px 77px 101px;
    border-radius: 16px;
    background: #fff;
}
@media (max-width: 767.98px) {
    .form .wrap {
        padding: 33px 17.5px 46px 17.5px;
    }
}
@media (max-width: 767.98px) {
    .form form {
        padding: 33px 17.5px 46px 17.5px;
    }
}
.form form .title {
    font-size: 36px;
    font-weight: 600;
    line-height: 43.2px;
    text-align: center;
    color: #313344;
    margin: 0 0 3px;
}
@media (max-width: 767.98px) {
    .form form .title {
        font-size: 24px;
        font-weight: 600;
        line-height: 28.8px;
        margin: 0 0 16px;
    }
}
.form form .title.extra-bottom-margin {
    margin-bottom: 30px;
}
.form form .subtitle {
    margin: 3px 0 45px;
}
@media (max-width: 767.98px) {
    .form form .subtitle {
        margin: 16px 0 34px;
    }
}
.form form .subtitle,
.form form .subtitle * {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #55576a;
}
.form form .subtitle a {
    color: #5149c2;
    text-transform: none;
    transition: 0.2s;
}
.form form .subtitle a:hover {
    color: #000;
}

.accepted.subscription {
    background: none;
    padding-bottom: 0;
}
@media (max-width: 767.98px) {
    .accepted.subscription {
        padding: 0;
    }
}
.accepted.subscription .heading {
    height: 90px;
    margin-bottom: -90px;
}
@media (max-width: 767.98px) {
    .accepted.subscription .heading {
        display: none;
    }
}
.accepted.subscription .heading .title {
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
    .accepted.subscription .container .box {
        padding-bottom: 150px;
    }
}
@media (max-width: 767.98px) {
    .accepted .container {
        padding: 0;
    }
}
.accepted .container .box {
    max-width: 700px;
    padding-top: 170px;
    padding-bottom: 210px;
    background:
        url(../img/accepted/bg1.svg) left 50px no-repeat,
        url(../img/accepted/bg2.svg) right 70px top no-repeat;
    margin: 0 auto;
}
@media (max-width: 767.98px) {
    .accepted .container .box {
        padding-top: 90px;
        padding-bottom: 140px;
        background-position:
            right top,
            left top;
        margin-top: -14px;
    }
}
.accepted .container .box:before {
    content: '';
    width: 216px;
    height: 199px;
    display: block;
    margin: 0 auto 22px;
    background: url(../img/accepted/checked.png) center center/contain no-repeat;
}
.accepted .container .box .title {
    margin: 22px auto 12px;
    font-size: 36px;
    font-weight: 600;
    line-height: 43.2px;
    text-align: center;
    color: #313344;
}
@media (max-width: 767.98px) {
    .accepted .container .box .title {
        max-width: 262px;
        font-size: 24px;
        line-height: 28.8px;
    }
}
.accepted .container .box .subtitle {
    max-width: 533px;
    margin: 12px auto 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #55576a;
}
@media (max-width: 767.98px) {
    .accepted .container .box .subtitle {
        font-size: 12px;
    }
}
.accepted .container .box .box_button {
    margin-top: 24px;
    text-align: center;
}
.accepted .container .box .box_button .button {
    padding-left: 44px;
    padding-right: 44px;
}

.user-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 19px;
}
.user-nav .nav-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.user-nav .nav-item .nav-link {
    position: relative;
    display: flex;
    gap: 10px;
    padding: 8px 8px 8px 20px;
    background-position: 20px center;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #313344;
    text-decoration: none;
    transition: 0.2s;
}
.user-nav .nav-item .nav-link:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    border-left: solid 2px rgba(81, 73, 194, 0);
    transition: 0.2s;
}
.user-nav .nav-item .nav-link * {
    color: inherit;
}
.user-nav .nav-item .nav-link svg path {
    fill: currentColor;
    transition: 0.2s;
}
.user-nav .nav-item .nav-link.active,
.user-nav .nav-item .nav-link:hover {
    color: #5149c2 !important;
}
.user-nav .nav-item .nav-link.active:before,
.user-nav .nav-item .nav-link:hover:before {
    border-left-color: #5149c2;
}
.user-nav .nav-item.logout {
    margin-top: 55px;
}
.user-nav .nav-item.logout .nav-link {
    color: #ff5353;
}

main .user-nav {
    border-left: dashed 1px #d4e1ee;
}

.hero {
    background: linear-gradient(180deg, #f6f9fc 68.5%, #bdc1ce 100%);
    padding: 116px 0 65px;
    margin-top: -134px;
    position: relative;
}

@media (max-width: 767.98px) {
    .hero {
        padding: 49px 0;
        margin-top: -65px;
    }
}

.hero .icons .iconbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero .icons .iconbox span {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #000;
    max-width: 85px;
}

.hero .icons .icon {
    display: flex;
    height: 85px;
    width: 85px;
    padding: 20px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid rgba(212, 225, 238, 0.50);
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(49, 51, 68, 0.10);
}

.hero .mobile-icon {
    position: absolute;
    z-index: 0;
    bottom: 136px;
    height: 129px;
    left: 50%;
}

.hero .container {
    overflow: hidden;
}

.hero .container .title {
    font-size: 55px;
    font-weight: 600;
    line-height: 55px;
    text-align: center;
    margin: 60px 0 10px;
    color: #313344;
}

@media (max-width: 767.98px) {
    .hero .container .title {
        font-size: 28px;
        line-height: 34px;
        margin-top: 89px;
    }
}

.hero .container form {
    max-width: 562px;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
    column-gap: 9px;
}
.hero .container form select {
    appearance: none;
    background: url(../img/select.svg) top 14px right 18px no-repeat #fff;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 16px 42px 16px 18px;
    outline: none;
    cursor: pointer;
    flex-grow: 1;
    color: #313344;
    border: 1px solid #d4e1ee;
    max-width: 380px;
}

.hero .container form .select-button {
    margin-top: 24px;
    display: flex;
    gap: 15px;
    flex-direction: column;
}

@media(min-width: 768px) {
    .hero .container form .select-button {
        flex-direction: row;
    }
}

@media (max-width: 575.98px) {
    .hero .container form select {
        margin-top: 0;
    }
}
@media (max-width: 575.98px) {
    .hero .container form select {
        width: 100%;
    }
}
.hero .container form select::-ms-expand {
    display: none;
}

.hero .container form p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    margin: 0;
}
.hero .container form p strong {
    font-weight: 500;
    color: #313344;
}
.hero .hero-image {
    display: block;
    max-width: 100%;
    margin: 20px auto 20px;
}

.hero .icons .labeled-icons {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

@media(min-width: 768px) {
    .hero .hero-image {
        margin: 40px auto -30px;
    }

    .hero .icons .labeled-icons {
        gap: 32px;
    }
}

.hero .mobile-hero-image {
    max-height: 320px;
    overflow: hidden;
    justify-content: center;
    align-items: flex-end;
}

.hero .mobile-hero-image img {
    max-width: 120%;
}

.page-hero {
    background: linear-gradient(180deg, #f6f9fc 57.89%, #bdc1ce 112.11%);
    padding: 134px 0 75px;
    margin-top: -134px;
    min-height: 380px;
    display: flex;
    align-items: center;
}
@media (max-width: 767.98px) {
    .page-hero {
        padding: 90px 0 10px;
        margin-top: -65px;
        min-height: 266px;
    }
}
.page-hero .text {
    line-height: 18px;
}
.page-hero .text * {
    font-size: 14px;
    font-weight: 400;
}
@media (max-width: 767.98px) {
    .page-hero .text * {
        font-size: 12px;
    }
}
.page-hero .text strong {
    font-weight: 500;
}
.page-hero .text > :not(:last-child):after {
    content: '|';
    display: inline-block;
    width: 40px;
    text-align: center;
    font-weight: 400;
}
.page-hero .subtitle {
    margin: 0;
    color: #5149c2;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
}
@media (max-width: 767.98px) {
    .page-hero .subtitle {
        font-size: 14px;
        line-height: 16.8px;
    }
}
.page-hero .title {
    margin: 15px 0 11px;
    font-size: 36px;
    font-weight: 600;
    line-height: 43.2px;
    color: #313344;
    max-width: 560px;
}
@media (max-width: 767.98px) {
    .page-hero .title {
        margin: 17px 0 15px;
        font-size: 24px;
        line-height: 28.8px;
    }
}

.page_hero_company .card {
    display: flex;
    align-items: flex-start;
}
.page_hero_company .card .logo {
    overflow: hidden;
    max-width: 116px;
    border: 1px solid #d4e1ee;
    border-radius: 16px;
}
.page_hero_company .card .logo img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 767.98px) {
    .page_hero_company .card .logo {
        width: 50px;
    }
}
.page_hero_company .card .info {
    padding-left: 27px;
}
@media (max-width: 767.98px) {
    .page_hero_company .card .info {
        display: flex;
        flex-direction: column;
        padding-left: 9px;
    }
}
.page_hero_company .card .info .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin: 0 0 4px;
}
@media (max-width: 767.98px) {
    .page_hero_company .card .info .title {
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
    }
}
.page_hero_company .card .info .categories {
    margin-bottom: 16px;
}
@media (max-width: 767.98px) {
    .page_hero_company .card .info .categories {
        order: 2;
        margin: 0 0 -5px -59px;
    }
}
@media (max-width: 767.98px) {
    .page_hero_company .card .info .categories .link_category {
        margin-bottom: 5px;
    }
}
.page_hero_company .card .info .feedback {
    display: flex;
    align-items: center;
}
@media (max-width: 767.98px) {
    .page_hero_company .card .info .feedback {
        margin-bottom: 28px;
    }
}
.page_hero_company .card .info .feedback .rate {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}
@media (max-width: 767.98px) {
    .page_hero_company .card .info .feedback .rate {
        font-size: 11px;
        font-weight: 500;
        line-height: 14px;
    }
}
.page_hero_company .card .info .feedback .stars {
    margin: 0 13px;
}
@media (max-width: 767.98px) {
    .page_hero_company .card .info .feedback .stars {
        margin: 0 8px;
    }
}
.page_hero_company .card .info .feedback .count {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
@media (max-width: 767.98px) {
    .page_hero_company .card .info .feedback .count {
        font-size: 11px;
        font-weight: 400;
        line-height: 14.33px;
    }
}

.image-hero {
    margin-bottom: 70px;
}
@media (max-width: 767.98px) {
    .image-hero {
        margin-bottom: 93px;
    }
}
.image-hero .wrapper {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.image-hero .wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    z-index: 0;
}

@media (max-width: 767.98px) {
    .image-hero .wrapper {
        min-height: 346px;
    }
}
.image-hero .wrapper .title {
    color: #fff;
    margin: auto 100px 50px;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    max-width: 772px;
    position: relative;
    z-index: 2;
}
@media (max-width: 767.98px) {
    .image-hero .wrapper .title {
        font-size: 28px;
        line-height: 33.6px;
        margin: auto 27px 43px 19px;
    }
}
.image-hero .wrapper .icon {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #5149c2;
    transition: 0.2s;
    position: relative;
    z-index: 2;
}
@media (max-width: 767.98px) {
    .image-hero .wrapper .icon {
        width: 60px;
        height: 60px;
        border-radius: 12px;
    }
}
.image-hero .wrapper .icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}
@media (max-width: 767.98px) {
    .image-hero .wrapper .icon img {
        width: 32px;
        height: 32px;
    }
}

.image-and-icon-text {
    background: #313344;
    padding-top: 80px;
    padding-bottom: 100px;
}
@media (max-width: 767.98px) {
    .image-and-icon-text {
        padding-top: 55px;
        padding-bottom: 55px;
    }
}
.image-and-icon-text .row {
    align-items: center;
}
.image-and-icon-text .row .text-column * {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}
@media (max-width: 767.98px) {
    .image-and-icon-text .row .text-column * {
        max-width: 469px;
        font-size: 12px;
        margin: 0 auto;
    }
}
.image-and-icon-text .row .text-column .title {
    font-size: 30px;
    font-weight: 600;
    line-height: 43.2px;
    margin-bottom: 18px;
}
@media (max-width: 767.98px) {
    .image-and-icon-text .row .text-column .title {
        font-size: 24px;
        line-height: 28.8px;
    }
}
.image-and-icon-text .row .text-column ul {
    list-style: none;
    margin-top: 54px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
@media (max-width: 767.98px) {
    .image-and-icon-text .row .text-column ul {
        margin-top: 30px;
        gap: 10px;
    }
}
.image-and-icon-text .row .text-column ul * {
    margin: 0;
}
.image-and-icon-text .row .text-column ul li {
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
    min-height: 49px;
    display: flex;
    align-items: center;
    padding: 0 0 0 70px;
    background-position: left top;
    background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
    .image-and-icon-text .row .text-column ul li {
        font-size: 18px;
        line-height: 25.2px;
    }
}
.image-and-icon-text .row .text-column ul li.diamond {
    background-image: url(../img/image-and-icon-text/diamond.svg);
}
.image-and-icon-text .row .text-column ul li.premium {
    background-image: url(../img/image-and-icon-text/premium.svg);
}
.image-and-icon-text .row .text-column ul li.text {
    background-image: url(../img/image-and-icon-text/text.svg);
}
.image-and-icon-text .row .text-column ul li.trophy {
    background-image: url(../img/image-and-icon-text/trophy.svg);
}
.image-and-icon-text .row .text-column ul li.new {
    background-image: url(../img/image-and-icon-text/new.svg);
}
.image-and-icon-text .row .text-column > * {
    max-width: 490px;
}
.image-and-icon-text .row img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    border-radius: 30px;
}
@media (max-width: 767.98px) {
    .image-and-icon-text .row img {
        margin-top: 58px;
        border-radius: 15px;
    }
}
.image-and-icon-text .button-wrap {
    margin: 60px auto 15px;
    max-width: 379px;
}
@media (min-width: 768px) {
    .image-and-icon-text.reversed.reversed .row {
        flex-direction: row-reverse;
    }
    .image-and-icon-text.reversed.reversed .row .text-column > * {
        margin-left: auto;
    }
}

.before-building {
    text-align: center;
    margin-top: 90px;
    margin-bottom: 120px;
}
@media (max-width: 767.98px) {
    .before-building {
        margin-top: 65px;
        margin-bottom: 65px;
    }
}
.before-building .title {
    font-size: 36px;
    font-weight: 600;
    line-height: 43.2px;
    color: #313344;
    margin: 0 0 45px;
}
@media (max-width: 767.98px) {
    .before-building .title {
        font-size: 24px;
        line-height: 28.8px;
        margin-bottom: 12px;
    }
}
.before-building .row > div > * {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    color: #55576a;
}
@media (max-width: 767.98px) {
    .before-building .row > div > * {
        font-size: 12px;
    }
}
.before-building .row > div > *:last-child {
    margin: 0;
}
.before-building .row .icon {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(25, 22, 81, 0.231372549);
    margin: 0 auto 18px;
}
@media (max-width: 767.98px) {
    .before-building .row .icon {
        margin-top: 33px;
        width: 60px;
        height: 60px;
        border-radius: 12px;
        border: 1px solid #d4e1ee;
    }
}
.before-building .row .icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}
@media (max-width: 767.98px) {
    .before-building .row .icon img {
        width: 32px;
        height: 32px;
    }
}
.before-building .row .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    margin: 0 0 8px;
}
@media (max-width: 767.98px) {
    .before-building .row .title {
        font-size: 14px;
        line-height: 16.8px;
    }
}

.before-building .row > div {
    transform: scale(1);
    transition: all 0.1s ease;
}
.before-building .row > div:hover {
    transform: scale(1.05);
}
.before-building .row>div .title,
.before-building .row>div a {
    transition: all 0.2s ease;
}
/* .before-building .row>div:hover .title,
.before-building .row>div:hover a {
    color: #5149c2;
} */

.find-service-provider {
    position: relative;
    border-top: 1px dashed rgba(212, 225, 238, 0.6);
    text-align: center;
    padding-top: 30px;
    margin-top: 120px;
    margin-bottom: 140px;
}
@media (max-width: 767.98px) {
    .find-service-provider {
        margin-top: 65px;
        margin-bottom: 65px;
    }
}
.find-service-provider:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    border-top: solid 1px #5149c2;
}
.find-service-provider .title {
    font-size: 36px;
    font-weight: 600;
    line-height: 43.2px;
    color: #313344;
    margin: 0 auto 45px;
}
@media (max-width: 767.98px) {
    .find-service-provider .title {
        font-size: 24px;
        line-height: 28.8px;
        margin-bottom: 25px;
    }
}
.find-service-provider .card {
    position: relative;
    background: #eff4f9;
    border-radius: 8px;
    padding: 34px 22px 34px 34px;
    margin: 0 0 20px;
    min-height: 244px;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
}
@media (max-width: 767.98px) {
    .find-service-provider .card {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        min-height: 80px;
        padding: 18px 25px 18px 18px;
    }
}
.find-service-provider .card > * {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    color: #55576a;
}
@media (max-width: 767.98px) {
    .find-service-provider .card > * {
        font-size: 12px;
    }
}
.find-service-provider .card > *:last-child {
    margin: 0;
}
.find-service-provider .card .icon {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #5149c2;
    transition: 0.2s;
    position: relative;
}
@media (max-width: 767.98px) {
    .find-service-provider .card .icon {
        width: 44px;
        height: 44px;
        border-radius: 9px;
    }
}
.find-service-provider .card .icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}
@media (max-width: 767.98px) {
    .find-service-provider .card .icon img {
        width: 32px;
        height: 32px;
    }
}
.find-service-provider .card .text {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
}
@media (max-width: 767.98px) {
    .find-service-provider .card .text img {
        display: none;
    }
}
.find-service-provider .card .title {
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}

html[lang="ru"] .find-service-provider .card .title {
    font-size: 18px;
}

@media (max-width: 767.98px) {
    .find-service-provider .card .title {
        font-size: 14px;
        line-height: 16.8px;
    }
}
.find-service-provider .card a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.find-service-provider .card:hover .text img {
    transform: rotate(-30deg);
}
.find-service-provider .card:hover .icon {
    background: #313344;
}
.find-service-provider .card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #f6f9fc 44.71%, #bdc1ce 100%);
    border-radius: 8px;
    opacity: 0;
    transition: 0.2s;
}
.find-service-provider .card:hover:before {
    opacity: 1;
}

.how-it-works {
    padding-top: 130px;
    padding-bottom: 120px;
}
@media (max-width: 767.98px) {
    .how-it-works {
        margin-top: 65px;
        margin-bottom: 65px;
    }
}
.how-it-works .row {
    align-items: center;
}
@media (max-width: 767.98px) {
    .how-it-works .row {
        flex-direction: column-reverse;
    }
}
.how-it-works .row > div * {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}
@media (max-width: 767.98px) {
    .how-it-works .row > div * {
        font-size: 12px;
    }
}
.how-it-works .row > div .title {
    color: #313344;
    font-size: 36px;
    font-weight: 600;
    line-height: 43.2px;
    margin: 0 0 18px auto;
    max-width: 100%;
    width: 507px;
}
@media (max-width: 767.98px) {
    .how-it-works .row > div .title {
        font-size: 24px;
        line-height: 28.8px;
        margin: 0 auto 18px auto;
    }
}
.how-it-works .row > div ul {
    list-style: none;
    margin: 37px 0 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 100%;
    width: 507px;
}
@media (max-width: 767.98px) {
    .how-it-works .row > div ul {
        margin: 37px auto 0;
    }
}
.how-it-works .row > div ul * {
    margin: 0;
}
.how-it-works .row > div ul li {
    display: flex;
    align-items: center;
    gap: 18px;
}
.how-it-works .row > div ul li .text {
    width: calc(100% - 80px - 18px);
    display: flex;
    flex-direction: column;
    gap: 8px;
}
@media (max-width: 767.98px) {
    .how-it-works .row > div ul li .text {
        width: calc(100% - 60px - 18px);
    }
}
.how-it-works .row > div ul li .text .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    margin: 0;
}
@media (max-width: 767.98px) {
    .how-it-works .row > div ul li .text .title {
        font-size: 14px;
        line-height: 16.8px;
    }
}
.how-it-works .row > div ul li:before {
    content: '';
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 16px;
    box-shadow: 0px 2px 4px 0px rgba(25, 22, 81, 0.231372549);
    background-position: center center;
    background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
    .how-it-works .row > div ul li:before {
        width: 60px;
        height: 60px;
        border: 0.75px solid #d4e1ee;
        border-radius: 12px;
        box-shadow: none;
        background-size: 32px;
    }
}
.how-it-works .row > div ul li.assignment:before {
    background-image: url(../img/how-it-works/assignment.svg);
}
.how-it-works .row > div ul li.person:before {
    background-image: url(../img/how-it-works/person.svg);
}
.how-it-works .row > div ul li.chat:before {
    background-image: url(../img/how-it-works/chat.svg);
}
.how-it-works .row > div ul li.check-circle:before {
    background-image: url(../img/how-it-works/check-circle.svg);
}
.how-it-works .row > div ul li.star:before {
    background-image: url(../img/how-it-works/star.svg);
}
.how-it-works .row > div ul li.euro:before {
    background-image: url(../img/how-it-works/star.svg);
}
.how-it-works .row > div .video {
    position: relative;
    max-width: 100%;
    /* width: 580px; */
    cursor: pointer;
}

.how-it-works .row > div .video img {
    max-width: 100%;
}

#popup_youtube_video iframe {
    border-radius: 16px;
}

@media (max-width: 767.98px) {
    .how-it-works .row > div .video {
        margin: 58px auto 0;
    }
}
/* .how-it-works .row > div .video:before,
.how-it-works .row > div .video:after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0.9;
    transform: translate(-50%, -50%);
    transition: 0.2s;
}
.how-it-works .row > div .video:before {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    box-shadow: 0px 4px 20px 0px rgba(167, 167, 167, 0.2509803922);
    background: #fff;
}
@media (max-width: 767.98px) {
    .how-it-works .row > div .video:before {
        width: 90px;
        height: 90px;
        box-shadow: 0px 2px 10px 0px rgba(167, 167, 167, 0.2509803922);
    }
}
.how-it-works .row > div .video:after {
    width: 30px;
    height: 30px;
    background: url(../img/how-it-works/play.svg) center center/contain no-repeat;
}
@media (max-width: 767.98px) {
    .how-it-works .row > div .video:after {
        width: 15px;
        height: 15px;
    }
}
.how-it-works .row > div .video:hover:before,
.how-it-works .row > div .video:hover:after {
    opacity: 1;
}
.how-it-works .row > div .video.played:before,
.how-it-works .row > div .video.played:after {
    opacity: 0;
} */
.how-it-works .row > div .video video {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 30px;
}
@media (max-width: 767.98px) {
    .how-it-works .row > div .video video {
        border-radius: 15px;
    }
}
@media (min-width: 768px) {
    .how-it-works.reversed .row {
        flex-direction: row-reverse;
    }
    .how-it-works.reversed .row > div .title,
    .how-it-works.reversed .row > div ul {
        width: auto;
    }
}
.how-it-works.white {
    background: #fff;
    padding-top: 135px;
    padding-bottom: 135px;
    margin-top: 0;
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
    .how-it-works.white {
        padding-top: 15px;
        padding-bottom: 82px;
    }
}

.service-categories {
    margin-top: 70px;
    margin-bottom: 70px;
}
@media (max-width: 767.98px) {
    .service-categories {
        margin-top: 93px;
        margin-bottom: 63px;
    }
}
.service-categories .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
    margin: 0 0 24px;
    padding-top: 34px;
    position: relative;
    border-top: dashed 1px #d4e1ee;
    max-width: 340px;
}
@media (max-width: 767.98px) {
    .service-categories .title {
        font-size: 18px;
        line-height: 25.2px;
    }
}
.service-categories .title:after {
    content: '';
    width: 35px;
    border-top: solid 1px #5149c2;
    position: absolute;
    top: -1px;
    left: 0;
}
@media (max-width: 767.98px) {
    .service-categories .title:after {
        width: 27px;
    }
}
.service-categories ul {
    list-style: none;
    margin: 24px 0 100px;
    padding: 0;
    max-width: 340px;
}
@media (max-width: 767.98px) {
    .service-categories ul {
        margin-bottom: 57px;
    }
}
.service-categories ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    text-decoration: none;
    color: #5149c2;
    transition: 0.2s;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.service-categories ul li a:hover {
    color: #000;
}

.service-categories ul li a img {
    margin-bottom: 7px;
}

.faq {
    margin-top: 75px;
    margin-bottom: 121px;
}
@media (max-width: 767.98px) {
    .faq {
        margin-top: 51px;
        margin-bottom: 72px;
    }
}
.faq input {
    display: none;
}
.faq input + div {
    position: relative;
    padding: 20px 95px 20px 20px;
    border-radius: 16px;
    border: solid 1px #d4e1ee;
    min-height: 78px;
    box-shadow: 0px 0 0 0px rgba(46, 36, 68, 0.1490196078);
    margin-bottom: 14px;
    transition: 0.2s;
}
@media (max-width: 575.98px) {
    .faq input + div {
        padding: 20px 70px 20px 20px;
    }
}
.faq input + div label {
    position: absolute;
    top: 19px;
    right: 19px;
    width: 40px;
    height: 40px;
    background: #ebeaff;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s;
}
.faq input + div label:before,
.faq input + div label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%);
    transition: 0.2s;
}
.faq input + div label:before {
    background: url(../img/add.svg) center center/contain no-repeat;
    opacity: 1;
}
.faq input + div label:after {
    background: url(../img/remove.svg) center center/contain no-repeat;
    opacity: 0;
}
.faq input + div .faq-body {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    max-height: 0;
    overflow: hidden;
}
@media (max-width: 767.98px) {
    .faq input + div p {
        font-size: 12px;
    }
}
@media (max-width: 575.98px) {
    .faq input + div p {
        margin-right: -12px;
    }
}
.faq input + div .question {
    color: #313344;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin: 0;
}
@media (max-width: 767.98px) {
    .faq input + div .question {
        font-size: 14px;
        line-height: 16.8px;
    }
}
.faq input:checked + div {
    border-color: rgba(255, 255, 255, 0);
    box-shadow: 0px 10px 20px 0px rgba(46, 36, 68, 0.1490196078);
}
.faq input:checked + div .faq-body {
    max-height: 1000px;
    margin-top: 12px;
}
.faq input:checked + div label {
    background: #5149c2;
}
.faq input:checked + div label:before {
    opacity: 0;
}
.faq input:checked + div label:after {
    opacity: 1;
}

.companies-list {
    margin-top: 58px;
    margin-bottom: 130px;
}
@media (max-width: 767.98px) {
    .companies-list {
        margin-top: 34px;
        margin-bottom: 94px;
    }
}
.companies-list .cards {
    max-width: 879px;
    margin: 0 auto 96px;
}
@media (max-width: 767.98px) {
    .companies-list .cards {
        margin-bottom: 55px;
    }
}
.companies-list .cards .card {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    column-gap: 37px;
    row-gap: 24px;
    padding: 18px;
    border-radius: 10px;
    border: solid 1px #ececec;
    margin-bottom: 16px;
}
@media (max-width: 767.98px) {
    .companies-list .cards .card {
        padding: 18px 9px 30px 9px;
    }
}
@media (max-width: 575.98px) {
    .companies-list .cards .card {
        flex-direction: column;
    }
}
.companies-list .cards .card .inner {
    max-width: 665px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (max-width: 767.98px) {
    .companies-list .cards .card .inner {
        align-items: center;
        row-gap: 16px;
    }
}
.companies-list .cards .card .inner .logo {
    width: 76px;
    height: 76px;
}
@media (max-width: 767.98px) {
    .companies-list .cards .card .inner .logo {
        width: 50px;
        width: 50px;
    }
}
.companies-list .cards .card .inner .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
@media (max-width: 767.98px) {
    .companies-list .cards .card .inner .logo img {
        border-radius: 10.5px;
    }
}
.companies-list .cards .card .inner .info {
    width: calc(100% - 76px - 18px);
}
@media (min-width: 768px) {
    .companies-list .cards .card .inner .info ~ .categories {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .companies-list .cards .card .inner .info {
        width: calc(100% - 50px - 4px);
    }
    .companies-list .cards .card .inner .info .categories {
        display: none;
    }
}
.companies-list .cards .card .inner .info .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    margin: 0 0 6px;
}
@media (max-width: 767.98px) {
    .companies-list .cards .card .inner .info .title {
        font-size: 14px;
        line-height: 16.8px;
        margin-bottom: 4px;
    }
}
.companies-list .cards .card .inner .info .feedback {
    border-bottom: dashed 1px #d4e1ee;
    padding: 12px 0;
    display: flex;
    white-space: nowrap;
    gap: 8px;
}
@media (max-width: 767.98px) {
    .companies-list .cards .card .inner .info .feedback {
        border: none;
        padding: 0;
    }
}
.companies-list .cards .card .inner .info .feedback * {
    flex-shrink: 0;
}
.companies-list .cards .card .inner .info .feedback:not(:last-child) {
    margin-bottom: 11px;
}
.companies-list .cards .card .inner .info .feedback .rate {
    font-size: 11px;
    font-weight: 500;
    line-height: 14.33px;
    color: #313344;
}
.companies-list .cards .card .inner .info .feedback .stars {
    position: relative;
    width: 100px;
    background: url(../img/companies-list/silver-star.svg) left center/contain repeat-x;
}
.companies-list .cards .card .inner .info .feedback .stars i {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../img/companies-list/gold-star.svg) left center/contain repeat-x;
}
.companies-list .cards .card .inner .info .feedback .count {
    font-size: 11px;
    font-weight: 400;
    line-height: 14.33px;
}
.companies-list .cards .card .inner .tags {
    width: calc(100% - 18px);
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 11px;
}
@media (min-width: 768px) {
    .companies-list .cards .card .inner .tags {
        margin: 12px 0 0 94px;
    }
}
.companies-list .cards .card .inner .tags .tag {
    color: #55576a;
    min-height: 28px;
    padding-left: 28px;
    font-size: 11px;
    line-height: 15.38px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
}
.companies-list .cards .card .inner .tags .tag.diamond {
    background-image: url(../img/companies-list/diamond.svg);
}
.companies-list .cards .card .inner .tags .tag.premium {
    background-image: url(../img/companies-list/premium.svg);
}
.companies-list .cards .card .inner .tags .tag.trophy {
    background-image: url(../img/companies-list/trophy.svg);
}
.companies-list .cards .card .inner .tags .tag.text {
    background-image: url(../img/companies-list/text.svg);
}
.companies-list .cards .card .inner .tags .tag.new {
    background-image: url(../img/companies-list/new.svg);
}
.companies-list .cards .card .inner .categories {
    width: calc(100% - 18px);
    display: flex;
    flex-wrap: wrap;
    column-gap: 6px;
    row-gap: 5px;
}
@media (max-width: 767.98px) {
    .companies-list .cards .card .inner .categories {
        padding-top: 16px;
        border-top: dashed 1px #d4e1ee;
    }
}
.companies-list .cards .card .inner .categories a {
    color: #768ca1;
    background: #eff6fd;
    padding: 4px 8px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 500;
    line-height: 13px;
    text-decoration: none;
    text-transform: lowercase;
}
.companies-list .cards .card .inner .categories a:first-letter {
    text-transform: uppercase;
}

.companies-list .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.companies-list .cards .card .inner .excerpt {
    width: 100%;
    margin: 0;
    line-height: 18px;
}
@media (min-width: 768px) {
    .companies-list .cards .card .inner .excerpt {
        margin-top: 24px;
    }
}
.companies-list .cards .card .inner .excerpt,
.companies-list .cards .card .inner .excerpt * {
    font-size: 14px;
}
@media (max-width: 767.98px) {
    .companies-list .cards .card .inner .excerpt,
    .companies-list .cards .card .inner .excerpt * {
        font-size: 12px;
    }
}
@media (max-width: 767.98px) {
    .companies-list .cards .card .inner .excerpt a {
        text-decoration: none;
    }
}
@media (min-width: 768px) {
    .companies-list .cards .card .inner .excerpt a {
        font-weight: 600;
    }
}
.companies-list .cards .card .inner .excerpt a:hover {
    text-decoration: none;
}
.companies-list .cards .card .actions {
    width: 129px;
    flex-shrink: 0;
}
@media (max-width: 575.98px) {
    .companies-list .cards .card .actions {
        width: 100%;
    }
}
.companies-list .cards .card .actions p {
    margin: 8px 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 13.03px;
    text-align: center;
    color: #55576a;
    word-wrap: break-word;
}
.companies-list .cards .card .actions input[type='checkbox'],
.companies-list .cards .card .actions input[type='radio'] {
    display: none;
}
.companies-list .cards .card .actions input[type='checkbox'] + .checkbox,
.companies-list .cards .card .actions input[type='radio'] + .checkbox {
    position: relative;
    cursor: pointer;
    border: solid 1px #5149c2;
    margin: 0 0 8px;
    display: block;
    padding: 11px 24px;
    border-radius: 50px;
    transition: 0.2s;
}
.companies-list .cards .card .actions input[type='checkbox'] + .checkbox:before,
.companies-list .cards .card .actions input[type='radio'] + .checkbox:before {
    content: '';
    position: absolute;
    top: 50%;
    right: calc(50% - 28px);
    transform: translate(50%, -50%);
    width: 22px;
    height: 22px;
    background: #fff;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    transition: 0.2s;
}
.companies-list .cards .card .actions input[type='checkbox'] + .checkbox:after,
.companies-list .cards .card .actions input[type='radio'] + .checkbox:after {
    content: '';
    position: absolute;
    top: 50%;
    right: calc(50% - 28px);
    transform: translate(50%, -50%);
    width: 24px;
    height: 24px;
    background: url(../img/checked-blue.svg) center center no-repeat;
    opacity: 0;
    transition: 0.2s;
}
.companies-list .cards .card .actions input[type='checkbox'] + .checkbox .checked,
.companies-list .cards .card .actions input[type='checkbox'] + .checkbox .unchecked,
.companies-list .cards .card .actions input[type='radio'] + .checkbox .checked,
.companies-list .cards .card .actions input[type='radio'] + .checkbox .unchecked {
    display: block;
    max-width: 100px;
    margin: auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    transition: 0.2s;
}
.companies-list .cards .card .actions input[type='checkbox'] + .checkbox .checked,
.companies-list .cards .card .actions input[type='radio'] + .checkbox .checked {
    color: #5149c2;
}
.companies-list .cards .card .actions input[type='checkbox'] + .checkbox .unchecked,
.companies-list .cards .card .actions input[type='radio'] + .checkbox .unchecked {
    color: #5149c2;
}
.companies-list .cards .card .actions input[type='checkbox']:checked + .checkbox,
.companies-list .cards .card .actions input[type='radio']:checked + .checkbox {
    background: #fff;
}
.companies-list .cards .card .actions input[type='checkbox']:checked + .checkbox + .shadow,
.companies-list .cards .card .actions input[type='radio']:checked + .checkbox + .shadow {
    box-shadow: 0px 10px 20px 0px rgba(46, 36, 68, 0.1490196078);
    border-color: #fff;
}
.companies-list .cards .card .actions input[type='checkbox']:checked + .checkbox:before,
.companies-list .cards .card .actions input[type='radio']:checked + .checkbox:before {
    border-color: #fff;
}
.companies-list .cards .card .actions input[type='checkbox']:checked + .checkbox:after,
.companies-list .cards .card .actions input[type='radio']:checked + .checkbox:after {
    opacity: 1;
}
.companies-list .cards .card .actions input[type='checkbox']:checked + .checkbox .unchecked,
.companies-list .cards .card .actions input[type='radio']:checked + .checkbox .unchecked {
    display: none;
}
.companies-list .cards .card .actions input[type='checkbox']:checked + .checkbox,
.companies-list .cards .card .actions input[type='radio']:checked + .checkbox {
    background: #fff;
}
.companies-list .cards .card .actions input[type='checkbox']:checked + .checkbox:before,
.companies-list .cards .card .actions input[type='radio']:checked + .checkbox:before {
    border-color: #d4e1ee;
}
.companies-list .cards .card .actions input[type='checkbox']:not(:checked) + .checkbox,
.companies-list .cards .card .actions input[type='radio']:not(:checked) + .checkbox {
    background: #fff;
}
.companies-list .cards .card .actions input[type='checkbox']:not(:checked) + .checkbox:before,
.companies-list .cards .card .actions input[type='radio']:not(:checked) + .checkbox:before {
    border-color: #d4e1ee;
}
.companies-list .cards .card .actions input[type='checkbox']:not(:checked) + .checkbox .checked,
.companies-list .cards .card .actions input[type='radio']:not(:checked) + .checkbox .checked {
    display: none;
}
.companies-list .cards .card .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 0 rgba(46, 36, 68, 0.1490196078);
    pointer-events: none;
    border-radius: 10px;
    border: 1px solid #ececec;
    background: rgba(255, 255, 255, 0);
    transition: 0.2s;
}
@media (max-width: 575.98px) {
    .companies-list .cards .card .shadow {
        border-color: #fff;
    }
}
.companies-list.offers {
    margin-top: 0;
    margin-bottom: 0;
}
.companies-list.offers .title {
    font-size: 36px;
    font-weight: 600;
    line-height: 43.2px;
    color: #313344;
    margin: 0 0 12px;
    color: #313344;
}
@media (max-width: 767.98px) {
    .companies-list.offers .title {
        font-size: 24px;
        line-height: 28.8px;
        margin: 0 0 17px;
    }
}
.companies-list.offers .subtitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    color: #313344;
    margin: 12px 0 24px;
    color: #313344;
}
@media (max-width: 767.98px) {
    .companies-list.offers .subtitle {
        font-size: 14px;
        line-height: 16.8px;
        margin: 17px 0 8px;
    }
}
.companies-list.offers .cards {
    margin: 0;
}
@media (max-width: 575.98px) {
    .companies-list.offers .cards {
        margin: 30px 0 0;
    }
}
.companies-list.offers .cards .card {
    border: none;
    padding: 18px;
}
.companies-list.offers .submit {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px;
    background: #313344;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    column-gap: 28px;
    opacity: 1;
    transform: translateY(0);
    transition: 0.2s;
}
@media (max-width: 575.98px) {
    .companies-list.offers .submit {
        height: 52px;
    }
}
.companies-list.offers .submit:not(.active) {
    opacity: 0;
    transform: translateY(100%);
}
.companies-list.offers .submit .selected,
.companies-list.offers .submit .selected * {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
@media (max-width: 575.98px) {
    .companies-list.offers .submit .selected,
    .companies-list.offers .submit .selected * {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
    }
}
.companies-list.offers .submit .button {
    margin: 0;
}
@media (max-width: 575.98px) {
    .companies-list.offers .submit .button {
        font-size: 12px;
        line-height: 20px;
        padding: 8px 24px;
    }
}
.companies-list.offers.archive .cards .card .actions input[type='radio'] + .checkbox {
    padding-left: 12px;
    padding-right: 12px;
}
.companies-list.offers.archive .cards .card .actions input[type='radio'] + .checkbox:before,
.companies-list.offers.archive .cards .card .actions input[type='radio'] + .checkbox:after {
    display: none;
}
.companies-list.offers.archive .cards .card .actions input[type='radio'] + .checkbox .unchecked,
.companies-list.offers.archive .cards .card .actions input[type='radio'] + .checkbox .checked {
    max-width: none;
    text-align: center;
}
.companies-list.offers.archive .cards .card .actions input[type='radio']:not(:checked) + .checkbox + .shadow {
    background: rgba(255, 255, 255, 0.5);
}

.queries .title {
    font-size: 36px;
    font-weight: 600;
    line-height: 43.2px;
    color: #313344;
    margin: 0 0 36px;
}
@media (max-width: 767.98px) {
    .queries .title {
        font-size: 24px;
        line-height: 28.8px;
        margin: 0 0 32px;
    }
}
.queries .cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.queries .cards .card {
    width: 100%;
    padding: 18px;
    border-radius: 10px;
    background: #fff;
}
.queries .cards .card .content {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767.98px) {
    .queries .cards .card .content {
        display: block;
    }
}
.queries .cards .card .content .info {
    margin: 0 0 24px;
    max-width: calc(100% - 170px);
}
@media (max-width: 767.98px) {
    .queries .cards .card .content .info {
        float: none;
        max-width: 100%;
        margin: 0 0 12px;
    }
}
.queries .cards .card .content .info .logo {
    width: 76px;
    height: 76px;
    border-radius: 16px;
    overflow: hidden;
    float: left;
}
@media (max-width: 767.98px) {
    .queries .cards .card .content .info .logo {
        width: 50px;
        height: 50px;
        border-radius: 10.51px;
    }
}
.queries .cards .card .content .info .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (max-width: 767.98px) {
    .queries .cards .card .content .info .logo img {
        margin-bottom: 28px;
    }
}
.queries .cards .card .content .info .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    margin: 0 0 6px 94px;
}
@media (max-width: 767.98px) {
    .queries .cards .card .content .info .title {
        font-size: 14px;
        line-height: 16.8px;
        margin: 0 0 24px 68px;
    }
}
.queries .cards .card .content .info .tags {
    margin: 12px 0 12px 94px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 13px;
    row-gap: 4px;
}
@media (max-width: 767.98px) {
    .queries .cards .card .content .info .tags {
        margin: 12px 0;
    }
}
.queries .cards .card .content .info .tags .tag {
    color: #55576a;
    min-height: 16px;
    padding-left: 18px;
    font-size: 11px;
    line-height: 1.5;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    display: flex;
    align-items: center;
}
.queries .cards .card .content .info .tags .tag.location {
    background-image: url(../img/my-inquiries/location.svg);
}
.queries .cards .card .content .info .tags .tag.schedule {
    background-image: url(../img/my-inquiries/schedule.svg);
}
.queries .cards .card .content .info .tags .tag.work {
    background-image: url(../img/my-inquiries/work.svg);
}
.queries .cards .card .content .info .tags .tag.euro {
    background-image: url(../img/my-inquiries/euro.svg);
}
.queries .cards .card .content .info .categories {
    margin: 6px 0 12px 94px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 6px;
    row-gap: 5px;
}
@media (max-width: 767.98px) {
    .queries .cards .card .content .info .categories {
        margin: 12px 0;
        width: 100%;
    }
}
.queries .cards .card .content .info .categories a {
    color: #768ca1;
    background: #eff6fd;
    padding: 4px 8px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 500;
    line-height: 13.03px;
    text-decoration: none;
    text-transform: lowercase;
}
.queries .cards .card .content .info .categories a:first-letter {
    text-transform: uppercase;
}
.queries .cards .card .content .info .categories a:hover {
    color: #020202;
}
.queries .cards .card .content .info .secondary {
    margin: 0 0 0 94px;
}
@media (max-width: 767.98px) {
    .queries .cards .card .content .info .secondary {
        margin: 0;
        width: 100%;
    }
}
.queries .cards .card .content .offers-wrapper {
    text-align: center;
}
@media (max-width: 767.98px) {
    .queries .cards .card .content .offers-wrapper {
        float: none;
        width: auto;
        margin: 24px 0 26px;
    }
}
@media (max-width: 767.98px) {
    .queries .cards .card .content .offers-wrapper .button {
        width: 100%;
    }
}
.queries .cards .card .content .offers-wrapper p {
    font-size: 10px;
    font-weight: 400;
    line-height: 13.03px;
    margin: 8px 0;
}
.queries .cards .card .content .offers-wrapper .offers {
    margin-top: 8px;
    line-height: 20px;
}
.queries .cards .card .content .offers-wrapper .offers a {
    font-size: 12px;
    font-weight: 500;
    color: #313344;
}
.queries .cards .card .content .offers-wrapper .offers a:hover {
    text-decoration: none;
}
.queries .cards .card .footer {
    clear: both;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 991.98px) {
    .queries .cards .card .footer {
        width: 100%;
        flex-wrap: wrap;
    }
}
.queries .cards .card .footer .items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 35px;
    row-gap: 8px;
}
@media (max-width: 991.98px) {
    .queries .cards .card .footer .items {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-around;
        column-gap: unset;
        row-gap: unset;
    }
}
@media (max-width: 991.98px) {
    .queries .cards .card .footer {
        column-gap: 8px;
        justify-content: space-between;
    }
}
.queries .cards .card .footer .item,
.queries .cards .card .footer .item * {
    font-size: 11px;
    font-weight: 400;
    line-height: 14.33px;
    color: #313344;
    text-decoration: none;
}
@media (max-width: 767.98px) {
    .queries .cards .card .footer .item,
    .queries .cards .card .footer .item * {
        text-align: center;
        font-size: 10px;
        line-height: 13.03px;
    }
}
.queries .cards .card .footer .item span {
    font-weight: 700;
}
@media (max-width: 767.98px) {
    .queries .cards .card .footer .item span {
        display: block;
    }
}
.queries .cards .card .footer .item.edit,
.queries .cards .card .footer .item.remove {
    padding-right: 16px;
    background-position: right center;
    background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
    .queries .cards .card .footer .item.edit,
    .queries .cards .card .footer .item.remove {
        width: 14px;
        overflow: hidden;
        white-space: no-wrap;
        text-indent: 100px;
        font-size: 0;
        color: #fff;
    }
}
.queries .cards .card .footer .item.edit {
    background-image: url(../img/edit.svg);
}
.queries .cards .card .footer .item.remove {
    background-image: url(../img/remove-black.svg);
}
.queries .cards .card .info_more {
    display: none;
    margin: 0 0 0 94px;
    padding: 4px 0 0;
    border-bottom: 1px dashed #d4e1ee;
}
@media (max-width: 767.98px) {
    .queries .cards .card .info_more {
        margin: 0;
        padding-top: 7px;
    }
}
.queries .cards .card .info_more .detals,
.queries .cards .card .info_more .contact {
    margin-bottom: 18px;
}
.queries .cards .card .info_more .detals .item,
.queries .cards .card .info_more .contact .item {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
.queries .cards .card .info_more .images {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px dashed #d4e1ee;
}
.queries .cards .card .info_more .images .images_title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}
.queries .cards .card .info_more .images .images_items {
    display: flex;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-left: -6px;
}
.queries .cards .card .info_more .images .images_items .item {
    border-radius: 16px;
    overflow: hidden;
    margin-right: 6px;
    margin-left: 6px;
    width: 118px;
}
@media (max-width: 767.98px) {
    .queries .cards .card .info_more .images .images_items .item {
        margin-bottom: 12px;
    }
}
.queries .cards .card .info_more .images .images_items .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.queries .cards .card.open_info_more .close_info_more {
    display: block;
}
.queries .cards .card.open_info_more .btn_info_more {
    display: none;
}
.queries .cards .card.open_info_more .info_more {
    display: block;
}
@media (max-width: 767.98px) {
    .queries .cards .card.open_info_more .footer .items {
        border-bottom: 1px dashed #d4e1ee;
        padding-bottom: 24px;
    }
}
.queries .cards .card .close_info_more {
    display: block;
    width: 20px;
    height: 14px;
    background: transparent url(../img/queries/arrow-up.png) center center no-repeat;
    cursor: pointer;
    display: none;
}
@media (max-width: 767.98px) {
    .queries .cards .card .close_info_more {
        width: 100%;
        margin: 12px auto 0;
        width: 20px;
        height: 20px;
    }
}

/* .form.company-register {
    background-image: url(../img/holographic2.png);
    background-position: center bottom;
    padding-bottom: 50px;
    margin-bottom: 40px;
} */
@media (max-width: 767.98px) {
    #company-register .list-column p br {
        display: none;
    }

    /* .form.company-register {
        background-image: url(../img/holographic.png);
        background-position: -40vw 300px;
        background-size: 150vw;
    } */
    .form.company-register > .container > .row {
        flex-direction: column-reverse;
    }
}
.form.company-register form {
    padding: 42px 101px 42px 101px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}
@media (max-width: 991.98px) {
    .form.company-register form {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media (max-width: 767.98px) {
    .form.company-register form {
        padding: 42px 17.5px 30px 17.5px;
    }
}
.form.company-register form .title {
    margin: 0 0 24px;
}
@media (max-width: 767.98px) {
    .form.company-register form .title {
        margin: 0 0 40px;
    }
}
.form.company-register form .try {
    margin: 16px 0 0;
    line-height: 20px;
    text-align: center;
}
.form.company-register form .try a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #5149c2;
}
.form.company-register form .try a:hover {
    text-decoration: underline;
}
.form.company-register .list-column .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
    margin: 17px 0 17px;
    color: #313344;
}
@media (max-width: 767.98px) {
    .form.company-register .list-column .title {
        font-size: 18px;
        line-height: 25.2px;
        margin: 10px 0 24px;
    }
}
.form.company-register .list-column .list {
    margin: 37px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (max-width: 767.98px) {
    .form.company-register .list-column .list {
        gap: 8px;
        margin: 24px 0 85px;
    }
}
.form.company-register .list-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.form.company-register .list-column .list .item {
    display: flex;
    align-items: center;
    gap: 18px;
}
.form.company-register .list-column .list .item .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    color: #55576a;
}
@media (max-width: 767.98px) {
    .form.company-register .list-column .list .item .title {
        font-size: 12px;
    }
}
.form.company-register .list-column .list .item .icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(25, 22, 81, 0.231372549);
}
@media (max-width: 767.98px) {
    .form.company-register .list-column .list .item .icon {
        width: 60px;
        height: 60px;
        border-radius: 12px;
        border: 1px solid #d4e1ee;
        background: transparent;
        box-shadow: none;
    }
}
.form.company-register .list-column .list .item .icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}
@media (max-width: 767.98px) {
    .form.company-register .list-column .list .item .icon img {
        width: 32px;
        height: 32px;
    }
}

.form.company-register .checkbox label{
    font-size: 14px;
    padding: 3px 0px 3px 30px;
}

.subscription {
    background: url(../img/login/bg1.svg) right bottom no-repeat, url(../img/login/bg2.svg) right 200px top no-repeat;
    padding-top: 24px;
    padding-bottom: 120px;
}
@media (max-width: 767.98px) {
    .subscription {
        padding-bottom: 76px;
    }
}
.subscription .top_text {
    color: #5149c2;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}
@media (max-width: 767.98px) {
    .subscription .top_text {
        font-size: 14px;
        line-height: 17px;
    }
}
.subscription .title,
.subscription .price,
.subscription .bottom_prices p {
    color: #313344;
}
.subscription .heading .top_title {
    margin: 0;
}
.subscription .heading h1.title {
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
    margin: 15px 0 40px;
}
@media (max-width: 767.98px) {
    .subscription .heading h1.title {
        font-size: 24px;
        line-height: 29px;
        margin: 5px 0 31px;
    }
}
.subscription .content {
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
}
@media (max-width: 767.98px) {
    .subscription .content {
        display: block;
        width: auto;
        margin: 0;
    }
}
.subscription .content .box {
    width: 50%;
    margin: 0 10px;
}
@media (max-width: 767.98px) {
    .subscription .content .box {
        width: 100%;
        margin: 0 0 14px;
    }
}
.subscription .content .box .card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0;
    border-radius: 16px;
}
.subscription .content .box .card .card_heading {
    padding: 40px 0 0;
    border-bottom: 1px dashed #d4e1ee;
}
@media (max-width: 767.98px) {
    .subscription .content .box .card .card_heading {
        padding: 19px 0 0;
    }
}
.subscription .content .box .card .card_heading .top_title {
    text-align: center;
    margin: 0;
}
.subscription .content .box .card .card_heading h2.title {
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    margin: 6px 0 28px;
}
@media (max-width: 767.98px) {
    .subscription .content .box .card .card_heading h2.title {
        font-size: 24px;
        line-height: 29px;
        text-align: center;
        margin: 0 0 10px;
    }
}
.subscription .content .box .card .wrap {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    margin: 27px 54px 36px;
}
@media (max-width: 767.98px) {
    .subscription .content .box .card .wrap {
        margin: 24px 20px 30px;
    }
}
.subscription .content .box .card .wrap .top .list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.subscription .content .box .card .wrap .top .list ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding: 3px 0 3px 33px;
    margin-bottom: 8px;
    position: relative;
}
@media (max-width: 767.98px) {
    .subscription .content .box .card .wrap .top .list ul li {
        font-size: 12px;
    }
}
.subscription .content .box .card .wrap .top .list ul li::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 24px;
    height: 24px;
    background: transparent url(../img/subscription/icon-tariff-item.png) center center
        no-repeat;
}
.subscription .content .box .card .wrap .bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 312px;
    padding-top: 48px;
}
@media (max-width: 767.98px) {
    .subscription .content .box .card .wrap .bottom {
        min-height: auto;
    }
}
.subscription .content .box .card .wrap .bottom .prices {
    display: flex;
    justify-content: space-between;
}
.subscription .content .box .card .wrap .bottom .prices.prices_left {
    justify-content: center;
}
.subscription .content .box .card .wrap .bottom .prices.prices_right .item {
    cursor: pointer;
}
.subscription .content .box .card .wrap .bottom .prices.prices_right .item:hover,
.subscription .content .box .card .wrap .bottom .prices.prices_right .item.item_select {
    border: 3px solid #5149c2;
}
.subscription .content .box .card .wrap .bottom .prices .item {
    border: 1px solid #d4e1ee;
    border-radius: 16px;
    width: 147px;
    height: 127px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1199.98px) {
    .subscription .content .box .card .wrap .bottom .prices .item {
        width: 30%;
    }
}
@media (max-width: 767.98px) {
    .subscription .content .box .card .wrap .bottom .prices .item {
        width: 30%;
        height: 94px;
    }
}
.subscription .content .box .card .wrap .bottom .prices .item .name {
    margin-bottom: 13px;
}
@media (max-width: 767.98px) {
    .subscription .content .box .card .wrap .bottom .prices .item .name {
        margin-bottom: 0;
    }
}
.subscription .content .box .card .wrap .bottom .prices .item .price {
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
}

.monthly-price {
    font-size: 14px;
}

@media (max-width: 991.98px) {
    .subscription .content .box .card .wrap .bottom .prices .item .price {
        font-size: 24px;
        line-height: 29px;
    }
}
.subscription .content .box .card .wrap .bottom .bottom_prices {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #020202;
    margin: 20px 0;
}
.subscription .content .box .card .wrap .bottom .description {
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    margin: 0;
    text-align: justify;
}
.subscription .content .box .card .wrap .bottom .description p {
    margin: 0;
}
.subscription .content .box .card .wrap .bottom .tariff_form {
    margin: 20px 0;
}
@media (max-width: 767.98px) {
    .subscription .content .box .card .wrap .bottom .tariff_form {
        margin: 24px 0;
    }
}
.subscription .content .box .card .wrap .bottom .tariff_form form .button {
    display: block;
    width: 184px;
    margin: 0 auto;
}
.subscription.step_2 .heading_mobile {
    display: none;
}
@media (max-width: 767.98px) {
    .subscription.step_2 .heading_mobile {
        display: block;
    }
}
@media (max-width: 767.98px) {
    .subscription.step_2 .link_back {
        margin-bottom: 10px;
    }
}
.subscription.step_2 .link_back a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-left: 24px;
    font-weight: 700;
    line-height: 20px;
    font-size: 16px;
}
@media (max-width: 767.98px) {
    .subscription.step_2 .link_back a {
        padding-left: 18px;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
    }
}
.subscription.step_2 .link_back a::before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent url(../img/subscription/icon-link-back.svg) center center
        no-repeat;
}
@media (max-width: 767.98px) {
    .subscription.step_2 .link_back a::before {
        width: 9px;
        height: 16px;
    }
}
.subscription.step_2 .link_back a:hover::before {
    background-image: url(../img/subscription/icon-link-back-black.svg);
}
@media (max-width: 767.98px) {
    .subscription.step_2 .content {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 767.98px) {
    .subscription.step_2 .content .box .heading {
        display: none;
    }
}
.subscription.step_2 .content .box.box_left {
    padding-right: 8%;
}
@media (max-width: 991.98px) {
    .subscription.step_2 .content .box.box_left {
        padding-right: 0;
    }
}
@media (max-width: 767.98px) {
    .subscription.step_2 .content .box.box_left {
        order: 2;
    }
}
@media (max-width: 767.98px) {
    .subscription.step_2 .content .box.box_right {
        margin-bottom: 74px;
    }
}
.subscription.step_2 .content .box.box_right .card .card_heading {
    border: none;
    padding: 34px 54px;
}
@media (max-width: 767.98px) {
    .subscription.step_2 .content .box.box_right .card .card_heading {
        padding: 28px 16px 34px;
    }
}
.subscription.step_2 .content .box.box_right .card .card_heading .top_title {
    margin-bottom: 6px;
}
.subscription.step_2 .content .box.box_right .card .card_heading .tariff_price {
    justify-content: center;
}
.subscription.step_2 .content .box.box_right .card .wrap {
    margin: 0 54px 34px;
}
@media (max-width: 767.98px) {
    .subscription.step_2 .content .box.box_right .card .wrap {
        margin: 0 16px 34px;
    }
}
.subscription.step_2 .content .box.box_right .card .wrap .button_google_pay {
    width: 100%;
}
.subscription.step_2 .content .box.box_right .card .wrap .button_google_pay .button_pay {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    background: #000 url(../img/subscription/logo-google-pay.png) center center no-repeat;
}
.subscription.step_2 .content .box.box_right .card .wrap .box_delimiter {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 34px 0;
    padding: 0 2px;
}
.subscription.step_2 .content .box.box_right .card .wrap .box_delimiter .line {
    height: 1px;
    border-bottom: 1px dashed #d4e1ee;
    flex-grow: 1;
}
.subscription.step_2 .content .box.box_right .card .wrap .box_delimiter .text {
    padding: 0 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #55576a;
}
.subscription.step_2 .content .box.box_right .card .wrap .top .form_pay .card_data {
    margin-bottom: 20px;
}
.subscription.step_2 .content .box.box_right .card .wrap .top .form_pay .card_data .input {
    margin: 0;
}
.subscription.step_2 .content .box.box_right .card .wrap .top .form_pay .card_data .input input {
    margin: 0;
    position: relative;
}
.subscription.step_2 .content .box.box_right .card .wrap .top .form_pay .card_data .input input:focus {
    z-index: 5;
}
.subscription.step_2 .content .box.box_right .card .wrap .top .form_pay .card_data .input input::placeholder {
    color: #55576a;
}
.subscription.step_2 .content .box.box_right .card .wrap .top .form_pay .card_data > .input {
    position: relative;
}
.subscription.step_2 .content .box.box_right .card .wrap .top .form_pay .card_data > .input input {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.subscription.step_2 .content .box.box_right .card .wrap .top .form_pay .card_data > .input .logo_pay {
    position: absolute;
    bottom: 6px;
    right: 24px;
    display: flex;
    z-index: 99;
}
@media (max-width: 991.98px) {
    .subscription.step_2 .content .box.box_right .card .wrap .top .form_pay .card_data > .input .logo_pay {
        display: none;
    }
}
.subscription.step_2 .content .box.box_right .card .wrap .top .form_pay .card_data > .input .logo_pay .item {
    padding-left: 5px;
}
.subscription.step_2 .content .box.box_right .card .wrap .top .form_pay .card_data .group_input {
    display: flex;
    width: 100%;
}
.subscription.step_2 .content .box.box_right .card .wrap .top .form_pay .card_data .group_input .input {
    width: 50%;
}
.subscription.step_2 .content .box.box_right .card .wrap .top .form_pay .card_data .group_input .input:first-child input {
    border-bottom-right-radius: 0;
}
.subscription.step_2 .content .box.box_right .card .wrap .top .form_pay .card_data .group_input .input:last-child input {
    border-bottom-left-radius: 0;
}
.subscription.step_2 .content .box.box_right .card .wrap .top .form_pay .card_data .group_input .input input {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.subscription.step_2 .content .box.box_right .card .wrap .top .form_pay .button {
    width: 100%;
}
.subscription.step_2 .content .box.box_right .card .wrap .bottom {
    padding: 16px 0 0;
    min-height: auto;
}
.subscription.step_2 .content .box.box_right .card .wrap .bottom .description p {
    text-align: center;
}
.subscription.step_2 .content .box.box_right .card .wrap .bottom .card_footer {
    padding: 29px 0 0;
}
.subscription.step_2 .content .box.box_right .card .wrap .bottom .card_footer .pay_service {
    margin-bottom: 3px;
}
.subscription.step_2 .content .box.box_right .card .wrap .bottom .card_footer .pay_service a {
    display: block;
    width: 40px;
    height: 19px;
    margin: 0 auto;
}
.subscription.step_2 .content .box.box_right .card .wrap .bottom .card_footer .pay_service a img {
    width: auto;
    height: auto;
}
.subscription.step_2 .content .box.box_right .card .wrap .bottom .card_footer .links {
    text-align: center;
}
.subscription.step_2 .content .box.box_right .card .wrap .bottom .card_footer .links a {
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    color: #55576a;
    transition: 0.2s;
    text-decoration: none;
}
.subscription.step_2 .content .box.box_right .card .wrap .bottom .card_footer .links a:hover {
    color: #020202;
}
.subscription.step_2 .content .box .card {
    height: auto;
}
.subscription.step_2 .content .box .card .card_heading {
    padding: 28px 40px 36px;
}
@media (max-width: 767.98px) {
    .subscription.step_2 .content .box .card .card_heading {
        padding: 20px 16px 18px;
    }
}
.subscription.step_2 .content .box .card .card_heading h2.title {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-align: left;
    margin: 0 0 6px;
}
.subscription.step_2 .content .box .card .card_heading .tariff_price {
    display: flex;
    align-items: baseline;
    line-height: 43px;
}
.subscription.step_2 .content .box .card .card_heading .tariff_price .price {
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
}
@media (max-width: 767.98px) {
    .subscription.step_2 .content .box .card .card_heading .tariff_price .price {
        font-size: 24px;
        font-weight: 600;
        line-height: 29px;
    }
}
.subscription.step_2 .content .box .card .card_heading .tariff_price .period {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    margin-left: 6px;
}
@media (max-width: 767.98px) {
    .subscription.step_2 .content .box .card .card_heading .tariff_price .period {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
    }
}
.subscription.step_2 .content .box .wrap {
    margin: 40px;
}
@media (max-width: 767.98px) {
    .subscription.step_2 .content .box .wrap {
        margin: 16px 16px 14px;
    }
}

@media (max-width: 767.98px) {
    .my-subscription {
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media (max-width: 767.98px) {
    .my-subscription .title {
        margin-bottom: 15px;
    }
}
@media (max-width: 767.98px) {
    .my-subscription .notice {
        margin-bottom: 20px;
    }
}
.my-subscription .notice.notice_with_button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-position: 14px 23px;
}
@media (max-width: 767.98px) {
    .my-subscription .notice.notice_with_button {
        background-position: 14px 11px;
        display: block;
    }
}
.my-subscription .notice.notice_with_button .notice_text {
    display: block;
}
@media (max-width: 767.98px) {
    .my-subscription .notice.notice_with_button .button {
        padding-left: 42px;
        padding-right: 42px;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        margin: 20px 0 5px;
    }
}
.my-subscription .items .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 19px 40px;
    border-radius: 10px;
    width: 100%;
}
@media (max-width: 767.98px) {
    .my-subscription .items .item {
        flex-direction: column;
        padding: 20px 18px;
    }
}
.my-subscription .items .item.item_head {
    justify-content: flex-start;
    background: transparent;
    border-radius: 0;
}
@media (max-width: 767.98px) {
    .my-subscription .items .item.item_head {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}
.my-subscription .items .item.item_head .box .name {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: inherit;
}
@media (max-width: 767.98px) {
    .my-subscription .items .item.item_head .box .name {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
    }
}
.my-subscription .items .item.item_head .box .date {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: inherit;
}
@media (max-width: 767.98px) {
    .my-subscription .items .item.item_head .box .date {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
    }
}
.my-subscription .items .item .box {
    display: flex;
    align-items: center;
}
@media (max-width: 767.98px) {
    .my-subscription .items .item .box {
        width: 100%;
        justify-content: space-between;
    }
}
.my-subscription .items .item .box .name {
    display: block;
    width: 220px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: #313344;
}
@media (max-width: 767.98px) {
    .my-subscription .items .item .box .name {
        width: 50%;
        padding-right: 7px;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
    }
}
.my-subscription .items .item .box .date {
    display: block;
    width: 120px;
    padding-right: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: inherit;
}
@media (max-width: 767.98px) {
    .my-subscription .items .item .box .date {
        width: 50%;
        padding-right: 0;
        padding-left: 7px;
        text-align: right;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
    }
}
@media (max-width: 767.98px) {
    .my-subscription .items .item .action {
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }
}
.my-subscription .items .item .action .action_link {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #ff5353;
    text-decoration: underline;
    transition: 0.2s;
}
@media (max-width: 767.98px) {
    .my-subscription .items .item .action .action_link {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
    }
}
.my-subscription .items .item .action .action_link:hover {
    color: #020202;
    cursor: pointer;
}

.company {
    padding-bottom: 150px;
}
.company h3 {
    color: #313344;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin: 0 0 16px;
}
@media (max-width: 991.98px) {
    .company h3 {
        font-size: 18px;
        font-weight: 600;
        line-height: 25px;
    }
}
.company h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin: 0 0 23px;
}
@media (max-width: 991.98px) {
    .company h4 {
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
    }
}
.company .rating .item_main {
    margin-bottom: 19px;
}
.company .rating .wrap_items {
    display: inline-block;
}
.company .rating .wrap_items .items {
    display: flex;
    flex-direction: column;
}
.company .rating .wrap_items .items .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    width: 100%;
}
.company .tabs .wrap_tabs_nav {
    max-width: 100%;
    overflow-x: auto;
    position: relative;
    z-index: 3;
    border-bottom: 1px dashed #d4e1ee;
}
.company .tabs .wrap_tabs_nav.is_stuck {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.company .tabs .wrap_tabs_nav .tabs_nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.company .tabs .wrap_tabs_nav .tabs_nav li {
    margin: 0 2px 0 0;
}
.company .tabs .wrap_tabs_nav .tabs_nav li a {
    display: block;
    padding: 21px 34px;
    border-bottom: 3px solid transparent;
    color: #313344;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    transition: 0.2s;
}
@media (max-width: 991.98px) {
    .company .tabs .wrap_tabs_nav .tabs_nav li a {
        padding: 16px 24px;
    }
}
@media (min-width: 992px) {
    .company .tabs .wrap_tabs_nav .tabs_nav li a:hover {
        border-color: #5149c2;
    }
}
.company .tabs .wrap_tabs_nav .tabs_nav li.ui-tabs-active a {
    color: #5149c2;
    border-color: #5149c2;
}
.company .content {
    padding-top: 66px;
    margin-top: -2px;
}
@media (max-width: 991.98px) {
    .company .content {
        padding-top: 46px;
    }
}
@media (max-width: 767.98px) {
    .company .content {
        padding-top: 35px;
    }
}
.company .content .box {
    max-width: 880px;
    margin: 0 auto 24px;
    border: 1px solid #d4e1ee;
    border-radius: 16px;
    padding: 30px 40px;
}
@media (max-width: 767.98px) {
    .company .content .box {
        padding: 30px 14px;
    }
}
.company .content .box > .text {
    padding-bottom: 20px;
}
.company .content .box > .text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 18px;
}
.company .content .box .categories {
    margin-bottom: 20px;
}
.company .content .box .categories a {
    margin-bottom: 8px;
}
.company .content .box .categories:last-child {
    margin-bottom: -8px;
}
.company .content .box .icon_text_items {
    display: flex;
    flex-wrap: wrap;
    padding-top: 8px;
    margin-bottom: -37px;
}
.company .content .box .icon_text_items .item {
    display: flex;
    width: 250px;
    margin-bottom: 37px;
}
.company .content .box .icon_text_items .item .text {
    margin-left: 16px;
}
.company .content .box .icon_text_items .item .text h4 {
    margin-bottom: 10px;
}
.company .content .box .icon_text_items .item .text p {
    margin: 0;
}
.company .content .box .icon_text_items .item .text p span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
.company .content .box .contacts {
    display: flex;
}
@media (max-width: 767.98px) {
    .company .content .box .contacts {
        flex-wrap: wrap;
    }
}
.company .content .box .contacts .items {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -14px;
}
@media (max-width: 767.98px) {
    .company .content .box .contacts .items {
        width: 100%;
    }
}
.company .content .box .contacts .items .item {
    width: 50%;
    margin-bottom: 14px;
    padding-right: 10px;
}
@media (max-width: 767.98px) {
    .company .content .box .contacts .items .item {
        width: 100%;
        padding-right: 0;
    }
}
.company .content .box .contacts .items .item span {
    display: block;
}
.company .content .box .contacts .items .item span.title {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}
.company .content .box .contacts .items .item span.text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.company .content .box .contacts .items_social {
    width: 30%;
    margin-bottom: -14px;
}
@media (max-width: 767.98px) {
    .company .content .box .contacts .items_social {
        width: 208px;
        margin-top: 24px;
    }
}
.company .content .box .contacts .items_social .item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    color: #55576a;
    text-decoration: none;
}
.company .content .box .contacts .items_social .item .text {
    display: flex;
    align-items: center;
}
.company .content .box .contacts .items_social .item .text .icon {
    height: 24px;
    width: 24px;
}
.company .content .box .contacts .items_social .item .text .icon img {
    width: 100%;
    height: auto;
}
.company .content .box .contacts .items_social .item .text .name {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.company .content .box .contacts .items_social .item .link {
    height: 15px;
    width: 15px;
}
.company .content .box .image_text_items .item {
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #d4e1ee;
}
@media (max-width: 767.98px) {
    .company .content .box .image_text_items .item {
        display: block;
    }
}
.company .content .box .image_text_items .item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.company .content .box .image_text_items .item .image {
    width: 40%;
    flex-shrink: 0;
}
@media (max-width: 767.98px) {
    .company .content .box .image_text_items .item .image {
        width: 100%;
        margin-bottom: 20px;
    }
}
.company .content .box .image_text_items .item .image img {
    display: block;
    width: 100%;
    height: auto;
}
.company .content .box .image_text_items .item .text {
    padding-left: 20px;
}
@media (max-width: 767.98px) {
    .company .content .box .image_text_items .item .text {
        padding-left: 0;
    }
}
.company .content .box .image_text_items .item .text h4 {
    margin-bottom: 14px;
}
.company .content .box .image_text_items .item .text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 20px;
}
.company .content .box .image_text_items .item .text p:last-child {
    margin-bottom: 0;
}
.company .content .box_reviews {
    background: #f6f9fc;
    overflow: hidden;
    border-radius: 16px;
}
.company .content .box_reviews .top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 50px 70px 22px 40px;
    border-bottom: 1px dashed #d4e1ee;
}
@media (max-width: 767.98px) {
    .company .content .box_reviews .top {
        padding: 30px 22px 24px;
    }
}
@media (max-width: 767.98px) {
    .company .content .box_reviews .top h3 {
        margin-bottom: 8px;
    }
}
.company .content .box_reviews .top .box_button {
    padding-top: 12px;
}
@media (max-width: 767.98px) {
    .company .content .box_reviews .top .box_button {
        display: none;
    }
}
.company .content .box_reviews .review_items {
    padding: 42px 40px 30px;
    margin-bottom: -19px;
}
@media (max-width: 767.98px) {
    .company .content .box_reviews .review_items {
        padding: 34px 16px 30px;
    }
}
.company .content .box_reviews .review_items .wrap_item {
    margin-bottom: 19px;
}
@media (max-width: 767.98px) {
    .company .content .box_reviews .review_items .wrap_item {
        margin-bottom: 36px;
    }
}
.company .content .box_reviews .review_items .wrap_item .item {
    display: inline-block;
    padding: 24px 36px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
}
@media (max-width: 767.98px) {
    .company .content .box_reviews .review_items .wrap_item .item {
        padding: 24px 16px;
        display: block;
    }
}
.company .content .box_reviews .review_items .wrap_item .item .review h4.name {
    margin-bottom: 2px;
}
.company .content .box_reviews .review_items .wrap_item .item .review .date {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.company .content .box_reviews .review_items .wrap_item .item .review .rating {
    margin: 10px 0;
}
.company .content .box_reviews .review_items .wrap_item .item .review p.text {
    margin: 0;
}
.company .content .box_reviews .review_items .wrap_item .item .review p.text a {
    display: inline-block;
    margin-left: 6px;
}
.company .content .box_reviews .review_items .wrap_item .item .review p.text a:hover {
    text-decoration: none;
}
.company .content .box_reviews .review_items .wrap_item .item .answer {
    background: #f6f9fc;
    padding: 11px 20px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 24px;
}
.company .content .box_reviews .review_items .wrap_item .item .answer .author {
    display: inline-block;
    margin-right: 6px;
}
.company .content .box_reviews .bottom {
    padding-bottom: 36px;
    text-align: center;
}
.company .content .box_reviews .bottom .button {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.company .popup .box h2 {
    margin: 0 0 29px;
}
@media (max-width: 767.98px) {
    .company .popup .box h2 {
        margin: 0 0 18px;
    }
}
.company .popup .box .top .wrap_items {
    display: inline-block;
    margin-bottom: 65px;
}
@media (max-width: 767.98px) {
    .company .popup .box .top .wrap_items {
        margin-bottom: 47px;
    }
}
.company .popup .box .wrap-form .item label .label_text {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    margin-bottom: 12px;
}
@media (max-width: 767.98px) {
    .company .popup .box .wrap-form .item label .label_text {
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
    }
}
.company .popup .box .wrap-form .item textarea {
    min-height: 118px;
    max-width: 100%;
    min-width: 100%;
}
.company .popup .box .wrap-form .wrap_button {
    margin-top: 42px;
}
@media (max-width: 767.98px) {
    .company .popup .box .wrap-form .wrap_button {
        margin-top: 38px;
    }
}
.company .popup .box .wrap-form .wrap_button .button {
    margin: 0;
}
@media (max-width: 767.98px) {
    .company .popup .box .wrap-form .wrap_button .button {
        width: 100%;
    }
}
.company .popup.popup_feedback .stars {
    cursor: pointer;
}
.company .popup.popup_feedback_success .box {
    background:
        url(../img/accepted/bg1.svg) left 40% bottom 60% no-repeat,
        url(../img/accepted/bg2.svg) right 35% top no-repeat;
    background-color: #fff;
}
@media (max-width: 767.98px) {
    .company .popup.popup_feedback_success .box {
        padding-bottom: 165px;
        padding-top: 85px;
        background:
            url(../img/accepted/bg1.svg) left 70% top no-repeat,
            url(../img/accepted/bg2.svg) left top no-repeat;
        background-color: #fff;
    }
}
.company .popup.popup_feedback_success .box::before {
    content: '';
    width: 216px;
    height: 199px;
    display: block;
    margin: 11% auto 11px;
    background: url(../img/accepted/checked.png) center center/contain no-repeat;
}
@media (max-width: 767.98px) {
    .company .popup.popup_feedback_success .box::before {
        margin: 0 auto 11px;
    }
}
.company .popup.popup_feedback_success .box h2 {
    text-align: center;
    margin: 0 0 11%;
}
@media (max-width: 767.98px) {
    .company .popup.popup_feedback_success .box h2 {
        margin: 0;
    }
}

.login {
    background:
        url(../img/login/bg1.svg) right bottom no-repeat,
        url(../img/login/bg2.svg) right 200px top no-repeat;
    padding: 85px 0 170px;
}
@media (max-width: 991.98px) {
    .login {
        background-position:
            left bottom,
            right bottom;
    }
}
@media (max-width: 767.98px) {
    .login {
        padding: 28px 0 45px;
        background-size: 500px, 500px;
    }
}
.login .row {
    align-items: flex-end;
}
.login .title {
    margin: 0 0 30px;
    color: #313344;
    font-size: 36px;
    font-weight: 600;
    line-height: 43.2px;
}
@media (max-width: 991.98px) {
    .login .title {
        text-align: center;
    }
}
@media (max-width: 767.98px) {
    .login .title {
        font-size: 24px;
        line-height: 28.8px;
        margin-bottom: 20px;
    }
}
.login .description {
    color: #55576a;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 15px 0 27px;
}
@media (max-width: 767.98px) {
    .login .description {
        font-size: 12px;
    }
}
.login form {
    max-width: 580px;
    padding: 65px 100px 69px 101px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 10px 60px 0px rgba(97, 85, 255, 0.2);
}
@media (max-width: 991.98px) {
    .login form {
        margin: auto;
    }
}
@media (max-width: 767.98px) {
    .login form {
        padding: 41px 18px 43px 18px;
    }
}
.login .icons {
    height: 400px;
    max-width: 470px;
    position: relative;
}
@media (max-width: 991.98px) {
    .login .icons {
        margin: 40px auto 0;
    }
}
@media (max-width: 575.98px) {
    .login .icons {
        height: 256px;
        max-width: 300.8px;
    }
}
.login .icons .icon {
    position: absolute;
    width: 85px;
    height: 85px;
    border-radius: 16px;
    border: 1px solid rgba(215, 214, 214, 0.5019607843);
    box-shadow: 0px 4px 20px 0px rgba(49, 51, 68, 0.1019607843);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}
@media (max-width: 575.98px) {
    .login .icons .icon {
        width: 54.4px;
        height: 54.4px;
        border-radius: 10px;
        background-size: 29px 29px;
    }
}
.login .icons .icon.engineers {
    top: 0;
    right: 165px;
    background-image: url(../img/login/engineers.svg);
}
@media (max-width: 575.98px) {
    .login .icons .icon.engineers {
        right: 105.6px;
    }
}
.login .icons .icon.planners {
    top: 85px;
    right: 345px;
    background-image: url(../img/login/planners.svg);
}
@media (max-width: 575.98px) {
    .login .icons .icon.planners {
        top: 54.4px;
        right: 220.8px;
    }
}
.login .icons .icon.garden-designers {
    top: 128px;
    right: 40px;
    background-image: url(../img/login/garden-designers.svg);
}
@media (max-width: 575.98px) {
    .login .icons .icon.garden-designers {
        top: 81.92px;
        right: 25.6px;
    }
}
.login .icons .icon.experts {
    top: 170px;
    right: 230px;
    background-image: url(../img/login/experts.svg);
}
@media (max-width: 575.98px) {
    .login .icons .icon.experts {
        top: 108.8px;
        right: 147.2px;
    }
}
.login .icons .icon.interior-designers {
    top: 260px;
    right: 95px;
    background-image: url(../img/login/interior-designers.svg);
}
@media (max-width: 575.98px) {
    .login .icons .icon.interior-designers {
        top: 166.4px;
        right: 60.8px;
    }
}
.login .icons .icon.architects {
    top: 288px;
    right: 350px;
    background-image: url(../img/login/architects.svg);
}
@media (max-width: 575.98px) {
    .login .icons .icon.architects {
        top: 184.32px;
        right: 224px;
    }
}
.login .icons .vector {
    content: '';
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
    .login .icons .vector {
        background-size: contain;
    }
}
.login .icons .vector.vector1 {
    right: 192px;
    top: 42px;
    width: 210px;
    height: 86px;
    background-image: url(../img/login/vector1.svg);
}
@media (max-width: 575.98px) {
    .login .icons .vector.vector1 {
        right: 122.88px;
        top: 26.88px;
        width: 134.4px;
        height: 55.04px;
    }
}
.login .icons .vector.vector2 {
    right: 137px;
    top: 57px;
    width: 72px;
    height: 210px;
    background-image: url(../img/login/vector2.svg);
}
@media (max-width: 575.98px) {
    .login .icons .vector.vector2 {
        right: 87.68px;
        top: 36.48px;
        width: 46.08px;
        height: 134.4px;
    }
}
.login .icons .vector.vector3 {
    right: 268px;
    top: 153px;
    width: 121px;
    height: 65px;
    background-image: url(../img/login/vector3.svg);
}
@media (max-width: 575.98px) {
    .login .icons .vector.vector3 {
        right: 171.52px;
        top: 97.92px;
        width: 77.44px;
        height: 41.6px;
    }
}
.login .icons .vector.vector4 {
    right: 166px;
    top: 223px;
    width: 105px;
    height: 84px;
    background-image: url(../img/login/vector4.svg);
}
@media (max-width: 575.98px) {
    .login .icons .vector.vector4 {
        right: 106.24px;
        top: 142.72px;
        width: 67.2px;
        height: 53.76px;
    }
}
.login .icons .vector.vector5 {
    right: 137px;
    top: 261px;
    width: 255px;
    height: 139px;
    background-image: url(../img/login/vector5.svg);
}
@media (max-width: 575.98px) {
    .login .icons .vector.vector5 {
        right: 87.68px;
        top: 167.04px;
        width: 163.2px;
        height: 88.96px;
    }
}

.profile {
    max-width: 810px;
    margin: 0 auto;
}
.profile .contact-block .input {
    margin-bottom: 16px;
}
.profile h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
    margin-bottom: 30px;
}
@media (max-width: 767.98px) {
    .profile h3 {
        margin-top: 0;
        font-size: 18px;
        line-height: 25.2px;
    }
}
.profile .projects h3 {
    margin-bottom: 24px;
}
.profile .projects .items {
    background-color: #fff;
    padding: 0 25px;
    border-radius: 16px;
    border: 1px solid #d4e1ee;
    position: relative;
}
.profile .projects .items .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0;
    border-bottom: 1px dashed #d4e1ee;
    margin-bottom: 60px;
    margin-top: 20px;
    padding-bottom: 40px;
    position: relative;
    flex-direction: column;
}
.profile .projects .items .item .remove_project {
    position: absolute;
    bottom: 5px;
    right: 0;
}
.profile .projects .items .item .side {
    text-align: center;
    margin-top: -30px;
}
.profile .projects .items .item .side span {
    font-size: 10px;
    line-height: 13px;
    display: block;
    margin-bottom: 14px;
}
.profile .projects .items .item .side a {
    font-size: 12px;
}
@media (max-width: 1140px) {
    .profile .projects .items .item .side {
        width: 100%;
    }
}
.profile .projects .photos {
    width: 100%;
}
@media (max-width: 1140px) {
    .profile .projects .photos {
        width: 100%;
        justify-content: center;
    }
}
.profile .projects .photos .input {
    margin-bottom: 0;
}
.profile .projects .photos .input .image-input {
    position: relative;
    width: 116px;
    height: 116px;
    padding: 0;
    border-radius: 16px;
    background: none;
    border: 1px dashed #d4e1ee;
    display: flex;
    gap: 7px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.profile .projects .photos .filepond--drop-label.filepond--drop-label label {
    margin-top: 6px;
}
.profile .projects .photos .remove {
    position: absolute;
    bottom: 10px;
}
.profile .projects a {
    text-decoration: none;
    font-weight: 700;
}
.profile .projects .w-100 {
    width: 100%;
}
.profile .projects .w-100 .input {
    margin-bottom: 12px;
}
@media (max-width: 767.98px) {
    .profile .projects .w-100 .input {
        margin-bottom: 14px;
    }
}
.profile .projects #add_project {
    position: absolute;
    bottom: 23px;
}
.profile .projects .no-items {
    padding-top: 20px;
    padding-bottom: 20px;
}
.profile .projects .no-items #add_project {
    position: relative;
    bottom: inherit;
}

.bbnotice {
    border-radius: 4px;
    border-left: 2px solid;
    display: flex;
    padding: 12px 16px;
    margin-bottom: 22px;
    gap: 8px;
    font-family: 'Hanken Grotesk';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    align-items: center;
}
.bbnotice.saved {
    border-color: #08b658;
    background: #dcfdeb;
    color: #08b658;
}

@media (max-width: 991.98px) {
    .trust-mark [class^='col-'] .trust-mark__item {
        margin-top: 30px;
        border-bottom: 1px dashed #d4e1ee;
    }
    .trust-mark [class^='col-']:last-child .trust-mark__item {
        border-bottom: none;
    }
    .trust-mark [class^='col-']:first-child .trust-mark__item {
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .trust-mark .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .trust-mark [class^='col-'] {
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
    }
    .trust-mark [class^='col-']::after {
        content: '';
        width: 1px;
        height: calc(100% - 42px);
        border-right: 1px dashed #d4e1ee;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
    .trust-mark [class^='col-']:nth-child(3n) {
        padding-right: 0px;
    }
    .trust-mark [class^='col-']:nth-child(3n)::after {
        display: none;
    }
}
@media (min-width: 768px) {
    .trust-mark {
        margin-bottom: 30px;
    }
}
.trust-mark .input-items__add-button,
.trust-mark .input-items__remove-button,
.trust-mark .select-items__add-button,
.trust-mark .select-items__remove-button {
    padding: 0;
    background: none;
    border: none;
}
.trust-mark .input-items__add-button,
.trust-mark .select-items__add-button {
    text-decoration: none;
}
.trust-mark .input-items__add-button.disable,
.trust-mark .select-items__add-button.disable {
    opacity: 0;
    visibility: hidden;
    cursor: default;
}
.trust-mark .trust-mark__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding-right: 1px;
}
@media (max-width: 767.98px) {
    .trust-mark .trust-mark__item {
        gap: 15px 0;
    }
}
.trust-mark .trust-mark__item .text {
    padding-left: 16px;
    width: calc(100% - 42px);
}
.trust-mark .trust-mark__item .text h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
}
.trust-mark .trust-mark__item .input-items,
.trust-mark .trust-mark__item .select-items {
    width: 100%;
}
.trust-mark .trust-mark__item .input-items .item,
.trust-mark .trust-mark__item .select-items .item {
    margin-bottom: 8px;
}
.trust-mark .trust-mark__item .input-items .flex,
.trust-mark .trust-mark__item .select-items .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3px;
}
.trust-mark .trust-mark__item .input-items .flex .select2,
.trust-mark .trust-mark__item .select-items .flex .select2 {
    width: calc(100% - 23px) !important;
}
.trust-mark .trust-mark__item .input-items,
.trust-mark .trust-mark__item .select-items {
    margin-top: 15px;
    margin-bottom: 30px;
}
@media (max-width: 991.98px) {
    .trust-mark .trust-mark__item .input-items,
    .trust-mark .trust-mark__item .select-items {
        margin-top: 5px;
    }
}
.trust-mark .trust-mark__item .input-items .input-items__title,
.trust-mark .trust-mark__item .input-items .select-items__title,
.trust-mark .trust-mark__item .select-items .input-items__title,
.trust-mark .trust-mark__item .select-items .select-items__title {
    min-height: 24px;
}
@media (max-width: 991.98px) {
    .trust-mark .trust-mark__item .input-items .input-items__title,
    .trust-mark .trust-mark__item .input-items .select-items__title,
    .trust-mark .trust-mark__item .select-items .input-items__title,
    .trust-mark .trust-mark__item .select-items .select-items__title {
        min-height: inherit;
    }
}
.trust-mark .trust-mark__item .input-items h5,
.trust-mark .trust-mark__item .select-items h5 {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
}
@media (max-width: 991.98px) {
    .trust-mark .trust-mark__item .input-items h5,
    .trust-mark .trust-mark__item .select-items h5 {
        line-height: 1.5;
        margin-bottom: 8px;
    }
}
.trust-mark .trust-mark__item .select-items__selected-values {
    display: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Hanken Grotesk', sans-serif;
    color: #55576a;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #313344;
}
body a {
    color: #5149c2;
}
body a:hover {
    color: #020202;
}
body.silver {
    background: #f6f9fc;
}
body.account main {
    padding-top: 174px;
    margin-bottom: 156px;
}
@media (max-width: 767.98px) {
    body.account main {
        padding-top: 80px;
        margin-bottom: 85px;
    }
}
body * {
    box-sizing: border-box;
}
body main {
    padding-top: 134px;
    min-height: 80vh;
}
@media (max-width: 767.98px) {
    body main {
        padding-top: 65px;
    }
}

.fancybox-button:hover {
    color: #333;
}


body #all_companies {
    min-width: 200px;
    max-width: 500px;
    margin: 0 90px 40px;
    position: relative;
    z-index: 2;
    background: #5149c2;
    border-color: #5149c2;
}
body #all_companies:hover {
    border-color: #000;
}
@media (max-width: 767.98px) {
    body #all_companies {
        margin: 0 15px 20px;
    }
}


button[data-feedback-fish]{
    position: fixed;
    bottom: 0;
    right: 40px;
    border-radius: 15px 15px 0 0;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 5px 15px;
    z-index: 9999;
}

#company_list_container {
    position: relative;
    width: 100%;
}

#company_list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100% - 2px);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-top: 2px;
    padding: 0;
    list-style: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    font-size: 15px;
    box-sizing: border-box;
}

#company_list li {
    padding: 8px 10px;
    cursor: pointer;
    transition: background-color 0.15s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#company_list li:hover {
    background-color: #f2f2f2;
}

#company_list li.active {
    background-color: #007bff;
    color: #fff;
}

#company_list::-webkit-scrollbar {
    width: 6px;
}
#company_list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}
#company_list::-webkit-scrollbar-track {
    background-color: transparent;
}
