@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap);
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-purple: #5f249f;
    --bs-teal: #00968f;
    --bs-blue: #00a3e1;
    --bs-orange: #ed9b33;
    --bs-navy: #003a79;
    --bs-cobalt-blue: #0e56e9;
    --bs-gray: #666;
    --bs-primary: #5f249f;
    --bs-secondary: #000;
    --bs-success: #0fb239;
    --bs-warning: #f2c94c;
    --bs-danger: #dc362e;
    --bs-light: #0f0f0f;
    --bs-dark: #f2f2f2;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(127.22deg, #361559 28.42%, #0f061a 69.76%);
}
body {
    font-family: var(--bs-font-sans-serif);
}
code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: 5rem;
}
.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 4.5rem;
}
.display-3 {
    font-size: 4rem;
}
.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
}
.display-5 {
    font-size: 3rem;
}
.display-5,
.display-6 {
    font-weight: 300;
    line-height: 1.2;
}
.display-6 {
    font-size: 2.5rem;
}
.list-inline,
.list-unstyled {
    list-style: none;
    padding-left: 0;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}
.blockquote {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
.blockquote > :last-child {
    margin-bottom: 0;
}
.blockquote-footer {
    color: #6c757d;
    font-size: 0.875em;
    margin-bottom: 1rem;
    margin-top: -1rem;
}
.blockquote-footer:before {
    content: "— ";
}
.img-fluid,
.img-thumbnail {
    height: auto;
    max-width: 100%;
}
.img-thumbnail {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 0.25rem;
}
.figure {
    display: inline-block;
}
.figure-img {
    line-height: 1;
    margin-bottom: 0.5rem;
}
.figure-caption {
    color: #6c757d;
    font-size: 0.875em;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
    width: 100%;
}
@media (min-width: 599px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 904px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 845px;
    }
}
@media (min-width: 1239px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1170px;
    }
}
@media (min-width: 1439px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px;
    }
}
@media (min-width: 1919px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1776px;
    }
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-top: calc(var(--bs-gutter-y) * -1);
}
.row > * {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    width: 100%;
}
.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.3333333333%;
}
.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.6666666667%;
}
@media (min-width: 599px) {
    .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.3333333333%;
    }
    .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.6666666667%;
    }
}
@media (min-width: 904px) {
    .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.3333333333%;
    }
    .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.6666666667%;
    }
}
@media (min-width: 1239px) {
    .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.3333333333%;
    }
    .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.6666666667%;
    }
}
@media (min-width: 1439px) {
    .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.3333333333%;
    }
    .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.6666666667%;
    }
}
@media (min-width: 1919px) {
    .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.3333333333%;
    }
    .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.6666666667%;
    }
}
.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.5rem;
}
.g-1,
.gy-1 {
    --bs-gutter-y: 0.5rem;
}
.g-2,
.gx-2 {
    --bs-gutter-x: 1rem;
}
.g-2,
.gy-2 {
    --bs-gutter-y: 1rem;
}
.g-3,
.gx-3 {
    --bs-gutter-x: 1.5rem;
}
.g-3,
.gy-3 {
    --bs-gutter-y: 1.5rem;
}
.g-4,
.gx-4 {
    --bs-gutter-x: 2rem;
}
.g-4,
.gy-4 {
    --bs-gutter-y: 2rem;
}
.g-5,
.gx-5 {
    --bs-gutter-x: 2.5rem;
}
.g-5,
.gy-5 {
    --bs-gutter-y: 2.5rem;
}
.g-6,
.gx-6 {
    --bs-gutter-x: 3rem;
}
.g-6,
.gy-6 {
    --bs-gutter-y: 3rem;
}
.g-7,
.gx-7 {
    --bs-gutter-x: 3.5rem;
}
.g-7,
.gy-7 {
    --bs-gutter-y: 3.5rem;
}
.g-8,
.gx-8 {
    --bs-gutter-x: 4rem;
}
.g-8,
.gy-8 {
    --bs-gutter-y: 4rem;
}
.g-9,
.gx-9 {
    --bs-gutter-x: 4.5rem;
}
.g-9,
.gy-9 {
    --bs-gutter-y: 4.5rem;
}
.g-10,
.gx-10 {
    --bs-gutter-x: 5rem;
}
.g-10,
.gy-10 {
    --bs-gutter-y: 5rem;
}
.g-11,
.gx-11 {
    --bs-gutter-x: 7.5rem;
}
.g-11,
.gy-11 {
    --bs-gutter-y: 7.5rem;
}
@media (min-width: 599px) {
    .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.5rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 2rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 2rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 2.5rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 2.5rem;
    }
    .g-sm-6,
    .gx-sm-6 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-6,
    .gy-sm-6 {
        --bs-gutter-y: 3rem;
    }
    .g-sm-7,
    .gx-sm-7 {
        --bs-gutter-x: 3.5rem;
    }
    .g-sm-7,
    .gy-sm-7 {
        --bs-gutter-y: 3.5rem;
    }
    .g-sm-8,
    .gx-sm-8 {
        --bs-gutter-x: 4rem;
    }
    .g-sm-8,
    .gy-sm-8 {
        --bs-gutter-y: 4rem;
    }
    .g-sm-9,
    .gx-sm-9 {
        --bs-gutter-x: 4.5rem;
    }
    .g-sm-9,
    .gy-sm-9 {
        --bs-gutter-y: 4.5rem;
    }
    .g-sm-10,
    .gx-sm-10 {
        --bs-gutter-x: 5rem;
    }
    .g-sm-10,
    .gy-sm-10 {
        --bs-gutter-y: 5rem;
    }
    .g-sm-11,
    .gx-sm-11 {
        --bs-gutter-x: 7.5rem;
    }
    .g-sm-11,
    .gy-sm-11 {
        --bs-gutter-y: 7.5rem;
    }
}
@media (min-width: 904px) {
    .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.5rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 1rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 1rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 2rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 2rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 2.5rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 2.5rem;
    }
    .g-md-6,
    .gx-md-6 {
        --bs-gutter-x: 3rem;
    }
    .g-md-6,
    .gy-md-6 {
        --bs-gutter-y: 3rem;
    }
    .g-md-7,
    .gx-md-7 {
        --bs-gutter-x: 3.5rem;
    }
    .g-md-7,
    .gy-md-7 {
        --bs-gutter-y: 3.5rem;
    }
    .g-md-8,
    .gx-md-8 {
        --bs-gutter-x: 4rem;
    }
    .g-md-8,
    .gy-md-8 {
        --bs-gutter-y: 4rem;
    }
    .g-md-9,
    .gx-md-9 {
        --bs-gutter-x: 4.5rem;
    }
    .g-md-9,
    .gy-md-9 {
        --bs-gutter-y: 4.5rem;
    }
    .g-md-10,
    .gx-md-10 {
        --bs-gutter-x: 5rem;
    }
    .g-md-10,
    .gy-md-10 {
        --bs-gutter-y: 5rem;
    }
    .g-md-11,
    .gx-md-11 {
        --bs-gutter-x: 7.5rem;
    }
    .g-md-11,
    .gy-md-11 {
        --bs-gutter-y: 7.5rem;
    }
}
@media (min-width: 1239px) {
    .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.5rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 2rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 2rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 2.5rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 2.5rem;
    }
    .g-lg-6,
    .gx-lg-6 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-6,
    .gy-lg-6 {
        --bs-gutter-y: 3rem;
    }
    .g-lg-7,
    .gx-lg-7 {
        --bs-gutter-x: 3.5rem;
    }
    .g-lg-7,
    .gy-lg-7 {
        --bs-gutter-y: 3.5rem;
    }
    .g-lg-8,
    .gx-lg-8 {
        --bs-gutter-x: 4rem;
    }
    .g-lg-8,
    .gy-lg-8 {
        --bs-gutter-y: 4rem;
    }
    .g-lg-9,
    .gx-lg-9 {
        --bs-gutter-x: 4.5rem;
    }
    .g-lg-9,
    .gy-lg-9 {
        --bs-gutter-y: 4.5rem;
    }
    .g-lg-10,
    .gx-lg-10 {
        --bs-gutter-x: 5rem;
    }
    .g-lg-10,
    .gy-lg-10 {
        --bs-gutter-y: 5rem;
    }
    .g-lg-11,
    .gx-lg-11 {
        --bs-gutter-x: 7.5rem;
    }
    .g-lg-11,
    .gy-lg-11 {
        --bs-gutter-y: 7.5rem;
    }
}
@media (min-width: 1439px) {
    .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.5rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 2rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 2rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 2.5rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 2.5rem;
    }
    .g-xl-6,
    .gx-xl-6 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-6,
    .gy-xl-6 {
        --bs-gutter-y: 3rem;
    }
    .g-xl-7,
    .gx-xl-7 {
        --bs-gutter-x: 3.5rem;
    }
    .g-xl-7,
    .gy-xl-7 {
        --bs-gutter-y: 3.5rem;
    }
    .g-xl-8,
    .gx-xl-8 {
        --bs-gutter-x: 4rem;
    }
    .g-xl-8,
    .gy-xl-8 {
        --bs-gutter-y: 4rem;
    }
    .g-xl-9,
    .gx-xl-9 {
        --bs-gutter-x: 4.5rem;
    }
    .g-xl-9,
    .gy-xl-9 {
        --bs-gutter-y: 4.5rem;
    }
    .g-xl-10,
    .gx-xl-10 {
        --bs-gutter-x: 5rem;
    }
    .g-xl-10,
    .gy-xl-10 {
        --bs-gutter-y: 5rem;
    }
    .g-xl-11,
    .gx-xl-11 {
        --bs-gutter-x: 7.5rem;
    }
    .g-xl-11,
    .gy-xl-11 {
        --bs-gutter-y: 7.5rem;
    }
}
@media (min-width: 1919px) {
    .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.5rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 2rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 2rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 2.5rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 2.5rem;
    }
    .g-xxl-6,
    .gx-xxl-6 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-6,
    .gy-xxl-6 {
        --bs-gutter-y: 3rem;
    }
    .g-xxl-7,
    .gx-xxl-7 {
        --bs-gutter-x: 3.5rem;
    }
    .g-xxl-7,
    .gy-xxl-7 {
        --bs-gutter-y: 3.5rem;
    }
    .g-xxl-8,
    .gx-xxl-8 {
        --bs-gutter-x: 4rem;
    }
    .g-xxl-8,
    .gy-xxl-8 {
        --bs-gutter-y: 4rem;
    }
    .g-xxl-9,
    .gx-xxl-9 {
        --bs-gutter-x: 4.5rem;
    }
    .g-xxl-9,
    .gy-xxl-9 {
        --bs-gutter-y: 4.5rem;
    }
    .g-xxl-10,
    .gx-xxl-10 {
        --bs-gutter-x: 5rem;
    }
    .g-xxl-10,
    .gy-xxl-10 {
        --bs-gutter-y: 5rem;
    }
    .g-xxl-11,
    .gx-xxl-11 {
        --bs-gutter-x: 7.5rem;
    }
    .g-xxl-11,
    .gy-xxl-11 {
        --bs-gutter-y: 7.5rem;
    }
}
.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    border-color: #dee2e6;
    color: #212529;
    margin-bottom: 1rem;
    vertical-align: top;
    width: 100%;
}
.table > :not(caption) > * > * {
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    padding: 0.5rem;
}
.table > tbody {
    vertical-align: inherit;
}
.table > thead {
    vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor;
}
.caption-top {
    caption-side: top;
}
.table-sm > :not(caption) > * > * {
    padding: 0.25rem;
}
.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}
.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}
.table-primary {
    --bs-table-bg: #dfd3ec;
    --bs-table-striped-bg: #d4c8e0;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c9bed4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #cec3da;
    --bs-table-hover-color: #000;
    border-color: #c9bed4;
    color: #000;
}
.table-secondary {
    --bs-table-bg: #ccc;
    --bs-table-striped-bg: #c2c2c2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #b8b8b8;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bdbdbd;
    --bs-table-hover-color: #000;
    border-color: #b8b8b8;
    color: #000;
}
.table-success {
    --bs-table-bg: #cff0d7;
    --bs-table-striped-bg: #c5e4cc;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bad8c2;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfdec7;
    --bs-table-hover-color: #000;
    border-color: #bad8c2;
    color: #000;
}
.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    border-color: #badce3;
    color: #000;
}
.table-warning {
    --bs-table-bg: #fcf4db;
    --bs-table-striped-bg: #efe8d0;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e3dcc5;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e9e2cb;
    --bs-table-hover-color: #000;
    border-color: #e3dcc5;
    color: #000;
}
.table-danger {
    --bs-table-bg: #f8d7d5;
    --bs-table-striped-bg: #ecccca;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c0;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7c5;
    --bs-table-hover-color: #000;
    border-color: #dfc2c0;
    color: #000;
}
.table-light {
    --bs-table-bg: #0f0f0f;
    --bs-table-striped-bg: #1b1b1b;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #272727;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #212121;
    --bs-table-hover-color: #fff;
    border-color: #272727;
    color: #fff;
}
.table-dark {
    --bs-table-bg: #f2f2f2;
    --bs-table-striped-bg: #e6e6e6;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dadada;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e0e0e0;
    --bs-table-hover-color: #000;
    border-color: #dadada;
    color: #000;
}
.table-responsive {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}
@media (max-width: 598.98px) {
    .table-responsive-sm {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
}
@media (max-width: 903.98px) {
    .table-responsive-md {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
}
@media (max-width: 1238.98px) {
    .table-responsive-lg {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
}
@media (max-width: 1438.98px) {
    .table-responsive-xl {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
}
@media (max-width: 1918.98px) {
    .table-responsive-xxl {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
}
.form-label {
    margin-bottom: 0.5rem;
}
.col-form-label {
    font-size: inherit;
    line-height: 1.2;
    margin-bottom: 0;
    padding-bottom: calc(0.375rem + 1px);
    padding-top: calc(0.375rem + 1px);
}
.col-form-label-lg {
    font-size: 0.85rem;
    padding-bottom: calc(0.5rem + 1px);
    padding-top: calc(0.5rem + 1px);
}
.col-form-label-sm {
    font-size: 0.75rem;
    padding-bottom: calc(0.25rem + 1px);
    padding-top: calc(0.25rem + 1px);
}
.form-text {
    color: #6c757d;
    font-size: 0.875em;
    margin-top: 0.25rem;
}
.form-control {
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #212529;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    padding: 0.375rem 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control[type="file"] {
    overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control:focus {
    background-color: #fff;
    border-color: #af92cf;
    box-shadow: 0 0 0 0.25rem rgba(95, 36, 159, 0.25);
    color: #212529;
    outline: 0;
}
.form-control::-webkit-date-and-time-value {
    height: 1.2em;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.form-control::file-selector-button {
    background-color: #e9ecef;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    color: #212529;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    padding: 0.375rem 0.75rem;
    pointer-events: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
    background-color: #e9ecef;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    color: #212529;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    padding: 0.375rem 0.75rem;
    pointer-events: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}
.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    color: #212529;
    display: block;
    line-height: 1.2;
    margin-bottom: 0;
    padding: 0.375rem 0;
    width: 100%;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-left: 0;
    padding-right: 0;
}
.form-control-sm {
    border-radius: 0.2rem;
    font-size: 0.75rem;
    min-height: calc(1.2em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
}
.form-control-sm::file-selector-button {
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
    padding: 0.25rem 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
    padding: 0.25rem 0.5rem;
}
.form-control-lg {
    border-radius: 0.3rem;
    font-size: 0.85rem;
    min-height: calc(1.2em + 1rem + 2px);
    padding: 0.5rem 1rem;
}
.form-control-lg::file-selector-button {
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
    padding: 0.5rem 1rem;
}
.form-control-lg::-webkit-file-upload-button {
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
    padding: 0.5rem 1rem;
}
textarea.form-control {
    min-height: calc(1.2em + 0.75rem + 2px);
}
textarea.form-control-sm {
    min-height: calc(1.2em + 0.5rem + 2px);
}
textarea.form-control-lg {
    min-height: calc(1.2em + 1rem + 2px);
}
.form-control-color {
    height: auto;
    max-width: 3rem;
    padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control-color::-moz-color-swatch {
    border-radius: 0.25rem;
    height: 1.2em;
}
.form-control-color::-webkit-color-swatch {
    border-radius: 0.25rem;
    height: 1.2em;
}
.form-select {
    -moz-padding-start: calc(0.75rem - 3px);
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #212529;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
}
@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}
.form-select:focus {
    border-color: #af92cf;
    box-shadow: 0 0 0 0.25rem rgba(95, 36, 159, 0.25);
    outline: 0;
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
    background-image: none;
    padding-right: 0.75rem;
}
.form-select:disabled {
    background-color: #e9ecef;
}
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}
.form-select-sm {
    font-size: 0.75rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-top: 0.25rem;
}
.form-select-lg {
    font-size: 0.85rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-top: 0.5rem;
}
.form-check {
    display: block;
    margin-bottom: 0.125rem;
    min-height: 1.2rem;
    padding-left: 1.5em;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.form-check-input {
    color-adjust: exact;
    appearance: none;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    height: 1em;
    margin-top: 0.1em;
    vertical-align: top;
    width: 1em;
}
.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}
.form-check-input[type="radio"] {
    border-radius: 50%;
}
.form-check-input:active {
    filter: brightness(90%);
}
.form-check-input:focus {
    border-color: #af92cf;
    box-shadow: 0 0 0 0.25rem rgba(95, 36, 159, 0.25);
    outline: 0;
}
.form-check-input:checked {
    background-color: #5f249f;
    border-color: #5f249f;
}
.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}
.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E");
}
.form-check-input[type="checkbox"]:indeterminate {
    background-color: #5f249f;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
    border-color: #5f249f;
}
.form-check-input:disabled {
    filter: none;
    opacity: 0.5;
    pointer-events: none;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    opacity: 0.5;
}
.form-switch {
    padding-left: 2.5em;
}
.form-switch .form-check-input {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
    background-position: 0;
    border-radius: 2em;
    margin-left: -2.5em;
    transition: background-position 0.15s ease-in-out;
    width: 2em;
}
@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}
.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23af92cf'/%3E%3C/svg%3E");
}
.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
    background-position: 100%;
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.btn-check {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
    filter: none;
    opacity: 0.25;
    pointer-events: none;
}
.form-range {
    appearance: none;
    background-color: transparent;
    height: 1.5rem;
    padding: 0;
    width: 100%;
}
.form-range:focus {
    outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(95, 36, 159, 0.25);
}
.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(95, 36, 159, 0.25);
}
.form-range::-moz-focus-outer {
    border: 0;
}
.form-range::-webkit-slider-thumb {
    appearance: none;
    background-color: #5f249f;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        transition: none;
    }
}
.form-range::-webkit-slider-thumb:active {
    background-color: #cfbde2;
}
.form-range::-webkit-slider-runnable-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: 0.5rem;
    width: 100%;
}
.form-range::-moz-range-thumb {
    appearance: none;
    background-color: #5f249f;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        transition: none;
    }
}
.form-range::-moz-range-thumb:active {
    background-color: #cfbde2;
}
.form-range::-moz-range-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: 0.5rem;
    width: 100%;
}
.form-range:disabled {
    pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.form-floating {
    position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}
.form-floating > label {
    border: 1px solid transparent;
    height: 100%;
    left: 0;
    padding: 1rem 0.75rem;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none;
    }
}
.form-floating > .form-control {
    padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
    color: transparent;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-bottom: 0.625rem;
    padding-top: 1.625rem;
}
.form-floating > .form-control:-webkit-autofill {
    padding-bottom: 0.625rem;
    padding-top: 1.625rem;
}
.form-floating > .form-select {
    padding-bottom: 0.625rem;
    padding-top: 1.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    width: 1%;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
    z-index: 3;
}
.input-group .btn {
    position: relative;
    z-index: 2;
}
.input-group .btn:focus {
    z-index: 3;
}
.input-group-text {
    align-items: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #212529;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    padding: 0.375rem 0.75rem;
    text-align: center;
    white-space: nowrap;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
    border-radius: 0.3rem;
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
    border-radius: 0.2rem;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 3rem;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
    > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
        .valid-feedback
    ):not(.invalid-tooltip):not(.invalid-feedback) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px;
}
.valid-feedback {
    color: #0fb239;
    display: none;
    font-size: 0.875em;
    margin-top: 0.25rem;
    width: 100%;
}
.valid-tooltip {
    background-color: rgba(15, 178, 57, 0.9);
    border-radius: 0.25rem;
    color: #000;
    display: none;
    font-size: 1rem;
    margin-top: 0.1rem;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    position: absolute;
    top: 100%;
    z-index: 5;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%230fb239' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: right calc(0.3em + 0.1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(0.6em + 0.375rem) calc(0.6em + 0.375rem);
    border-color: #0fb239;
    padding-right: calc(1.2em + 0.75rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #0fb239;
    box-shadow: 0 0 0 0.25rem rgba(15, 178, 57, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    background-position: top calc(0.3em + 0.1875rem) right
        calc(0.3em + 0.1875rem);
    padding-right: calc(1.2em + 0.75rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #0fb239;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%230fb239' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.6em + 0.375rem) calc(0.6em + 0.375rem);
    padding-right: 4.125rem;
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #0fb239;
    box-shadow: 0 0 0 0.25rem rgba(15, 178, 57, 0.25);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #0fb239;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #0fb239;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(15, 178, 57, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #0fb239;
}
.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
    z-index: 1;
}
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
    z-index: 3;
}
.invalid-feedback {
    color: #dc362e;
    display: none;
    font-size: 0.875em;
    margin-top: 0.25rem;
    width: 100%;
}
.invalid-tooltip {
    background-color: rgba(220, 54, 46, 0.9);
    border-radius: 0.25rem;
    color: #fff;
    display: none;
    font-size: 1rem;
    margin-top: 0.1rem;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    position: absolute;
    top: 100%;
    z-index: 5;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc362e'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc362e' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(0.3em + 0.1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(0.6em + 0.375rem) calc(0.6em + 0.375rem);
    border-color: #dc362e;
    padding-right: calc(1.2em + 0.75rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc362e;
    box-shadow: 0 0 0 0.25rem rgba(220, 54, 46, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    background-position: top calc(0.3em + 0.1875rem) right
        calc(0.3em + 0.1875rem);
    padding-right: calc(1.2em + 0.75rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #dc362e;
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc362e'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc362e' stroke='none'/%3E%3C/svg%3E");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.6em + 0.375rem) calc(0.6em + 0.375rem);
    padding-right: 4.125rem;
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #dc362e;
    box-shadow: 0 0 0 0.25rem rgba(220, 54, 46, 0.25);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #dc362e;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #dc362e;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 54, 46, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc362e;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
    z-index: 2;
}
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
    z-index: 3;
}
.btn {
    background-color: transparent;
    border: 1px solid transparent;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
}
.btn,
.btn:hover {
    color: #212529;
}
.btn-check:focus + .btn,
.btn:focus:not(.btn-text) {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),
        0 2px 6px 2px rgba(103, 80, 164, 0.2);
    outline: 0;
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    opacity: 0.25;
}
.btn-primary {
    background-color: #5f249f;
    border-color: #5f249f;
    color: #fff;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #511f87;
    border-color: #4c1d7f;
    color: #fff;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(119, 69, 173, 0.5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
    background-color: #4c1d7f;
    border-color: #471b77;
    color: #fff;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(119, 69, 173, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #5f249f;
    border-color: #5f249f;
    color: #fff;
}
.btn-secondary,
.btn-secondary:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    background-color: #000;
    border-color: #000;
    box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
    color: #fff;
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.btn-success {
    background-color: #0fb239;
    border-color: #0fb239;
    color: #000;
}
.btn-check:focus + .btn-success,
.btn-success:focus,
.btn-success:hover {
    background-color: #33be57;
    border-color: #27ba4d;
    color: #000;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 151, 48, 0.5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
    background-color: #3fc161;
    border-color: #27ba4d;
    color: #000;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 151, 48, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    background-color: #0fb239;
    border-color: #0fb239;
    color: #000;
}
.btn-warning {
    background-color: #f2c94c;
    border-color: #f2c94c;
    color: #000;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus,
.btn-warning:hover {
    background-color: #f4d167;
    border-color: #f3ce5e;
    color: #000;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(206, 171, 65, 0.5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
    background-color: #f5d470;
    border-color: #f3ce5e;
    color: #000;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(206, 171, 65, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #f2c94c;
    border-color: #f2c94c;
    color: #000;
}
.btn-danger {
    background-color: #dc362e;
    border-color: #dc362e;
    color: #fff;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #bb2e27;
    border-color: #b02b25;
    color: #fff;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(225, 84, 77, 0.5);
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
    background-color: #b02b25;
    border-color: #a52923;
    color: #fff;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(225, 84, 77, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #dc362e;
    border-color: #dc362e;
    color: #fff;
}
.btn-light {
    background-color: #0f0f0f;
    border-color: #0f0f0f;
    color: #fff;
}
.btn-check:focus + .btn-light,
.btn-light:focus,
.btn-light:hover {
    background-color: #0d0d0d;
    border-color: #0c0c0c;
    color: #fff;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(51, 51, 51, 0.5);
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
    background-color: #0c0c0c;
    border-color: #0b0b0b;
    color: #fff;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(51, 51, 51, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    background-color: #0f0f0f;
    border-color: #0f0f0f;
    color: #fff;
}
.btn-dark {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    color: #000;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus,
.btn-dark:hover {
    background-color: #f4f4f4;
    border-color: #f3f3f3;
    color: #000;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
    box-shadow: 0 0 0 0.25rem hsla(0, 0%, 81%, 0.5);
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
    background-color: #f5f5f5;
    border-color: #f3f3f3;
    color: #000;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem hsla(0, 0%, 81%, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    color: #000;
}
.btn-outline-primary {
    border-color: #5f249f;
    color: #5f249f;
}
.btn-outline-primary:hover {
    background-color: #5f249f;
    border-color: #5f249f;
    color: #fff;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(95, 36, 159, 0.5);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    background-color: #5f249f;
    border-color: #5f249f;
    color: #fff;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(95, 36, 159, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    background-color: transparent;
    color: #5f249f;
}
.btn-outline-secondary {
    border-color: #000;
    color: #000;
}
.btn-outline-secondary:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    background-color: transparent;
    color: #000;
}
.btn-outline-success {
    border-color: #0fb239;
    color: #0fb239;
}
.btn-outline-success:hover {
    background-color: #0fb239;
    border-color: #0fb239;
    color: #000;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(15, 178, 57, 0.5);
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    background-color: #0fb239;
    border-color: #0fb239;
    color: #000;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(15, 178, 57, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    background-color: transparent;
    color: #0fb239;
}
.btn-outline-warning {
    border-color: #f2c94c;
    color: #f2c94c;
}
.btn-outline-warning:hover {
    background-color: #f2c94c;
    border-color: #f2c94c;
    color: #000;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(242, 201, 76, 0.5);
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
    background-color: #f2c94c;
    border-color: #f2c94c;
    color: #000;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(242, 201, 76, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    background-color: transparent;
    color: #f2c94c;
}
.btn-outline-danger {
    border-color: #dc362e;
    color: #dc362e;
}
.btn-outline-danger:hover {
    background-color: #dc362e;
    border-color: #dc362e;
    color: #fff;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 54, 46, 0.5);
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    background-color: #dc362e;
    border-color: #dc362e;
    color: #fff;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 54, 46, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    background-color: transparent;
    color: #dc362e;
}
.btn-outline-light {
    border-color: #0f0f0f;
    color: #0f0f0f;
}
.btn-outline-light:hover {
    background-color: #0f0f0f;
    border-color: #0f0f0f;
    color: #fff;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem hsla(0, 0%, 6%, 0.5);
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
    background-color: #0f0f0f;
    border-color: #0f0f0f;
    color: #fff;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
    box-shadow: 0 0 0 0.25rem hsla(0, 0%, 6%, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    background-color: transparent;
    color: #0f0f0f;
}
.btn-outline-dark {
    border-color: #f2f2f2;
    color: #f2f2f2;
}
.btn-outline-dark:hover {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    color: #000;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem hsla(0, 0%, 95%, 0.5);
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    color: #000;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
    box-shadow: 0 0 0 0.25rem hsla(0, 0%, 95%, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    background-color: transparent;
    color: #f2f2f2;
}
.btn-link {
    color: #5f249f;
    font-weight: 400;
    text-decoration: underline;
}
.btn-link:hover {
    color: #4c1d7f;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
}
.btn-group-lg > .btn,
.btn-lg {
    border-radius: 0.3rem;
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
}
.btn-group-sm > .btn,
.btn-sm {
    border-radius: 0.2rem;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}
.btn-normal {
    background-color: #5f249f;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 15.6px;
    padding: 15px 25px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.btn-normal:hover {
    background-color: #4d1d80;
    color: #fff;
}
@media (max-width: 600px) {
    .btn-normal {
        width: 100%;
    }
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.dropdown,
.dropend,
.dropstart,
.dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle:after {
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.3em solid;
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}
.dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    color: #212529;
    display: none;
    font-size: 1rem;
    list-style: none;
    margin: 0;
    min-width: 10rem;
    padding: 0.5rem 0;
    position: absolute;
    text-align: left;
    z-index: 1000;
}
.dropdown-menu[data-bs-popper] {
    left: 0;
    margin-top: 0.125rem;
    top: 100%;
}
.dropdown-menu-start {
    --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
    left: 0;
    right: auto;
}
.dropdown-menu-end {
    --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
    left: auto;
    right: 0;
}
@media (min-width: 599px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        left: 0;
        right: auto;
    }
    .dropdown-menu-sm-end {
        --bs-position: end;
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        left: auto;
        right: 0;
    }
}
@media (min-width: 904px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }
    .dropdown-menu-md-start[data-bs-popper] {
        left: 0;
        right: auto;
    }
    .dropdown-menu-md-end {
        --bs-position: end;
    }
    .dropdown-menu-md-end[data-bs-popper] {
        left: auto;
        right: 0;
    }
}
@media (min-width: 1239px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        left: 0;
        right: auto;
    }
    .dropdown-menu-lg-end {
        --bs-position: end;
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        left: auto;
        right: 0;
    }
}
@media (min-width: 1439px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        left: 0;
        right: auto;
    }
    .dropdown-menu-xl-end {
        --bs-position: end;
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        left: auto;
        right: 0;
    }
}
@media (min-width: 1919px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
        left: 0;
        right: auto;
    }
    .dropdown-menu-xxl-end {
        --bs-position: end;
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
        left: auto;
        right: 0;
    }
}
.dropup .dropdown-menu[data-bs-popper] {
    bottom: 100%;
    margin-bottom: 0.125rem;
    margin-top: 0;
    top: auto;
}
.dropup .dropdown-toggle:after {
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0;
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}
.dropup .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
    left: 100%;
    margin-left: 0.125rem;
    margin-top: 0;
    right: auto;
    top: 0;
}
.dropend .dropdown-toggle:after {
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    border-right: 0;
    border-top: 0.3em solid transparent;
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}
.dropend .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropend .dropdown-toggle:after {
    vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
    left: auto;
    margin-right: 0.125rem;
    margin-top: 0;
    right: 100%;
    top: 0;
}
.dropstart .dropdown-toggle:after {
    content: "";
    display: inline-block;
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}
.dropstart .dropdown-toggle:before {
    border-bottom: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-top: 0.3em solid transparent;
    content: "";
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
}
.dropstart .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropstart .dropdown-toggle:before {
    vertical-align: 0;
}
.dropdown-divider {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
}
.dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: #212529;
    display: block;
    font-weight: 400;
    padding: 0.25rem 1rem;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #e9ecef;
    color: #1e2125;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: #5f249f;
    color: #fff;
    text-decoration: none;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    background-color: transparent;
    color: #adb5bd;
    pointer-events: none;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    color: #6c757d;
    display: block;
    font-size: 0.75rem;
    margin-bottom: 0;
    padding: 0.5rem 1rem;
    white-space: nowrap;
}
.dropdown-item-text {
    color: #212529;
    display: block;
    padding: 0.25rem 1rem;
}
.dropdown-menu-dark {
    background-color: #343a40;
    border-color: rgba(0, 0, 0, 0.15);
    color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item {
    color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    background-color: hsla(0, 0%, 100%, 0.15);
    color: #fff;
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    background-color: #5f249f;
    color: #fff;
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
    color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
    display: inline-flex;
    position: relative;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    flex: 1 1 auto;
    position: relative;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.dropdown-toggle-split {
    padding-left: 1.275rem;
    padding-right: 1.275rem;
}
.dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0;
}
.dropstart .dropdown-toggle-split:before {
    margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.btn-group-vertical {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.nav-link {
    color: #5f249f;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}
.nav-link:focus,
.nav-link:hover {
    color: #4c1d7f;
}
.nav-link.disabled {
    color: #6c757d;
    cursor: default;
    pointer-events: none;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    margin-bottom: -1px;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
}
.nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #6c757d;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #495057;
}
.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
}
.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #5f249f;
    color: #fff;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    position: relative;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
    align-items: center;
    display: flex;
    flex-wrap: inherit;
    justify-content: space-between;
}
.navbar-brand {
    font-size: 0.85rem;
    margin-right: 1rem;
    padding-bottom: 0.59rem;
    padding-top: 0.59rem;
    text-decoration: none;
    white-space: nowrap;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
}
.navbar-text {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1;
}
.navbar-toggler {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 0.85rem;
    line-height: 1;
    padding: 0.25rem 0.75rem;
    transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem;
    outline: 0;
    text-decoration: none;
}
.navbar-toggler-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em;
}
.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}
@media (min-width: 599px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (min-width: 904px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (min-width: 1239px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (min-width: 1439px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
@media (min-width: 1919px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, 0.55);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    border-color: hsla(0, 0%, 100%, 0.1);
    color: hsla(0, 0%, 100%, 0.55);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.card {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
}
.card > hr {
    margin-left: 0;
    margin-right: 0;
}
.card > .list-group {
    border-bottom: inherit;
    border-top: inherit;
}
.card > .list-group:first-child {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-width: 0;
}
.card > .list-group:last-child {
    border-bottom-left-radius: calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-width: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem;
}
.card-title {
    margin-bottom: 0.5rem;
}
.card-subtitle {
    margin-top: -0.25rem;
}
.card-subtitle,
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1rem;
}
.card-header {
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 0;
    padding: 0.5rem 1rem;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.5rem 1rem;
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
    border-bottom: 0;
    margin-bottom: -0.5rem;
}
.card-header-pills,
.card-header-tabs {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.card-img-overlay {
    border-radius: calc(0.25rem - 1px);
    bottom: 0;
    left: 0;
    padding: 1rem;
    position: absolute;
    right: 0;
    top: 0;
}
.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%;
}
.card-img,
.card-img-top {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    height: 396px;
    object-fit: cover;
}
@media (max-width: 903.98px) {
    .card-img,
    .card-img-top {
        height: auto;
    }
}
.card-img,
.card-img-bottom {
    border-bottom-left-radius: calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
}
.card-group > .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 599px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        border-left: 0;
        margin-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}
.accordion-button {
    align-items: center;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: #000;
    display: flex;
    font-size: 1rem;
    overflow-anchor: none;
    padding: 24px 1.25rem;
    position: relative;
    text-align: left;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        border-radius 0.15s ease;
    width: 100%;
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}
.accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: inset 0 -1px 0 #000;
    color: #000;
}
.accordion-button:not(.collapsed):after {
    background-image: url(/mind-supernova/assets/images/accordion/minus-black.svg);
    transform: rotate(-180deg);
}
.accordion-button:after {
    background-image: url(/mind-supernova/assets/images/accordion/plus-black.svg);
    background-repeat: no-repeat;
    background-size: 0.7rem;
    content: "";
    flex-shrink: 0;
    height: 0.7rem;
    margin-left: auto;
    transition: transform 0.2s ease-in-out;
    width: 0.7rem;
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button:after {
        transition: none;
    }
}
.accordion-button:hover {
    z-index: 2;
}
.accordion-button:focus {
    border-color: #af92cf;
    box-shadow: 0;
    outline: 0;
    z-index: 3;
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid #000;
}
.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
}
.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type .accordion-collapse {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.accordion-body {
    padding: 24px 1.25rem;
}
.accordion-flush .accordion-collapse {
    border-width: 0;
}
.accordion-flush .accordion-item {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
}
.accordion-flush .accordion-item:first-child {
    border-top: 0;
}
.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.85rem;
    list-style: none;
    margin-bottom: 1rem;
    padding: 0;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, ">");
    float: left;
    padding-right: 0.5rem;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.pagination {
    display: flex;
    list-style: none;
    padding-left: 0;
}
.page-link {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #5f249f;
    text-decoration: none;
}
.page-link:hover {
    border-color: #dee2e6;
}
.page-link:focus,
.page-link:hover {
    background-color: #e9ecef;
    color: #4c1d7f;
}
.page-link:focus {
    box-shadow: 0 0 0 0.25rem rgba(95, 36, 159, 0.25);
    outline: 0;
}
.page-item.active .page-link {
    background-color: #5f249f;
    border-color: #5f249f;
}
.page-item.disabled .page-link {
    background-color: #fff;
}
.page-link {
    padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.pagination-lg .page-link {
    font-size: 0.85rem;
    padding: 0.75rem 1.5rem;
}
.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}
.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}
.badge {
    border-radius: 0.25rem;
    color: #fff;
    display: inline-block;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    padding: 0.35em 0.65em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.alert {
    border: 1px solid transparent;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
    padding: 1rem;
    position: relative;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 3rem;
}
.alert-dismissible .btn-close {
    padding: 1.25rem 1rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.alert-primary {
    background-color: #dfd3ec;
    border-color: #cfbde2;
    color: #39165f;
}
.alert-primary .alert-link {
    color: #2e124c;
}
.alert-secondary {
    background-color: #ccc;
    border-color: #b3b3b3;
    color: #000;
}
.alert-secondary .alert-link {
    color: #000;
}
.alert-success {
    background-color: #cff0d7;
    border-color: #b7e8c4;
    color: #096b22;
}
.alert-success .alert-link {
    color: #07561b;
}
.alert-warning {
    background-color: #fcf4db;
    border-color: #fbefc9;
    color: #61501e;
}
.alert-warning .alert-link {
    color: #4e4018;
}
.alert-danger {
    background-color: #f8d7d5;
    border-color: #f5c3c0;
    color: #84201c;
}
.alert-danger .alert-link {
    color: #6a1a16;
}
.alert-light {
    background-color: #cfcfcf;
    border-color: #b7b7b7;
    color: #090909;
}
.alert-light .alert-link {
    color: #070707;
}
.alert-dark {
    background-color: #fcfcfc;
    border-color: #fbfbfb;
    color: #616161;
}
.alert-dark .alert-link {
    color: #4e4e4e;
}
@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}
.progress {
    background-color: #e9ecef;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    height: 1rem;
}
.progress,
.progress-bar {
    display: flex;
    overflow: hidden;
}
.progress-bar {
    background-color: #5f249f;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: width 0.6s ease;
    white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(
        45deg,
        hsla(0, 0%, 100%, 0.15) 25%,
        transparent 0,
        transparent 50%,
        hsla(0, 0%, 100%, 0.15) 0,
        hsla(0, 0%, 100%, 0.15) 75%,
        transparent 0,
        transparent
    );
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}
.list-group {
    border-radius: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0;
}
.list-group-numbered {
    counter-reset: section;
    list-style-type: none;
}
.list-group-numbered > li:before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}
.list-group-item-action {
    color: #495057;
    text-align: inherit;
    width: 100%;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: transparent;
    color: #495057;
    text-decoration: none;
    z-index: 1;
}
.list-group-item-action:active {
    background-color: #e9ecef;
    color: #212529;
}
.list-group-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    color: #212529;
    display: block;
    padding: 0.5rem 1rem;
    position: relative;
    text-decoration: none;
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
    background-color: #fff;
    color: #6c757d;
    pointer-events: none;
}
.list-group-item.active {
    background-color: #5f249f;
    border-color: #5f249f;
    color: #fff;
    z-index: 2;
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    border-top-width: 1px;
    margin-top: -1px;
}
.list-group-horizontal {
    flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child,
.list-group-horizontal > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
}
@media (min-width: 599px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child,
    .list-group-horizontal-sm > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px;
    }
}
@media (min-width: 904px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child,
    .list-group-horizontal-md > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px;
    }
}
@media (min-width: 1239px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child,
    .list-group-horizontal-lg > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px;
    }
}
@media (min-width: 1439px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child,
    .list-group-horizontal-xl > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px;
    }
}
@media (min-width: 1919px) {
    .list-group-horizontal-xxl {
        flex-direction: row;
    }
    .list-group-horizontal-xxl > .list-group-item:first-child,
    .list-group-horizontal-xxl > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px;
    }
}
.list-group-flush {
    border-radius: 0;
}
.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}
.list-group-item-primary {
    background-color: #dfd3ec;
    color: #39165f;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    background-color: #c9bed4;
    color: #39165f;
}
.list-group-item-primary.list-group-item-action.active {
    background-color: #39165f;
    border-color: #39165f;
    color: #fff;
}
.list-group-item-secondary {
    background-color: #ccc;
    color: #000;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    background-color: #b8b8b8;
    color: #000;
}
.list-group-item-secondary.list-group-item-action.active {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.list-group-item-success {
    background-color: #cff0d7;
    color: #096b22;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    background-color: #bad8c2;
    color: #096b22;
}
.list-group-item-success.list-group-item-action.active {
    background-color: #096b22;
    border-color: #096b22;
    color: #fff;
}
.list-group-item-warning {
    background-color: #fcf4db;
    color: #61501e;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    background-color: #e3dcc5;
    color: #61501e;
}
.list-group-item-warning.list-group-item-action.active {
    background-color: #61501e;
    border-color: #61501e;
    color: #fff;
}
.list-group-item-danger {
    background-color: #f8d7d5;
    color: #84201c;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    background-color: #dfc2c0;
    color: #84201c;
}
.list-group-item-danger.list-group-item-action.active {
    background-color: #84201c;
    border-color: #84201c;
    color: #fff;
}
.list-group-item-light {
    background-color: #cfcfcf;
    color: #090909;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    background-color: #bababa;
    color: #090909;
}
.list-group-item-light.list-group-item-action.active {
    background-color: #090909;
    border-color: #090909;
    color: #fff;
}
.list-group-item-dark {
    background-color: #fcfcfc;
    color: #616161;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    background-color: #e3e3e3;
    color: #616161;
}
.list-group-item-dark.list-group-item-action.active {
    background-color: #616161;
    border-color: #616161;
    color: #fff;
}
.btn-close {
    background: transparent
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
        50%/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    box-sizing: content-box;
    color: #000;
    height: 1em;
    opacity: 0.5;
    padding: 0.25em;
    width: 1em;
}
.btn-close:hover {
    color: #000;
    opacity: 0.75;
    text-decoration: none;
}
.btn-close:focus {
    box-shadow: 0 0 0 0.25rem rgba(95, 36, 159, 0.25);
    opacity: 1;
    outline: 0;
}
.btn-close.disabled,
.btn-close:disabled {
    opacity: 0.25;
    pointer-events: none;
    user-select: none;
}
.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, 0.85);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    font-size: 0.875rem;
    max-width: 100%;
    pointer-events: auto;
    width: 350px;
}
.toast:not(.showing):not(.show) {
    opacity: 0;
}
.toast.hide {
    display: none;
}
.toast-container {
    max-width: 100%;
    pointer-events: none;
    width: max-content;
}
.toast-container > :not(:last-child) {
    margin-bottom: 0.75rem;
}
.toast-header {
    align-items: center;
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, 0.85);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    color: #6c757d;
    display: flex;
    padding: 0.5rem 0.75rem;
}
.toast-header .btn-close {
    margin-left: 0.75rem;
    margin-right: -0.375rem;
}
.toast-body {
    word-wrap: break-word;
    padding: 0.75rem;
}
.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1060;
}
.modal-dialog {
    margin: 0.5rem;
    pointer-events: none;
    position: relative;
    width: auto;
}
.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - 1rem);
}
.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%;
}
.modal-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    align-items: center;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding: 1rem;
}
.modal-header .btn-close {
    margin: -0.5rem -0.5rem -0.5rem auto;
    padding: 0.5rem;
}
.modal-title {
    line-height: 1.2;
    margin-bottom: 0;
}
.modal-body {
    flex: 1 1 auto;
    padding: 1rem;
    position: relative;
}
.modal-footer {
    align-items: center;
    border-bottom-left-radius: calc(0.3rem - 1px);
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-top: 1px solid #dee2e6;
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0.75rem;
}
.modal-footer > * {
    margin: 0.25rem;
}
@media (min-width: 599px) {
    .modal-dialog {
        margin: 1.75rem auto;
        max-width: 500px;
    }
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 1239px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1439px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.modal-fullscreen {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
}
.modal-fullscreen .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
}
.modal-fullscreen .modal-header {
    border-radius: 0;
}
.modal-fullscreen .modal-body {
    overflow-y: auto;
}
.modal-fullscreen .modal-footer {
    border-radius: 0;
}
@media (max-width: 598.98px) {
    .modal-fullscreen-sm-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw;
    }
    .modal-fullscreen-sm-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%;
    }
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 903.98px) {
    .modal-fullscreen-md-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw;
    }
    .modal-fullscreen-md-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%;
    }
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 1238.98px) {
    .modal-fullscreen-lg-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw;
    }
    .modal-fullscreen-lg-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%;
    }
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 1438.98px) {
    .modal-fullscreen-xl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw;
    }
    .modal-fullscreen-xl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%;
    }
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 1918.98px) {
    .modal-fullscreen-xxl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw;
    }
    .modal-fullscreen-xxl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%;
    }
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
}
.tooltip {
    word-wrap: break-word;
    display: block;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.2;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1080;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .tooltip-arrow {
    display: block;
    height: 0.4rem;
    position: absolute;
    width: 0.8rem;
}
.tooltip .tooltip-arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute;
}
.bs-tooltip-auto[data-popper-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
    border-top-color: #333;
    border-width: 0.4rem 0.4rem 0;
    top: -1px;
}
.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    height: 0.8rem;
    left: 0;
    width: 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
    border-right-color: #333;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    right: -1px;
}
.bs-tooltip-auto[data-popper-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
    border-bottom-color: #333;
    border-width: 0 0.4rem 0.4rem;
    bottom: -1px;
}
.bs-tooltip-auto[data-popper-placement^="left"],
.bs-tooltip-start {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    height: 0.8rem;
    right: 0;
    width: 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
    border-left-color: #333;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    left: -1px;
}
.tooltip-inner {
    background-color: #333;
    border-radius: 0.25rem;
    color: #fff;
    max-width: 400px;
    padding: 0.25rem 0.5rem;
    text-align: center;
}
.popover {
    word-wrap: break-word;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    display: block;
    font-family: var(--bs-font-sans-serif);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.2;
    max-width: 276px;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070;
}
.popover .popover-arrow {
    display: block;
    height: 0.5rem;
    position: absolute;
    width: 1rem;
}
.popover .popover-arrow:after,
.popover .popover-arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    display: block;
    position: absolute;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
    bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before,
.bs-popover-top > .popover-arrow:before {
    border-top-color: rgba(0, 0, 0, 0.25);
    border-width: 0.5rem 0.5rem 0;
    bottom: 0;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after,
.bs-popover-top > .popover-arrow:after {
    border-top-color: #fff;
    border-width: 0.5rem 0.5rem 0;
    bottom: 1px;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
    height: 1rem;
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before,
.bs-popover-end > .popover-arrow:before {
    border-right-color: rgba(0, 0, 0, 0.25);
    border-width: 0.5rem 0.5rem 0.5rem 0;
    left: 0;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after,
.bs-popover-end > .popover-arrow:after {
    border-right-color: #fff;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    left: 1px;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
    top: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before,
.bs-popover-bottom > .popover-arrow:before {
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-width: 0 0.5rem 0.5rem;
    top: 0;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after,
.bs-popover-bottom > .popover-arrow:after {
    border-bottom-color: #fff;
    border-width: 0 0.5rem 0.5rem;
    top: 1px;
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    border-bottom: 1px solid #f0f0f0;
    content: "";
    display: block;
    left: 50%;
    margin-left: -0.5rem;
    position: absolute;
    top: 0;
    width: 1rem;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
    height: 1rem;
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before,
.bs-popover-start > .popover-arrow:before {
    border-left-color: rgba(0, 0, 0, 0.25);
    border-width: 0.5rem 0 0.5rem 0.5rem;
    right: 0;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after,
.bs-popover-start > .popover-arrow:after {
    border-left-color: #fff;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    right: 1px;
}
.popover-header {
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    font-size: 1rem;
    margin-bottom: 0;
    padding: 0.5rem 1rem;
}
.popover-header:empty {
    display: none;
}
.popover-body {
    color: #212529;
    padding: 1rem;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.carousel-inner:after {
    clear: both;
    content: "";
    display: block;
}
.carousel-item {
    backface-visibility: hidden;
    display: none;
    float: left;
    margin-right: -100%;
    position: relative;
    transition: transform 0.6s ease-in-out;
    width: 100%;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transform: none;
    transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    opacity: 0;
    transition: opacity 0s 0.6s;
    z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none;
    }
}
.carousel-control-next,
.carousel-control-prev {
    align-items: center;
    background: none;
    border: 0;
    bottom: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    opacity: 0.5;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity 0.15s ease;
    width: 15%;
    z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    opacity: 0.9;
    outline: 0;
    text-decoration: none;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    height: 2rem;
    width: 2rem;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.carousel-indicators {
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    list-style: none;
    margin-bottom: 1rem;
    margin-left: 15%;
    margin-right: 15%;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}
.carousel-indicators [data-bs-target]:not(button) {
    background-clip: padding-box;
    background-color: #fff;
    border: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    box-sizing: content-box;
    cursor: pointer;
    flex: 0 1 auto;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    opacity: 0.5;
    padding: 0;
    text-indent: -999px;
    transition: opacity 0.6s ease;
    width: 30px;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target]:not(button) {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1 !important;
}
.carousel-indicators.bullets [data-bs-target] {
    border-radius: 50%;
    height: 10px;
    width: 10px;
}
.carousel-indicators.bullets [data-bs-target] p {
    display: none;
}
.carousel-unnamed-indicators {
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    list-style: none;
    margin-bottom: 1rem;
    margin-left: 15%;
    margin-right: 15%;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}
.carousel-unnamed-indicators [data-bs-target] {
    background-clip: padding-box;
    background-color: #fff;
    border: 0;
    border-bottom: 10px solid transparent;
    border-radius: 50%;
    border-top: 10px solid transparent;
    box-sizing: content-box;
    cursor: pointer;
    flex: 0 1 auto;
    height: 10px;
    margin-left: 3px;
    margin-right: 3px;
    opacity: 0.5;
    padding: 0;
    text-indent: -999px;
    transition: opacity 0.6s ease;
    width: 10px;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-unnamed-indicators [data-bs-target] {
        transition: none;
    }
}
.carousel-unnamed-indicators [data-bs-target] p {
    display: none;
}
.carousel-unnamed-indicators .active {
    opacity: 1;
}
.carousel-caption {
    bottom: 1.25rem;
    color: #fff;
    left: 15%;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    position: absolute;
    right: 15%;
    text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}
.carousel-dark .carousel-caption {
    color: #000;
}
@keyframes spinner-border {
    to {
        transform: rotate(1turn);
    }
}
.spinner-border {
    animation: spinner-border 0.75s linear infinite;
    border: 0.25em solid;
    border-radius: 50%;
    border-right: 0.25em solid transparent;
    display: inline-block;
    height: 2rem;
    vertical-align: -0.125em;
    width: 2rem;
}
.spinner-border-sm {
    border-width: 0.2em;
    height: 1rem;
    width: 1rem;
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.spinner-grow {
    animation: spinner-grow 0.75s linear infinite;
    background-color: currentColor;
    border-radius: 50%;
    display: inline-block;
    height: 2rem;
    opacity: 0;
    vertical-align: -0.125em;
    width: 2rem;
}
.spinner-grow-sm {
    height: 1rem;
    width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s;
    }
}
.offcanvas {
    background-clip: padding-box;
    background-color: #fff;
    bottom: 0;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: transform 0.3s ease-in-out;
    visibility: hidden;
    z-index: 1050;
}
@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none;
    }
}
.offcanvas-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}
.offcanvas-header .btn-close {
    margin-bottom: -0.5rem;
    margin-right: -0.5rem;
    margin-top: -0.5rem;
    padding: 0.5rem;
}
.offcanvas-title {
    line-height: 1.2;
    margin-bottom: 0;
}
.offcanvas-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: 1rem;
}
.offcanvas-start {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: 400px;
}
.offcanvas-end {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: 400px;
}
.offcanvas-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    top: 0;
    transform: translateY(-100%);
}
.offcanvas-bottom,
.offcanvas-top {
    height: 30vh;
    left: 0;
    max-height: 100%;
    right: 0;
}
.offcanvas-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
}
.offcanvas.show {
    transform: none;
} /*!
 * Bootstrap Utilities v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.clearfix:after {
    clear: both;
    content: "";
    display: block;
}
.link-primary {
    color: #5f249f;
}
.link-primary:focus,
.link-primary:hover {
    color: #4c1d7f;
}
.link-secondary,
.link-secondary:focus,
.link-secondary:hover {
    color: #000;
}
.link-success {
    color: #0fb239;
}
.link-success:focus,
.link-success:hover {
    color: #3fc161;
}
.link-warning {
    color: #f2c94c;
}
.link-warning:focus,
.link-warning:hover {
    color: #f5d470;
}
.link-danger {
    color: #dc362e;
}
.link-danger:focus,
.link-danger:hover {
    color: #b02b25;
}
.link-light {
    color: #0f0f0f;
}
.link-light:focus,
.link-light:hover {
    color: #0c0c0c;
}
.link-dark {
    color: #f2f2f2;
}
.link-dark:focus,
.link-dark:hover {
    color: #f5f5f5;
}
.ratio {
    position: relative;
    width: 100%;
}
.ratio:before {
    content: "";
    display: block;
    padding-top: var(--bs-aspect-ratio);
}
.ratio > * {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
    --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
    top: 0;
}
.fixed-bottom,
.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}
.fixed-bottom {
    bottom: 0;
}
.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}
@media (min-width: 599px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 904px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 1239px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 1439px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 1919px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}
.stretched-link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.float-start {
    float: left !important;
}
.float-end {
    float: right !important;
}
.float-none {
    float: none !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-visible {
    overflow: visible !important;
}
.overflow-scroll {
    overflow: scroll !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: grid !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.d-none {
    display: none !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: sticky !important;
}
.top-0 {
    top: 0 !important;
}
.top-50 {
    top: 50% !important;
}
.top-100 {
    top: 100% !important;
}
.bottom-0 {
    bottom: 0 !important;
}
.bottom-50 {
    bottom: 50% !important;
}
.bottom-100 {
    bottom: 100% !important;
}
.start-0 {
    left: 0 !important;
}
.start-50 {
    left: 50% !important;
}
.start-100 {
    left: 100% !important;
}
.end-0 {
    right: 0 !important;
}
.end-50 {
    right: 50% !important;
}
.end-100 {
    right: 100% !important;
}
.translate-middle {
    transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
    transform: translateX(-50%) !important;
}
.translate-middle-y {
    transform: translateY(-50%) !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-end {
    border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
    border-right: 0 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-start {
    border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #5f249f !important;
}
.border-secondary {
    border-color: #000 !important;
}
.border-success {
    border-color: #0fb239 !important;
}
.border-warning {
    border-color: #f2c94c !important;
}
.border-danger {
    border-color: #dc362e !important;
}
.border-light {
    border-color: #0f0f0f !important;
}
.border-dark {
    border-color: #f2f2f2 !important;
}
.border-white {
    border-color: #fff !important;
}
.border-1 {
    border-width: 1px !important;
}
.border-2 {
    border-width: 2px !important;
}
.border-3 {
    border-width: 3px !important;
}
.border-4 {
    border-width: 4px !important;
}
.border-5 {
    border-width: 5px !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.vw-100 {
    width: 100vw !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mh-100 {
    max-height: 100% !important;
}
.vh-100 {
    height: 100vh !important;
}
.min-vh-100 {
    min-height: 100vh !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;
}
.gap-0 {
    gap: 0 !important;
}
.gap-1 {
    gap: 0.5rem !important;
}
.gap-2 {
    gap: 1rem !important;
}
.gap-3 {
    gap: 1.5rem !important;
}
.gap-4 {
    gap: 2rem !important;
}
.gap-5 {
    gap: 2.5rem !important;
}
.gap-6 {
    gap: 3rem !important;
}
.gap-7 {
    gap: 3.5rem !important;
}
.gap-8 {
    gap: 4rem !important;
}
.gap-9 {
    gap: 4.5rem !important;
}
.gap-10 {
    gap: 5rem !important;
}
.gap-11 {
    gap: 7.5rem !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.5rem !important;
}
.m-2 {
    margin: 1rem !important;
}
.m-3 {
    margin: 1.5rem !important;
}
.m-4 {
    margin: 2rem !important;
}
.m-5 {
    margin: 2.5rem !important;
}
.m-6 {
    margin: 3rem !important;
}
.m-7 {
    margin: 3.5rem !important;
}
.m-8 {
    margin: 4rem !important;
}
.m-9 {
    margin: 4.5rem !important;
}
.m-10 {
    margin: 5rem !important;
}
.m-11 {
    margin: 7.5rem !important;
}
.m-auto {
    margin: auto !important;
}
.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.mx-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}
.mx-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}
.mx-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}
.mx-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}
.mx-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
}
.mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}
.mx-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
}
.mx-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
}
.mx-9 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
}
.mx-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
}
.mx-11 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.my-1 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
}
.my-2 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}
.my-3 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
}
.my-4 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
}
.my-5 {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important;
}
.my-6 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
}
.my-7 {
    margin-bottom: 3.5rem !important;
    margin-top: 3.5rem !important;
}
.my-8 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
}
.my-9 {
    margin-bottom: 4.5rem !important;
    margin-top: 4.5rem !important;
}
.my-10 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
}
.my-11 {
    margin-bottom: 7.5rem !important;
    margin-top: 7.5rem !important;
}
.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.5rem !important;
}
.mt-2 {
    margin-top: 1rem !important;
}
.mt-3 {
    margin-top: 1.5rem !important;
}
.mt-4 {
    margin-top: 2rem !important;
}
.mt-5 {
    margin-top: 2.5rem !important;
}
.mt-6 {
    margin-top: 3rem !important;
}
.mt-7 {
    margin-top: 3.5rem !important;
}
.mt-8 {
    margin-top: 4rem !important;
}
.mt-9 {
    margin-top: 4.5rem !important;
}
.mt-10 {
    margin-top: 5rem !important;
}
.mt-11 {
    margin-top: 7.5rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.me-0 {
    margin-right: 0 !important;
}
.me-1 {
    margin-right: 0.5rem !important;
}
.me-2 {
    margin-right: 1rem !important;
}
.me-3 {
    margin-right: 1.5rem !important;
}
.me-4 {
    margin-right: 2rem !important;
}
.me-5 {
    margin-right: 2.5rem !important;
}
.me-6 {
    margin-right: 3rem !important;
}
.me-7 {
    margin-right: 3.5rem !important;
}
.me-8 {
    margin-right: 4rem !important;
}
.me-9 {
    margin-right: 4.5rem !important;
}
.me-10 {
    margin-right: 5rem !important;
}
.me-11 {
    margin-right: 7.5rem !important;
}
.me-auto {
    margin-right: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.5rem !important;
}
.mb-2 {
    margin-bottom: 1rem !important;
}
.mb-3 {
    margin-bottom: 1.5rem !important;
}
.mb-4 {
    margin-bottom: 2rem !important;
}
.mb-5 {
    margin-bottom: 2.5rem !important;
}
.mb-6 {
    margin-bottom: 3rem !important;
}
.mb-7 {
    margin-bottom: 3.5rem !important;
}
.mb-8 {
    margin-bottom: 4rem !important;
}
.mb-9 {
    margin-bottom: 4.5rem !important;
}
.mb-10 {
    margin-bottom: 5rem !important;
}
.mb-11 {
    margin-bottom: 7.5rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.ms-1 {
    margin-left: 0.5rem !important;
}
.ms-2 {
    margin-left: 1rem !important;
}
.ms-3 {
    margin-left: 1.5rem !important;
}
.ms-4 {
    margin-left: 2rem !important;
}
.ms-5 {
    margin-left: 2.5rem !important;
}
.ms-6 {
    margin-left: 3rem !important;
}
.ms-7 {
    margin-left: 3.5rem !important;
}
.ms-8 {
    margin-left: 4rem !important;
}
.ms-9 {
    margin-left: 4.5rem !important;
}
.ms-10 {
    margin-left: 5rem !important;
}
.ms-11 {
    margin-left: 7.5rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.5rem !important;
}
.p-2 {
    padding: 1rem !important;
}
.p-3 {
    padding: 1.5rem !important;
}
.p-4 {
    padding: 2rem !important;
}
.p-5 {
    padding: 2.5rem !important;
}
.p-6 {
    padding: 3rem !important;
}
.p-7 {
    padding: 3.5rem !important;
}
.p-8 {
    padding: 4rem !important;
}
.p-9 {
    padding: 4.5rem !important;
}
.p-10 {
    padding: 5rem !important;
}
.p-11 {
    padding: 7.5rem !important;
}
.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.px-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.px-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.px-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.px-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.px-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}
.px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
.px-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
}
.px-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}
.px-9 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
}
.px-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}
.px-11 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
}
.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.py-1 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
}
.py-2 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}
.py-3 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
}
.py-4 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
}
.py-5 {
    padding-bottom: 2.5rem !important;
    padding-top: 2.5rem !important;
}
.py-6 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
}
.py-7 {
    padding-bottom: 3.5rem !important;
    padding-top: 3.5rem !important;
}
.py-8 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
}
.py-9 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important;
}
.py-10 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
}
.py-11 {
    padding-bottom: 7.5rem !important;
    padding-top: 7.5rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.5rem !important;
}
.pt-2 {
    padding-top: 1rem !important;
}
.pt-3 {
    padding-top: 1.5rem !important;
}
.pt-4 {
    padding-top: 2rem !important;
}
.pt-5 {
    padding-top: 2.5rem !important;
}
.pt-6 {
    padding-top: 3rem !important;
}
.pt-7 {
    padding-top: 3.5rem !important;
}
.pt-8 {
    padding-top: 4rem !important;
}
.pt-9 {
    padding-top: 4.5rem !important;
}
.pt-10 {
    padding-top: 5rem !important;
}
.pt-11 {
    padding-top: 7.5rem !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pe-1 {
    padding-right: 0.5rem !important;
}
.pe-2 {
    padding-right: 1rem !important;
}
.pe-3 {
    padding-right: 1.5rem !important;
}
.pe-4 {
    padding-right: 2rem !important;
}
.pe-5 {
    padding-right: 2.5rem !important;
}
.pe-6 {
    padding-right: 3rem !important;
}
.pe-7 {
    padding-right: 3.5rem !important;
}
.pe-8 {
    padding-right: 4rem !important;
}
.pe-9 {
    padding-right: 4.5rem !important;
}
.pe-10 {
    padding-right: 5rem !important;
}
.pe-11 {
    padding-right: 7.5rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.5rem !important;
}
.pb-2 {
    padding-bottom: 1rem !important;
}
.pb-3 {
    padding-bottom: 1.5rem !important;
}
.pb-4 {
    padding-bottom: 2rem !important;
}
.pb-5 {
    padding-bottom: 2.5rem !important;
}
.pb-6 {
    padding-bottom: 3rem !important;
}
.pb-7 {
    padding-bottom: 3.5rem !important;
}
.pb-8 {
    padding-bottom: 4rem !important;
}
.pb-9 {
    padding-bottom: 4.5rem !important;
}
.pb-10 {
    padding-bottom: 5rem !important;
}
.pb-11 {
    padding-bottom: 7.5rem !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.ps-1 {
    padding-left: 0.5rem !important;
}
.ps-2 {
    padding-left: 1rem !important;
}
.ps-3 {
    padding-left: 1.5rem !important;
}
.ps-4 {
    padding-left: 2rem !important;
}
.ps-5 {
    padding-left: 2.5rem !important;
}
.ps-6 {
    padding-left: 3rem !important;
}
.ps-7 {
    padding-left: 3.5rem !important;
}
.ps-8 {
    padding-left: 4rem !important;
}
.ps-9 {
    padding-left: 4.5rem !important;
}
.ps-10 {
    padding-left: 5rem !important;
}
.ps-11 {
    padding-left: 7.5rem !important;
}
.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
    font-size: 3.75rem !important;
}
.fs-2 {
    font-size: 3.5rem !important;
}
.fs-3 {
    font-size: 3rem !important;
}
.fs-4 {
    font-size: 2.25rem !important;
}
.fs-5 {
    font-size: 2rem !important;
}
.fs-6 {
    font-size: 1rem !important;
}
.fst-italic {
    font-style: italic !important;
}
.fst-normal {
    font-style: normal !important;
}
.fw-light {
    font-weight: 300 !important;
}
.fw-lighter {
    font-weight: lighter !important;
}
.fw-normal {
    font-weight: 400 !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.fw-bolder {
    font-weight: bolder !important;
}
.lh-1 {
    line-height: 1 !important;
}
.lh-sm {
    line-height: 1.25 !important;
}
.lh-base {
    line-height: 1.2 !important;
}
.lh-lg {
    line-height: 2 !important;
}
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-decoration-underline {
    text-decoration: underline !important;
}
.text-decoration-line-through {
    text-decoration: line-through !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}
.text-primary {
    color: #5f249f !important;
}
.text-secondary {
    color: #000 !important;
}
.text-success {
    color: #0fb239 !important;
}
.text-warning {
    color: #f2c94c !important;
}
.text-danger {
    color: #dc362e !important;
}
.text-light {
    color: #0f0f0f !important;
}
.text-dark {
    color: #f2f2f2 !important;
}
.text-white {
    color: #fff !important;
}
.text-body {
    color: #212529 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-reset {
    color: inherit !important;
}
.bg-primary {
    background-color: #5f249f !important;
}
.bg-secondary {
    background-color: #000 !important;
}
.bg-success {
    background-color: #0fb239 !important;
}
.bg-warning {
    background-color: #f2c94c !important;
}
.bg-danger {
    background-color: #dc362e !important;
}
.bg-light {
    background-color: #0f0f0f !important;
}
.bg-dark {
    background-color: #f2f2f2 !important;
}
.bg-body,
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.bg-gradient {
    background-image: var(--bs-gradient) !important;
}
.user-select-all {
    user-select: all !important;
}
.user-select-auto {
    user-select: auto !important;
}
.user-select-none {
    user-select: none !important;
}
.pe-none {
    pointer-events: none !important;
}
.pe-auto {
    pointer-events: auto !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.rounded-1 {
    border-radius: 0.2rem !important;
}
.rounded-2 {
    border-radius: 0.25rem !important;
}
.rounded-3 {
    border-radius: 0.3rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
}
.rounded-end,
.rounded-top {
    border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-end {
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-start {
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
    border-top-left-radius: 0.25rem !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media (min-width: 599px) {
    .float-sm-start {
        float: left !important;
    }
    .float-sm-end {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
    .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-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;
    }
    .gap-sm-0 {
        gap: 0 !important;
    }
    .gap-sm-1 {
        gap: 0.5rem !important;
    }
    .gap-sm-2 {
        gap: 1rem !important;
    }
    .gap-sm-3 {
        gap: 1.5rem !important;
    }
    .gap-sm-4 {
        gap: 2rem !important;
    }
    .gap-sm-5 {
        gap: 2.5rem !important;
    }
    .gap-sm-6 {
        gap: 3rem !important;
    }
    .gap-sm-7 {
        gap: 3.5rem !important;
    }
    .gap-sm-8 {
        gap: 4rem !important;
    }
    .gap-sm-9 {
        gap: 4.5rem !important;
    }
    .gap-sm-10 {
        gap: 5rem !important;
    }
    .gap-sm-11 {
        gap: 7.5rem !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.5rem !important;
    }
    .m-sm-2 {
        margin: 1rem !important;
    }
    .m-sm-3 {
        margin: 1.5rem !important;
    }
    .m-sm-4 {
        margin: 2rem !important;
    }
    .m-sm-5 {
        margin: 2.5rem !important;
    }
    .m-sm-6 {
        margin: 3rem !important;
    }
    .m-sm-7 {
        margin: 3.5rem !important;
    }
    .m-sm-8 {
        margin: 4rem !important;
    }
    .m-sm-9 {
        margin: 4.5rem !important;
    }
    .m-sm-10 {
        margin: 5rem !important;
    }
    .m-sm-11 {
        margin: 7.5rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-sm-1 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-sm-2 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-sm-3 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-sm-4 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .mx-sm-5 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }
    .mx-sm-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-sm-7 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }
    .mx-sm-8 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }
    .mx-sm-9 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important;
    }
    .mx-sm-10 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }
    .mx-sm-11 {
        margin-left: 7.5rem !important;
        margin-right: 7.5rem !important;
    }
    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-sm-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-sm-1 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-sm-2 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .my-sm-3 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-sm-4 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important;
    }
    .my-sm-5 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important;
    }
    .my-sm-6 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .my-sm-7 {
        margin-bottom: 3.5rem !important;
        margin-top: 3.5rem !important;
    }
    .my-sm-8 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important;
    }
    .my-sm-9 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important;
    }
    .my-sm-10 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important;
    }
    .my-sm-11 {
        margin-bottom: 7.5rem !important;
        margin-top: 7.5rem !important;
    }
    .my-sm-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-2 {
        margin-top: 1rem !important;
    }
    .mt-sm-3 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-4 {
        margin-top: 2rem !important;
    }
    .mt-sm-5 {
        margin-top: 2.5rem !important;
    }
    .mt-sm-6 {
        margin-top: 3rem !important;
    }
    .mt-sm-7 {
        margin-top: 3.5rem !important;
    }
    .mt-sm-8 {
        margin-top: 4rem !important;
    }
    .mt-sm-9 {
        margin-top: 4.5rem !important;
    }
    .mt-sm-10 {
        margin-top: 5rem !important;
    }
    .mt-sm-11 {
        margin-top: 7.5rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.5rem !important;
    }
    .me-sm-2 {
        margin-right: 1rem !important;
    }
    .me-sm-3 {
        margin-right: 1.5rem !important;
    }
    .me-sm-4 {
        margin-right: 2rem !important;
    }
    .me-sm-5 {
        margin-right: 2.5rem !important;
    }
    .me-sm-6 {
        margin-right: 3rem !important;
    }
    .me-sm-7 {
        margin-right: 3.5rem !important;
    }
    .me-sm-8 {
        margin-right: 4rem !important;
    }
    .me-sm-9 {
        margin-right: 4.5rem !important;
    }
    .me-sm-10 {
        margin-right: 5rem !important;
    }
    .me-sm-11 {
        margin-right: 7.5rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 2rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 2.5rem !important;
    }
    .mb-sm-6 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-7 {
        margin-bottom: 3.5rem !important;
    }
    .mb-sm-8 {
        margin-bottom: 4rem !important;
    }
    .mb-sm-9 {
        margin-bottom: 4.5rem !important;
    }
    .mb-sm-10 {
        margin-bottom: 5rem !important;
    }
    .mb-sm-11 {
        margin-bottom: 7.5rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-2 {
        margin-left: 1rem !important;
    }
    .ms-sm-3 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-4 {
        margin-left: 2rem !important;
    }
    .ms-sm-5 {
        margin-left: 2.5rem !important;
    }
    .ms-sm-6 {
        margin-left: 3rem !important;
    }
    .ms-sm-7 {
        margin-left: 3.5rem !important;
    }
    .ms-sm-8 {
        margin-left: 4rem !important;
    }
    .ms-sm-9 {
        margin-left: 4.5rem !important;
    }
    .ms-sm-10 {
        margin-left: 5rem !important;
    }
    .ms-sm-11 {
        margin-left: 7.5rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.5rem !important;
    }
    .p-sm-2 {
        padding: 1rem !important;
    }
    .p-sm-3 {
        padding: 1.5rem !important;
    }
    .p-sm-4 {
        padding: 2rem !important;
    }
    .p-sm-5 {
        padding: 2.5rem !important;
    }
    .p-sm-6 {
        padding: 3rem !important;
    }
    .p-sm-7 {
        padding: 3.5rem !important;
    }
    .p-sm-8 {
        padding: 4rem !important;
    }
    .p-sm-9 {
        padding: 4.5rem !important;
    }
    .p-sm-10 {
        padding: 5rem !important;
    }
    .p-sm-11 {
        padding: 7.5rem !important;
    }
    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-sm-1 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-sm-2 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-sm-3 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-sm-4 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .px-sm-5 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .px-sm-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-sm-7 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }
    .px-sm-8 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    .px-sm-9 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important;
    }
    .px-sm-10 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .px-sm-11 {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important;
    }
    .py-sm-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-sm-1 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-sm-2 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .py-sm-3 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .py-sm-4 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important;
    }
    .py-sm-5 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important;
    }
    .py-sm-6 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    .py-sm-7 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important;
    }
    .py-sm-8 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important;
    }
    .py-sm-9 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important;
    }
    .py-sm-10 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important;
    }
    .py-sm-11 {
        padding-bottom: 7.5rem !important;
        padding-top: 7.5rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-2 {
        padding-top: 1rem !important;
    }
    .pt-sm-3 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-4 {
        padding-top: 2rem !important;
    }
    .pt-sm-5 {
        padding-top: 2.5rem !important;
    }
    .pt-sm-6 {
        padding-top: 3rem !important;
    }
    .pt-sm-7 {
        padding-top: 3.5rem !important;
    }
    .pt-sm-8 {
        padding-top: 4rem !important;
    }
    .pt-sm-9 {
        padding-top: 4.5rem !important;
    }
    .pt-sm-10 {
        padding-top: 5rem !important;
    }
    .pt-sm-11 {
        padding-top: 7.5rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-2 {
        padding-right: 1rem !important;
    }
    .pe-sm-3 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-4 {
        padding-right: 2rem !important;
    }
    .pe-sm-5 {
        padding-right: 2.5rem !important;
    }
    .pe-sm-6 {
        padding-right: 3rem !important;
    }
    .pe-sm-7 {
        padding-right: 3.5rem !important;
    }
    .pe-sm-8 {
        padding-right: 4rem !important;
    }
    .pe-sm-9 {
        padding-right: 4.5rem !important;
    }
    .pe-sm-10 {
        padding-right: 5rem !important;
    }
    .pe-sm-11 {
        padding-right: 7.5rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 2rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 2.5rem !important;
    }
    .pb-sm-6 {
        padding-bottom: 3rem !important;
    }
    .pb-sm-7 {
        padding-bottom: 3.5rem !important;
    }
    .pb-sm-8 {
        padding-bottom: 4rem !important;
    }
    .pb-sm-9 {
        padding-bottom: 4.5rem !important;
    }
    .pb-sm-10 {
        padding-bottom: 5rem !important;
    }
    .pb-sm-11 {
        padding-bottom: 7.5rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-2 {
        padding-left: 1rem !important;
    }
    .ps-sm-3 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-4 {
        padding-left: 2rem !important;
    }
    .ps-sm-5 {
        padding-left: 2.5rem !important;
    }
    .ps-sm-6 {
        padding-left: 3rem !important;
    }
    .ps-sm-7 {
        padding-left: 3.5rem !important;
    }
    .ps-sm-8 {
        padding-left: 4rem !important;
    }
    .ps-sm-9 {
        padding-left: 4.5rem !important;
    }
    .ps-sm-10 {
        padding-left: 5rem !important;
    }
    .ps-sm-11 {
        padding-left: 7.5rem !important;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .text-sm-end {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 904px) {
    .float-md-start {
        float: left !important;
    }
    .float-md-end {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
    .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-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;
    }
    .gap-md-0 {
        gap: 0 !important;
    }
    .gap-md-1 {
        gap: 0.5rem !important;
    }
    .gap-md-2 {
        gap: 1rem !important;
    }
    .gap-md-3 {
        gap: 1.5rem !important;
    }
    .gap-md-4 {
        gap: 2rem !important;
    }
    .gap-md-5 {
        gap: 2.5rem !important;
    }
    .gap-md-6 {
        gap: 3rem !important;
    }
    .gap-md-7 {
        gap: 3.5rem !important;
    }
    .gap-md-8 {
        gap: 4rem !important;
    }
    .gap-md-9 {
        gap: 4.5rem !important;
    }
    .gap-md-10 {
        gap: 5rem !important;
    }
    .gap-md-11 {
        gap: 7.5rem !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.5rem !important;
    }
    .m-md-2 {
        margin: 1rem !important;
    }
    .m-md-3 {
        margin: 1.5rem !important;
    }
    .m-md-4 {
        margin: 2rem !important;
    }
    .m-md-5 {
        margin: 2.5rem !important;
    }
    .m-md-6 {
        margin: 3rem !important;
    }
    .m-md-7 {
        margin: 3.5rem !important;
    }
    .m-md-8 {
        margin: 4rem !important;
    }
    .m-md-9 {
        margin: 4.5rem !important;
    }
    .m-md-10 {
        margin: 5rem !important;
    }
    .m-md-11 {
        margin: 7.5rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-md-1 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-md-2 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-md-3 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-md-4 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .mx-md-5 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }
    .mx-md-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-md-7 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }
    .mx-md-8 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }
    .mx-md-9 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important;
    }
    .mx-md-10 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }
    .mx-md-11 {
        margin-left: 7.5rem !important;
        margin-right: 7.5rem !important;
    }
    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-md-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-md-1 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-md-2 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .my-md-3 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-md-4 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important;
    }
    .my-md-5 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important;
    }
    .my-md-6 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .my-md-7 {
        margin-bottom: 3.5rem !important;
        margin-top: 3.5rem !important;
    }
    .my-md-8 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important;
    }
    .my-md-9 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important;
    }
    .my-md-10 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important;
    }
    .my-md-11 {
        margin-bottom: 7.5rem !important;
        margin-top: 7.5rem !important;
    }
    .my-md-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.5rem !important;
    }
    .mt-md-2 {
        margin-top: 1rem !important;
    }
    .mt-md-3 {
        margin-top: 1.5rem !important;
    }
    .mt-md-4 {
        margin-top: 2rem !important;
    }
    .mt-md-5 {
        margin-top: 2.5rem !important;
    }
    .mt-md-6 {
        margin-top: 3rem !important;
    }
    .mt-md-7 {
        margin-top: 3.5rem !important;
    }
    .mt-md-8 {
        margin-top: 4rem !important;
    }
    .mt-md-9 {
        margin-top: 4.5rem !important;
    }
    .mt-md-10 {
        margin-top: 5rem !important;
    }
    .mt-md-11 {
        margin-top: 7.5rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.5rem !important;
    }
    .me-md-2 {
        margin-right: 1rem !important;
    }
    .me-md-3 {
        margin-right: 1.5rem !important;
    }
    .me-md-4 {
        margin-right: 2rem !important;
    }
    .me-md-5 {
        margin-right: 2.5rem !important;
    }
    .me-md-6 {
        margin-right: 3rem !important;
    }
    .me-md-7 {
        margin-right: 3.5rem !important;
    }
    .me-md-8 {
        margin-right: 4rem !important;
    }
    .me-md-9 {
        margin-right: 4.5rem !important;
    }
    .me-md-10 {
        margin-right: 5rem !important;
    }
    .me-md-11 {
        margin-right: 7.5rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-2 {
        margin-bottom: 1rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-4 {
        margin-bottom: 2rem !important;
    }
    .mb-md-5 {
        margin-bottom: 2.5rem !important;
    }
    .mb-md-6 {
        margin-bottom: 3rem !important;
    }
    .mb-md-7 {
        margin-bottom: 3.5rem !important;
    }
    .mb-md-8 {
        margin-bottom: 4rem !important;
    }
    .mb-md-9 {
        margin-bottom: 4.5rem !important;
    }
    .mb-md-10 {
        margin-bottom: 5rem !important;
    }
    .mb-md-11 {
        margin-bottom: 7.5rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.5rem !important;
    }
    .ms-md-2 {
        margin-left: 1rem !important;
    }
    .ms-md-3 {
        margin-left: 1.5rem !important;
    }
    .ms-md-4 {
        margin-left: 2rem !important;
    }
    .ms-md-5 {
        margin-left: 2.5rem !important;
    }
    .ms-md-6 {
        margin-left: 3rem !important;
    }
    .ms-md-7 {
        margin-left: 3.5rem !important;
    }
    .ms-md-8 {
        margin-left: 4rem !important;
    }
    .ms-md-9 {
        margin-left: 4.5rem !important;
    }
    .ms-md-10 {
        margin-left: 5rem !important;
    }
    .ms-md-11 {
        margin-left: 7.5rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.5rem !important;
    }
    .p-md-2 {
        padding: 1rem !important;
    }
    .p-md-3 {
        padding: 1.5rem !important;
    }
    .p-md-4 {
        padding: 2rem !important;
    }
    .p-md-5 {
        padding: 2.5rem !important;
    }
    .p-md-6 {
        padding: 3rem !important;
    }
    .p-md-7 {
        padding: 3.5rem !important;
    }
    .p-md-8 {
        padding: 4rem !important;
    }
    .p-md-9 {
        padding: 4.5rem !important;
    }
    .p-md-10 {
        padding: 5rem !important;
    }
    .p-md-11 {
        padding: 7.5rem !important;
    }
    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-md-1 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-md-2 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-md-3 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-md-4 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .px-md-5 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .px-md-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-md-7 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }
    .px-md-8 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    .px-md-9 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important;
    }
    .px-md-10 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .px-md-11 {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important;
    }
    .py-md-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-md-1 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-md-2 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .py-md-3 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .py-md-4 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important;
    }
    .py-md-5 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important;
    }
    .py-md-6 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    .py-md-7 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important;
    }
    .py-md-8 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important;
    }
    .py-md-9 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important;
    }
    .py-md-10 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important;
    }
    .py-md-11 {
        padding-bottom: 7.5rem !important;
        padding-top: 7.5rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.5rem !important;
    }
    .pt-md-2 {
        padding-top: 1rem !important;
    }
    .pt-md-3 {
        padding-top: 1.5rem !important;
    }
    .pt-md-4 {
        padding-top: 2rem !important;
    }
    .pt-md-5 {
        padding-top: 2.5rem !important;
    }
    .pt-md-6 {
        padding-top: 3rem !important;
    }
    .pt-md-7 {
        padding-top: 3.5rem !important;
    }
    .pt-md-8 {
        padding-top: 4rem !important;
    }
    .pt-md-9 {
        padding-top: 4.5rem !important;
    }
    .pt-md-10 {
        padding-top: 5rem !important;
    }
    .pt-md-11 {
        padding-top: 7.5rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.5rem !important;
    }
    .pe-md-2 {
        padding-right: 1rem !important;
    }
    .pe-md-3 {
        padding-right: 1.5rem !important;
    }
    .pe-md-4 {
        padding-right: 2rem !important;
    }
    .pe-md-5 {
        padding-right: 2.5rem !important;
    }
    .pe-md-6 {
        padding-right: 3rem !important;
    }
    .pe-md-7 {
        padding-right: 3.5rem !important;
    }
    .pe-md-8 {
        padding-right: 4rem !important;
    }
    .pe-md-9 {
        padding-right: 4.5rem !important;
    }
    .pe-md-10 {
        padding-right: 5rem !important;
    }
    .pe-md-11 {
        padding-right: 7.5rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-2 {
        padding-bottom: 1rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-4 {
        padding-bottom: 2rem !important;
    }
    .pb-md-5 {
        padding-bottom: 2.5rem !important;
    }
    .pb-md-6 {
        padding-bottom: 3rem !important;
    }
    .pb-md-7 {
        padding-bottom: 3.5rem !important;
    }
    .pb-md-8 {
        padding-bottom: 4rem !important;
    }
    .pb-md-9 {
        padding-bottom: 4.5rem !important;
    }
    .pb-md-10 {
        padding-bottom: 5rem !important;
    }
    .pb-md-11 {
        padding-bottom: 7.5rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.5rem !important;
    }
    .ps-md-2 {
        padding-left: 1rem !important;
    }
    .ps-md-3 {
        padding-left: 1.5rem !important;
    }
    .ps-md-4 {
        padding-left: 2rem !important;
    }
    .ps-md-5 {
        padding-left: 2.5rem !important;
    }
    .ps-md-6 {
        padding-left: 3rem !important;
    }
    .ps-md-7 {
        padding-left: 3.5rem !important;
    }
    .ps-md-8 {
        padding-left: 4rem !important;
    }
    .ps-md-9 {
        padding-left: 4.5rem !important;
    }
    .ps-md-10 {
        padding-left: 5rem !important;
    }
    .ps-md-11 {
        padding-left: 7.5rem !important;
    }
    .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 1239px) {
    .float-lg-start {
        float: left !important;
    }
    .float-lg-end {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
    .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-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;
    }
    .gap-lg-0 {
        gap: 0 !important;
    }
    .gap-lg-1 {
        gap: 0.5rem !important;
    }
    .gap-lg-2 {
        gap: 1rem !important;
    }
    .gap-lg-3 {
        gap: 1.5rem !important;
    }
    .gap-lg-4 {
        gap: 2rem !important;
    }
    .gap-lg-5 {
        gap: 2.5rem !important;
    }
    .gap-lg-6 {
        gap: 3rem !important;
    }
    .gap-lg-7 {
        gap: 3.5rem !important;
    }
    .gap-lg-8 {
        gap: 4rem !important;
    }
    .gap-lg-9 {
        gap: 4.5rem !important;
    }
    .gap-lg-10 {
        gap: 5rem !important;
    }
    .gap-lg-11 {
        gap: 7.5rem !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.5rem !important;
    }
    .m-lg-2 {
        margin: 1rem !important;
    }
    .m-lg-3 {
        margin: 1.5rem !important;
    }
    .m-lg-4 {
        margin: 2rem !important;
    }
    .m-lg-5 {
        margin: 2.5rem !important;
    }
    .m-lg-6 {
        margin: 3rem !important;
    }
    .m-lg-7 {
        margin: 3.5rem !important;
    }
    .m-lg-8 {
        margin: 4rem !important;
    }
    .m-lg-9 {
        margin: 4.5rem !important;
    }
    .m-lg-10 {
        margin: 5rem !important;
    }
    .m-lg-11 {
        margin: 7.5rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-lg-1 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-lg-2 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-lg-3 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-lg-4 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .mx-lg-5 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }
    .mx-lg-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-lg-7 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }
    .mx-lg-8 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }
    .mx-lg-9 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important;
    }
    .mx-lg-10 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }
    .mx-lg-11 {
        margin-left: 7.5rem !important;
        margin-right: 7.5rem !important;
    }
    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-lg-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-lg-1 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-lg-2 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .my-lg-3 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-lg-4 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important;
    }
    .my-lg-5 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important;
    }
    .my-lg-6 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .my-lg-7 {
        margin-bottom: 3.5rem !important;
        margin-top: 3.5rem !important;
    }
    .my-lg-8 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important;
    }
    .my-lg-9 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important;
    }
    .my-lg-10 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important;
    }
    .my-lg-11 {
        margin-bottom: 7.5rem !important;
        margin-top: 7.5rem !important;
    }
    .my-lg-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-2 {
        margin-top: 1rem !important;
    }
    .mt-lg-3 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-4 {
        margin-top: 2rem !important;
    }
    .mt-lg-5 {
        margin-top: 2.5rem !important;
    }
    .mt-lg-6 {
        margin-top: 3rem !important;
    }
    .mt-lg-7 {
        margin-top: 3.5rem !important;
    }
    .mt-lg-8 {
        margin-top: 4rem !important;
    }
    .mt-lg-9 {
        margin-top: 4.5rem !important;
    }
    .mt-lg-10 {
        margin-top: 5rem !important;
    }
    .mt-lg-11 {
        margin-top: 7.5rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.5rem !important;
    }
    .me-lg-2 {
        margin-right: 1rem !important;
    }
    .me-lg-3 {
        margin-right: 1.5rem !important;
    }
    .me-lg-4 {
        margin-right: 2rem !important;
    }
    .me-lg-5 {
        margin-right: 2.5rem !important;
    }
    .me-lg-6 {
        margin-right: 3rem !important;
    }
    .me-lg-7 {
        margin-right: 3.5rem !important;
    }
    .me-lg-8 {
        margin-right: 4rem !important;
    }
    .me-lg-9 {
        margin-right: 4.5rem !important;
    }
    .me-lg-10 {
        margin-right: 5rem !important;
    }
    .me-lg-11 {
        margin-right: 7.5rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 2rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 2.5rem !important;
    }
    .mb-lg-6 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-7 {
        margin-bottom: 3.5rem !important;
    }
    .mb-lg-8 {
        margin-bottom: 4rem !important;
    }
    .mb-lg-9 {
        margin-bottom: 4.5rem !important;
    }
    .mb-lg-10 {
        margin-bottom: 5rem !important;
    }
    .mb-lg-11 {
        margin-bottom: 7.5rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-2 {
        margin-left: 1rem !important;
    }
    .ms-lg-3 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-4 {
        margin-left: 2rem !important;
    }
    .ms-lg-5 {
        margin-left: 2.5rem !important;
    }
    .ms-lg-6 {
        margin-left: 3rem !important;
    }
    .ms-lg-7 {
        margin-left: 3.5rem !important;
    }
    .ms-lg-8 {
        margin-left: 4rem !important;
    }
    .ms-lg-9 {
        margin-left: 4.5rem !important;
    }
    .ms-lg-10 {
        margin-left: 5rem !important;
    }
    .ms-lg-11 {
        margin-left: 7.5rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.5rem !important;
    }
    .p-lg-2 {
        padding: 1rem !important;
    }
    .p-lg-3 {
        padding: 1.5rem !important;
    }
    .p-lg-4 {
        padding: 2rem !important;
    }
    .p-lg-5 {
        padding: 2.5rem !important;
    }
    .p-lg-6 {
        padding: 3rem !important;
    }
    .p-lg-7 {
        padding: 3.5rem !important;
    }
    .p-lg-8 {
        padding: 4rem !important;
    }
    .p-lg-9 {
        padding: 4.5rem !important;
    }
    .p-lg-10 {
        padding: 5rem !important;
    }
    .p-lg-11 {
        padding: 7.5rem !important;
    }
    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-lg-1 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-lg-2 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-lg-3 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-lg-4 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .px-lg-5 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .px-lg-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-lg-7 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }
    .px-lg-8 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    .px-lg-9 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important;
    }
    .px-lg-10 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .px-lg-11 {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important;
    }
    .py-lg-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-lg-1 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-lg-2 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .py-lg-3 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .py-lg-4 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important;
    }
    .py-lg-5 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important;
    }
    .py-lg-6 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    .py-lg-7 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important;
    }
    .py-lg-8 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important;
    }
    .py-lg-9 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important;
    }
    .py-lg-10 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important;
    }
    .py-lg-11 {
        padding-bottom: 7.5rem !important;
        padding-top: 7.5rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-2 {
        padding-top: 1rem !important;
    }
    .pt-lg-3 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-4 {
        padding-top: 2rem !important;
    }
    .pt-lg-5 {
        padding-top: 2.5rem !important;
    }
    .pt-lg-6 {
        padding-top: 3rem !important;
    }
    .pt-lg-7 {
        padding-top: 3.5rem !important;
    }
    .pt-lg-8 {
        padding-top: 4rem !important;
    }
    .pt-lg-9 {
        padding-top: 4.5rem !important;
    }
    .pt-lg-10 {
        padding-top: 5rem !important;
    }
    .pt-lg-11 {
        padding-top: 7.5rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-2 {
        padding-right: 1rem !important;
    }
    .pe-lg-3 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-4 {
        padding-right: 2rem !important;
    }
    .pe-lg-5 {
        padding-right: 2.5rem !important;
    }
    .pe-lg-6 {
        padding-right: 3rem !important;
    }
    .pe-lg-7 {
        padding-right: 3.5rem !important;
    }
    .pe-lg-8 {
        padding-right: 4rem !important;
    }
    .pe-lg-9 {
        padding-right: 4.5rem !important;
    }
    .pe-lg-10 {
        padding-right: 5rem !important;
    }
    .pe-lg-11 {
        padding-right: 7.5rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 2rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 2.5rem !important;
    }
    .pb-lg-6 {
        padding-bottom: 3rem !important;
    }
    .pb-lg-7 {
        padding-bottom: 3.5rem !important;
    }
    .pb-lg-8 {
        padding-bottom: 4rem !important;
    }
    .pb-lg-9 {
        padding-bottom: 4.5rem !important;
    }
    .pb-lg-10 {
        padding-bottom: 5rem !important;
    }
    .pb-lg-11 {
        padding-bottom: 7.5rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-2 {
        padding-left: 1rem !important;
    }
    .ps-lg-3 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-4 {
        padding-left: 2rem !important;
    }
    .ps-lg-5 {
        padding-left: 2.5rem !important;
    }
    .ps-lg-6 {
        padding-left: 3rem !important;
    }
    .ps-lg-7 {
        padding-left: 3.5rem !important;
    }
    .ps-lg-8 {
        padding-left: 4rem !important;
    }
    .ps-lg-9 {
        padding-left: 4.5rem !important;
    }
    .ps-lg-10 {
        padding-left: 5rem !important;
    }
    .ps-lg-11 {
        padding-left: 7.5rem !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1439px) {
    .float-xl-start {
        float: left !important;
    }
    .float-xl-end {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .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-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;
    }
    .gap-xl-0 {
        gap: 0 !important;
    }
    .gap-xl-1 {
        gap: 0.5rem !important;
    }
    .gap-xl-2 {
        gap: 1rem !important;
    }
    .gap-xl-3 {
        gap: 1.5rem !important;
    }
    .gap-xl-4 {
        gap: 2rem !important;
    }
    .gap-xl-5 {
        gap: 2.5rem !important;
    }
    .gap-xl-6 {
        gap: 3rem !important;
    }
    .gap-xl-7 {
        gap: 3.5rem !important;
    }
    .gap-xl-8 {
        gap: 4rem !important;
    }
    .gap-xl-9 {
        gap: 4.5rem !important;
    }
    .gap-xl-10 {
        gap: 5rem !important;
    }
    .gap-xl-11 {
        gap: 7.5rem !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.5rem !important;
    }
    .m-xl-2 {
        margin: 1rem !important;
    }
    .m-xl-3 {
        margin: 1.5rem !important;
    }
    .m-xl-4 {
        margin: 2rem !important;
    }
    .m-xl-5 {
        margin: 2.5rem !important;
    }
    .m-xl-6 {
        margin: 3rem !important;
    }
    .m-xl-7 {
        margin: 3.5rem !important;
    }
    .m-xl-8 {
        margin: 4rem !important;
    }
    .m-xl-9 {
        margin: 4.5rem !important;
    }
    .m-xl-10 {
        margin: 5rem !important;
    }
    .m-xl-11 {
        margin: 7.5rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-xl-1 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-xl-2 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-xl-3 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-xl-4 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .mx-xl-5 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }
    .mx-xl-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-xl-7 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }
    .mx-xl-8 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }
    .mx-xl-9 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important;
    }
    .mx-xl-10 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }
    .mx-xl-11 {
        margin-left: 7.5rem !important;
        margin-right: 7.5rem !important;
    }
    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-xl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-xl-1 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-xl-2 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .my-xl-3 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-xl-4 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important;
    }
    .my-xl-5 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important;
    }
    .my-xl-6 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .my-xl-7 {
        margin-bottom: 3.5rem !important;
        margin-top: 3.5rem !important;
    }
    .my-xl-8 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important;
    }
    .my-xl-9 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important;
    }
    .my-xl-10 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important;
    }
    .my-xl-11 {
        margin-bottom: 7.5rem !important;
        margin-top: 7.5rem !important;
    }
    .my-xl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-2 {
        margin-top: 1rem !important;
    }
    .mt-xl-3 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-4 {
        margin-top: 2rem !important;
    }
    .mt-xl-5 {
        margin-top: 2.5rem !important;
    }
    .mt-xl-6 {
        margin-top: 3rem !important;
    }
    .mt-xl-7 {
        margin-top: 3.5rem !important;
    }
    .mt-xl-8 {
        margin-top: 4rem !important;
    }
    .mt-xl-9 {
        margin-top: 4.5rem !important;
    }
    .mt-xl-10 {
        margin-top: 5rem !important;
    }
    .mt-xl-11 {
        margin-top: 7.5rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.5rem !important;
    }
    .me-xl-2 {
        margin-right: 1rem !important;
    }
    .me-xl-3 {
        margin-right: 1.5rem !important;
    }
    .me-xl-4 {
        margin-right: 2rem !important;
    }
    .me-xl-5 {
        margin-right: 2.5rem !important;
    }
    .me-xl-6 {
        margin-right: 3rem !important;
    }
    .me-xl-7 {
        margin-right: 3.5rem !important;
    }
    .me-xl-8 {
        margin-right: 4rem !important;
    }
    .me-xl-9 {
        margin-right: 4.5rem !important;
    }
    .me-xl-10 {
        margin-right: 5rem !important;
    }
    .me-xl-11 {
        margin-right: 7.5rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 2rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 2.5rem !important;
    }
    .mb-xl-6 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-7 {
        margin-bottom: 3.5rem !important;
    }
    .mb-xl-8 {
        margin-bottom: 4rem !important;
    }
    .mb-xl-9 {
        margin-bottom: 4.5rem !important;
    }
    .mb-xl-10 {
        margin-bottom: 5rem !important;
    }
    .mb-xl-11 {
        margin-bottom: 7.5rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-2 {
        margin-left: 1rem !important;
    }
    .ms-xl-3 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-4 {
        margin-left: 2rem !important;
    }
    .ms-xl-5 {
        margin-left: 2.5rem !important;
    }
    .ms-xl-6 {
        margin-left: 3rem !important;
    }
    .ms-xl-7 {
        margin-left: 3.5rem !important;
    }
    .ms-xl-8 {
        margin-left: 4rem !important;
    }
    .ms-xl-9 {
        margin-left: 4.5rem !important;
    }
    .ms-xl-10 {
        margin-left: 5rem !important;
    }
    .ms-xl-11 {
        margin-left: 7.5rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.5rem !important;
    }
    .p-xl-2 {
        padding: 1rem !important;
    }
    .p-xl-3 {
        padding: 1.5rem !important;
    }
    .p-xl-4 {
        padding: 2rem !important;
    }
    .p-xl-5 {
        padding: 2.5rem !important;
    }
    .p-xl-6 {
        padding: 3rem !important;
    }
    .p-xl-7 {
        padding: 3.5rem !important;
    }
    .p-xl-8 {
        padding: 4rem !important;
    }
    .p-xl-9 {
        padding: 4.5rem !important;
    }
    .p-xl-10 {
        padding: 5rem !important;
    }
    .p-xl-11 {
        padding: 7.5rem !important;
    }
    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-xl-1 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-xl-2 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-xl-3 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-xl-4 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .px-xl-5 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .px-xl-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-xl-7 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }
    .px-xl-8 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    .px-xl-9 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important;
    }
    .px-xl-10 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .px-xl-11 {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important;
    }
    .py-xl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-xl-1 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-xl-2 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .py-xl-3 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .py-xl-4 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important;
    }
    .py-xl-5 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important;
    }
    .py-xl-6 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    .py-xl-7 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important;
    }
    .py-xl-8 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important;
    }
    .py-xl-9 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important;
    }
    .py-xl-10 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important;
    }
    .py-xl-11 {
        padding-bottom: 7.5rem !important;
        padding-top: 7.5rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-2 {
        padding-top: 1rem !important;
    }
    .pt-xl-3 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-4 {
        padding-top: 2rem !important;
    }
    .pt-xl-5 {
        padding-top: 2.5rem !important;
    }
    .pt-xl-6 {
        padding-top: 3rem !important;
    }
    .pt-xl-7 {
        padding-top: 3.5rem !important;
    }
    .pt-xl-8 {
        padding-top: 4rem !important;
    }
    .pt-xl-9 {
        padding-top: 4.5rem !important;
    }
    .pt-xl-10 {
        padding-top: 5rem !important;
    }
    .pt-xl-11 {
        padding-top: 7.5rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-2 {
        padding-right: 1rem !important;
    }
    .pe-xl-3 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-4 {
        padding-right: 2rem !important;
    }
    .pe-xl-5 {
        padding-right: 2.5rem !important;
    }
    .pe-xl-6 {
        padding-right: 3rem !important;
    }
    .pe-xl-7 {
        padding-right: 3.5rem !important;
    }
    .pe-xl-8 {
        padding-right: 4rem !important;
    }
    .pe-xl-9 {
        padding-right: 4.5rem !important;
    }
    .pe-xl-10 {
        padding-right: 5rem !important;
    }
    .pe-xl-11 {
        padding-right: 7.5rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 2rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 2.5rem !important;
    }
    .pb-xl-6 {
        padding-bottom: 3rem !important;
    }
    .pb-xl-7 {
        padding-bottom: 3.5rem !important;
    }
    .pb-xl-8 {
        padding-bottom: 4rem !important;
    }
    .pb-xl-9 {
        padding-bottom: 4.5rem !important;
    }
    .pb-xl-10 {
        padding-bottom: 5rem !important;
    }
    .pb-xl-11 {
        padding-bottom: 7.5rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-2 {
        padding-left: 1rem !important;
    }
    .ps-xl-3 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-4 {
        padding-left: 2rem !important;
    }
    .ps-xl-5 {
        padding-left: 2.5rem !important;
    }
    .ps-xl-6 {
        padding-left: 3rem !important;
    }
    .ps-xl-7 {
        padding-left: 3.5rem !important;
    }
    .ps-xl-8 {
        padding-left: 4rem !important;
    }
    .ps-xl-9 {
        padding-left: 4.5rem !important;
    }
    .ps-xl-10 {
        padding-left: 5rem !important;
    }
    .ps-xl-11 {
        padding-left: 7.5rem !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
@media (min-width: 1919px) {
    .float-xxl-start {
        float: left !important;
    }
    .float-xxl-end {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
    .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-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;
    }
    .gap-xxl-0 {
        gap: 0 !important;
    }
    .gap-xxl-1 {
        gap: 0.5rem !important;
    }
    .gap-xxl-2 {
        gap: 1rem !important;
    }
    .gap-xxl-3 {
        gap: 1.5rem !important;
    }
    .gap-xxl-4 {
        gap: 2rem !important;
    }
    .gap-xxl-5 {
        gap: 2.5rem !important;
    }
    .gap-xxl-6 {
        gap: 3rem !important;
    }
    .gap-xxl-7 {
        gap: 3.5rem !important;
    }
    .gap-xxl-8 {
        gap: 4rem !important;
    }
    .gap-xxl-9 {
        gap: 4.5rem !important;
    }
    .gap-xxl-10 {
        gap: 5rem !important;
    }
    .gap-xxl-11 {
        gap: 7.5rem !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.5rem !important;
    }
    .m-xxl-2 {
        margin: 1rem !important;
    }
    .m-xxl-3 {
        margin: 1.5rem !important;
    }
    .m-xxl-4 {
        margin: 2rem !important;
    }
    .m-xxl-5 {
        margin: 2.5rem !important;
    }
    .m-xxl-6 {
        margin: 3rem !important;
    }
    .m-xxl-7 {
        margin: 3.5rem !important;
    }
    .m-xxl-8 {
        margin: 4rem !important;
    }
    .m-xxl-9 {
        margin: 4.5rem !important;
    }
    .m-xxl-10 {
        margin: 5rem !important;
    }
    .m-xxl-11 {
        margin: 7.5rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-xxl-1 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .mx-xxl-2 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-xxl-3 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .mx-xxl-4 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .mx-xxl-5 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }
    .mx-xxl-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .mx-xxl-7 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }
    .mx-xxl-8 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }
    .mx-xxl-9 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important;
    }
    .mx-xxl-10 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }
    .mx-xxl-11 {
        margin-left: 7.5rem !important;
        margin-right: 7.5rem !important;
    }
    .mx-xxl-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .my-xxl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .my-xxl-1 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .my-xxl-2 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .my-xxl-3 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
    }
    .my-xxl-4 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important;
    }
    .my-xxl-5 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important;
    }
    .my-xxl-6 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .my-xxl-7 {
        margin-bottom: 3.5rem !important;
        margin-top: 3.5rem !important;
    }
    .my-xxl-8 {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important;
    }
    .my-xxl-9 {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem !important;
    }
    .my-xxl-10 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important;
    }
    .my-xxl-11 {
        margin-bottom: 7.5rem !important;
        margin-top: 7.5rem !important;
    }
    .my-xxl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-2 {
        margin-top: 1rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-4 {
        margin-top: 2rem !important;
    }
    .mt-xxl-5 {
        margin-top: 2.5rem !important;
    }
    .mt-xxl-6 {
        margin-top: 3rem !important;
    }
    .mt-xxl-7 {
        margin-top: 3.5rem !important;
    }
    .mt-xxl-8 {
        margin-top: 4rem !important;
    }
    .mt-xxl-9 {
        margin-top: 4.5rem !important;
    }
    .mt-xxl-10 {
        margin-top: 5rem !important;
    }
    .mt-xxl-11 {
        margin-top: 7.5rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-2 {
        margin-right: 1rem !important;
    }
    .me-xxl-3 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-4 {
        margin-right: 2rem !important;
    }
    .me-xxl-5 {
        margin-right: 2.5rem !important;
    }
    .me-xxl-6 {
        margin-right: 3rem !important;
    }
    .me-xxl-7 {
        margin-right: 3.5rem !important;
    }
    .me-xxl-8 {
        margin-right: 4rem !important;
    }
    .me-xxl-9 {
        margin-right: 4.5rem !important;
    }
    .me-xxl-10 {
        margin-right: 5rem !important;
    }
    .me-xxl-11 {
        margin-right: 7.5rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 2rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 2.5rem !important;
    }
    .mb-xxl-6 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-7 {
        margin-bottom: 3.5rem !important;
    }
    .mb-xxl-8 {
        margin-bottom: 4rem !important;
    }
    .mb-xxl-9 {
        margin-bottom: 4.5rem !important;
    }
    .mb-xxl-10 {
        margin-bottom: 5rem !important;
    }
    .mb-xxl-11 {
        margin-bottom: 7.5rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-2 {
        margin-left: 1rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-4 {
        margin-left: 2rem !important;
    }
    .ms-xxl-5 {
        margin-left: 2.5rem !important;
    }
    .ms-xxl-6 {
        margin-left: 3rem !important;
    }
    .ms-xxl-7 {
        margin-left: 3.5rem !important;
    }
    .ms-xxl-8 {
        margin-left: 4rem !important;
    }
    .ms-xxl-9 {
        margin-left: 4.5rem !important;
    }
    .ms-xxl-10 {
        margin-left: 5rem !important;
    }
    .ms-xxl-11 {
        margin-left: 7.5rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.5rem !important;
    }
    .p-xxl-2 {
        padding: 1rem !important;
    }
    .p-xxl-3 {
        padding: 1.5rem !important;
    }
    .p-xxl-4 {
        padding: 2rem !important;
    }
    .p-xxl-5 {
        padding: 2.5rem !important;
    }
    .p-xxl-6 {
        padding: 3rem !important;
    }
    .p-xxl-7 {
        padding: 3.5rem !important;
    }
    .p-xxl-8 {
        padding: 4rem !important;
    }
    .p-xxl-9 {
        padding: 4.5rem !important;
    }
    .p-xxl-10 {
        padding: 5rem !important;
    }
    .p-xxl-11 {
        padding: 7.5rem !important;
    }
    .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-xxl-1 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .px-xxl-2 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-xxl-3 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .px-xxl-4 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .px-xxl-5 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .px-xxl-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .px-xxl-7 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }
    .px-xxl-8 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    .px-xxl-9 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important;
    }
    .px-xxl-10 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .px-xxl-11 {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important;
    }
    .py-xxl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .py-xxl-1 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    .py-xxl-2 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .py-xxl-3 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }
    .py-xxl-4 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important;
    }
    .py-xxl-5 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important;
    }
    .py-xxl-6 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    .py-xxl-7 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important;
    }
    .py-xxl-8 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important;
    }
    .py-xxl-9 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important;
    }
    .py-xxl-10 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important;
    }
    .py-xxl-11 {
        padding-bottom: 7.5rem !important;
        padding-top: 7.5rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-2 {
        padding-top: 1rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-4 {
        padding-top: 2rem !important;
    }
    .pt-xxl-5 {
        padding-top: 2.5rem !important;
    }
    .pt-xxl-6 {
        padding-top: 3rem !important;
    }
    .pt-xxl-7 {
        padding-top: 3.5rem !important;
    }
    .pt-xxl-8 {
        padding-top: 4rem !important;
    }
    .pt-xxl-9 {
        padding-top: 4.5rem !important;
    }
    .pt-xxl-10 {
        padding-top: 5rem !important;
    }
    .pt-xxl-11 {
        padding-top: 7.5rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-2 {
        padding-right: 1rem !important;
    }
    .pe-xxl-3 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-4 {
        padding-right: 2rem !important;
    }
    .pe-xxl-5 {
        padding-right: 2.5rem !important;
    }
    .pe-xxl-6 {
        padding-right: 3rem !important;
    }
    .pe-xxl-7 {
        padding-right: 3.5rem !important;
    }
    .pe-xxl-8 {
        padding-right: 4rem !important;
    }
    .pe-xxl-9 {
        padding-right: 4.5rem !important;
    }
    .pe-xxl-10 {
        padding-right: 5rem !important;
    }
    .pe-xxl-11 {
        padding-right: 7.5rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 2rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 2.5rem !important;
    }
    .pb-xxl-6 {
        padding-bottom: 3rem !important;
    }
    .pb-xxl-7 {
        padding-bottom: 3.5rem !important;
    }
    .pb-xxl-8 {
        padding-bottom: 4rem !important;
    }
    .pb-xxl-9 {
        padding-bottom: 4.5rem !important;
    }
    .pb-xxl-10 {
        padding-bottom: 5rem !important;
    }
    .pb-xxl-11 {
        padding-bottom: 7.5rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-2 {
        padding-left: 1rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-4 {
        padding-left: 2rem !important;
    }
    .ps-xxl-5 {
        padding-left: 2.5rem !important;
    }
    .ps-xxl-6 {
        padding-left: 3rem !important;
    }
    .ps-xxl-7 {
        padding-left: 3.5rem !important;
    }
    .ps-xxl-8 {
        padding-left: 4rem !important;
    }
    .ps-xxl-9 {
        padding-left: 4.5rem !important;
    }
    .ps-xxl-10 {
        padding-left: 5rem !important;
    }
    .ps-xxl-11 {
        padding-left: 7.5rem !important;
    }
    .text-xxl-start {
        text-align: left !important;
    }
    .text-xxl-end {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !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-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 Reboot v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
:after,
:before {
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    color: #212529;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}
hr {
    background-color: currentColor;
    border: 0;
    color: inherit;
    margin: 1rem 0;
    opacity: 0.25;
}
hr:not([size]) {
    height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    margin-bottom: 0.5rem;
    margin-top: 0;
}
.h1,
h1 {
    font-size: 3.75rem;
}
.h2,
h2 {
    font-size: 3.5rem;
}
.h3,
h3 {
    font-size: 3rem;
}
.h4,
h4 {
    font-size: 2.25rem;
}
.h5,
h5 {
    font-size: 2rem;
}
.h6,
h6 {
    font-size: 1rem;
}
p {
    margin-bottom: 1rem;
    margin-top: 0;
}
abbr[data-bs-original-title],
abbr[title] {
    cursor: help;
    text-decoration: underline dotted;
    text-decoration-skip-ink: none;
}
address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem;
}
ol,
ul {
    padding-left: 2rem;
}
dl,
ol,
ul {
    margin-bottom: 1rem;
    margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
.small,
small {
    font-size: 0.875em;
}
.mark,
mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
sub,
sup {
    font-size: 0.75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #5f249f;
    text-decoration: underline;
}
a:hover {
    color: #4c1d7f;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    direction: ltr;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
        Courier New, monospace;
    font-size: 1em;
    unicode-bidi: bidi-override;
}
pre {
    display: block;
    font-size: 0.875em;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto;
}
pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal;
}
code {
    word-wrap: break-word;
    color: #d63384;
    font-size: 0.875em;
}
a > code {
    color: inherit;
}
kbd {
    background-color: #212529;
    border-radius: 0.2rem;
    color: #fff;
    font-size: 0.875em;
    padding: 0.2rem 0.4rem;
}
kbd kbd {
    font-size: 1em;
    font-weight: 700;
    padding: 0;
}
figure {
    margin: 0 0 1rem;
}
img,
svg {
    vertical-align: middle;
}
table {
    border-collapse: collapse;
    caption-side: bottom;
}
caption {
    color: #6c757d;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
    display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
textarea {
    resize: vertical;
}
fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0;
}
legend {
    float: left;
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: 0.5rem;
    padding: 0;
    width: 100%;
}
legend + * {
    clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::file-selector-button {
    font: inherit;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
output {
    display: inline-block;
}
iframe {
    border: 0;
}
summary {
    cursor: pointer;
    display: list-item;
}
progress {
    vertical-align: baseline;
}
[hidden] {
    display: none !important;
}
:root {
    --bs-font-sans-serif: "Open Sans", sans-serif;
    font-size: 12px;
    letter-spacing: 0;
}
@media (min-width: 1239px) {
    :root {
        font-size: 14px;
    }
}
@media (min-width: 1919px) {
    :root {
        font-size: 18px;
    }
}
body {
    font-size: 1rem;
}
@media (min-width: 904px) {
    body:has(.search-results) .header:not(.fixed) {
        background-color: transparent;
    }
}
.fs-1,
.h1,
h1 {
    font-weight: 700;
    line-height: 1.1;
}
.fs-1.unscaled,
.unscaled.h1,
h1.unscaled {
    font-size: 24px !important;
    line-height: 1.3;
}
.fs-2,
.h2,
h2 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
}
@media (max-width: 1918.98px) {
    .fs-2,
    .h2,
    h2 {
        font-size: 2.625rem;
    }
}
@media (max-width: 903.98px) {
    .fs-2,
    .h2,
    h2 {
        font-size: 2.415rem;
    }
}
.fs-2.unscaled,
.unscaled.h2,
h2.unscaled {
    font-size: 24px !important;
    line-height: 1.3;
}
.fs-3,
.h3,
h3 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}
@media (max-width: 1918.98px) {
    .fs-3,
    .h3,
    h3 {
        font-size: 2.205rem;
    }
}
@media (max-width: 598.98px) {
    .fs-3,
    .h3,
    h3 {
        font-size: 2.01rem;
    }
}
.fs-3.unscaled,
.unscaled.h3,
h3.unscaled {
    font-size: 24px !important;
    line-height: 1.3;
}
.fs-4,
.h4,
h4 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
}
@media (max-width: 1918.98px) {
    .fs-4,
    .h4,
    h4 {
        font-size: 2.0025rem;
    }
}
.fs-4.unscaled,
.unscaled.h4,
h4.unscaled {
    font-size: 2rem !important;
}
@media (min-width: 1919px) {
    .fs-4.unscaled,
    .unscaled.h4,
    h4.unscaled {
        font-size: 2.25rem !important;
    }
}
.fs-5,
.h5,
.paragraph-as-5,
h5 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}
@media (max-width: 1918.98px) {
    .fs-5,
    .h5,
    .paragraph-as-5,
    h5 {
        font-size: 1.7rem;
    }
}
@media (max-width: 1238.98px) {
    .fs-5,
    .h5,
    .paragraph-as-5,
    h5 {
        font-size: 1.6rem;
    }
}
.fs-5.unscaled,
.paragraph-as-5.unscaled,
.unscaled.h5,
h5.unscaled {
    font-size: 24px !important;
    line-height: 1.3;
}
.semibold {
    font-weight: 600;
}
.bold {
    font-weight: 700;
}
.regular {
    font-weight: 400;
}
.text-14 {
    font-size: 0.85rem;
    line-height: 1.3;
}
.text-14.unscaled {
    font-size: 14px !important;
    line-height: 1.3;
}
.text-16 {
    font-size: 1rem;
    line-height: 1.3;
}
.text-16.unscaled {
    font-size: 16px !important;
    line-height: 1.3;
}
.text-18 {
    font-size: 1.125rem;
    line-height: 1.3;
}
@media (max-width: 1438.98px) {
    .text-18 {
        font-size: 0.99rem;
    }
}
@media (max-width: 1238.98px) {
    .text-18 {
        font-size: 1.125rem;
    }
}
.text-18.unscaled {
    font-size: 18px !important;
    line-height: 1.3;
}
.text-20 {
    font-size: 1.25rem;
    line-height: 1.3;
}
@media (max-width: 1438.98px) {
    .text-20 {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .text-20 {
        font-size: 1.25rem;
    }
}
.text-20.unscaled {
    font-size: 20px !important;
    line-height: 1.3;
}
.text-22 {
    font-size: 1.375rem;
    line-height: 1.3;
}
@media (max-width: 1438.98px) {
    .text-22 {
        font-size: 1.21rem;
    }
}
@media (max-width: 1238.98px) {
    .text-22 {
        font-size: 1.375rem;
    }
}
.text-22.unscaled {
    font-size: 22px !important;
    line-height: 1.3;
}
.text-24 {
    font-size: 1.5rem;
    line-height: 1.3;
}
@media (max-width: 1438.98px) {
    .text-24 {
        font-size: 1.32rem;
    }
}
@media (max-width: 1238.98px) {
    .text-24 {
        font-size: 1.5rem;
    }
}
.text-24.unscaled {
    font-size: 24px !important;
    line-height: 1.3;
}
.text-28 {
    font-size: 1.75rem;
    line-height: 1.3;
}
@media (max-width: 1918.98px) {
    .text-28 {
        font-size: 1.4rem;
    }
}
@media (max-width: 1438.98px) {
    .text-28 {
        font-size: 1.225rem;
    }
}
@media (max-width: 1238.98px) {
    .text-28 {
        font-size: 1.3125rem;
    }
}
.text-28.unscaled {
    font-size: 28px !important;
}
.overline {
    text-transform: uppercase;
}
.underline {
    text-decoration: underline;
}
.sub01 {
    font-size: 3rem;
    font-weight: 400;
}
.sub01,
.sub02 {
    line-height: 1.2;
}
.sub02 {
    font-size: 1.75rem;
    font-weight: 700;
}
.bd-gray-90 {
    background: #f2f2f2;
    color: #000;
}
.bd-light-purple {
    background-color: #f4f5ff;
    color: #000;
}
.bd-white {
    background-color: #fff;
    color: #000;
}
.bd-white.team .card .card-body {
    background: #fff !important;
}
.bd-white.team .card .card-body .h5,
.bd-white.team .card .card-body h5,
.bd-white.team .card .card-body p {
    color: #000 !important;
}
.bd-white .container-section-icons {
    background-color: #fff !important;
}
.bd-white .container-section-icons .row .col {
    border-left: 1px solid #5f249f !important;
}
.bd-white .container-section-icons .row .col .h4,
.bd-white .container-section-icons .row .col h4 {
    color: #5f249f !important;
}
.bd-white table {
    margin: auto;
}
.bd-white table thead {
    vertical-align: bottom;
}
.bd-white table thead tr {
    border: 0 solid;
    border-color: inherit;
}
.bd-white table thead tr th {
    background-color: #5f249f !important;
    border-right: 1px solid #fff !important;
    color: #fff !important;
    font-weight: 700;
}
.bd-white table tbody tr td {
    font-weight: 400;
}
.bd-white table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor;
}
.bd-white table > :not(caption) > * > * {
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    padding: 2rem;
}
.bd-white .default-ol.unscaled {
    font-size: 18px !important;
    line-height: 1.3;
}
.bd-white .default-ul {
    list-style: none;
    padding-left: 1.3rem;
}
.bd-white .default-ul.unscaled {
    font-size: 18px !important;
    line-height: 1.3;
}
.bd-white .default-ul.unscaled li:before {
    top: -2px;
}
@media (min-width: 1239px) {
    .bd-white .default-ul.unscaled li:before {
        top: -3px;
    }
}
.bd-white .default-ul li {
    margin-bottom: 4px;
    position: relative;
}
.bd-white .default-ul li:before {
    color: #5f249f;
    content: "●";
    display: inline-block;
    font-size: 18px;
    margin-left: -1.2em;
    position: absolute;
    top: -5px;
    width: 1.2em;
}
@media (min-width: 1239px) {
    .bd-white .default-ul li:before {
        top: -4px;
    }
}
@media (min-width: 1919px) {
    .bd-white .default-ul li:before {
        top: -3px;
    }
}
.bd-white .default-ul .default-ul {
    margin-top: 3px;
}
.bd-white .default-ul .default-ul li:before {
    color: #000;
    margin-left: -1.2em;
}
.bd-white .default-ul .default-ul .default-ul {
    margin-top: 3px;
}
.bd-white .default-ul .default-ul .default-ul li:before {
    color: #000;
    content: "−";
    margin-left: -1em;
}
.bd-white .container-key-points {
    background: #fff;
}
.bd-white .container-key-points .row .col {
    border-left: 1px solid #5f249f;
}
.bd-white .container-key-points .row .col .h2,
.bd-white .container-key-points .row .col .h5,
.bd-white .container-key-points .row .col h2,
.bd-white .container-key-points .row .col h5 {
    color: #5f249f !important;
}
.bd-white .how-we-help--v2 {
    background-color: #fff !important;
}
.bd-white .how-we-help--v2 .row {
    color: #fff !important;
}
.bd-white .how-we-help--v2 .row .col a div {
    background: #5f249f !important;
}
.bd-white .gray-column .row {
    background-color: #f2f2f2 !important;
}
@media (min-width: 1239px) {
    .bd-white .gray-column .row .col-12 figure {
        margin: 0;
    }
}
.bd-white .highlighted-paragraph {
    border-left: 4px solid #5f249f;
    padding: 1rem 2rem;
}
.bd-white .quotes-section--v1 {
    background-color: #5f249f;
}
.bd-white .quotes-section--v1--multiple {
    padding-bottom: 1rem;
}
.bd-white .quotes-section--v1--multiple .button-group {
    margin-top: 3.5rem;
}
.bd-white .quotes-section--v1--multiple .button-group .carousel-control-next,
.bd-white .quotes-section--v1--multiple .button-group .carousel-control-prev {
    display: none;
}
.bd-white .quotes-section--v1--multiple .button-group .carousel-indicators {
    margin-left: 0;
    position: absolute;
}
.bd-white
    .quotes-section--v1--multiple
    .button-group
    .carousel-indicators
    button {
    border-radius: 50%;
    height: 10px;
    margin-left: 6px;
    margin-right: 6px;
    width: 10px;
}
.bd-white .quotes-section--v1 .background {
    display: none;
}
.bd-white .quotes-section--v1 .carousel .h5,
.bd-white .quotes-section--v1 .carousel .h6,
.bd-white .quotes-section--v1 .carousel h5,
.bd-white .quotes-section--v1 .carousel h6,
.bd-white .quotes-section--v1 .carousel p {
    color: #fff;
}
.bd-white .quotes-section--v1 .carousel .carousel-item__content {
    display: -webkit-box;
}
@media (min-width: 904px) {
    .bd-white
        .quotes-section--v1
        .carousel
        .carousel-item__content
        .author-content {
        width: 80%;
    }
}
@media (min-width: 1439px) {
    .bd-white
        .quotes-section--v1
        .carousel
        .carousel-item__content
        .author-content {
        width: 90%;
    }
}
@media (min-width: 1919px) {
    .bd-white
        .quotes-section--v1
        .carousel
        .carousel-item__content
        .author-content {
        width: 100%;
    }
}
.bd-white .quotes-section--v1 .carousel .carousel-item__content .client {
    border-radius: 50%;
    display: initial !important;
    margin-right: 2rem;
    margin-top: 3.5rem;
    width: 210px;
}
@media (max-width: 1238.98px) {
    .bd-white .quotes-section--v1 .carousel .carousel-item__content .client {
        margin-right: 1rem;
        margin-top: 2.5rem;
        width: 150px;
    }
}
@media (max-width: 903.98px) {
    .bd-white .quotes-section--v1 .carousel .carousel-item__content .client {
        display: none !important;
    }
}
.bd-white
    .quotes-section--v1
    .carousel
    .carousel-item__content:has(figure)
    div {
    max-width: 78%;
}
@media (max-width: 903.98px) {
    .bd-white
        .quotes-section--v1
        .carousel
        .carousel-item__content:has(figure)
        div {
        max-width: 100%;
    }
}
.bd-white .quotes-section--v1--white {
    background-color: #fff;
}
.bd-white .quotes-section--v1--white .carousel .picture {
    filter: none;
}
.bd-white .quotes-section--v1--white .carousel .h6,
.bd-white .quotes-section--v1--white .carousel h6,
.bd-white .quotes-section--v1--white .carousel p {
    color: #000;
}
.bd-white .quotes-section--v1--white .carousel .h5,
.bd-white .quotes-section--v1--white .carousel h5 {
    color: #5f249f;
}
.bd-white .quotes-section--v1--white .button-group .carousel-indicators button {
    background-color: #5f249f;
}
.bd-white .btn:not(#button-addon2, #dropdownMenuButton1, .btn-text) {
    background-color: #5f249f;
    color: #fff;
}
.bd-white .btn:not(#button-addon2, #dropdownMenuButton1, .btn-text).hover,
.bd-white .btn:not(#button-addon2, #dropdownMenuButton1, .btn-text):hover {
    background: #4d1d80;
}
.bd-white
    .btn:not(
        #button-addon2,
        #dropdownMenuButton1,
        .btn-text
    ).hover.btn-outline:hover,
.bd-white
    .btn:not(
        #button-addon2,
        #dropdownMenuButton1,
        .btn-text
    ):hover.btn-outline:hover {
    background: transparent;
}
.bd-white .btn:not(#button-addon2, #dropdownMenuButton1, .btn-text).focus,
.bd-white .btn:not(#button-addon2, #dropdownMenuButton1, .btn-text):focus,
.btn-check:focus
    + .bd-white
    .btn:not(#button-addon2, #dropdownMenuButton1, .btn-text) {
    background: #4d1d80;
}
.bd-white
    .btn:not(
        #button-addon2,
        #dropdownMenuButton1,
        .btn-text
    ).focus.btn-outline:focus,
.bd-white
    .btn:not(
        #button-addon2,
        #dropdownMenuButton1,
        .btn-text
    ):focus.btn-outline:focus,
.btn-check:focus
    + .bd-white
    .btn:not(
        #button-addon2,
        #dropdownMenuButton1,
        .btn-text
    ).btn-outline:focus {
    background: transparent;
}
.bd-white .btn:not(#button-addon2, #dropdownMenuButton1, .btn-text).disabled,
.bd-white .btn:not(#button-addon2, #dropdownMenuButton1, .btn-text):disabled,
fieldset:disabled
    .bd-white
    .btn:not(#button-addon2, #dropdownMenuButton1, .btn-text) {
    background: gray;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: #4d4d4d;
    opacity: 1;
    pointer-events: none;
}
.bd-white .btn:not(#button-addon2, #dropdownMenuButton1, .btn-text).press {
    background-color: #4d1d80;
}
.bd-white .btn-outline:not(#button-addon2) {
    background: transparent;
    border: 2px solid #5f249f;
    color: #5f249f;
}
.bd-white .btn-outline:not(#button-addon2).hover,
.bd-white .btn-outline:not(#button-addon2):hover {
    border: 2px solid #4d1d80;
    box-shadow: none;
    color: #4d1d80;
}
.bd-white .btn-outline:not(#button-addon2).focus,
.bd-white .btn-outline:not(#button-addon2):focus,
.btn-check:focus + .bd-white .btn-outline:not(#button-addon2) {
    background: transparent;
    border-color: #4d1d80;
    box-shadow: none;
    color: #4d1d80;
}
.bd-white .btn-outline:not(#button-addon2).disabled,
.bd-white .btn-outline:not(#button-addon2):disabled,
fieldset:disabled .bd-white .btn-outline:not(#button-addon2) {
    background: transparent;
    border-color: gray;
    box-shadow: none;
    color: gray;
    opacity: 1;
    pointer-events: none;
}
.bd-white .btn-outline:not(#button-addon2).disabled.btn-icon:after,
.bd-white .btn-outline:not(#button-addon2):disabled.btn-icon:after,
fieldset:disabled .bd-white .btn-outline:not(#button-addon2).btn-icon:after {
    background: url(/mind-supernova/assets/images/arrow_right_gr.svg);
}
.bd-white .btn-outline:not(#button-addon2).press {
    background-color: #361559;
}
.bd-white .btn-outline:not(#button-addon2).btn-icon:after {
    background: url(/mind-supernova/assets/images/arrow_right_w.svg);
}
.bd-white .btn-text {
    color: #00a3e1;
}
.bd-white .btn-text.hover,
.bd-white .btn-text:hover {
    box-shadow: none;
    color: #00a3e1;
}
.bd-white .btn-text.hover.btn-icon .text-container .arr-offering,
.bd-white .btn-text:hover.btn-icon .text-container .arr-offering {
    color: #00a3e1;
}
.bd-white .btn-text.focus,
.bd-white .btn-text:focus,
.btn-check:focus + .bd-white .btn-text {
    background: none;
    color: #0089bf;
}
.bd-white .btn-text.focus.btn-icon .text-container .arr-offering .arr-small,
.bd-white .btn-text:focus.btn-icon .text-container .arr-offering .arr-small,
.btn-check:focus
    + .bd-white
    .btn-text.btn-icon
    .text-container
    .arr-offering
    .arr-small {
    border: 2px solid #0089bf;
    border-bottom: none;
    border-left: none;
}
.bd-white .btn-text.press {
    color: #00658c;
}
.bd-white .btn-text.press.btn-icon .text-container .arr-offering .arr-small {
    border: 2px solid #00658c;
    border-bottom: none;
    border-left: none;
}
.bd-white .btn-text.disabled,
.bd-white .btn-text:disabled,
fieldset:disabled .bd-white .btn-text {
    background: none;
    box-shadow: none;
    color: #4d4d4d;
}
.bd-white .btn-text.disabled.btn-icon .text-container .arr-offering .arr-small,
.bd-white .btn-text:disabled.btn-icon .text-container .arr-offering .arr-small,
fieldset:disabled
    .bd-white
    .btn-text.btn-icon
    .text-container
    .arr-offering
    .arr-small {
    border: 2px solid #4d4d4d;
    border-bottom: none;
    border-left: none;
}
.bd-white .btn-text.disabled.btn-icon:after,
.bd-white .btn-text:disabled.btn-icon:after,
fieldset:disabled .bd-white .btn-text.btn-icon:after {
    background: url(/mind-supernova/assets/images/arrow_right_gr.svg);
}
.bd-black {
    background-color: #000;
    color: #fff;
}
.bd-black.team .card .card-body {
    background: #1a1a1a !important;
}
.bd-black.team .card .card-body .h5,
.bd-black.team .card .card-body h5,
.bd-black.team .card .card-body p {
    color: #fff !important;
}
.bd-black .h1 a,
.bd-black .h2 a,
.bd-black .h3 a,
.bd-black .h4 a,
.bd-black .h5 a,
.bd-black .h6 a,
.bd-black h1 a,
.bd-black h2 a,
.bd-black h3 a,
.bd-black h4 a,
.bd-black h5 a,
.bd-black h6 a,
.bd-black p a {
    color: #00a3e1;
}
.bd-black .h1 a:hover,
.bd-black .h2 a:hover,
.bd-black .h3 a:hover,
.bd-black .h4 a:hover,
.bd-black .h5 a:hover,
.bd-black .h6 a:hover,
.bd-black h1 a:hover,
.bd-black h2 a:hover,
.bd-black h3 a:hover,
.bd-black h4 a:hover,
.bd-black h5 a:hover,
.bd-black h6 a:hover,
.bd-black p a:hover {
    color: #00658c;
}
.bd-black .default-ol.unscaled {
    font-size: 18px !important;
    line-height: 1.3;
}
.bd-black .default-ul {
    list-style: none;
    padding-left: 1.3rem;
}
.bd-black .default-ul li {
    margin-bottom: 4px;
    position: relative;
}
.bd-black .default-ul li:before {
    color: #fff;
    content: "●";
    display: inline-block;
    font-size: 18px;
    margin-left: -1.2em;
    position: absolute;
    top: -5px;
    width: 1.2em;
}
@media (min-width: 1239px) {
    .bd-black .default-ul li:before {
        top: -4px;
    }
}
@media (min-width: 1919px) {
    .bd-black .default-ul li:before {
        top: -3px;
    }
}
.bd-black .default-ul .default-ul {
    margin-top: 3px;
}
.bd-black .default-ul .default-ul li:before {
    margin-left: -1.2em;
}
.bd-black .default-ul .default-ul .default-ul {
    margin-top: 3px;
}
.bd-black .default-ul .default-ul .default-ul li:before {
    content: "−";
    margin-left: -1em;
}
.bd-black .container-section-icons .col figure img {
    filter: brightness(0) invert(1);
}
.text-purple {
    color: #5f249f !important;
}
.gradient {
    background: linear-gradient(127.22deg, #361559 28.42%, #0f061a 69.76%);
    color: #fff;
}
.gradient02 {
    background: linear-gradient(
            180deg,
            rgba(15, 18, 40, 0.9) 6.38%,
            rgba(36, 36, 54, 0.455) 52.14%,
            rgba(58, 54, 69, 0) 80.79%
        ),
        linear-gradient(90deg, #2c1247 15.13%, #c39b91), #fff;
}
.gradient02,
.gradient03 {
    color: #fff;
    mix-blend-mode: multiply;
}
.gradient03 {
    background: linear-gradient(
            100.51deg,
            rgba(15, 18, 40, 0.8) 27.73%,
            rgba(58, 54, 69, 0) 81.44%
        ),
        linear-gradient(150.23deg, #48078b 29.89%, #daa391 99.6%), #fff;
}
.gradient04 {
    background: linear-gradient(
            100.51deg,
            rgba(15, 18, 40, 0.8) 27.73%,
            rgba(58, 54, 69, 0) 81.44%
        ),
        linear-gradient(150.23deg, #2a024f 29.89%, #812e2b 99.6%), #fff;
    color: #fff;
    mix-blend-mode: multiply;
}
.gradient06 {
    background: linear-gradient(127.22deg, #361559 28.42%, #0f061a 69.76%);
    color: #fff;
}
.btn {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem !important;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    padding: 0.8rem 1.7rem;
    text-align: center;
    text-transform: uppercase;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
@media (min-width: 1919px) {
    .btn {
        font-size: 0.9rem !important;
        padding: 0.7rem 1.5rem;
    }
}
.btn.hover,
.btn:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),
        0 2px 6px 2px rgba(103, 80, 164, 0.2);
}
.btn-check:focus + .btn,
.btn.focus,
.btn:focus {
    background: #00a3e1;
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background: gray;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: #4d4d4d;
    opacity: 1;
    pointer-events: none;
}
.btn.press {
    box-shadow: inset 0 2px 6px rgba(67, 44, 105, 0.5);
}
.btn-icon {
    align-items: center;
    display: flex;
    padding-left: 0;
}
.btn-icon.btn-white {
    align-items: normal;
    display: inline-block;
    padding-left: 2rem;
}
.btn-filter {
    background: #fff;
    border: none;
    color: #5f249f;
    font-weight: 700;
    gap: 0.5rem;
    padding: 0.75rem;
    width: 100%;
}
.btn-filter.hover,
.btn-filter:hover {
    background: #5f249f;
    color: #fff;
}
.btn-filter.focus,
.btn-filter:focus {
    background: #4d1d80;
}
.btn-outline {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.btn-outline.hover,
.btn-outline:hover {
    background: hsla(0, 0%, 100%, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),
        0 2px 6px 2px rgba(103, 80, 164, 0.2);
    color: #fff;
}
.btn-check:focus + .btn-outline,
.btn-outline.focus,
.btn-outline:focus {
    background: transparent;
    border-color: #00a3e1;
    color: #00a3e1;
}
.btn-outline.disabled,
.btn-outline:disabled,
fieldset:disabled .btn-outline {
    background: #000;
    border-color: #4d4d4d;
    box-shadow: none;
    color: #4d4d4d;
    opacity: 1;
    pointer-events: none;
}
.btn-outline.disabled.btn-icon:after,
.btn-outline:disabled.btn-icon:after,
fieldset:disabled .btn-outline.btn-icon:after {
    background: url(/mind-supernova/assets/images/arrow_right_gr.svg);
}
.btn-outline.press {
    background: #000;
}
.btn-outline.btn-icon:after {
    background: url(/mind-supernova/assets/images/arrow_right_w.svg);
}
.btn-text {
    background: none;
    border: none;
    color: #fff;
    padding-left: 0;
}
.btn-text .text {
    margin-right: 8px;
}
.btn-text.hover,
.btn-text:hover {
    box-shadow: none;
    color: #00a3e1;
}
.btn-text.hover.btn-icon .text-container .arr-offering .two,
.btn-text:hover.btn-icon .text-container .arr-offering .two {
    left: 10px;
    opacity: 1;
}
.btn-text.hover.btn-icon .text-container .arr-offering .three,
.btn-text:hover.btn-icon .text-container .arr-offering .three {
    left: 20px;
    opacity: 1;
}
.btn-check:focus + .btn-text,
.btn-text.focus,
.btn-text:focus {
    background: none;
    color: #00a3e1;
}
.btn-text.disabled,
.btn-text:disabled,
fieldset:disabled .btn-text {
    background: none;
    color: #4d4d4d;
}
.btn-text.disabled.btn-icon .text-container .arr-offering .arr-small,
.btn-text:disabled.btn-icon .text-container .arr-offering .arr-small,
fieldset:disabled .btn-text.btn-icon .text-container .arr-offering .arr-small {
    border: 2px solid #4d4d4d;
    border-bottom: none;
    border-left: none;
}
.btn-text.disabled.btn-icon:after,
.btn-text:disabled.btn-icon:after,
fieldset:disabled .btn-text.btn-icon:after {
    background: url(/mind-supernova/assets/images/arrow_right_gr.svg);
}
.btn-text.press {
    box-shadow: none;
    color: #fbf9ff;
}
.btn-text .text-container {
    display: flex;
    justify-content: end;
}
.btn-text .text-container .arr-offering {
    bottom: 5px;
    position: relative;
    right: 0;
    text-align: right;
    width: 20px;
}
@media (min-width: 1239px) {
    .btn-text .text-container .arr-offering {
        bottom: 4px;
    }
}
@media (min-width: 1919px) {
    .btn-text .text-container .arr-offering {
        bottom: 5px;
    }
}
.btn-text .text-container .arr-offering .arr-small {
    border: 2px solid #00a3e1;
    border-bottom: none;
    border-left: none;
    display: inline-block;
    height: 0.6rem;
    margin-left: 0;
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
    transition: all 0.2s ease;
    width: 0.6rem;
}
@media (min-width: 904px) {
    .btn-text .text-container .arr-offering .arr-small {
        top: 9px;
    }
}
.btn-text .text-container .arr-offering .arr-small.one {
    left: 0;
    opacity: 1;
}
.btn-text .text-container .arr-offering .arr-small.three,
.btn-text .text-container .arr-offering .arr-small.two {
    left: 0;
    opacity: 0;
}
.btn-text.btn-white {
    background-color: #fff;
    color: #000;
}
.btn-text.btn-white .text-container .arr-offering .arr-small {
    border: 2px solid #000;
    border-bottom: none;
    border-left: none;
}
.container-team .card.html-code {
    display: none;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.align-justify {
    text-align: justify;
}
.align-left {
    text-align: left !important;
}
img,
svg {
    max-width: 100%;
}
.collapsible-read-more .collapse .card-body,
.collapsible-read-more .collapsing .card-body {
    padding: 1rem 0;
}
.collapsible-read-more .collapse .card,
.collapsible-read-more .collapsing .card {
    background-color: transparent;
}
.edit-page-btn {
    background-color: #5f249f;
    border-radius: 50px;
    bottom: 115px;
    box-shadow: 2px 2px 3px #5f249f;
    height: 50px;
    position: fixed;
    right: 40px;
    text-align: center;
    width: 50px;
}
.edit-page-btn__image {
    filter: invert(1);
    margin-left: 3px;
    margin-top: 9px;
    width: 30px;
}
.contenttype-with-filters .date-and-search-filters,
.contenttype-with-filters .date-and-search-filters .col-12 {
    margin-bottom: 1rem;
}
.contenttype-with-filters .date-and-search-filters input[type="date"] {
    background: #f9f9fb;
    border: 1px solid #bfbfbf;
    height: 58px;
}
@media (min-width: 1239px) {
    .contenttype-with-filters .date-and-search-filters input[type="date"] {
        display: inline-block;
        width: 78%;
    }
}
@media (min-width: 1439px) {
    .contenttype-with-filters .date-and-search-filters input[type="date"] {
        width: 80%;
    }
}
@media (min-width: 1919px) {
    .contenttype-with-filters .date-and-search-filters input[type="date"] {
        width: 82%;
    }
}
.contenttype-with-filters .date-and-search-filters .search-input {
    background: #f9f9fb;
    border: 1px solid #bfbfbf;
    color: #333;
    padding: 19px 20px;
}
.contenttype-with-filters .date-and-search-filters .filter-search {
    position: relative;
}
.contenttype-with-filters .date-and-search-filters .filter-search__icon {
    height: 25px;
    position: absolute;
    right: 28px;
    top: 15px;
    width: 25px;
}
.contenttype-with-filters .date-and-search-filters .filter-search__icon button {
    background-color: transparent;
    border: none;
    padding: 0;
}
.contenttype-with-filters
    .date-and-search-filters
    .filter-search__icon
    button:hover
    img {
    transform: scale(1.1);
}
.contenttype-with-filters .date-and-search-filters .filter-search__icon img {
    filter: brightness(1) invert(1);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.contenttype-with-filters .date-and-search-filters .clear-btn {
    align-items: center;
    background-color: #f9f9fb;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    color: #000;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    justify-content: center;
    line-height: 130%;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.contenttype-with-filters .date-and-search-filters .clear-btn:hover {
    transform: scale(1.1);
}
.contenttype-with-filters .embedded-filter-search {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-bottom: 1.875rem;
    position: relative;
}
@media (min-width: 1239px) {
    .contenttype-with-filters .embedded-filter-search {
        flex-direction: column;
        gap: 1.25rem;
    }
}
.contenttype-with-filters .embedded-filter-search__form {
    width: 100%;
}
.contenttype-with-filters .embedded-filter-search__input {
    background: #f2f2f2;
    border: 1px solid #666;
    border-radius: 0.625rem;
    color: gray;
    flex: 2;
    font-size: 16px !important;
    height: 32px;
    padding: 0.625rem 2.5rem;
}
@media (min-width: 1239px) {
    .contenttype-with-filters .embedded-filter-search__input {
        height: 36px;
    }
}
@media (min-width: 1919px) {
    .contenttype-with-filters .embedded-filter-search__input {
        height: 40px;
    }
}
.contenttype-with-filters .embedded-filter-search__input:hover {
    border: 1px solid #333;
    color: #333;
}
.contenttype-with-filters .embedded-filter-search__input.focus,
.contenttype-with-filters .embedded-filter-search__input:focus {
    border: 1px solid #00a3e1;
    box-shadow: none;
    color: #333;
}
.contenttype-with-filters .embedded-filter-search__search-icon {
    height: 14px;
    left: 12px;
    position: absolute;
    top: 5px;
    width: 14px;
}
@media (min-width: 1239px) {
    .contenttype-with-filters .embedded-filter-search__search-icon {
        top: 8px;
    }
}
.contenttype-with-filters .embedded-filter-search__search-icon button {
    background-color: transparent;
    border: none;
    padding: 0;
}
.contenttype-with-filters
    .embedded-filter-search__search-icon
    button:hover
    img {
    transform: scale(1.1);
}
.contenttype-with-filters .embedded-filter-search__search-icon img {
    filter: brightness(1) invert(1);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.contenttype-with-filters .embedded-filter-search__cancel-icon {
    height: 8px;
    position: absolute;
    right: 116px;
    top: 5px;
    width: 8px;
}
@media (min-width: 1239px) {
    .contenttype-with-filters .embedded-filter-search__cancel-icon {
        right: 16px;
        top: 8px;
    }
}
.contenttype-with-filters .embedded-filter-search__cancel-icon button {
    background-color: transparent;
    border: none;
    padding: 0;
}
.contenttype-with-filters
    .embedded-filter-search__cancel-icon
    button:hover
    img {
    transform: scale(1.1);
}
.contenttype-with-filters .embedded-filter-search__cancel-icon img {
    filter: brightness(1) invert(1);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.contenttype-with-filters .embedded-filter-search .clear-btn {
    align-items: center;
    border: 1px solid #333;
    border-radius: 0.625rem;
    color: #333;
    display: none;
    font-size: 0.8rem !important;
    gap: 0.375rem;
    height: 2.1rem;
    justify-content: center;
    padding: 0.625rem 2.25rem;
    text-decoration: none;
    width: 50%;
}
.contenttype-with-filters .embedded-filter-search .clear-btn:hover {
    border: 1px solid gray;
    color: gray;
}
@media (min-width: 1239px) {
    .contenttype-with-filters .embedded-filter-search .clear-btn {
        display: flex;
    }
}
.contenttype-with-filters .embedded-filter-search .switch {
    align-items: center;
    border: 1px solid #333;
    border-radius: 0.625rem;
    color: #333;
    display: flex;
    flex-direction: row;
    font-size: 16px;
    gap: 0.375rem;
    height: 32px;
}
@media (min-width: 1239px) {
    .contenttype-with-filters .embedded-filter-search .switch {
        display: none;
    }
}
.contenttype-with-filters .embedded-filter-search .switch img {
    height: 15px;
    width: 15px;
}
.contenttype-with-filters .embedded-filter-search .switch button {
    background-color: transparent;
    border: none;
    width: 85px;
}
@media (max-width: 1238.98px) {
    .contenttype-with-filters .filters-col {
        background-color: #fff;
        height: 100vh;
        left: -120%;
        overflow-x: hidden;
        overflow-y: hidden;
        padding: 3rem;
        pointer-events: auto;
        position: fixed;
        top: 0;
        transition: all 0.4s ease-in-out;
        width: 100vw;
        z-index: 999;
    }
    .contenttype-with-filters .filters-col.active {
        left: 0;
    }
}
.contenttype-with-filters .filters-col__cancel-icon {
    height: 16px;
    position: absolute;
    right: 25px;
    top: 9px;
    width: 16px;
}
@media (min-width: 1239px) {
    .contenttype-with-filters .filters-col__cancel-icon {
        display: none;
    }
}
.contenttype-with-filters .filters-col__cancel-icon button {
    background-color: transparent;
    border: none;
    padding: 0;
}
.contenttype-with-filters .filters-col__cancel-icon button img {
    filter: brightness(1) invert(1);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.contenttype-with-filters .filters-col__cancel-icon button:hover img {
    transform: scale(1.1);
}
.contenttype-with-filters .filters-col__row {
    margin-bottom: 3.5rem;
}
@media (min-width: 1239px) {
    .contenttype-with-filters .filters-col__row {
        margin-bottom: 2.5rem;
    }
}
.contenttype-with-filters .filters-col__row.insights-filters {
    margin-bottom: 1rem;
}
.contenttype-with-filters
    .filters-col__row.insights-filters
    .clear-insights-filters {
    background-color: transparent;
    border: none;
    font-size: 14px;
}
.contenttype-with-filters
    .filters-col__row.insights-filters
    .clear-insights-filters
    img {
    filter: brightness(1) invert(1);
    margin-bottom: 3px;
    margin-right: 3px;
    width: 8px;
}
.contenttype-with-filters .filters-col__row__controls {
    display: flex;
    flex-direction: row;
    gap: 1.75rem;
    margin-top: 2.25rem;
}
.contenttype-with-filters .filters-col__row__controls .btn-filter {
    align-items: center;
    background-color: #5f249f;
    border: 1px solid #5f249f;
    color: #fff;
    display: flex;
    font-size: 0.8rem !important;
    font-weight: 400;
    height: 2.1rem;
    justify-content: center;
    padding: 0.625rem 2.25rem;
    text-transform: none;
    width: 50%;
}
.contenttype-with-filters .filters-col__row__controls .btn-filter:hover {
    background-color: #fff;
    box-shadow: none;
    color: #5f249f;
}
.contenttype-with-filters .filters-col__row__controls .btn-reset {
    align-items: center;
    border: 1px solid #5f249f;
    border-radius: 0.625rem;
    color: #5f249f;
    display: flex;
    font-size: 0.8rem !important;
    height: 2.1rem;
    justify-content: center;
    padding: 0.625rem 2.25rem;
    text-align: center;
    text-decoration: none;
    width: 50%;
}
@media (min-width: 1239px) {
    .contenttype-with-filters .filters-col__row__controls .btn-reset {
        display: none;
    }
}
.contenttype-with-filters .filters-col__row__controls .btn-reset:after {
    border: 1px solid #5f249f;
}
.contenttype-with-filters .filters-col__row__controls .btn-reset:hover {
    background-color: #5f249f;
    color: #fff;
}
.contenttype-with-filters .filters-col__row__title {
    font-size: 0.9rem !important;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 1rem;
}
.contenttype-with-filters .filters-col__row__list.regular-with-checkbox {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    row-gap: 1.25rem;
}
.contenttype-with-filters .filters-col__row__list.insights-filters {
    display: block;
}
.contenttype-with-filters .filters-col__row__list .active {
    border-color: #5f249f;
    color: #5f249f;
}
.contenttype-with-filters .filters-col__row__list .active a {
    color: #5f249f;
}
.contenttype-with-filters .filters-col__row__list .active a:after {
    border: 1px solid #5f249f;
}
.contenttype-with-filters .filters-col__row__list .second-level-link {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #666;
    color: #666;
    display: block;
    margin-bottom: 12px;
    padding-bottom: 12px;
    position: relative;
    text-decoration: none;
}
.contenttype-with-filters
    .filters-col__row__list
    .second-level-link:hover
    .arrow {
    right: -5px;
}
.contenttype-with-filters .filters-col__row__list .second-level-link .arrow {
    border: solid #666;
    border-width: 0 2px 2px 0;
    margin: 4px 2px 2px 7px;
    padding: 4px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
.contenttype-with-filters .filters-col__row__list .sigle-filter-btn {
    background-color: transparent;
    border: none;
    color: #666;
    font-size: 12px;
    margin-bottom: 12px;
    margin-right: 6px;
    padding: 5px 8px;
    position: relative;
}
@media (min-width: 1919px) {
    .contenttype-with-filters .filters-col__row__list .sigle-filter-btn {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
.contenttype-with-filters .filters-col__row__list .sigle-filter-btn:after {
    border: 1px solid #666;
    border-radius: 14px;
    box-shadow: 0 0 0 0 #666;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    transition: transform 0.2s ease;
    width: 100%;
}
.contenttype-with-filters
    .filters-col__row__list
    .sigle-filter-btn:hover:after {
    transform: scale(1.04);
}
.contenttype-with-filters .filters-col__row__list .sigle-filter-btn.active {
    color: #5f249f !important;
}
.contenttype-with-filters
    .filters-col__row__list
    .sigle-filter-btn.active:after {
    border: 1px solid #5f249f !important;
}
.contenttype-with-filters .filters-col__row__list .item-container {
    display: flex;
    gap: 0.875rem;
}
.contenttype-with-filters .filters-col__row__list .item-container span {
    font-size: 0.8rem !important;
    margin-left: 0;
}
.vue-filter-result-container .h5,
.vue-filter-result-container h5 {
    display: inline-block;
    font-size: 1.2rem;
    margin-bottom: 0;
}
.vue-filter-result-container .error-container {
    align-items: center;
    display: flex;
}
.vue-filter-result-container .error-container .error-icon {
    width: 20px;
}
.vue-filter-result-container .loading-spinner {
    animation: rotate 1s linear infinite;
    border-radius: 50%;
    height: 38px;
    margin: 0 auto;
    position: relative;
    width: 38px;
}
.vue-filter-result-container .loading-spinner:after,
.vue-filter-result-container .loading-spinner:before {
    animation: prixClipFix 2s linear infinite;
    border: 4px solid #5f249f;
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    inset: 0;
    position: absolute;
}
.vue-filter-result-container .loading-spinner:after {
    animation: prixClipFix 2s linear infinite,
        rotate 0.5s linear infinite reverse;
    border-color: #4d1d80;
    inset: 6px;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    }
    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
    }
    50% {
        clip-path: polygon(
            50% 50%,
            0 0,
            100% 0,
            100% 100%,
            100% 100%,
            100% 100%
        );
    }
    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    }
    to {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
    }
}
.marketo-form-alert {
    color: #dc362e;
    display: block;
    font-weight: 600;
    margin-bottom: 14px !important;
}
.info--social .default-ul li:before {
    content: none !important;
}
.blog p {
    line-height: 1.5 !important;
}
.container-breadcrumbs--light .breadcrumb {
    font-size: 14px !important;
}
pre {
    background-color: #1a1a1a;
    border-radius: 10px;
    color: #fff;
    max-width: 100%;
    overflow: hidden;
    padding: 20px;
}
.modal-message {
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.modal-message__container {
    background-color: #fff;
    height: 300px;
    height: 280px;
    left: 50%;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 20%;
    transform: translate(-50%);
    width: 70%;
}
@media (min-width: 1239px) {
    .modal-message__container {
        width: 40%;
    }
}
.modal-message__container .h4,
.modal-message__container h4 {
    color: #000;
    margin-top: 2rem;
}
.modal-message__container .h5,
.modal-message__container h5 {
    color: #5f249f;
}
.modal-message__btn-container {
    position: absolute;
    right: 15px;
    top: 15px;
}
.modal-message__btn-container button {
    background-color: transparent;
    border: none;
    font-size: 22px;
}
.details-counter {
    position: relative;
    top: -20px;
}
.single-pr-row {
    display: flex;
    flex-direction: column;
}
@media (min-width: 904px) {
    .single-pr-row {
        flex-direction: row;
        gap: 30px;
    }
}
.single-pr-row .date-col {
    flex: 0 0 30px;
}
@media (min-width: 904px) {
    .single-pr-row .date-col {
        flex: 0 0 150px;
    }
}
@media (min-width: 1239px) {
    .single-pr-row .date-col {
        flex: 0 0 200px;
    }
}
.reset-btn {
    align-items: center;
    border: 1px solid #333;
    border-radius: 10px;
    color: #000;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    justify-content: center;
    line-height: 130%;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.reset-btn:active,
.reset-btn:focus-visible,
.reset-btn:hover {
    color: #00a3e1;
}
@media (min-width: 904px) {
    .reset-btn {
        border: none;
    }
}
@media (min-width: 1919px) {
    .reset-btn {
        padding: 0 0 0 15px;
    }
}
.reset-btn__image {
    margin-right: 10px;
}
.newsroom-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--bs-gutter-x, 1rem);
    padding-right: var(--bs-gutter-x, 1rem);
    width: 100%;
}
@media (min-width: 599px) {
    .newsroom-container {
        max-width: 540px;
    }
}
@media (min-width: 904px) {
    .newsroom-container {
        max-width: 845px;
    }
}
@media (min-width: 1239px) {
    .newsroom-container {
        max-width: 988px;
    }
}
@media (min-width: 1439px) {
    .newsroom-container {
        max-width: 1116px;
    }
}
@media (min-width: 1919px) {
    .newsroom-container {
        max-width: 1254px;
    }
}
.newsroom-container .filter-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
@media (min-width: 904px) {
    .newsroom-container .filter-row {
        flex-direction: row;
        justify-content: space-between;
    }
}
.newsroom-container .filter-row .date-picker-column {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
@media (min-width: 904px) {
    .newsroom-container .filter-row .date-picker-column {
        gap: 20px;
        justify-content: start;
    }
}
.newsroom-container .filter-row .date-picker-column__from,
.newsroom-container .filter-row .date-picker-column__to {
    align-items: center;
    display: flex;
    gap: 15px;
}
.newsroom-container .filter-row .filter-search__search-input {
    background-color: #f2f2f2;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    height: 38px;
    padding: 10px 40px;
    width: 100%;
}
.newsroom-container .filter-row .filter-search__search-input:active,
.newsroom-container .filter-row .filter-search__search-input:focus-visible,
.newsroom-container .filter-row .filter-search__search-input:hover {
    border: 1px solid #00a3e1;
}
@media (min-width: 904px) {
    .newsroom-container .filter-row .filter-search__search-input {
        width: 199px;
    }
}
@media (min-width: 1239px) {
    .newsroom-container .filter-row .filter-search__search-input {
        width: 342px;
    }
}
@media (min-width: 1439px) {
    .newsroom-container .filter-row .filter-search__search-input {
        width: 470px;
    }
}
@media (min-width: 1919px) {
    .newsroom-container .filter-row .filter-search__search-input {
        width: 608px;
    }
}
.newsroom-container .filter-row .filter-search__search-icon {
    left: 5px;
    position: absolute;
    top: 8px;
}
@media (min-width: 1919px) {
    .newsroom-container .filter-row .filter-search__search-icon {
        top: 6px;
    }
}
.newsroom-container .filter-row .filter-search__search-icon button {
    border: none;
}
.newsroom-container .filter-row .filter-search__search-icon img {
    height: 16px;
    width: 16px;
}
.lazy-image {
    filter: blur(10px);
}
.dp__today {
    border: 1px solid #5f249f !important;
}
.dp__date_hover:hover {
    background: #ebd9ff !important;
}
.dp__active_date,
.dp__range_end,
.dp__range_start {
    background: #5f249f !important;
}
.dp__calendar_header_item:nth-child(6),
.dp__calendar_header_item:nth-child(7),
.dp__calendar_row .dp__calendar_item:nth-last-child(-n + 2) .dp__cell_inner {
    color: #f04438 !important;
}
.dp__calendar_row .dp__calendar_item:nth-last-child(-n + 2) .dp__cell_offset {
    opacity: 35% !important;
}
.dp__calendar_row .dp__calendar_item .dp__cell_inner {
    font-size: 15px;
}
.dp__input {
    background-color: #f2f2f2 !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    height: 38px;
    text-align: center;
}
@media (min-width: 599px) {
    .dp__input {
        width: 200px !important;
    }
}
@media (min-width: 904px) {
    .dp__input {
        width: 148px !important;
    }
}
.dp__input:active,
.dp__input:focus-visible,
.dp__input:hover {
    border: 1px solid #00a3e1 !important;
}
@media (min-width: 599px) {
    .privacy-policy-content .col-lg-2,
    .privacy-policy-content .col-lg-3,
    .terms-of-use-content .col-lg-2,
    .terms-of-use-content .col-lg-3 {
        width: 25%;
    }
    .privacy-policy-content .col-lg-6,
    .privacy-policy-content .col-lg-8,
    .terms-of-use-content .col-lg-6,
    .terms-of-use-content .col-lg-8 {
        width: 50%;
    }
}
.radius--base,
.radius--base button,
.radius--base img,
.radius--base input,
.radius--base:after,
.radius--base:before {
    border-radius: 1rem;
}
.radius--top,
.radius--top button,
.radius--top img,
.radius--top input,
.radius--top:after,
.radius--top:before {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.radius--top-left,
.radius--top-left button,
.radius--top-left img,
.radius--top-left input,
.radius--top-left:after,
.radius--top-left:before {
    border-top-left-radius: 1rem;
}
.radius--right,
.radius--top-right,
.radius--top-right button,
.radius--top-right img,
.radius--top-right input,
.radius--top-right:after,
.radius--top-right:before {
    border-top-right-radius: 1rem;
}
.radius--right {
    border-bottom-right-radius: 1rem;
}
.radius--right button,
.radius--right img,
.radius--right input,
.radius--right:after,
.radius--right:before {
    border-top-right-radius: 1rem;
}
.radius--bottom,
.radius--bottom button,
.radius--bottom img,
.radius--bottom input,
.radius--bottom:after,
.radius--bottom:before {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.radius--bottom-right,
.radius--bottom-right button,
.radius--bottom-right img,
.radius--bottom-right input,
.radius--bottom-right:after,
.radius--bottom-right:before {
    border-bottom-right-radius: 1rem;
}
.radius--bottom-left,
.radius--bottom-left button,
.radius--bottom-left img,
.radius--bottom-left input,
.radius--bottom-left:after,
.radius--bottom-left:before {
    border-bottom-left-radius: 1rem;
}
.radius--separate-top,
.radius--separate-top button,
.radius--separate-top img,
.radius--separate-top input,
.radius--separate-top:after,
.radius--separate-top:before {
    border-bottom-right-radius: 1rem;
    border-top-left-radius: 1rem;
}
.radius--separate-bottom,
.radius--separate-bottom button,
.radius--separate-bottom img,
.radius--separate-bottom input,
.radius--separate-bottom:after,
.radius--separate-bottom:before {
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.radius--left,
.radius--left button,
.radius--left img,
.radius--left input,
.radius--left:after,
.radius--left:before {
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
}
.link-disabled {
    color: gray;
    pointer-events: none;
}
.html-sitemap .h1,
.html-sitemap h1 {
    font-size: 36px;
}
.html-sitemap .h2,
.html-sitemap h2 {
    color: #000 !important;
    font-size: 24px;
}
.html-sitemap a {
    color: #000 !important;
    font-size: 16px;
    line-height: 1.6;
}
.lux-menu {
    background-color: #000;
    height: 100vh;
    left: -120%;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0;
    pointer-events: auto;
    position: absolute;
    top: 67px;
    transition: all 0.4s ease-in-out;
    width: 100vw;
}
@media (min-width: 1239px) {
    .lux-menu {
        display: none;
    }
}
.lux-menu--levelOne,
.lux-menu--levelTwo {
    width: 100vw;
}
@media (min-width: 904px) {
    .lux-menu--levelTwo {
        width: 930px;
    }
}
.lux-menu__line {
    border-bottom: 1px solid #d3d3d3;
    display: none;
    height: 2px;
    padding-bottom: 20px;
    position: absolute;
    top: 63px;
    width: 1910px;
    z-index: 45;
}
@media (min-width: 1239px) {
    .lux-menu__line {
        display: block;
    }
}
.lux-menu__nav {
    max-height: none;
    min-height: 100%;
    padding: 40px 0 0;
    width: 100vw;
}
@media (min-width: 1239px) {
    .lux-menu__nav {
        width: 310px;
    }
}
.lux-menu__nav ul {
    list-style-type: none;
    width: 98%;
}
.lux-menu__nav ul li {
    margin-bottom: 30px;
}
.lux-menu__nav ul li.firstLvl {
    border-bottom: 2px solid #333;
}
.lux-menu__nav ul li.firstLvl a {
    left: -100%;
    padding-bottom: 12px;
    position: relative;
    transition: left 0.3s ease-in 0.5s, opacity 0.3s ease-in 0.5s;
}
.lux-menu__nav ul li .back-mobile {
    border-bottom: 2px solid #333;
    font-weight: 600;
    padding-bottom: 12px;
}
@media (min-width: 904px) {
    .lux-menu__nav ul li .back-mobile {
        display: none;
    }
}
.lux-menu__nav ul li.active {
    background: #333;
}
.lux-menu__nav ul li.active > a {
    font-weight: 600;
    margin-left: 1rem;
    margin-right: 1rem;
}
.lux-menu__nav ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5rem;
    padding: 0.7rem 0;
    text-decoration: none;
    transition: font-weight 0.2s ease-in-out;
}
.lux-menu__nav ul li a:hover {
    font-weight: 600;
    text-decoration: none;
}
.lux-menu__nav ul li a .arrows {
    display: inline-block;
    margin-left: -40px;
    position: relative;
}
.lux-menu__nav ul li a .arr-left {
    border: 2px solid #fff;
    border-bottom: none;
    border-left: none;
    display: inline-block;
    height: 8px;
    left: 0;
    margin-right: 10px;
    position: relative;
    top: 6px;
    transform: rotate(-135deg);
    transition: 0.2s ease-in;
    vertical-align: top;
    width: 8px;
}
.lux-menu__submenuLvlThree,
.lux-menu__submenuLvlTwo {
    align-content: flex-start;
    background-color: #000;
    color: #5f249f;
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    left: -100%;
    min-height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 13;
}
.lux-menu__submenuLvlThree.active,
.lux-menu__submenuLvlTwo.active {
    left: 0;
    padding: 35px 0 0;
    transition: right 0.4s ease-in-out;
    visibility: visible;
}
@media (min-width: 904px) {
    .lux-menu__submenuLvlThree.active,
    .lux-menu__submenuLvlTwo.active {
        left: 310px;
        padding: 25px 0 0;
    }
    .lux-menu__submenuLvlThree ul,
    .lux-menu__submenuLvlTwo ul {
        margin: 0 auto;
        width: 88%;
    }
}
.lux-menu__submenuLvlThree ul li,
.lux-menu__submenuLvlTwo ul li {
    margin-bottom: 0;
}
.lux-menu__submenuLvlThree ul li.active,
.lux-menu__submenuLvlTwo ul li.active {
    background: #333;
    margin: 0;
    width: 100%;
}
.lux-menu__submenuLvlThree {
    background: #333;
    left: -100%;
}
@media (min-width: 904px) {
    .lux-menu__submenuLvlThree.active {
        left: 310px;
    }
}
.header {
    background-color: #000;
    left: 0;
    max-height: 96px;
    padding: 30px 0 10px;
    position: fixed;
    top: 0;
    transition: all 0.4s ease;
    width: 100%;
    z-index: 4;
    z-index: 12;
}
@media (min-width: 1239px) {
    .header {
        background-color: transparent;
    }
}
.header .container--wide {
    align-items: center;
    display: flex;
    height: 39px;
    justify-content: space-between;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
@media (min-width: 1239px) {
    .header .container--wide {
        display: block;
        max-width: 1170px;
    }
}
@media (min-width: 1439px) {
    .header .container--wide {
        max-width: 1300px;
    }
}
@media (min-width: 1919px) {
    .header .container--wide {
        max-width: 1776px;
    }
}
.header__nav {
    float: left;
    letter-spacing: 0;
    line-height: 0;
}
.header__nav .switch {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    left: 8px;
    position: relative;
    top: -8px;
    vertical-align: top;
    width: 75px;
    z-index: 3;
}
@media (min-width: 1239px) {
    .header__nav .switch {
        display: none;
        top: 0;
    }
}
.header__nav .switch:hover .item {
    width: 20px !important;
}
.header__nav .switch .item {
    background: #fff;
    height: 1px;
    position: absolute;
    transition: 0.6s ease;
    width: 20px;
}
.header__nav .switch .item:first-child {
    top: 0;
}
.header__nav .switch .item:nth-child(2) {
    top: 7px;
}
.header__nav .switch .item:nth-child(3) {
    top: 14px;
}
.header__nav .switch .text {
    margin-left: 32px;
    margin-top: 6px;
}
.header__nav .switch .text span {
    color: #fff;
    font-size: 0.875rem;
}
.header__nav .logo {
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 10px;
    transform: translateX(-50%);
    z-index: 3;
}
@media (min-width: 1239px) {
    .header__nav .logo {
        left: 0;
        position: relative;
        top: 10px;
        transform: translateX(0);
        z-index: 3;
    }
}
@media (min-width: 1919px) {
    .header__nav .logo {
        top: 5px;
    }
}
.header__nav .logo a {
    display: block;
    overflow: visible;
    position: relative;
    top: -10px;
}
@media (min-width: 1239px) {
    .header__nav .logo a {
        display: block;
        overflow: hidden;
        position: relative;
        top: -10px;
    }
}
.header__nav .logo a .img {
    max-width: 85px;
    transition: 0.3s ease;
}
/* @media (min-width: 1239px) {
    .header__nav .logo a .img {
        max-width: 120px;
    }
} */
@media (min-width: 1919px) {
    .header__nav .logo a .img {
        max-width: 185px;
    }
}
.header__nav .logo a .img--white {
    opacity: 1;
    visibility: visible;
}
.header__nav .menu {
    background: #fff;
    box-shadow: 0 1px 17px -1px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    height: 100vh;
    left: -600px;
    letter-spacing: normal;
    line-height: 1;
    max-width: 600px;
    overflow-y: auto;
    position: absolute;
    top: 0;
    transition: 1s ease;
    width: 300px;
    z-index: 2;
}
@media (min-width: 904px) {
    .header__nav .menu {
        width: 400px;
    }
}
@media (min-width: 1239px) {
    .header__nav .menu {
        width: 30vw;
    }
}
.header__nav .menu__nav {
    padding-top: 60px;
}
@media (min-width: 904px) {
    .header__nav .menu__nav {
        padding-top: 138px;
    }
}
.header__nav .menu__nav ul {
    list-style: none;
}
.header__nav .menu__nav ul li a {
    font-weight: 600;
}
.header__nav .menu__nav > ul {
    padding: 0 60px 0 25px;
}
@media (min-width: 904px) {
    .header__nav .menu__nav > ul {
        padding: 0 10vh 0 4vh;
    }
}
.header__nav .menu__nav > ul > li {
    left: -100%;
    opacity: 0;
    position: relative;
    transition: 0.5s ease;
}
.header__nav .menu__nav > ul > li + li {
    transition: 0.5s ease 0.15s;
}
.header__nav .menu__nav > ul > li + li + li {
    transition: 0.5s ease 0.3s;
}
.header__nav .menu__nav > ul > li + li + li + li {
    transition: 0.5s ease 0.45s;
}
.header__nav .menu__nav > ul > li + li + li + li + li {
    transition: 0.5s ease 0.6s;
}
.header__nav .menu__nav > ul > li + li + li + li + li + li {
    transition: 0.5s ease 0.75s;
}
.header__nav .menu__nav > ul > li + li + li + li + li + li + li {
    transition: 0.5s ease 0.9s;
}
.header__nav .menu__nav > ul > li + li + li + li + li + li + li + li {
    transition: 0.5s ease 1.05s;
}
.header__nav .menu__nav > ul > li + li + li + li + li + li + li + li + li {
    transition: 0.5s ease 1.2s;
}
.header__nav .menu__nav > ul > li + li + li + li + li + li + li + li + li + li {
    transition: 0.5s ease 1.35s;
}
.header__nav .menu__nav > ul > li.active > a {
    color: #5f249f;
}
.header__nav .menu__nav > ul > li.active > a i {
    border-color: #5f249f;
    transform: rotate(135deg);
}
.header__nav .menu__nav > ul > li a {
    color: gray;
    display: block;
    padding: 22px 10px;
    position: relative;
    width: 100%;
}
@media (min-width: 904px) {
    .header__nav .menu__nav > ul > li a {
        padding: 3.3vh 2vh 3.3vh 58px;
    }
}
.header__nav .menu__nav > ul > li a:hover {
    color: #5f249f;
    text-decoration: none;
}
.header__nav .menu__nav > ul > li a:hover i {
    border-color: #5f249f;
}
.header__nav .menu__nav > ul > li a i {
    border-color: #e5e5e5;
    margin-top: -5px;
    position: absolute;
    right: 0;
    top: 50%;
    transition: all 0.2s ease-in-out;
}
.header__nav .menu__nav > ul > li + li {
    border-top: 1px solid #e5e5e5;
}
.header__nav .menu__nav .submenu {
    display: none;
    list-style: none;
    list-style-type: none;
    margin: 0 0 20px;
    padding-left: 0;
}
@media (min-width: 904px) {
    .header__nav .menu__nav .submenu {
        margin: 20px 0;
    }
}
.header__nav .menu__nav .submenu li a {
    font-weight: 400;
    padding: 9px 10px 8px 25px;
}
@media (min-width: 904px) {
    .header__nav .menu__nav .submenu li a {
        padding: 9px 10px 8px 72px;
    }
}
.header__nav .menu__nav .submenu li.active > a {
    color: #5f249f;
    font-weight: 700;
}
.header__nav .menu__nav .submenu li.active > a i {
    border-color: #5f249f;
    transform: rotate(135deg);
}
.header__nav .menu__nav .submenu .submenu {
    margin: 1px 0 20px;
}
@media (min-width: 904px) {
    .header__nav .menu__nav .submenu .submenu {
        margin: 1px 0 41px;
    }
}
.header__nav .menu__nav .submenu .submenu li a {
    padding: 9px 10px 8px 35px;
}
@media (min-width: 904px) {
    .header__nav .menu__nav .submenu .submenu li a {
        padding: 9px 10px 8px 87px;
    }
}
.header__new-menu {
    float: left;
    height: 66px;
    margin-left: 25px;
    top: 0;
}
@media (min-width: 1919px) {
    .header__new-menu {
        height: 69px;
        top: -7px;
    }
}
.header__new-menu ul li {
    padding: 15px 0 0;
}
.header__new-menu ul li:first-child {
    width: 102px;
}
.header__new-menu ul li:first-child:hover .header__new-menu--sub-menu--item {
    opacity: 1;
    visibility: visible;
}
.header__new-menu
    ul
    li:first-child:hover
    .header__new-menu--sub-menu.industry-expertise {
    height: 150px;
}
.header__new-menu ul li:nth-child(2) {
    width: 90px;
}
.header__new-menu ul li:nth-child(2):hover .header__new-menu--sub-menu--item {
    opacity: 1;
    visibility: visible;
}
.header__new-menu
    ul
    li:nth-child(2):hover
    .header__new-menu--sub-menu.our-services {
    height: 150px;
}
.header__new-menu ul li:nth-child(3) {
    width: 122px;
}
@media (min-width: 1439px) {
    .header__new-menu ul li:nth-child(3) {
        width: 124px;
    }
}
@media (min-width: 1919px) {
    .header__new-menu ul li:nth-child(3) {
        width: 126px;
    }
}
.header__new-menu ul li:nth-child(4):hover .header__new-menu--sub-menu--item {
    opacity: 1;
    visibility: visible;
}
.header__new-menu
    ul
    li:nth-child(4):hover
    .header__new-menu--sub-menu.insights-menu {
    height: 150px;
}
.header__new-menu ul li:nth-child(6):hover .header__new-menu--sub-menu--item {
    opacity: 1;
    visibility: visible;
}
.header__new-menu
    ul
    li:nth-child(6):hover
    .header__new-menu--sub-menu.about-us {
    height: 190px;
}
.header__new-menu ul li:nth-child(1n + 4) {
    width: 100px;
}
@media (min-width: 1919px) {
    .header__new-menu ul li:nth-child(1n + 4) {
        width: 104px;
    }
}
.header__new-menu ul li:nth-child(7n) {
    margin-left: 10px;
    width: 150px;
}
@media (min-width: 1919px) {
    .header__new-menu ul li:nth-child(7n) {
        width: 140px;
    }
}
.header__new-menu ul li:hover .header__new-menu--sub-menu {
    padding: 10px 0;
}
.header__new-menu ul li:hover a.element {
    border-top: 2px solid #5f249f;
    text-decoration: none;
}
.header__new-menu ul li a.element {
    font-size: 14px;
    padding: 10px 20px 27px;
}
@media (min-width: 1919px) {
    .header__new-menu ul li a.element {
        padding: 10px 20px 32px;
    }
}
.header__new-menu ul .contact--image {
    background-image: url(/mind-supernova/assets/images/contact.svg);
    background-repeat: no-repeat;
    height: 30px;
    width: 115px;
}
.header__new-menu ul .contact--image:after {
    content: url(/mind-supernova/assets/images/contact-hover.svg);
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 0;
    z-index: -1;
}
.header__new-menu ul .contact--image:hover {
    background-image: url(/mind-supernova/assets/images/contact-hover.svg);
}
.header__lang-menu {
    position: absolute !important;
    right: 7rem;
    top: 30px;
    z-index: 5;
}
@media (min-width: 1239px) {
    .header__lang-menu {
        right: 14rem;
        top: 30px;
    }
}
@media (min-width: 1919px) {
    .header__lang-menu {
        right: 11rem;
        top: 23px;
    }
}
.header__lang-menu ul li {
    padding: 15px 0 0;
}
.header__lang-menu ul li:hover a.element {
    border-top: 2px solid #5f249f;
    text-decoration: none;
}
.header__lang-menu ul li a.element {
    font-size: 14px;
    padding: 10px 20px 27px;
}
@media (min-width: 1919px) {
    .header__lang-menu ul li a.element {
        padding: 10px 20px 32px;
    }
}
.header__contact {
    position: absolute !important;
    right: 15px;
    top: 30px;
    z-index: 5;
}
@media (min-width: 904px) {
    .header__contact {
        top: 28px;
    }
}
@media (min-width: 1239px) {
    .header__contact {
        right: 16px;
        top: 38px;
    }
}
@media (min-width: 1919px) {
    .header__contact {
        top: 33px;
    }
}
.header__contact ul li {
    width: 50px;
}
.header__contact ul li .search-btn {
    padding: 8px;
    transition: all 0.3s ease;
}
.header__contact ul li .search-btn:hover img {
    transform: scale(1.1);
}
.header__contact ul li .search-btn img {
    height: 28px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 28px;
}
.header__contact,
.header__lang-menu,
.header__new-menu {
    display: none;
    position: relative;
    transition: all 0.4s ease;
}
@media (min-width: 1239px) {
    .header__contact,
    .header__lang-menu,
    .header__new-menu {
        display: block;
    }
}
.header__contact ul,
.header__lang-menu ul,
.header__new-menu ul {
    align-items: center;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
}
.header__contact ul li,
.header__lang-menu ul li,
.header__new-menu ul li {
    line-height: 1;
    text-align: center;
}
.header__contact ul li a.element,
.header__lang-menu ul li a.element,
.header__new-menu ul li a.element {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease-out;
}
.header__contact {
    display: block;
}
.header__contact--line {
    background-color: #bfbfbf;
    height: 48px;
    opacity: 1;
    position: absolute;
    right: 51px;
    top: -5px;
    transition: all 0.3s ease;
    visibility: visible;
    width: 1px;
}
.header__contact--line.hiden {
    opacity: 0;
    visibility: hidden;
}
@media (max-width: 1238.98px) {
    .header__contact--line {
        display: none;
    }
}
.header__contact--square {
    background-color: #333;
    border-bottom: 2px solid #5f249f;
    height: 96px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
    visibility: hidden;
    width: 70px;
    z-index: 1;
}
.header__contact--square.show {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 1238.98px) {
    .header__contact--square {
        display: none;
    }
}
.header__new-menu--sub-menu {
    background: #333;
    height: 0;
    padding: 0;
    position: absolute;
    top: 65px;
    -webkit-transition: height 0.02s cubic-bezier(0, 0, 0, 1.01),
        padding 0.1s linear;
    transition: height 0.2s cubic-bezier(0, 0, 0, 1.01), padding 0.1s linear;
    z-index: 10;
}
@media (min-width: 1919px) {
    .header__new-menu--sub-menu {
        top: 72px;
    }
}
.header__new-menu--sub-menu.industry-expertise {
    left: 0;
    width: 250%;
}
@media screen and (min-width: 1600px) {
    .header__new-menu--sub-menu.industry-expertise {
        width: 310%;
    }
}
.header__new-menu--sub-menu.industry-expertise .single {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 300px;
}
.header__new-menu--sub-menu.industry-expertise .single.bigger {
    width: 345px;
}
@media screen and (min-width: 1600px) {
    .header__new-menu--sub-menu.industry-expertise .single {
        width: 340px;
    }
}
.header__new-menu--sub-menu.our-services {
    left: 102px;
    width: 220%;
}
@media screen and (min-width: 1600px) {
    .header__new-menu--sub-menu.our-services {
        width: 300%;
    }
}
.header__new-menu--sub-menu.our-services .single {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 240px;
}
@media screen and (min-width: 1600px) {
    .header__new-menu--sub-menu.our-services .single {
        width: 290px;
    }
}
.header__new-menu--sub-menu.insights-menu {
    left: 318px;
    width: 190%;
}
@media (min-width: 1439px) {
    .header__new-menu--sub-menu.insights-menu {
        left: 320px;
    }
}
@media (min-width: 1919px) {
    .header__new-menu--sub-menu.insights-menu {
        left: 324px;
    }
}
@media screen and (min-width: 1600px) {
    .header__new-menu--sub-menu.insights-menu {
        width: 270%;
    }
}
.header__new-menu--sub-menu.insights-menu .single {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 220px;
}
@media screen and (min-width: 1600px) {
    .header__new-menu--sub-menu.insights-menu .single {
        width: 270px;
    }
}
.header__new-menu--sub-menu.about-us {
    left: 515px;
    width: 150%;
}
@media (min-width: 1439px) {
    .header__new-menu--sub-menu.about-us {
        left: 517px;
    }
}
@media (min-width: 1919px) {
    .header__new-menu--sub-menu.about-us {
        left: 528px;
    }
}
@media screen and (min-width: 1600px) {
    .header__new-menu--sub-menu.about-us {
        width: 200%;
    }
}
.header__new-menu--sub-menu.about-us .single {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 220px;
}
@media screen and (min-width: 1600px) {
    .header__new-menu--sub-menu.about-us .single {
        width: 270px;
    }
}
.header__new-menu--sub-menu--item {
    align-content: center;
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 42px;
    padding-left: 25px;
    padding-top: 0;
    text-align: left;
    visibility: hidden;
}
.header__new-menu--sub-menu--item a {
    color: #fff !important;
    font-size: 14px;
    font-weight: inherit;
    position: relative;
    text-decoration: none;
    transition: all 0.05s ease;
}
.header__new-menu--sub-menu--item a:visited {
    color: #fff;
    font-weight: inherit;
}
.header__new-menu--sub-menu--item a:hover {
    font-weight: 700;
}
.header__search-open {
    background-color: #333;
    border: none;
    display: none;
    height: 72px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 79px;
    transition: all 0.3s ease;
    width: 100%;
    z-index: 5;
}
.header__search-open.active {
    display: block;
}
@media (min-width: 1239px) {
    .header__search-open {
        top: 96px;
    }
}
@media (min-width: 1439px) {
    .header__search-open {
        width: 600px;
    }
}
.header__search-open__top .close {
    color: #fff;
    float: right;
    font-size: 46px;
    font-weight: 300;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 10px;
}
@media (min-width: 1239px) {
    .header__search-open__top .close {
        right: 25px;
    }
}
.header__search-open__top .close:hover {
    color: #fff;
    cursor: pointer;
    opacity: 0.75;
    text-decoration: none;
}
.header__search-open__form {
    font-size: 0;
    letter-spacing: 0;
    line-height: 0;
}
.header__search-open__form input[type="text"] {
    background-color: #333;
    border: none;
    color: #bfbfbf;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    height: 67px;
    outline: none;
    padding: 10px 15px;
    vertical-align: top;
    width: 85% !important;
}
.header__search-open__form input[type="text"]:focus-visible {
    border: none;
}
.header.active .lux-menu {
    left: 0;
}
.header.active li.firstLvl a {
    left: 0;
    opacity: 1;
}
.header.active .logo a .img--blue {
    z-index: 20;
}
.header.active .header__nav:after {
    left: 0;
}
.header.active .header__nav .logo a .img--purple {
    opacity: 1;
    visibility: visible;
}
@media (min-width: 1239px) {
    .header.active .header__nav .logo a .img--purple {
        opacity: 0;
        visibility: hidden;
    }
}
.header.active .header__nav .switch .item {
    background: #fff;
}
.header.active .header__nav .switch .item:first-child {
    top: 6px;
    transform: rotate(45deg);
    width: 20px;
}
.header.active .header__nav .switch .item:nth-child(2) {
    display: none;
    opacity: 0;
    top: 0;
    visibility: hidden;
}
.header.active .header__nav .switch .item:nth-child(3) {
    top: 6px;
    transform: rotate(-45deg);
    width: 20px;
}
.header.active .menu {
    left: 0;
}
.header.active .menu .menu__nav > ul > li {
    left: 0;
    opacity: 1;
}
.header.fixed {
    background-color: #000;
}
.header.fixed .header__search .search-switcher {
    opacity: 1;
}
@media (min-width: 1239px) {
    .header.fixed
        .header__search
        .search-switcher
        .search-switcher__icon
        span:before {
        color: #333;
    }
}
.header.fixed .header__contact ul li a,
.header.fixed .header__new-menu ul li a {
    color: #bfbfbf;
}
.header.fixed .header__contact ul li:first-child:hover a,
.header.fixed .header__lang-menu ul li:first-child:hover a {
    background-color: #333;
    color: #fff !important;
}
.header.fixed .header__new-menu ul li:hover a.element {
    background-color: #333;
    color: #fff;
}
.pagination-buttons {
    display: flex;
    list-style: none;
    padding-left: 0;
}
.page-link {
    background-color: transparent;
    border: none;
    color: #000;
    display: block;
    position: relative;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}
.page-link:hover {
    background-color: #f8f2ff;
    color: #5f249f;
    z-index: 2;
}
.page-link:focus {
    background-color: #f8f2ff;
    border-bottom: 1px solid #5f249f;
    box-shadow: none;
    z-index: 3;
}
.page-link:active {
    background-color: #5f249f;
    border-radius: 4px;
    color: #fff;
}
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}
.page-item.active .page-link {
    color: #fff;
    z-index: 3;
}
.page-item.disabled .page-link {
    background-color: #f2f2f2;
    border-color: #dee2e6;
    color: #6c757d;
    pointer-events: none;
}
ul#componentContainer {
    display: flex !important;
}
.pagination-container {
    margin-top: 1rem;
}
.pagination-container li button {
    background-color: transparent;
    border: none;
    padding: 0.375rem 0.75rem;
}
.pagination-container li button:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #5f249f;
    z-index: 2;
}
.pagination-container li button.active-page {
    background-color: #f8f2ff;
    border-bottom: 1px solid;
    border-color: #5f249f;
    color: #000;
    z-index: 3;
}
.filters-and-chips {
    background-color: #fff !important;
    color: #666 !important;
    padding: 1rem;
}
.filters-and-chips .chips-list {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 0;
}
.filters-and-chips .chips-list .chips-set {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    gap: 7px;
    padding: 0;
}
.filters-and-chips .chips-list .chips-set .pmd-chip {
    border: 1px solid #666;
    border-radius: 12px;
    gap: 10px;
    padding: 0.25rem 0.75rem;
}
.filters-and-chips .chips-list .chips-set .pmd-chip:hover {
    border: 1px solid #5f249f;
    color: #5f249f;
}
.filters-and-chips .filters-list {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.filters-and-chips .filters-list .filter-types {
    align-items: center;
    justify-content: center;
}
.filters-and-chips .filters-list .filter-types .btn {
    background-color: #f8f2ff;
    border: 0.5px solid #666;
    border-radius: 0.25rem;
    color: #666;
    cursor: pointer;
    font-weight: 400;
    padding: 0.375rem 1.125rem 0.375rem 1.5rem;
    text-transform: none;
}
.filters-and-chips .filters-list .filter-types .btn:hover {
    box-shadow: none;
}
.filters-and-chips .filters-list .filter-types .btn:after {
    display: none;
}
.filters-and-chips .filters-list .filter-types .dropdown-menu {
    background-color: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 0 8px hsla(0, 0%, 52%, 0.25);
    margin-top: 0.25rem !important;
    min-width: 10rem;
    padding: 0.25rem 0;
}
.filters-and-chips .filters-list .filter-types .dropdown-menu .item-container {
    display: flex;
    gap: 0.5rem;
    padding: 0.25rem 1rem;
}
.filters-and-chips .filters-list .filter-types .dropdown-menu span {
    color: #000;
    display: block;
    font-size: 0.85rem;
    line-height: 1.25rem;
    text-decoration: none;
}
.filters-and-chips .filters-list .filter-types .dropdown-menu input {
    border: 2px solid #d9d9d9;
    height: 1.5rem;
    width: 1.5rem;
}
.container-hero-short-purple {
    color: #fff;
    display: flex;
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
}
@media (max-width: 903.98px) {
    .container-hero-short-purple {
        display: grid;
        height: 90vh;
        margin-top: 79px;
    }
    .container-hero-short-purple figure {
        margin: 0;
    }
}
.container-hero-short-purple figure img {
    height: 100vh;
    left: 50%;
    object-fit: cover;
    top: 50%;
    width: 100%;
    z-index: 0;
}
@media (max-width: 903.98px) {
    .container-hero-short-purple figure img {
        height: 45vh;
    }
}
.container-hero-short-purple .container {
    display: flex;
    z-index: 2;
}
.container-hero-short-purple .content {
    padding: 1.25rem 1rem;
}
@media (min-width: 904px) {
    .container-hero-short-purple .content {
        padding: 10rem 2rem;
    }
}
@media (min-width: 1439px) {
    .container-hero-short-purple .content {
        padding: 11rem 7.5rem;
    }
}
.container-hero-short-purple .content .h1,
.container-hero-short-purple .content h1 {
    font-size: 3rem;
    padding-bottom: 2rem;
}
@media (max-width: 598.98px) {
    .container-hero-short-purple .content .text-20 {
        font-size: 16px;
    }
}
.container-hero-short-purple .content .text-28 {
    padding-bottom: 1rem;
}
.container-hero-short-purple .content .text-28 + p {
    padding-bottom: 3.5rem;
}
.container-hero-short-purple.short,
.container-hero-short-purple.short img {
    height: 65vh;
}
@media (max-width: 598.98px) {
    .container-hero-short-purple.short img {
        height: 20vh;
    }
}
.container-hero-short-purple .col:first-of-type {
    order: 1;
}
@media (max-width: 903.98px) {
    .container-hero-short-purple .col:first-of-type {
        height: 50vh;
        order: 2;
    }
}
.container-hero-short-purple .col:nth-of-type(2) {
    order: 2;
}
@media (max-width: 903.98px) {
    .container-hero-short-purple .col:nth-of-type(2) {
        height: 45vh;
        order: 1;
    }
}
.container-hero-short-purple .down-arr {
    bottom: 25px;
    display: inline-block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 180px;
}
@media (min-width: 904px) {
    .container-hero-short-purple .down-arr {
        display: none;
    }
}
@media (max-width: 1438.98px) {
    .container-hero-short-purple .down-arr.carousel-v {
        bottom: 125px;
    }
}
@media (max-width: 1238.98px) {
    .container-hero-short-purple .down-arr.carousel-v {
        bottom: 50px;
    }
}
.container-hero-short-purple .down-arr a {
    color: #fff !important;
    text-decoration: none;
}
.container-hero-short-purple .down-arr a:after {
    animation: bounce 2s infinite;
    background: url(/mind-supernova/assets/images/arrow-down-more.svg);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 20px;
    transform: rotate(45deg);
    width: 46px;
}
.container-hero-short-purple .down-arr a p {
    margin-bottom: 0;
    padding-bottom: 10px;
}
@media (max-width: 903.98px) {
    .container-hero-short-purple .down-arr p {
        display: none;
    }
}
.container-key-highlights {
    background: linear-gradient(
            111.36deg,
            #56088b 29.15%,
            rgba(173, 71, 151, 0.1) 108.07%
        ),
        #000;
    color: #fff;
}
.container-key-highlights .row {
    display: block;
    padding: 1rem;
    width: 100%;
}
@media (min-width: 599px) {
    .container-key-highlights .row {
        display: flex;
        padding: 1rem;
    }
}
@media (min-width: 1239px) {
    .container-key-highlights .row {
        padding: 2rem 5rem;
    }
}
.container-key-highlights .row .col {
    margin-top: 1.5rem;
}
.container-key-highlights .row .col .h3,
.container-key-highlights .row .col h3 {
    font-size: 1.75rem;
    font-weight: 700;
}
@media (max-width: 1918.98px) {
    .container-key-highlights .row .col .h3,
    .container-key-highlights .row .col h3 {
        font-size: 1.4rem;
    }
}
@media (max-width: 1438.98px) {
    .container-key-highlights .row .col .h3,
    .container-key-highlights .row .col h3 {
        font-size: 1.225rem;
    }
}
@media (max-width: 1238.98px) {
    .container-key-highlights .row .col .h3,
    .container-key-highlights .row .col h3 {
        font-size: 1.3125rem;
    }
}
.container-key-highlights .row .col p {
    font-size: 1rem;
}
@media (min-width: 1239px) {
    .container-key-highlights .row .col .h3,
    .container-key-highlights .row .col h3 {
        font-size: 3rem;
        font-weight: 700;
    }
}
@media (min-width: 1239px) and (max-width: 1918.98px) {
    .container-key-highlights .row .col .h3,
    .container-key-highlights .row .col h3 {
        font-size: 2.205rem;
    }
}
@media (min-width: 1239px) and (max-width: 598.98px) {
    .container-key-highlights .row .col .h3,
    .container-key-highlights .row .col h3 {
        font-size: 2.01rem;
    }
}
@media (min-width: 1239px) {
    .container-key-highlights .row .col p {
        font-size: 1.25rem;
    }
}
@media (min-width: 1239px) and (max-width: 1438.98px) {
    .container-key-highlights .row .col p {
        font-size: 1.1rem;
    }
}
@media (min-width: 1239px) and (max-width: 1238.98px) {
    .container-key-highlights .row .col p {
        font-size: 1.25rem;
    }
}
@media (min-width: 599px) {
    .container-key-highlights .row .col {
        padding-left: 1.5rem;
    }
    .container-key-highlights .row .col:nth-child(2),
    .container-key-highlights .row .col:nth-child(3) {
        border-left: 1px solid #fff;
    }
}
@media (min-width: 1239px) {
    .container-key-highlights .row .col {
        padding-left: 4rem;
    }
}
.cta-section--image-btn {
    align-items: center;
    color: #fff;
    display: flex;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.cta-section--image-btn img {
    height: 100%;
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 0;
}
.cta-section--image-btn__wrapper {
    margin: 0 auto;
    padding: 60px 0;
    width: 90%;
    z-index: 2;
}
.cta-section--image-btn figure {
    margin: 0;
}
.cta-section--image-btn__content .h2,
.cta-section--image-btn__content h2 {
    font-size: 3rem;
    margin: 0 auto;
    padding-bottom: 2.2rem;
    width: 80%;
}
@media (max-width: 1918.98px) {
    .cta-section--image-btn__content .h2,
    .cta-section--image-btn__content h2 {
        font-size: 2.205rem;
    }
}
@media (max-width: 598.98px) {
    .cta-section--image-btn__content .h2,
    .cta-section--image-btn__content h2 {
        font-size: 2.01rem;
    }
}
.cta-section--image-btn__content a {
    margin-top: 0;
}
.cta-section--video-btn {
    align-items: center;
    color: #fff;
    display: flex;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.cta-section--video-btn .cta-video {
    background-size: cover;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.cta-section--video-btn__wrapper {
    margin: 0 auto;
    padding: 60px 0;
    width: 90%;
    z-index: 2;
}
.cta-section--video-btn figure {
    margin: 0;
}
.cta-section--video-btn__content .h2,
.cta-section--video-btn__content h2 {
    font-size: 3rem;
    margin: 0 auto;
    padding-bottom: 2.2rem;
    width: 80%;
}
@media (max-width: 1918.98px) {
    .cta-section--video-btn__content .h2,
    .cta-section--video-btn__content h2 {
        font-size: 2.205rem;
    }
}
@media (max-width: 598.98px) {
    .cta-section--video-btn__content .h2,
    .cta-section--video-btn__content h2 {
        font-size: 2.01rem;
    }
}
.cta-section--video-btn__content a {
    margin-top: 0;
}
.cta-section--form {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
.cta-section--form--v1 .image-col {
    overflow: hidden;
    padding-right: 0;
    position: relative;
}
@media (max-width: 1238.98px) {
    .cta-section--form--v1 .image-col {
        height: 400px;
        padding-left: 0;
    }
}
@media (max-width: 903.98px) {
    .cta-section--form--v1 .image-col {
        height: 320px;
    }
}
@media (max-width: 598.98px) {
    .cta-section--form--v1 .image-col {
        height: 228px;
    }
}
.cta-section--form--v1 .image-col figure {
    margin: 0;
}
.cta-section--form--v1 .image-col img {
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
@media (max-width: 1238.98px) {
    .cta-section--form--v1 .image-col img {
        border-bottom-left-radius: 0;
        border-top-right-radius: 1rem;
    }
}
.cta-section--form--v1 .form-col {
    background-color: #1a1a1a;
    border-bottom-right-radius: 1rem;
    border-top-right-radius: 1rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
    padding-top: 3rem;
}
@media (max-width: 1238.98px) {
    .cta-section--form--v1 .form-col {
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
        border-top-right-radius: 0;
        height: auto;
    }
}
.cta-section--form--v1 .form-col__content {
    width: 92%;
}
.cta-section--form--v1 .form-col__content .h2,
.cta-section--form--v1 .form-col__content h2 {
    font-size: 3rem;
    margin-bottom: 2.2rem;
}
@media (max-width: 1918.98px) {
    .cta-section--form--v1 .form-col__content .h2,
    .cta-section--form--v1 .form-col__content h2 {
        font-size: 2.205rem;
    }
}
@media (max-width: 598.98px) {
    .cta-section--form--v1 .form-col__content .h2,
    .cta-section--form--v1 .form-col__content h2 {
        font-size: 2.01rem;
    }
}
.cta-section--form--v1 .form-col__content p {
    margin-bottom: 2rem;
}
.cta-section--form--v2 .gradiente-col {
    background: linear-gradient(127.22deg, #361559 28.42%, #0f061a 69.76%);
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
    padding-bottom: 3rem;
    padding-left: 5rem;
    padding-top: 80px;
}
@media (max-width: 1918.98px) {
    .cta-section--form--v2 .gradiente-col {
        padding-left: 3rem;
        padding-top: 2rem;
    }
}
@media (max-width: 1238.98px) {
    .cta-section--form--v2 .gradiente-col {
        border-bottom-left-radius: 0;
        border-top-right-radius: 1rem;
        padding-left: 40px;
        padding-top: 20px;
    }
    .cta-section--form--v2 .gradiente-col.smaller {
        min-height: 200px;
    }
}
.cta-section--form--v2 .gradiente-col.content-centered {
    height: 150px;
    padding-bottom: 0;
    padding-top: 0;
}
@media (min-width: 1239px) {
    .cta-section--form--v2 .gradiente-col.content-centered {
        height: auto;
    }
}
.cta-section--form--v2 .gradiente-col.content-centered .gradiente-col__content {
    align-items: center;
    display: flex;
    height: 100%;
}
@media (min-width: 1239px) {
    .cta-section--form--v2
        .gradiente-col.content-centered
        .gradiente-col__content {
        height: 90%;
    }
}
@media (max-width: 1238.98px) {
    .cta-section--form--v2 .gradiente-col:has(.person) {
        min-height: 330px;
    }
}
@media (max-width: 903.98px) {
    .cta-section--form--v2 .gradiente-col:has(.person) {
        min-height: 380px;
    }
}
@media (max-width: 598.98px) {
    .cta-section--form--v2 .gradiente-col:has(.person) {
        min-height: 320px;
    }
}
.cta-section--form--v2 .gradiente-col__content {
    width: 85%;
}
@media (max-width: 1238.98px) {
    .cta-section--form--v2 .gradiente-col__content {
        width: 100%;
    }
    .cta-section--form--v2 .gradiente-col__content .h3,
    .cta-section--form--v2 .gradiente-col__content h3 {
        font-size: 2rem;
    }
}
.cta-section--form--v2 .gradiente-col__content .person {
    display: inline-flex;
    margin-top: 3rem;
}
.cta-section--form--v2 .gradiente-col__content .person--text {
    margin-left: 2rem;
}
@media (max-width: 1918.98px) {
    .cta-section--form--v2 .gradiente-col__content .person--text {
        margin-left: 1rem;
    }
}
.cta-section--form--v2 .gradiente-col__content .person--text .h5,
.cta-section--form--v2 .gradiente-col__content .person--text h5 {
    font-size: 1.75rem;
}
.cta-section--form--v2 .gradiente-col__content .person figure {
    display: contents;
}
.cta-section--form--v2 .gradiente-col__content .person img {
    height: 205px;
    width: 205px;
}
@media (max-width: 1918.98px) {
    .cta-section--form--v2 .gradiente-col__content .person img {
        height: 190px;
        width: 190px;
    }
}
@media (max-width: 598.98px) {
    .cta-section--form--v2 .gradiente-col__content .person img {
        height: 136px;
        width: 136px;
    }
}
.cta-section--form--v2 .gradiente-col__content .person a.linkedin {
    background: url(/mind-supernova/assets/images/icons/linkedin-g.svg);
    background-size: cover;
    display: block;
    height: 2rem;
    left: -11rem;
    mix-blend-mode: multiply;
    position: relative;
    top: 0.5rem;
    width: 2rem;
}
@media (max-width: 1918.98px) {
    .cta-section--form--v2 .gradiente-col__content .person a.linkedin {
        left: -13rem;
    }
}
@media (max-width: 903.98px) {
    .cta-section--form--v2 .gradiente-col__content .person a.linkedin {
        left: -15.3rem;
    }
}
@media (max-width: 598.98px) {
    .cta-section--form--v2 .gradiente-col__content .person a.linkedin {
        left: -11rem;
    }
}
.cta-section--form--v2 .form-col {
    background-color: #1a1a1a;
    border-bottom-right-radius: 1rem;
    border-top-right-radius: 1rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
    padding-top: 3rem;
}
@media (max-width: 1238.98px) {
    .cta-section--form--v2 .form-col {
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
        border-top-right-radius: 0;
    }
}
.cta-section--form--v2 .form-col__content {
    width: 92%;
}
.cta-section--form--v3 .row {
    background: linear-gradient(127.22deg, #361559 28.42%, #0f061a 69.76%);
    border-radius: 1rem;
    min-height: 288px;
}
.cta-section--form--v3 .row .text-col {
    padding-left: 5rem;
    padding-top: 48px;
}
@media (max-width: 1438.98px) {
    .cta-section--form--v3 .row .text-col {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}
.cta-section--form--v3 .row .text-col__content .h3,
.cta-section--form--v3 .row .text-col__content h3 {
    margin-bottom: 2.5rem;
}
.cta-section--form--v3 .row .text-col__content .h5,
.cta-section--form--v3 .row .text-col__content h5 {
    font-size: 1.75rem;
}
.cta-section--form--v3 .row .form-col {
    padding-bottom: 2rem;
    padding-right: 2.5rem;
    padding-top: 4rem;
}
@media (max-width: 1438.98px) {
    .cta-section--form--v3 .row .form-col {
        padding-left: 2.5rem;
    }
}
@media (max-width: 1238.98px) {
    .cta-section .container-video-left .video-content .background-image {
        border-bottom-left-radius: 0;
        border-top-right-radius: 1rem;
    }
}
.cta-section .container-video-left .h2,
.cta-section .container-video-left h2 {
    font-size: 3rem;
    margin-bottom: 2.2rem;
    padding-bottom: 0;
}
@media (max-width: 1918.98px) {
    .cta-section .container-video-left .h2,
    .cta-section .container-video-left h2 {
        font-size: 2.205rem;
    }
}
@media (max-width: 598.98px) {
    .cta-section .container-video-left .h2,
    .cta-section .container-video-left h2 {
        font-size: 2.01rem;
    }
}
@media (max-width: 1238.98px) {
    .cta-section .container-video-right .video-content .background-image {
        border-bottom-right-radius: 0;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }
}
.cta-section .container-video-right .h2,
.cta-section .container-video-right h2 {
    font-size: 3rem;
    margin-bottom: 2.2rem;
    padding-bottom: 0;
}
@media (max-width: 1918.98px) {
    .cta-section .container-video-right .h2,
    .cta-section .container-video-right h2 {
        font-size: 2.205rem;
    }
}
@media (max-width: 598.98px) {
    .cta-section .container-video-right .h2,
    .cta-section .container-video-right h2 {
        font-size: 2.01rem;
    }
}
@media (max-width: 1238.98px) {
    .cta-section .video-content {
        min-height: 320px;
    }
}
@media (max-width: 598.98px) {
    .cta-section .video-content {
        min-height: 280px;
    }
}
.cta-section .video-content .h2,
.cta-section .video-content h2 {
    font-size: 3rem;
    margin-bottom: 2.2rem;
}
@media (max-width: 1918.98px) {
    .cta-section .video-content .h2,
    .cta-section .video-content h2 {
        font-size: 2.205rem;
    }
}
@media (max-width: 598.98px) {
    .cta-section .video-content .h2,
    .cta-section .video-content h2 {
        font-size: 2.01rem;
    }
}
.bd-white .cta-section--image-btn__content .h2,
.bd-white .cta-section--image-btn__content h2 {
    color: #fff;
    font-size: 3rem;
    margin-bottom: 2.2rem;
}
@media (max-width: 1918.98px) {
    .bd-white .cta-section--image-btn__content .h2,
    .bd-white .cta-section--image-btn__content h2 {
        font-size: 2.205rem;
    }
}
@media (max-width: 598.98px) {
    .bd-white .cta-section--image-btn__content .h2,
    .bd-white .cta-section--image-btn__content h2 {
        font-size: 2.01rem;
    }
}
.bd-white .cta-section--form--v1 .form-col {
    background-color: #5f249f;
}
.bd-white .cta-section--form--v1 .form-col__content .h2,
.bd-white .cta-section--form--v1 .form-col__content h2,
.bd-white .cta-section--form--v1 .form-col__content label,
.bd-white .cta-section--form--v1 .form-col__content p {
    color: #fff;
}
.bd-white .cta-section--form--v1 .form-col__content .h2,
.bd-white .cta-section--form--v1 .form-col__content h2 {
    font-size: 3rem;
    margin-bottom: 2.2rem;
}
@media (max-width: 1918.98px) {
    .bd-white .cta-section--form--v1 .form-col__content .h2,
    .bd-white .cta-section--form--v1 .form-col__content h2 {
        font-size: 2.205rem;
    }
}
@media (max-width: 598.98px) {
    .bd-white .cta-section--form--v1 .form-col__content .h2,
    .bd-white .cta-section--form--v1 .form-col__content h2 {
        font-size: 2.01rem;
    }
}
.bd-white .cta-section--form--v2 .gradiente-col {
    background: linear-gradient(
            130deg,
            rgba(26, 6, 54, 0.8) 7%,
            rgba(58, 54, 69, 0) 81.44%
        ),
        linear-gradient(150.23deg, #1a0636 1%, #b37591 99.6%), #fff;
}
.bd-white .cta-section--form--v2 .gradiente-col__content .h3,
.bd-white .cta-section--form--v2 .gradiente-col__content h3 {
    color: #fff;
    font-size: 3rem;
    margin-bottom: 2.2rem;
}
@media (max-width: 1918.98px) {
    .bd-white .cta-section--form--v2 .gradiente-col__content .h3,
    .bd-white .cta-section--form--v2 .gradiente-col__content h3 {
        font-size: 2.205rem;
    }
}
@media (max-width: 598.98px) {
    .bd-white .cta-section--form--v2 .gradiente-col__content .h3,
    .bd-white .cta-section--form--v2 .gradiente-col__content h3 {
        font-size: 2.01rem;
    }
}
.bd-white .cta-section--form--v2 .gradiente-col__content .person--text .h5,
.bd-white .cta-section--form--v2 .gradiente-col__content .person--text h5,
.bd-white .cta-section--form--v2 .gradiente-col__content .person--text p {
    color: #fff;
}
.bd-white .cta-section--form--v2 .form-col {
    background-color: #5f249f;
}
.bd-white .cta-section--form--v2 .form-col__content .h2,
.bd-white .cta-section--form--v2 .form-col__content h2,
.bd-white .cta-section--form--v2 .form-col__content label,
.bd-white .cta-section--form--v2 .form-col__content p {
    color: #fff;
}
.bd-white .cta-section--form--v2 .form-col__content .h2,
.bd-white .cta-section--form--v2 .form-col__content h2 {
    font-size: 3rem;
    margin-bottom: 2.2rem;
}
@media (max-width: 1918.98px) {
    .bd-white .cta-section--form--v2 .form-col__content .h2,
    .bd-white .cta-section--form--v2 .form-col__content h2 {
        font-size: 2.205rem;
    }
}
@media (max-width: 598.98px) {
    .bd-white .cta-section--form--v2 .form-col__content .h2,
    .bd-white .cta-section--form--v2 .form-col__content h2 {
        font-size: 2.01rem;
    }
}
.bd-white .cta-section--form--v3 .row {
    background: linear-gradient(
            130deg,
            rgba(26, 6, 54, 0.8) 7%,
            rgba(58, 54, 69, 0) 81.44%
        ),
        linear-gradient(150.23deg, #1a0636 1%, #b37591 99.6%), #fff;
}
.bd-white .cta-section--form--v3 .row .text-col__content .h3,
.bd-white .cta-section--form--v3 .row .text-col__content .h5,
.bd-white .cta-section--form--v3 .row .text-col__content h3,
.bd-white .cta-section--form--v3 .row .text-col__content h5 {
    color: #fff;
}
.bd-white .cta-section--form--v3 .row .text-col__content .h2,
.bd-white .cta-section--form--v3 .row .text-col__content h2 {
    font-size: 3rem;
    margin-bottom: 2.2rem;
}
@media (max-width: 1918.98px) {
    .bd-white .cta-section--form--v3 .row .text-col__content .h2,
    .bd-white .cta-section--form--v3 .row .text-col__content h2 {
        font-size: 2.205rem;
    }
}
@media (max-width: 598.98px) {
    .bd-white .cta-section--form--v3 .row .text-col__content .h2,
    .bd-white .cta-section--form--v3 .row .text-col__content h2 {
        font-size: 2.01rem;
    }
}
.bd-white .cta-section--form--v3 .row .form-col__content label {
    color: #fff;
}
.bd-white .container-video-left .row > div:last-child > div,
.bd-white .container-video-right .row > div:first-child > div {
    background: linear-gradient(
            130deg,
            rgba(26, 6, 54, 0.8) 7%,
            rgba(58, 54, 69, 0) 81.44%
        ),
        linear-gradient(150.23deg, #1a0636 1%, #b37591 99.6%), #fff;
}
.video-content .background-image {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.container-video-left .background-image {
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
}
.container-video-right .background-image {
    border-bottom-right-radius: 1rem;
    border-top-right-radius: 1rem;
}
.cta-banner-section {
    min-height: 232px;
    position: relative;
}
.cta-banner-section:hover .cta-banner-section__content .btn-text {
    box-shadow: none;
    color: #00a3e1;
}
.cta-banner-section:hover
    .cta-banner-section__content
    .btn-icon
    .text-container
    .arr-offering
    .two {
    left: 10px;
    opacity: 1;
}
.cta-banner-section:hover
    .cta-banner-section__content
    .btn-icon
    .text-container
    .arr-offering
    .three {
    left: 20px;
    opacity: 1;
}
@media (min-width: 904px) {
    .cta-banner-section .row .col-md-6:first-child {
        padding-right: 0;
    }
    .cta-banner-section .row .col-md-6:nth-child(2) {
        padding-left: 0;
    }
}
.cta-banner-section__content {
    background-color: #f3f5ff;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    padding: 24px 2rem 32px;
}
@media (min-width: 904px) {
    .cta-banner-section__content {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
}
.cta-banner-section__content a {
    color: #000;
    text-decoration: none;
}
.cta-banner-section__content .cta-banner-text,
.cta-banner-section__content .h5,
.cta-banner-section__content h5 {
    font-weight: 700;
    margin-bottom: 24px;
    margin-top: 24px;
}
.cta-banner-section__content .btn {
    padding: 0;
}
.cta-banner-section__content .tag {
    border: 1px solid #5f249f;
    border-radius: 1rem;
    padding: 0.5rem;
    width: max-content;
}
.cta-banner-section__content .tag p {
    color: #5f249f;
    margin: 0;
}
.cta-banner-section__image {
    height: 100%;
    position: relative;
}
.cta-banner-section__image figure {
    margin: 0;
}
.cta-banner-section__image img {
    border-bottom-right-radius: 1rem;
    border-top-right-radius: 1rem;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.division-line {
    border: 1px solid #bfbfbf;
}
.image-container {
    height: 336px;
    opacity: 0.5;
}
.image-container__banner {
    height: 353px;
    margin-left: 30%;
    margin-top: -382px;
    width: 70%;
}
.prefix .page-link {
    background-color: #fff;
    border: 0 solid #dee2e6;
    color: #000;
    display: block;
    position: relative;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .prefix .page-link {
        transition: none;
    }
}
.prefix .page-link:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #4c1d7f;
    z-index: 2;
}
.prefix .page-link:focus {
    background-color: #e9ecef;
    box-shadow: 0 0 0 0.25rem rgba(95, 36, 159, 0.25);
    color: #4c1d7f;
    outline: 0;
    z-index: 3;
}
.prefix .page-item:not(:first-child) .page-link {
    margin-left: -1px;
}
.prefix .page-item.active .page-link {
    background-color: #f8f2ff;
    border-bottom: 1px solid;
    border-color: #5f249f;
    color: #000;
    z-index: 3;
}
.prefix .page-item.disabled .page-link {
    background-color: #fff;
    border-color: #dee2e6;
    color: #6c757d;
    pointer-events: none;
}
.body-content__title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
}
.body-content__teaser {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}
.news-head {
    margin-bottom: 100px;
    margin-left: 41px;
    margin-top: 185px;
    position: relative;
}
.news-head .h1,
.news-head h1 {
    align-self: stretch;
    color: #fff;
    flex: none;
    flex-grow: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    order: 0;
}
.news-head p {
    font-size: 20px;
}
.news-list {
    margin-bottom: 3.5rem;
    margin-top: 3.5rem;
}
.news-list .date-col p {
    color: gray;
    font-size: 16px;
}
@media (max-width: 903.98px) {
    .news-list__content .body-content p,
    .news-list__content .date-col p {
        font-size: 16px !important;
    }
}
.scrollspy-list .list-group-item {
    border: none;
    color: #000;
    height: 40px;
    padding-left: 1.5rem;
    vertical-align: middle;
}
.scrollspy-list .list-group-item.active {
    background-color: inherit;
    border-left: 4px solid #5f249f;
    color: #000;
    font-weight: 700;
    margin-left: -1px;
}
.container-hero-purple-any-height {
    color: #fff;
    display: flex;
    height: auto;
    min-height: 50vh;
    overflow: hidden;
    position: relative;
    width: 100%;
}
@media (min-width: 904px) {
    .container-hero-purple-any-height {
        min-height: 60vh;
    }
}
@media (min-width: 1239px) {
    .container-hero-purple-any-height {
        min-height: 70vh;
    }
}
@media (min-width: 1919px) {
    .container-hero-purple-any-height {
        min-height: 85vh;
    }
}
.container-hero-purple-any-height .container .hero-title {
    padding-bottom: 4.25rem;
    padding-top: 10.5rem;
}
.container-hero-purple-any-height .container .hero-title .h1,
.container-hero-purple-any-height .container .hero-title h1 {
    font-size: 1.75rem;
    padding-bottom: 1rem;
}
@media (min-width: 904px) {
    .container-hero-purple-any-height .container .hero-title .h1,
    .container-hero-purple-any-height .container .hero-title h1 {
        font-size: 2rem;
    }
}
@media (min-width: 1919px) {
    .container-hero-purple-any-height .container .hero-title .h1,
    .container-hero-purple-any-height .container .hero-title h1 {
        font-size: 2.25rem;
    }
}
.container-hero-purple-any-height .container .hero-title p {
    font-size: 0.875rem;
}
@media (min-width: 904px) {
    .container-hero-purple-any-height .container .hero-title p {
        font-size: 1rem;
    }
}
@media (min-width: 1919px) {
    .container-hero-purple-any-height .container .hero-title p {
        font-size: 1.25rem;
    }
}
.container-hero-purple-any-height .container .hero-image figure img {
    height: 13.375rem;
    margin-bottom: 2.5rem;
    object-fit: cover;
    width: 100%;
}
@media (min-width: 1239px) {
    .container-hero-purple-any-height .container .hero-image figure img {
        height: 20rem;
    }
}
.container-why-mind-supernova {
    background: linear-gradient(
            100.51deg,
            rgba(15, 18, 40, 0.8) 27.73%,
            rgba(58, 54, 69, 0) 81.44%
        ),
        linear-gradient(150.23deg, #2a024f 29.89%, #812e2b 99.6%), #fff;
    border-radius: 0.7rem;
    display: flex;
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding: 5rem 7.5rem;
}
@media (min-width: 599px) and (max-width: 1238.98px) {
    .container-why-mind-supernova {
        padding: 2rem;
    }
}
@media (max-width: 1238.98px) {
    .container-why-mind-supernova {
        background: #000;
        border-radius: 0;
        display: block;
        padding: 1.5rem;
    }
}
.container-why-mind-supernova .title {
    padding-right: 4.5rem;
    width: 40%;
}
@media (max-width: 1238.98px) {
    .container-why-mind-supernova .title {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        width: 100%;
    }
}
.container-why-mind-supernova .title .h2,
.container-why-mind-supernova .title h2 {
    font-size: 3.5rem;
    font-weight: 700;
    padding-bottom: 5rem;
}
@media (max-width: 1918.98px) {
    .container-why-mind-supernova .title .h2,
    .container-why-mind-supernova .title h2 {
        font-size: 2.625rem;
    }
}
@media (max-width: 903.98px) {
    .container-why-mind-supernova .title .h2,
    .container-why-mind-supernova .title h2 {
        font-size: 2.415rem;
    }
}
@media (min-width: 599px) and (max-width: 1238.98px) {
    .container-why-mind-supernova .title .h2,
    .container-why-mind-supernova .title h2 {
        padding-bottom: 2rem;
    }
}
@media (max-width: 1238.98px) {
    .container-why-mind-supernova .title .h2,
    .container-why-mind-supernova .title h2 {
        padding-bottom: 1.5rem;
    }
}
.container-why-mind-supernova .title p {
    font-size: 1.75rem;
    line-height: 1.3;
    padding-bottom: 1.5rem;
}
@media (max-width: 1918.98px) {
    .container-why-mind-supernova .title p {
        font-size: 1.4rem;
    }
}
@media (max-width: 1438.98px) {
    .container-why-mind-supernova .title p {
        font-size: 1.225rem;
    }
}
@media (max-width: 1238.98px) {
    .container-why-mind-supernova .title p {
        font-size: 1.3125rem;
    }
    .container-why-mind-supernova .title .why-info {
        display: none;
    }
}
@media (min-width: 599px) and (max-width: 1238.98px) {
    .container-why-mind-supernova .title {
        padding-right: 1.5rem;
    }
}
.container-why-mind-supernova .row {
    width: 60%;
}
@media (max-width: 1238.98px) {
    .container-why-mind-supernova .row {
        background: linear-gradient(
                100.51deg,
                rgba(15, 18, 40, 0.8) 27.73%,
                rgba(58, 54, 69, 0) 81.44%
            ),
            linear-gradient(150.23deg, #2a024f 29.89%, #812e2b 99.6%), #fff;
        border-radius: 0.7rem;
        width: 100%;
    }
}
.container-why-mind-supernova .row .col {
    cursor: pointer;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (max-width: 1238.98px) {
    .container-why-mind-supernova .row .col:first-child div {
        border: none !important;
    }
}
.container-why-mind-supernova .row .col div {
    border-top: 1px solid #fff;
    min-height: 200px;
    padding: 1.5rem;
}
@media (max-width: 1238.98px) {
    .container-why-mind-supernova .row .col div {
        min-height: 0;
        padding-bottom: 0;
    }
}
.container-why-mind-supernova .row .col div .h3,
.container-why-mind-supernova .row .col div .h5,
.container-why-mind-supernova .row .col div h3,
.container-why-mind-supernova .row .col div h5 {
    font-size: 1.75rem;
    font-weight: 700;
}
@media (max-width: 1918.98px) {
    .container-why-mind-supernova .row .col div .h3,
    .container-why-mind-supernova .row .col div .h5,
    .container-why-mind-supernova .row .col div h3,
    .container-why-mind-supernova .row .col div h5 {
        font-size: 1.4rem;
    }
}
@media (max-width: 1438.98px) {
    .container-why-mind-supernova .row .col div .h3,
    .container-why-mind-supernova .row .col div .h5,
    .container-why-mind-supernova .row .col div h3,
    .container-why-mind-supernova .row .col div h5 {
        font-size: 1.225rem;
    }
}
@media (max-width: 1238.98px) {
    .container-why-mind-supernova .row .col div .h3,
    .container-why-mind-supernova .row .col div .h5,
    .container-why-mind-supernova .row .col div h3,
    .container-why-mind-supernova .row .col div h5 {
        font-size: 1.3125rem;
        padding-bottom: 1.5rem;
    }
}
.container-why-mind-supernova .row .col div ol,
.container-why-mind-supernova .row .col div p,
.container-why-mind-supernova .row .col div ul {
    display: none;
}
@media (max-width: 1238.98px) {
    .container-why-mind-supernova .row .col div ol,
    .container-why-mind-supernova .row .col div p,
    .container-why-mind-supernova .row .col div ul {
        display: block;
        font-size: 1.25rem;
        line-height: 1.3;
        margin-bottom: 0;
    }
}
@media (max-width: 1238.98px) and (max-width: 1438.98px) {
    .container-why-mind-supernova .row .col div ol,
    .container-why-mind-supernova .row .col div p,
    .container-why-mind-supernova .row .col div ul {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) and (max-width: 1238.98px) {
    .container-why-mind-supernova .row .col div ol,
    .container-why-mind-supernova .row .col div p,
    .container-why-mind-supernova .row .col div ul {
        font-size: 1.25rem;
    }
}
@media (min-width: 1239px) {
    .container-why-mind-supernova .row .col div:hover {
        background: linear-gradient(
            111.36deg,
            rgba(86, 8, 139, 0.6) 29.15%,
            rgba(173, 71, 151, 0.06) 108.07%
        );
        border: none;
    }
}
.container-why-mind-supernova .row > * {
    flex: 0 0 auto;
    width: 50%;
}
@media (max-width: 1238.98px) {
    .container-why-mind-supernova .row > * {
        flex: 0 0 auto;
        width: 100%;
    }
}
.why-mind-supernova-two-columns {
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.why-mind-supernova-two-columns .title {
    text-align: center;
}
@media (min-width: 904px) {
    .why-mind-supernova-two-columns .row .col-md-6:first-child {
        padding-right: 0.65rem;
    }
    .why-mind-supernova-two-columns .row .col-md-6:nth-child(2) {
        padding-left: 0.65rem;
    }
}
@media (max-width: 903.98px) {
    .why-mind-supernova-two-columns .row .col-md-6:first-child .column {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .why-mind-supernova-two-columns .row .col-md-6:nth-child(2) .column {
        background: linear-gradient(180deg, #361559, #361559);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.why-mind-supernova-two-columns__content {
    margin-top: 2.2rem;
}
.why-mind-supernova-two-columns__content .column {
    background: linear-gradient(180deg, #000, #361559);
    border-radius: 14px;
    margin: 0 auto;
    padding: 1px 32px 24px;
    width: 100%;
}
@media (max-width: 903.98px) {
    .why-mind-supernova-two-columns__content .column {
        margin-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.why-mind-supernova-two-columns__content .item {
    margin-top: 1.8rem;
}
@media (max-width: 903.98px) {
    .why-mind-supernova-two-columns__content .item {
        height: auto !important;
    }
}
.why-mind-supernova-two-columns__content .item__title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.3rem;
}
.why-mind-supernova-two-columns__content .item__title .h5,
.why-mind-supernova-two-columns__content .item__title .item-title,
.why-mind-supernova-two-columns__content .item__title h5 {
    font-size: 1.3rem;
    margin-bottom: 0;
}
.why-mind-supernova-two-columns__content .item__title img {
    height: 1.3rem;
    margin-right: 20px;
    width: 1.3rem;
}
.why-mind-supernova-two-columns__content .item__border-top {
    border-bottom: 1px solid #000;
    height: 1px;
    margin-left: 48px;
}
.why-mind-supernova-two-columns__content .item__text {
    margin-left: 36px;
    margin-top: 0.9rem;
}
@media (min-width: 1239px) {
    .why-mind-supernova-two-columns__content .item__text {
        margin-left: 39px;
    }
}
@media (min-width: 1919px) {
    .why-mind-supernova-two-columns__content .item__text {
        margin-left: 44px;
    }
}
.why-mind-supernova-two-columns__content .item__text p {
    font-size: 1.1rem;
    margin-bottom: 0;
}
@media (max-width: 598.98px) {
    .container-key-points {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.container-key-points .h2,
.container-key-points h2 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    text-align: center;
}
@media (max-width: 1918.98px) {
    .container-key-points .h2,
    .container-key-points h2 {
        font-size: 2.625rem;
    }
}
@media (max-width: 903.98px) {
    .container-key-points .h2,
    .container-key-points h2 {
        font-size: 2.415rem;
    }
}
@media (min-width: 599px) and (max-width: 1238.98px) {
    .container-key-points .row > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .container-key-points .row .col {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media (max-width: 598.98px) {
    .container-key-points .row > * {
        flex: 0 0 auto;
        width: 100%;
    }
}
.container-key-points
    .row
    .col[data-aos="vertical-line-animation"].aos-animate:before {
    animation: move 3s 1;
    animation-fill-mode: forwards;
    background-color: #5f249f;
    bottom: 0;
    content: "";
    height: 100%;
    left: -1px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}
.container-key-points .row .col {
    border-left: 1px solid #fff;
    margin-bottom: 2.5rem;
    overflow-y: clip;
    padding: 2rem 2.5rem;
    position: relative;
}
.container-key-points .row .col .h2,
.container-key-points .row .col .item-numbers,
.container-key-points .row .col h2 {
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 0.5rem;
    padding-top: 1rem;
    text-align: start;
}
.container-key-points .row .col .h3,
.container-key-points .row .col .h5,
.container-key-points .row .col .item-title,
.container-key-points .row .col h3,
.container-key-points .row .col h5 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 2.5rem;
}
@media (max-width: 1918.98px) {
    .container-key-points .row .col .h3,
    .container-key-points .row .col .h5,
    .container-key-points .row .col .item-title,
    .container-key-points .row .col h3,
    .container-key-points .row .col h5 {
        font-size: 1.7rem;
    }
}
@media (max-width: 1238.98px) {
    .container-key-points .row .col .h3,
    .container-key-points .row .col .h5,
    .container-key-points .row .col .item-title,
    .container-key-points .row .col h3,
    .container-key-points .row .col h5 {
        font-size: 1.6rem;
    }
}
@media (min-width: 599px) {
    .container-key-points .row .col .h3,
    .container-key-points .row .col .h5,
    .container-key-points .row .col .item-title,
    .container-key-points .row .col h3,
    .container-key-points .row .col h5 {
        min-height: 8rem;
        padding-bottom: 0;
    }
}
@media (min-width: 904px) {
    .container-key-points .row .col .h3,
    .container-key-points .row .col .h5,
    .container-key-points .row .col .item-title,
    .container-key-points .row .col h3,
    .container-key-points .row .col h5 {
        min-height: 7rem;
    }
}
.container-key-points .row .col p:not(.item-numbers, .item-title) {
    font-size: 1.25rem;
    line-height: 1.3;
    margin: 0;
    padding: 1.5rem 1px 1rem;
}
@media (max-width: 1438.98px) {
    .container-key-points .row .col p:not(.item-numbers, .item-title) {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .container-key-points .row .col p:not(.item-numbers, .item-title) {
        font-size: 1.25rem;
    }
}
@media (min-width: 599px) {
    .container-key-points .row .col.with-h5 p {
        padding-top: 0;
    }
}
@media (min-width: 1439px) {
    .container-key-points .row .col.key-items-2 .h3,
    .container-key-points .row .col.key-items-2 .h5,
    .container-key-points .row .col.key-items-2 .item-title,
    .container-key-points .row .col.key-items-2 h3,
    .container-key-points .row .col.key-items-2 h5 {
        min-height: 6.5rem;
    }
}
@media (min-width: 1239px) {
    .container-key-points .row .col.key-items-3 .h3,
    .container-key-points .row .col.key-items-3 .h5,
    .container-key-points .row .col.key-items-3 .item-title,
    .container-key-points .row .col.key-items-3 h3,
    .container-key-points .row .col.key-items-3 h5 {
        min-height: 7.5rem;
    }
}
@media (min-width: 1919px) {
    .container-key-points .row .col.key-items-3 .h3,
    .container-key-points .row .col.key-items-3 .h5,
    .container-key-points .row .col.key-items-3 .item-title,
    .container-key-points .row .col.key-items-3 h3,
    .container-key-points .row .col.key-items-3 h5 {
        min-height: 6.5rem;
    }
}
@media (min-width: 1239px) {
    .container-key-points .row .col.key-items-4 .h3,
    .container-key-points .row .col.key-items-4 .h5,
    .container-key-points .row .col.key-items-4 .item-title,
    .container-key-points .row .col.key-items-4 h3,
    .container-key-points .row .col.key-items-4 h5 {
        min-height: 9rem;
    }
}
@media (min-width: 1439px) {
    .container-key-points .row .col.key-items-4 .h3,
    .container-key-points .row .col.key-items-4 .h5,
    .container-key-points .row .col.key-items-4 .item-title,
    .container-key-points .row .col.key-items-4 h3,
    .container-key-points .row .col.key-items-4 h5 {
        min-height: 8rem;
    }
}
@media (min-width: 1919px) {
    .container-key-points .row .col.key-items-4 .h3,
    .container-key-points .row .col.key-items-4 .h5,
    .container-key-points .row .col.key-items-4 .item-title,
    .container-key-points .row .col.key-items-4 h3,
    .container-key-points .row .col.key-items-4 h5 {
        min-height: 7.5rem;
    }
}
@media (min-width: 1239px) {
    .container-key-points .row .col.key-items-5 .h3,
    .container-key-points .row .col.key-items-5 .h5,
    .container-key-points .row .col.key-items-5 .item-title,
    .container-key-points .row .col.key-items-5 h3,
    .container-key-points .row .col.key-items-5 h5 {
        min-height: 10rem;
    }
}
@media (min-width: 1439px) {
    .container-key-points .row .col.key-items-5 .h3,
    .container-key-points .row .col.key-items-5 .h5,
    .container-key-points .row .col.key-items-5 .item-title,
    .container-key-points .row .col.key-items-5 h3,
    .container-key-points .row .col.key-items-5 h5 {
        min-height: 9rem;
    }
}
@media (min-width: 1919px) {
    .container-key-points .row .col.key-items-5 .h3,
    .container-key-points .row .col.key-items-5 .h5,
    .container-key-points .row .col.key-items-5 .item-title,
    .container-key-points .row .col.key-items-5 h3,
    .container-key-points .row .col.key-items-5 h5 {
        min-height: 8rem;
    }
}
.container-how-we-help {
    background: #000;
}
.container-how-we-help .h2,
.container-how-we-help h2 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    padding: 1rem;
    text-align: center;
}
@media (max-width: 1918.98px) {
    .container-how-we-help .h2,
    .container-how-we-help h2 {
        font-size: 2.625rem;
    }
}
@media (max-width: 903.98px) {
    .container-how-we-help .h2,
    .container-how-we-help h2 {
        font-size: 2.415rem;
    }
}
.container-how-we-help .row .col {
    color: inherit;
    margin-bottom: 1.5rem;
    text-decoration: none;
}
.container-how-we-help .row .col div {
    background: #1a1a1a;
    border-radius: 0.7rem;
    height: 100%;
    padding: 2rem 2.5rem 2.5rem;
}
@media (min-width: 599px) and (max-width: 1238.98px) {
    .container-how-we-help .row .col div {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.container-how-we-help .row .col div .h3,
.container-how-we-help .row .col div .h4,
.container-how-we-help .row .col div figure,
.container-how-we-help .row .col div h3,
.container-how-we-help .row .col div h4,
.container-how-we-help .row .col div p,
.container-how-we-help .row .col div picture {
    text-align: center;
}
.container-how-we-help .row .col div figure,
.container-how-we-help .row .col div picture {
    display: block;
    padding-bottom: 0.5rem;
    padding-top: 1rem;
    transform: translateY(2.5rem);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.container-how-we-help .row .col div figure img,
.container-how-we-help .row .col div picture img {
    max-width: 50%;
}
.container-how-we-help .row .col div .h3,
.container-how-we-help .row .col div .h4,
.container-how-we-help .row .col div h3,
.container-how-we-help .row .col div h4 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 1.5rem;
    padding-bottom: 2rem;
    padding-top: 1rem;
    transform: translateY(5.5rem);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1918.98px) {
    .container-how-we-help .row .col div .h3,
    .container-how-we-help .row .col div .h4,
    .container-how-we-help .row .col div h3,
    .container-how-we-help .row .col div h4 {
        font-size: 2.0025rem;
    }
}
.container-how-we-help .row .col div p {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 1rem;
    margin-top: 1rem;
    opacity: 0;
    padding: 1px;
    transform: translateY(2rem);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1438.98px) {
    .container-how-we-help .row .col div p {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .container-how-we-help .row .col div p {
        font-size: 1.25rem;
    }
}
.container-how-we-help .row .col:hover div {
    background: linear-gradient(
            100.51deg,
            rgba(15, 18, 40, 0.8) 27.73%,
            rgba(58, 54, 69, 0) 81.44%
        ),
        linear-gradient(150.23deg, #48078b 29.89%, #daa391 99.6%), #fff;
    height: 100%;
    padding-bottom: 2.5rem;
    padding-top: 2rem;
}
.container-how-we-help .row .col:hover div figure,
.container-how-we-help .row .col:hover div picture {
    transform: translateY(0);
}
.container-how-we-help .row .col:hover div .h3,
.container-how-we-help .row .col:hover div .h4,
.container-how-we-help .row .col:hover div h3,
.container-how-we-help .row .col:hover div h4 {
    padding-bottom: 2rem;
    padding-top: 2rem;
    transform: translateY(0);
}
.container-how-we-help .row .col:hover div p {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
@media (min-width: 599px) and (max-width: 903.98px) {
    .container-how-we-help .row > * {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (max-width: 598.98px) {
    .container-how-we-help .row > * {
        flex: 0 0 auto;
        width: 100%;
    }
}
.container-partnership,
.container-partnership-alt {
    background-color: #000;
    background-image: url(/mind-supernova/assets/images/partnership_bg.svg);
    background-size: cover;
    color: #fff;
    margin-bottom: 5rem;
    margin-top: 5rem;
    padding: 1rem 7.5rem;
}
@media (max-width: 1238.98px) {
    .container-partnership,
    .container-partnership-alt {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media (max-width: 598.98px) {
    .container-partnership,
    .container-partnership-alt {
        background: none;
    }
}
.container-partnership .title div p,
.container-partnership-alt .title div p {
    font-size: 1.25rem;
    line-height: 1.3;
    padding: 1px;
}
@media (max-width: 1438.98px) {
    .container-partnership .title div p,
    .container-partnership-alt .title div p {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .container-partnership .title div p,
    .container-partnership-alt .title div p {
        font-size: 1.25rem;
    }
}
.container-partnership .row .col,
.container-partnership-alt .row .col {
    font-size: 1rem;
    line-height: 1.3;
    padding: 0;
    text-align: center;
}
.container-partnership .row .col a,
.container-partnership-alt .row .col a {
    color: inherit;
    text-decoration: none;
}
.container-partnership .row .col a div,
.container-partnership-alt .row .col a div {
    padding: 2rem 0.5rem;
}
.container-partnership .row .col a div .h5,
.container-partnership .row .col a div h5,
.container-partnership-alt .row .col a div .h5,
.container-partnership-alt .row .col a div h5 {
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
@media (max-width: 1918.98px) {
    .container-partnership .row .col a div .h5,
    .container-partnership .row .col a div h5,
    .container-partnership-alt .row .col a div .h5,
    .container-partnership-alt .row .col a div h5 {
        font-size: 1.7rem;
    }
}
@media (max-width: 1238.98px) {
    .container-partnership .row .col a div .h5,
    .container-partnership .row .col a div h5,
    .container-partnership-alt .row .col a div .h5,
    .container-partnership-alt .row .col a div h5 {
        font-size: 1.6rem;
    }
}
.container-partnership .row .col a div .h5:after,
.container-partnership .row .col a div h5:after,
.container-partnership-alt .row .col a div .h5:after,
.container-partnership-alt .row .col a div h5:after {
    background: url(/mind-supernova/assets/images/arrow-right_w-hover.svg);
    content: "";
    display: inline-block;
    height: 26px;
    margin-left: 2px;
    transition: width 0.3s ease;
    vertical-align: middle;
    width: 0;
}
.container-partnership .row .col a div p,
.container-partnership-alt .row .col a div p {
    font-size: 1rem;
    margin-bottom: 0;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    position: relative;
}
.container-partnership .row .col a div p:after,
.container-partnership-alt .row .col a div p:after {
    background-color: #5f249f;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: 1s ease;
    width: 0;
}
.container-partnership .row .col a:hover .h5:after,
.container-partnership .row .col a:hover h5:after,
.container-partnership-alt .row .col a:hover .h5:after,
.container-partnership-alt .row .col a:hover h5:after {
    background: url(/mind-supernova/assets/images/arrow-right_w-hover.svg);
    width: 50px;
}
.container-partnership .row .col a:hover p:after,
.container-partnership-alt .row .col a:hover p:after {
    width: 100%;
}
.container-partnership .row .col {
    border: 1px solid #fff;
}
.container-partnership .row,
.container-partnership .title {
    margin-bottom: 0.5rem;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
}
@media (max-width: 598.98px) {
    .container-partnership .row,
    .container-partnership .title {
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }
}
.container-partnership .title {
    align-items: center;
    display: flex;
}
@media (max-width: 903.98px) {
    .container-partnership .title {
        display: block;
        text-align: center;
    }
}
.container-partnership .title .h2,
.container-partnership .title h2 {
    font-size: 3.5rem;
    padding: 1px;
    width: 40%;
}
@media (max-width: 1918.98px) {
    .container-partnership .title .h2,
    .container-partnership .title h2 {
        font-size: 2.625rem;
    }
}
@media (max-width: 903.98px) {
    .container-partnership .title .h2,
    .container-partnership .title h2 {
        font-size: 2.415rem;
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
        width: 100%;
    }
}
.container-partnership .title div {
    width: 60%;
}
@media (max-width: 903.98px) {
    .container-partnership .title div {
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
        width: 100%;
    }
}
.container-partnership-alt {
    display: flex;
}
@media (max-width: 903.98px) {
    .container-partnership-alt {
        display: block;
    }
}
.container-partnership-alt .row {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
}
.container-partnership-alt .row > * {
    flex: 0 0 auto;
    width: 100%;
}
.container-partnership-alt .row .col {
    border-top: 1px solid #fff;
}
.container-partnership-alt .row .col:first-child {
    border-top: none;
}
@media (max-width: 903.98px) {
    .container-partnership-alt .row .col,
    .container-partnership-alt .row .col a div {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }
}
@media (max-width: 1238.98px) {
    .container-partnership-alt .row {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.container-partnership-alt .row,
.container-partnership-alt .title {
    margin-bottom: 0.5rem;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
    width: 50%;
}
@media (max-width: 598.98px) {
    .container-partnership-alt .row,
    .container-partnership-alt .title {
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }
}
@media (max-width: 903.98px) {
    .container-partnership-alt .row,
    .container-partnership-alt .title {
        text-align: center;
        width: 100%;
    }
}
.container-partnership-alt .title .h2,
.container-partnership-alt .title div,
.container-partnership-alt .title h2 {
    padding-bottom: 2rem;
    padding-right: 5rem;
    padding-top: 2rem;
}
@media (max-width: 1238.98px) {
    .container-partnership-alt .title .h2,
    .container-partnership-alt .title div,
    .container-partnership-alt .title h2 {
        padding-right: 2rem;
    }
}
.container-partnership-alt .title .h2,
.container-partnership-alt .title h2 {
    font-size: 3rem;
}
@media (max-width: 903.98px) {
    .container-partnership-alt .title .h2,
    .container-partnership-alt .title div,
    .container-partnership-alt .title h2 {
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
        width: 100%;
    }
}
@media (min-width: 599px) and (max-width: 903.98px) {
    .container-partnership .row > * {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (max-width: 598.98px) {
    .container-partnership .row > * {
        flex: 0 0 auto;
        width: 100%;
    }
}
.container-section-icons {
    background: #000;
}
.container-section-icons .h2,
.container-section-icons h2 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    padding: 1rem;
    text-align: center;
}
@media (max-width: 1918.98px) {
    .container-section-icons .h2,
    .container-section-icons h2 {
        font-size: 2.625rem;
    }
}
@media (max-width: 903.98px) {
    .container-section-icons .h2,
    .container-section-icons h2 {
        font-size: 2.415rem;
    }
}
.container-section-icons figure {
    display: table-cell;
    height: 12rem;
    padding-bottom: 2rem;
    padding-top: 0.5rem;
    vertical-align: middle;
}
.container-section-icons figure img {
    width: 100%;
}
.container-section-icons.hogan-hybrid-cloud-services .row .col .h3,
.container-section-icons.hogan-hybrid-cloud-services .row .col h3 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
}
@media (max-width: 1918.98px) {
    .container-section-icons.hogan-hybrid-cloud-services .row .col .h3,
    .container-section-icons.hogan-hybrid-cloud-services .row .col h3 {
        font-size: 2.0025rem;
    }
}
@keyframes move {
    0% {
        transform: translate3d(0, -200%, 0);
    }
    60% {
        transform: translate3d(0, 100%, 0);
    }
    to {
        transform: translate3d(0, 100%, 0);
    }
}
.container-section-icons
    .row
    .col[data-aos="vertical-line-animation"].aos-animate:before {
    animation: move 3s 1;
    animation-fill-mode: forwards;
    background-color: #5f249f;
    bottom: 0;
    content: "";
    height: 100%;
    left: -1px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}
.container-section-icons .row .col {
    border-left: 1px solid #fff;
    margin-bottom: 2.5rem;
    overflow-y: clip;
    padding: 2rem 2.5rem;
    position: relative;
}
.container-section-icons .row .col .h3,
.container-section-icons .row .col h3 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}
.container-section-icons .row .col p {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-top: 4rem;
    padding: 1px;
}
@media (max-width: 1438.98px) {
    .container-section-icons .row .col p {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .container-section-icons .row .col p {
        font-size: 1.25rem;
    }
}
.container-section-icons .row .col .h4,
.container-section-icons .row .col h4 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
}
@media (max-width: 1918.98px) {
    .container-section-icons .row .col .h4,
    .container-section-icons .row .col h4 {
        font-size: 2.0025rem;
    }
}
@media (min-width: 599px) and (max-width: 903.98px) {
    .container-section-icons .row > * {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (min-width: 599px) and (max-width: 1238.98px) {
    .container-section-icons .row .col {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media (max-width: 598.98px) {
    .container-section-icons .row > * {
        flex: 0 0 auto;
        width: 100%;
    }
}
.client-story {
    display: flex;
}
@media (max-width: 903.98px) {
    .client-story {
        flex-direction: column;
    }
}
.client-story .h2,
.client-story h2 {
    display: none;
    margin-bottom: 16px;
}
@media (max-width: 903.98px) {
    .client-story .h2,
    .client-story h2 {
        display: block;
        text-align: center;
        width: 100%;
    }
}
.client-story .content {
    max-width: 30%;
    min-width: 30%;
}
@media (max-width: 903.98px) {
    .client-story .content {
        margin-top: 1.5rem;
        max-width: 100%;
        min-width: 100%;
        order: 2;
    }
}
.client-story .content .h2,
.client-story .content h2 {
    display: block;
    margin-bottom: 40px;
}
@media (max-width: 903.98px) {
    .client-story .content .h2,
    .client-story .content h2 {
        display: none;
    }
}
.client-story .content .content-item {
    display: none;
}
.client-story .content .content-item .content-item-header {
    font-size: 1.75rem;
    font-weight: 700;
}
@media (max-width: 903.98px) {
    .client-story .content .content-item .content-item-header {
        margin-top: 1.5rem;
    }
}
.client-story .content .content-item a {
    color: #00a3e1;
}
.client-story .tabs {
    display: flex;
    max-width: 70%;
    min-width: 70%;
    padding-left: 5rem;
}
@media (max-width: 903.98px) {
    .client-story .tabs {
        max-width: 100%;
        min-width: 100%;
        order: 1;
        padding-left: 0;
    }
}
.client-story .tabs .tab {
    border-radius: 14px;
    cursor: pointer;
    min-height: 532px;
    min-width: 1%;
    overflow: hidden;
    position: relative;
    transition: min-width 0.3s linear;
}
@media (max-width: 903.98px) {
    .client-story .tabs .tab {
        max-height: 150px;
        min-height: auto;
    }
}
.client-story .tabs .tab figure,
.client-story .tabs .tab img {
    height: 100%;
    object-fit: cover;
}
.client-story .tabs .tab:before {
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.client-story .tabs .tab:not(:last-child) {
    margin-right: 1.5rem;
}
@media (max-width: 903.98px) {
    .client-story .tabs .tab:not(:last-child) {
        margin-right: 0.5rem;
    }
}
.client-story .tabs .active {
    min-width: 73%;
}
.client-story .tabs .active figure,
.client-story .tabs .active img {
    width: 100%;
}
.client-story .tabs .active:before {
    content: none;
}
.section-team {
    background: #000;
}
.section-team .container-team {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
}
.section-team .container-team .h2,
.section-team .container-team h2 {
    color: #fff;
    margin-bottom: 2.5rem;
    text-align: center;
}
@media (max-width: 598.98px) {
    .section-team .container-team .h2,
    .section-team .container-team h2 {
        font-size: 32px;
        text-align: left;
    }
}
.section-team .container-team .tns-item .linkedin-icon {
    background: url(/mind-supernova/assets/images/icons/linkedin-g.svg);
    display: block;
    height: 36px;
    mix-blend-mode: multiply;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 36px;
}
.section-team .container-team .card {
    background-color: #1a1a1a;
    border: none;
    border-radius: 0;
    height: 100%;
    margin-bottom: 2.5rem;
    width: 260px;
}
@media (max-width: 598.98px) {
    .section-team .container-team .card {
        width: 152px;
    }
}
.section-team .container-team .card .card-body {
    background-color: #1a1a1a;
    color: #fff;
    min-height: 125px;
    padding: 1.5rem 1.5rem 1rem;
    text-align: left;
}
@media (max-width: 598.98px) {
    .section-team .container-team .card .card-body {
        padding: 1rem 0.5rem;
    }
}
.section-team .container-team .card .card-body .card-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    text-align: left;
    width: fit-content;
}
@media (max-width: 598.98px) {
    .section-team .container-team .card .card-body .card-title {
        margin-bottom: 0.5rem;
    }
}
.section-team .container-team .card .card-body .card-text {
    font-size: 0.85rem;
    transition: all 0.05s ease;
}
@media (max-width: 598.98px) {
    .section-team .container-team .tns-ovh {
        margin: 0 auto;
        width: 327px;
    }
}
.section-team .container-team .tns-inner {
    text-align: center;
}
.section-team .container-team .tns-item {
    display: inline-block;
    padding: 0 10px;
}
@media (max-width: 598.98px) {
    .section-team .container-team .tns-item {
        height: 280px;
    }
}
.section-team .container-team .tns-item a.linkedin {
    text-decoration: none;
}
.section-team .container-team .tns-item a:hover .card-title {
    text-decoration: underline;
}
.section-team .container-team .tns-item a:hover .card-text {
    font-weight: 600;
}
.section-team .container-team .tns-nav {
    margin-top: 1rem;
    text-align: center;
}
.section-team .container-team .tns-nav button {
    border: none;
    border-radius: 50%;
    height: 8px;
    margin-left: 3px;
    margin-right: 3px;
    opacity: 0.5;
    padding: 0;
    width: 8px;
}
.section-team .container-team .tns-nav button.tns-nav-active {
    opacity: 1;
}
.section-team .container-team .tns-outer {
    position: relative;
}
.section-team .container-team .tns-controls {
    position: absolute;
    right: 0;
    top: -80px;
}
.section-team .container-team .tns-controls button[data-controls="next"],
.section-team .container-team .tns-controls button[data-controls="prev"] {
    background-color: transparent;
    background-image: url(/mind-supernova/assets/images/carousel-arr.svg);
    border: none;
    font-size: 0;
    height: 48px;
    margin-bottom: 1.5rem;
    width: 48px;
}
.section-team .container-team .tns-controls button[data-controls="next"] {
    margin-left: 1rem;
    transform: rotate(180deg);
}
@media (max-width: 598.98px) {
    .section-team .container-team .team-slider-1,
    .section-team .container-team .team-slider-2 {
        display: flex;
        justify-content: space-around;
        margin-top: 4rem;
    }
}
.bd-white .container-team .card {
    background-color: #fff;
}
.bd-white .container-team .card .card-body {
    background-color: #fff;
    color: #000;
}
.tns-outer {
    padding: 0 !important;
}
.tns-outer [hidden] {
    display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer;
}
.tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}
.tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
    white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
    clear: both;
    content: "";
    display: table;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
    float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
    margin-right: -100%;
}
.tns-gallery,
.tns-no-calc {
    left: 0;
    position: relative;
}
.tns-gallery {
    min-height: 1px;
}
.tns-gallery > .tns-item {
    left: -100%;
    position: absolute;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
    left: auto !important;
    position: relative;
}
.tns-gallery > .tns-moving {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}
.tns-autowidth {
    display: inline-block;
}
.tns-lazy-img {
    opacity: 0.6;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.tns-lazy-img.tns-complete {
    opacity: 1;
}
.tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s;
}
.tns-ovh {
    overflow: hidden;
}
.tns-visually-hidden {
    left: -10000em;
    position: absolute;
}
.tns-transparent {
    opacity: 0;
    visibility: hidden;
}
.tns-fadeIn {
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 0;
}
.tns-fadeOut,
.tns-normal {
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: -1;
}
.tns-vpfix {
    white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
    display: inline-block;
}
.tns-t-subp2 {
    height: 10px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 310px;
}
.tns-t-ct {
    position: absolute;
    right: 0;
    width: 2333.3333333333%;
    width: 2333.33333%;
}
.tns-t-ct:after {
    clear: both;
    content: "";
    display: table;
}
.tns-t-ct > div {
    float: left;
    height: 10px;
    width: 1.4285714286%;
    width: 1.42857%;
}
.container-breadcrumbs .breadcrumb-item a {
    color: #bfbfbf;
    text-decoration: none;
}
.container-breadcrumbs .breadcrumb-item a:hover,
.container-breadcrumbs .breadcrumb-item.active {
    color: #fff;
}
@media (min-width: 904px) {
    .container-breadcrumbs--light {
        display: block;
    }
}
.container-breadcrumbs--light .breadcrumb-item a {
    color: gray;
    text-decoration: none;
}
.container-breadcrumbs--light .breadcrumb-item a:hover {
    color: #00a3e1;
}
.container-breadcrumbs--light .breadcrumb-item a:active {
    color: #00658c;
}
.container-breadcrumbs--light .breadcrumb-item a:enabled {
    color: gray;
}
.container-breadcrumbs--light .breadcrumb-item.active {
    color: #1a1a1a;
}
@media (max-width: 903.98px) {
    .container-breadcrumbs--light .breadcrumb-item:nth-child(3) {
        display: none;
    }
    .container-breadcrumbs--light :not(:first-child):before {
        color: #000;
        content: "<";
    }
}
.container-video-left {
    color: #fff;
    padding-bottom: 4rem;
    padding-top: 4rem;
}
@media (min-width: 1239px) {
    .container-video-left .row > div:first-child {
        flex: 0 0 auto;
        padding-right: 0;
        width: 58.33333333%;
    }
    .container-video-left .row > div:first-child figure {
        border-bottom-left-radius: 14px;
        border-top-left-radius: 14px;
        height: 100%;
        object-fit: cover;
    }
}
@media (max-width: 1238.98px) {
    .container-video-left .row > div:first-child figure {
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
    }
}
.container-video-left .row > div:last-child > div {
    background: linear-gradient(127.22deg, #361559 28.42%, #0f061a 69.76%);
    height: 100%;
    padding: 5rem;
}
.container-video-left .row > div:last-child > div p {
    font-size: 1.75rem;
}
@media (max-width: 1918.98px) {
    .container-video-left .row > div:last-child > div p {
        font-size: 1.4rem;
    }
}
@media (max-width: 1438.98px) {
    .container-video-left .row > div:last-child > div p {
        font-size: 1.225rem;
    }
}
@media (max-width: 1238.98px) {
    .container-video-left .row > div:last-child > div p {
        font-size: 1.3125rem;
    }
}
.container-video-left .row > div:last-child > div p {
    padding-bottom: 3rem;
}
@media (min-width: 1239px) {
    .container-video-left .row > div:last-child {
        flex: 0 0 auto;
        padding-left: 0;
        width: 41.66666667%;
    }
    .container-video-left .row > div:last-child > div {
        border-bottom-right-radius: 14px;
        border-top-right-radius: 14px;
    }
}
@media (max-width: 1238.98px) {
    .container-video-left .row > div:last-child > div {
        border-bottom-left-radius: 14px;
        border-bottom-right-radius: 14px;
        padding: 1.5rem;
    }
}
.container-video-left .row > div .h2,
.container-video-left .row > div h2 {
    font-size: 3rem;
    margin-bottom: 2.2rem;
    padding-bottom: 0;
}
@media (max-width: 1918.98px) {
    .container-video-left .row > div .h2,
    .container-video-left .row > div h2 {
        font-size: 2.205rem;
    }
}
@media (max-width: 598.98px) {
    .container-video-left .row > div .h2,
    .container-video-left .row > div h2 {
        font-size: 2.01rem;
    }
}
.container-video-right {
    color: #fff;
    padding-bottom: 4rem;
    padding-top: 4rem;
}
@media (min-width: 1239px) {
    .container-video-right .row > div:last-child {
        flex: 0 0 auto;
        padding-left: 0;
        width: 58.33333333%;
    }
    .container-video-right .row > div:last-child figure {
        border-bottom-right-radius: 14px;
        border-top-right-radius: 14px;
        height: 100%;
        object-fit: cover;
    }
}
@media (max-width: 1238.98px) {
    .container-video-right .row > div:last-child {
        order: 1;
    }
    .container-video-right .row > div:last-child figure {
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
    }
}
.container-video-right .row > div:first-child > div {
    background: linear-gradient(127.22deg, #361559 28.42%, #0f061a 69.76%);
    height: 100%;
    padding: 5rem;
}
.container-video-right .row > div:first-child > div p {
    font-size: 1.75rem;
}
@media (max-width: 1918.98px) {
    .container-video-right .row > div:first-child > div p {
        font-size: 1.4rem;
    }
}
@media (max-width: 1438.98px) {
    .container-video-right .row > div:first-child > div p {
        font-size: 1.225rem;
    }
}
@media (max-width: 1238.98px) {
    .container-video-right .row > div:first-child > div p {
        font-size: 1.3125rem;
    }
}
.container-video-right .row > div:first-child > div p {
    padding-bottom: 3rem;
}
@media (min-width: 1239px) {
    .container-video-right .row > div:first-child {
        flex: 0 0 auto;
        padding-right: 0;
        width: 41.66666667%;
    }
    .container-video-right .row > div:first-child > div {
        border-bottom-left-radius: 14px;
        border-top-left-radius: 14px;
    }
}
@media (max-width: 1238.98px) {
    .container-video-right .row > div:first-child {
        order: 2;
    }
    .container-video-right .row > div:first-child > div {
        border-bottom-left-radius: 14px;
        border-bottom-right-radius: 14px;
        padding: 1.5rem;
    }
}
.video-content {
    height: 100%;
    position: relative;
}
.play {
    background: url(/mind-supernova/assets/images/play.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
}
.myvideos {
    margin-top: 3%;
}
.myvideos a {
    text-decoration: none;
}
.myvideos .card-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}
.myvideos__card {
    color: #666;
    font-size: 16px;
    text-align: justify;
}
.myvideos__card .play {
    z-index: 1;
}
.myvideos__card-title {
    color: #000;
    text-align: left;
}
.myvideos__card-date {
    font-weight: 700;
}
.myvideos__card-text {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    min-height: 77px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.myvideos__image-video {
    height: 326px;
    object-fit: cover;
}
.video-module-black {
    background: #000;
}
.video-module-black .wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media (min-width: 1439px) {
    .video-module-black .wrapper {
        flex-direction: row;
    }
}
.video-module-black .wrapper .content-part .h2,
.video-module-black .wrapper .content-part h2 {
    font-size: 36px;
    margin-bottom: 20px;
}
@media (min-width: 1919px) {
    .video-module-black .wrapper .content-part .h2,
    .video-module-black .wrapper .content-part h2 {
        font-size: 48px;
    }
}
.video-module-black .wrapper .content-part p {
    font-size: 18px;
}
@media (min-width: 1919px) {
    .video-module-black .wrapper .content-part p {
        font-size: 20px;
    }
}
.video-module-black .wrapper .content-part .text-container {
    font-size: 20px;
}
@media (min-width: 1239px) {
    .video-module-black .wrapper .content-part .text-container {
        bottom: 0;
    }
}
.video-module-black
    .wrapper
    .content-part
    .text-container
    .arr-offering
    .arr-small {
    height: 1rem;
    top: 12px;
    width: 1rem;
}
@media (min-width: 1239px) {
    .video-module-black
        .wrapper
        .content-part
        .text-container
        .arr-offering
        .arr-small {
        height: 0.8rem;
        width: 0.8rem;
    }
}
@media (min-width: 1439px) {
    .video-module-black .wrapper .content-part,
    .video-module-black .wrapper .video-part {
        width: 50%;
    }
}
.video-module-black .wrapper .video-part .video-content figure {
    margin: 0;
}
.video-module-black .wrapper .video-part .video-content figure iframe {
    border-radius: 20px;
    height: 350px;
}
@media (min-width: 1919px) {
    .video-module-black .wrapper .video-part .video-content figure iframe {
        height: 446px;
    }
}
.container-image-left {
    padding-bottom: 4rem;
    padding-top: 4rem;
}
@media (min-width: 1239px) {
    .container-image-left .row > div:first-child {
        flex: 0 0 auto;
        padding-right: 0;
        width: 58.33333333%;
    }
    .container-image-left .row > div:first-child img {
        height: 100%;
        object-fit: cover;
    }
}
.container-image-left .row > div:last-child > div {
    height: 100%;
    padding-left: 2.5rem;
}
.container-image-left .row > div:last-child > div p {
    font-size: 1.25rem;
}
@media (max-width: 1438.98px) {
    .container-image-left .row > div:last-child > div p {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .container-image-left .row > div:last-child > div p {
        font-size: 1.25rem;
    }
}
.container-image-left .row > div:last-child > div .h3,
.container-image-left .row > div:last-child > div h3 {
    font-size: 3rem;
    padding-top: 0;
}
@media (max-width: 1918.98px) {
    .container-image-left .row > div:last-child > div .h3,
    .container-image-left .row > div:last-child > div h3 {
        font-size: 2.205rem;
    }
}
@media (max-width: 598.98px) {
    .container-image-left .row > div:last-child > div .h3,
    .container-image-left .row > div:last-child > div h3 {
        font-size: 2.01rem;
    }
}
.container-image-left .row > div:last-child > div .h3,
.container-image-left .row > div:last-child > div h3,
.container-image-left .row > div:last-child > div p {
    padding-bottom: 2rem;
}
.container-image-left .row > div:last-child > div button {
    padding-bottom: 0;
}
@media (min-width: 1239px) {
    .container-image-left .row > div:last-child {
        flex: 0 0 auto;
        padding-left: 0;
        width: 41.66666667%;
    }
}
@media (max-width: 1238.98px) {
    .container-image-left .row > div:last-child > div {
        padding: 1.5rem 0;
    }
}
.container-image-right {
    padding-bottom: 4rem;
    padding-top: 4rem;
}
@media (min-width: 1239px) {
    .container-image-right .row > div:last-child {
        flex: 0 0 auto;
        padding-left: 0;
        width: 58.33333333%;
    }
    .container-image-right .row > div:last-child img {
        height: 100%;
        object-fit: cover;
    }
}
@media (max-width: 1238.98px) {
    .container-image-right .row > div:last-child {
        order: 1;
    }
}
.container-image-right .row > div:first-child > div {
    height: 100%;
    padding-right: 2.5rem;
}
.container-image-right .row > div:first-child > div p {
    font-size: 1.25rem;
}
@media (max-width: 1438.98px) {
    .container-image-right .row > div:first-child > div p {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .container-image-right .row > div:first-child > div p {
        font-size: 1.25rem;
    }
}
.container-image-right .row > div:first-child > div .h3,
.container-image-right .row > div:first-child > div h3 {
    font-size: 3rem;
    padding-top: 0;
}
@media (max-width: 1918.98px) {
    .container-image-right .row > div:first-child > div .h3,
    .container-image-right .row > div:first-child > div h3 {
        font-size: 2.205rem;
    }
}
@media (max-width: 598.98px) {
    .container-image-right .row > div:first-child > div .h3,
    .container-image-right .row > div:first-child > div h3 {
        font-size: 2.01rem;
    }
}
.container-image-right .row > div:first-child > div .h3,
.container-image-right .row > div:first-child > div h3,
.container-image-right .row > div:first-child > div p {
    padding-bottom: 2rem;
}
.container-image-right .row > div:first-child > div button {
    padding-bottom: 0;
}
@media (min-width: 1239px) {
    .container-image-right .row > div:first-child {
        flex: 0 0 auto;
        padding-right: 0;
        width: 41.66666667%;
    }
}
@media (max-width: 1238.98px) {
    .container-image-right .row > div:first-child {
        order: 2;
    }
    .container-image-right .row > div:first-child > div {
        padding: 1.5rem 0;
    }
}
.container-image-text-h2 .h2,
.container-image-text-h2 h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}
@media (max-width: 1918.98px) {
    .container-image-text-h2 .h2,
    .container-image-text-h2 h2 {
        font-size: 2.205rem;
    }
}
@media (max-width: 598.98px) {
    .container-image-text-h2 .h2,
    .container-image-text-h2 h2 {
        font-size: 2.01rem;
    }
}
.container-hero-carousel .carousel {
    height: 100vh;
}
.container-hero-carousel .carousel .carousel-caption {
    left: 0;
    max-width: 50%;
    position: relative;
    text-align: left;
    z-index: 10;
}
@media (max-width: 598.98px) {
    .container-hero-carousel .carousel .carousel-caption {
        max-width: 100%;
    }
}
.container-hero-carousel .carousel .carousel-caption .h1,
.container-hero-carousel .carousel .carousel-caption h1 {
    margin-bottom: 5rem;
}
.container-hero-carousel .carousel .carousel-item {
    height: 100%;
    z-index: 1;
}
.container-hero-carousel .carousel .carousel-item .container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-start;
}
.container-hero-carousel .carousel .fill {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.container-hero-carousel .carousel .fill img {
    background-size: cover;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    z-index: 0;
}
.container-hero-carousel .carousel .carousel-inner {
    height: 100%;
}
.container-hero-carousel .carousel .container-indicators.basic-carousel {
    display: block;
    position: relative;
}
@media (max-width: 1238.98px) {
    .container-hero-carousel .carousel .container-indicators.basic-carousel {
        display: none;
    }
}
.container-hero-carousel
    .carousel
    .container-indicators.basic-carousel
    .carousel-indicators {
    margin: 3rem 0 5rem;
    right: unset;
}
@media (max-width: 1238.98px) {
    .container-hero-carousel
        .carousel
        .container-indicators.basic-carousel
        .carousel-indicators {
        display: none;
    }
}
.container-hero-carousel
    .carousel
    .container-indicators.basic-carousel
    .carousel-indicators
    a {
    border: none;
    color: #fff;
    font-size: 1rem;
    height: 0;
    margin-left: 1.5rem;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    width: auto;
}
.container-hero-carousel
    .carousel
    .container-indicators.basic-carousel
    .carousel-indicators
    a.active
    p {
    border-bottom: 3px solid #fff;
    padding-bottom: 1rem;
}
.container-hero-carousel .carousel .container-indicators.enhanced-carousel {
    display: none;
}
@media (max-width: 1238.98px) {
    .container-hero-carousel .carousel .container-indicators.enhanced-carousel {
        display: block;
        position: relative;
    }
    .container-hero-carousel
        .carousel
        .container-indicators.enhanced-carousel
        .carousel-indicators:not(.bullets) {
        column-gap: 1rem;
        margin: 3rem 0 5rem;
        right: unset;
    }
}
@media (max-width: 1238.98px) and (max-width: 1238.98px) {
    .container-hero-carousel
        .carousel
        .container-indicators.enhanced-carousel
        .carousel-indicators:not(.bullets) {
        column-gap: 0.5rem;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 3rem;
        padding: 0 7rem;
        right: 0;
    }
}
@media (max-width: 1238.98px) and (max-width: 1238.98px) and (max-width: 903.98px) {
    .container-hero-carousel
        .carousel
        .container-indicators.enhanced-carousel
        .carousel-indicators:not(.bullets) {
        padding: 0 4rem;
    }
}
@media (max-width: 1238.98px) and (max-width: 1238.98px) {
    .container-hero-carousel
        .carousel
        .container-indicators.enhanced-carousel
        .carousel-indicators:not(.bullets)
        .tab {
        flex: 1;
        flex-direction: column;
        margin: 10px;
        position: static !important;
    }
    .container-hero-carousel
        .carousel
        .container-indicators.enhanced-carousel
        .carousel-indicators:not(.bullets)
        .tab
        p {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        left: 20%;
        line-height: 160%;
        opacity: 0;
        position: absolute;
        top: -41px;
    }
}
@media (max-width: 1238.98px) and (max-width: 1238.98px) and (max-width: 903.98px) {
    .container-hero-carousel
        .carousel
        .container-indicators.enhanced-carousel
        .carousel-indicators:not(.bullets)
        .tab
        p {
        left: 15%;
    }
}
@media (max-width: 1238.98px) and (max-width: 1238.98px) {
    .container-hero-carousel
        .carousel
        .container-indicators.enhanced-carousel
        .carousel-indicators:not(.bullets)
        .tab
        a.active
        + p {
        opacity: 1;
    }
}
@media (max-width: 1238.98px) {
    .container-hero-carousel
        .carousel
        .container-indicators.enhanced-carousel
        .carousel-indicators:not(.bullets)
        .tab {
        display: flex;
        flex-direction: column-reverse;
        margin: 0;
        position: relative;
    }
    .container-hero-carousel
        .carousel
        .container-indicators.enhanced-carousel
        .carousel-indicators:not(.bullets)
        .tab
        a {
        border: none;
        color: #fff;
        font-size: 1rem;
        margin: 0;
        text-align: center;
        text-decoration: none;
        text-indent: 0;
        width: auto;
    }
    .container-hero-carousel
        .carousel
        .container-indicators.enhanced-carousel
        .carousel-indicators:not(.bullets)
        .tab
        a.active
        p {
        border-bottom: 3px solid #fff;
        padding-bottom: 1rem;
    }
    .container-hero-carousel
        .carousel
        .container-indicators.enhanced-carousel
        .carousel-indicators:not(.bullets)
        button {
        display: none;
    }
}
@media (max-width: 1238.98px) and (max-width: 1238.98px) {
    .container-hero-carousel
        .carousel
        .container-indicators.enhanced-carousel
        .carousel-indicators:not(.bullets)
        button {
        display: block;
        opacity: 1;
        top: -60px;
    }
}
.container-hero-carousel
    .carousel.with-indicators:hover
    .carousel-indicators
    a.active:before {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}
.container-hero-carousel
    .carousel.with-indicators:has(.previous-container:hover)
    .carousel-indicators
    a.active:not(.paused):before {
    animation-play-state: running;
    -webkit-animation-play-state: running;
}
.container-hero-carousel
    .carousel.with-indicators:has(.next-container:hover)
    .carousel-indicators
    a.active:not(.paused):before {
    animation-play-state: running;
    -webkit-animation-play-state: running;
}
@media (min-width: 904px) {
    .container-hero-carousel
        .carousel.with-indicators
        .carousel-inner
        .carousel-item
        .container {
        padding-left: 50px;
    }
}
@media (min-width: 599px) {
    .container-hero-carousel
        .carousel.with-indicators
        .carousel-inner
        .carousel-item
        .container
        .carousel-caption {
        max-width: 80%;
    }
}
@media (min-width: 1439px) {
    .container-hero-carousel
        .carousel.with-indicators
        .carousel-inner
        .carousel-item
        .container
        .carousel-caption {
        max-width: 50%;
    }
}
@media (min-width: 1919px) {
    .container-hero-carousel
        .carousel.with-indicators
        .carousel-inner
        .carousel-item
        .container
        .carousel-caption {
        max-width: 45%;
    }
}
.container-hero-carousel
    .carousel.with-indicators
    .carousel-inner
    .carousel-item
    .container
    .carousel-caption
    .h1,
.container-hero-carousel
    .carousel.with-indicators
    .carousel-inner
    .carousel-item
    .container
    .carousel-caption
    .h2,
.container-hero-carousel
    .carousel.with-indicators
    .carousel-inner
    .carousel-item
    .container
    .carousel-caption
    h1,
.container-hero-carousel
    .carousel.with-indicators
    .carousel-inner
    .carousel-item
    .container
    .carousel-caption
    h2 {
    font-size: 28px;
    margin-bottom: 40px;
}
@media (min-width: 904px) {
    .container-hero-carousel
        .carousel.with-indicators
        .carousel-inner
        .carousel-item
        .container
        .carousel-caption
        .h1,
    .container-hero-carousel
        .carousel.with-indicators
        .carousel-inner
        .carousel-item
        .container
        .carousel-caption
        .h2,
    .container-hero-carousel
        .carousel.with-indicators
        .carousel-inner
        .carousel-item
        .container
        .carousel-caption
        h1,
    .container-hero-carousel
        .carousel.with-indicators
        .carousel-inner
        .carousel-item
        .container
        .carousel-caption
        h2 {
        font-size: 44px;
        margin-bottom: 45px;
    }
}
.container-hero-carousel
    .carousel.with-indicators
    .carousel-inner
    .carousel-item
    .container
    .carousel-caption
    p {
    font-size: 18px;
    margin-bottom: 30px;
}
@media (min-width: 904px) {
    .container-hero-carousel
        .carousel.with-indicators
        .carousel-inner
        .carousel-item
        .container
        .carousel-caption
        p {
        font-size: 20px;
    }
}
.container-hero-carousel
    .carousel.with-indicators
    .carousel-inner
    .carousel-item
    .container
    .carousel-caption
    .btn-container
    .btn-text {
    font-size: 14px !important;
    padding: 0;
}
.container-hero-carousel
    .carousel.with-indicators
    .carousel-inner
    .carousel-item
    .container
    .carousel-caption
    .btn-container
    .btn-text:focus,
.container-hero-carousel
    .carousel.with-indicators
    .carousel-inner
    .carousel-item
    .container
    .carousel-caption
    .btn-container
    .btn-text:hover {
    color: #fff;
}
.container-hero-carousel
    .carousel.with-indicators
    .carousel-inner
    .carousel-item
    .container
    .carousel-caption
    .btn-container
    .btn-text
    .text-container
    .arr-offering
    .arr-small {
    border: 2px solid #fff;
    border-bottom: none;
    border-left: none;
    height: 8px;
    width: 8px;
}
.container-hero-carousel .carousel.with-indicators .carousel-indicators {
    align-items: center;
    bottom: 25px;
    height: 20px;
    margin-bottom: 0;
    z-index: 3;
}
.container-hero-carousel
    .carousel.with-indicators
    .carousel-indicators:hover
    a.active:before {
    animation-play-state: running;
    -webkit-animation-play-state: running;
}
.container-hero-carousel .carousel.with-indicators .carousel-indicators a {
    background-color: transparent;
    border: none;
    border-top: 2px solid #7f7f7f;
    height: 2px;
    opacity: 1;
    position: relative;
    transition: color 0.6s ease;
    width: 90px;
}
.container-hero-carousel
    .carousel.with-indicators
    .carousel-indicators
    a:before {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 0;
}
.container-hero-carousel
    .carousel.with-indicators
    .carousel-indicators
    a.active:before {
    -webkit-animation: indicators_animation 5s;
    -webkit-animation-play-state: running;
    animation: indicators_animation 5s;
    animation-fill-mode: forwards;
    animation-play-state: running;
}
.container-hero-carousel
    .carousel.with-indicators
    .carousel-indicators
    a.active.paused:before {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}
.container-hero-carousel
    .carousel.with-indicators
    .carousel-indicators
    .actions-wrap {
    direction: rtl;
    display: none;
    height: 20px;
    white-space: nowrap;
    width: 40px;
}
@media only screen and (min-width: 500px) {
    .container-hero-carousel
        .carousel.with-indicators
        .carousel-indicators
        .actions-wrap {
        display: inline-block;
    }
}
@media (min-width: 1239px) {
    .container-hero-carousel
        .carousel.with-indicators
        .carousel-indicators
        .actions-wrap {
        height: 27px;
        width: 28px;
    }
}
.container-hero-carousel
    .carousel.with-indicators
    .carousel-indicators
    .actions-wrap
    button {
    background-color: transparent;
    border: none;
}
.container-hero-carousel
    .carousel.with-indicators
    .carousel-indicators
    .actions-wrap
    button.btn-pause-icon
    .play-icon {
    display: none;
}
.container-hero-carousel
    .carousel.with-indicators
    .carousel-indicators
    .actions-wrap
    button.btn-pause-icon
    .pause-icon {
    display: inline;
}
.container-hero-carousel
    .carousel.with-indicators
    .carousel-indicators
    .actions-wrap
    button.btn-play-icon
    .pause-icon {
    display: none;
}
.container-hero-carousel
    .carousel.with-indicators
    .carousel-indicators
    .actions-wrap
    button.btn-play-icon
    .play-icon {
    display: inline;
}
.container-hero-carousel
    .carousel.with-indicators
    .carousel-indicators
    .actions-wrap
    button
    .pause-icon {
    width: 10px;
}
.container-hero-carousel
    .carousel.with-indicators
    .carousel-indicators
    .actions-wrap
    button
    .play-icon {
    fill: #fff;
    width: 12px;
}
.container-hero-carousel .carousel.with-indicators .next-container,
.container-hero-carousel .carousel.with-indicators .previous-container {
    display: none;
    height: 40px;
    position: absolute;
    top: 39%;
    width: 50px;
    z-index: 1;
}
@media (min-width: 904px) {
    .container-hero-carousel .carousel.with-indicators .next-container,
    .container-hero-carousel .carousel.with-indicators .previous-container {
        display: initial;
    }
}
.container-hero-carousel .carousel.with-indicators .next-container {
    right: 40px;
}
.container-hero-carousel .carousel.with-indicators .previous-container {
    left: 40px;
}
.container-hero-carousel .carousel.with-indicators .carousel-control-next,
.container-hero-carousel .carousel.with-indicators .carousel-control-prev {
    height: 40px;
    opacity: 1;
    width: 50px;
}
.container-hero-carousel .carousel.with-indicators .carousel-control-next-icon,
.container-hero-carousel .carousel.with-indicators .carousel-control-prev-icon {
    background-image: url(/mind-supernova/assets/images/icons/carousel-navigation.svg);
    background-repeat: repeat;
    height: 30px;
    width: 30px;
}
.container-hero-carousel .carousel.with-indicators .carousel-control-next-icon {
    transform: rotate(180deg);
}
.container-hero-carousel
    .carousel.with-controls
    .carousel-inner
    .carousel-item
    .container
    a {
    color: #fff;
    display: contents;
    text-decoration: none;
}
.container-hero-carousel .carousel.with-controls .controls-container {
    position: relative;
}
.container-hero-carousel .carousel.with-controls .carousel-caption-bottom {
    bottom: 160px;
    display: none;
    opacity: 0.8;
    position: absolute;
}
@media (min-width: 904px) {
    .container-hero-carousel .carousel.with-controls .carousel-caption-bottom {
        display: initial;
    }
}
.container-hero-carousel .carousel.with-controls .carousel-caption-bottom p {
    font-weight: 600;
}
.container-hero-carousel
    .carousel.with-controls
    .carousel-caption-bottom
    .main-txt {
    font-size: 14px;
    text-transform: uppercase;
}
.container-hero-carousel
    .carousel.with-controls
    .carousel-caption-bottom
    .sub-txt {
    font-size: 18px;
    max-width: 85%;
}
@media (min-width: 599px) {
    .container-hero-carousel .carousel.with-controls .carousel-caption {
        max-width: 60%;
    }
}
@media (min-width: 904px) {
    .container-hero-carousel .carousel.with-controls .carousel-caption {
        max-width: 80%;
    }
}
@media (min-width: 1439px) {
    .container-hero-carousel .carousel.with-controls .carousel-caption {
        max-width: 50%;
    }
}
@media (min-width: 1919px) {
    .container-hero-carousel .carousel.with-controls .carousel-caption {
        max-width: 45%;
    }
}
.container-hero-carousel .carousel.with-controls .carousel-caption .h1,
.container-hero-carousel .carousel.with-controls .carousel-caption h1 {
    font-size: 28px;
    margin-bottom: 40px;
}
@media (min-width: 904px) {
    .container-hero-carousel .carousel.with-controls .carousel-caption .h1,
    .container-hero-carousel .carousel.with-controls .carousel-caption h1 {
        font-size: 44px;
        margin-bottom: 50px;
    }
}
.container-hero-carousel .carousel.with-controls .carousel-caption p {
    font-size: 18px;
}
@media (min-width: 904px) {
    .container-hero-carousel .carousel.with-controls .carousel-caption p {
        font-size: 20px;
    }
}
.container-hero-carousel .carousel.with-controls .carousel-control-btn.disable {
    pointer-events: none;
}
.container-hero-carousel
    .carousel.with-controls
    .carousel-control-btn.disable
    .carousel-control-btn-icon {
    opacity: 0.5;
}
.container-hero-carousel .carousel.with-controls .carousel-control-next,
.container-hero-carousel .carousel.with-controls .carousel-control-prev {
    bottom: 90px;
    height: 40px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    right: 0;
    top: auto;
    width: 50px;
}
@media (min-width: 904px) {
    .container-hero-carousel .carousel.with-controls .carousel-control-next,
    .container-hero-carousel .carousel.with-controls .carousel-control-prev {
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }
}
.container-hero-carousel .carousel.with-controls .carousel-control-prev {
    left: -50px;
}
@media (min-width: 904px) {
    .container-hero-carousel .carousel.with-controls .carousel-control-prev {
        left: 0;
    }
}
.container-hero-carousel .carousel.with-controls .carousel-control-next {
    left: 43px;
}
@media (min-width: 904px) {
    .container-hero-carousel .carousel.with-controls .carousel-control-next {
        left: 55px;
    }
}
.container-hero-carousel .carousel.with-controls .carousel-control-next-icon,
.container-hero-carousel .carousel.with-controls .carousel-control-prev-icon {
    background-image: url(/mind-supernova/assets/images/icons/carousel-navigation.svg);
    background-repeat: repeat;
    height: 30px;
    width: 30px;
}
.container-hero-carousel .carousel.with-controls .carousel-control-next-icon {
    transform: rotate(180deg);
}
.container-hero-img {
    align-items: center;
    color: #fff;
    display: flex;
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.container-hero-img img:not(.no-banner) {
    height: 100vh;
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 0;
}
.container-hero-img .container,
.container-hero-img .newsroom-container {
    display: flex;
    z-index: 2;
}
.container-hero-img .content {
    width: 50%;
}
@media (max-width: 1438.98px) {
    .container-hero-img .content {
        width: 70%;
    }
}
@media (max-width: 1238.98px) {
    .container-hero-img .content {
        width: 80%;
    }
}
@media (max-width: 598.98px) {
    .container-hero-img .content {
        width: 100%;
    }
}
.container-hero-img .content .h1,
.container-hero-img .content h1 {
    padding-bottom: 2rem;
}
.container-hero-img .content .text-28 {
    padding-bottom: 1rem;
}
.container-hero-img .content .text-28 + p {
    padding-bottom: 3.5rem;
}
@media (max-width: 598.98px) {
    .container-hero-img .content .text-28 {
        font-size: 16px;
    }
}
.container-hero-img.short {
    height: 64vh;
}
.container-hero-img.short img {
    height: 65vh;
}
.container-hero-homepage-banner {
    align-items: normal;
    color: #fff;
    display: flex;
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.container-hero-homepage-banner img:not(.no-banner) {
    height: 100vh;
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 0;
}
.container-hero-homepage-banner .container {
    display: flex;
    z-index: 2;
}
.container-hero-homepage-banner .content {
    padding-top: 80px;
    width: 85%;
}
@media (min-width: 1919px) {
    .container-hero-homepage-banner .content {
        width: 75%;
    }
}
@media (max-width: 598.98px) {
    .container-hero-homepage-banner .content {
        padding-left: 2.6rem;
        width: 100%;
    }
}
.container-hero-homepage-banner .content .h1,
.container-hero-homepage-banner .content h1 {
    font-size: 2.6rem;
    margin-bottom: 3rem;
    margin-top: 12rem;
    padding-bottom: 0;
}
@media (min-width: 904px) {
    .container-hero-homepage-banner .content .h1,
    .container-hero-homepage-banner .content h1 {
        font-size: 3rem;
        margin-top: 18rem;
    }
}
@media (min-width: 1439px) {
    .container-hero-homepage-banner .content .h1,
    .container-hero-homepage-banner .content h1 {
        font-size: 4rem;
    }
}
@media (min-width: 1919px) {
    .container-hero-homepage-banner .content .h1,
    .container-hero-homepage-banner .content h1 {
        font-size: 3.5rem;
    }
}
.container-hero-homepage-banner .content p {
    font-size: 1.5rem;
}
.container-hero-video {
    align-items: center;
    color: #fff;
    display: flex;
    height: 640px;
    overflow: hidden;
    position: relative;
}
.container-hero-video.homepage {
    height: 100vh;
}
.container-hero-video.homepage .container .content {
    height: 82px;
    overflow: hidden;
    width: 100%;
}
@media (max-width: 1238.98px) {
    .container-hero-video.homepage .container .content {
        height: 130px;
    }
}
@media (max-width: 903.98px) {
    .container-hero-video.homepage .container .content {
        height: 180px;
    }
}
@media only screen and (max-width: 354px) {
    .container-hero-video.homepage .container .content {
        height: 230px;
    }
}
.container-hero-video.homepage .container .content .phrase {
    display: flex;
    height: 71px;
    transform: translateY(300%);
}
.container-hero-video.homepage .container .content .phrase.animated {
    animation: show_phrase 0.5s;
    animation-fill-mode: forwards;
}
@media (max-width: 1238.98px) {
    .container-hero-video.homepage .container .content .phrase {
        display: block;
    }
}
.container-hero-video.homepage .container .content .phrase .logo {
    display: contents;
    width: 160px;
}
@media (max-width: 1238.98px) {
    .container-hero-video.homepage .container .content .phrase .logo {
        display: block;
    }
}
.container-hero-video.homepage .container .content .phrase .sotfware {
    margin-left: 48px;
}
@media (max-width: 1238.98px) {
    .container-hero-video.homepage .container .content .phrase .sotfware {
        margin-left: 0;
    }
}
.container-hero-video.homepage .container .content .phrase .sotfware .h1,
.container-hero-video.homepage .container .content .phrase .sotfware h1 {
    transform: translateY(100%);
}
.container-hero-video.homepage
    .container
    .content
    .phrase
    .sotfware
    .animated.h1,
.container-hero-video.homepage
    .container
    .content
    .phrase
    .sotfware
    h1.animated {
    animation: slide_up_default 0.5s;
    animation-fill-mode: forwards;
    font-weight: 600;
}
.container-hero-video .bgvideo {
    background-size: cover;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    z-index: 0;
}
.container-hero-video .container {
    z-index: 2;
}
.container-hero-video .container .content {
    width: 50%;
}
@media (max-width: 598.98px) {
    .container-hero-video .container .content {
        width: 100%;
    }
}
.container-hero-video .container .content .h1,
.container-hero-video .container .content h1 {
    padding-bottom: 2rem;
}
.container-hero-video .container .content .text-28 {
    padding-bottom: 1rem;
}
.container-hero-video .container .content .text-28 + p {
    padding-bottom: 3.5rem;
}
.down-arr {
    bottom: 50px;
    display: inline-block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 180px;
    z-index: 2;
}
@media (max-width: 1438.98px) {
    .down-arr.carousel-v {
        bottom: 125px;
    }
}
@media (max-width: 1238.98px) {
    .down-arr.carousel-v {
        bottom: 50px;
    }
}
.down-arr a {
    color: #fff !important;
    text-decoration: none;
}
.down-arr a:after {
    animation: bounce 2s infinite;
    background: url(/mind-supernova/assets/images/arrow-down-more.svg);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 20px;
    transform: rotate(45deg);
    width: 46px;
}
.down-arr a p {
    margin-bottom: 0;
    padding-bottom: 10px;
}
@media (max-width: 903.98px) {
    .down-arr p {
        display: none;
    }
}
@keyframes slide_up_default {
    0% {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}
@keyframes show_phrase {
    0% {
        transform: translateY(300%);
    }
    to {
        transform: translateY(0);
    }
}
.how-we-help {
    background: #000;
}
.how-we-help .h2,
.how-we-help h2 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    text-align: center;
    width: 100%;
}
@media (max-width: 1918.98px) {
    .how-we-help .h2,
    .how-we-help h2 {
        font-size: 2.625rem;
    }
}
@media (max-width: 903.98px) {
    .how-we-help .h2,
    .how-we-help h2 {
        font-size: 2.415rem;
    }
}
.how-we-help .row {
    gap: 24px;
    margin-bottom: 1.5rem;
}
.how-we-help .row .col {
    flex: 1 0 402px;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.how-we-help .row .col .h4,
.how-we-help .row .col h4 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0.5rem;
    max-height: 76px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1918.98px) {
    .how-we-help .row .col .h4,
    .how-we-help .row .col h4 {
        font-size: 2.0025rem;
    }
}
.how-we-help .row .col p {
    font-size: 1.25rem;
    line-height: 1.3;
    padding-top: 1.5rem;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.how-we-help .row .col a {
    color: inherit;
    text-decoration: none;
}
.how-we-help .row .col a div {
    background: #000;
    border: 1px solid #d9d9d9;
    border-radius: 0.7rem;
    height: 100%;
    padding: 5rem 2.5rem;
}
@media (min-width: 599px) and (max-width: 1238.98px) {
    .how-we-help .row .col a div {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.how-we-help .row .col a:hover div {
    background: linear-gradient(
            100.51deg,
            rgba(15, 18, 40, 0.8) 27.73%,
            rgba(58, 54, 69, 0) 81.44%
        ),
        linear-gradient(150.23deg, #48078b 29.89%, #daa391 99.6%), #fff;
    border: 0;
    height: 100%;
    padding-bottom: 5rem;
    padding-top: 5rem;
}
.how-we-help .row .col a:hover div .h4,
.how-we-help .row .col a:hover div h4 {
    position: relative;
    transform: translateY(-1rem);
}
.how-we-help .row .col a:hover div p {
    display: block;
    transform: translateY(0.5rem);
}
.how-we-help .row .col.active a div {
    background: linear-gradient(
            100.51deg,
            rgba(15, 18, 40, 0.8) 27.73%,
            rgba(58, 54, 69, 0) 81.44%
        ),
        linear-gradient(150.23deg, #48078b 29.89%, #daa391 99.6%), #fff;
    border: 0;
    height: 100%;
    padding-bottom: 2.5rem;
    padding-top: 2rem;
}
.how-we-help .row .col.active a div .h4,
.how-we-help .row .col.active a div h4 {
    padding-bottom: 2rem;
    padding-top: 1rem;
    position: relative;
}
.how-we-help .row .col.active a div p {
    display: block;
    margin-bottom: 0;
    padding-top: 5rem;
}
@media (max-width: 598.98px) {
    .how-we-help .h2,
    .how-we-help h2 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 1.5rem;
        margin-top: 1.5rem;
        padding-bottom: 1rem;
        padding-top: 1rem;
        text-align: center;
        width: 100%;
    }
    .how-we-help .row {
        margin: 0 0 1.5rem;
        padding: 0;
    }
    .how-we-help .row .col {
        margin: 0;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .how-we-help .row .col .h4,
    .how-we-help .row .col h4 {
        font-size: 1.25rem;
        margin: 0;
        padding: 0;
        position: relative;
    }
}
@media (max-width: 598.98px) and (max-width: 1438.98px) {
    .how-we-help .row .col .h4,
    .how-we-help .row .col h4 {
        font-size: 1.1rem;
    }
}
@media (max-width: 598.98px) and (max-width: 1238.98px) {
    .how-we-help .row .col .h4,
    .how-we-help .row .col h4 {
        font-size: 1.25rem;
    }
}
@media (max-width: 598.98px) {
    .how-we-help .row .col .h4:after,
    .how-we-help .row .col h4:after {
        align-items: center;
        content: url(/mind-supernova/assets/images/plus.svg);
        display: flex;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 12px;
    }
    .how-we-help .row .col p {
        display: none;
        font-size: 1rem;
    }
    .how-we-help .row .col a div,
    .how-we-help .row .col a:hover div {
        padding: 1.5rem;
    }
    .how-we-help .row .col a:hover div .h4,
    .how-we-help .row .col a:hover div h4 {
        margin: 0;
        padding: 0;
        transform: none;
    }
    .how-we-help .row .col a:hover div .h4:after,
    .how-we-help .row .col a:hover div h4:after {
        content: url(/mind-supernova/assets/images/minus.svg);
        height: 65%;
    }
    .how-we-help .row .col a:hover div p {
        margin-bottom: 0;
        padding-top: 3rem;
        transform: none;
    }
    .how-we-help .row .col.active a div {
        padding: 1.5rem;
    }
    .how-we-help .row .col.active a div .h4,
    .how-we-help .row .col.active a div h4 {
        margin: 0;
        padding: 0;
    }
    .how-we-help .row .col.active a div .h4:after,
    .how-we-help .row .col.active a div h4:after {
        content: url(/mind-supernova/assets/images/minus.svg);
        height: 65%;
    }
    .how-we-help .row .col.active a div p {
        padding-top: 3rem;
    }
}
.how-we-help--v2 .row .col,
.how-we-help--v3 .row .col {
    margin-bottom: 2.5rem;
}
@media (max-width: 903.98px) {
    .how-we-help--v2 .row .col,
    .how-we-help--v3 .row .col {
        margin-bottom: 0;
    }
}
.how-we-help--v2 .row .col .h3,
.how-we-help--v2 .row .col .h4,
.how-we-help--v2 .row .col h3,
.how-we-help--v2 .row .col h4,
.how-we-help--v3 .row .col .h3,
.how-we-help--v3 .row .col .h4,
.how-we-help--v3 .row .col h3,
.how-we-help--v3 .row .col h4 {
    font-size: 2rem;
    max-height: unset;
    padding-bottom: 1rem;
}
@media (max-width: 1918.98px) {
    .how-we-help--v2 .row .col .h3,
    .how-we-help--v2 .row .col .h4,
    .how-we-help--v2 .row .col h3,
    .how-we-help--v2 .row .col h4,
    .how-we-help--v3 .row .col .h3,
    .how-we-help--v3 .row .col .h4,
    .how-we-help--v3 .row .col h3,
    .how-we-help--v3 .row .col h4 {
        font-size: 1.7rem;
    }
}
@media (max-width: 1238.98px) {
    .how-we-help--v2 .row .col .h3,
    .how-we-help--v2 .row .col .h4,
    .how-we-help--v2 .row .col h3,
    .how-we-help--v2 .row .col h4,
    .how-we-help--v3 .row .col .h3,
    .how-we-help--v3 .row .col .h4,
    .how-we-help--v3 .row .col h3,
    .how-we-help--v3 .row .col h4 {
        font-size: 1.6rem;
    }
}
@media (max-width: 903.98px) {
    .how-we-help--v2 .row .col .h3,
    .how-we-help--v2 .row .col .h4,
    .how-we-help--v2 .row .col h3,
    .how-we-help--v2 .row .col h4,
    .how-we-help--v3 .row .col .h3,
    .how-we-help--v3 .row .col .h4,
    .how-we-help--v3 .row .col h3,
    .how-we-help--v3 .row .col h4 {
        font-size: 1.25rem;
    }
}
@media (max-width: 903.98px) and (max-width: 1438.98px) {
    .how-we-help--v2 .row .col .h3,
    .how-we-help--v2 .row .col .h4,
    .how-we-help--v2 .row .col h3,
    .how-we-help--v2 .row .col h4,
    .how-we-help--v3 .row .col .h3,
    .how-we-help--v3 .row .col .h4,
    .how-we-help--v3 .row .col h3,
    .how-we-help--v3 .row .col h4 {
        font-size: 1.1rem;
    }
}
@media (max-width: 903.98px) and (max-width: 1238.98px) {
    .how-we-help--v2 .row .col .h3,
    .how-we-help--v2 .row .col .h4,
    .how-we-help--v2 .row .col h3,
    .how-we-help--v2 .row .col h4,
    .how-we-help--v3 .row .col .h3,
    .how-we-help--v3 .row .col .h4,
    .how-we-help--v3 .row .col h3,
    .how-we-help--v3 .row .col h4 {
        font-size: 1.25rem;
    }
}
@media (max-width: 903.98px) {
    .how-we-help--v2 .row .col .h3:after,
    .how-we-help--v2 .row .col .h4:after,
    .how-we-help--v2 .row .col h3:after,
    .how-we-help--v2 .row .col h4:after,
    .how-we-help--v3 .row .col .h3:after,
    .how-we-help--v3 .row .col .h4:after,
    .how-we-help--v3 .row .col h3:after,
    .how-we-help--v3 .row .col h4:after {
        content: none;
    }
}
.how-we-help--v2 .row .col a,
.how-we-help--v3 .row .col a {
    color: inherit;
    text-decoration: none;
}
.how-we-help--v2 .row .col a div,
.how-we-help--v3 .row .col a div {
    background: #1a1a1a;
    border: none;
    height: 100%;
    padding: 1.3rem;
    transition: height 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 904px) {
    .how-we-help--v2 .row .col a div,
    .how-we-help--v3 .row .col a div {
        height: 120%;
    }
}
.how-we-help--v2 .row .col a div .h4,
.how-we-help--v2 .row .col a div h4,
.how-we-help--v2 .row .col a div p,
.how-we-help--v3 .row .col a div .h4,
.how-we-help--v3 .row .col a div h4,
.how-we-help--v3 .row .col a div p {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.how-we-help--v2 .row .col a:hover div,
.how-we-help--v3 .row .col a:hover div {
    background: #1a1a1a;
    height: 100%;
    padding: 1.3rem;
}
@media (min-width: 904px) {
    .how-we-help--v2 .row .col a:hover div,
    .how-we-help--v3 .row .col a:hover div {
        height: 120%;
    }
}
.how-we-help--v2 .row .col a:hover div .h4,
.how-we-help--v2 .row .col a:hover div h4,
.how-we-help--v2 .row .col a:hover div p,
.how-we-help--v3 .row .col a:hover div .h4,
.how-we-help--v3 .row .col a:hover div h4,
.how-we-help--v3 .row .col a:hover div p {
    transform: none !important;
}
@media (max-width: 598.98px) {
    .how-we-help--v2 .row .col a:hover div .h4:after,
    .how-we-help--v2 .row .col a:hover div h4:after,
    .how-we-help--v3 .row .col a:hover div .h4:after,
    .how-we-help--v3 .row .col a:hover div h4:after {
        content: none;
    }
    .how-we-help--v2 .row .col a:hover div p,
    .how-we-help--v3 .row .col a:hover div p {
        padding-top: 2.5rem;
    }
}
@media (max-width: 903.98px) {
    .how-we-help--v2 .row .col p,
    .how-we-help--v3 .row .col p {
        display: block;
        margin-bottom: 0;
    }
}
.how-we-help--v3 .row .col .h4,
.how-we-help--v3 .row .col h4 {
    font-size: 1.75rem;
}
@media (max-width: 1918.98px) {
    .how-we-help--v3 .row .col .h4,
    .how-we-help--v3 .row .col h4 {
        font-size: 1.4rem;
    }
}
@media (max-width: 1438.98px) {
    .how-we-help--v3 .row .col .h4,
    .how-we-help--v3 .row .col h4 {
        font-size: 1.225rem;
    }
}
@media (max-width: 1238.98px) {
    .how-we-help--v3 .row .col .h4,
    .how-we-help--v3 .row .col h4 {
        font-size: 1.3125rem;
    }
}
.how-we-help--purple-icon {
    display: flex;
    flex: 1;
    flex-direction: column;
}
.how-we-help--purple-icon .block-box-wrapper {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 809px) {
    .how-we-help--purple-icon
        .block-box-wrapper:not(:first-child):not(:nth-child(2)) {
        border-top: 1px solid #666;
        padding-top: 24px;
    }
}
@media (min-width: 904px) {
    .how-we-help--purple-icon .block-box-wrapper .col:first-child {
        padding-left: 0;
    }
}
.how-we-help--purple-icon .block-box-wrapper .col {
    flex: 1 1 25%;
    margin-bottom: 2.5rem;
    padding-left: 1rem;
}
@media (min-width: 1239px) {
    .how-we-help--purple-icon .block-box-wrapper .col {
        padding-left: 40px;
    }
}
@media (max-width: 903.98px) {
    .how-we-help--purple-icon .block-box-wrapper .col {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 810px) and (max-width: 1235px) {
    .how-we-help--purple-icon .block-box-wrapper .col {
        flex: 1 1 50%;
    }
}
@media screen and (max-width: 809px) {
    .how-we-help--purple-icon .block-box-wrapper .col {
        flex: 1 1 100%;
    }
    .how-we-help--purple-icon .block-box-wrapper .col:not(:first-child) {
        border-top: 1px solid #666;
        padding-top: 24px;
    }
    .how-we-help--purple-icon .block-box-wrapper .col p {
        display: block;
        margin-bottom: 0;
        padding-bottom: 2.5rem;
    }
}
.how-we-help--purple-icon .block-box-wrapper .col figure {
    height: 60px;
    margin: 0;
    width: 60px;
}
.how-we-help--purple-icon .block-box-wrapper .col figure img {
    height: 60px;
    width: 60px;
}
.how-we-help--purple-icon .block-box-wrapper .col .h3,
.how-we-help--purple-icon .block-box-wrapper .col h3 {
    font-size: 18px !important;
    max-height: unset;
    padding-bottom: 1rem;
    padding-top: 2rem;
}
@media (min-width: 599px) {
    .how-we-help--purple-icon .block-box-wrapper .col .h3,
    .how-we-help--purple-icon .block-box-wrapper .col h3 {
        font-size: 20px !important;
    }
}
@media (max-width: 903.98px) {
    .how-we-help--purple-icon .block-box-wrapper .col .h3,
    .how-we-help--purple-icon .block-box-wrapper .col h3 {
        font-size: 1.25rem;
    }
}
@media (max-width: 903.98px) and (max-width: 1438.98px) {
    .how-we-help--purple-icon .block-box-wrapper .col .h3,
    .how-we-help--purple-icon .block-box-wrapper .col h3 {
        font-size: 1.1rem;
    }
}
@media (max-width: 903.98px) and (max-width: 1238.98px) {
    .how-we-help--purple-icon .block-box-wrapper .col .h3,
    .how-we-help--purple-icon .block-box-wrapper .col h3 {
        font-size: 1.25rem;
    }
}
@media (max-width: 903.98px) {
    .how-we-help--purple-icon .block-box-wrapper .col .h3:after,
    .how-we-help--purple-icon .block-box-wrapper .col h3:after {
        content: none;
    }
}
.how-we-help--purple-icon .block-box-wrapper .col p {
    color: gray;
}
.how-we-help--purple-icon .block-box-wrapper .col .block-header a {
    padding-top: 0;
}
.container-benefits-main,
.container-benefits-main__alt,
.container-benefits-source,
.container-benefits-source__alt {
    background: #000;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
}
@media (max-width: 1238.98px) {
    .container-benefits-main,
    .container-benefits-main__alt,
    .container-benefits-source,
    .container-benefits-source__alt {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.container-benefits-main .h2,
.container-benefits-main .h6,
.container-benefits-main h2,
.container-benefits-main h6,
.container-benefits-main__alt .h2,
.container-benefits-main__alt .h6,
.container-benefits-main__alt h2,
.container-benefits-main__alt h6,
.container-benefits-source .h2,
.container-benefits-source .h6,
.container-benefits-source h2,
.container-benefits-source h6,
.container-benefits-source__alt .h2,
.container-benefits-source__alt .h6,
.container-benefits-source__alt h2,
.container-benefits-source__alt h6 {
    text-align: center;
}
.container-benefits-main .h2,
.container-benefits-main h2,
.container-benefits-main__alt .h2,
.container-benefits-main__alt h2,
.container-benefits-source .h2,
.container-benefits-source h2,
.container-benefits-source__alt .h2,
.container-benefits-source__alt h2 {
    font-size: 3.5rem;
    font-weight: 700;
    padding-bottom: 2rem;
    padding-top: 0;
}
@media (max-width: 1918.98px) {
    .container-benefits-main .h2,
    .container-benefits-main h2,
    .container-benefits-main__alt .h2,
    .container-benefits-main__alt h2,
    .container-benefits-source .h2,
    .container-benefits-source h2,
    .container-benefits-source__alt .h2,
    .container-benefits-source__alt h2 {
        font-size: 2.625rem;
    }
}
@media (max-width: 903.98px) {
    .container-benefits-main .h2,
    .container-benefits-main h2,
    .container-benefits-main__alt .h2,
    .container-benefits-main__alt h2,
    .container-benefits-source .h2,
    .container-benefits-source h2,
    .container-benefits-source__alt .h2,
    .container-benefits-source__alt h2 {
        font-size: 2.415rem;
    }
}
.container-benefits-main .h6,
.container-benefits-main h6,
.container-benefits-main__alt .h6,
.container-benefits-main__alt h6,
.container-benefits-source .h6,
.container-benefits-source h6,
.container-benefits-source__alt .h6,
.container-benefits-source__alt h6 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.3;
    padding-bottom: 2rem;
    padding-left: 7.5rem;
    padding-right: 7.5rem;
}
@media (max-width: 1438.98px) {
    .container-benefits-main .h6,
    .container-benefits-main h6,
    .container-benefits-main__alt .h6,
    .container-benefits-main__alt h6,
    .container-benefits-source .h6,
    .container-benefits-source h6,
    .container-benefits-source__alt .h6,
    .container-benefits-source__alt h6 {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .container-benefits-main .h6,
    .container-benefits-main h6,
    .container-benefits-main__alt .h6,
    .container-benefits-main__alt h6,
    .container-benefits-source .h6,
    .container-benefits-source h6,
    .container-benefits-source__alt .h6,
    .container-benefits-source__alt h6 {
        font-size: 1.25rem;
    }
}
@media (min-width: 599px) and (max-width: 1238.98px) {
    .container-benefits-main .h6,
    .container-benefits-main h6,
    .container-benefits-main__alt .h6,
    .container-benefits-main__alt h6,
    .container-benefits-source .h6,
    .container-benefits-source h6,
    .container-benefits-source__alt .h6,
    .container-benefits-source__alt h6 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.container-benefits-main .content,
.container-benefits-main__alt .content {
    display: flex;
}
@media (max-width: 1238.98px) {
    .container-benefits-main .content,
    .container-benefits-main__alt .content {
        display: block;
    }
}
.container-benefits-main .content .row,
.container-benefits-main__alt .content .row {
    height: fit-content;
}
.container-benefits-main .content .row .col .h3,
.container-benefits-main .content .row .col .h5,
.container-benefits-main .content .row .col .single-benefit-title,
.container-benefits-main .content .row .col h3,
.container-benefits-main .content .row .col h5,
.container-benefits-main__alt .content .row .col .h3,
.container-benefits-main__alt .content .row .col .h5,
.container-benefits-main__alt .content .row .col .single-benefit-title,
.container-benefits-main__alt .content .row .col h3,
.container-benefits-main__alt .content .row .col h5 {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
}
@media (max-width: 1918.98px) {
    .container-benefits-main .content .row .col .h3,
    .container-benefits-main .content .row .col .h5,
    .container-benefits-main .content .row .col .single-benefit-title,
    .container-benefits-main .content .row .col h3,
    .container-benefits-main .content .row .col h5,
    .container-benefits-main__alt .content .row .col .h3,
    .container-benefits-main__alt .content .row .col .h5,
    .container-benefits-main__alt .content .row .col .single-benefit-title,
    .container-benefits-main__alt .content .row .col h3,
    .container-benefits-main__alt .content .row .col h5 {
        font-size: 1.4rem;
    }
}
@media (max-width: 1438.98px) {
    .container-benefits-main .content .row .col .h3,
    .container-benefits-main .content .row .col .h5,
    .container-benefits-main .content .row .col .single-benefit-title,
    .container-benefits-main .content .row .col h3,
    .container-benefits-main .content .row .col h5,
    .container-benefits-main__alt .content .row .col .h3,
    .container-benefits-main__alt .content .row .col .h5,
    .container-benefits-main__alt .content .row .col .single-benefit-title,
    .container-benefits-main__alt .content .row .col h3,
    .container-benefits-main__alt .content .row .col h5 {
        font-size: 1.225rem;
    }
}
@media (max-width: 1238.98px) {
    .container-benefits-main .content .row .col .h3,
    .container-benefits-main .content .row .col .h5,
    .container-benefits-main .content .row .col .single-benefit-title,
    .container-benefits-main .content .row .col h3,
    .container-benefits-main .content .row .col h5,
    .container-benefits-main__alt .content .row .col .h3,
    .container-benefits-main__alt .content .row .col .h5,
    .container-benefits-main__alt .content .row .col .single-benefit-title,
    .container-benefits-main__alt .content .row .col h3,
    .container-benefits-main__alt .content .row .col h5 {
        font-size: 1.3125rem;
    }
}
.container-benefits-main .content figure,
.container-benefits-main__alt .content figure {
    margin: 0;
    padding: 0;
    width: 50%;
}
@media (max-width: 1238.98px) {
    .container-benefits-main .content figure,
    .container-benefits-main__alt .content figure {
        width: 100%;
    }
}
.container-benefits-main .content figure img,
.container-benefits-main__alt .content figure img {
    height: auto;
    width: 100%;
}
@media (max-width: 1238.98px) {
    .container-benefits-main .content figure img,
    .container-benefits-main__alt .content figure img {
        display: none;
    }
}
.container-benefits-main__alt .h6,
.container-benefits-main__alt h6,
.container-benefits-source .h6,
.container-benefits-source h6,
.container-benefits-source__alt .h6,
.container-benefits-source__alt h6 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.3;
    padding-bottom: 2rem;
    padding-left: 7.5rem;
    padding-right: 7.5rem;
    text-align: center;
}
@media (max-width: 1438.98px) {
    .container-benefits-main__alt .h6,
    .container-benefits-main__alt h6,
    .container-benefits-source .h6,
    .container-benefits-source h6,
    .container-benefits-source__alt .h6,
    .container-benefits-source__alt h6 {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .container-benefits-main__alt .h6,
    .container-benefits-main__alt h6,
    .container-benefits-source .h6,
    .container-benefits-source h6,
    .container-benefits-source__alt .h6,
    .container-benefits-source__alt h6 {
        font-size: 1.25rem;
    }
}
@media (min-width: 599px) and (max-width: 1238.98px) {
    .container-benefits-main__alt .h6,
    .container-benefits-main__alt h6,
    .container-benefits-source .h6,
    .container-benefits-source h6,
    .container-benefits-source__alt .h6,
    .container-benefits-source__alt h6 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media (max-width: 1238.98px) {
    .container-benefits-main .h2,
    .container-benefits-main h2 {
        font-size: 3.5rem;
    }
}
@media (max-width: 1238.98px) and (max-width: 1918.98px) {
    .container-benefits-main .h2,
    .container-benefits-main h2 {
        font-size: 2.625rem;
    }
}
@media (max-width: 1238.98px) and (max-width: 903.98px) {
    .container-benefits-main .h2,
    .container-benefits-main h2 {
        font-size: 2.415rem;
    }
}
.container-benefits-main .content {
    justify-content: space-between;
    position: relative;
}
.container-benefits-main .content .row {
    width: 50%;
}
.container-benefits-main .content .row > * {
    flex: 0 0 auto;
    width: 100%;
}
@media (max-width: 1238.98px) {
    .container-benefits-main .content .row {
        width: 100%;
    }
}
.container-benefits-main .content .row .col {
    border-left: 1px solid #fff;
    cursor: pointer;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 0.5rem 5rem 0.5rem 1.5rem;
}
@media (max-width: 1238.98px) {
    .container-benefits-main .content .row .col {
        height: fit-content;
        padding-right: 1.5rem;
    }
    .container-benefits-main .content .row .col .h5,
    .container-benefits-main .content .row .col h5 {
        display: flex;
        justify-content: space-between;
    }
    .container-benefits-main .content .row .col .h5:after,
    .container-benefits-main .content .row .col h5:after {
        content: "+";
    }
    .container-benefits-main .content .row .col .h5,
    .container-benefits-main .content .row .col h5 {
        font-size: 1.25rem;
    }
}
@media (max-width: 1238.98px) and (max-width: 1438.98px) {
    .container-benefits-main .content .row .col .h5,
    .container-benefits-main .content .row .col h5 {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) and (max-width: 1238.98px) {
    .container-benefits-main .content .row .col .h5,
    .container-benefits-main .content .row .col h5 {
        font-size: 1.25rem;
    }
}
.container-benefits-main .content .row .col p {
    color: #bfbfbf;
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 0;
    margin-top: 1rem;
}
@media (max-width: 1438.98px) {
    .container-benefits-main .content .row .col p {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .container-benefits-main .content .row .col p {
        font-size: 1.25rem;
    }
}
.container-benefits-main .content .row .col img {
    display: none;
}
.container-benefits-main .content .row .active {
    border-left: 3px solid #5f249f;
}
@media (max-width: 1238.98px) {
    .container-benefits-main .content .row .active {
        height: auto;
    }
    .container-benefits-main .content .row .active .h5:after,
    .container-benefits-main .content .row .active h5:after {
        content: "";
    }
    .container-benefits-main .content .row .active img {
        display: block !important;
        max-width: 100%;
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
    }
}
.container-benefits-main .content .row .active p {
    display: block !important;
}
.container-benefits-main .content figure {
    position: relative;
}
.container-benefits-main .content figure img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
@media (max-width: 1238.98px) {
    .container-benefits-source .h2,
    .container-benefits-source h2 {
        font-size: 2rem;
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
    }
}
@media (max-width: 1238.98px) and (max-width: 1918.98px) {
    .container-benefits-source .h2,
    .container-benefits-source h2 {
        font-size: 1.7rem;
    }
}
@media (max-width: 1238.98px) and (max-width: 1238.98px) {
    .container-benefits-source .h2,
    .container-benefits-source h2 {
        font-size: 1.6rem;
    }
}
@media (max-width: 1238.98px) {
    .container-benefits-source .h6,
    .container-benefits-source h6 {
        display: none;
    }
    .container-benefits-source nav .tab-content {
        display: block;
        padding-bottom: 1.5rem;
        padding-right: 1rem;
    }
    .container-benefits-source nav {
        background-color: #1a1a1a;
        border-radius: 14px;
        padding: 1.5rem 1rem;
    }
}
.container-benefits-source nav .nav-tabs {
    border: none;
}
@media (min-width: 1239px) {
    .container-benefits-source nav .nav-tabs {
        flex-wrap: nowrap;
    }
}
.container-benefits-source nav .nav-tabs .nav-link {
    background-color: inherit;
    border: none;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: start;
    width: 100%;
}
@media (max-width: 1438.98px) {
    .container-benefits-source nav .nav-tabs .nav-link {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .container-benefits-source nav .nav-tabs .nav-link {
        font-size: 1.25rem;
    }
}
@media (min-width: 1239px) {
    .container-benefits-source nav .nav-tabs .nav-link {
        border-top: 1px solid #fff;
        margin-right: 1rem;
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
        text-align: center;
        width: 100%;
    }
}
.container-benefits-source
    nav
    .nav-tabs
    .nav-link:last-of-type:not(:first-of-type) {
    margin-right: 0;
}
.container-benefits-source nav .nav-tabs .nav-link:hover {
    background-color: #1a1a1a;
}
@media (min-width: 1239px) {
    .container-benefits-source nav .nav-tabs .nav-link:hover {
        border: none;
        border-top: 3px solid #5f249f;
    }
}
@media (max-width: 1238.98px) {
    .container-benefits-source nav .nav-tabs .nav-link:hover {
        border-left: 3px solid #5f249f;
    }
    .container-benefits-source nav .nav-tabs .nav-link {
        border-left: 1px solid #fff;
        display: flex;
        justify-content: space-between;
        margin-bottom: 1rem;
        margin-right: 0;
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        padding-top: 0.5rem;
    }
    .container-benefits-source nav .nav-tabs .nav-link:after {
        content: "+";
    }
    .container-benefits-source
        nav
        .nav-tabs
        .nav-link:last-of-type:not(:first-of-type) {
        margin-bottom: 0;
    }
}
.container-benefits-source nav .nav-tabs .nav-link.active {
    background-color: #1a1a1a;
}
@media (min-width: 1239px) {
    .container-benefits-source nav .nav-tabs .nav-link.active {
        border-top: 3px solid #5f249f;
    }
}
@media (max-width: 1238.98px) {
    .container-benefits-source nav .nav-tabs .nav-link.active {
        border-left: 3px solid #5f249f;
        margin-bottom: 0;
    }
    .container-benefits-source nav .nav-tabs .nav-link.active:after {
        content: "-";
    }
}
@media (min-width: 1239px) {
    .container-benefits-source nav .nav-tabs {
        background-color: #000;
        text-align: center;
    }
    .container-benefits-source .tab-content .tab-pane {
        background-color: #1a1a1a;
        border-radius: 14px;
    }
}
.container-benefits-source .tab-content .tab-pane.active {
    display: flex;
}
@media (max-width: 1238.98px) {
    .container-benefits-source .tab-content .tab-pane.active {
        border-left: 3px solid #5f249f;
        display: block;
        margin-bottom: 1rem;
    }
}
.container-benefits-source .tab-content .tab-pane div,
.container-benefits-source .tab-content .tab-pane ul {
    padding-bottom: 2rem;
    padding-top: 4.5rem;
}
.container-benefits-source .tab-content .tab-pane ul {
    margin-block-end: 0;
    margin-bottom: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
}
@media (max-width: 1238.98px) {
    .container-benefits-source .tab-content .tab-pane ul {
        padding: 1rem 1.5rem 0 1rem;
    }
}
.container-benefits-source .tab-content .tab-pane ul li {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.3;
    padding-bottom: 2rem;
    padding-left: 0.5rem;
}
@media (max-width: 1438.98px) {
    .container-benefits-source .tab-content .tab-pane ul li {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .container-benefits-source .tab-content .tab-pane ul li {
        font-size: 1.25rem;
        padding-bottom: 1rem;
    }
}
.container-benefits-source .tab-content .tab-pane ul li::marker {
    color: #5f249f;
    padding-right: 0.5rem;
}
@media (max-width: 598.98px) {
    .container-benefits-source .tab-content .tab-pane ul li::marker {
        content: "▪";
    }
}
.container-benefits-source .tab-content .tab-pane div {
    padding-left: 1.5rem;
    padding-right: 4.5rem;
}
@media (min-width: 1239px) {
    .container-benefits-source .tab-content .tab-pane div {
        width: 50%;
    }
}
@media (max-width: 1238.98px) {
    .container-benefits-source .tab-content .tab-pane div {
        padding: 0 1.5rem;
    }
}
.container-benefits-source .tab-content .tab-pane div .h2,
.container-benefits-source .tab-content .tab-pane div h2 {
    font-size: 3.5rem;
    font-weight: 400;
    padding-top: 0;
    text-align: start;
}
@media (max-width: 1918.98px) {
    .container-benefits-source .tab-content .tab-pane div .h2,
    .container-benefits-source .tab-content .tab-pane div h2 {
        font-size: 2.625rem;
    }
}
@media (max-width: 903.98px) {
    .container-benefits-source .tab-content .tab-pane div .h2,
    .container-benefits-source .tab-content .tab-pane div h2 {
        font-size: 2.415rem;
    }
}
@media (max-width: 598.98px) {
    .container-benefits-source .tab-content .tab-pane div .h2,
    .container-benefits-source .tab-content .tab-pane div h2 {
        line-height: 100%;
        margin-bottom: 0;
        padding-bottom: 1rem;
    }
}
.container-benefits-source .tab-content .tab-pane div p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0;
    padding-bottom: 0.5rem;
}
@media (max-width: 1438.98px) {
    .container-benefits-source .tab-content .tab-pane div p {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .container-benefits-source .tab-content .tab-pane div p {
        font-size: 1.25rem;
    }
}
@media (min-width: 1239px) {
    .container-benefits-source
        .tab-content
        .tab-pane:first-of-type:not(:last-of-type) {
        border-top-left-radius: 0;
    }
    .container-benefits-source
        .tab-content
        .tab-pane:last-of-type:not(:first-of-type) {
        border-top-right-radius: 0;
    }
}
@media (min-width: 599px) and (max-width: 1438.98px) {
    .container-benefits-source__alt {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media (max-width: 1238.98px) {
    .container-benefits-source__alt .h2,
    .container-benefits-source__alt h2 {
        font-size: 2rem;
        padding: 1.5rem 1rem;
    }
}
@media (max-width: 1238.98px) and (max-width: 1918.98px) {
    .container-benefits-source__alt .h2,
    .container-benefits-source__alt h2 {
        font-size: 1.7rem;
    }
}
@media (max-width: 1238.98px) and (max-width: 1238.98px) {
    .container-benefits-source__alt .h2,
    .container-benefits-source__alt h2 {
        font-size: 1.6rem;
    }
}
@media (max-width: 1238.98px) {
    .container-benefits-source__alt .h6,
    .container-benefits-source__alt h6 {
        padding-bottom: 1rem;
        padding-left: 0;
        padding-right: 0;
    }
}
.container-benefits-source__alt button {
    display: none;
}
@media (max-width: 1238.98px) {
    .container-benefits-source__alt button {
        background: url(/mind-supernova/assets/images/swipe_arrow_right.svg);
        border: none;
        display: block;
        height: 32px;
        position: absolute;
        right: 1.5rem;
        transform: translateY(20px);
        width: 32px;
        z-index: 1;
    }
}
.container-benefits-source__alt .content {
    display: flex;
    padding: 5rem 7.5rem 4rem;
    position: relative;
}
@media (max-width: 1438.98px) {
    .container-benefits-source__alt .content {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media (min-width: 1239px) {
    .container-benefits-source__alt .content {
        background: linear-gradient(
                100.51deg,
                rgba(15, 18, 40, 0.8) 27.73%,
                rgba(58, 54, 69, 0) 81.44%
            ),
            linear-gradient(150.23deg, #2a024f 29.89%, #812e2b 99.6%), #fff;
    }
}
@media (max-width: 1238.98px) {
    .container-benefits-source__alt .content {
        display: block;
        padding: 0;
    }
}
.container-benefits-source__alt .content .row {
    width: 50%;
}
.container-benefits-source__alt .content .row > * {
    flex: 0 0 auto;
    width: 100%;
}
@media (max-width: 1238.98px) {
    .container-benefits-source__alt .content .row {
        overflow: hidden;
        position: relative;
        width: 100%;
    }
}
.container-benefits-source__alt .content .row .col {
    margin-bottom: 1.5rem;
    padding-right: 2rem;
}
@media (max-width: 1238.98px) {
    .container-benefits-source__alt .content .row .col {
        backface-visibility: hidden;
        border: 1px solid #333;
        border-radius: 14px;
        float: left;
        margin-right: -100%;
        padding-right: 1.5rem;
        position: relative;
        transition: transform 0.8s ease-in-out;
        visibility: hidden;
        width: 100%;
    }
    .container-benefits-source__alt .content .row .col.active {
        transform: translate(0) !important;
        visibility: visible;
    }
    .container-benefits-source__alt .content .row .col.next {
        transform: translate(200%);
    }
    .container-benefits-source__alt .content .row .col.prev {
        transform: translate(-200%);
    }
}
@media (min-width: 1239px) {
    .container-benefits-source__alt .content .row .col {
        cursor: pointer;
    }
}
.container-benefits-source__alt .content .row .col .h3,
.container-benefits-source__alt .content .row .col .h4,
.container-benefits-source__alt .content .row .col .h5,
.container-benefits-source__alt .content .row .col h3,
.container-benefits-source__alt .content .row .col h4,
.container-benefits-source__alt .content .row .col h5 {
    color: #d9d9d9;
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 0;
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-top: 0.5rem;
}
@media (max-width: 1918.98px) {
    .container-benefits-source__alt .content .row .col .h3,
    .container-benefits-source__alt .content .row .col .h4,
    .container-benefits-source__alt .content .row .col .h5,
    .container-benefits-source__alt .content .row .col h3,
    .container-benefits-source__alt .content .row .col h4,
    .container-benefits-source__alt .content .row .col h5 {
        font-size: 2.205rem;
    }
}
@media (max-width: 598.98px) {
    .container-benefits-source__alt .content .row .col .h3,
    .container-benefits-source__alt .content .row .col .h4,
    .container-benefits-source__alt .content .row .col .h5,
    .container-benefits-source__alt .content .row .col h3,
    .container-benefits-source__alt .content .row .col h4,
    .container-benefits-source__alt .content .row .col h5 {
        font-size: 2.01rem;
    }
}
.container-benefits-source__alt .content .row .col .h4,
.container-benefits-source__alt .content .row .col h4 {
    font-size: 2.25rem;
}
@media (max-width: 1918.98px) {
    .container-benefits-source__alt .content .row .col .h4,
    .container-benefits-source__alt .content .row .col h4 {
        font-size: 2.0025rem;
    }
}
.container-benefits-source__alt .content .row .col .h5,
.container-benefits-source__alt .content .row .col h5 {
    font-size: 1.75rem;
    font-weight: 400;
}
@media (max-width: 1918.98px) {
    .container-benefits-source__alt .content .row .col .h5,
    .container-benefits-source__alt .content .row .col h5 {
        font-size: 1.4rem;
    }
}
@media (max-width: 1438.98px) {
    .container-benefits-source__alt .content .row .col .h5,
    .container-benefits-source__alt .content .row .col h5 {
        font-size: 1.225rem;
    }
}
@media (max-width: 1238.98px) {
    .container-benefits-source__alt .content .row .col .h5,
    .container-benefits-source__alt .content .row .col h5 {
        font-size: 1.3125rem;
    }
}
.container-benefits-source__alt .content .row .col .content-info {
    display: none;
}
.container-benefits-source__alt .content .row .col .content-info .h6,
.container-benefits-source__alt .content .row .col .content-info h6 {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
@media (max-width: 1918.98px) {
    .container-benefits-source__alt .content .row .col .content-info .h6,
    .container-benefits-source__alt .content .row .col .content-info h6 {
        font-size: 1.4rem;
    }
}
@media (max-width: 1438.98px) {
    .container-benefits-source__alt .content .row .col .content-info .h6,
    .container-benefits-source__alt .content .row .col .content-info h6 {
        font-size: 1.225rem;
    }
}
@media (max-width: 1238.98px) {
    .container-benefits-source__alt .content .row .col .content-info .h6,
    .container-benefits-source__alt .content .row .col .content-info h6 {
        font-size: 1.3125rem;
        font-weight: 400;
        padding: 0;
        text-align: start;
    }
}
.container-benefits-source__alt .content .row .col .content-info p {
    font-size: 1.25rem;
    line-height: 1.3;
    margin: 0;
}
@media (max-width: 1438.98px) {
    .container-benefits-source__alt .content .row .col .content-info p {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .container-benefits-source__alt .content .row .col .content-info p {
        font-size: 1.25rem;
    }
}
@media (min-width: 1239px) {
    .container-benefits-source__alt .content .row .col .content-info img {
        display: none;
    }
}
.container-benefits-source__alt .content .row .col .content-info .h2,
.container-benefits-source__alt .content .row .col .content-info h2,
.container-benefits-source__alt .content .row .col .content-info p {
    display: none;
}
@media (max-width: 1238.98px) {
    .container-benefits-source__alt .content .row .active {
        padding: 1.5rem;
    }
}
.container-benefits-source__alt .content .row .active .h3,
.container-benefits-source__alt .content .row .active .h4,
.container-benefits-source__alt .content .row .active .h5,
.container-benefits-source__alt .content .row .active h3,
.container-benefits-source__alt .content .row .active h4,
.container-benefits-source__alt .content .row .active h5 {
    color: #fff;
    font-weight: 700;
}
@media (min-width: 1239px) {
    .container-benefits-source__alt .content .row .active .h3,
    .container-benefits-source__alt .content .row .active .h4,
    .container-benefits-source__alt .content .row .active .h5,
    .container-benefits-source__alt .content .row .active h3,
    .container-benefits-source__alt .content .row .active h4,
    .container-benefits-source__alt .content .row .active h5 {
        text-decoration: solid underline #5f249f 3px;
        text-underline-offset: 10px;
    }
    .container-benefits-source__alt .content .row .active .h3 .content-info,
    .container-benefits-source__alt .content .row .active .h4 .content-info,
    .container-benefits-source__alt .content .row .active .h5 .content-info,
    .container-benefits-source__alt .content .row .active h3 .content-info,
    .container-benefits-source__alt .content .row .active h4 .content-info,
    .container-benefits-source__alt .content .row .active h5 .content-info {
        display: block;
    }
}
@media (max-width: 1238.98px) {
    .container-benefits-source__alt .content .row .active .h3,
    .container-benefits-source__alt .content .row .active .h4,
    .container-benefits-source__alt .content .row .active .h5,
    .container-benefits-source__alt .content .row .active h3,
    .container-benefits-source__alt .content .row .active h4,
    .container-benefits-source__alt .content .row .active h5 {
        font-size: 1.25rem;
        padding-bottom: 1.5rem;
        padding-top: 0;
    }
}
@media (max-width: 1238.98px) and (max-width: 1438.98px) {
    .container-benefits-source__alt .content .row .active .h3,
    .container-benefits-source__alt .content .row .active .h4,
    .container-benefits-source__alt .content .row .active .h5,
    .container-benefits-source__alt .content .row .active h3,
    .container-benefits-source__alt .content .row .active h4,
    .container-benefits-source__alt .content .row .active h5 {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) and (max-width: 1238.98px) {
    .container-benefits-source__alt .content .row .active .h3,
    .container-benefits-source__alt .content .row .active .h4,
    .container-benefits-source__alt .content .row .active .h5,
    .container-benefits-source__alt .content .row .active h3,
    .container-benefits-source__alt .content .row .active h4,
    .container-benefits-source__alt .content .row .active h5 {
        font-size: 1.25rem;
    }
}
@media (max-width: 1238.98px) {
    .container-benefits-source__alt .content .row .active .content-info {
        display: block;
    }
    .container-benefits-source__alt .content .row .active .content-info .h2,
    .container-benefits-source__alt .content .row .active .content-info h2 {
        border-top: 1px solid #333;
        font-size: 3rem;
        font-weight: 400;
        margin-bottom: 0;
        margin-top: 4.5rem;
        padding-bottom: 0;
        padding-left: 0;
        padding-top: 1.5rem;
        text-align: start;
    }
}
@media (max-width: 1238.98px) and (max-width: 1918.98px) {
    .container-benefits-source__alt .content .row .active .content-info .h2,
    .container-benefits-source__alt .content .row .active .content-info h2 {
        font-size: 2.205rem;
    }
}
@media (max-width: 1238.98px) and (max-width: 598.98px) {
    .container-benefits-source__alt .content .row .active .content-info .h2,
    .container-benefits-source__alt .content .row .active .content-info h2 {
        font-size: 2.01rem;
    }
}
@media (max-width: 1238.98px) {
    .container-benefits-source__alt .content .row .active .open div {
        background-image: url(/mind-supernova/assets/images/minus_icon.svg);
    }
    .container-benefits-source__alt .content .row .active .open .h2,
    .container-benefits-source__alt .content .row .active .open h2,
    .container-benefits-source__alt .content .row .active .open p {
        display: block;
    }
}
.container-benefits-source__alt .content .tab-info {
    padding-left: 7.5rem;
    width: 50%;
}
@media (max-width: 1438.98px) {
    .container-benefits-source__alt .content .tab-info {
        padding-left: 1rem;
    }
}
@media (max-width: 1238.98px) {
    .container-benefits-source__alt .content .tab-info {
        display: none;
    }
}
.container-benefits-source__alt .content .tab-info .h6,
.container-benefits-source__alt .content .tab-info h6 {
    font-size: 1.75rem;
    line-height: 1.3;
    margin: 0;
    padding: 0 0 2.5rem;
    text-align: start;
}
@media (max-width: 1918.98px) {
    .container-benefits-source__alt .content .tab-info .h6,
    .container-benefits-source__alt .content .tab-info h6 {
        font-size: 1.4rem;
    }
}
@media (max-width: 1438.98px) {
    .container-benefits-source__alt .content .tab-info .h6,
    .container-benefits-source__alt .content .tab-info h6 {
        font-size: 1.225rem;
    }
}
@media (max-width: 1238.98px) {
    .container-benefits-source__alt .content .tab-info .h6,
    .container-benefits-source__alt .content .tab-info h6 {
        font-size: 1.3125rem;
    }
}
.container-benefits-source__alt .content .tab-info .h2,
.container-benefits-source__alt .content .tab-info h2 {
    border-top: 1px solid #fff;
    font-size: 6.25rem;
    font-weight: 400;
    line-height: 100%;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
    text-align: start;
}
.container-benefits-source__alt .content .tab-info p {
    display: block !important;
    font-size: 1.25rem;
    line-height: 1.3;
    margin: 0;
    opacity: 1 !important;
    text-align: start;
    width: 85%;
}
@media (max-width: 1438.98px) {
    .container-benefits-source__alt .content .tab-info p {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .container-benefits-source__alt .content .tab-info p {
        font-size: 1.25rem;
    }
}
.container-benefits-source__alt .content .nav-mobile-tabs {
    display: none;
}
@media (max-width: 1238.98px) {
    .container-benefits-source__alt .content .nav-mobile-tabs {
        display: flex;
        justify-content: center;
    }
    .container-benefits-source__alt .content .nav-mobile-tabs div {
        background: #4d4d4d;
        border-radius: 5px;
        cursor: pointer;
        height: 8px;
        margin-right: 0.5rem;
        width: 8px;
    }
}
@media (max-width: 1238.98px) and (max-width: 1238.98px) {
    .container-benefits-source__alt .content .nav-mobile-tabs div {
        height: 8px;
        width: 8px;
    }
}
@media (max-width: 1238.98px) {
    .container-benefits-source__alt .content .nav-mobile-tabs div.active {
        background: #fff;
    }
}
.container-benefits-source__alt.natural-language-processing
    .content
    .tab-info
    ul
    li {
    font-size: 1.25rem;
    line-height: 1.3;
}
@media (max-width: 1438.98px) {
    .container-benefits-source__alt.natural-language-processing
        .content
        .tab-info
        ul
        li {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .container-benefits-source__alt.natural-language-processing
        .content
        .tab-info
        ul
        li {
        font-size: 1.25rem;
    }
}
@media (min-width: 599px) and (max-width: 1438.98px) {
    .container-benefits-main__alt {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media (max-width: 598.98px) {
    .container-benefits-main__alt .h2,
    .container-benefits-main__alt h2 {
        font-size: 2rem;
        padding: 1.5rem 1rem;
    }
}
@media (max-width: 598.98px) and (max-width: 1918.98px) {
    .container-benefits-main__alt .h2,
    .container-benefits-main__alt h2 {
        font-size: 1.7rem;
    }
}
@media (max-width: 598.98px) and (max-width: 1238.98px) {
    .container-benefits-main__alt .h2,
    .container-benefits-main__alt h2 {
        font-size: 1.6rem;
    }
}
@media (max-width: 598.98px) {
    .container-benefits-main__alt .h6,
    .container-benefits-main__alt h6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.container-benefits-main__alt .content {
    position: relative;
}
.container-benefits-main__alt .content .row {
    margin-right: 1%;
    width: 49%;
}
.container-benefits-main__alt .content .row > * {
    flex: 0 0 auto;
    width: 100%;
}
@media (max-width: 1238.98px) {
    .container-benefits-main__alt .content .row {
        width: 100%;
    }
}
.container-benefits-main__alt .content .row .col {
    background: #1a1a1a;
    cursor: pointer;
    margin-bottom: 0.5rem;
    padding: 1.5rem 1.5rem 1.5rem 2.5rem;
}
.container-benefits-main__alt .content .row .col:last-of-type {
    margin-bottom: 0;
}
.container-benefits-main__alt .content .row .col .h5,
.container-benefits-main__alt .content .row .col h5 {
    display: flex;
    justify-content: space-between;
}
.container-benefits-main__alt .content .row .col .h5:after,
.container-benefits-main__alt .content .row .col h5:after {
    content: "+";
}
@media (max-width: 598.98px) {
    .container-benefits-main__alt .content .row .col .h5,
    .container-benefits-main__alt .content .row .col h5 {
        font-size: 1.25rem;
    }
}
@media (max-width: 598.98px) and (max-width: 1438.98px) {
    .container-benefits-main__alt .content .row .col .h5,
    .container-benefits-main__alt .content .row .col h5 {
        font-size: 1.1rem;
    }
}
@media (max-width: 598.98px) and (max-width: 1238.98px) {
    .container-benefits-main__alt .content .row .col .h5,
    .container-benefits-main__alt .content .row .col h5 {
        font-size: 1.25rem;
    }
}
.container-benefits-main__alt .content .row .col p {
    display: none;
    font-size: 1.25rem;
    line-height: 1.3;
    margin: 0;
}
@media (max-width: 1438.98px) {
    .container-benefits-main__alt .content .row .col p {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .container-benefits-main__alt .content .row .col p {
        font-size: 1.25rem;
    }
}
.container-benefits-main__alt .content .row .col img {
    display: none;
}
.container-benefits-main__alt .content .row .active {
    height: auto;
}
@media (min-width: 1239px) {
    .container-benefits-main__alt .content .row .active {
        background: linear-gradient(
                180deg,
                rgba(15, 18, 40, 0.9) 6.38%,
                rgba(36, 36, 54, 0.455) 52.14%,
                rgba(58, 54, 69, 0) 80.79%
            ),
            linear-gradient(90deg, #2c1247 15.13%, #c39b91), #fff;
    }
}
.container-benefits-main__alt .content .row .active .h5:after,
.container-benefits-main__alt .content .row .active h5:after {
    content: "-";
}
.container-benefits-main__alt .content .row .active p {
    display: block;
    padding-top: 1.5rem;
}
.container-benefits-main__alt .content .row .active img {
    border-radius: 14px;
    width: 100%;
}
@media (max-width: 1238.98px) {
    .container-benefits-main__alt .content .row .active {
        display: block;
    }
    .container-benefits-main__alt .content .row .active img {
        display: block !important;
        margin-bottom: 1.5rem;
        margin-top: 1.5rem;
        max-height: 400px;
        max-width: 100%;
    }
}
.container-benefits-main__alt .content figure {
    position: relative;
}
.container-benefits-main__alt .content figure img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
}
.container-why-mind-supernova-optional {
    color: #fff;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.container-why-mind-supernova-optional .h2,
.container-why-mind-supernova-optional h2 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    text-align: center;
}
@media (max-width: 1918.98px) {
    .container-why-mind-supernova-optional .h2,
    .container-why-mind-supernova-optional h2 {
        font-size: 2.625rem;
    }
}
@media (max-width: 903.98px) {
    .container-why-mind-supernova-optional .h2,
    .container-why-mind-supernova-optional h2 {
        font-size: 2.415rem;
    }
}
.container-why-mind-supernova-optional .row {
    grid-gap: 24px;
    width: 100%;
}
.container-why-mind-supernova-optional .row .col {
    background: #1a1a1a;
    border-radius: 14px;
    cursor: pointer;
    padding: 1.5rem;
    text-decoration: none;
}
.container-why-mind-supernova-optional .row .col:after {
    content: ">>>";
    font-size: 1.75rem;
    font-weight: 700;
}
@media (max-width: 1918.98px) {
    .container-why-mind-supernova-optional .row .col:after {
        font-size: 1.4rem;
    }
}
@media (max-width: 1438.98px) {
    .container-why-mind-supernova-optional .row .col:after {
        font-size: 1.225rem;
    }
}
@media (max-width: 1238.98px) {
    .container-why-mind-supernova-optional .row .col:after {
        font-size: 1.3125rem;
    }
}
.container-why-mind-supernova-optional .row .col:hover ol,
.container-why-mind-supernova-optional .row .col:hover p,
.container-why-mind-supernova-optional .row .col:hover ul,
.container-why-mind-supernova-optional .row .col:hover ul li:before {
    color: inherit;
}
.container-why-mind-supernova-optional .row .col a {
    color: inherit;
    text-decoration: none;
}
.container-why-mind-supernova-optional .row .col .h5,
.container-why-mind-supernova-optional .row .col h5 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
@media (max-width: 1918.98px) {
    .container-why-mind-supernova-optional .row .col .h5,
    .container-why-mind-supernova-optional .row .col h5 {
        font-size: 1.4rem;
    }
}
@media (max-width: 1438.98px) {
    .container-why-mind-supernova-optional .row .col .h5,
    .container-why-mind-supernova-optional .row .col h5 {
        font-size: 1.225rem;
    }
}
@media (max-width: 1238.98px) {
    .container-why-mind-supernova-optional .row .col .h5,
    .container-why-mind-supernova-optional .row .col h5 {
        font-size: 1.3125rem;
    }
}
.container-why-mind-supernova-optional .row .col ol,
.container-why-mind-supernova-optional .row .col p,
.container-why-mind-supernova-optional .row .col ul {
    color: transparent;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 1rem;
    transition: color 0.3s linear;
}
@media (max-width: 1438.98px) {
    .container-why-mind-supernova-optional .row .col ol,
    .container-why-mind-supernova-optional .row .col p,
    .container-why-mind-supernova-optional .row .col ul {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .container-why-mind-supernova-optional .row .col ol,
    .container-why-mind-supernova-optional .row .col p,
    .container-why-mind-supernova-optional .row .col ul {
        font-size: 1.25rem;
    }
}
.container-why-mind-supernova-optional .row .col ul li:before {
    color: transparent;
    transition: color 0.3s linear;
}
.container-why-mind-supernova-optional .row .accordion-item {
    display: none;
}
@media (min-width: 599px) and (max-width: 1438.98px) {
    .container-why-mind-supernova-optional .row .col {
        flex: 1 1 0;
        min-width: 300px;
    }
}
@media (max-width: 903.98px) {
    .container-why-mind-supernova-optional .row > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .container-why-mind-supernova-optional .row .col {
        min-width: unset;
        padding: 0;
    }
    .container-why-mind-supernova-optional .row .col:after {
        content: none;
    }
    .container-why-mind-supernova-optional .row .col p {
        color: #fff;
    }
    .container-why-mind-supernova-optional .row .col a {
        display: none;
    }
    .container-why-mind-supernova-optional .row .col .accordion-item {
        background: #1a1a1a;
        border-radius: 15px;
        display: block;
        padding: 1.5rem;
    }
    .container-why-mind-supernova-optional .row .col .accordion-item .h2,
    .container-why-mind-supernova-optional .row .col .accordion-item h2 {
        margin: 0;
        padding: 0;
    }
    .container-why-mind-supernova-optional .row .col .accordion-item .h2 button,
    .container-why-mind-supernova-optional .row .col .accordion-item h2 button {
        background-color: transparent;
        box-shadow: none;
        color: #fff;
        font-size: 1.25rem;
        font-weight: 700;
        padding: 0;
    }
}
@media (max-width: 903.98px) and (max-width: 1438.98px) {
    .container-why-mind-supernova-optional .row .col .accordion-item .h2 button,
    .container-why-mind-supernova-optional .row .col .accordion-item h2 button {
        font-size: 1.1rem;
    }
}
@media (max-width: 903.98px) and (max-width: 1238.98px) {
    .container-why-mind-supernova-optional .row .col .accordion-item .h2 button,
    .container-why-mind-supernova-optional .row .col .accordion-item h2 button {
        font-size: 1.25rem;
    }
}
@media (max-width: 903.98px) {
    .container-why-mind-supernova-optional .row .col .accordion-item .h2 button:after,
    .container-why-mind-supernova-optional .row .col .accordion-item h2 button:after {
        background-image: url(/mind-supernova/assets/images/plus.svg);
        background-position: 50%;
    }
    .container-why-mind-supernova-optional
        .row
        .col
        .accordion-item
        .h2
        button:not(.collapsed):after,
    .container-why-mind-supernova-optional
        .row
        .col
        .accordion-item
        h2
        button:not(.collapsed):after {
        background-image: url(/mind-supernova/assets/images/minus.svg);
        transform: none;
    }
    .container-why-mind-supernova-optional .row .col .accordion-item p {
        display: block;
        font-size: 1rem;
        font-weight: 400;
        margin-top: 1.5rem;
    }
}
.accordion-section {
    background-color: #000;
    color: #fff;
    margin: 3rem 0;
}
.accordion-section .accordion-button {
    font-size: 1.75rem;
}
@media (max-width: 1918.98px) {
    .accordion-section .accordion-button {
        font-size: 1.4rem;
    }
}
@media (max-width: 1438.98px) {
    .accordion-section .accordion-button {
        font-size: 1.225rem;
    }
}
@media (max-width: 1238.98px) {
    .accordion-section .accordion-button {
        font-size: 1.3125rem;
    }
}
.accordion-section .accordion,
.accordion-section .accordion .accordion-button,
.accordion-section .accordion .accordion-item {
    background-color: #000;
    color: #fff;
}
.accordion-section .accordion-item {
    border-color: #fff;
    border-width: 1px 0;
}
.accordion-section .accordion-item .accordion-button {
    background-color: #000;
    color: #fff;
}
.accordion-section .accordion-item .accordion-button:after {
    background-image: url(/mind-supernova/assets/images/plus_black.svg);
    filter: invert(1);
}
.accordion-section .accordion-item .accordion-button:not(.collapsed):after {
    background-image: url(/mind-supernova/assets/images/minus_black.svg);
}
@media (max-width: 900px) {
    .accordion-section {
        padding: 60px;
    }
}
@media (max-width: 700px) {
    .accordion-section {
        padding: 40px 20px;
    }
}
.accordion-section.faq-light,
.accordion-section.faq-light .accordion,
.accordion-section.faq-light .accordion .accordion-button,
.accordion-section.faq-light .accordion .accordion-item {
    background-color: #fff;
    color: #000;
}
.accordion-section.faq-light .accordion-item {
    border-color: #000;
}
.accordion-section.faq-light .accordion-item .accordion-button:after {
    background-image: url(/mind-supernova/assets/images/plus_black.svg);
    filter: brightness(0);
}
.accordion-section.faq-light .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.accordion-section.faq-light
    .accordion-item
    .accordion-button:not(.collapsed):after {
    background-image: url(/mind-supernova/assets/images/minus_black.svg);
}
.accordion-section.faq-dark,
.accordion-section.faq-dark .accordion,
.accordion-section.faq-dark .accordion .accordion-button,
.accordion-section.faq-dark .accordion .accordion-item {
    background-color: #000 !important;
    color: #fff !important;
}
.accordion-section.faq-dark .accordion-item {
    border-color: #fff !important;
}
.accordion-section.faq-dark .accordion-item .accordion-button:after {
    background-image: url(/mind-supernova/assets/images/plus_black.svg);
    filter: invert(1) !important;
}
.accordion-section.faq-dark .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.accordion-section.faq-dark
    .accordion-item
    .accordion-button:not(.collapsed):after {
    background-image: url(/mind-supernova/assets/images/minus_black.svg);
}
.bd-white .accordion-section,
.bd-white .accordion-section .accordion,
.bd-white .accordion-section .accordion .accordion-button,
.bd-white .accordion-section .accordion .accordion-item {
    background-color: #fff;
    color: #000;
}
.bd-white .accordion-section .accordion-item {
    border-color: #000;
}
.bd-white .accordion-section .accordion-item .accordion-button:after {
    background-image: url(/mind-supernova/assets/images/plus_black.svg);
    filter: brightness(0);
}
.bd-white .accordion-section .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.bd-white
    .accordion-section
    .accordion-item
    .accordion-button:not(.collapsed):after {
    background-image: url(/mind-supernova/assets/images/minus_black.svg);
}
.solutions .h2,
.solutions h2 {
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    text-align: center;
}
.solutions:has(.carousel) .h2,
.solutions:has(.carousel) h2 {
    margin-bottom: 2.2rem;
    padding-bottom: 0;
}
.solutions .carousel.slide:hover .carousel-indicators a.active:before {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}
@media (min-width: 1239px) {
    .solutions .carousel.slide .carousel-control {
        display: none;
    }
}
.solutions .carousel.slide .carousel-control .carousel-control-next,
.solutions .carousel.slide .carousel-control .carousel-control-prev {
    font-size: 2.125rem;
    opacity: 1;
    padding-top: 0.625rem;
}
.solutions .carousel.slide .carousel-indicators {
    margin-top: 0.9rem;
}
.solutions .carousel.slide .carousel-inner .carousel-item .carousel-caption {
    padding-bottom: 2.6rem;
    padding-left: 1.8rem;
}
.solutions .carousel.slide .carousel-inner .carousel-item .carousel-caption .h4,
.solutions .carousel.slide .carousel-inner .carousel-item .carousel-caption h4 {
    margin-bottom: 1.8rem;
}
.solutions .carousel.slide .carousel-inner .carousel-item .carousel-caption p {
    margin-bottom: 0;
}
.solutions
    .carousel.slide
    .carousel-inner
    .carousel-item
    .carousel-caption
    .btn {
    padding-bottom: 0;
    padding-top: 2.6rem;
}
.solutions .carousel-control {
    display: flex;
    justify-content: end;
    margin: 0.9rem 0;
}
.solutions .carousel-control .carousel-control-next,
.solutions .carousel-control .carousel-control-prev {
    background-color: #1a1a1a;
    display: none;
    justify-content: left;
    margin-left: 1rem;
    padding: 1rem 0.5rem;
    position: static;
    width: 48px;
}
@media (max-width: 1238.98px) {
    .solutions .carousel-control .carousel-control-next,
    .solutions .carousel-control .carousel-control-prev {
        display: inline-block;
    }
}
.solutions .carousel-inner {
    border-radius: 15px;
}
.solutions .carousel-inner .carousel-item figure {
    margin: 0;
}
.solutions .carousel-inner .carousel-item img {
    height: auto;
    object-fit: cover;
    width: 100%;
}
@media (max-width: 1238.98px) {
    .solutions .carousel-inner .carousel-item img {
        height: 370px;
    }
}
@media (max-width: 903.98px) {
    .solutions .carousel-inner .carousel-item img {
        height: 380px;
    }
}
.solutions .carousel-caption {
    bottom: 0;
    font-size: 1.25rem;
    left: 0;
    max-height: 100%;
    max-width: 100%;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    right: 0;
    text-align: left;
}
@media (max-width: 1438.98px) {
    .solutions .carousel-caption {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .solutions .carousel-caption {
        font-size: 1.25rem;
    }
}
.solutions .carousel-caption a {
    color: #00a3e1;
}
.solutions .carousel-indicators {
    margin: 1rem 0;
    position: relative;
}
@media (max-width: 1238.98px) {
    .solutions .carousel-indicators {
        display: none;
    }
}
.solutions .carousel-indicators a {
    background-color: #000;
    border: none;
    border-top: 2px solid #7f7f7f;
    color: #7f7f7f;
    flex: 1;
    font-size: 1.25rem;
    height: auto;
    margin: 0;
    min-width: 20px;
    opacity: 1 !important;
    padding-bottom: 1rem;
    padding-top: 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    transition: color 0.6s ease;
}
@media (max-width: 1438.98px) {
    .solutions .carousel-indicators a {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .solutions .carousel-indicators a {
        font-size: 1.25rem;
    }
}
.solutions .carousel-indicators a:before {
    background: #5f249f;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 0;
}
@-webkit-keyframes indicators_animation {
    0% {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@keyframes indicators_animation {
    0% {
        width: 0;
    }
    to {
        width: 100%;
    }
}
.solutions .carousel-indicators a:hover {
    color: #7f7f7f;
}
.solutions .carousel-indicators a.active {
    color: #fff;
}
.solutions .carousel-indicators a.active:before {
    -webkit-animation: indicators_animation 5s;
    -webkit-animation-play-state: running;
    animation: indicators_animation 5s;
    animation-fill-mode: forwards;
    animation-play-state: running;
}
.solutions .carousel-indicators a.active.paused:before {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}
.solutions .carousel-indicators a:nth-last-child(2) {
    margin-right: 0 !important;
}
.solutions .carousel-indicators a:first-child,
.solutions .carousel-indicators a:last-child {
    align-items: center;
    background-color: #1a1a1a;
    border: none;
    display: flex;
    justify-content: center;
    max-width: 23px;
    min-width: 23px;
    opacity: 1;
}
@media (min-width: 1239px) {
    .solutions .carousel-indicators a:first-child,
    .solutions .carousel-indicators a:last-child {
        display: none;
    }
}
.solutions .carousel-indicators a:not(:last-child),
.solutions .carousel-indicators button:not(:last-child) {
    margin-right: 1.5rem;
}
.solutions .s-list {
    list-style: none;
    padding: 0;
}
.solutions .s-list div.s-list-item-body {
    border-top: 1px solid #fff;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    width: 100%;
}
@media (max-width: 1438.98px) {
    .solutions .s-list div.s-list-item-body {
        cursor: pointer;
        flex-direction: column;
    }
    .solutions .s-list div.s-list-item-body.collapsed .btn-container a,
    .solutions .s-list div.s-list-item-body.collapsed figure,
    .solutions .s-list div.s-list-item-body.collapsed img,
    .solutions .s-list div.s-list-item-body.collapsed p {
        display: none;
    }
    .solutions
        .s-list
        div.s-list-item-body.collapsed
        .s-list-item-header
        .h3:after,
    .solutions
        .s-list
        div.s-list-item-body.collapsed
        .s-list-item-header
        h3:after {
        content: "+";
    }
}
.solutions .s-list div.s-list-item-body div.s-list-item-header {
    display: flex;
    left: -406px;
    position: relative;
    transition: left 0.2s linear;
}
@media (max-width: 1438.98px) {
    .solutions .s-list div.s-list-item-body div.s-list-item-header {
        flex-direction: column;
        left: 0;
    }
}
.solutions .s-list div.s-list-item-body div.s-list-item-header .h3,
.solutions .s-list div.s-list-item-body div.s-list-item-header h3 {
    display: flex;
    flex: 1;
    justify-content: space-between;
    max-width: 530px;
    min-width: 530px;
    order: 2;
}
@media (max-width: 1438.98px) {
    .solutions .s-list div.s-list-item-body div.s-list-item-header .h3,
    .solutions .s-list div.s-list-item-body div.s-list-item-header h3 {
        align-items: center;
        min-width: 100%;
        order: 1;
    }
    .solutions .s-list div.s-list-item-body div.s-list-item-header .h3:after,
    .solutions .s-list div.s-list-item-body div.s-list-item-header h3:after {
        content: "-";
    }
}
.solutions .s-list div.s-list-item-body div.s-list-item-header figure,
.solutions .s-list div.s-list-item-body div.s-list-item-header img {
    background: #000;
    border-radius: 14px;
    flex: 1;
    margin-right: 64px;
    margin-top: 5px;
    max-width: 340px;
    min-height: 0;
    min-width: 340px;
    order: 1;
}
@media (max-width: 1438.98px) {
    .solutions .s-list div.s-list-item-body div.s-list-item-header figure,
    .solutions .s-list div.s-list-item-body div.s-list-item-header img {
        margin-right: 0;
        min-width: 100%;
        order: 2;
    }
}
.solutions .s-list div.s-list-item-body p {
    display: block;
    flex: 1;
    font-size: 1.25rem;
    font-weight: 400;
    max-width: 480px;
}
@media (max-width: 1438.98px) {
    .solutions .s-list div.s-list-item-body p {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .solutions .s-list div.s-list-item-body p {
        font-size: 1.25rem;
    }
}
@media (max-width: 1438.98px) {
    .solutions .s-list div.s-list-item-body p {
        margin-top: 1rem;
        min-width: 100%;
    }
}
.solutions .s-list div.s-list-item-body .btn-container {
    display: block;
    flex: 1;
    order: 4;
}
.solutions .s-list div.s-list-item-body .btn-container a {
    color: #00a3e1;
    display: block;
    flex: 1;
    order: 4;
    text-align: right;
}
@media (max-width: 1438.98px) {
    .solutions .s-list div.s-list-item-body .btn-container a {
        text-align: left;
    }
}
.solutions .s-list div.s-list-item-body:hover div.s-list-item-header {
    left: 0;
}
.container-our-solutions {
    background: #000;
}
.container-our-solutions .title {
    text-align: center;
    width: 100%;
}
@media (max-width: 1238.98px) {
    .container-our-solutions .title {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        width: 100%;
    }
}
.container-our-solutions .title .h2,
.container-our-solutions .title h2 {
    font-size: 3.5rem;
    font-weight: 700;
    padding-bottom: 2.5rem;
    padding-top: 3.5rem;
}
@media (max-width: 1918.98px) {
    .container-our-solutions .title .h2,
    .container-our-solutions .title h2 {
        font-size: 2.625rem;
    }
}
@media (max-width: 903.98px) {
    .container-our-solutions .title .h2,
    .container-our-solutions .title h2 {
        font-size: 2.415rem;
    }
}
@media (max-width: 1238.98px) {
    .container-our-solutions .title .h2,
    .container-our-solutions .title h2 {
        margin-bottom: 0;
        padding-bottom: 1.5rem;
        padding-top: 0.5rem;
    }
}
.container-our-solutions .title p {
    font-size: 1.75rem;
    line-height: 1.3;
    padding-bottom: 2.5rem;
}
@media (max-width: 1918.98px) {
    .container-our-solutions .title p {
        font-size: 1.4rem;
    }
}
@media (max-width: 1438.98px) {
    .container-our-solutions .title p {
        font-size: 1.225rem;
    }
}
@media (max-width: 1238.98px) {
    .container-our-solutions .title p {
        font-size: 1.3125rem;
    }
}
.container-our-solutions .row {
    grid-column-gap: 24px;
    margin: auto;
    width: 100%;
}
@media (max-width: 1238.98px) {
    .container-our-solutions .row {
        background: #000;
        border-radius: 0.7rem;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}
.container-our-solutions .row .col-my {
    padding-top: 1.5rem;
}
.container-our-solutions .row .col {
    cursor: pointer;
    flex: 1;
    min-width: 300px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
@media (max-width: 1238.98px) {
    .container-our-solutions .row .col {
        flex: 100%;
    }
    .container-our-solutions
        .row
        .col:first-child
        div:not(.text, .text-container, .arr-offering, .btn-container) {
        border: none;
    }
}
.container-our-solutions .row .col button {
    padding: 0 0 5rem;
}
@media (max-width: 1238.98px) {
    .container-our-solutions .row .col button {
        font-size: 1rem;
        padding-bottom: 2.5rem;
    }
}
.container-our-solutions .row .col img {
    height: 349px;
    object-fit: cover;
    padding-bottom: 2rem;
    width: 100%;
}
@media (max-width: 1238.98px) {
    .container-our-solutions .row .col img {
        height: 225px;
        padding-bottom: 1.5rem;
    }
}
.container-our-solutions .row .col .h5,
.container-our-solutions .row .col h5 {
    margin-bottom: 0;
    padding-bottom: 1.5rem;
}
@media (max-width: 1238.98px) {
    .container-our-solutions .row .col .h5,
    .container-our-solutions .row .col h5 {
        font-size: 1.25rem;
        padding-bottom: 1rem;
    }
}
.container-our-solutions .row .col p {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 0;
    padding-bottom: 2rem;
}
@media (max-width: 1438.98px) {
    .container-our-solutions .row .col p {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .container-our-solutions .row .col p {
        font-size: 1.25rem;
        padding-bottom: 1rem;
    }
}
.container-our-solutions .row .col .badge-new-item {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 35px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
}
.container-our-solutions .row .col .badge-new-item p {
    color: #000;
    font-size: 1rem;
    margin-bottom: 0;
    padding-bottom: 0;
}
.container-our-solutions
    .row
    .col
    div:not(
        .text,
        .text-container,
        .arr-offering,
        .btn-container,
        .badge-new-item
    ) {
    border-top: 1px solid #fff;
    min-height: 200px;
    padding: 1.5rem;
}
@media (max-width: 1238.98px) {
    .container-our-solutions
        .row
        .col
        div:not(
            .text,
            .text-container,
            .arr-offering,
            .btn-container,
            .badge-new-item
        ) {
        min-height: 0;
        padding-bottom: 0;
    }
}
.container-our-solutions
    .row
    .col
    div:not(
        .text,
        .text-container,
        .arr-offering,
        .btn-container,
        .badge-new-item
    )
    .h5,
.container-our-solutions
    .row
    .col
    div:not(
        .text,
        .text-container,
        .arr-offering,
        .btn-container,
        .badge-new-item
    )
    h5 {
    font-size: 1.75rem;
    font-weight: 700;
}
@media (max-width: 1918.98px) {
    .container-our-solutions
        .row
        .col
        div:not(
            .text,
            .text-container,
            .arr-offering,
            .btn-container,
            .badge-new-item
        )
        .h5,
    .container-our-solutions
        .row
        .col
        div:not(
            .text,
            .text-container,
            .arr-offering,
            .btn-container,
            .badge-new-item
        )
        h5 {
        font-size: 1.4rem;
    }
}
@media (max-width: 1438.98px) {
    .container-our-solutions
        .row
        .col
        div:not(
            .text,
            .text-container,
            .arr-offering,
            .btn-container,
            .badge-new-item
        )
        .h5,
    .container-our-solutions
        .row
        .col
        div:not(
            .text,
            .text-container,
            .arr-offering,
            .btn-container,
            .badge-new-item
        )
        h5 {
        font-size: 1.225rem;
    }
}
@media (max-width: 1238.98px) {
    .container-our-solutions
        .row
        .col
        div:not(
            .text,
            .text-container,
            .arr-offering,
            .btn-container,
            .badge-new-item
        )
        .h5,
    .container-our-solutions
        .row
        .col
        div:not(
            .text,
            .text-container,
            .arr-offering,
            .btn-container,
            .badge-new-item
        )
        h5 {
        font-size: 1.3125rem;
        padding-bottom: 1.5rem;
    }
}
.container-our-solutions
    .row
    .col
    div:not(
        .text,
        .text-container,
        .arr-offering,
        .btn-container,
        .badge-new-item
    )
    p {
    display: none;
    padding-bottom: 2.5rem;
}
@media (max-width: 1238.98px) {
    .container-our-solutions
        .row
        .col
        div:not(
            .text,
            .text-container,
            .arr-offering,
            .btn-container,
            .badge-new-item
        )
        p {
        display: block;
        font-size: 1.25rem;
        line-height: 1.3;
        margin-bottom: 0;
    }
}
@media (max-width: 1238.98px) and (max-width: 1438.98px) {
    .container-our-solutions
        .row
        .col
        div:not(
            .text,
            .text-container,
            .arr-offering,
            .btn-container,
            .badge-new-item
        )
        p {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) and (max-width: 1238.98px) {
    .container-our-solutions
        .row
        .col
        div:not(
            .text,
            .text-container,
            .arr-offering,
            .btn-container,
            .badge-new-item
        )
        p {
        font-size: 1.25rem;
    }
}
@media (min-width: 1239px) {
    .container-our-solutions
        .row
        .col
        div:not(
            .text,
            .text-container,
            .arr-offering,
            .btn-container,
            .badge-new-item
        ):hover {
        background: linear-gradient(
            111.36deg,
            rgba(86, 8, 139, 0.6) 29.15%,
            rgba(173, 71, 151, 0.06) 108.07%
        );
        border: none;
    }
}
.container-our-solutions .row > * {
    flex: 0 0 auto;
    width: 25%;
}
@media (max-width: 1238.98px) {
    .container-our-solutions .row > * {
        flex: 0 0 auto;
        width: 100%;
    }
}
.container-case-studies .h2,
.container-case-studies h2 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    text-align: center;
}
@media (max-width: 1918.98px) {
    .container-case-studies .h2,
    .container-case-studies h2 {
        font-size: 2.625rem;
    }
}
@media (max-width: 903.98px) {
    .container-case-studies .h2,
    .container-case-studies h2 {
        font-size: 2.415rem;
    }
}
.container-case-studies .row {
    grid-gap: 24px;
}
@media (max-width: 1238.98px) {
    .container-case-studies .row {
        flex-direction: column;
    }
}
.container-case-studies .row .html-code {
    display: none;
}
.container-case-studies .row .col {
    margin-bottom: 0;
    padding: 0;
    transition: flex 0.5s ease;
}
.container-case-studies .row .col .h2,
.container-case-studies .row .col h2 {
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 0.5rem;
    padding-top: 1rem;
    text-align: start;
}
.container-case-studies .row .col p:not(.item-title) {
    font-size: 1.25rem;
    line-height: 1.3;
    margin: 0;
    padding: 1.5rem 1px 1rem;
}
@media (max-width: 1438.98px) {
    .container-case-studies .row .col p:not(.item-title) {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .container-case-studies .row .col p:not(.item-title) {
        font-size: 1.25rem;
    }
}
.container-case-studies .row .col .desktop-link {
    color: #fff;
    text-decoration: unset;
}
.container-case-studies
    .row
    .col
    .desktop-link
    div:not(.text-container, .text, .arr-offering) {
    border-radius: 14px;
    justify-content: flex-end;
    max-height: 760px;
    min-height: 760px;
    overflow: hidden;
    padding: 1rem 1.5rem 2rem;
    position: relative;
    transition: height 0.5s ease;
}
.container-case-studies
    .row
    .col
    .desktop-link
    div:not(.text-container, .text, .arr-offering):after {
    background: linear-gradient(
        180deg,
        transparent,
        rgba(15, 6, 26, 0.8) 83.98%
    );
    border-radius: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.container-case-studies
    .row
    .col
    .desktop-link
    div:not(.text-container, .text, .arr-offering)
    img {
    border-radius: 14px;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: all 0.5s ease;
    width: 100%;
}
.container-case-studies
    .row
    .col
    .desktop-link
    div:not(.text-container, .text, .arr-offering)
    * {
    text-decoration: none;
    z-index: 1;
}
.container-case-studies
    .row
    .col
    .desktop-link
    div:not(.text-container, .text, .arr-offering)
    .body-text-bold {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    max-width: 400px;
    padding-bottom: 1rem;
    padding-top: 1rem;
    position: relative;
    top: 110px;
    transition: all 0.5s ease;
    z-index: 2;
}
@media (max-width: 1438.98px) {
    .container-case-studies
        .row
        .col
        .desktop-link
        div:not(.text-container, .text, .arr-offering)
        .body-text-bold {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .container-case-studies
        .row
        .col
        .desktop-link
        div:not(.text-container, .text, .arr-offering)
        .body-text-bold {
        font-size: 1.25rem;
    }
}
.container-case-studies
    .row
    .col
    .desktop-link
    div:not(.text-container, .text, .arr-offering)
    .description {
    color: #fff;
    max-height: 200px;
    max-width: 400px;
    max-width: 620px;
    opacity: 0;
    overflow: hidden;
    padding-bottom: 1rem;
    padding-top: 1rem;
    transition: all 0.5s ease;
    z-index: 2;
}
.container-case-studies
    .row
    .col
    .desktop-link
    div:not(.text-container, .text, .arr-offering)
    .item-title {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    max-width: 400px;
    padding-bottom: 1rem;
    padding-top: 1rem;
    position: relative;
    top: 110px;
    transition: all 0.5s ease;
    width: 80%;
    z-index: 2;
}
@media (max-width: 1918.98px) {
    .container-case-studies
        .row
        .col
        .desktop-link
        div:not(.text-container, .text, .arr-offering)
        .item-title {
        font-size: 2.0025rem;
    }
}
.container-case-studies
    .row
    .col
    .desktop-link
    div:not(.text-container, .text, .arr-offering)
    button {
    z-index: 2;
}
.container-case-studies
    .row
    .col
    .desktop-link
    div:not(.text-container, .text, .arr-offering)
    .gray {
    color: #f2f2f2;
}
@media (max-width: 1238.98px) {
    .container-case-studies
        .row
        .col
        .desktop-link
        div:not(.text-container, .text, .arr-offering) {
        min-height: unset;
        padding: 1.5rem;
    }
}
.container-case-studies .row .col.twig-code {
    display: block;
}
.container-case-studies .row .col .accordion-item {
    display: none;
}
@media (max-width: 1238.98px) {
    .container-case-studies .row .col .desktop-link {
        display: none;
    }
    .container-case-studies .row .col .accordion-item {
        background-color: transparent;
        border-radius: 14px;
        display: block;
        overflow: hidden;
        padding: 2rem;
        position: relative;
    }
    .container-case-studies .row .col .accordion-item__gradient {
        background: linear-gradient(
            180deg,
            transparent,
            rgba(15, 6, 26, 0.8) 83.98%
        );
        height: 100%;
        opacity: 0.9;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 2;
    }
    .container-case-studies .row .col .accordion-item img {
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        transition: all 0.5s ease;
        width: 100%;
        z-index: 1;
    }
    .container-case-studies .row .col .accordion-item .accordion-header {
        z-index: 3;
    }
    .container-case-studies .row .col .accordion-item .h2,
    .container-case-studies .row .col .accordion-item h2 {
        margin: 0;
        padding: 0;
    }
    .container-case-studies .row .col .accordion-item .h2 button,
    .container-case-studies .row .col .accordion-item h2 button {
        background-color: transparent;
        box-shadow: none;
        color: transparent;
        font-size: 1.25rem;
        font-weight: 700;
        padding: 0;
        z-index: 3;
    }
}
@media (max-width: 1238.98px) and (max-width: 1438.98px) {
    .container-case-studies .row .col .accordion-item .h2 button,
    .container-case-studies .row .col .accordion-item h2 button {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) and (max-width: 1238.98px) {
    .container-case-studies .row .col .accordion-item .h2 button,
    .container-case-studies .row .col .accordion-item h2 button {
        font-size: 1.25rem;
    }
}
@media (max-width: 1238.98px) {
    .container-case-studies .row .col .accordion-item .h2 button:after,
    .container-case-studies .row .col .accordion-item h2 button:after {
        background-image: url(/mind-supernova/assets/images/plus.svg);
        background-position: 50%;
    }
    .container-case-studies
        .row
        .col
        .accordion-item
        .h2
        button:not(.collapsed):after,
    .container-case-studies
        .row
        .col
        .accordion-item
        h2
        button:not(.collapsed):after {
        background-image: url(/mind-supernova/assets/images/minus.svg);
        transform: none;
    }
    .container-case-studies .row .col .accordion-item .h2 button.collapsed,
    .container-case-studies .row .col .accordion-item h2 button.collapsed {
        color: #fff;
    }
    .container-case-studies .row .col .accordion-item .accordion-collapse {
        position: relative;
        z-index: 3;
    }
    .container-case-studies
        .row
        .col
        .accordion-item
        .accordion-collapse
        p.body-text-bold {
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.3;
        padding: 0;
        position: absolute;
        top: -110px;
    }
}
@media (max-width: 1238.98px) and (max-width: 1438.98px) {
    .container-case-studies
        .row
        .col
        .accordion-item
        .accordion-collapse
        p.body-text-bold {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) and (max-width: 1238.98px) {
    .container-case-studies
        .row
        .col
        .accordion-item
        .accordion-collapse
        p.body-text-bold {
        font-size: 1.25rem;
    }
}
@media (max-width: 1238.98px) and (min-width: 904px) {
    .container-case-studies
        .row
        .col
        .accordion-item
        .accordion-collapse
        p.body-text-bold {
        top: -130px;
    }
}
@media (max-width: 1238.98px) {
    .container-case-studies
        .row
        .col
        .accordion-item
        .accordion-collapse
        p.gray {
        display: none;
    }
    .container-case-studies
        .row
        .col
        .accordion-item
        .accordion-collapse
        p.item-title {
        font-size: 2.25rem;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 2rem;
        margin-top: 8rem;
        max-width: 45%;
    }
}
@media (max-width: 1238.98px) and (max-width: 1918.98px) {
    .container-case-studies
        .row
        .col
        .accordion-item
        .accordion-collapse
        p.item-title {
        font-size: 2.0025rem;
    }
}
@media (max-width: 1238.98px) {
    .container-case-studies
        .row
        .col
        .accordion-item
        .accordion-collapse
        button {
        margin: 0;
        padding: 0;
    }
    .container-case-studies
        .row
        .col
        .accordion-item
        .h2
        button:not(.collapsed):after,
    .container-case-studies
        .row
        .col
        .accordion-item
        h2
        button:not(.collapsed):after {
        background-position-y: top;
    }
    .container-case-studies
        .row
        .col
        .accordion-item
        .accordion-collapse
        .item-title {
        max-width: unset;
    }
}
.container-case-studies .row .col.expand {
    flex: 3 0 0;
}
.container-case-studies
    .row
    .col.expand
    .desktop-link
    div:not(.text-container, .text, .arr-offering) {
    padding-right: 2rem;
}
.container-case-studies
    .row
    .col.expand
    .desktop-link
    div:not(.text-container, .text, .arr-offering)
    .item-title {
    top: 0;
    width: 400px;
}
.container-case-studies
    .row
    .col.expand
    .desktop-link
    div:not(.text-container, .text, .arr-offering)
    p:not(.item-title) {
    max-width: 420px;
    top: 0;
}
.container-case-studies
    .row
    .col.expand
    .desktop-link
    div:not(.text-container, .text, .arr-offering)
    p:not(.item-title).gray {
    max-height: fit-content;
    max-width: 620px;
    opacity: 1;
    overflow: initial;
}
.container-case-studies .row .col.expand .accordion-item img {
    transform: scale(1.1);
}
.container-case-studies .row .col.shrink {
    flex: 1 0 0;
}
.container-case-studies .row .col.shrink .desktop-link {
    position: relative;
}
.container-case-studies .row .col.shrink .desktop-link:after {
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.container-case-studies
    .row
    .col.shrink
    .desktop-link
    div:not(.text-container, .text, .arr-offering)
    .item-title,
.container-case-studies
    .row
    .col.shrink
    .desktop-link
    div:not(.text-container, .text, .arr-offering)
    button,
.container-case-studies
    .row
    .col.shrink
    .desktop-link
    div:not(.text-container, .text, .arr-offering)
    p {
    max-height: 200px;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.3s ease;
}
.container-case-studies
    .row
    .col.shrink
    .desktop-link
    div:not(.text-container, .text, .arr-offering)
    img {
    border-radius: 14px;
}
.container-case-studies .btn-outline {
    margin: 2.5rem auto auto;
}
.container-featured .title {
    text-align: center;
    width: 100%;
}
@media (max-width: 903.98px) {
    .container-featured .title {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        width: 100%;
    }
}
.container-featured .title .h2,
.container-featured .title h2 {
    font-size: 3.5rem;
    font-weight: 700;
    padding-bottom: 2.2rem;
    padding-top: 3.5rem;
}
@media (max-width: 1918.98px) {
    .container-featured .title .h2,
    .container-featured .title h2 {
        font-size: 2.625rem;
    }
}
@media (max-width: 903.98px) {
    .container-featured .title .h2,
    .container-featured .title h2 {
        font-size: 2.415rem;
    }
}
@media (min-width: 599px) and (max-width: 1238.98px) {
    .container-featured .title .h2,
    .container-featured .title h2 {
        padding-bottom: 2rem;
    }
}
@media (max-width: 903.98px) {
    .container-featured .title .h2,
    .container-featured .title h2 {
        margin-bottom: 0;
        padding-bottom: 1.5rem;
        padding-top: 0.5rem;
    }
}
.container-featured .title p {
    font-size: 1.75rem;
    line-height: 1.3;
    padding-bottom: 2.5rem;
}
@media (max-width: 1918.98px) {
    .container-featured .title p {
        font-size: 1.4rem;
    }
}
@media (max-width: 1438.98px) {
    .container-featured .title p {
        font-size: 1.225rem;
    }
}
@media (max-width: 1238.98px) {
    .container-featured .title p {
        font-size: 1.3125rem;
    }
}
@media (min-width: 599px) and (max-width: 1238.98px) {
    .container-featured .title {
        padding-right: 1.5rem;
    }
}
.container-featured .row {
    gap: 1.3rem;
    margin: auto;
    width: 100%;
}
@media (max-width: 903.98px) {
    .container-featured .row {
        background: #000;
        border-radius: 0.7rem;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}
.container-featured .row .col-my {
    padding-top: 1.5rem;
}
.container-featured .row .twig-code {
    display: none;
}
.container-featured .row .col {
    border-radius: 15px;
    box-sizing: border-box;
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    min-height: 32rem;
    min-width: 300px;
    overflow: hidden;
    padding: 3rem 1.5rem 2.2rem;
    position: relative;
}
.container-featured .row .col:after {
    background: linear-gradient(
        180deg,
        transparent,
        rgba(15, 6, 26, 0.8) 83.98%
    );
    border-radius: 15px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
@media (max-width: 903.98px) {
    .container-featured .row .col {
        min-height: 440px;
    }
}
.container-featured .row .col.html-code {
    display: none;
}
.container-featured .row .col:hover img {
    transform: scale(1.25);
}
.container-featured .row .col .btn-container {
    z-index: 2;
}
.container-featured .row .col img {
    border-radius: 15px;
    height: 100%;
    left: 0;
    margin: 0;
    object-fit: cover;
    padding: 0;
    position: absolute;
    top: 0;
    transition: 0.3s ease;
    width: 100%;
    z-index: 0;
}
.container-featured .row .col .description,
.container-featured .row .col .h3,
.container-featured .row .col .item-title,
.container-featured .row .col button,
.container-featured .row .col h3 {
    position: relative;
    z-index: 2;
}
.container-featured .row .col .h3,
.container-featured .row .col .item-title,
.container-featured .row .col h3 {
    margin: 0 0 2.2rem;
    padding: 0;
}
@media (max-width: 903.98px) {
    .container-featured .row .col .h3,
    .container-featured .row .col .item-title,
    .container-featured .row .col h3 {
        font-size: 1.75rem;
        min-height: auto;
    }
}
@media (max-width: 903.98px) and (max-width: 1918.98px) {
    .container-featured .row .col .h3,
    .container-featured .row .col .item-title,
    .container-featured .row .col h3 {
        font-size: 1.4rem;
    }
}
@media (max-width: 903.98px) and (max-width: 1438.98px) {
    .container-featured .row .col .h3,
    .container-featured .row .col .item-title,
    .container-featured .row .col h3 {
        font-size: 1.225rem;
    }
}
@media (max-width: 903.98px) and (max-width: 1238.98px) {
    .container-featured .row .col .h3,
    .container-featured .row .col .item-title,
    .container-featured .row .col h3 {
        font-size: 1.3125rem;
    }
}
@media (min-width: 904px) {
    .container-featured .row .col .h3,
    .container-featured .row .col .item-title,
    .container-featured .row .col h3 {
        font-size: 2.25rem;
        font-weight: 700;
        line-height: 1.2;
    }
}
@media (min-width: 904px) and (max-width: 1918.98px) {
    .container-featured .row .col .h3,
    .container-featured .row .col .item-title,
    .container-featured .row .col h3 {
        font-size: 2.0025rem;
    }
}
.container-featured .row .col .description {
    font-size: 1.25rem;
    line-height: 1.3;
    padding: 0;
}
@media (max-width: 1438.98px) {
    .container-featured .row .col .description {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .container-featured .row .col .description {
        font-size: 1.25rem;
    }
}
@media (max-width: 903.98px) {
    .container-featured .row .col .description {
        display: none;
    }
}
.container-featured .row .col button {
    margin: 1.5rem 0 0;
    padding: 0;
}
@media (max-width: 903.98px) {
    .container-featured .row .col button {
        font-size: 1rem;
    }
}
.container-featured
    .row
    .col
    div:not(.text-container, .text, .arr-offering, .btn-container) {
    border-top: 1px solid #fff;
    min-height: 200px;
    padding: 1.5rem;
}
.container-featured
    .row
    .col
    div:not(.text-container, .text, .arr-offering, .btn-container)
    .h3,
.container-featured
    .row
    .col
    div:not(.text-container, .text, .arr-offering, .btn-container)
    .item-title,
.container-featured
    .row
    .col
    div:not(.text-container, .text, .arr-offering, .btn-container)
    h3 {
    font-size: 1.75rem;
    font-weight: 700;
}
@media (max-width: 1918.98px) {
    .container-featured
        .row
        .col
        div:not(.text-container, .text, .arr-offering, .btn-container)
        .h3,
    .container-featured
        .row
        .col
        div:not(.text-container, .text, .arr-offering, .btn-container)
        .item-title,
    .container-featured
        .row
        .col
        div:not(.text-container, .text, .arr-offering, .btn-container)
        h3 {
        font-size: 1.4rem;
    }
}
@media (max-width: 1438.98px) {
    .container-featured
        .row
        .col
        div:not(.text-container, .text, .arr-offering, .btn-container)
        .h3,
    .container-featured
        .row
        .col
        div:not(.text-container, .text, .arr-offering, .btn-container)
        .item-title,
    .container-featured
        .row
        .col
        div:not(.text-container, .text, .arr-offering, .btn-container)
        h3 {
        font-size: 1.225rem;
    }
}
@media (max-width: 1238.98px) {
    .container-featured
        .row
        .col
        div:not(.text-container, .text, .arr-offering, .btn-container)
        .h3,
    .container-featured
        .row
        .col
        div:not(.text-container, .text, .arr-offering, .btn-container)
        .item-title,
    .container-featured
        .row
        .col
        div:not(.text-container, .text, .arr-offering, .btn-container)
        h3 {
        font-size: 1.3125rem;
    }
}
.container-featured
    .row
    .col
    div:not(.text-container, .text, .arr-offering, .btn-container)
    p {
    display: none;
    padding-bottom: 2.5rem;
}
@media (max-width: 598.98px) {
    .container {
        padding: 0 1rem;
    }
}
.featured {
    height: max-content;
    margin-bottom: 1.5rem;
    padding: 1.5rem 0;
}
.featured-tablet-small {
    display: none;
}
.featured-second__box__image {
    background: linear-gradient(180deg, transparent, rgba(15, 6, 26, 0.2));
    border-radius: 14px;
    height: 600px;
    width: 100%;
}
.featured__box {
    display: flex;
    gap: 24px;
}
.featured__box__image {
    border-radius: 14px;
    height: 100%;
}
.featured__box_content {
    align-items: flex-end;
    cursor: pointer;
    display: flex;
    height: 600px;
    position: relative;
}
.featured__box_content_text {
    padding-left: 1.5rem;
    position: absolute;
}
.featured__box_content_text .case__box_text {
    display: none;
}
.featured__box_content:before {
    background: linear-gradient(180deg, transparent, rgba(15, 6, 26, 0.9));
    border-radius: 14px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.featured__box_content:hover .case__box_text {
    display: block;
}
.featured__title {
    display: flex;
    justify-content: center;
    margin: 0 auto 40px;
}
.featured__button {
    align-items: center;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    display: flex;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 2.5rem auto 0;
    padding: 0.5rem 2rem;
    text-align: center;
    text-transform: uppercase;
    width: max-content;
}
@media (max-width: 1438.98px) {
    .featured__button {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .featured__button {
        font-size: 1.25rem;
    }
}
.featured__box_mobile_text {
    display: none;
}
.featured__box_text {
    color: #f2f2f2;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 3rem;
    max-width: 386px;
}
@media (max-width: 1438.98px) {
    .featured__box_text {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .featured__box_text {
        font-size: 1.25rem;
    }
}
.featured__box_distance {
    margin-bottom: 24px;
}
.featured__box_button {
    color: #00a3e1;
    cursor: pointer;
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 2.5rem 0;
    text-transform: uppercase;
}
@media (max-width: 1438.98px) {
    .featured__box_button {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .featured__box_button {
        font-size: 1.25rem;
    }
}
.featured .container {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.featured .container .js-stack-cards {
    --stack-cards-gap: 0;
}
.featured .container .js-stack-cards .col {
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    height: 32rem;
    justify-content: flex-end;
    min-width: 300px;
    padding: 3rem 500px 3rem 1.5rem;
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}
.featured .container .js-stack-cards .col:after {
    background: linear-gradient(
        180deg,
        transparent,
        rgba(15, 6, 26, 0.8) 83.98%
    );
    border-radius: 15px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
@media (min-width: 599px) and (max-width: 1438.98px) {
    .featured .container .js-stack-cards .col {
        padding: 3rem 1.5rem;
    }
}
@media (max-width: 598.98px) {
    .featured .container .js-stack-cards .col {
        min-height: 400px;
        padding: 2rem 1.5rem;
    }
    .featured .container .js-stack-cards .col:hover {
        justify-content: flex-start;
        margin: 0;
        min-height: 400px;
        padding: 2.5rem 1.5rem 0;
    }
}
.featured .container .js-stack-cards .col:hover .description {
    color: #d9d9d9;
    display: block;
    line-height: 26px;
    margin-bottom: 2.2rem;
    padding: 0;
    z-index: 2;
}
@media (max-width: 598.98px) {
    .featured .container .js-stack-cards .col:hover .description {
        display: none;
    }
}
.featured .container .js-stack-cards .col:hover .item-title {
    z-index: 2;
}
@media (max-width: 598.98px) {
    .featured .container .js-stack-cards .col:hover .item-title {
        display: block;
        line-height: 120%;
    }
}
.featured .container .js-stack-cards .col:hover .industry {
    z-index: 2;
}
@media (max-width: 598.98px) {
    .featured .container .js-stack-cards .col:hover .industry {
        display: block;
        line-height: 130%;
        margin: 0;
        padding: 0;
    }
}
.featured .container .js-stack-cards .col:hover button {
    font-size: 1rem;
    z-index: 2;
}
@media (max-width: 598.98px) {
    .featured .container .js-stack-cards .col:hover button {
        display: block;
        line-height: 130%;
        padding-top: 1rem;
        width: 150px;
    }
}
@media (min-width: 1919px) {
    .featured .container .js-stack-cards .col:hover button {
        font-size: 0.9rem;
    }
}
.featured .container .js-stack-cards .col.html-code {
    display: none;
}
.featured .container .js-stack-cards .col img {
    border-radius: 15px;
    height: 100%;
    left: 0;
    margin: 0;
    object-fit: cover;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.featured .container .js-stack-cards .col .description,
.featured .container .js-stack-cards .col .industry,
.featured .container .js-stack-cards .col .item-title,
.featured .container .js-stack-cards .col button {
    position: relative;
    z-index: 2;
}
.featured .container .js-stack-cards .col .item-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 2.2rem;
    margin-top: 2.2rem;
}
@media (max-width: 598.98px) {
    .featured .container .js-stack-cards .col .item-title {
        line-height: 130%;
    }
}
@media (min-width: 1919px) {
    .featured .container .js-stack-cards .col .item-title {
        font-size: 2.25rem;
    }
}
.featured .container .js-stack-cards .col .industry {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 130%;
    margin: 0;
    min-height: 140px;
    padding: 250px 0 0;
}
@media (max-width: 598.98px) {
    .featured .container .js-stack-cards .col .industry {
        display: none;
    }
}
@media (min-width: 1239px) {
    .featured .container .js-stack-cards .col .industry {
        font-size: 1.1rem;
    }
}
@media (min-width: 1439px) {
    .featured .container .js-stack-cards .col .industry {
        font-size: 1.25rem;
    }
}
.featured .container .js-stack-cards .col .description {
    display: none;
    font-size: 1.25rem;
}
@media (min-width: 1239px) {
    .featured .container .js-stack-cards .col .description {
        font-size: 1.1rem;
    }
}
@media (min-width: 1439px) {
    .featured .container .js-stack-cards .col .description {
        font-size: 1.25rem;
    }
}
.featured .container .js-stack-cards .col button {
    margin: 0;
    padding: 0;
}
@media (max-width: 598.98px) {
    .featured .container .js-stack-cards .col button {
        display: none;
    }
}
.featured .container .js-stack-cards .col .btn-container {
    z-index: 2;
}
.featured
    .container
    .js-stack-cards
    .col
    div:not(.text-container, .text, .arr-offering, .btn-container) {
    border-top: 1px solid #fff;
    min-height: 200px;
    padding: 1.5rem;
}
.featured
    .container
    .js-stack-cards
    .col
    div:not(.text-container, .text, .arr-offering, .btn-container)
    .item-title {
    font-size: 1.75rem;
    font-weight: 700;
}
@media (max-width: 1918.98px) {
    .featured
        .container
        .js-stack-cards
        .col
        div:not(.text-container, .text, .arr-offering, .btn-container)
        .item-title {
        font-size: 1.4rem;
    }
}
@media (max-width: 1438.98px) {
    .featured
        .container
        .js-stack-cards
        .col
        div:not(.text-container, .text, .arr-offering, .btn-container)
        .item-title {
        font-size: 1.225rem;
    }
}
@media (max-width: 1238.98px) {
    .featured
        .container
        .js-stack-cards
        .col
        div:not(.text-container, .text, .arr-offering, .btn-container)
        .item-title {
        font-size: 1.3125rem;
    }
}
.featured
    .container
    .js-stack-cards
    .col
    div:not(.text-container, .text, .arr-offering, .btn-container)
    p {
    display: none;
    padding-bottom: 2.5rem;
}
@media (max-width: 1238.98px) {
    .featured {
        height: max-content;
        padding: 3rem 0 4rem;
    }
    .featured-second__box__image {
        height: 440px;
        width: 100%;
    }
    .featured__box {
        flex-direction: column;
    }
    .featured__tablet {
        display: flex;
    }
    .featured__tablet_image {
        border-radius: 14px;
        height: 440px;
        width: 960px;
    }
    .featured__tablet_plus {
        background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff),
            #fff;
        background-size: 50% 1px, 1px 50%;
        cursor: pointer;
        display: inline-block;
        height: 12px;
        width: 12px;
    }
    .featured__tablet_alt,
    .featured__tablet_plus {
        background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100% 2px, 2px 100%;
    }
    .featured__tablet_minus {
        background-size: 100% 2px, 0 100%;
        margin-left: 112px;
        margin-top: 0.5rem;
    }
    .featured-tablet-small {
        display: block;
    }
    .featured-tablet_image {
        background: linear-gradient(
            206.66deg,
            transparent -45.37%,
            rgba(15, 6, 26, 0.7) 83.29%
        );
        border-radius: 14px;
        height: 120px;
        width: 960px;
    }
    .featured-tablet_text {
        color: #fff;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.3;
    }
}
@media (max-width: 1238.98px) and (max-width: 1438.98px) {
    .featured-tablet_text {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) and (max-width: 1238.98px) {
    .featured-tablet_text {
        font-size: 1.25rem;
    }
}
@media (max-width: 1238.98px) {
    .featured-tablet_content {
        position: absolute;
    }
    .featured__box {
        flex-direction: column;
        gap: 32px;
    }
    .featured__box_button {
        margin: 32px 0 24px;
    }
    .featured__box__image {
        display: block;
        height: 440px;
        width: 100%;
    }
    .featured__box__image-tablet {
        display: block;
        height: 440px;
        width: 960px;
    }
    .featured__box_content {
        height: auto;
    }
}
@media (max-width: 598.98px) {
    .container {
        padding: 0 1rem;
    }
    .featured {
        height: max-content;
        padding: 1.5rem 0 1rem;
    }
    .featured-second__box__image {
        height: 360px;
        width: 100%;
    }
    .featured__mobile {
        display: none;
    }
    .featured__title {
        margin: 0 auto 1.5rem;
    }
    .featured__box {
        grid-gap: 16px;
    }
    .featured__box__image {
        width: 100%;
    }
    .featured__box-first,
    .featured__box-second {
        height: 120px;
    }
    .featured__box_distance {
        margin-bottom: 5rem;
    }
}
.mycasestudies {
    margin-top: 3%;
}
.mycasestudies .card {
    border-radius: 14px;
}
.mycasestudies .card-img-overlay {
    z-index: 2;
}
.mycasestudies .card-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}
.mycasestudies__card-text {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mycasestudies .card-img {
    border-radius: 14px !important;
    height: 526px;
    object-fit: cover;
}
.mycasestudies .row .col-12 .card:after {
    background: linear-gradient(
        180deg,
        transparent,
        rgba(15, 6, 26, 0.8) 83.98%
    );
    border-radius: 14px;
    bottom: 0;
    content: "";
    height: 526px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
img.no-radius {
    border-radius: 0 !important;
}
.container-insights .title {
    text-align: center;
    width: 100%;
}
@media (max-width: 598.98px) {
    .container-insights .title {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        width: 100%;
    }
}
.container-insights .title .h2,
.container-insights .title h2 {
    font-size: 3.5rem;
    font-weight: 700;
    padding-bottom: 2.5rem;
    padding-top: 3.5rem;
}
@media (max-width: 1918.98px) {
    .container-insights .title .h2,
    .container-insights .title h2 {
        font-size: 2.625rem;
    }
}
@media (max-width: 903.98px) {
    .container-insights .title .h2,
    .container-insights .title h2 {
        font-size: 2.415rem;
    }
}
@media (min-width: 599px) and (max-width: 1238.98px) {
    .container-insights .title .h2,
    .container-insights .title h2 {
        padding-bottom: 2rem;
    }
}
@media (max-width: 598.98px) {
    .container-insights .title .h2,
    .container-insights .title h2 {
        margin-bottom: 0;
        padding-bottom: 1.5rem;
        padding-top: 0.5rem;
    }
}
.container-insights .title p {
    font-size: 1.75rem;
    line-height: 1.3;
    padding-bottom: 2.5rem;
}
@media (max-width: 1918.98px) {
    .container-insights .title p {
        font-size: 1.4rem;
    }
}
@media (max-width: 1438.98px) {
    .container-insights .title p {
        font-size: 1.225rem;
    }
}
@media (max-width: 1238.98px) {
    .container-insights .title p {
        font-size: 1.3125rem;
    }
}
@media (min-width: 599px) and (max-width: 1238.98px) {
    .container-insights .title {
        padding-right: 1.5rem;
    }
}
.container-insights .row {
    grid-column-gap: 1.3rem;
    margin: auto;
    width: 100%;
}
.container-insights .row > * {
    flex: 0 0 auto;
    width: 25%;
}
@media (max-width: 903.98px) {
    .container-insights .row > * {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (max-width: 598.98px) {
    .container-insights .row {
        background: #000;
        border-radius: 0.7rem;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}
.container-insights .row .col-my {
    padding-top: 1.5rem;
}
.container-insights .row .twig-code:not(.col) {
    display: none;
}
.container-insights .row .col {
    cursor: pointer;
    flex: 1;
    min-width: 300px;
    overflow: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
@media (min-width: 904px) and (max-width: 1238.98px) {
    .container-insights .row .col {
        margin-bottom: 2rem;
    }
}
@media (max-width: 598.98px) {
    .container-insights .row .col {
        flex: 100%;
    }
    .container-insights
        .row
        .col:first-child
        div:not(
            .text-container,
            .text,
            .arr-offering,
            .btn-container,
            .insight-img
        ) {
        border: none;
    }
}
.container-insights .row .col.html-code {
    display: none;
}
.container-insights .row .col:hover img {
    transform: scale(1.25);
}
.container-insights .row .col .insight-img {
    height: 20rem;
    margin-bottom: 0.9rem;
    overflow: hidden;
}
.container-insights .row .col button {
    padding: 0 0 5rem;
}
@media (max-width: 598.98px) {
    .container-insights .row .col button {
        font-size: 1rem;
        padding-bottom: 2.5rem;
    }
}
.container-insights .row .col img {
    height: -webkit-fill-available;
    object-fit: cover;
    transition: 0.3s ease;
    width: 100%;
}
@media (max-width: 598.98px) {
    .container-insights .row .col img {
        height: 225px;
        padding-bottom: 1.5rem;
    }
}
.container-insights .row .col .item-title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    font-size: 2rem;
    font-weight: 700;
    height: 57px;
    line-height: 1.2 !important;
    margin-bottom: 2.2rem;
    overflow: hidden;
}
@media (max-width: 1918.98px) {
    .container-insights .row .col .item-title {
        font-size: 1.7rem;
    }
}
@media (max-width: 1238.98px) {
    .container-insights .row .col .item-title {
        font-size: 1.6rem;
    }
}
@media (min-width: 599px) {
    .container-insights .row .col .item-title {
        height: 73px;
    }
}
@media (min-width: 904px) {
    .container-insights .row .col .item-title {
        height: 72px;
    }
}
@media (min-width: 1239px) {
    .container-insights .row .col .item-title {
        height: 90px;
    }
}
@media (min-width: 1439px) {
    .container-insights .row .col .item-title {
        height: 89px;
    }
}
@media (min-width: 1919px) {
    .container-insights .row .col .item-title {
        height: 137px;
    }
}
.container-insights .row .col .item-contenttype {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 0;
    padding-bottom: 1.3rem;
}
@media (max-width: 1438.98px) {
    .container-insights .row .col .item-contenttype {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .container-insights .row .col .item-contenttype {
        font-size: 1.25rem;
    }
}
@media (max-width: 598.98px) {
    .container-insights .row .col .item-contenttype {
        padding-bottom: 1rem;
    }
}
.container-insights
    .row
    .col
    div:not(
        .text-container,
        .text,
        .arr-offering,
        .btn-container,
        .insight-img
    ) {
    border-top: 1px solid #fff;
    min-height: 200px;
    padding: 1.5rem;
}
@media (max-width: 598.98px) {
    .container-insights
        .row
        .col
        div:not(
            .text-container,
            .text,
            .arr-offering,
            .btn-container,
            .insight-img
        ) {
        min-height: 0;
        padding-bottom: 0;
    }
}
.container-insights
    .row
    .col
    div:not(.text-container, .text, .arr-offering, .btn-container, .insight-img)
    .item-title {
    font-size: 1.75rem;
    font-weight: 700;
}
@media (max-width: 1918.98px) {
    .container-insights
        .row
        .col
        div:not(
            .text-container,
            .text,
            .arr-offering,
            .btn-container,
            .insight-img
        )
        .item-title {
        font-size: 1.4rem;
    }
}
@media (max-width: 1438.98px) {
    .container-insights
        .row
        .col
        div:not(
            .text-container,
            .text,
            .arr-offering,
            .btn-container,
            .insight-img
        )
        .item-title {
        font-size: 1.225rem;
    }
}
@media (max-width: 1238.98px) {
    .container-insights
        .row
        .col
        div:not(
            .text-container,
            .text,
            .arr-offering,
            .btn-container,
            .insight-img
        )
        .item-title {
        font-size: 1.3125rem;
    }
}
@media (max-width: 598.98px) {
    .container-insights
        .row
        .col
        div:not(
            .text-container,
            .text,
            .arr-offering,
            .btn-container,
            .insight-img
        )
        .item-title {
        padding-bottom: 1.5rem;
    }
}
.container-insights
    .row
    .col
    div:not(.text-container, .text, .arr-offering, .btn-container, .insight-img)
    .item-contenttype {
    display: none;
    padding-bottom: 2.5rem;
}
@media (max-width: 598.98px) {
    .container-insights
        .row
        .col
        div:not(
            .text-container,
            .text,
            .arr-offering,
            .btn-container,
            .insight-img
        )
        .item-contenttype {
        display: block;
        font-size: 1.25rem;
        line-height: 1.3;
        margin-bottom: 0;
    }
}
@media (max-width: 598.98px) and (max-width: 1438.98px) {
    .container-insights
        .row
        .col
        div:not(
            .text-container,
            .text,
            .arr-offering,
            .btn-container,
            .insight-img
        )
        .item-contenttype {
        font-size: 1.1rem;
    }
}
@media (max-width: 598.98px) and (max-width: 1238.98px) {
    .container-insights
        .row
        .col
        div:not(
            .text-container,
            .text,
            .arr-offering,
            .btn-container,
            .insight-img
        )
        .item-contenttype {
        font-size: 1.25rem;
    }
}
@media (min-width: 599px) {
    .container-insights
        .row
        .col
        div:not(
            .text-container,
            .text,
            .arr-offering,
            .btn-container,
            .insight-img
        ):hover {
        background: linear-gradient(
            111.36deg,
            rgba(86, 8, 139, 0.6) 29.15%,
            rgba(173, 71, 151, 0.06) 108.07%
        );
        border: none;
    }
}
@media (max-width: 598.98px) {
    .bd-white .container-insights .row {
        background: #fff;
    }
    .bd-white .bd-black .container-insights .row {
        background: #000;
    }
}
.insights-page {
    margin-bottom: 40px;
}
.insights-page__banner {
    background-color: #f3f5ff;
    margin-top: 79px;
    padding: 50px 30px;
}
@media (min-width: 599px) {
    .insights-page__banner {
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media (min-width: 1239px) {
    .insights-page__banner {
        margin-top: 96px;
        padding-left: 100px;
        padding-right: 100px;
    }
}
.insights-page__banner .title {
    font-size: 24px;
}
@media (min-width: 1239px) {
    .insights-page__banner .title {
        font-size: 36px;
    }
}
@media (min-width: 1919px) {
    .insights-page__banner .title {
        font-size: 48px;
    }
}
.insights-page__banner .sub-title {
    font-size: 18px;
    margin: auto;
}
@media (min-width: 904px) {
    .insights-page__banner .sub-title {
        width: 60%;
    }
}
@media (min-width: 1239px) {
    .insights-page__banner .sub-title {
        font-size: 20px;
        width: 50%;
    }
}
@media (min-width: 1919px) {
    .insights-page__banner .sub-title {
        font-size: 28px;
        width: 52%;
    }
}
.insights-page__banner--buttons {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (width > 1024px) {
    .insights-page__banner--buttons {
        align-items: normal;
        flex-direction: row;
    }
}
.insights-page__banner--buttons .button-wrapper {
    border: 1px solid #abacb3;
    border-radius: 14px;
    margin: 0 10px 25px;
    padding: 20px 22px;
    position: relative;
    text-align: left;
    width: 350px;
}
@media (min-width: 599px) {
    .insights-page__banner--buttons .button-wrapper {
        width: 371px;
    }
}
@media (width > 1024px) {
    .insights-page__banner--buttons .button-wrapper {
        margin-bottom: 0;
        max-width: 230px;
        min-width: 230px;
    }
}
@media (min-width: 1239px) {
    .insights-page__banner--buttons .button-wrapper {
        max-width: 312px;
        min-width: auto;
    }
}
.insights-page__banner--buttons .button-wrapper:hover:after {
    right: 16px;
    top: 14px;
    transform: scale(1.1);
}
.insights-page__banner--buttons .button-wrapper:after {
    background-image: url(/mind-supernova/assets/images/icons/insights-blue-arrow.svg);
    background-size: cover;
    content: "";
    height: 17px;
    position: absolute;
    right: 20px;
    top: 18px;
    transition: all 0.2s;
    width: 17px;
}
.insights-page__banner--buttons .button-wrapper:first-child {
    padding-right: 155px;
}
@media (min-width: 599px) {
    .insights-page__banner--buttons .button-wrapper:first-child {
        padding-right: 175px;
    }
}
.insights-page__banner--buttons .button-wrapper:nth-child(2) {
    padding-right: 70px;
}
.insights-page__banner--buttons .button-wrapper a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
}
@media (min-width: 1239px) {
    .insights-page__banner--buttons .button-wrapper a {
        font-size: 22px;
    }
}
.insights-page__more-results .single-insight {
    margin-bottom: 25px;
    position: relative;
}
@media (min-width: 904px) {
    .insights-page__more-results .single-insight {
        margin-left: 20px;
    }
}
.insights-page__more-results
    .single-insight:hover
    .single-insight--description
    p,
.insights-page__more-results .single-insight:hover a {
    color: #343a40;
}
@media (min-width: 904px) {
    .insights-page__more-results
        .single-insight:hover
        .single-insight--industry-category:after {
        opacity: 1;
        right: 0;
        top: 0;
    }
}
.insights-page__more-results .single-insight--title {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 20px;
    margin-bottom: 0;
    overflow: hidden;
    width: 85%;
}
@media (min-width: 904px) {
    .insights-page__more-results .single-insight--title {
        min-height: 72px;
    }
}
.insights-page__more-results .single-insight--description {
    font-size: 16px;
    margin-bottom: 1rem;
    margin-top: 18px;
}
@media (min-width: 904px) {
    .insights-page__more-results .single-insight--description {
        min-height: 42px;
    }
}
.insights-page__more-results .single-insight--description p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 0;
    overflow: hidden;
    transition: color 0.3s ease-out;
}
.insights-page__more-results .single-insight--details {
    display: flex;
}
.insights-page__more-results .single-insight--details span {
    color: #666;
    font-size: 12px;
}
.insights-page__more-results .single-insight--details p {
    color: #666;
    font-size: 12px;
    margin-bottom: 0;
}
.insights-page__more-results .single-insight--details .timer-icon {
    margin-right: 10px;
    width: 11px;
}
.insights-page__more-results .single-insight--image {
    border-radius: 14px;
    display: flex;
    margin-bottom: 18px;
    overflow: hidden;
    position: relative;
}
.insights-page__more-results .single-insight--image img {
    height: 100vh;
    left: 50%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 0;
}
.insights-page__more-results .single-insight a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease-out;
}
.insights-page__more-results .single-insight--industry-category {
    position: relative;
}
@media (min-width: 904px) {
    .insights-page__more-results .single-insight--industry-category {
        display: flex;
        margin-bottom: 20px;
    }
}
.insights-page__more-results .single-insight--industry-category:after {
    background-image: url(/mind-supernova/assets/images/icons/insights-blue-arrow.svg);
    background-size: cover;
    content: "";
    height: 17px;
    opacity: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    transition: all 0.2s;
    width: 17px;
}
.insights-page__more-results .single-insight--industry-category span {
    color: #666;
    display: none;
    font-size: 12px;
}
@media (min-width: 904px) {
    .insights-page__more-results .single-insight--industry-category span {
        display: initial;
    }
}
.insights-page__more-results .single-insight--industry-category p {
    color: #5f249f;
    display: none;
    font-size: 12px;
    margin-bottom: 0;
}
@media (min-width: 904px) {
    .insights-page__more-results .single-insight--industry-category p {
        display: initial;
    }
}
.insights-page__more-results .single-insight.more-item-3,
.insights-page__more-results .single-insight.more-item-4 {
    background-color: #f3f5ff;
    border-radius: 14px;
    display: block;
    height: 270px;
    padding: 24px;
    width: 100%;
}
@media (min-width: 904px) {
    .insights-page__more-results .single-insight.more-item-3,
    .insights-page__more-results .single-insight.more-item-4 {
        float: left;
        width: 97.5%;
    }
}
.insights-page__more-results .single-insight.more-item-3 .single-insight--image,
.insights-page__more-results
    .single-insight.more-item-4
    .single-insight--image {
    display: none;
}
.insights-page__more-results
    .single-insight.more-item-3
    .single-insight--details,
.insights-page__more-results
    .single-insight.more-item-4
    .single-insight--details {
    bottom: 20px;
    position: absolute;
}
@media (min-width: 904px) {
    .insights-page__more-results .single-insight.more-item-3 {
        height: 270px;
        width: 393px;
    }
}
@media (min-width: 1239px) {
    .insights-page__more-results .single-insight.more-item-3 {
        width: 616px;
    }
}
@media (min-width: 1439px) {
    .insights-page__more-results .single-insight.more-item-3 {
        height: 266px;
        width: 688px;
    }
}
@media (min-width: 1919px) {
    .insights-page__more-results .single-insight.more-item-3 {
        height: 285px;
        width: 950px;
    }
}
@media (min-width: 1239px) {
    .insights-page__more-results .single-insight.more-item-4 {
        width: 297px;
    }
}
@media (min-width: 1439px) {
    .insights-page__more-results .single-insight.more-item-4 {
        height: 266px;
        width: 333px;
    }
}
@media (min-width: 1919px) {
    .insights-page__more-results .single-insight.more-item-4 {
        height: 285px;
        width: 462px;
    }
}
.insights-page__more-results .single-insight.more-item-0,
.insights-page__more-results .single-insight.more-item-1,
.insights-page__more-results .single-insight.more-item-2,
.insights-page__more-results .single-insight.more-item-5,
.insights-page__more-results .single-insight.more-item-6,
.insights-page__more-results .single-insight.more-item-7 {
    width: 100%;
}
.insights-page__more-results .single-insight.more-item-0 .single-insight--image,
.insights-page__more-results .single-insight.more-item-1 .single-insight--image,
.insights-page__more-results .single-insight.more-item-2 .single-insight--image,
.insights-page__more-results .single-insight.more-item-5 .single-insight--image,
.insights-page__more-results .single-insight.more-item-6 .single-insight--image,
.insights-page__more-results
    .single-insight.more-item-7
    .single-insight--image {
    height: 204px;
}
.insights-page__more-results
    .single-insight.more-item-0
    .single-insight--details,
.insights-page__more-results
    .single-insight.more-item-1
    .single-insight--details,
.insights-page__more-results
    .single-insight.more-item-2
    .single-insight--details,
.insights-page__more-results
    .single-insight.more-item-5
    .single-insight--details,
.insights-page__more-results
    .single-insight.more-item-6
    .single-insight--details,
.insights-page__more-results
    .single-insight.more-item-7
    .single-insight--details {
    margin-top: 1rem;
}
@media (min-width: 904px) {
    .insights-page__more-results .single-insight.more-item-0,
    .insights-page__more-results .single-insight.more-item-1,
    .insights-page__more-results .single-insight.more-item-2,
    .insights-page__more-results .single-insight.more-item-5,
    .insights-page__more-results .single-insight.more-item-6,
    .insights-page__more-results .single-insight.more-item-7 {
        display: block;
        float: left;
        width: 393px;
    }
    .insights-page__more-results
        .single-insight.more-item-0
        .single-insight--image,
    .insights-page__more-results
        .single-insight.more-item-1
        .single-insight--image,
    .insights-page__more-results
        .single-insight.more-item-2
        .single-insight--image,
    .insights-page__more-results
        .single-insight.more-item-5
        .single-insight--image,
    .insights-page__more-results
        .single-insight.more-item-6
        .single-insight--image,
    .insights-page__more-results
        .single-insight.more-item-7
        .single-insight--image {
        height: 237px;
    }
}
@media (min-width: 1239px) {
    .insights-page__more-results .single-insight.more-item-0,
    .insights-page__more-results .single-insight.more-item-1,
    .insights-page__more-results .single-insight.more-item-2,
    .insights-page__more-results .single-insight.more-item-5,
    .insights-page__more-results .single-insight.more-item-6,
    .insights-page__more-results .single-insight.more-item-7 {
        width: 298px;
    }
    .insights-page__more-results
        .single-insight.more-item-0
        .single-insight--details,
    .insights-page__more-results
        .single-insight.more-item-1
        .single-insight--details,
    .insights-page__more-results
        .single-insight.more-item-2
        .single-insight--details,
    .insights-page__more-results
        .single-insight.more-item-5
        .single-insight--details,
    .insights-page__more-results
        .single-insight.more-item-6
        .single-insight--details,
    .insights-page__more-results
        .single-insight.more-item-7
        .single-insight--details {
        margin-top: 0;
    }
    .insights-page__more-results
        .single-insight.more-item-0
        .single-insight--image,
    .insights-page__more-results
        .single-insight.more-item-1
        .single-insight--image,
    .insights-page__more-results
        .single-insight.more-item-2
        .single-insight--image,
    .insights-page__more-results
        .single-insight.more-item-5
        .single-insight--image,
    .insights-page__more-results
        .single-insight.more-item-6
        .single-insight--image,
    .insights-page__more-results
        .single-insight.more-item-7
        .single-insight--image {
        height: 160px;
    }
    .insights-page__more-results .single-insight.more-item-0,
    .insights-page__more-results .single-insight.more-item-1,
    .insights-page__more-results .single-insight.more-item-2,
    .insights-page__more-results .single-insight.more-item-5,
    .insights-page__more-results .single-insight.more-item-6,
    .insights-page__more-results .single-insight.more-item-7 {
        width: 298px;
    }
    .insights-page__more-results
        .single-insight.more-item-0
        .single-insight--image,
    .insights-page__more-results
        .single-insight.more-item-1
        .single-insight--image,
    .insights-page__more-results
        .single-insight.more-item-2
        .single-insight--image,
    .insights-page__more-results
        .single-insight.more-item-5
        .single-insight--image,
    .insights-page__more-results
        .single-insight.more-item-6
        .single-insight--image,
    .insights-page__more-results
        .single-insight.more-item-7
        .single-insight--image {
        height: 160px;
    }
}
@media (min-width: 1439px) {
    .insights-page__more-results .single-insight.more-item-0,
    .insights-page__more-results .single-insight.more-item-1,
    .insights-page__more-results .single-insight.more-item-2,
    .insights-page__more-results .single-insight.more-item-5,
    .insights-page__more-results .single-insight.more-item-6,
    .insights-page__more-results .single-insight.more-item-7 {
        width: 334px;
    }
    .insights-page__more-results
        .single-insight.more-item-0
        .single-insight--image,
    .insights-page__more-results
        .single-insight.more-item-1
        .single-insight--image,
    .insights-page__more-results
        .single-insight.more-item-2
        .single-insight--image,
    .insights-page__more-results
        .single-insight.more-item-5
        .single-insight--image,
    .insights-page__more-results
        .single-insight.more-item-6
        .single-insight--image,
    .insights-page__more-results
        .single-insight.more-item-7
        .single-insight--image {
        height: 180px;
    }
}
@media (min-width: 1919px) {
    .insights-page__more-results .single-insight.more-item-0,
    .insights-page__more-results .single-insight.more-item-1,
    .insights-page__more-results .single-insight.more-item-2,
    .insights-page__more-results .single-insight.more-item-5,
    .insights-page__more-results .single-insight.more-item-6,
    .insights-page__more-results .single-insight.more-item-7 {
        width: 464px;
    }
    .insights-page__more-results
        .single-insight.more-item-0
        .single-insight--image,
    .insights-page__more-results
        .single-insight.more-item-1
        .single-insight--image,
    .insights-page__more-results
        .single-insight.more-item-2
        .single-insight--image,
    .insights-page__more-results
        .single-insight.more-item-5
        .single-insight--image,
    .insights-page__more-results
        .single-insight.more-item-6
        .single-insight--image,
    .insights-page__more-results
        .single-insight.more-item-7
        .single-insight--image {
        height: 230px;
    }
}
@media (min-width: 904px) {
    .insights-page__first-results .section-title {
        margin-left: 10px;
    }
}
.insights-page__first-results .section-title p {
    font-size: 20px;
    font-weight: 600;
}
.insights-page__first-results .single-insight {
    margin-bottom: 25px;
    position: relative;
}
@media (min-width: 904px) {
    .insights-page__first-results .single-insight {
        margin-left: 20px;
    }
}
.insights-page__first-results
    .single-insight:hover
    .single-insight--description
    p,
.insights-page__first-results .single-insight:hover a {
    color: #343a40;
}
@media (min-width: 904px) {
    .insights-page__first-results
        .single-insight:hover
        .single-insight--industry-category:after {
        opacity: 1;
        right: 0;
        top: 0;
    }
}
.insights-page__first-results .single-insight--title {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 20px;
    margin-bottom: 0;
    overflow: hidden;
    width: 85%;
}
@media (min-width: 904px) {
    .insights-page__first-results .single-insight--title {
        min-height: 72px;
    }
}
.insights-page__first-results .single-insight--description {
    font-size: 16px;
    margin-bottom: 1rem;
    margin-top: 18px;
}
@media (min-width: 904px) {
    .insights-page__first-results .single-insight--description {
        min-height: 42px;
    }
}
.insights-page__first-results .single-insight--description p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 0;
    overflow: hidden;
    transition: color 0.3s ease-out;
}
.insights-page__first-results .single-insight--details {
    display: flex;
}
.insights-page__first-results .single-insight--details span {
    color: #666;
    font-size: 12px;
}
.insights-page__first-results .single-insight--details p {
    color: #666;
    font-size: 12px;
    margin-bottom: 0;
}
.insights-page__first-results .single-insight--details .timer-icon {
    margin-right: 10px;
    width: 11px;
}
.insights-page__first-results .single-insight--image {
    border-radius: 14px;
    display: flex;
    margin-bottom: 18px;
    overflow: hidden;
    position: relative;
}
.insights-page__first-results .single-insight--image img {
    height: 100vh;
    left: 50%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 0;
}
.insights-page__first-results .single-insight a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease-out;
}
.insights-page__first-results .single-insight--industry-category {
    position: relative;
}
@media (min-width: 904px) {
    .insights-page__first-results .single-insight--industry-category {
        display: flex;
        margin-bottom: 20px;
    }
}
.insights-page__first-results .single-insight--industry-category:after {
    background-image: url(/mind-supernova/assets/images/icons/insights-blue-arrow.svg);
    background-size: cover;
    content: "";
    height: 17px;
    opacity: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    transition: all 0.2s;
    width: 17px;
}
.insights-page__first-results .single-insight--industry-category span {
    color: #666;
    display: none;
    font-size: 12px;
}
@media (min-width: 904px) {
    .insights-page__first-results .single-insight--industry-category span {
        display: initial;
    }
}
.insights-page__first-results .single-insight--industry-category p {
    color: #5f249f;
    display: none;
    font-size: 12px;
    margin-bottom: 0;
}
@media (min-width: 904px) {
    .insights-page__first-results .single-insight--industry-category p {
        display: initial;
    }
}
.insights-page__first-results .single-insight.first-item-0 {
    width: 100%;
}
.insights-page__first-results
    .single-insight.first-item-0
    .single-insight--image {
    height: 204px;
}
.insights-page__first-results
    .single-insight.first-item-0
    .single-insight--image
    img {
    transform: translate(-50%, -50%) scale(1.1);
}
@media (min-width: 904px) {
    .insights-page__first-results .single-insight.first-item-0 {
        display: block;
        float: left;
        width: 393px;
    }
    .insights-page__first-results
        .single-insight.first-item-0
        .single-insight--image {
        height: 237px;
    }
}
@media (min-width: 1239px) {
    .insights-page__first-results .single-insight.first-item-0 {
        width: 616px;
    }
    .insights-page__first-results
        .single-insight.first-item-0
        .single-insight--image {
        height: 300px;
    }
}
@media (min-width: 1439px) {
    .insights-page__first-results .single-insight.first-item-0 {
        width: 688px;
    }
    .insights-page__first-results
        .single-insight.first-item-0
        .single-insight--image {
        max-height: 330px;
    }
    .insights-page__first-results
        .single-insight.first-item-0
        .single-insight--title {
        font-size: 24px;
        min-height: 60px;
    }
}
@media (min-width: 1919px) {
    .insights-page__first-results .single-insight.first-item-0 {
        width: 950px;
    }
    .insights-page__first-results
        .single-insight.first-item-0
        .single-insight--image {
        height: 400px;
    }
}
.insights-page__first-results .single-insight.first-item-1,
.insights-page__first-results .single-insight.first-item-2,
.insights-page__first-results .single-insight.first-item-6,
.insights-page__first-results .single-insight.first-item-7 {
    background-color: #f3f5ff;
    border-radius: 14px;
    display: block;
    height: 270px;
    padding: 24px;
    width: 100%;
}
@media (min-width: 904px) {
    .insights-page__first-results .single-insight.first-item-1,
    .insights-page__first-results .single-insight.first-item-2,
    .insights-page__first-results .single-insight.first-item-6,
    .insights-page__first-results .single-insight.first-item-7 {
        float: left;
        width: 97.5%;
    }
}
.insights-page__first-results
    .single-insight.first-item-1
    .single-insight--image,
.insights-page__first-results
    .single-insight.first-item-2
    .single-insight--image,
.insights-page__first-results
    .single-insight.first-item-6
    .single-insight--image,
.insights-page__first-results
    .single-insight.first-item-7
    .single-insight--image {
    display: none;
}
.insights-page__first-results
    .single-insight.first-item-1
    .single-insight--details,
.insights-page__first-results
    .single-insight.first-item-2
    .single-insight--details,
.insights-page__first-results
    .single-insight.first-item-6
    .single-insight--details,
.insights-page__first-results
    .single-insight.first-item-7
    .single-insight--details {
    bottom: 20px;
    position: absolute;
}
@media (min-width: 904px) {
    .insights-page__first-results .single-insight.first-item-1,
    .insights-page__first-results .single-insight.first-item-2 {
        height: 250px;
        width: 393px;
    }
}
@media (min-width: 1239px) {
    .insights-page__first-results .single-insight.first-item-1,
    .insights-page__first-results .single-insight.first-item-2 {
        width: 297px;
    }
}
@media (min-width: 1439px) {
    .insights-page__first-results .single-insight.first-item-1,
    .insights-page__first-results .single-insight.first-item-2 {
        height: 266px;
        width: 333px;
    }
}
@media (min-width: 1919px) {
    .insights-page__first-results .single-insight.first-item-1,
    .insights-page__first-results .single-insight.first-item-2 {
        height: 285px;
        width: 462px;
    }
}
.insights-page__first-results .single-insight.first-item-10,
.insights-page__first-results .single-insight.first-item-3,
.insights-page__first-results .single-insight.first-item-4,
.insights-page__first-results .single-insight.first-item-5,
.insights-page__first-results .single-insight.first-item-8,
.insights-page__first-results .single-insight.first-item-9 {
    width: 100%;
}
.insights-page__first-results
    .single-insight.first-item-10
    .single-insight--image,
.insights-page__first-results
    .single-insight.first-item-3
    .single-insight--image,
.insights-page__first-results
    .single-insight.first-item-4
    .single-insight--image,
.insights-page__first-results
    .single-insight.first-item-5
    .single-insight--image,
.insights-page__first-results
    .single-insight.first-item-8
    .single-insight--image,
.insights-page__first-results
    .single-insight.first-item-9
    .single-insight--image {
    height: 204px;
}
.insights-page__first-results
    .single-insight.first-item-10
    .single-insight--details,
.insights-page__first-results
    .single-insight.first-item-3
    .single-insight--details,
.insights-page__first-results
    .single-insight.first-item-4
    .single-insight--details,
.insights-page__first-results
    .single-insight.first-item-5
    .single-insight--details,
.insights-page__first-results
    .single-insight.first-item-8
    .single-insight--details,
.insights-page__first-results
    .single-insight.first-item-9
    .single-insight--details {
    margin-top: 1rem;
}
@media (min-width: 904px) {
    .insights-page__first-results .single-insight.first-item-10,
    .insights-page__first-results .single-insight.first-item-3,
    .insights-page__first-results .single-insight.first-item-4,
    .insights-page__first-results .single-insight.first-item-5,
    .insights-page__first-results .single-insight.first-item-8,
    .insights-page__first-results .single-insight.first-item-9 {
        display: block;
        float: left;
        width: 393px;
    }
    .insights-page__first-results
        .single-insight.first-item-10
        .single-insight--image,
    .insights-page__first-results
        .single-insight.first-item-3
        .single-insight--image,
    .insights-page__first-results
        .single-insight.first-item-4
        .single-insight--image,
    .insights-page__first-results
        .single-insight.first-item-5
        .single-insight--image,
    .insights-page__first-results
        .single-insight.first-item-8
        .single-insight--image,
    .insights-page__first-results
        .single-insight.first-item-9
        .single-insight--image {
        height: 237px;
    }
}
@media (min-width: 1239px) {
    .insights-page__first-results .single-insight.first-item-10,
    .insights-page__first-results .single-insight.first-item-3,
    .insights-page__first-results .single-insight.first-item-4,
    .insights-page__first-results .single-insight.first-item-5,
    .insights-page__first-results .single-insight.first-item-8,
    .insights-page__first-results .single-insight.first-item-9 {
        width: 298px;
    }
    .insights-page__first-results
        .single-insight.first-item-10
        .single-insight--details,
    .insights-page__first-results
        .single-insight.first-item-3
        .single-insight--details,
    .insights-page__first-results
        .single-insight.first-item-4
        .single-insight--details,
    .insights-page__first-results
        .single-insight.first-item-5
        .single-insight--details,
    .insights-page__first-results
        .single-insight.first-item-8
        .single-insight--details,
    .insights-page__first-results
        .single-insight.first-item-9
        .single-insight--details {
        margin-top: 0;
    }
    .insights-page__first-results
        .single-insight.first-item-10
        .single-insight--image,
    .insights-page__first-results
        .single-insight.first-item-3
        .single-insight--image,
    .insights-page__first-results
        .single-insight.first-item-4
        .single-insight--image,
    .insights-page__first-results
        .single-insight.first-item-5
        .single-insight--image,
    .insights-page__first-results
        .single-insight.first-item-8
        .single-insight--image,
    .insights-page__first-results
        .single-insight.first-item-9
        .single-insight--image {
        height: 160px;
    }
    .insights-page__first-results .single-insight.first-item-10,
    .insights-page__first-results .single-insight.first-item-3,
    .insights-page__first-results .single-insight.first-item-4,
    .insights-page__first-results .single-insight.first-item-5,
    .insights-page__first-results .single-insight.first-item-8,
    .insights-page__first-results .single-insight.first-item-9 {
        width: 298px;
    }
    .insights-page__first-results
        .single-insight.first-item-10
        .single-insight--image,
    .insights-page__first-results
        .single-insight.first-item-3
        .single-insight--image,
    .insights-page__first-results
        .single-insight.first-item-4
        .single-insight--image,
    .insights-page__first-results
        .single-insight.first-item-5
        .single-insight--image,
    .insights-page__first-results
        .single-insight.first-item-8
        .single-insight--image,
    .insights-page__first-results
        .single-insight.first-item-9
        .single-insight--image {
        height: 160px;
    }
}
@media (min-width: 1439px) {
    .insights-page__first-results .single-insight.first-item-10,
    .insights-page__first-results .single-insight.first-item-3,
    .insights-page__first-results .single-insight.first-item-4,
    .insights-page__first-results .single-insight.first-item-5,
    .insights-page__first-results .single-insight.first-item-8,
    .insights-page__first-results .single-insight.first-item-9 {
        width: 334px;
    }
    .insights-page__first-results
        .single-insight.first-item-10
        .single-insight--image,
    .insights-page__first-results
        .single-insight.first-item-3
        .single-insight--image,
    .insights-page__first-results
        .single-insight.first-item-4
        .single-insight--image,
    .insights-page__first-results
        .single-insight.first-item-5
        .single-insight--image,
    .insights-page__first-results
        .single-insight.first-item-8
        .single-insight--image,
    .insights-page__first-results
        .single-insight.first-item-9
        .single-insight--image {
        height: 180px;
    }
}
@media (min-width: 1919px) {
    .insights-page__first-results .single-insight.first-item-10,
    .insights-page__first-results .single-insight.first-item-3,
    .insights-page__first-results .single-insight.first-item-4,
    .insights-page__first-results .single-insight.first-item-5,
    .insights-page__first-results .single-insight.first-item-8,
    .insights-page__first-results .single-insight.first-item-9 {
        width: 464px;
    }
    .insights-page__first-results
        .single-insight.first-item-10
        .single-insight--image,
    .insights-page__first-results
        .single-insight.first-item-3
        .single-insight--image,
    .insights-page__first-results
        .single-insight.first-item-4
        .single-insight--image,
    .insights-page__first-results
        .single-insight.first-item-5
        .single-insight--image,
    .insights-page__first-results
        .single-insight.first-item-8
        .single-insight--image,
    .insights-page__first-results
        .single-insight.first-item-9
        .single-insight--image {
        height: 230px;
    }
}
@media (min-width: 904px) {
    .insights-page__first-results .single-insight.first-item-6 {
        height: 270px;
        width: 393px;
    }
}
@media (min-width: 1239px) {
    .insights-page__first-results .single-insight.first-item-6 {
        width: 616px;
    }
}
@media (min-width: 1439px) {
    .insights-page__first-results .single-insight.first-item-6 {
        height: 266px;
        width: 688px;
    }
}
@media (min-width: 1919px) {
    .insights-page__first-results .single-insight.first-item-6 {
        height: 285px;
        width: 950px;
    }
}
@media (min-width: 1239px) {
    .insights-page__first-results .single-insight.first-item-7 {
        width: 297px;
    }
}
@media (min-width: 1439px) {
    .insights-page__first-results .single-insight.first-item-7 {
        height: 266px;
        width: 333px;
    }
}
@media (min-width: 1919px) {
    .insights-page__first-results .single-insight.first-item-7 {
        height: 285px;
        width: 462px;
    }
}
.insights-page .f-width {
    width: 100%;
}
.insights-second-level__banner {
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    height: 400px;
    margin-bottom: 40px;
    margin-top: 79px;
    width: 100%;
}
.insights-second-level__banner.hub-as-a-service {
    background-image: url(/mind-supernova/assets/images/backgrounds/insights/as-a-service.jpg);
}
.insights-second-level__banner.hub-advanced-analytics {
    background-image: url(/mind-supernova/assets/images/backgrounds/insights/advanced-analytics.jpg);
}
.insights-second-level__banner.hub-cloud {
    background-image: url(/mind-supernova/assets/images/backgrounds/insights/cloud.jpg);
}
.insights-second-level__banner.hub-insurance {
    background-image: url(/mind-supernova/assets/images/backgrounds/insights/insurance.jpg);
}
.insights-second-level__banner.hub-reg-tech {
    background-image: url(/mind-supernova/assets/images/backgrounds/insights/reg-tech-compressed.jpg);
}
.insights-second-level__banner.hub-software-engineering {
    background-image: url(/mind-supernova/assets/images/backgrounds/insights/software-engineering.jpg);
}
.insights-second-level__banner.bcm-insights {
    background-image: url(/mind-supernova/assets/images/backgrounds/insights/bcm_resized.jpg);
}
.insights-second-level__banner.automotive-insights {
    background-image: url(/mind-supernova/assets/images/backgrounds/insights/alob.jpg);
}
.insights-second-level__banner.cis-insights {
    background-image: url(/mind-supernova/assets/images/backgrounds/insights/cis.jpg);
    background-position-y: bottom;
}
.insights-second-level__banner.technology-and-engineering-insights {
    background-image: url(/mind-supernova/assets/images/backgrounds/insights/technology-and-engineering-insights.jpg);
    background-position-y: bottom;
}
@media (min-width: 1239px) {
    .insights-second-level__banner {
        margin-top: 96px;
    }
}
.insights-second-level__banner--content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.insights-second-level__banner--content .title {
    font-size: 24px;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
@media (min-width: 1239px) {
    .insights-second-level__banner--content .title {
        font-size: 36px;
    }
}
@media (min-width: 1919px) {
    .insights-second-level__banner--content .title {
        font-size: 48px;
    }
}
.insights-second-level__banner--content .sub-title {
    font-size: 18px;
    margin: auto;
    width: 85%;
}
@media (min-width: 904px) {
    .insights-second-level__banner--content .sub-title {
        width: 70%;
    }
}
@media (min-width: 1239px) {
    .insights-second-level__banner--content .sub-title {
        font-size: 22px;
    }
}
@media (min-width: 1919px) {
    .insights-second-level__banner--content .sub-title {
        font-size: 28px;
        width: 50%;
    }
}
.insights-second-level__banner--content .breadcrub {
    display: flex;
    justify-content: center;
}
.insights-second-level__banner--content .breadcrub a {
    text-decoration: none;
}
.insights-second-level__banner--content .breadcrub p,
.insights-second-level__banner--content .breadcrub span {
    font-size: 14px;
}
.insights-second-level__banner--content .breadcrub .text-gray-70 {
    color: #bfbfbf;
}
.insights-second-level__results--container .single-insight {
    margin-bottom: 25px;
    position: relative;
}
@media (min-width: 904px) {
    .insights-second-level__results--container .single-insight {
        margin-left: 20px;
    }
}
.insights-second-level__results--container
    .single-insight:hover
    .single-insight--description
    p,
.insights-second-level__results--container .single-insight:hover a {
    color: #343a40;
}
@media (min-width: 904px) {
    .insights-second-level__results--container
        .single-insight:hover
        .single-insight--industry-category:after {
        opacity: 1;
        right: 0;
        top: 0;
    }
}
.insights-second-level__results--container .single-insight--title {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 20px;
    margin-bottom: 0;
    overflow: hidden;
    width: 85%;
}
@media (min-width: 904px) {
    .insights-second-level__results--container .single-insight--title {
        min-height: 72px;
    }
}
.insights-second-level__results--container .single-insight--description {
    font-size: 16px;
    margin-bottom: 1rem;
    margin-top: 18px;
}
@media (min-width: 904px) {
    .insights-second-level__results--container .single-insight--description {
        min-height: 42px;
    }
}
.insights-second-level__results--container .single-insight--description p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 0;
    overflow: hidden;
    transition: color 0.3s ease-out;
}
.insights-second-level__results--container .single-insight--details {
    display: flex;
}
.insights-second-level__results--container .single-insight--details span {
    color: #666;
    font-size: 12px;
}
.insights-second-level__results--container .single-insight--details p {
    color: #666;
    font-size: 12px;
    margin-bottom: 0;
}
.insights-second-level__results--container
    .single-insight--details
    .timer-icon {
    margin-right: 10px;
    width: 11px;
}
.insights-second-level__results--container .single-insight--image {
    border-radius: 14px;
    display: flex;
    margin-bottom: 18px;
    overflow: hidden;
    position: relative;
}
.insights-second-level__results--container .single-insight--image img {
    height: 100vh;
    left: 50%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 0;
}
.insights-second-level__results--container .single-insight a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease-out;
}
.insights-second-level__results--container .single-insight--industry-category {
    position: relative;
}
@media (min-width: 904px) {
    .insights-second-level__results--container
        .single-insight--industry-category {
        display: flex;
        margin-bottom: 20px;
    }
}
.insights-second-level__results--container
    .single-insight--industry-category:after {
    background-image: url(/mind-supernova/assets/images/icons/insights-blue-arrow.svg);
    background-size: cover;
    content: "";
    height: 17px;
    opacity: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    transition: all 0.2s;
    width: 17px;
}
.insights-second-level__results--container
    .single-insight--industry-category
    span {
    color: #666;
    display: none;
    font-size: 12px;
}
@media (min-width: 904px) {
    .insights-second-level__results--container
        .single-insight--industry-category
        span {
        display: initial;
    }
}
.insights-second-level__results--container
    .single-insight--industry-category
    p {
    color: #5f249f;
    display: none;
    font-size: 12px;
    margin-bottom: 0;
}
@media (min-width: 904px) {
    .insights-second-level__results--container
        .single-insight--industry-category
        p {
        display: initial;
    }
}
.insights-second-level__results--container.as-a-service-items
    .single-insight.more-item-0,
.insights-second-level__results--container.as-a-service-items
    .single-insight.more-item-1,
.insights-second-level__results--container.as-a-service-items
    .single-insight.more-item-2 {
    width: 100%;
}
.insights-second-level__results--container.as-a-service-items
    .single-insight.more-item-0
    .single-insight--image,
.insights-second-level__results--container.as-a-service-items
    .single-insight.more-item-1
    .single-insight--image,
.insights-second-level__results--container.as-a-service-items
    .single-insight.more-item-2
    .single-insight--image {
    height: 204px;
}
.insights-second-level__results--container.as-a-service-items
    .single-insight.more-item-0
    .single-insight--details,
.insights-second-level__results--container.as-a-service-items
    .single-insight.more-item-1
    .single-insight--details,
.insights-second-level__results--container.as-a-service-items
    .single-insight.more-item-2
    .single-insight--details {
    margin-top: 1rem;
}
@media (min-width: 904px) {
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-0,
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-1,
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-2 {
        display: block;
        float: left;
        width: 393px;
    }
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-0
        .single-insight--image,
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-1
        .single-insight--image,
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-2
        .single-insight--image {
        height: 237px;
    }
}
@media (min-width: 1239px) {
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-0,
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-1,
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-2 {
        width: 298px;
    }
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-0
        .single-insight--details,
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-1
        .single-insight--details,
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-2
        .single-insight--details {
        margin-top: 0;
    }
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-0
        .single-insight--image,
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-1
        .single-insight--image,
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-2
        .single-insight--image {
        height: 160px;
    }
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-0,
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-1,
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-2 {
        width: 298px;
    }
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-0
        .single-insight--image,
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-1
        .single-insight--image,
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-2
        .single-insight--image {
        height: 160px;
    }
}
@media (min-width: 1439px) {
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-0,
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-1,
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-2 {
        width: 334px;
    }
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-0
        .single-insight--image,
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-1
        .single-insight--image,
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-2
        .single-insight--image {
        height: 180px;
    }
}
@media (min-width: 1919px) {
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-0,
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-1,
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-2 {
        width: 464px;
    }
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-0
        .single-insight--image,
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-1
        .single-insight--image,
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-2
        .single-insight--image {
        height: 230px;
    }
}
.insights-second-level__results--container.as-a-service-items
    .single-insight.more-item-3,
.insights-second-level__results--container.as-a-service-items
    .single-insight.more-item-4 {
    background-color: #f3f5ff;
    border-radius: 14px;
    display: block;
    height: 270px;
    padding: 24px;
    width: 100%;
}
@media (min-width: 904px) {
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-3,
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-4 {
        float: left;
        width: 97.5%;
    }
}
.insights-second-level__results--container.as-a-service-items
    .single-insight.more-item-3
    .single-insight--image,
.insights-second-level__results--container.as-a-service-items
    .single-insight.more-item-4
    .single-insight--image {
    display: none;
}
.insights-second-level__results--container.as-a-service-items
    .single-insight.more-item-3
    .single-insight--details,
.insights-second-level__results--container.as-a-service-items
    .single-insight.more-item-4
    .single-insight--details {
    bottom: 20px;
    position: absolute;
}
@media (min-width: 904px) {
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-3 {
        height: 270px;
        width: 393px;
    }
}
@media (min-width: 1239px) {
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-3 {
        width: 616px;
    }
}
@media (min-width: 1439px) {
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-3 {
        height: 266px;
        width: 688px;
    }
}
@media (min-width: 1919px) {
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-3 {
        height: 285px;
        width: 950px;
    }
}
@media (min-width: 1239px) {
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-4 {
        width: 297px;
    }
}
@media (min-width: 1439px) {
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-4 {
        height: 266px;
        width: 333px;
    }
}
@media (min-width: 1919px) {
    .insights-second-level__results--container.as-a-service-items
        .single-insight.more-item-4 {
        height: 285px;
        width: 462px;
    }
}
.insights-second-level__results--container.a-items-all-with-image {
    display: inline-block;
    width: 100%;
}
.insights-second-level__results--container.a-items-all-with-image
    .single-insight {
    width: 100%;
}
.insights-second-level__results--container.a-items-all-with-image
    .single-insight
    .single-insight--image {
    height: 204px;
}
.insights-second-level__results--container.a-items-all-with-image
    .single-insight
    .single-insight--details {
    margin-top: 1rem;
}
@media (min-width: 904px) {
    .insights-second-level__results--container.a-items-all-with-image
        .single-insight {
        display: block;
        float: left;
        width: 393px;
    }
    .insights-second-level__results--container.a-items-all-with-image
        .single-insight
        .single-insight--image {
        height: 237px;
    }
}
@media (min-width: 1239px) {
    .insights-second-level__results--container.a-items-all-with-image
        .single-insight {
        width: 298px;
    }
    .insights-second-level__results--container.a-items-all-with-image
        .single-insight
        .single-insight--details {
        margin-top: 0;
    }
    .insights-second-level__results--container.a-items-all-with-image
        .single-insight
        .single-insight--image {
        height: 160px;
    }
    .insights-second-level__results--container.a-items-all-with-image
        .single-insight {
        width: 298px;
    }
    .insights-second-level__results--container.a-items-all-with-image
        .single-insight
        .single-insight--image {
        height: 160px;
    }
}
@media (min-width: 1439px) {
    .insights-second-level__results--container.a-items-all-with-image
        .single-insight {
        width: 334px;
    }
    .insights-second-level__results--container.a-items-all-with-image
        .single-insight
        .single-insight--image {
        height: 180px;
    }
}
@media (min-width: 1919px) {
    .insights-second-level__results--container.a-items-all-with-image
        .single-insight {
        width: 464px;
    }
    .insights-second-level__results--container.a-items-all-with-image
        .single-insight
        .single-insight--image {
        height: 230px;
    }
}
.insights-second-level__results--container.c-items-two-gray-one-image {
    display: inline-block;
    width: 100%;
}
.insights-second-level__results--container.c-items-two-gray-one-image
    .single-insight:nth-child(2) {
    width: 100%;
}
.insights-second-level__results--container.c-items-two-gray-one-image
    .single-insight:nth-child(2)
    .single-insight--image {
    height: 204px;
}
.insights-second-level__results--container.c-items-two-gray-one-image
    .single-insight:nth-child(2)
    .single-insight--image
    img {
    transform: translate(-50%, -50%) scale(1.1);
}
@media (min-width: 904px) {
    .insights-second-level__results--container.c-items-two-gray-one-image
        .single-insight:nth-child(2) {
        display: block;
        float: left;
        width: 393px;
    }
    .insights-second-level__results--container.c-items-two-gray-one-image
        .single-insight:nth-child(2)
        .single-insight--image {
        height: 237px;
    }
}
@media (min-width: 1239px) {
    .insights-second-level__results--container.c-items-two-gray-one-image
        .single-insight:nth-child(2) {
        width: 616px;
    }
    .insights-second-level__results--container.c-items-two-gray-one-image
        .single-insight:nth-child(2)
        .single-insight--image {
        height: 300px;
    }
}
@media (min-width: 1439px) {
    .insights-second-level__results--container.c-items-two-gray-one-image
        .single-insight:nth-child(2) {
        width: 688px;
    }
    .insights-second-level__results--container.c-items-two-gray-one-image
        .single-insight:nth-child(2)
        .single-insight--image {
        max-height: 330px;
    }
    .insights-second-level__results--container.c-items-two-gray-one-image
        .single-insight:nth-child(2)
        .single-insight--title {
        font-size: 24px;
        min-height: 60px;
    }
}
@media (min-width: 1919px) {
    .insights-second-level__results--container.c-items-two-gray-one-image
        .single-insight:nth-child(2) {
        width: 950px;
    }
    .insights-second-level__results--container.c-items-two-gray-one-image
        .single-insight:nth-child(2)
        .single-insight--image {
        height: 400px;
    }
}
@media (min-width: 904px) {
    .insights-second-level__results--container.c-items-two-gray-one-image
        .single-insight:nth-child(2) {
        float: right !important;
    }
}
.insights-second-level__results--container.c-items-two-gray-one-image
    .single-insight:first-child,
.insights-second-level__results--container.c-items-two-gray-one-image
    .single-insight:nth-child(3) {
    background-color: #f3f5ff;
    border-radius: 14px;
    display: block;
    height: 270px;
    padding: 24px;
    width: 100%;
}
@media (min-width: 904px) {
    .insights-second-level__results--container.c-items-two-gray-one-image
        .single-insight:first-child,
    .insights-second-level__results--container.c-items-two-gray-one-image
        .single-insight:nth-child(3) {
        float: left;
        width: 97.5%;
    }
}
.insights-second-level__results--container.c-items-two-gray-one-image
    .single-insight:first-child
    .single-insight--image,
.insights-second-level__results--container.c-items-two-gray-one-image
    .single-insight:nth-child(3)
    .single-insight--image {
    display: none;
}
.insights-second-level__results--container.c-items-two-gray-one-image
    .single-insight:first-child
    .single-insight--details,
.insights-second-level__results--container.c-items-two-gray-one-image
    .single-insight:nth-child(3)
    .single-insight--details {
    bottom: 20px;
    position: absolute;
}
@media (min-width: 904px) {
    .insights-second-level__results--container.c-items-two-gray-one-image
        .single-insight:first-child,
    .insights-second-level__results--container.c-items-two-gray-one-image
        .single-insight:nth-child(3) {
        height: 250px;
        width: 393px;
    }
}
@media (min-width: 1239px) {
    .insights-second-level__results--container.c-items-two-gray-one-image
        .single-insight:first-child,
    .insights-second-level__results--container.c-items-two-gray-one-image
        .single-insight:nth-child(3) {
        width: 297px;
    }
}
@media (min-width: 1439px) {
    .insights-second-level__results--container.c-items-two-gray-one-image
        .single-insight:first-child,
    .insights-second-level__results--container.c-items-two-gray-one-image
        .single-insight:nth-child(3) {
        height: 266px;
        width: 333px;
    }
}
@media (min-width: 1919px) {
    .insights-second-level__results--container.c-items-two-gray-one-image
        .single-insight:first-child,
    .insights-second-level__results--container.c-items-two-gray-one-image
        .single-insight:nth-child(3) {
        height: 285px;
        width: 462px;
    }
}
.insights-second-level__results--container.e-items-two-gray {
    display: inline-block;
    width: 100%;
}
.insights-second-level__results--container.e-items-two-gray .single-insight {
    background-color: #f3f5ff;
    border-radius: 14px;
    display: block;
    height: 270px;
    padding: 24px;
    width: 100%;
}
@media (min-width: 904px) {
    .insights-second-level__results--container.e-items-two-gray
        .single-insight {
        float: left;
        width: 97.5%;
    }
}
.insights-second-level__results--container.e-items-two-gray
    .single-insight
    .single-insight--image {
    display: none;
}
.insights-second-level__results--container.e-items-two-gray
    .single-insight
    .single-insight--details {
    bottom: 20px;
    position: absolute;
}
@media (min-width: 904px) {
    .insights-second-level__results--container.e-items-two-gray
        .single-insight:first-child {
        height: 270px;
        width: 393px;
    }
}
@media (min-width: 1239px) {
    .insights-second-level__results--container.e-items-two-gray
        .single-insight:first-child {
        width: 616px;
    }
}
@media (min-width: 1439px) {
    .insights-second-level__results--container.e-items-two-gray
        .single-insight:first-child {
        height: 266px;
        width: 688px;
    }
}
@media (min-width: 1919px) {
    .insights-second-level__results--container.e-items-two-gray
        .single-insight:first-child {
        height: 285px;
        width: 950px;
    }
}
@media (min-width: 904px) {
    .insights-second-level__results--container.e-items-two-gray
        .single-insight:nth-child(2) {
        width: 393px;
    }
}
@media (min-width: 1239px) {
    .insights-second-level__results--container.e-items-two-gray
        .single-insight:nth-child(2) {
        width: 297px;
    }
}
@media (min-width: 1439px) {
    .insights-second-level__results--container.e-items-two-gray
        .single-insight:nth-child(2) {
        height: 266px;
        width: 333px;
    }
}
@media (min-width: 1919px) {
    .insights-second-level__results--container.e-items-two-gray
        .single-insight:nth-child(2) {
        height: 285px;
        width: 462px;
    }
}
.insights-second-level__results--container.banner {
    height: 400px;
    margin-bottom: 25px;
}
@media (min-width: 904px) {
    .insights-second-level__results--container.banner {
        margin-left: 20px;
    }
}
@media (min-width: 1919px) {
    .insights-second-level__results--container.banner
        .cta-section--image-btn__wrapper {
        width: 69%;
    }
}
.insights-second-level__results--container.banner .banner-text {
    font-size: 24px;
    margin-bottom: 0;
}
@media (min-width: 904px) {
    .insights-second-level__results--container.banner .banner-text {
        font-size: 28px;
    }
}
@media (min-width: 1239px) {
    .insights-second-level__results--container.banner .banner-text {
        font-size: 36px;
    }
}
.insights-second-level__results--container.people {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 1239px) {
    .insights-second-level__results--container.people {
        flex-wrap: nowrap;
    }
}
.insights-second-level__results--container.people .single-person {
    background-color: #361559;
    border-radius: 14px;
    display: -webkit-box;
    margin-bottom: 25px;
    min-height: 192px;
    padding: 20px;
    position: relative;
    width: 100%;
}
@media (min-width: 904px) {
    .insights-second-level__results--container.people .single-person {
        margin-left: 20px;
        width: 47%;
    }
}
@media (min-width: 1239px) {
    .insights-second-level__results--container.people .single-person {
        height: auto;
        width: 33%;
    }
}
@media (min-width: 1919px) {
    .insights-second-level__results--container.people .single-person {
        min-height: 192px;
    }
}
.insights-second-level__results--container.people .single-person--image {
    height: 105px;
    width: 105px;
}
.insights-second-level__results--container.people .single-person--image img {
    border-radius: 14px;
    height: 105px;
}
.insights-second-level__results--container.people .single-person--details {
    margin-left: 20px;
    width: 65%;
}
@media (min-width: 904px) {
    .insights-second-level__results--container.people .single-person--details {
        width: 60%;
    }
}
@media (min-width: 1239px) {
    .insights-second-level__results--container.people .single-person--details {
        width: 50%;
    }
}
@media (min-width: 1439px) {
    .insights-second-level__results--container.people .single-person--details {
        width: 55%;
    }
}
@media (min-width: 1919px) {
    .insights-second-level__results--container.people .single-person--details {
        width: 65%;
    }
}
.insights-second-level__results--container.people
    .single-person--details
    .name {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 0;
    overflow: hidden;
}
.insights-second-level__results--container.people
    .single-person--details
    .job-title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    font-size: 14px;
    overflow: hidden;
}
.insights-second-level__results--container.people .single-person--btn {
    bottom: 15px;
    left: 145px;
    position: absolute;
}
.insights-second-level__results--container.people .single-person--btn a {
    font-size: 12px !important;
}
.insights-second-level__results--container.people
    .single-person--btn
    .btn-text
    .text-container
    .arr-offering
    .arr-small {
    height: 8px;
    width: 8px;
}
.insights-second-level__results--container.people .single-person--linkedin {
    bottom: 20px;
    position: absolute;
    right: 20px;
}
.insights-second-level__results--container.people .single-person--linkedin img {
    filter: brightness(0) invert(1);
    width: 24px;
}
.container-awards {
    background: #000;
}
.container-awards .h2,
.container-awards h2 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    text-align: center;
}
@media (max-width: 1918.98px) {
    .container-awards .h2,
    .container-awards h2 {
        font-size: 2.625rem;
    }
}
@media (max-width: 903.98px) {
    .container-awards .h2,
    .container-awards h2 {
        font-size: 2.415rem;
    }
}
.container-awards .swiper {
    position: relative;
}
.container-awards .swiper .h2,
.container-awards .swiper h2 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 3rem;
    text-align: center;
}
@media (max-width: 1918.98px) {
    .container-awards .swiper .h2,
    .container-awards .swiper h2 {
        font-size: 1.7rem;
    }
}
@media (max-width: 1238.98px) {
    .container-awards .swiper .h2,
    .container-awards .swiper h2 {
        font-size: 1.6rem;
    }
}
.container-awards .swiper p.marketing {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
}
.container-awards__v1 {
    overflow: hidden;
}
.container-awards__v1 .swiper {
    height: 543px;
    max-width: 468px;
    overflow: visible;
}
@media (max-width: 1238.98px) {
    .container-awards__v1 .swiper {
        overflow: hidden;
    }
}
.container-awards__v1 .swiper-slide {
    align-items: center;
    background-image: url(/mind-supernova/assets/images/award_card.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    height: 543px;
    justify-content: end;
    max-width: 468px;
    padding: 0 76px 37%;
    position: relative;
}
@media (max-width: 1238.98px) {
    .container-awards__v1 .swiper-slide {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin: 0;
        overflow: hidden;
        padding-top: 15%;
    }
}
.container-awards__v1 .swiper-slide:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.container-awards__v1 .swiper-slide-active:before {
    display: none;
}
.container-awards__v1 .swiper-slide .h2,
.container-awards__v1 .swiper-slide h2 {
    margin-bottom: 1.5rem;
    margin-top: 5rem;
    padding-top: 2rem;
}
@media (max-width: 1238.98px) {
    .container-awards__v1 .swiper-slide .h2,
    .container-awards__v1 .swiper-slide h2 {
        font-size: 1.25rem;
        margin: 0;
        padding-top: 10%;
    }
}
@media (max-width: 1238.98px) and (max-width: 1438.98px) {
    .container-awards__v1 .swiper-slide .h2,
    .container-awards__v1 .swiper-slide h2 {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) and (max-width: 1238.98px) {
    .container-awards__v1 .swiper-slide .h2,
    .container-awards__v1 .swiper-slide h2 {
        font-size: 1.25rem;
    }
}
.container-awards__v1 .swiper-slide__text {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 41px;
    text-align: center;
}
@media (max-width: 1238.98px) {
    .container-awards__v1 .swiper-slide__text {
        font-size: 1rem;
        margin: 0;
        padding-top: 5%;
    }
}
.container-awards__v1 .swiper-slide p.marketing {
    margin-bottom: 0.5rem;
    padding: 0 2rem;
}
@media (max-width: 1238.98px) {
    .container-awards__v1 .swiper-slide p.marketing {
        font-size: 0.85rem;
        padding-top: 8%;
    }
}
.container-awards__v1 .swiper-slide__year {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
    text-transform: capitalize;
}
@media (max-width: 1238.98px) {
    .container-awards__v1 .swiper-slide__year {
        font-size: 0.85rem;
        padding-top: 8%;
    }
}
.container-awards__v1 .swiper-pagination {
    margin-top: 8.6%;
}
.container-awards__v1 .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
    height: 15px;
    margin: 0 1rem;
    width: 15px;
}
.container-awards__v2 {
    display: flex;
    flex-direction: column;
}
.container-awards__v2 .swiper {
    height: 100%;
    padding-bottom: 100px;
    width: 100%;
}
.container-awards__v2 .swiper .buttons-group {
    display: none;
}
@media (max-width: 903.98px) {
    .container-awards__v2 .swiper .buttons-group {
        display: flex;
    }
    .container-awards__v2 .swiper .buttons-group .button--next--v2,
    .container-awards__v2 .swiper .buttons-group .button--prev--v2 {
        align-items: center;
        background: #1a1a1a;
        display: flex;
        flex-direction: row;
        height: 48px;
        justify-content: space-around;
        opacity: 1;
        position: relative;
        width: 48px;
    }
    .container-awards__v2
        .swiper
        .buttons-group
        .button--next--v2
        .carousel-control-next-icon,
    .container-awards__v2
        .swiper
        .buttons-group
        .button--next--v2
        .carousel-control-prev-icon,
    .container-awards__v2
        .swiper
        .buttons-group
        .button--prev--v2
        .carousel-control-next-icon,
    .container-awards__v2
        .swiper
        .buttons-group
        .button--prev--v2
        .carousel-control-prev-icon {
        background-size: 9px;
    }
    .container-awards__v2
        .swiper
        .buttons-group
        .button--next--v2
        .carousel-control-next-icon,
    .container-awards__v2
        .swiper
        .buttons-group
        .button--next--v2
        .carousel-control-prev-icon,
    .container-awards__v2
        .swiper
        .buttons-group
        .button--prev--v2
        .carousel-control-next-icon,
    .container-awards__v2
        .swiper
        .buttons-group
        .button--prev--v2
        .carousel-control-prev-icon {
        background-image: url(/mind-supernova/assets/images/arrow_right_white.svg);
    }
    .container-awards__v2 .swiper .buttons-group .button--prev--v2 {
        margin-right: 0.5rem;
        transform: rotate(180deg);
    }
}
.container-awards__v2 .swiper-wrapper {
    margin-bottom: 5.2%;
    width: 100%;
}
.container-awards__v2 .swiper-slide {
    align-items: center;
    background-color: #1a1a1a;
    background-image: url(/mind-supernova/assets/images/leaves.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 92% 100%;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    min-height: 396px;
    padding: 2rem 5rem;
    position: relative;
    width: 402px;
}
@media (max-width: 903.98px) {
    .container-awards__v2 .swiper-slide {
        background-position: 50% 50%;
        background-position-y: top;
        background-size: 92% 88%;
        max-width: 100%;
        min-height: 547px;
        padding: 3.5rem 4rem;
    }
}
.container-awards__v2 .swiper-slide .h2,
.container-awards__v2 .swiper-slide h2 {
    color: #aa73e6;
    font-weight: 700;
}
@media (max-width: 903.98px) {
    .container-awards__v2 .swiper-slide .h2,
    .container-awards__v2 .swiper-slide h2 {
        font-size: 32px;
        line-height: 120%;
        margin-bottom: 2rem;
        text-align: center;
    }
}
.container-awards__v2 .swiper-slide__text {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 34px;
    margin: 0 0 2.5rem;
    text-align: center;
}
@media (max-width: 1918.98px) {
    .container-awards__v2 .swiper-slide__text {
        font-size: 1.4rem;
    }
}
@media (max-width: 1438.98px) {
    .container-awards__v2 .swiper-slide__text {
        font-size: 1.225rem;
    }
}
@media (max-width: 1238.98px) {
    .container-awards__v2 .swiper-slide__text {
        font-size: 1.3125rem;
    }
}
@media (max-width: 903.98px) {
    .container-awards__v2 .swiper-slide__text {
        font-style: normal;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 4.5rem;
        text-align: center;
    }
}
.container-awards__v2 .swiper-slide p.marketing {
    color: gray;
    font-size: 1.25rem;
}
@media (max-width: 1438.98px) {
    .container-awards__v2 .swiper-slide p.marketing {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .container-awards__v2 .swiper-slide p.marketing {
        font-size: 1.25rem;
    }
}
@media (max-width: 903.98px) {
    .container-awards__v2 .swiper-slide p.marketing {
        color: gray;
        font-weight: 400;
        line-height: 1.3;
        text-align: center;
        text-transform: none;
    }
}
.container-awards__v2 .swiper-pagination {
    position: inherit;
}
@media (max-width: 903.98px) {
    .container-awards__v2 .swiper-pagination {
        bottom: 122px !important;
        display: flex;
        gap: 8px;
        justify-content: flex-end;
        left: 115px !important;
        position: absolute;
        width: calc(100% - 118px) !important;
    }
}
.container-awards__v2 .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
    height: 15px;
    margin: 0 1rem;
    width: 15px;
}
@media (max-width: 903.98px) {
    .container-awards__v2 .swiper-pagination-bullets .swiper-pagination-bullet {
        border-radius: 1px;
        height: 4px;
        margin: 0;
        max-width: 24px;
        width: 100%;
    }
}
.container-awards .mobile {
    display: none;
}
@media (max-width: 903.98px) {
    .container-awards .mobile {
        display: block;
    }
}
.container-awards .desktop {
    display: block;
}
@media (max-width: 903.98px) {
    .container-awards .desktop {
        display: none;
    }
}
.container-awards__v3 {
    overflow: hidden;
}
.container-awards__v3 .swiper {
    height: 100%;
    margin-bottom: 60px;
    width: 100%;
}
.container-awards__v3 .swiper .buttons-group {
    display: none;
}
@media (max-width: 903.98px) {
    .container-awards__v3 .swiper .buttons-group {
        display: flex;
    }
    .container-awards__v3 .swiper .buttons-group .button--next--v3,
    .container-awards__v3 .swiper .buttons-group .button--prev--v3 {
        align-items: center;
        background: #1a1a1a;
        display: flex;
        flex-direction: row;
        height: 48px;
        justify-content: space-around;
        opacity: 1;
        position: relative;
        width: 48px;
    }
    .container-awards__v3
        .swiper
        .buttons-group
        .button--next--v3
        .carousel-control-next-icon,
    .container-awards__v3
        .swiper
        .buttons-group
        .button--next--v3
        .carousel-control-prev-icon,
    .container-awards__v3
        .swiper
        .buttons-group
        .button--prev--v3
        .carousel-control-next-icon,
    .container-awards__v3
        .swiper
        .buttons-group
        .button--prev--v3
        .carousel-control-prev-icon {
        background-size: 9px;
    }
    .container-awards__v3
        .swiper
        .buttons-group
        .button--next--v3
        .carousel-control-next-icon,
    .container-awards__v3
        .swiper
        .buttons-group
        .button--next--v3
        .carousel-control-prev-icon,
    .container-awards__v3
        .swiper
        .buttons-group
        .button--prev--v3
        .carousel-control-next-icon,
    .container-awards__v3
        .swiper
        .buttons-group
        .button--prev--v3
        .carousel-control-prev-icon {
        background-image: url(/mind-supernova/assets/images/arrow_right_white.svg);
    }
    .container-awards__v3 .swiper .buttons-group .button--prev--v3 {
        margin-right: 0.5rem;
        transform: rotate(180deg);
    }
}
.container-awards__v3 .swiper-slide {
    background: transparent;
    display: flex;
    height: 100%;
    margin-bottom: 48px;
    width: 100%;
}
@media (max-width: 903.98px) {
    .container-awards__v3 .swiper-slide {
        display: block;
        height: auto;
        margin: 0 auto 5.2%;
    }
}
.container-awards__v3 .swiper-slide-info {
    background-image: url(/mind-supernova/assets/images/info-block.png);
    background-size: cover;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    margin: 0 2rem 0 0;
    min-height: 822px;
    padding: 153px 100px 121px;
    width: 50%;
}
.container-awards__v3 .swiper-slide-info img {
    display: none;
}
@media (max-width: 903.98px) {
    .container-awards__v3 .swiper-slide-info {
        background: #1a1a1a;
        border-radius: 14px;
        height: 100%;
        justify-content: space-between;
        margin: 0;
        min-height: 0;
        padding: 2rem 1.5rem 0.5rem;
        position: relative;
        width: inherit;
    }
    .container-awards__v3 .swiper-slide-info img {
        display: block;
    }
}
.container-awards__v3 .swiper-slide-info__text {
    margin: 0 0 127px;
}
@media (max-width: 903.98px) {
    .container-awards__v3 .swiper-slide-info__text {
        margin-bottom: 0;
        padding-top: 2.5rem;
    }
}
.container-awards__v3 .swiper-slide-info__text .article {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 39px;
    margin: 0;
    text-align: left;
}
@media (max-width: 1918.98px) {
    .container-awards__v3 .swiper-slide-info__text .article {
        font-size: 1.4rem;
    }
}
@media (max-width: 1438.98px) {
    .container-awards__v3 .swiper-slide-info__text .article {
        font-size: 1.225rem;
    }
}
@media (max-width: 1238.98px) {
    .container-awards__v3 .swiper-slide-info__text .article {
        font-size: 1.3125rem;
    }
}
@media (max-width: 903.98px) {
    .container-awards__v3 .swiper-slide-info__text .article {
        font-weight: 400;
        line-height: 1.2;
    }
}
.container-awards__v3 .swiper-slide-info__about {
    align-items: center;
    display: flex;
    width: 100%;
}
.container-awards__v3 .swiper-slide-info__about .avatar {
    background: #fff;
    border-radius: 100%;
    height: 146px;
    margin-right: 36px;
    width: 146px;
}
@media (max-width: 903.98px) {
    .container-awards__v3 .swiper-slide-info__about .avatar {
        display: none;
    }
}
.container-awards__v3 .swiper-slide-info__about .name {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 38px;
    text-align: left;
}
@media (max-width: 903.98px) {
    .container-awards__v3 .swiper-slide-info__about .name {
        font-size: 16px;
        font-weight: 700;
        padding-top: 2rem;
    }
}
.container-awards__v3 .swiper-slide-info__about .name .info {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 36px;
    text-align: left;
}
@media (max-width: 903.98px) {
    .container-awards__v3 .swiper-slide-info__about .name .info {
        font-size: 0.85rem;
    }
    .container-awards__v3 .swiper-slide-info__about .name .info br {
        display: none;
    }
}
.container-awards__v3 .swiper-slide-links {
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 50%;
}
@media (max-width: 903.98px) {
    .container-awards__v3 .swiper-slide-links {
        display: block;
        width: 100%;
    }
}
.container-awards__v3 .swiper-slide-links__card {
    background: #1a1a1a;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    margin: 0 0 1.5rem;
    padding: 0 195px 0 2.5rem;
}
@media (max-width: 903.98px) {
    .container-awards__v3 .swiper-slide-links__card {
        height: 100%;
        justify-content: center;
        margin-bottom: 0;
        margin-top: 0;
        padding: 2rem 1.5rem 0.5rem;
    }
}
.container-awards__v3 .swiper-slide-links__card .h2,
.container-awards__v3 .swiper-slide-links__card h2 {
    margin-bottom: 1.5rem;
    margin-top: 158px;
    padding: 0;
    text-align: left;
}
@media (max-width: 903.98px) {
    .container-awards__v3 .swiper-slide-links__card .h2,
    .container-awards__v3 .swiper-slide-links__card h2 {
        font-size: 2rem;
        margin: 0 0 1rem;
        padding: 0;
    }
}
@media (max-width: 903.98px) and (max-width: 1918.98px) {
    .container-awards__v3 .swiper-slide-links__card .h2,
    .container-awards__v3 .swiper-slide-links__card h2 {
        font-size: 1.7rem;
    }
}
@media (max-width: 903.98px) and (max-width: 1238.98px) {
    .container-awards__v3 .swiper-slide-links__card .h2,
    .container-awards__v3 .swiper-slide-links__card h2 {
        font-size: 1.6rem;
    }
}
.container-awards__v3 .swiper-slide-links__card button {
    margin-bottom: 5rem;
}
@media (max-width: 903.98px) {
    .container-awards__v3 .swiper-slide-links__card button {
        font-size: 1rem !important;
        margin: 0;
    }
}
.container-awards__v3 .swiper-slide-links__awards {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 903.98px) {
    .container-awards__v3 .swiper-slide-links__awards {
        display: block;
    }
}
.container-awards__v3 .swiper-slide-links__awards .award-item {
    align-items: center;
    background-color: #1a1a1a;
    background-image: url(/mind-supernova/assets/images/leaves.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 92% 100%;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    min-height: 396px;
    padding: 2.5rem 5rem;
    position: relative;
    width: 402px;
}
@media (max-width: 903.98px) {
    .container-awards__v3 .swiper-slide-links__awards .award-item {
        display: block;
        width: 100%;
    }
}
@media (min-width: 904px) and (max-width: 1238.98px) {
    .container-awards__v3 .swiper-slide-links__awards .award-item {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.container-awards__v3 .swiper-slide-links__awards .award-item:first-child {
    margin-right: 2rem;
}
.container-awards__v3 .swiper-slide-links__awards .award-item .h2,
.container-awards__v3 .swiper-slide-links__awards .award-item h2 {
    color: #aa73e6;
    margin: 0 0 3rem;
    padding: 0;
}
@media (max-width: 903.98px) {
    .container-awards__v3 .swiper-slide-links__awards .award-item .h2,
    .container-awards__v3 .swiper-slide-links__awards .award-item h2 {
        font-size: 1.25rem;
    }
}
@media (max-width: 903.98px) and (max-width: 1438.98px) {
    .container-awards__v3 .swiper-slide-links__awards .award-item .h2,
    .container-awards__v3 .swiper-slide-links__awards .award-item h2 {
        font-size: 1.1rem;
    }
}
@media (max-width: 903.98px) and (max-width: 1238.98px) {
    .container-awards__v3 .swiper-slide-links__awards .award-item .h2,
    .container-awards__v3 .swiper-slide-links__awards .award-item h2 {
        font-size: 1.25rem;
    }
}
.container-awards__v3 .swiper-slide-links__awards .award-item__text {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 34px;
    margin: 0 0 2.5rem;
    text-align: center;
}
@media (max-width: 1918.98px) {
    .container-awards__v3 .swiper-slide-links__awards .award-item__text {
        font-size: 1.4rem;
    }
}
@media (max-width: 1438.98px) {
    .container-awards__v3 .swiper-slide-links__awards .award-item__text {
        font-size: 1.225rem;
    }
}
@media (max-width: 1238.98px) {
    .container-awards__v3 .swiper-slide-links__awards .award-item__text {
        font-size: 1.3125rem;
    }
}
@media (max-width: 903.98px) {
    .container-awards__v3 .swiper-slide-links__awards .award-item__text {
        font-size: 1.25rem;
    }
}
@media (max-width: 903.98px) and (max-width: 1438.98px) {
    .container-awards__v3 .swiper-slide-links__awards .award-item__text {
        font-size: 1.1rem;
    }
}
@media (max-width: 903.98px) and (max-width: 1238.98px) {
    .container-awards__v3 .swiper-slide-links__awards .award-item__text {
        font-size: 1.25rem;
    }
}
.container-awards__v3 .swiper-slide-links__awards .award-item p.marketing {
    color: gray;
    font-weight: 1.25rem;
}
@media (max-width: 903.98px) {
    .container-awards__v3 .swiper-slide-links__awards .award-item p.marketing {
        font-size: 1rem;
    }
}
.container-awards__v3 .swiper-pagination {
    bottom: 0;
}
@media (max-width: 903.98px) {
    .container-awards__v3 .swiper-pagination {
        bottom: 20px !important;
        display: flex;
        justify-content: flex-end;
        left: 115px !important;
        position: absolute;
        width: calc(100% - 118px) !important;
    }
}
.container-awards__v3 .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
    height: 15px;
    margin: 0 1rem;
    width: 15px;
}
@media (max-width: 903.98px) {
    .container-awards__v3 .swiper-pagination-bullets .swiper-pagination-bullet {
        border-radius: 1px;
        height: 4px;
        margin: 0 0 0 0.5rem;
        width: 24px;
    }
}

@media (max-width: 903.98px) {
    .section-services {
        background: #000;
    }
}
.section-services .container-services {
    color: #fff;
}
@media (max-width: 598.98px) {
    .section-services .container-services {
        display: none;
    }
}
.section-services .container-services .h2,
.section-services .container-services h2 {
    margin-bottom: 2.5rem;
}
.section-services .container-services > .row {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
}
@media (min-width: 1239px) {
    .section-services .container-services > .row > div:first-child {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .section-services .container-services > .row > div:last-child {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
}
.section-services .container-services > .row .row {
    justify-content: flex-end;
}
.section-services .container-services > .row .row > * {
    flex: 0 0 auto;
    width: 50%;
}
@media (max-width: 598.98px) {
    .section-services .container-services > .row .row > * {
        flex: 0 0 auto;
        width: 100%;
    }
}
.section-services .container-services > .row .row .col {
    margin-bottom: 1.5rem;
}
.section-services .container-services > .row .row .col .content {
    border-top: 1px solid #fff;
    padding: 1.5rem;
}
@media (max-width: 903.98px) {
    .section-services .container-services > .row .row .col .content {
        padding: 1.5rem 0;
    }
}
.section-services .container-services > .row .row .col .content a {
    color: #fff;
    text-decoration: none;
}
.section-services .container-services > .row .row .col .content div {
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem;
}
.section-services .container-services > .row .row .col .content div .h3,
.section-services .container-services > .row .row .col .content div h3,
.section-services .container-services > .row .row .col .content div p {
    font-size: 1.25rem;
    position: relative;
    width: 85%;
}
.section-services .container-services > .row .row .col .content div .h3:after,
.section-services .container-services > .row .row .col .content div h3:after,
.section-services .container-services > .row .row .col .content div p:after {
    background: url(/mind-supernova/assets/images/arrow-right-single.svg);
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 15px;
    margin-left: 8px;
    position: absolute;
    transition: width 0.5s ease;
    vertical-align: middle;
    width: 24px;
}
@media (min-width: 1239px) {
    .section-services
        .container-services
        > .row
        .row
        .col
        .content
        div
        .h3:after,
    .section-services
        .container-services
        > .row
        .row
        .col
        .content
        div
        h3:after,
    .section-services
        .container-services
        > .row
        .row
        .col
        .content
        div
        p:after {
        background: url(/mind-supernova/assets/images/arrow_right_w.svg);
        height: 22px;
    }
}
@media (min-width: 1919px) {
    .section-services
        .container-services
        > .row
        .row
        .col
        .content
        div
        .h3:after,
    .section-services
        .container-services
        > .row
        .row
        .col
        .content
        div
        h3:after,
    .section-services
        .container-services
        > .row
        .row
        .col
        .content
        div
        p:after {
        bottom: 4px;
        width: 24px;
    }
}
.section-services .container-services > .row .row .col .content:hover {
    border-top: 4px solid #5f249f;
    margin-top: -3px;
}
.section-services
    .container-services
    > .row
    .row
    .col
    .content:hover
    div
    .h3:after,
.section-services
    .container-services
    > .row
    .row
    .col
    .content:hover
    div
    h3:after,
.section-services
    .container-services
    > .row
    .row
    .col
    .content:hover
    div
    p:after {
    background: url(/mind-supernova/assets/images/arrow-right-triple-hover.svg);
    background-repeat: no-repeat;
    width: 54px;
}
@media (min-width: 1239px) {
    .section-services
        .container-services
        > .row
        .row
        .col
        .content:hover
        div
        .h3:after,
    .section-services
        .container-services
        > .row
        .row
        .col
        .content:hover
        div
        h3:after,
    .section-services
        .container-services
        > .row
        .row
        .col
        .content:hover
        div
        p:after {
        background: url(/mind-supernova/assets/images/arrow-right_w-hover.svg);
    }
    .section-services.services-col-3
        .container-services
        > .row
        > div:first-child {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .section-services.services-col-3
        .container-services
        > .row
        > div:last-child {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}
.section-services.services-col-3 .container-services > .row .row > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
@media (max-width: 1918.98px) {
    .section-services.services-col-3 .container-services > .row .row > * {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (max-width: 598.98px) {
    .section-services.services-col-3 .container-services > .row .row > * {
        flex: 0 0 auto;
        width: 100%;
    }
}
.container-services-mobile {
    background: #000;
    color: #fff;
    display: none;
}
@media (max-width: 598.98px) {
    .container-services-mobile {
        display: block;
    }
}
.container-services-mobile .title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
@media (max-width: 1918.98px) {
    .container-services-mobile .title {
        font-size: 1.7rem;
    }
}
@media (max-width: 1238.98px) {
    .container-services-mobile .title {
        font-size: 1.6rem;
    }
}
.container-services-mobile .h5,
.container-services-mobile h5 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    text-align: center;
}
.container-services-mobile .accordion .accordion-item {
    background: #000;
    border-bottom: 0;
}
.container-services-mobile .accordion .accordion-item:last-child {
    border-bottom: 1px solid #fff;
}
.container-services-mobile .accordion .accordion-header {
    border-top: 1px solid #fff;
}
.container-services-mobile .accordion .accordion-button {
    background: #000;
    box-shadow: none;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 1.5rem 0;
}
@media (max-width: 1438.98px) {
    .container-services-mobile .accordion .accordion-button {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .container-services-mobile .accordion .accordion-button {
        font-size: 1.25rem;
    }
}
.container-services-mobile .accordion .accordion-button:after {
    background-image: url(/mind-supernova/assets/images/arrow-down.svg);
}
.container-services-mobile .accordion .accordion-button:focus {
    box-shadow: none;
}
.container-services-mobile .accordion .accordion-button .h2-btn {
    font-size: 1.25rem;
    font-weight: 700;
}
@media (max-width: 1438.98px) {
    .container-services-mobile .accordion .accordion-button .h2-btn {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .container-services-mobile .accordion .accordion-button .h2-btn {
        font-size: 1.25rem;
    }
}
.container-services-mobile .accordion .accordion-body {
    background: #000;
    color: #fff;
    font-size: 1rem;
    padding: 0 0 1rem;
}
.services-vertical-tabs__main-container {
    display: flex;
}
.services-vertical-tabs__main-container--tabs {
    display: block;
}
@media (min-width: 904px) {
    .services-vertical-tabs__main-container--tabs {
        height: 408px;
        margin-right: 1.5rem;
        overflow-x: hidden;
        width: 396px;
    }
}
.services-vertical-tabs__main-container--tabs::-webkit-scrollbar {
    width: 2px;
}
.services-vertical-tabs__main-container--tabs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #333;
}
.services-vertical-tabs__main-container--tabs::-webkit-scrollbar-thumb {
    background-color: #bfbfbf;
    outline: 1px solid #bfbfbf;
}
.services-vertical-tabs__main-container--tabs button {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    height: 48px;
    line-height: 16px;
    margin-bottom: 12px;
    position: relative;
    text-align: left;
    width: 100%;
}
.services-vertical-tabs__main-container--tabs button:not(:last-child) {
    border-bottom: 1px solid #4d4d4d;
}
.services-vertical-tabs__main-container--tabs button:before {
    content: url(/mind-supernova/assets/images/arrow-right-single.svg);
    height: 12px;
    position: absolute;
    right: 0;
    width: 11px;
}
@media (min-width: 904px) {
    .services-vertical-tabs__main-container--tabs button {
        border: 1px solid #4d4d4d;
        border-radius: 24px;
        color: gray;
        padding-left: 55px;
        width: 366px;
    }
    .services-vertical-tabs__main-container--tabs button:hover:before {
        left: 16px;
    }
    .services-vertical-tabs__main-container--tabs button:before {
        content: url(/mind-supernova/assets/images/icons/pueple-circle-arrow-inactive.svg);
        height: 24px;
        left: 12px;
        position: absolute;
        top: 11px;
        transition: all 0.2s ease-in-out;
        width: 24px;
    }
}
.services-vertical-tabs__main-container--tabs button.active {
    background-color: transparent !important;
    color: #fff;
}
@media (min-width: 904px) {
    .services-vertical-tabs__main-container--tabs button.active:before {
        content: url(/mind-supernova/assets/images/icons/pueple-circle-arrow-active.svg);
    }
}
.services-vertical-tabs__main-container--tabs-content {
    display: none;
    position: relative;
}
@media (min-width: 904px) {
    .services-vertical-tabs__main-container--tabs-content {
        display: block;
        width: 50%;
    }
}
@media (min-width: 1239px) {
    .services-vertical-tabs__main-container--tabs-content {
        display: block;
        width: 61%;
    }
}
@media (min-width: 1439px) {
    .services-vertical-tabs__main-container--tabs-content {
        width: 67%;
    }
}
@media (min-width: 1919px) {
    .services-vertical-tabs__main-container--tabs-content {
        width: 76%;
    }
}
.services-vertical-tabs__main-container--tabs-content .single-tab-content {
    background-color: #1a1a1a;
    border-radius: 20px;
    height: 408px;
    padding: 18px;
}
.services-vertical-tabs__main-container--tabs-content
    .single-tab-content--image {
    display: none;
}
@media (min-width: 1439px) {
    .services-vertical-tabs__main-container--tabs-content
        .single-tab-content--image {
        display: inline-block;
        float: left;
        width: 280px;
    }
}
@media (min-width: 1919px) {
    .services-vertical-tabs__main-container--tabs-content
        .single-tab-content--image {
        width: 400px;
    }
}
@media (min-width: 1439px) {
    .services-vertical-tabs__main-container--tabs-content
        .single-tab-content--text {
        display: inline-block;
        float: left;
        padding-left: 24px;
        width: 540px;
    }
}
@media (min-width: 1919px) {
    .services-vertical-tabs__main-container--tabs-content
        .single-tab-content--text {
        width: 880px;
    }
}
.services-vertical-tabs__main-container--tabs-content
    .single-tab-content--text
    .h5,
.services-vertical-tabs__main-container--tabs-content
    .single-tab-content--text
    h5 {
    margin-bottom: 28px;
}
.services-vertical-tabs__main-container--tabs-content
    .single-tab-content--text
    .btn-container
    .btn-text {
    font-weight: 400;
    text-transform: none;
}
.services-vertical-tabs__main-container--tabs-content
    .single-tab-content--text
    .btn-container
    .btn-text:hover {
    color: #fff;
}
.services-vertical-tabs__main-container--tabs-content
    .single-tab-content--text
    .btn-container
    .btn-text
    .text-container
    .arr-offering
    .arr-small {
    border: 2px solid #fff;
    border-bottom: none;
    border-left: none;
}
.services-vertical-tabs__main-container--tabs-content
    .single-tab-content--text
    .items-list {
    margin-top: 28px;
}
.services-vertical-tabs__main-container--tabs-content
    .single-tab-content--text
    .items-list
    ul {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
}
@media (min-width: 1239px) {
    .services-vertical-tabs__main-container--tabs-content
        .single-tab-content--text
        .items-list
        ul {
        flex-direction: row;
        flex-wrap: wrap;
    }
}
.services-vertical-tabs__main-container--tabs-content
    .single-tab-content--text
    .items-list
    ul
    li {
    background-color: transparent;
    margin-bottom: 20px;
    position: relative;
}
@media (min-width: 1239px) {
    .services-vertical-tabs__main-container--tabs-content
        .single-tab-content--text
        .items-list
        ul
        li {
        margin-bottom: 16px;
        margin-right: 45px;
        width: 40%;
    }
}
@media (min-width: 1919px) {
    .services-vertical-tabs__main-container--tabs-content
        .single-tab-content--text
        .items-list
        ul
        li {
        margin-right: 60px;
        width: 42%;
    }
}
.services-vertical-tabs__main-container--tabs-content
    .single-tab-content--text
    .items-list
    ul
    li:before {
    content: url(/mind-supernova/assets/images/icons/pueple-circle-arrow-inactive.svg);
    height: 24px;
    left: -20px;
    position: absolute;
    top: -6px;
    width: 24px;
}
@media (min-width: 1239px) {
    .services-vertical-tabs__main-container--tabs-content
        .single-tab-content--text
        .items-list
        ul
        li:before {
        top: -3px;
    }
}
.services-vertical-tabs__main-container--tabs-content
    .single-tab-content--text
    .items-list
    ul
    li
    a {
    color: #fff;
    text-decoration: none;
}
.services-vertical-tabs__main-container--tabs-content
    .single-tab-content--text
    .items-list
    ul
    li
    a:hover {
    text-decoration: underline;
}
.our-services-gray-cards .h2,
.our-services-gray-cards h2 {
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
}
@media (min-width: 1439px) {
    .our-services-gray-cards .h2,
    .our-services-gray-cards h2 {
        font-size: 48px;
    }
}
@media (min-width: 1919px) {
    .our-services-gray-cards .h2,
    .our-services-gray-cards h2 {
        font-size: 56px;
    }
}
.our-services-gray-cards__wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
@media (min-width: 1439px) {
    .our-services-gray-cards__wrapper {
        flex-direction: row;
    }
}
.our-services-gray-cards__wrapper__card {
    background-color: #1a1a1a;
    border-radius: 14px;
    display: flex;
    flex-direction: row;
    gap: 28px;
    padding: 20px;
}
@media (min-width: 1439px) {
    .our-services-gray-cards__wrapper__card {
        width: 50%;
    }
}
@media (min-width: 1919px) {
    .our-services-gray-cards__wrapper__card {
        padding: 20px 150px 20px 20px;
    }
}
.our-services-gray-cards__wrapper__card .column-icon figure {
    margin: 0;
}
.our-services-gray-cards__wrapper__card .column-icon figure img {
    height: 30px;
    max-width: none;
    width: 30px;
}
.our-services-gray-cards__wrapper__card .column-content .h4,
.our-services-gray-cards__wrapper__card .column-content h4 {
    font-size: 24px;
}
.our-services-gray-cards__wrapper__card .column-content ul li {
    color: #bfbfbf;
    margin-bottom: 15px;
}
.our-services-gray-cards__wrapper__card .column-content li,
.our-services-gray-cards__wrapper__card .column-content p {
    font-size: 18px;
}
.our-services-gray-cards__wrapper__card .column-content p {
    margin-bottom: 20px;
    margin-top: 20px;
}
.quotes-section {
    max-width: 100vw;
    overflow: hidden;
}
.quotes-section .background {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
@media (max-width: 598.98px) {
    .quotes-section .background {
        display: none;
    }
}
.quotes-section .carousel-control-next,
.quotes-section .carousel-control-prev {
    align-items: center;
    background: #1a1a1a;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    height: 48px;
    justify-content: space-around;
    opacity: 1;
    position: relative;
    width: 48px;
}
.quotes-section .carousel-control-next .carousel-control-next-icon,
.quotes-section .carousel-control-next .carousel-control-prev-icon,
.quotes-section .carousel-control-prev .carousel-control-next-icon,
.quotes-section .carousel-control-prev .carousel-control-prev-icon {
    background-size: 9px;
}
.quotes-section .carousel-control-next .carousel-control-next-icon,
.quotes-section .carousel-control-next .carousel-control-prev-icon,
.quotes-section .carousel-control-prev .carousel-control-next-icon,
.quotes-section .carousel-control-prev .carousel-control-prev-icon {
    background-image: url(/mind-supernova/assets/images/arrow_right_white.svg);
}
.quotes-section .carousel-control-prev {
    transform: rotate(180deg);
}
.quotes-section .carousel-control-next {
    margin-left: 8px;
}
.quotes-section--v2 {
    height: auto;
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
}
@media (max-width: 1238.98px) {
    .quotes-section--v2 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media (max-width: 598.98px) {
    .quotes-section--v2 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.quotes-section--v2 .carousel {
    height: auto;
}
.quotes-section--v2 .carousel .carousel-inner {
    overflow: inherit;
}
.quotes-section--v2 .carousel .carousel-item {
    width: 100%;
}
.quotes-section--v2 .carousel .carousel-item-default {
    background: #1a1a1a;
    border-radius: 15px;
    margin: 0 auto;
    max-width: 968px;
    padding: 3rem 2.5rem 2.5rem 3rem;
}
@media (max-width: 598.98px) {
    .quotes-section--v2 .carousel .carousel-item-default {
        padding: 1.5rem;
    }
}
.quotes-section--v2 .carousel .carousel-item p {
    font-size: 1.25rem;
    font-weight: 400;
    padding: 2rem 0 0;
}
@media (max-width: 1438.98px) {
    .quotes-section--v2 .carousel .carousel-item p {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .quotes-section--v2 .carousel .carousel-item p {
        color: #fff;
        font-size: 1.25rem;
        font-weight: 400;
    }
}
.quotes-section--v2 .carousel .carousel-item .h5,
.quotes-section--v2 .carousel .carousel-item h5 {
    font-size: 1.25rem;
    font-weight: 700;
    padding-top: 1.5rem;
}
@media (max-width: 1438.98px) {
    .quotes-section--v2 .carousel .carousel-item .h5,
    .quotes-section--v2 .carousel .carousel-item h5 {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .quotes-section--v2 .carousel .carousel-item .h5,
    .quotes-section--v2 .carousel .carousel-item h5 {
        font-size: 1.25rem;
        padding-left: 1rem;
        padding-top: 1.5rem;
    }
}
@media (max-width: 598.98px) {
    .quotes-section--v2 .carousel .carousel-item .h5,
    .quotes-section--v2 .carousel .carousel-item h5 {
        padding-left: 0;
    }
}
.quotes-section--v2 .carousel .carousel-item .h6,
.quotes-section--v2 .carousel .carousel-item h6 {
    font-size: 1rem;
    font-weight: 400;
    padding-top: 0.5rem;
}
@media (max-width: 1238.98px) {
    .quotes-section--v2 .carousel .carousel-item .h6,
    .quotes-section--v2 .carousel .carousel-item h6 {
        font-size: 0.85rem;
        padding-left: 1rem;
        padding-top: 0.5rem;
    }
}
@media (max-width: 598.98px) {
    .quotes-section--v2 .carousel .carousel-item .h6,
    .quotes-section--v2 .carousel .carousel-item h6 {
        padding-left: 0;
    }
}
.quotes-section--v2 .button-group {
    align-items: center;
    display: flex;
    margin: 1.5rem auto auto;
    max-width: 968px;
    padding-bottom: 0.5rem;
}
@media (max-width: 1238.98px) {
    .quotes-section--v2 .button-group {
        align-items: center;
        display: flex;
        height: 48px;
        justify-content: flex-start;
        margin-top: 1.5rem;
        padding-bottom: 0.5rem;
        width: 100%;
    }
}
@media (max-width: 598.98px) {
    .quotes-section--v2 .button-group {
        justify-content: flex-start;
        padding: 0;
        width: 100%;
    }
}
.quotes-section--v2 .button-group .carousel-indicators {
    margin: 0 0 0 1rem;
    position: relative;
}
@media (max-width: 1238.98px) {
    .quotes-section .carusel-wrapper--v2,
    .quotes-section--v1 .quotes__wrapper .carusel-wrapper--v1 {
        position: relative;
    }
    .quotes-section--v1 .quotes__wrapper .quotes__block {
        margin: auto;
        opacity: 0;
        position: absolute;
        transition: transform 0.5s, opacity 0.5s, z-index 0.5s;
        width: 100%;
        z-index: 1;
    }
    .quotes-section--v1 .quotes__wrapper .quotes__block.quotes--active,
    .quotes-section--v1 .quotes__wrapper .quotes__block.quotes--initial {
        opacity: 1;
        position: relative;
        z-index: 3;
    }
    .quotes-section--v1 .quotes__wrapper .quotes__block.quotes--next,
    .quotes-section--v1 .quotes__wrapper .quotes__block.quotes--prev {
        z-index: 2;
    }
    .quotes-section--v1 .quotes__wrapper .quotes__block.quotes--prev {
        transform: translateX(-100%);
    }
    .quotes-section--v1 .quotes__wrapper .quotes__block.quotes--next {
        transform: translateX(100%);
    }
    .quotes-section--v1 .quotes__wrapper .arrow-group .buttons-group {
        display: flex;
    }
    .quotes-section--v1
        .quotes__wrapper
        .arrow-group
        .carousel__button--next--v1,
    .quotes-section--v1
        .quotes__wrapper
        .arrow-group
        .carousel__button--prev--v1 {
        align-items: center;
        background: #1a1a1a;
        display: flex;
        flex-direction: row;
        height: 48px;
        justify-content: space-around;
        width: 48px;
    }
    .quotes-section--v1
        .quotes__wrapper
        .arrow-group
        .carousel__button--prev--v1 {
        margin-right: 1rem;
        transform: rotate(180deg);
    }
    .quotes-section--v1 .quotes__wrapper .arrow-group .quotes__line {
        background-color: #666;
        border: 1px solid #666;
        border-radius: 2px;
        height: 2px;
        margin-left: 0.5rem;
        width: 24px;
    }
    .quotes-section--v1
        .quotes__wrapper
        .arrow-group
        .quotes__line.quotes--active {
        background-color: #fff;
        border: 1px solid #fff;
    }
    .quotes-section--v2 .quotes__wrapper {
        height: 100%;
        margin: 0 auto;
        min-width: 328px;
        padding: 0;
    }
    .quotes-section--v2 .quotes__wrapper .carusel-wrapper--v2 {
        position: relative;
    }
    .quotes-section--v2 .quotes__wrapper .block {
        background: #1a1a1a;
        border-radius: 14px;
        opacity: 0;
        padding-bottom: 0.5rem;
        position: absolute;
        transition: transform 0.5s, opacity 0.5s, z-index 0.5s;
        width: calc(100% - 20px);
        z-index: 1;
    }
    .quotes-section--v2 .quotes__wrapper .block.quotes--active2,
    .quotes-section--v2 .quotes__wrapper .block.quotes--initial2 {
        margin: 2.5rem 1rem;
        opacity: 1;
        position: relative;
        z-index: 3;
    }
    .quotes-section--v2 .quotes__wrapper .block.quotes--next2,
    .quotes-section--v2 .quotes__wrapper .block.quotes--prev2 {
        z-index: 2;
    }
    .quotes-section--v2 .quotes__wrapper .block.quotes--prev2 {
        transform: translateX(-100%);
    }
    .quotes-section--v2 .quotes__wrapper .block.quotes--next2 {
        transform: translateX(100%);
    }
    .quotes-section--v2 .quotes__wrapper .block .quotes {
        height: 24px;
        padding-left: 1.5rem;
        padding-top: 2rem;
        width: 30px;
    }
    .quotes-section--v2 .quotes__wrapper .block p {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.2;
    }
    .quotes-section--v2 .quotes__wrapper .block p.quotes__name {
        font-weight: 700;
        padding-left: 1rem;
        padding-top: 2rem;
    }
    .quotes-section--v2 .quotes__wrapper .block p .quotes__position {
        font-size: 0.85rem;
        padding-left: 1rem;
        padding-top: 0.5rem;
    }
    .quotes-section--v2 .quotes__wrapper .arrow-group .buttons-group {
        display: flex;
    }
    .quotes-section--v2
        .quotes__wrapper
        .arrow-group
        .carousel__button--next--v2,
    .quotes-section--v2
        .quotes__wrapper
        .arrow-group
        .carousel__button--prev--v2 {
        align-items: center;
        background: #1a1a1a;
        display: flex;
        flex-direction: row;
        height: 48px;
        justify-content: space-around;
        width: 48px;
    }
    .quotes-section--v2
        .quotes__wrapper
        .arrow-group
        .carousel__button--prev--v2 {
        margin-right: 0.5rem;
        transform: rotate(180deg);
    }
    .quotes-section--v2 .quotes__wrapper .arrow-group .quotes__pagination {
        align-items: center;
        display: flex;
        flex-direction: row;
        margin-right: 2rem;
    }
    .quotes-section--v2
        .quotes__wrapper
        .arrow-group
        .quotes__pagination
        .quotes__line {
        background-color: #666;
        border: 1px solid #666;
        border-radius: 2px;
        height: 2px;
        margin-left: 0.5rem;
        width: 24px;
    }
    .quotes-section--v2
        .quotes__wrapper
        .arrow-group
        .quotes__pagination
        .quotes__line.quotes--active2 {
        background-color: #fff;
        border: 1px solid #fff;
    }
    .quotes-section--v2
        .quotes__wrapper
        .arrow-group
        .quotes__pagination
        .quotes__line:last-child {
        margin-right: 2rem;
    }
}
.quotes-section--v1 {
    background-color: #000;
    height: auto;
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
    position: relative;
    width: 100%;
}
.quotes-section--v1 .carousel {
    height: 100%;
    margin: 0 auto;
    max-width: 1099px;
    padding: 0 1rem;
}
.quotes-section--v1 .carousel .carousel-inner {
    overflow: inherit;
}
.quotes-section--v1 .carousel .carousel-inner .carousel-item__content .client {
    display: none;
}
.quotes-section--v1 .carousel .picture {
    filter: brightness(0) invert(1);
}
@media (max-width: 1238.98px) {
    .quotes-section--v1 .carousel .picture {
        padding-bottom: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media (max-width: 598.98px) {
    .quotes-section--v1 .carousel .picture {
        padding-left: 0;
    }
}
.quotes-section--v1 .carousel p {
    font-size: 1.75rem;
    padding-top: 1.5rem;
}
@media (max-width: 1918.98px) {
    .quotes-section--v1 .carousel p {
        font-size: 1.4rem;
    }
}
@media (max-width: 1438.98px) {
    .quotes-section--v1 .carousel p {
        font-size: 1.225rem;
    }
}
@media (max-width: 1238.98px) {
    .quotes-section--v1 .carousel p {
        font-size: 1.3125rem;
        padding: 0 1rem;
    }
}
@media (max-width: 598.98px) {
    .quotes-section--v1 .carousel p {
        font-size: 1rem;
        padding: 0;
        width: 100%;
    }
}
.quotes-section--v1 .carousel .h5,
.quotes-section--v1 .carousel h5 {
    font-size: 1.25rem;
    font-weight: 700;
    padding-top: 1.5rem;
}
@media (max-width: 1438.98px) {
    .quotes-section--v1 .carousel .h5,
    .quotes-section--v1 .carousel h5 {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .quotes-section--v1 .carousel .h5,
    .quotes-section--v1 .carousel h5 {
        font-size: 1.25rem;
        padding-left: 1rem;
        padding-top: 1.5rem;
    }
}
@media (max-width: 598.98px) {
    .quotes-section--v1 .carousel .h5,
    .quotes-section--v1 .carousel h5 {
        padding-left: 0;
    }
}
.quotes-section--v1 .carousel .h6,
.quotes-section--v1 .carousel h6 {
    font-size: 1rem;
    font-weight: 400;
    padding-top: 0.5rem;
}
@media (max-width: 1238.98px) {
    .quotes-section--v1 .carousel .h6,
    .quotes-section--v1 .carousel h6 {
        font-size: 0.85rem;
        padding-left: 1rem;
        padding-top: 0.5rem;
    }
}
@media (max-width: 598.98px) {
    .quotes-section--v1 .carousel .h6,
    .quotes-section--v1 .carousel h6 {
        padding-left: 0;
    }
}
.quotes-section--v1 .button-group {
    align-items: center;
    display: flex;
    margin-top: 1.5rem;
    padding-bottom: 0.5rem;
}
@media (max-width: 1238.98px) {
    .quotes-section--v1 .button-group {
        align-items: center;
        display: flex;
        height: 48px;
        justify-content: flex-start;
        margin-top: 1.5rem;
        max-width: 100%;
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        width: 100%;
    }
}
@media (max-width: 598.98px) {
    .quotes-section--v1 .button-group {
        justify-content: flex-start;
        padding: 0;
        width: 100%;
    }
}
.quotes-section--v1 .button-group .carousel-indicators {
    margin: 0 0 0 1rem;
    position: relative;
}
.quotes-section--v3 {
    background-color: #5f249f !important;
    color: #fff !important;
    height: auto;
    padding-bottom: 2rem;
    position: relative;
    width: 100%;
}
.quotes-section--v3 .carousel {
    height: 100%;
    margin: 0 auto;
    max-width: 1099px;
    padding: 0 1rem;
}
@media (min-width: 599px) {
    .quotes-section--v3 .carousel {
        padding-left: 7rem;
        padding-right: 7rem;
    }
}
@media (min-width: 904px) {
    .quotes-section--v3 .carousel {
        padding-left: 11rem;
        padding-right: 11rem;
    }
}
@media (min-width: 1239px) {
    .quotes-section--v3 .carousel {
        padding-left: 17rem;
        padding-right: 17rem;
    }
}
@media (min-width: 1919px) {
    .quotes-section--v3 .carousel {
        padding-left: 7rem;
        padding-right: 7rem;
    }
}
.quotes-section--v3 .carousel .carousel-inner {
    overflow: inherit;
}
@media (min-width: 1239px) {
    .quotes-section--v3 .carousel .carousel-inner .carousel-item__content {
        display: -webkit-box;
    }
}
.quotes-section--v3
    .carousel
    .carousel-inner
    .carousel-item__content
    .quote-content
    .quote-author {
    display: -webkit-box;
}
.quotes-section--v3
    .carousel
    .carousel-inner
    .carousel-item__content
    .quote-content
    .quote-author
    .author-image {
    align-items: flex-start;
    display: flex;
    grid-column: span 1 / span 1;
}
.quotes-section--v3
    .carousel
    .carousel-inner
    .carousel-item__content
    .quote-content
    .quote-author
    .author-image
    .quote-author-image {
    border-radius: 6px;
    display: block;
    margin-right: 1rem;
    width: 50px;
}
.quotes-section--v3 .carousel .carousel-inner .carousel-item__content .client {
    display: none;
}
.quotes-section--v3 .carousel figure {
    margin: 0;
}
.quotes-section--v3 .carousel figure .quote-picture {
    bottom: 30px;
    display: initial !important;
    margin-right: 2rem;
    margin-top: 3.5rem;
    position: relative;
    width: 2rem;
}
.quotes-section--v3 .carousel p {
    font-size: 1.75rem;
}
@media (max-width: 1918.98px) {
    .quotes-section--v3 .carousel p {
        font-size: 1.4rem;
    }
}
@media (max-width: 1438.98px) {
    .quotes-section--v3 .carousel p {
        font-size: 1.225rem;
    }
}
@media (max-width: 1238.98px) {
    .quotes-section--v3 .carousel p {
        font-size: 1.3125rem;
    }
}
@media (min-width: 1239px) {
    .quotes-section--v3 .carousel p {
        padding-top: 1.5rem;
    }
}
@media (max-width: 598.98px) {
    .quotes-section--v3 .carousel p {
        font-size: 1rem;
        padding: 0;
        width: 100%;
    }
}
.quotes-section--v3 .carousel .h5,
.quotes-section--v3 .carousel h5 {
    font-size: 1.25rem;
    font-weight: 700;
}
@media (max-width: 1438.98px) {
    .quotes-section--v3 .carousel .h5,
    .quotes-section--v3 .carousel h5 {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .quotes-section--v3 .carousel .h5,
    .quotes-section--v3 .carousel h5 {
        font-size: 1.25rem;
        padding-left: 1rem;
    }
}
@media (max-width: 598.98px) {
    .quotes-section--v3 .carousel .h5,
    .quotes-section--v3 .carousel h5 {
        padding-left: 0;
    }
}
.quotes-section--v3 .carousel .h6,
.quotes-section--v3 .carousel h6 {
    font-size: 1rem;
    font-weight: 400;
    padding-top: 0.5rem;
}
@media (max-width: 1238.98px) {
    .quotes-section--v3 .carousel .h6,
    .quotes-section--v3 .carousel h6 {
        font-size: 0.85rem;
        padding-left: 1rem;
        padding-top: 0.5rem;
    }
}
@media (max-width: 598.98px) {
    .quotes-section--v3 .carousel .h6,
    .quotes-section--v3 .carousel h6 {
        padding-left: 0;
    }
}
.blog-author {
    max-width: 100vw;
    overflow: hidden;
}
.blog-author .background {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
@media (max-width: 598.98px) {
    .blog-author .background {
        display: none;
    }
}
.blog-author .carousel-control-next,
.blog-author .carousel-control-prev {
    align-items: center;
    background: #1a1a1a;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    height: 48px;
    justify-content: space-around;
    opacity: 1;
    position: relative;
    width: 48px;
}
.blog-author .carousel-control-next .carousel-control-next-icon,
.blog-author .carousel-control-next .carousel-control-prev-icon,
.blog-author .carousel-control-prev .carousel-control-next-icon,
.blog-author .carousel-control-prev .carousel-control-prev-icon {
    background-size: 9px;
}
.blog-author .carousel-control-next .carousel-control-next-icon,
.blog-author .carousel-control-next .carousel-control-prev-icon,
.blog-author .carousel-control-prev .carousel-control-next-icon,
.blog-author .carousel-control-prev .carousel-control-prev-icon {
    background-image: url(/mind-supernova/assets/images/arrow_right_white.svg);
}
.blog-author .carousel-control-prev {
    transform: rotate(180deg);
}
.blog-author .carousel-control-next {
    margin-left: 8px;
}
@media (max-width: 1238.98px) {
    .blog-author .carusel-wrapper--v2,
    .blog-author--v1 .quotes__wrapper .carusel-wrapper--v1 {
        position: relative;
    }
    .blog-author--v1 .quotes__wrapper .quotes__block {
        margin: auto;
        opacity: 0;
        position: absolute;
        transition: transform 0.5s, opacity 0.5s, z-index 0.5s;
        width: 100%;
        z-index: 1;
    }
    .blog-author--v1 .quotes__wrapper .quotes__block.quotes--active,
    .blog-author--v1 .quotes__wrapper .quotes__block.quotes--initial {
        opacity: 1;
        position: relative;
        z-index: 3;
    }
    .blog-author--v1 .quotes__wrapper .quotes__block.quotes--next,
    .blog-author--v1 .quotes__wrapper .quotes__block.quotes--prev {
        z-index: 2;
    }
    .blog-author--v1 .quotes__wrapper .quotes__block.quotes--prev {
        transform: translateX(-100%);
    }
    .blog-author--v1 .quotes__wrapper .quotes__block.quotes--next {
        transform: translateX(100%);
    }
    .blog-author--v1 .quotes__wrapper .arrow-group .buttons-group {
        display: flex;
    }
    .blog-author--v1 .quotes__wrapper .arrow-group .carousel__button--next--v1,
    .blog-author--v1 .quotes__wrapper .arrow-group .carousel__button--prev--v1 {
        align-items: center;
        background: #1a1a1a;
        display: flex;
        flex-direction: row;
        height: 48px;
        justify-content: space-around;
        width: 48px;
    }
    .blog-author--v1 .quotes__wrapper .arrow-group .carousel__button--prev--v1 {
        margin-right: 1rem;
        transform: rotate(180deg);
    }
    .blog-author--v1 .quotes__wrapper .arrow-group .quotes__line {
        background-color: #666;
        border: 1px solid #666;
        border-radius: 2px;
        height: 2px;
        margin-left: 0.5rem;
        width: 24px;
    }
    .blog-author--v1
        .quotes__wrapper
        .arrow-group
        .quotes__line.quotes--active {
        background-color: #fff;
        border: 1px solid #fff;
    }
}
.blog-author--v1 {
    background-color: #000;
    height: auto;
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
    position: relative;
    width: 100%;
}
.blog-author--v1 .carousel {
    height: 100%;
    margin: 0 auto;
    max-width: 1099px;
    padding: 0 1rem;
}
.blog-author--v1 .carousel .carousel-inner {
    overflow: inherit;
}
.blog-author--v1 .carousel .carousel-inner .carousel-item__content .client {
    display: none;
}
.blog-author--v1 .carousel .picture {
    filter: brightness(0) invert(1);
}
@media (max-width: 1238.98px) {
    .blog-author--v1 .carousel .picture {
        padding-bottom: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media (max-width: 598.98px) {
    .blog-author--v1 .carousel .picture {
        padding-left: 0;
    }
}
.blog-author--v1 .carousel p {
    font-size: 1.75rem;
    padding-top: 1.5rem;
}
@media (max-width: 1918.98px) {
    .blog-author--v1 .carousel p {
        font-size: 1.4rem;
    }
}
@media (max-width: 1438.98px) {
    .blog-author--v1 .carousel p {
        font-size: 1.225rem;
    }
}
@media (max-width: 1238.98px) {
    .blog-author--v1 .carousel p {
        font-size: 1.3125rem;
        padding: 0 1rem;
    }
}
@media (max-width: 598.98px) {
    .blog-author--v1 .carousel p {
        padding: 0;
        width: 100%;
    }
}
.blog-author--v1 .carousel .h5,
.blog-author--v1 .carousel h5 {
    font-size: 1.25rem;
    font-weight: 700;
    padding-top: 1.5rem;
}
@media (max-width: 1438.98px) {
    .blog-author--v1 .carousel .h5,
    .blog-author--v1 .carousel h5 {
        font-size: 1.1rem;
    }
}
@media (max-width: 1238.98px) {
    .blog-author--v1 .carousel .h5,
    .blog-author--v1 .carousel h5 {
        font-size: 1.25rem;
        padding-left: 1rem;
        padding-top: 1.5rem;
    }
}
@media (max-width: 598.98px) {
    .blog-author--v1 .carousel .h5,
    .blog-author--v1 .carousel h5 {
        padding-left: 0;
    }
}
.blog-author--v1 .carousel .h6,
.blog-author--v1 .carousel h6 {
    font-size: 1rem;
    font-weight: 400;
    padding-top: 0.5rem;
}
@media (max-width: 1238.98px) {
    .blog-author--v1 .carousel .h6,
    .blog-author--v1 .carousel h6 {
        font-size: 0.85rem;
        padding-left: 1rem;
        padding-top: 0.5rem;
    }
}
@media (max-width: 598.98px) {
    .blog-author--v1 .carousel .h6,
    .blog-author--v1 .carousel h6 {
        padding-left: 0;
    }
}
.blog-author--v1 .button-group {
    align-items: center;
    display: flex;
    margin-top: 1.5rem;
    padding-bottom: 0.5rem;
}
@media (max-width: 1238.98px) {
    .blog-author--v1 .button-group {
        align-items: center;
        display: flex;
        height: 48px;
        justify-content: flex-start;
        margin-top: 1.5rem;
        max-width: 100%;
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        width: 100%;
    }
}
@media (max-width: 598.98px) {
    .blog-author--v1 .button-group {
        justify-content: flex-start;
        padding: 0;
        width: 100%;
    }
}
.blog-author--v1 .button-group .carousel-indicators {
    margin: 0 0 0 1rem;
    position: relative;
}
.blog-author .author-content .h5 a,
.blog-author .author-content h5 a {
    color: #fff !important;
    text-decoration: none !important;
}
.light-breadcrumbs .breadcrumb {
    color: #4d4d4d;
    text-decoration: none;
}
.light-breadcrumbs .breadcrumb:hover {
    color: #1a1a1a;
}
.light-breadcrumbs .breadcrumb:before {
    color: #4d4d4d;
    content: "<";
    float: left;
    padding-right: 0.5rem;
}
.footer {
    background: linear-gradient(180deg, #000, #361559);
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer ul {
    list-style-type: none;
}
.footer .border-top {
    border-top: 1px solid transparent !important;
}
@media (min-width: 1239px) {
    .footer .border-top {
        border-top: 1px solid #fff !important;
    }
}
@media (max-width: 1238.98px) {
    .footer__col-contact {
        border-right: none;
        padding-bottom: 50px;
    }
}
.footer__col-contact .btn-outline {
    -webkit-appearance: initial;
}
.footer__col-contact .btn-outline:hover {
    text-decoration: none;
}
.footer__col-contact .paragraph-as-5 {
    margin-bottom: 24px;
}
@media (min-width: 1239px) {
    .footer__col-contact .paragraph-as-5 {
        margin-bottom: 34px;
    }
}
.footer__social-networks {
    align-items: baseline;
    display: flex;
    margin-bottom: 0;
    margin-top: 24px;
    padding: 0;
}
@media (min-width: 1239px) {
    .footer__social-networks {
        justify-content: space-between;
        margin-top: 50px;
        width: 85%;
    }
}
.footer__social-networks li {
    cursor: pointer;
    height: 30px;
    margin-right: 35px;
    text-decoration: none;
    width: 30px;
}
@media (min-width: 1239px) {
    .footer__social-networks li {
        margin-right: 0;
    }
}
.footer__social-networks li a img {
    width: 25px;
}
.footer__sub-footer a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
@media (min-width: 1239px) {
    .footer__sub-footer a {
        font-size: 12px;
    }
}
.footer__sub-footer .order-sm-last {
    font-size: 14px;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
}
@media (min-width: 1239px) {
    .footer__sub-footer .order-sm-last {
        font-size: 12px;
    }
}
.footer__sub-footer .order-sm-first {
    order: -1;
}
@media (max-width: 1238.98px) {
    .footer__sub-footer .copy-right {
        border-top: 1px solid #fff;
    }
}
.footer__sub-footer .copy-right p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
}
.footer__sub-footer .list-group li:not(:last-child) {
    margin-right: 0.5rem;
}
@media (max-width: 1238.98px) {
    .footer__sub-footer .list-group li:not(:last-child) {
        margin-bottom: 10px;
    }
}
.footer__menu .accordion-item {
    background-color: transparent;
    border: none !important;
}
.footer__menu .accordion-item .accordion-header .accordion-button {
    background-color: transparent;
    border: none !important;
    box-shadow: none !important;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    width: auto;
}
.footer__menu .accordion-item .accordion-header .accordion-button.collapsed {
    color: #fff;
}
.footer__menu .accordion-item .accordion-header .accordion-button:after {
    background-image: url(/mind-supernova/assets/images/chevron-down.svg);
    margin-left: 10px;
}
.footer__menu
    .accordion-item
    .accordion-collapse
    .accordion-body::-webkit-scrollbar {
    width: 2px;
}
.footer__menu
    .accordion-item
    .accordion-collapse
    .accordion-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #fff;
}
.footer__menu
    .accordion-item
    .accordion-collapse
    .accordion-body::-webkit-scrollbar-thumb {
    background-color: #fff;
    outline: 1px solid #fff;
}
.footer__menu .accordion-item .accordion-collapse .accordion-body {
    height: 152px;
    margin-bottom: 16px;
    margin-top: 10px;
    overflow-x: hidden;
    padding: 0;
}
.footer__menu .accordion-item .accordion-collapse .accordion-body.small {
    height: 90px;
}
.footer__menu .accordion-item .accordion-collapse .accordion-body.smallest {
    height: 60px;
}
.footer__menu .accordion-item .accordion-collapse .accordion-body ul {
    padding-left: 0;
}
.footer__menu .accordion-item .accordion-collapse .accordion-body ul li {
    margin-bottom: 0.3rem;
    margin-top: 0;
}
@media (min-width: 1239px) {
    .footer__menu .accordion-item #collapseInsurance .accordion-body {
        height: 220px;
    }
}
.footer__menu .menu-section--title {
    color: gray;
    font-size: 16px;
    font-weight: 700;
}
.footer__menu .menu-section ul {
    padding-left: 0;
}
.footer__menu .menu-section ul li {
    margin-top: 8px;
}
.footer__menu .menu-section ul li a {
    font-size: 16px;
    font-weight: 400;
}
@media (max-width: 1238.98px) {
    .footer__menu {
        display: none;
    }
}
.footer__menu:nth-child(2) .menu-section {
    padding-left: 40px;
}
@media (min-width: 1439px) {
    .footer__menu:nth-child(2) .menu-section {
        padding-left: 60px;
    }
}
.footer__menu:nth-child(3) .menu-section {
    padding-left: 30px;
}
@media (min-width: 1439px) {
    .footer__menu:nth-child(3) .menu-section {
        padding-left: 60px;
    }
}
@media (min-width: 1239px) {
    .footer__menu-mobile {
        display: none;
    }
}
.footer__menu-mobile .menu-accordion {
    color: #fff;
    margin: 0;
    padding: 0 !important;
}
.footer__menu-mobile .menu-accordion .accordion-item.mobile {
    background-color: transparent;
    border: none !important;
}
.footer__menu-mobile
    .menu-accordion
    .accordion-item.mobile
    .accordion-header
    .accordion-button {
    background-color: transparent;
    border: none !important;
    box-shadow: none !important;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    width: auto;
}
.footer__menu-mobile
    .menu-accordion
    .accordion-item.mobile
    .accordion-header
    .accordion-button.collapsed {
    color: #fff;
}
.footer__menu-mobile
    .menu-accordion
    .accordion-item.mobile
    .accordion-header
    .accordion-button:after {
    background-image: url(/mind-supernova/assets/images/chevron-down.svg);
    margin-left: 10px;
}
.footer__menu-mobile
    .menu-accordion
    .accordion-item.mobile
    .accordion-collapse
    .accordion-body::-webkit-scrollbar {
    width: 2px;
}
.footer__menu-mobile
    .menu-accordion
    .accordion-item.mobile
    .accordion-collapse
    .accordion-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #fff;
}
.footer__menu-mobile
    .menu-accordion
    .accordion-item.mobile
    .accordion-collapse
    .accordion-body::-webkit-scrollbar-thumb {
    background-color: #fff;
    outline: 1px solid #fff;
}
.footer__menu-mobile
    .menu-accordion
    .accordion-item.mobile
    .accordion-collapse
    .accordion-body {
    height: 152px;
    margin-bottom: 16px;
    margin-top: 10px;
    overflow-x: hidden;
    padding: 0;
}
.footer__menu-mobile
    .menu-accordion
    .accordion-item.mobile
    .accordion-collapse
    .accordion-body.small {
    height: 90px;
}
.footer__menu-mobile
    .menu-accordion
    .accordion-item.mobile
    .accordion-collapse
    .accordion-body.smallest {
    height: 60px;
}
.footer__menu-mobile
    .menu-accordion
    .accordion-item.mobile
    .accordion-collapse
    .accordion-body
    ul {
    padding-left: 0;
}
.footer__menu-mobile
    .menu-accordion
    .accordion-item.mobile
    .accordion-collapse
    .accordion-body
    ul
    li {
    margin-bottom: 0.3rem;
    margin-top: 0;
}
@media (min-width: 1239px) {
    .footer__menu-mobile
        .menu-accordion
        .accordion-item.mobile
        #collapseInsurance
        .accordion-body {
        height: 220px;
    }
}
.footer__menu-mobile
    .menu-accordion
    .accordion-item.mobile
    .accordion-collapse
    .accordion-body {
    height: auto;
    margin-left: 16px;
    overflow-x: initial;
}
.footer__menu-mobile
    .menu-accordion
    .accordion-item.mobile
    .accordion-collapse
    .accordion-body
    ul
    li
    a {
    color: #d9d9d9;
}
.footer__menu-mobile .menu-accordion .accordion-item.normal {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
}
.footer__menu-mobile .menu-accordion .accordion-item.normal:first-child {
    border-top: 1px solid #fff;
}
.footer__menu-mobile .menu-accordion .accordion-item.normal .accordion-button {
    background-color: transparent;
    border: none !important;
    box-shadow: none !important;
    color: #aa73e6;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 0;
}
.footer__menu-mobile
    .menu-accordion
    .accordion-item.normal
    .accordion-button.collapsed {
    color: #fff;
}
.footer__menu-mobile
    .menu-accordion
    .accordion-item.normal
    .accordion-button:after {
    background-image: url(/mind-supernova/assets/images/chevron-down.svg);
}
.footer__menu-mobile .menu-accordion .accordion-item.normal .accordion-body {
    padding: 0;
}
.footer__menu-mobile .menu-accordion .accordion-item.normal .accordion-body ul {
    padding-left: 0;
}
.footer__menu-mobile
    .menu-accordion
    .accordion-item.normal
    .accordion-body
    ul
    li {
    margin-bottom: 1.5rem;
}
.footer__menu-mobile
    .menu-accordion
    .accordion-item.normal
    .accordion-body
    ul
    li
    a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
@media (max-width: 900px) {
    .footer__menu-mobile .menu-accordion {
        padding: 60px;
    }
}
@media (max-width: 700px) {
    .footer__menu-mobile .menu-accordion {
        padding: 40px 20px;
    }
}
.blog-enhanced .h4,
.blog-enhanced h4 {
    font-size: 1.25rem;
}
@media (min-width: 904px) {
    .blog-enhanced .h4,
    .blog-enhanced h4 {
        font-size: 1.375rem;
    }
}
@media (min-width: 1239px) {
    .blog-enhanced .h4,
    .blog-enhanced h4 {
        font-size: 1.5rem;
    }
}
@media (min-width: 1919px) {
    .blog-enhanced .h4,
    .blog-enhanced h4 {
        font-size: 1.75rem;
    }
}
.blog-enhanced p:not(.author-name, .author-title) {
    font-size: 0.875rem;
    line-height: 1.5 !important;
}
@media (min-width: 599px) {
    .blog-enhanced p:not(.author-name, .author-title) {
        font-size: 1rem;
    }
}
@media (min-width: 1239px) {
    .blog-enhanced p:not(.author-name, .author-title) {
        font-size: 1.125rem;
    }
}
.enhanced-blog-author {
    background-color: #fff;
    color: #1a1a1a;
    height: auto;
    max-width: 100vw;
    overflow: hidden;
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
    position: relative;
    width: 100%;
}
.enhanced-blog-author.blog-post-right-column {
    overflow: initial;
    padding-top: 2rem;
}
.enhanced-blog-author.blog-post-right-column .quote-container {
    padding-left: 0;
    padding-right: 0;
}
.enhanced-blog-author.blog-post-right-column .quote-container .quote {
    border-top: 1px solid #c3c3c3;
}
@media (min-width: 904px) {
    .enhanced-blog-author.blog-post-right-column
        .quote-container
        .quote
        .author-content {
        width: 82%;
    }
}
.enhanced-blog-author.blog-post-right-column
    .quote-container
    .quote
    .author-content
    .author-name {
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.enhanced-blog-author.blog-post-right-column
    .quote-container
    .quote
    .author-content
    .author-title {
    font-weight: 400;
    margin-bottom: 0.5rem;
}
.enhanced-blog-author .quote-container {
    height: 100%;
    margin: 0 auto;
    max-width: 1099px;
    padding: 0 1rem;
}
.enhanced-blog-author .quote-container .quote {
    border-top: 1px solid #666;
}
.enhanced-blog-author .quote-container .quote__content {
    display: -webkit-box;
}
.enhanced-blog-author .quote-container .quote__content .author-content {
    width: 70%;
}
.enhanced-blog-author .quote-container .quote__content .author-content a {
    color: #000 !important;
    text-decoration: none !important;
}
.enhanced-blog-author .quote-container .quote__content .author-content a img {
    margin: 0 0.5rem;
}
@media (min-width: 599px) {
    .enhanced-blog-author .quote-container .quote__content .author-content {
        width: 80%;
    }
}
@media (min-width: 904px) {
    .enhanced-blog-author .quote-container .quote__content .author-content {
        width: 85%;
    }
}
.enhanced-blog-author .quote-container .quote__content .author-image {
    align-items: flex-start;
    display: flex;
    grid-column: span 1 / span 1;
}
.enhanced-blog-author .quote-container .quote__content .author-image .picture {
    display: block;
    height: 5rem;
    margin-right: 1rem;
    width: 5rem;
}
@media (min-width: 599px) {
    .enhanced-blog-author
        .quote-container
        .quote__content
        .author-image
        .picture {
        height: 6rem;
        width: 6rem;
    }
}
@media (min-width: 904px) {
    .enhanced-blog-author
        .quote-container
        .quote__content
        .author-image
        .picture {
        height: 7.5rem;
        margin-right: 2.5rem;
        width: 7.5rem;
    }
}
.enhanced-blog-author .quote-container .quote__top {
    display: block;
    font-size: 0.85rem;
    font-weight: 400;
    padding-top: 0.5rem;
}
.enhanced-blog-author .quote-container .quote__content {
    margin-top: 1rem;
}
@media (min-width: 904px) {
    .enhanced-blog-author .quote-container .quote__content {
        margin-top: 2rem;
    }
}
.enhanced-blog-author .quote-container .author-description {
    font-size: 1rem;
}
@media (min-width: 904px) {
    .enhanced-blog-author .quote-container .author-description {
        font-size: 1rem;
        padding-bottom: 0;
        padding-top: 0;
    }
}
.enhanced-blog-author .quote-container .author-name {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
@media (min-width: 904px) {
    .enhanced-blog-author .quote-container .author-name {
        font-size: 1.125rem;
        padding-top: 0;
    }
}
@media (min-width: 1239px) {
    .enhanced-blog-author .quote-container .author-name {
        font-size: 1.25rem;
    }
}
@media (max-width: 598.98px) {
    .enhanced-blog-author .quote-container .author-name {
        padding-left: 0;
    }
}
.enhanced-blog-author .quote-container .author-title {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    padding-bottom: 1.5rem;
    padding-top: 0.5rem;
}
@media (max-width: 1238.98px) {
    .enhanced-blog-author .quote-container .author-title {
        padding-bottom: 1rem;
        padding-top: 0.5rem;
    }
}
@media (max-width: 598.98px) {
    .enhanced-blog-author .quote-container .author-title {
        padding-left: 0;
    }
}
.enhanced-blog-author.author-page {
    margin-top: 80px;
}
.enhanced-blog-author.author-page .quote-container {
    height: auto;
    margin: initial;
    max-width: 100%;
    padding: 0;
}
.enhanced-blog-author.author-page .quote-container .quote {
    border-top: none;
}
.enhanced-blog-author.author-page .latest-insights {
    border-top: 2px solid #bfbfbf;
    margin-bottom: 3rem;
    margin-top: 60px;
    padding-top: 1rem;
}
.enhanced-blog-author.author-page .latest-insights p {
    font-size: 0.875rem;
    line-height: 19.6px;
}
.enhanced-blog-author.author-page .single-post {
    color: initial;
    text-decoration: none;
}
.enhanced-blog-author.author-page .single-post:hover .h5,
.enhanced-blog-author.author-page .single-post:hover h5 {
    color: #361559;
}
.enhanced-blog-author.author-page .single-post__content {
    border-bottom: 1px solid #bfbfbf;
    margin-top: 1.5rem;
}
.enhanced-blog-author.author-page .single-post .h6,
.enhanced-blog-author.author-page .single-post h6 {
    color: #666;
    margin-bottom: 0;
}
.enhanced-blog-author.author-page .single-post .h5,
.enhanced-blog-author.author-page .single-post h5 {
    font-size: 1.5rem;
    transition: color 0.3s ease;
}
.enhanced-blog-author.author-page .single-post p {
    color: #666;
}
.enhanced-blog-author.author-page .pagination-section {
    margin-top: 3rem;
    padding-left: 0;
}
.enhanced-blog-author.author-page .pagination-section .custom-paginator {
    justify-content: left !important;
}
.solutions-tiles .h2,
.solutions-tiles h2 {
    margin-bottom: 2.2rem;
    padding-bottom: 0;
}
.solutions-tiles__single {
    border-radius: 14px;
    height: 160px;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
}
@media (min-width: 1439px) {
    .solutions-tiles__single {
        height: 260px;
    }
}
.solutions-tiles__single figure {
    margin: 0;
}
.solutions-tiles__single img {
    border-radius: 14px;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.solutions-tiles__single--content {
    margin-left: 1.5rem;
    margin-top: 2.5rem;
    position: relative;
    width: 60%;
}
@media only screen and (min-width: 450px) {
    .solutions-tiles__single--content {
        margin-top: 3rem;
    }
}
@media only screen and (min-width: 500px) {
    .solutions-tiles__single--content {
        margin-top: 3.5rem;
    }
}
@media only screen and (min-width: 550px) {
    .solutions-tiles__single--content {
        margin-top: 4rem;
    }
}
@media (min-width: 599px) {
    .solutions-tiles__single--content {
        margin-top: 4.6rem;
    }
}
@media (min-width: 1239px) {
    .solutions-tiles__single--content {
        margin-top: 1.8rem;
    }
}
@media (min-width: 1439px) {
    .solutions-tiles__single--content {
        margin-top: 4.4rem;
        width: 52%;
    }
}
.solutions-tiles__single--content .title {
    font-size: 0.9rem;
    margin-bottom: 0.7rem;
}
@media (min-width: 1439px) {
    .solutions-tiles__single--content .title {
        font-size: 1.2rem;
        margin-bottom: 1.3rem;
    }
}
.solutions-tiles__single--content p {
    font-size: 0.9rem;
    margin-bottom: 1.8rem;
}
.solutions-tiles__single--content .btn {
    padding: 0;
}
.solutions-tiles__v2 {
    border: 1px solid gray;
    border-radius: 10px;
    padding: 2rem;
}
.solutions-tiles__v2 .col-12 {
    margin-bottom: 1.5rem;
}
@media (min-width: 1439px) {
    .solutions-tiles__v2 .col-12 {
        margin-bottom: 0;
    }
    .solutions-tiles__v2 .col-xl-4 {
        width: 37.5%;
    }
}
.solutions-tiles__v2--title {
    margin-bottom: 2rem;
}
@media (min-width: 1439px) {
    .solutions-tiles__v2--title {
        margin-bottom: 0;
    }
}
.solutions-tiles__v2--title .h5,
.solutions-tiles__v2--title h5 {
    width: 80%;
}
.solutions-tiles__v2--item {
    display: -webkit-box;
    position: relative;
}
.solutions-tiles__v2--item:not(:last-child) {
    margin-bottom: 1.5rem;
}
.solutions-tiles__v2--item .image {
    border-radius: 14px;
    height: 90px;
    position: relative;
    width: 90px;
}
.solutions-tiles__v2--item .image figure {
    margin: 0;
}
.solutions-tiles__v2--item .image img {
    border-radius: 14px;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.solutions-tiles__v2--item .content {
    margin-left: 20px;
    width: 70%;
}
@media (min-width: 599px) {
    .solutions-tiles__v2--item .content {
        width: 80%;
    }
}
@media (min-width: 904px) {
    .solutions-tiles__v2--item .content {
        width: 85%;
    }
}
@media (min-width: 1239px) {
    .solutions-tiles__v2--item .content {
        width: 80%;
    }
}
@media (min-width: 1439px) {
    .solutions-tiles__v2--item .content {
        width: 75%;
    }
}
@media (min-width: 1919px) {
    .solutions-tiles__v2--item .content {
        width: 78%;
    }
}
.solutions-tiles__v2--item .content p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: gray;
    display: -webkit-box;
    font-size: 16px;
    margin-top: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 904px) {
    .solutions-tiles__v2--item .content p {
        font-size: 1.1rem !important;
    }
}
@media (min-width: 1239px) {
    .solutions-tiles__v2--item .content p {
        min-height: 56px;
    }
}
@media (min-width: 1919px) {
    .solutions-tiles__v2--item .content p {
        min-height: 72px;
    }
}
.solutions-tiles__v2--item .content .btn-container .btn-text {
    font-size: 20px !important;
    padding: 0;
    text-transform: none;
}
@media (min-width: 904px) {
    .solutions-tiles__v2--item .content .btn-container .btn-text {
        font-size: 1.3rem !important;
    }
}
.solutions-tiles__v2--item .content .btn-container .btn-text:focus,
.solutions-tiles__v2--item .content .btn-container .btn-text:hover {
    color: #fff;
}
.solutions-tiles__v2--item .content .btn-container .btn-text .arr-small {
    height: 9px;
    top: 14px;
    width: 9px;
}
.solutions-tiles__v2--item .content .btn-container .btn-text .text {
    text-align: left;
    width: fit-content;
}
.blog-in-brief {
    background-color: #f4f5ff;
    border-radius: 12px;
    color: #000;
    padding: 8px 22px;
}
.blog-in-brief__heading {
    color: #5f249f;
    font-weight: 700;
    margin-bottom: 0;
    padding: 16px 0 24px;
}
.blog-in-brief .default-ul li {
    margin-bottom: 16px;
}
.blog-in-brief .default-ul .default-ul {
    margin-top: 16px;
}
.related-content-snippet {
    padding-bottom: 4rem;
    padding-top: 2rem;
}
.related-content-snippet .row .col {
    flex: auto;
}
@media (min-width: 904px) {
    .related-content-snippet .row .col {
        flex: 1 0 0%;
    }
}
.related-content-snippet .row.title {
    margin-bottom: 1.5rem;
}
.related-content-snippet__item {
    display: -webkit-box;
    margin-bottom: 24px;
    position: relative;
}
@media (min-width: 904px) {
    .related-content-snippet__item {
        display: initial;
        margin-bottom: 0;
    }
}
.related-content-snippet__item:hover .related-content-snippet__item--image img {
    transform: scale(1.25);
}
.related-content-snippet__item--image {
    overflow: hidden;
}
@media (max-width: 903.98px) {
    .related-content-snippet__item--image {
        border-radius: 14px;
    }
}
@media (min-width: 904px) {
    .related-content-snippet__item--image {
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
        height: 177px;
        position: relative;
    }
}
.related-content-snippet__item--image figure {
    margin: 0;
}
.related-content-snippet__item--image img {
    border-radius: 14px;
    height: 90px;
    transition: 0.3s ease;
    width: 90px;
}
@media (min-width: 904px) {
    .related-content-snippet__item--image img {
        border-radius: initial;
        height: 100%;
        object-fit: cover;
        position: absolute;
        width: 100%;
    }
}
.related-content-snippet__item--content {
    background-color: transparent;
    padding-left: 20px;
    padding-right: 20px;
    width: 80%;
}
@media (min-width: 904px) {
    .related-content-snippet__item--content {
        background-color: #fff;
        border-bottom-left-radius: 14px;
        border-bottom-right-radius: 14px;
        padding: 24px 24px 32px;
        width: 90%;
        width: 100%;
    }
}
.related-content-snippet__item--content a {
    color: #000;
    text-decoration: none;
}
@media (min-width: 904px) {
    .related-content-snippet__item--content a {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        height: 70px;
        overflow: hidden;
    }
}
@media (min-width: 1239px) {
    .related-content-snippet__item--content a {
        -webkit-line-clamp: 2;
        height: 50px;
    }
}
.related-content-snippet__item--content p {
    margin-bottom: 0;
    margin-top: 24px;
}
@media (min-width: 904px) {
    .related-content-snippet__item--content p {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        height: 42px;
        overflow: hidden;
    }
}
@media (min-width: 1239px) {
    .related-content-snippet__item--content p {
        -webkit-line-clamp: 1;
        height: 22px;
    }
}
.section-sectors-we-serve {
    background-color: #2b164b;
    border-radius: 14px;
    padding: 0;
}
.section-sectors-we-serve__container {
    color: #fff;
    padding: 0;
}
.section-sectors-we-serve__container .h2,
.section-sectors-we-serve__container h2 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
}
@media (min-width: 1439px) {
    .section-sectors-we-serve__container .h2,
    .section-sectors-we-serve__container h2 {
        width: 53%;
    }
}
.section-sectors-we-serve__container > .row {
    padding-left: 42px;
    padding-right: 42px;
    padding-top: 42px;
}
@media (min-width: 1239px) {
    .section-sectors-we-serve__container > .row > div:first-child {
        flex: 0 0 auto;
        width: 20%;
    }
    .section-sectors-we-serve__container > .row > div:last-child {
        flex: 0 0 auto;
        width: 80%;
    }
}
.section-sectors-we-serve__container > .row .row > * {
    flex: 0 0 auto;
    width: 50%;
}
@media (max-width: 903.98px) {
    .section-sectors-we-serve__container > .row .row > * {
        flex: 0 0 auto;
        width: 100%;
    }
}
.section-sectors-we-serve__container > .row .row .col {
    margin-bottom: 42px;
}
@media (max-width: 903.98px) {
    .section-sectors-we-serve__container > .row .row .col:not(:last-child) {
        border-bottom: 1px solid #fff;
    }
}
.section-sectors-we-serve__container > .row .row .col .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
@media (max-width: 1238.98px) {
    .section-sectors-we-serve__container > .row .row .col .content {
        padding: 1.5rem 1.5rem 1.5rem 0;
    }
}
@media (max-width: 903.98px) {
    .section-sectors-we-serve__container > .row .row .col .content {
        padding-right: 0;
    }
}
.section-sectors-we-serve__container > .row .row .col .content .text-20 {
    font-size: 20px;
    margin-bottom: 1rem;
}
.section-sectors-we-serve__container > .row .row .col .content .text-16 {
    font-size: 16px;
}
.section-sectors-we-serve__container > .row .row .col .content__btn .btn {
    color: #00a3e1;
}
.section-sectors-we-serve__container > .row .row .col .content .icon {
    margin-bottom: 16px;
}
.section-sectors-we-serve.version-3-cols
    .section-sectors-we-serve__container
    > .row
    .row
    > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
@media (max-width: 903.98px) {
    .section-sectors-we-serve.version-3-cols
        .section-sectors-we-serve__container
        > .row
        .row
        > * {
        flex: 0 0 auto;
        width: 100%;
    }
}
.section-sectors-we-serve.version-4-cols
    .section-sectors-we-serve__container
    > .row
    .row
    > * {
    flex: 0 0 auto;
    width: 25%;
}
@media (max-width: 1238.98px) {
    .section-sectors-we-serve.version-4-cols
        .section-sectors-we-serve__container
        > .row
        .row
        > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
}
@media (max-width: 903.98px) {
    .section-sectors-we-serve.version-4-cols
        .section-sectors-we-serve__container
        > .row
        .row
        > * {
        flex: 0 0 auto;
        width: 100%;
    }
}
.partners-main__filters .filter {
    margin-bottom: 30px;
    margin-top: 20px;
}
@media (min-width: 904px) {
    .partners-main__filters .filter {
        margin-top: 0;
    }
}
.partners-main__filters .filter-items {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease-out;
}
@media (min-width: 904px) {
    .partners-main__filters .filter-items {
        display: none;
    }
}
.partners-main__filters .filter-items.displayed {
    max-height: 8000px;
}
.partners-main__filters .partners-filter {
    background-color: transparent;
    border: none;
    border-top: 2px solid #fff;
    color: #fff;
    font-size: 24px;
    padding-top: 12px;
    transition: all 0.2s;
    width: 100%;
}
@media (min-width: 1239px) {
    .partners-main__filters .partners-filter {
        font-size: 28px;
    }
}
.partners-main__filters .partners-filter.filter-active {
    border-top: 2px solid #5f249f;
    font-weight: 700;
}
.partners-main__filters .item {
    background-color: #1a1a1a;
    border-radius: 14px;
    margin-bottom: 35px;
    min-height: 195px;
    padding: 24px;
    position: relative;
    transition: all 0.3s;
}
.partners-main__filters .item .h2,
.partners-main__filters .item h2 {
    color: #fff !important;
    font-size: 24px;
    margin-bottom: 24px;
}
@media (min-width: 1239px) {
    .partners-main__filters .item .h2,
    .partners-main__filters .item h2 {
        font-size: 28px;
    }
}
.partners-main__filters .item p {
    color: #fff !important;
    margin-bottom: 24px;
}
.partners-main__filters .item .no-link {
    pointer-events: none;
    visibility: hidden;
}
.partners-main__items {
    display: none;
}
@media (min-width: 904px) {
    .partners-main__items {
        display: flex;
    }
}
.partners-main__items .single-partner {
    opacity: 1;
    transform: scale(1);
    transition: all 0.2s;
    visibility: initial;
}
.partners-main__items .single-partner:not(.filtered) {
    opacity: 0;
    transform: scale(0);
    visibility: hidden;
}
.partners-main__items a {
    text-decoration: none;
}
.partners-main__items .item {
    background-color: #1a1a1a;
    border-radius: 14px;
    margin-bottom: 35px;
    padding: 24px;
    position: relative;
}
.partners-main__items .item .h2,
.partners-main__items .item h2 {
    color: #fff !important;
    font-size: 24px;
    margin-bottom: 24px;
}
@media (min-width: 1239px) {
    .partners-main__items .item .h2,
    .partners-main__items .item h2 {
        font-size: 28px;
    }
}
.partners-main__items .item p {
    -webkit-box-orient: vertical;
    color: #fff !important;
    display: -webkit-box;
    margin-bottom: 24px;
    overflow: hidden;
}
@media (min-width: 904px) {
    .partners-main__items .item p {
        -webkit-line-clamp: 6;
        height: 87px;
    }
}
@media (min-width: 1239px) {
    .partners-main__items .item p {
        -webkit-line-clamp: 5;
        height: 86px;
    }
}
@media (min-width: 1439px) {
    .partners-main__items .item p {
        height: 85px;
    }
}
@media (min-width: 1919px) {
    .partners-main__items .item p {
        -webkit-line-clamp: 4;
        height: 87px;
    }
}
.partners-main__items .item .no-link {
    pointer-events: none;
    visibility: hidden;
}
.event__image {
    border: 0;
}
.event__image img {
    border-radius: 14px !important;
    height: 224px;
    object-fit: cover;
    width: auto;
}
.event__body {
    padding-left: 0;
}
.event__body--date p,
.event__body--date span {
    color: #666;
    font-size: 16px;
}
.event__body--title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    overflow: hidden;
}
@media (min-width: 904px) {
    .event__body--title {
        -webkit-line-clamp: 3;
        height: 80px;
    }
}
@media (min-width: 1439px) {
    .event__body--title {
        -webkit-line-clamp: 2;
        height: 55px;
    }
}
.event__card {
    background-color: #f2f2f2;
    border: 0;
    border-radius: 14px;
    height: 200px;
}
.event__card .card-text {
    font-size: 16px;
}
.event__card--footer {
    background-color: #f2f2f2;
    border-radius: 14px !important;
    border-top: 0;
}
.event__link {
    border: 0;
    color: #000;
    text-decoration: none;
}
.event__link:focus,
.event__link:hover {
    background-color: transparent;
    color: #495057;
    text-decoration: none;
}
.event__btn {
    background-color: transparent !important;
    border: 1px solid #5f249f;
    color: #5f249f !important;
    height: 38px;
    padding: inherit;
    text-transform: none;
    width: 150px;
}
.single-event__banner {
    background: linear-gradient(
            100.51deg,
            rgba(15, 18, 40, 0.8) 27.73%,
            rgba(58, 54, 69, 0) 81.44%
        ),
        linear-gradient(150.23deg, #2a024f 29.89%, #812e2b 99.6%), #fff;
    height: auto;
    min-height: 300px;
    padding-bottom: 2rem;
    padding-top: 96px;
    position: relative;
    transition: all 0.4s ease;
}
@media (min-width: 904px) {
    .single-event__banner {
        max-height: 400px;
    }
}
@media (min-width: 1239px) {
    .single-event__banner .banner-content {
        padding-right: 70px;
    }
}
@media (min-width: 1439px) {
    .single-event__banner .banner-content {
        padding-right: 90px;
    }
}
.single-event__banner .h1,
.single-event__banner h1 {
    color: #fff;
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 1.8rem;
    margin-top: 3.1rem;
    transition: all 0.5s ease;
}
@media (min-width: 1239px) {
    .single-event__banner .h1,
    .single-event__banner h1 {
        font-size: 36px;
    }
}
@media (min-width: 1919px) {
    .single-event__banner .h1,
    .single-event__banner h1 {
        font-size: 2.25rem !important;
    }
}
.single-event__banner p {
    color: #fff;
    font-size: 16px;
    transition: all 0.5s ease;
}
@media (min-width: 1239px) {
    .single-event__banner p {
        font-size: 20px;
    }
}
@media (min-width: 904px) {
    .single-event__banner .details {
        align-items: baseline;
        display: flex;
        flex-wrap: wrap;
    }
}
.single-event__banner .details p,
.single-event__banner .details span {
    display: inline;
}
@media (min-width: 904px) {
    .single-event__banner .details p,
    .single-event__banner .details span {
        display: initial;
    }
}
.single-event__banner span {
    color: #fff;
}
.single-event__banner .col-lg-2 {
    position: relative;
}
.single-event__banner--social {
    margin-top: 12px;
}
@media (min-width: 1239px) {
    .single-event__banner--social {
        bottom: 22px;
        margin-top: 0;
        position: absolute;
    }
}
.single-event__banner--social ul {
    margin-bottom: 0;
    padding-left: 0;
}
.single-event__banner--social ul li {
    display: inline-block;
    list-style: none;
    margin-right: 14px;
}
.single-event__banner--social ul li a {
    text-decoration: none;
}
.single-event__banner--social ul li a img {
    filter: brightness(0) invert(1);
    width: 17px;
}
.single-event__content {
    margin-bottom: 60px;
    padding-top: 20px;
}
@media (min-width: 1239px) {
    .single-event__content {
        padding-top: 40px;
    }
}
.single-event__content .marketo-thank-you-message {
    color: #5f249f;
    font-size: 1.75rem;
}
.single-event__content.hide-event-form #register {
    display: none;
}
@media (min-width: 1239px) {
    .single-event__content .text-content {
        padding-right: 60px;
    }
}
@media (min-width: 1439px) {
    .single-event__content .text-content {
        padding-right: 90px;
    }
}
.single-event__content .our-speakers {
    margin-top: 48px;
}
.single-event__content .our-speakers .html-code {
    display: none;
}
.single-event__content .our-speakers .title {
    margin-bottom: 32px;
}
.single-event__content .our-speakers__items {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-top: calc(var(--bs-gutter-y) * -1);
}
.single-event__content .our-speakers__items > * {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
}
.single-event__content .our-speakers--item {
    display: -webkit-box;
}
.single-event__content .our-speakers--item .image img {
    border-radius: 6px;
    width: 105px;
}
.single-event__content .our-speakers--item .details {
    margin-left: 40px;
}
@media (min-width: 904px) {
    .single-event__content .our-speakers--item .details {
        width: 65%;
    }
}
@media (min-width: 1239px) {
    .single-event__content .our-speakers--item .details {
        width: 55%;
    }
}
@media (min-width: 1439px) {
    .single-event__content .our-speakers--item .details {
        width: 65%;
    }
}
@media (min-width: 1919px) {
    .single-event__content .our-speakers--item .details {
        width: 70%;
    }
}
.single-event__content .agenda {
    margin-top: 48px;
}
.single-event__content .agenda p,
.single-event__content .agenda span {
    color: #666;
}
.single-event__content .agenda__events--item {
    background-color: #f3f5ff;
    margin-bottom: 16px;
    padding: 10px;
}
@media (min-width: 904px) {
    .single-event__content .agenda__events--item {
        background-color: transparent;
        margin-bottom: 0;
        padding: 0;
    }
}
.single-event__content .agenda__events--item .time p {
    color: #5f249f;
    font-weight: 600;
}
.single-event__content .agenda__events--item .details {
    border-top: 1px solid #bfbfbf;
    padding-top: 12px;
}
@media (min-width: 904px) {
    .single-event__content .agenda__events--item .details {
        border-left: 1px solid #bfbfbf;
        border-top: none;
        padding-left: 25px;
        padding-top: 0;
    }
}
.single-event__content .agenda__events--item .details b {
    color: #000;
}
.single-event__content
    .marketo-form.ces-2024
    .mktoForm
    .mktoFormRow:nth-child(6)
    .mktoFieldDescriptor {
    width: 98% !important;
}
.single-event__content .marketo-form.cta-gradient .mktoForm input {
    height: 40px;
}
.single-event__content .marketo-form.cta-gradient .mktoForm input,
.single-event__content .marketo-form.cta-gradient .mktoForm textarea {
    border: 1px solid #666 !important;
}
.single-event__content
    .marketo-form.black-version
    .mktoForm
    .mktoHtmlText.mktoHasWidth {
    color: #fff !important;
}
.single-event__content
    .marketo-form.black-version
    .mktoForm
    .mktoHtmlText.mktoHasWidth
    .read-button {
    background-color: transparent !important;
}
.single-event__content
    .marketo-form.black-version
    .mktoForm
    .mktoFormRow
    .mktoFieldDescriptor
    .mktoFieldWrap
    .mktoLabel,
.single-event__content
    .marketo-form.black-version
    .mktoForm
    .mktoFormRow
    .mktoFieldDescriptor
    .mktoFieldWrap
    .mktoLabel
    .mktoAsterix,
.single-event__content
    .marketo-form.black-version
    .mktoForm
    .mktoFormRow
    .mktoFieldDescriptor
    .mktoFieldWrap
    .mktoLabel
    span,
.single-event__content
    .marketo-form.black-version
    .mktoForm
    .mktoFormRow
    .mktoFormCol
    span {
    color: #fff !important;
}
.single-event__content
    .marketo-form.black-version
    .mktoForm
    .mktoFormRow
    .mktoFieldWrap
    .consent
    p {
    color: #fff !important;
    font-size: 12px !important;
}
.single-event__content .marketo-form.black-version .mktoForm input,
.single-event__content .marketo-form.black-version .mktoForm textarea {
    background-color: #000 !important;
    color: #fff !important;
}
.single-event__content .marketo-form .mktoForm {
    color: #fff !important;
    display: inline-block;
    margin-top: 20px;
    max-width: 100%;
    width: auto !important;
}
.single-event__content .marketo-form .mktoForm .h3,
.single-event__content .marketo-form .mktoForm h3 {
    color: #000;
    font-size: 24px;
}
.single-event__content .marketo-form .mktoForm .mktoHtmlText.mktoHasWidth {
    color: #000;
    max-width: 100%;
    width: auto !important;
}
.single-event__content
    .marketo-form
    .mktoForm
    .mktoLogicalField.mktoCheckboxList.mktoHasWidth {
    max-width: 100%;
    width: auto !important;
}
.single-event__content .marketo-form .mktoForm .mktoButtonWrap.mktoBluePill,
.single-event__content .marketo-form .mktoForm .mktoButtonWrap.mktoCupidBlue,
.single-event__content .marketo-form .mktoForm .mktoButtonWrap.mktoRound {
    margin-left: 0 !important;
}
.single-event__content
    .marketo-form
    .mktoForm
    .mktoButtonWrap.mktoBluePill
    .mktoButton,
.single-event__content
    .marketo-form
    .mktoForm
    .mktoButtonWrap.mktoCupidBlue
    .mktoButton,
.single-event__content
    .marketo-form
    .mktoForm
    .mktoButtonWrap.mktoRound
    .mktoButton {
    background-color: #5f249f !important;
    background-image: none !important;
    border: none !important;
    border-radius: 10px !important;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 26px;
    padding: 0.8rem 1.7rem !important;
    text-align: center;
    text-transform: uppercase;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    vertical-align: middle;
    width: auto !important;
}
.single-event__content
    .marketo-form
    .mktoForm
    .mktoButtonWrap.mktoBluePill
    .mktoButton:active,
.single-event__content
    .marketo-form
    .mktoForm
    .mktoButtonWrap.mktoCupidBlue
    .mktoButton:active,
.single-event__content
    .marketo-form
    .mktoForm
    .mktoButtonWrap.mktoRound
    .mktoButton:active {
    background-color: #5f249f !important;
}
.single-event__content
    .marketo-form
    .mktoForm
    .mktoButtonWrap.mktoBluePill
    .mktoButton:hover,
.single-event__content
    .marketo-form
    .mktoForm
    .mktoButtonWrap.mktoCupidBlue
    .mktoButton:hover,
.single-event__content
    .marketo-form
    .mktoForm
    .mktoButtonWrap.mktoRound
    .mktoButton:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),
        0 2px 6px 2px rgba(103, 80, 164, 0.2);
}
.single-event__content .marketo-form .mktoForm .mktoAsterix {
    color: #000;
}
.single-event__content .marketo-form .mktoForm .mktoButtonRow {
    text-align: center !important;
    width: 100%;
}
@media (min-width: 1239px) {
    .single-event__content .marketo-form .mktoForm .mktoButtonRow {
        text-align: left !important;
    }
}
.single-event__content .marketo-form .mktoForm .mktoFormRow {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (min-width: 904px) {
    .single-event__content .marketo-form .mktoForm .mktoFormRow {
        flex-direction: row;
    }
}
.single-event__content
    .marketo-form
    .mktoForm
    .mktoFormRow:nth-child(2)
    .mktoFormCol {
    margin-bottom: 0 !important;
}
.single-event__content
    .marketo-form
    .mktoForm
    .mktoFormRow:nth-child(2)
    .mktoHtmlText
    span {
    font-size: 24px !important;
    font-weight: 700;
    line-height: 26.4px;
}
.single-event__content .marketo-form .mktoForm .mktoFormRow a {
    color: #5f249f !important;
    text-decoration: none;
}
.single-event__content .marketo-form .mktoForm .mktoFormRow a:hover {
    color: #5f249f !important;
}
.single-event__content
    .marketo-form
    .mktoForm
    .mktoFormRow
    .mktoFieldDescriptor.mktoFormCol {
    float: none;
    margin-bottom: 20px !important;
    width: 100%;
}
@media (min-width: 904px) {
    .single-event__content
        .marketo-form
        .mktoForm
        .mktoFormRow
        .mktoFieldDescriptor.mktoFormCol {
        width: 48%;
    }
}
.single-event__content
    .marketo-form
    .mktoForm
    .mktoFormRow
    .mktoFieldDescriptor.mktoFormCol:has(input[type="checkbox"]) {
    width: 100%;
}
.single-event__content
    .marketo-form
    .mktoForm
    .mktoFormRow
    .mktoFormCol
    .mktoOffset {
    width: auto !important;
}
.single-event__content
    .marketo-form
    .mktoForm
    .mktoFormRow
    .mktoFieldWrap
    .consent
    p,
.single-event__content .marketo-form .mktoForm .mktoFormRow .mktoFormCol span {
    color: #000 !important;
}
.single-event__content
    .marketo-form
    .mktoForm
    .mktoFormRow
    .mktoFieldDescriptor
    .mktoFieldWrap {
    float: none;
}
.single-event__content
    .marketo-form
    .mktoForm
    .mktoFormRow
    .mktoFieldDescriptor
    .mktoFieldWrap
    .mktoLabel {
    color: #000 !important;
}
.single-event__content
    .marketo-form
    .mktoForm
    .mktoFormRow
    .mktoFieldDescriptor
    .mktoFieldWrap
    .mktoLabel:not(:last-child) {
    font-size: 18px !important;
    font-weight: 400;
    width: auto !important;
}
.single-event__content
    .marketo-form
    .mktoForm
    .mktoFormRow
    .mktoFieldDescriptor
    .mktoFieldWrap
    .mktoLabel
    span {
    color: #000 !important;
}
.single-event__content .marketo-form .mktoForm input[type="email"],
.single-event__content .marketo-form .mktoForm input[type="number"],
.single-event__content .marketo-form .mktoForm input[type="tel"],
.single-event__content .marketo-form .mktoForm input[type="text"],
.single-event__content .marketo-form .mktoForm textarea {
    background-color: #f2f2f2 !important;
    border: 1px solid #bfbfbf !important;
    box-shadow: none !important;
    color: #161616 !important;
    font-size: 1rem !important;
    height: 48px;
    margin-top: 10px;
    padding: 10px 26px !important;
    width: 100% !important;
}
.single-event__content .marketo-form .mktoForm input[type="checkbox"] {
    width: auto !important;
}
.single-event__content
    .marketo-form.regtech-survey-2023
    .mktoFormRow:nth-child(16)
    .mktoFieldDescriptor,
.single-event__content
    .marketo-form.regtech-survey-2023
    .mktoFormRow:nth-child(17)
    .mktoFieldDescriptor,
.single-event__content
    .marketo-form.regtech-survey-2023
    .mktoFormRow:nth-child(5)
    .mktoFieldDescriptor {
    width: 98% !important;
}
.single-event__content
    .marketo-form.regtech-survey-2023
    .mktoFormRow:nth-child(3n + 7)
    .mktoFieldDescriptor
    .mktoGutter,
.single-event__content
    .marketo-form.regtech-survey-2023
    .mktoFormRow:nth-child(3n + 7)
    .mktoFieldDescriptor
    .mktoOffset,
.single-event__content
    .marketo-form.regtech-survey-2023
    .mktoFormRow:nth-child(3n + 8)
    .mktoFieldDescriptor
    .mktoGutter,
.single-event__content
    .marketo-form.regtech-survey-2023
    .mktoFormRow:nth-child(3n + 8)
    .mktoFieldDescriptor
    .mktoOffset,
.single-event__content
    .marketo-form.regtech-survey-2023
    .mktoFormRow:nth-child(3n + 9)
    .mktoFieldDescriptor
    .mktoGutter,
.single-event__content
    .marketo-form.regtech-survey-2023
    .mktoFormRow:nth-child(3n + 9)
    .mktoFieldDescriptor
    .mktoOffset,
.single-event__content
    .marketo-form.regtech-survey-2023
    .mktoFormRow:nth-child(5)
    .mktoFieldDescriptor
    .mktoGutter,
.single-event__content
    .marketo-form.regtech-survey-2023
    .mktoFormRow:nth-child(5)
    .mktoFieldDescriptor
    .mktoOffset {
    width: 0 !important;
}
.single-event__content
    .marketo-form.regtech-survey-2023
    .mktoFormRow:nth-child(14)
    .mktoFieldDescriptor {
    margin-bottom: 10px !important;
}
.single-event__content
    .marketo-form.regtech-survey-2023
    .mktoFormRow
    select.mktoField {
    width: 100% !important;
}
@media (min-width: 904px) {
    .single-event__content
        .marketo-form.regtech-survey-2023
        .mktoFormRow
        select.mktoField {
        width: 48% !important;
    }
}
.single-event__right-column {
    margin-bottom: 32px;
}
.single-event__right-column .details {
    background-color: #f2f2f2;
    border-radius: 14px;
    padding: 22px;
    text-align: center;
}
@media (min-width: 904px) {
    .single-event__right-column .details {
        align-items: center;
        display: flex;
        justify-content: space-between;
        text-align: initial;
    }
}
@media (min-width: 1239px) {
    .single-event__right-column .details {
        display: block;
    }
}
.single-event__right-column .details b {
    display: block;
    font-size: 18px;
}
.single-event__right-column .details p {
    font-size: 16px;
}
@media (min-width: 1239px) {
    .single-event__right-column .details .btn {
        width: 100%;
    }
}
.single-event__right-column .details .location {
    display: -webkit-box;
}
@media (max-width: 903.98px) {
    .single-event__right-column .details .location.center-on-mobile {
        align-items: flex-start;
        display: flex;
        justify-content: center;
    }
}
@media (min-width: 904px) {
    .single-event__right-column .details .location {
        width: 33%;
    }
}
@media (min-width: 1239px) {
    .single-event__right-column .details .location {
        width: auto;
    }
}
.single-event__right-column .details .location img {
    margin-right: 6px;
    vertical-align: baseline;
}
.bankerscom-event-2023 .mktoForm .mktoFormRow input {
    height: 45px;
    width: 90% !important;
}
.topic-of-interest-full-w .mktoFormRow:nth-child(5) .mktoFieldDescriptor,
.topic-of-interest-full-w
    .mktoFormRow:nth-child(5)
    .mktoFieldDescriptor
    .mktoFieldWrap {
    width: 100%;
}
.topic-of-interest-full-w
    .mktoFormRow:nth-child(5)
    .mktoFieldDescriptor
    .mktoFieldWrap
    textarea {
    width: 87% !important;
}
.nxp-tech-days-2023 .mktoFormRow:nth-child(4) .mktoFieldDescriptor.mktoFormCol,
.nxp-tech-days-2023 .mktoFormRow:nth-child(5) .mktoFieldDescriptor.mktoFormCol,
.nxp-tech-days-2023 .mktoFormRow:nth-child(6) .mktoFieldDescriptor.mktoFormCol {
    width: 100% !important;
}
@media (min-width: 904px) {
    .nxp-tech-days-2023
        .mktoFormRow:nth-child(4)
        .mktoFieldDescriptor.mktoFormCol,
    .nxp-tech-days-2023
        .mktoFormRow:nth-child(5)
        .mktoFieldDescriptor.mktoFormCol,
    .nxp-tech-days-2023
        .mktoFormRow:nth-child(6)
        .mktoFieldDescriptor.mktoFormCol {
        width: 98% !important;
    }
}
.container-hero-short-black {
    color: #fff;
    display: flex;
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
}
@media (max-width: 903.98px) {
    .container-hero-short-black {
        display: grid;
        height: 80vh;
        margin-top: 79px;
    }
    .container-hero-short-black figure {
        margin: 0;
    }
}
.container-hero-short-black figure img {
    height: 100vh;
    left: 50%;
    object-fit: cover;
    top: 50%;
    width: 100%;
    z-index: 0;
}
@media (max-width: 903.98px) {
    .container-hero-short-black figure img {
        height: 45vh;
    }
}
.container-hero-short-black .container {
    display: flex;
    z-index: 2;
}
.container-hero-short-black.short,
.container-hero-short-black.short img {
    height: 65vh;
}
@media (max-width: 598.98px) {
    .container-hero-short-black.short img {
        height: 20vh;
    }
}
.container-hero-short-black .col-black {
    background-color: #000 !important;
    height: 100vh;
    left: 0;
    order: 1;
    position: absolute;
    top: 0;
    width: 50%;
}
@media (max-width: 903.98px) {
    .container-hero-short-black .col-black {
        height: 80vh;
        order: 2;
        width: 100%;
    }
}
.container-hero-short-black .col-img {
    order: 2;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}
@media (max-width: 903.98px) {
    .container-hero-short-black .col-img {
        height: 45vh;
        order: 1;
        width: 100%;
    }
}
.container-hero-short-black .content {
    display: block;
    padding: 47vh 1rem 1rem;
}
@media (min-width: 904px) {
    .container-hero-short-black .content {
        padding: 1.25rem 1rem 1rem;
    }
}
.container-hero-short-black .content .p-client-uppercase {
    color: #aa73e6 !important;
    font-weight: 700;
    text-transform: uppercase !important;
}
@media (max-width: 598.98px) {
    .container-hero-short-black .content p:not(.p-client-uppercase) {
        font-size: 16px;
    }
}
.container-hero-short-black .content .info {
    display: block;
    margin-top: 2rem;
}
@media (min-width: 904px) {
    .container-hero-short-black .content .info {
        display: flex;
        margin-top: 4rem;
        width: 50%;
    }
}
@media (min-width: 1239px) {
    .container-hero-short-black .content .info {
        width: 75%;
    }
}
.container-hero-short-black .content .info--timer {
    height: 17px;
    left: 0;
    margin-bottom: 15px;
    margin-right: 5px;
    position: relative;
    top: 0;
    width: 17px;
}
@media (min-width: 904px) {
    .container-hero-short-black .content .info--timer {
        margin-right: 10px;
    }
}
@media (min-width: 1919px) {
    .container-hero-short-black .content .info--timer {
        top: 3px;
    }
}
@media (min-width: 904px) {
    .container-hero-short-black .content .info--social {
        margin-top: 0;
    }
}
.container-hero-short-black .content .info--social .social-list {
    margin-bottom: 0;
    padding-left: 0;
}
.container-hero-short-black .content .info--social .social-list li {
    display: inline-block;
    list-style: none !important;
    margin-right: 14px;
}
.container-hero-short-black .content .info--social .social-list li a {
    text-decoration: none;
}
.container-hero-short-black .content .info--social .social-list li a img {
    filter: brightness(0) invert(1);
    height: 17px;
    width: 17px;
}
.container-hero-short-black .content .info p {
    font-size: 16px !important;
}
@media (min-width: 904px) {
    .container-hero-short-black .content {
        padding-bottom: 10rem;
        padding-top: 10rem;
    }
}
@media (min-width: 1439px) {
    .container-hero-short-black .content {
        padding-bottom: 11rem;
        padding-top: 11rem;
    }
}
.container-hero-short-black .content .h1,
.container-hero-short-black .content h1 {
    font-size: 24px !important;
    padding-bottom: 2rem;
}
@media (min-width: 904px) {
    .container-hero-short-black .content .h1,
    .container-hero-short-black .content h1 {
        font-size: 32px !important;
        width: 40%;
    }
}
@media (min-width: 1239px) {
    .container-hero-short-black .content .h1,
    .container-hero-short-black .content h1 {
        font-size: 3rem !important;
    }
}
@media (min-width: 904px) {
    .container-hero-short-black .content p {
        font-size: 20px !important;
        width: 40%;
    }
}
.container-hero-short-black .content span {
    font-size: 16px !important;
}
.container-hero-short-black .content .text-28 {
    padding-bottom: 1rem;
}
.container-hero-short-black .content .text-28 + p {
    padding-bottom: 3.5rem;
}
.container-hero-short-black .down-arr {
    bottom: 25px;
    display: inline-block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 180px;
}
@media (min-width: 904px) {
    .container-hero-short-black .down-arr {
        display: none;
    }
}
@media (max-width: 1438.98px) {
    .container-hero-short-black .down-arr.carousel-v {
        bottom: 125px;
    }
}
@media (max-width: 1238.98px) {
    .container-hero-short-black .down-arr.carousel-v {
        bottom: 50px;
    }
}
.container-hero-short-black .down-arr a {
    color: #fff !important;
    text-decoration: none;
}
@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.container-hero-short-black .down-arr a:after {
    animation: bounce 2s infinite;
    background: url(/mind-supernova/assets/images/arrow-down-more.svg);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 20px;
    transform: rotate(45deg);
    width: 46px;
}
.container-hero-short-black .down-arr a p {
    margin-bottom: 0;
    padding-bottom: 10px;
}
@media (max-width: 903.98px) {
    .container-hero-short-black .down-arr p {
        display: none;
    }
}
.partners-section {
    border: 1px solid gray;
    border-radius: 10px;
    margin-top: 100px;
    padding: 2rem;
}
.partners-section .h2,
.partners-section h2 {
    margin-bottom: 2.2rem;
    padding-bottom: 0;
}
.partners-section__container > .row > div:first-child {
    margin-bottom: 2rem;
}
@media (min-width: 1239px) {
    .partners-section__container > .row > div:first-child {
        flex: 0 0 auto;
        width: 30%;
    }
}
@media (min-width: 1439px) {
    .partners-section__container > .row > div:first-child {
        margin-bottom: 0;
    }
}
@media (min-width: 1239px) {
    .partners-section__container > .row > div:last-child {
        flex: 0 0 auto;
        width: 70%;
    }
}
.partners-section__container > .row .col-12 {
    width: 100%;
}
@media (min-width: 1239px) {
    .partners-section__container > .row .col-12 {
        margin-bottom: 1.5rem;
    }
}
@media (min-width: 1439px) {
    .partners-section__container > .row .col-12 {
        margin-bottom: 0;
    }
}
.partners-section__container > .row .col-12 p {
    font-size: 20px;
    margin-bottom: 2rem;
}
.partners-section__container > .row .h4,
.partners-section__container > .row h4 {
    font-size: 32px;
    width: 80%;
}
@media (min-width: 904px) {
    .partners-section__container > .row .h4,
    .partners-section__container > .row h4 {
        font-size: 36px;
    }
}
.partners-section__container > .row .row > * {
    flex: 0 0 auto;
    width: 50%;
}
@media (max-width: 903.98px) {
    .partners-section__container > .row .row > * {
        flex: 0 0 auto;
        width: 100%;
    }
}
.partners-section__container > .row .row .items {
    flex: 0 0 auto;
}
@media (min-width: 1239px) {
    .partners-section__container > .row .row .items {
        margin-top: 40px;
    }
}
.partners-section__container > .row .row .items .partners-section--item {
    border-top: 1px solid gray;
    display: -webkit-box;
    position: relative;
    width: 70%;
}
@media (max-width: 1238.98px) {
    .partners-section__container > .row .row .items .partners-section--item {
        margin-bottom: 2.5rem;
        padding-top: 25px;
    }
}
@media (min-width: 599px) {
    .partners-section__container > .row .row .items .partners-section--item {
        width: 80%;
    }
}
@media (min-width: 904px) {
    .partners-section__container > .row .row .items .partners-section--item {
        border-top: none;
        width: auto;
    }
}
@media (min-width: 1239px) {
    .partners-section__container
        > .row
        .row
        .items
        .partners-section--item:not(:last-child) {
        margin-bottom: 2.5rem;
    }
}
.partners-section__container
    > .row
    .row
    .items
    .partners-section--item
    .content
    .btn-text {
    font-size: 20px !important;
    padding: 0;
    text-transform: none;
}
.partners-section__container
    > .row
    .row
    .items
    .partners-section--item
    .content
    .btn-text:focus,
.partners-section__container
    > .row
    .row
    .items
    .partners-section--item
    .content
    .btn-text:hover {
    color: #fff;
}
.partners-section__container
    > .row
    .row
    .items
    .partners-section--item
    .content
    .btn-text
    .arr-small {
    height: 9px;
    top: 14px;
    width: 9px;
}
.partners-section__container
    > .row
    .row
    .items
    .partners-section--item
    .content
    .btn-text
    .text {
    text-align: left;
}
.partners-section__container
    > .row
    .row
    .items
    .partners-section--item
    .content
    .btn-container
    .btn
    .partners-image-container {
    display: none;
}
@media (min-width: 904px) {
    .partners-section__container
        > .row
        .row
        .items
        .partners-section--item
        .content
        .btn-container
        .btn
        .partners-image-container {
        display: block;
        margin-right: 20px;
    }
    .partners-section__container
        > .row
        .row
        .items
        .partners-section--item
        .content
        .btn-container
        .btn
        .partners-image-container
        figure {
        margin: 0;
    }
    .partners-section__container
        > .row
        .row
        .items
        .partners-section--item
        .content
        .btn-container
        .btn
        .partners-image-container
        figure
        img {
        border-radius: 8px;
        height: 72px;
        width: 120px;
    }
}
@media (min-width: 1919px) {
    .partners-section__container
        > .row
        .row
        .items
        .partners-section--item
        .content
        .btn-container
        .btn
        .partners-image-container
        figure
        img {
        border-radius: 10px;
        height: 120px;
        width: 200px;
    }
}
.partners-section__container
    > .row
    .row
    .items
    .partners-section--item
    .content
    a.disabled {
    color: #fff;
}
.partners-section__container
    > .row
    .row
    .items:first-child
    .partners-section--item:first-child {
    border: none;
}
.partners-section.version-3-cols .partners-section__container > .row .row > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
@media (max-width: 903.98px) {
    .partners-section.version-3-cols
        .partners-section__container
        > .row
        .row
        > * {
        flex: 0 0 auto;
        width: 100%;
    }
}
.partners-section.version-4-cols .partners-section__container > .row .row > * {
    flex: 0 0 auto;
    width: 25%;
}
@media (max-width: 1438.98px) {
    .partners-section.version-4-cols
        .partners-section__container
        > .row
        .row
        > * {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (max-width: 903.98px) {
    .partners-section.version-4-cols
        .partners-section__container
        > .row
        .row
        > * {
        flex: 0 0 auto;
        width: 100%;
    }
}
.partners-section-image {
    border: 1px solid gray;
    border-radius: 10px;
    margin-top: 100px;
    padding: 2rem;
}
.partners-section-image .h2,
.partners-section-image h2 {
    margin-bottom: 2.2rem;
    padding-bottom: 0;
}
.partners-section-image__container > .partners-row {
    display: flex;
    flex-direction: column;
}
@media (min-width: 1239px) {
    .partners-section-image__container > .partners-row {
        flex-direction: row;
    }
}
.partners-section-image__container > .partners-row > div:first-child {
    margin-bottom: 2rem;
}
@media (min-width: 1239px) {
    .partners-section-image__container > .partners-row > div:first-child {
        flex: 0 0 auto;
        width: 30%;
    }
}
@media (min-width: 1439px) {
    .partners-section-image__container > .partners-row > div:first-child {
        margin-bottom: 0;
    }
}
@media (min-width: 1239px) {
    .partners-section-image__container > .partners-row > div:last-child {
        flex: 0 0 auto;
        width: 70%;
    }
    .partners-section-image__container > .partners-row .partners-col {
        margin-bottom: 1.5rem;
    }
}
@media (min-width: 1439px) {
    .partners-section-image__container > .partners-row .partners-col {
        margin-bottom: 0;
    }
}
.partners-section-image__container > .partners-row .partners-col p {
    font-size: 20px;
    margin-bottom: 2rem;
}
.partners-section-image__container > .partners-row .h4,
.partners-section-image__container > .partners-row h4 {
    font-size: 32px;
    width: 80%;
}
@media (min-width: 904px) {
    .partners-section-image__container > .partners-row .h4,
    .partners-section-image__container > .partners-row h4 {
        font-size: 36px;
    }
}
.partners-section-image__container > .partners-row .partners-wrapper > * {
    width: auto !important;
}
.partners-section-image__container > .partners-row .partners-wrapper {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 904px) {
    .partners-section-image__container > .partners-row .partners-wrapper {
        gap: 20px;
    }
}
.partners-section-image__container > .partners-row .partners-wrapper .items {
    border-top: 1px solid gray;
    display: flex;
    flex: 1 1 auto;
    flex-basis: 100%;
    flex-direction: row;
}
@media (min-width: 904px) {
    .partners-section-image__container
        > .partners-row
        .partners-wrapper
        .items {
        flex-basis: calc(50% - 10px);
    }
}
@media (min-width: 1239px) {
    .partners-section-image__container
        > .partners-row
        .partners-wrapper
        .items {
        margin-top: 40px;
    }
}
@media (max-width: 1238.98px) {
    .partners-section-image__container
        > .partners-row
        .partners-wrapper
        .items {
        margin-bottom: 2.5rem;
        padding-top: 25px;
    }
}
@media (min-width: 904px) {
    .partners-section-image__container
        > .partners-row
        .partners-wrapper
        .items {
        border-top: none;
    }
}
@media (min-width: 1239px) {
    .partners-section-image__container
        > .partners-row
        .partners-wrapper
        .items {
        margin-bottom: 2.5rem;
    }
}
.partners-section-image__container
    > .partners-row
    .partners-wrapper
    .items.btn-text {
    border-radius: 0;
    font-size: 20px !important;
    text-transform: none;
}
.partners-section-image__container
    > .partners-row
    .partners-wrapper
    .items.btn-text:focus,
.partners-section-image__container
    > .partners-row
    .partners-wrapper
    .items.btn-text:hover {
    color: #fff;
}
.partners-section-image__container
    > .partners-row
    .partners-wrapper
    .items.btn-text
    .arr-small {
    height: 9px;
    top: 14px;
    width: 9px;
}
.partners-section-image__container
    > .partners-row
    .partners-wrapper
    .items.btn-text
    .text-container {
    justify-content: start;
    min-width: 170px;
}
.partners-section-image__container
    > .partners-row
    .partners-wrapper
    .items.btn-text
    .text-container
    .text {
    text-align: left;
}
.partners-section-image__container
    > .partners-row
    .partners-wrapper
    .items.btn
    .partners-image-container {
    display: none;
}
@media (min-width: 904px) {
    .partners-section-image__container
        > .partners-row
        .partners-wrapper
        .items.btn
        .partners-image-container {
        display: block;
        margin-right: 20px;
        min-width: 120px;
    }
    .partners-section-image__container
        > .partners-row
        .partners-wrapper
        .items.btn
        .partners-image-container
        figure {
        margin: 0;
    }
    .partners-section-image__container
        > .partners-row
        .partners-wrapper
        .items.btn
        .partners-image-container
        figure
        img {
        border-radius: 8px;
        height: 72px;
        width: 120px;
    }
}
@media (min-width: 1919px) {
    .partners-section-image__container
        > .partners-row
        .partners-wrapper
        .items.btn
        .partners-image-container {
        min-width: 200px;
    }
    .partners-section-image__container
        > .partners-row
        .partners-wrapper
        .items.btn
        .partners-image-container
        figure
        img {
        border-radius: 10px;
        height: 120px;
        width: 200px;
    }
}
.partners-section-image__container
    > .partners-row
    .partners-wrapper
    .items.disabled {
    color: #fff;
}
.partners-section-image__container
    > .partners-row
    .partners-wrapper
    .items:first-child {
    border: none;
}
.partners-section-image.version-3-cols
    .partners-section-image__container
    > .partners-row
    .partners-wrapper
    .items {
    flex-basis: 100%;
}
@media (min-width: 904px) {
    .partners-section-image.version-3-cols
        .partners-section-image__container
        > .partners-row
        .partners-wrapper
        .items {
        max-width: calc(33.33333% - 20px);
    }
}
.partners-section-image.version-4-cols
    .partners-section-image__container
    > .partners-row
    .partners-wrapper
    .items {
    flex-basis: 100%;
}
@media (min-width: 904px) {
    .partners-section-image.version-4-cols
        .partners-section-image__container
        > .partners-row
        .partners-wrapper
        .items {
        max-width: calc(33.33333% - 20px);
    }
}
.our-locations--title {
    text-align: center;
}
.our-locations--title .title {
    font-size: 3.5rem;
    font-weight: 700;
    padding-top: 3.5rem;
}
@media (max-width: 1918.98px) {
    .our-locations--title .title {
        font-size: 2.625rem;
    }
}
@media (max-width: 903.98px) {
    .our-locations--title .title {
        font-size: 2.415rem;
    }
}
@media (max-width: 598.98px) {
    .our-locations--title .title {
        margin-bottom: 0;
        padding-top: 0.5rem;
    }
}
.our-locations--title .description {
    font-size: 20px;
}
.our-locations--title .btn-icon {
    display: inline-block;
    padding: 0.8rem 0;
}
.our-locations--title .btn-icon .text-container .arr-offering {
    bottom: 7px;
    width: 12px;
}
@media (min-width: 1239px) {
    .our-locations--title .btn-icon .text-container .arr-offering {
        bottom: 5px;
    }
}
@media (min-width: 1919px) {
    .our-locations--title .btn-icon .text-container .arr-offering {
        bottom: 3px;
    }
}
.our-locations--title .btn-icon .text-container .arr-offering .arr-small {
    height: 8px;
    width: 8px;
}
@media (min-width: 1239px) {
    .our-locations--title .btn-icon .text-container .arr-offering .arr-small {
        height: 9px;
        width: 9px;
    }
}
.our-locations .row {
    gap: 1.3rem;
    margin: auto;
}
.our-locations .row .col {
    display: -webkit-box;
    flex: initial;
    position: relative;
    width: 100%;
}
@media (min-width: 904px) {
    .our-locations .row .col {
        border-radius: 15px;
        box-sizing: border-box;
        display: flex;
        flex: 1;
        flex-direction: column;
        height: 20rem;
        justify-content: flex-end;
        min-width: 300px;
        overflow: hidden;
        padding: 3rem 1.5rem 2.2rem;
        position: relative;
    }
    .our-locations .row .col:after {
        background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
        border-radius: 15px;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    .our-locations .row .col:hover img {
        transform: scale(1.25);
    }
}
@media (max-width: 903.98px) {
    .our-locations .row .col .image {
        border-radius: 14px;
        height: 90px;
        position: relative;
        width: 90px;
    }
}
.our-locations .row .col .image img {
    border-radius: 15px;
    height: 100%;
    left: 0;
    margin: 0;
    object-fit: cover;
    padding: 0;
    position: absolute;
    top: 0;
    transition: 0.3s ease;
    width: 100%;
    z-index: 0;
}
.our-locations .row .col .image figure {
    margin: 0;
}
.our-locations .row .col .content {
    align-items: center;
    display: flex;
    margin-left: 20px;
    width: 70%;
}
@media (min-width: 904px) {
    .our-locations .row .col .content {
        display: initial;
        margin-left: 0;
        width: 100%;
    }
}
.our-locations .row .col .content .btn-text {
    display: inline-block;
    font-size: 2rem !important;
    font-weight: 700;
    text-align: left;
    text-transform: none;
    z-index: 2;
}
@media (max-width: 1918.98px) {
    .our-locations .row .col .content .btn-text {
        font-size: 1.7rem !important;
    }
}
@media (max-width: 1238.98px) {
    .our-locations .row .col .content .btn-text {
        font-size: 1.6rem !important;
    }
}
@media (min-width: 1439px) {
    .our-locations .row .col .content .btn-text {
        width: 90%;
    }
}
.our-locations .row .col .content .btn-text:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
}
.our-locations .row .col .content .btn-text:hover {
    color: #fff;
}
.our-locations .row .col .content .btn-text .arr-offering {
    bottom: 2px;
}
@media (min-width: 904px) {
    .our-locations .row .col .content .btn-text .arr-offering {
        display: none;
    }
}
.our-locations .row .col .content .btn-text .arr-offering .arr-small {
    height: 9px;
    width: 9px;
}
.our-locations .row .col .content .btn-text .text-container {
    position: relative;
}
@media (min-width: 904px) {
    .our-locations .row .col .content .btn-text .text-container {
        display: inline-block;
    }
}
.casestudy-no-overview p {
    font-size: 18px !important;
    line-height: 1.5;
}
@media (min-width: 1239px) {
    .casestudy-no-overview .cs-left-info-col--card {
        width: 75% !important;
    }
}
.casestudy-no-overview .cs-sidemenu .scrollspy-list {
    display: none;
}
@media (min-width: 1239px) {
    .casestudy-no-overview .cs-sidemenu .scrollspy-list {
        display: block;
    }
}
.casestudy-no-overview .cs-sidemenu .scrollspy-list.fixed {
    position: fixed;
    top: 150px;
}
.casestudy-no-overview .article-heading {
    font-size: 20px !important;
    scroll-margin-top: 5em;
}
@media (min-width: 1919px) {
    .casestudy-no-overview .article-heading {
        scroll-margin-top: 4em;
    }
}
.casestudy-no-overview .w-75-100 {
    width: 100%;
}
@media (min-width: 1239px) {
    .casestudy-no-overview .w-75-100 {
        width: 75%;
    }
}
.casestudy-no-overview__related-content {
    background-color: #efeaf6;
}
.downloadable-file {
    padding-top: 120px;
}
.downloadable-file .h1,
.downloadable-file h1 {
    font-size: 2.75rem;
}
@media (min-width: 1239px) {
    .downloadable-file .h1,
    .downloadable-file h1 {
        font-size: 3.75rem;
    }
}
.back-to-top-btn {
    background-color: #333;
    border-radius: 14px;
    bottom: 25px;
    height: 72px;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 25px;
    transition: all 0.4s ease;
    width: 72px;
    z-index: 999;
}
.back-to-top-btn.shown {
    opacity: 0.6;
    pointer-events: auto;
}
.back-to-top-btn button {
    background-color: transparent;
    border: none;
    height: 100%;
    width: 100%;
}
.back-to-top-btn button img {
    transform: rotate(180deg);
    width: 44px;
}
.hogan-services__header {
    margin-bottom: 30px;
}
@media (min-width: 1919px) {
    .hogan-services__header {
        margin-bottom: 0;
    }
}
.hogan-services__header--title {
    font-size: 36px;
}
.hogan-services__header--subtitle {
    color: #bfbfbf;
    text-transform: uppercase;
}
.hogan-services__header p {
    font-size: 16px;
}
.hogan-services .single-service {
    display: flex;
    gap: 14px;
    margin-bottom: 30px;
}
@media (min-width: 1239px) {
    .hogan-services .single-service {
        margin-bottom: 10px;
        min-height: 130px;
    }
}
@media (min-width: 1439px) {
    .hogan-services .single-service {
        margin-bottom: 10px;
        min-height: 120px;
    }
}
@media (min-width: 1919px) {
    .hogan-services .single-service {
        margin-bottom: 10px;
        min-height: 135px;
    }
}
.hogan-services .single-service figure {
    margin: 0;
}
.hogan-services .single-service__img {
    align-items: center;
    background-color: #260f40;
    border-radius: 12px;
    display: flex;
    flex: 0 0 54px;
    height: 54px;
    justify-content: center;
}
.hogan-services .single-service__content {
    padding-top: 6px;
}
.hogan-services .single-service__content .service-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.hogan-services .single-service__content .service-description {
    color: #bfbfbf;
    font-size: 15px;
    line-height: 24px;
}
.hogan-related-content {
    display: flex;
    flex-direction: column;
}
@media (min-width: 1439px) {
    .hogan-related-content {
        flex-direction: row;
        gap: 50px;
    }
}
@media (min-width: 1919px) {
    .hogan-related-content {
        gap: 80px;
    }
}
.hogan-related-content a {
    text-decoration: none;
}
.hogan-related-content a:hover .hogan-related-content__content:after {
    right: 32px;
    top: 32px;
}
@media (min-width: 1239px) {
    .hogan-related-content a:hover .hogan-related-content__content:after {
        right: 27px;
        top: 27px;
    }
}
@media (min-width: 1439px) {
    .hogan-related-content__headline {
        flex: 0 0 220px;
        padding-top: 25px;
    }
}
@media (min-width: 1919px) {
    .hogan-related-content__headline {
        flex: 0 0 400px;
    }
}
.hogan-related-content__headline .related-content {
    color: #d7b2ff;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-transform: uppercase;
}
.hogan-related-content__content {
    border: 1px solid gray;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-top: 30px;
    padding: 35px;
    position: relative;
}
@media (min-width: 1239px) {
    .hogan-related-content__content {
        flex-direction: row;
        gap: 70px;
        padding: 30px;
    }
}
@media (min-width: 1439px) {
    .hogan-related-content__content {
        margin-top: 0;
    }
}
@media (min-width: 1919px) {
    .hogan-related-content__content {
        gap: 150px;
    }
}
.hogan-related-content__content:after {
    content: url(/mind-supernova/assets/images/icons/hogan-arrow.svg);
    position: absolute;
    right: 35px;
    top: 35px;
    transition: all 0.3s ease;
}
@media (min-width: 1239px) {
    .hogan-related-content__content:after {
        right: 30px;
        top: 30px;
    }
}
.hogan-related-content__content .content-title {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 26.4px;
    text-decoration: none;
    width: 85%;
}
@media (min-width: 599px) {
    .hogan-related-content__content .content-title {
        width: 90%;
    }
}
@media (min-width: 1239px) {
    .hogan-related-content__content .content-title {
        flex: 0 0 350px;
        width: auto;
    }
}
@media (min-width: 1919px) {
    .hogan-related-content__content .content-title {
        flex: 0 0 420px;
    }
}
.hogan-related-content__content .content-preview {
    color: gray;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}
@media (min-width: 1239px) {
    .hogan-related-content__content .content-preview {
        flex: 0 0 520px;
    }
}
@media (min-width: 1439px) {
    .hogan-related-content__content .content-preview {
        flex: 0 0 420px;
    }
}
@media (min-width: 1919px) {
    .hogan-related-content__content .content-preview {
        flex: 0 0 475px;
    }
}
.search-results__header {
    background: linear-gradient(127.22deg, #220f3a 28.42%, #6d5c61 69.76%);
    height: 218px;
    padding-top: 115px;
}
@media (min-width: 1439px) {
    .search-results__header {
        height: 300px;
        padding-top: 170px;
    }
}
@media (min-width: 1919px) {
    .search-results__header .container {
        max-width: 1255px;
    }
}
.search-results__header--form-wrapper {
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    height: 75px;
    justify-content: space-between;
    padding: 10px;
}
.search-results__header--form-wrapper input {
    border: none;
    color: #000;
    flex: 0 0 80%;
    font-size: 14px;
}
@media (width > 450px) {
    .search-results__header--form-wrapper input {
        flex: 0 0 85%;
    }
}
@media (min-width: 904px) {
    .search-results__header--form-wrapper input {
        flex: 0 0 90%;
    }
}
@media (min-width: 1239px) {
    .search-results__header--form-wrapper input {
        flex: 0 0 94%;
    }
}
.search-results__header--form-wrapper input:focus,
.search-results__header--form-wrapper input:hover {
    border: none;
    outline: none;
}
.search-results__header--form-wrapper button {
    align-items: center;
    background-color: #5f249f;
    border: none;
    border-radius: 8px;
    display: flex;
    height: 52px;
    justify-content: center;
    transition: all 0.3s ease;
    width: 52px;
}
.search-results__header--form-wrapper button:hover {
    background-color: #4d1d80;
}
.search-results__header--form-wrapper button:disabled {
    opacity: 0.8;
}
.search-results__header--form-wrapper button img {
    width: 24px;
}
.search-results__content {
    background-color: #fff;
    padding: 35px 0;
}
@media (min-width: 1239px) {
    .search-results__content {
        padding: 45px 0;
    }
}
@media (min-width: 1919px) {
    .search-results__content .container {
        max-width: 1255px;
    }
}
.search-results__content .no-results {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 250px;
    justify-content: center;
}
.search-results__content .no-results p {
    color: #000;
    font-size: 14px;
}
.search-results__content--filters {
    padding-top: 10px;
}
.search-results__content--filters .filter-container .filter-title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
}
.search-results__content--filters .filter-container .dropdown {
    align-items: center;
    display: flex;
    height: 55px;
    width: 100%;
}
.search-results__content--filters
    .filter-container
    .dropdown.items-checked
    .dropdown-face {
    color: #151515;
}
.search-results__content--filters .filter-container .dropdown .dropdown-face {
    align-items: center;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    color: #969696;
    display: flex;
    font-size: 14px;
    height: 55px;
    justify-content: space-between;
    padding: 0 14px;
    width: 100%;
    z-index: 2;
}
.search-results__content--filters
    .filter-container
    .dropdown
    .dropdown-face
    img {
    transition: all 0.2s ease;
}
.search-results__content--filters
    .filter-container
    .dropdown
    .dropdown-face.show {
    color: #151515;
}
.search-results__content--filters
    .filter-container
    .dropdown
    .dropdown-face.show
    img {
    transform: rotate(180deg);
}
.search-results__content--filters
    .filter-container
    .dropdown
    .dropdown-menu::-webkit-scrollbar {
    width: 2px;
}
.search-results__content--filters
    .filter-container
    .dropdown
    .dropdown-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #999;
}
.search-results__content--filters
    .filter-container
    .dropdown
    .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #bfbfbf;
    outline: 1px solid #bfbfbf;
}
.search-results__content--filters .filter-container .dropdown .dropdown-menu {
    border: none;
    box-shadow: 1px 10px 40px -14px rgba(46, 46, 46, 0.44);
    -webkit-box-shadow: 1px 10px 40px -14px rgba(46, 46, 46, 0.44);
    -moz-box-shadow: 1px 10px 40px -14px rgba(46, 46, 46, 0.44);
    max-height: 300px;
    overflow-x: hidden;
    padding: 0 20px;
    width: 100%;
    z-index: 900;
}
.search-results__content--filters
    .filter-container
    .dropdown
    .dropdown-menu.shown {
    display: block;
    inset: 0 auto auto 0;
    margin: 0;
    position: absolute;
    transform: translate3d(0, 57px, 0);
}
.search-results__content--filters
    .filter-container
    .dropdown
    .dropdown-menu
    li {
    cursor: pointer;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    margin: 22px 0;
    position: relative;
}
.search-results__content--filters
    .filter-container
    .dropdown
    .dropdown-menu
    li.no-result {
    cursor: auto;
}
.search-results__content--filters
    .filter-container
    .dropdown
    .dropdown-menu
    li
    label {
    cursor: pointer;
    width: 100%;
}
.search-results__content--filters
    .filter-container
    .dropdown
    .dropdown-menu
    li
    input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    display: grid;
    height: 24px;
    margin: 0;
    place-content: center;
    width: 24px;
}
.search-results__content--filters
    .filter-container
    .dropdown
    .dropdown-menu
    li
    input[type="checkbox"]:before {
    content: url(/mind-supernova/assets/images/icons/checkbox-checked-purple.svg);
    height: 24px;
    transform: scale(0);
    transform-origin: center;
    transition: transform 0.12s ease-in-out;
    width: 24px;
}
.search-results__content--filters
    .filter-container
    .dropdown
    .dropdown-menu
    li
    input[type="checkbox"]:checked:before {
    border: none;
    transform: scale(1);
}
.search-results__content--filters
    .filter-container
    .dropdown
    .counter-items-checked {
    background-color: #f8f3ff;
    border-radius: 5px;
    padding: 1px 6px 4px;
    position: absolute;
    right: 35px;
    top: 15px;
}
@media (max-width: 903.98px) {
    .search-results__content--filters
        .filter-container
        .dropdown
        .counter-items-checked {
        display: none;
    }
}
@media (min-width: 1439px) {
    .search-results__content--filters
        .filter-container
        .dropdown
        .counter-items-checked {
        right: 60px;
    }
}
.search-results__content--filters
    .filter-container
    .dropdown
    .counter-items-checked
    span {
    color: #5f249f;
    font-size: 14px;
    font-weight: 400;
}
.search-results__content--filters
    .filter-container
    .dropdown
    .caret-down-wrapper {
    height: 28px;
    position: absolute;
    right: 15px;
    top: 16px;
    z-index: 1;
}
@media (max-width: 903.98px) {
    .search-results__content--filters
        .filter-container
        .dropdown
        .caret-down-wrapper {
        display: none;
    }
}
.search-results__content--filters
    .filter-container
    .dropdown
    .caret-down-wrapper:before {
    content: url(/mind-supernova/assets/images/icons/caret-down-black.svg);
    display: block;
    height: 24px;
    transition: all 0.2s ease;
    width: 20px;
}
.search-results__content--filters
    .filter-container
    .dropdown
    .caret-down-wrapper.rotate:before {
    transform: rotate(180deg);
}
.search-results__content--filters .btn-normal {
    font-weight: 600;
    padding: 12px 25px;
    width: 70%;
}
.search-results__content--filters .btn-normal:disabled {
    opacity: 0.8;
}
.search-results__content--chips {
    flex-wrap: wrap;
    gap: 10px;
}
.search-results__content--chips .single-chip {
    align-items: center;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    display: flex;
    flex-shrink: 0;
    gap: 2px;
    height: 34px;
    padding-left: 14px;
    transition: all 0.3s ease;
}
.search-results__content--chips .single-chip:hover {
    background-color: #f6f6f6;
}
.search-results__content--chips .single-chip button {
    background-color: transparent;
    border: none;
    color: #63666a;
    font-size: 14px;
    line-height: 19.6px;
}
.search-results__content--chips .single-chip p {
    color: #63666a;
    font-size: 14px;
    line-height: 18.2px;
    margin: 0;
}
.search-results__content--items-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 5px;
}
@media (min-width: 904px) {
    .search-results__content--items-header {
        margin-bottom: 30px;
    }
}
@media (min-width: 1239px) {
    .search-results__content--items-header {
        align-items: center;
        flex-direction: row;
        gap: initial;
    }
}
.search-results__content--items-header--title b,
.search-results__content--items-header--title p {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}
.search-results__content--items-header--title b {
    font-weight: 600;
}
.search-results__content--items-header--filters {
    display: flex;
    gap: 10px;
}
.search-results__content--items-header--filters .mobile-filters-btn {
    align-items: center;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    display: flex;
    gap: 5px;
    padding: 0 12px;
}
.search-results__content--items-header--filters .mobile-filters-btn span {
    color: #151515;
    font-size: 14px;
}
.search-results__content--items-header--filters .dropdown {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 8px 10px;
}
.search-results__content--items-header--filters .dropdown .dropdown-face {
    align-items: center;
    background-color: transparent;
    border: none;
    display: flex;
    font-size: 14px;
    gap: 5px;
}
.search-results__content--items-header--filters .dropdown .dropdown-face span {
    color: #969696;
}
.search-results__content--items-header--filters .dropdown .dropdown-face b {
    color: #151515;
    font-weight: 400;
}
.search-results__content--items-header--filters .dropdown .dropdown-menu {
    border-radius: 15px;
    box-shadow: 0 5px 30px 0 hsla(0, 0%, 8%, 0.15);
    min-width: unset;
    overflow: hidden;
    padding: 0;
    width: 100%;
    z-index: 900;
}
@media (max-width: 903.98px) {
    .search-results__content--items-header--filters
        .dropdown
        .dropdown-menu.dropdown-menu-per-page {
        display: none;
    }
}
.search-results__content--items-header--filters
    .dropdown
    .dropdown-menu
    .dropdown-item {
    font-size: 14px;
    padding: 15px 20px;
}
.search-results__content--items-header--filters
    .dropdown
    .dropdown-menu
    .dropdown-item:hover {
    background-color: #f9f9fb;
}
.search-results__content--items-header--filters
    .dropdown
    .dropdown-menu:nth-child(2) {
    width: 160px;
}
@media (max-width: 903.98px) {
    .search-results__content--items-header--filters .dropdown.recent {
        display: none;
    }
}
.search-results__content--item {
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 0;
}
@media (min-width: 904px) {
    .search-results__content--item {
        margin-bottom: 15px;
        padding: 30px 0 25px;
    }
}
.search-results__content--item .title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 28.6px;
}
@media (min-width: 904px) {
    .search-results__content--item .title {
        font-size: 22px;
    }
}
.search-results__content--item .description {
    color: #63666a;
    font-size: 14px;
    line-height: 19.6px;
    margin: 0;
}
.search-results__content--item a {
    color: #0089bf;
    font-size: 14px;
    line-height: 19.6px;
    text-decoration: none;
}
.search-results__content--item a:hover {
    text-decoration: underline;
}
.search-results__pagination {
    background-color: #fff;
    padding-bottom: 45px;
}
.search-results__pagination .pagination {
    justify-content: center;
}
.search-results__pagination .pagination li {
    margin: 0 5px;
}
.search-results__pagination .pagination li:first-child a,
.search-results__pagination .pagination li:last-child a {
    background-color: transparent;
}
.search-results__pagination .pagination li:first-child a img,
.search-results__pagination .pagination li:last-child a img {
    filter: brightness(0) invert(1);
}
.search-results__pagination .pagination li button {
    background-color: transparent;
    border-radius: 15px;
    color: #63666a;
    font-size: 14px;
    height: 44px;
    padding: 0;
    width: 44px;
}
.search-results__pagination .pagination li button:hover {
    color: #000;
}
.search-results__pagination .pagination li button.active-page {
    background-color: #5f249f;
    border: none;
    color: #fff;
}
.search-results__pagination .pagination li button.disabled {
    background-color: transparent;
}
.search-filters-panel {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 78px;
    transform: translateY(100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: 100%;
    z-index: 10;
}
.search-filters-panel.shown {
    opacity: 1;
    transform: translateY(0);
}
.search-filters-panel .mobile-all-filters {
    transition: all 0.2s ease-in;
    width: 100%;
}
.search-filters-panel .mobile-all-filters.hidden {
    transform: translateX(-105%);
}
.search-filters-panel .mobile-single-search-panel {
    position: absolute;
    transform: translateX(100%);
    transition: all 0.2s ease-out;
    width: 100%;
}
.search-filters-panel .mobile-single-search-panel.shown {
    transform: translateX(0);
}
.search-filters-panel
    .mobile-single-search-panel
    .search-filters-panel__content {
    padding: 20px 12px 8px;
}
.search-filters-panel__list {
    border: none;
    border-radius: 15px;
    min-width: unset;
    padding: 0 20px;
}
.search-filters-panel__list.checkbox-list {
    padding: 0;
}
.search-filters-panel__list.checkbox-list ul li {
    padding: 13px 20px;
}
.search-filters-panel__list.checkbox-list
    ul
    li:has(input[type="checkbox"]:checked) {
    background-color: #f8f2ff;
}
.search-filters-panel__list .filter-search-results {
    height: 335px;
    overflow-x: hidden;
}
.search-filters-panel__list ul {
    list-style: none;
    padding-left: 0;
}
.search-filters-panel__list ul li {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
.search-filters-panel__list ul li label {
    color: #000;
    cursor: pointer;
    font-size: 15px;
    width: 100%;
}
.search-filters-panel__list ul li input[type="checkbox"],
.search-filters-panel__list ul li input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    place-content: center;
}
.search-filters-panel__list ul li input[type="checkbox"]:before,
.search-filters-panel__list ul li input[type="radio"]:before {
    content: url(/mind-supernova/assets/images/icons/check-purple.svg);
    height: 24px;
    opacity: 0;
    width: 24px;
}
.search-filters-panel__list ul li input[type="checkbox"]:checked:before,
.search-filters-panel__list ul li input[type="radio"]:checked:before {
    opacity: 1;
}
.search-filters-panel__head {
    align-items: center;
    border-bottom: 2px solid #666;
    display: flex;
    justify-content: space-between;
    margin: 0 15px;
    padding: 20px 0 12px;
}
.search-filters-panel__head--title p {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.36px;
    line-height: 25.2px;
    margin: 0;
}
.search-filters-panel__head--close {
    align-items: center;
    display: flex;
    gap: 8px;
}
.search-filters-panel__head--close button {
    background-color: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    color: #666;
    font-size: 14px;
    height: 32px;
    line-height: 19.6px;
}
.search-filters-panel__head--close button.clear-all-btn {
    padding: 0 8px;
}
.search-filters-panel__content {
    padding: 20px 12px;
}
.search-filters-panel__content .filter-input-search {
    border: 1px solid #e6e6e6;
    border-radius: 15px;
    display: flex;
    font-size: 15px;
    padding: 15px;
}
.search-filters-panel__content .filter-input-search input {
    border: none;
    color: #000;
    height: 30px;
    outline: none;
    padding-left: 8px;
    width: -webkit-fill-available;
}
.search-filters-panel__content .filter-input-search input:active,
.search-filters-panel__content .filter-input-search input:focus {
    border: none;
}
.search-filters-panel__content .filter-input-search button {
    background-color: transparent;
    border: none;
}
.search-filters-panel__content .input-filter-wrapper button {
    background-color: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    color: #969696;
    font-size: 14px;
    padding: 20px 18px;
    position: relative;
    text-align: left;
    width: 100%;
}
.search-filters-panel__content .input-filter-wrapper button .arrow {
    border: 2px solid #151515;
    border-width: 0 2px 2px 0;
    margin: 4px 2px 2px 7px;
    padding: 3px;
    position: absolute;
    right: 24px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.search-filters-panel__content .chips-filter-mobile {
    display: flex;
    gap: 10px;
}
.search-filters-panel__content .chips-filter-mobile .single-chip {
    align-items: center;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    display: flex;
    flex-shrink: 0;
    gap: 2px;
    height: 34px;
    padding-left: 14px;
    transition: all 0.3s ease;
}
.search-filters-panel__content .chips-filter-mobile .single-chip:hover {
    background-color: #f6f6f6;
}
.search-filters-panel__content .chips-filter-mobile .single-chip button {
    background-color: transparent;
    border: none;
    color: #63666a;
    font-size: 14px;
    line-height: 19.6px;
}
.search-filters-panel__content .chips-filter-mobile .single-chip p {
    color: #63666a;
    font-size: 14px;
    line-height: 18.2px;
    margin: 0;
}
.search-filters-panel__sort {
    padding: 5px 12px;
}
.search-filters-panel__sort .filter-option input[type="radio"] {
    opacity: 0;
    position: absolute;
}
.search-filters-panel__sort .filter-option input[type="radio"] + .radio-label {
    align-items: center;
    color: #151515;
    display: flex;
    font-size: 15px;
    height: 40px;
    line-height: 24px;
}
.search-filters-panel__sort
    .filter-option
    input[type="radio"]
    + .radio-label:before {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 100%;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 24px;
    margin-right: 10px;
    position: relative;
    transition: all 0.25s ease;
    width: 24px;
}
.search-filters-panel__sort
    .filter-option
    input[type="radio"]:checked
    + .radio-label {
    color: #5f249f;
}
.search-filters-panel__sort
    .filter-option
    input[type="radio"]:checked
    + .radio-label:before {
    background-color: #5f249f;
    border: 1px solid #5f249f;
    box-shadow: inset 0 0 0 4px #fff;
}
.search-filters-panel__sort
    .filter-option
    input[type="radio"]:focus
    + .radio-label:before {
    border-color: #5f249f;
    outline: none;
}
.search-filters-panel__sort
    .filter-option
    input[type="radio"]
    + .radio-label:empty:before {
    margin-right: 0;
}
.search-filters-panel__sort .filter-title {
    color: #151515;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.4px;
    margin: 0;
}
.search-filters-panel__close {
    padding: 10px 12px;
    transition: all 0.3s ease-in;
}
.search-filters-panel__close.hidden {
    transform: translateX(-105%);
}
.bg-header {
    background: transparent;
}
.bg-header a {
    color: #fff !important;
}
.bg-header a:hover {
    text-decoration: underline;
}
.bd-black form a {
    color: #00658c !important;
}
.bd-black form a:hover {
    color: #00a3e1 !important;
}
.bd-black form a.explanatory-notes-btn {
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 0.5rem 0 !important;
}
.bd-black form a.explanatory-notes-btn.expanded .arrow {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.bd-black form a.explanatory-notes-btn .arrow {
    border: solid #00658c;
    border-width: 0 2px 2px 0;
    display: inline-block;
    margin: 4px 2px 2px 7px;
    padding: 4px;
    position: relative;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
.custom-contact-form-inputs {
    border: 1px solid #666;
    border-radius: 2px;
    box-sizing: border-box;
    margin-bottom: 25px;
    margin-top: 25px;
}
.custom-contact-form-inputs,
.custom-contact-form-inputs:focus {
    background-color: #000;
    color: #fff;
}
.purple {
    background: #5f249f;
    border-radius: 10px;
}
.file-upload {
    background-color: #000;
    border: 1px solid #666;
    color: #fff;
}
.contact_us {
    margin-top: 170px;
}
.contact_us--tabs {
    background-color: #161616;
}
@media (max-width: 1238.98px) {
    .contact_us--tabs {
        border-radius: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }
}
.contact_us--tabs__wrap {
    margin-top: 40px;
    padding: 40px 0 50px;
    position: relative;
}
.contact_us--tabs__wrap .nav-tabs {
    border-bottom: none;
    display: none;
}
@media (min-width: 1239px) {
    .contact_us--tabs__wrap .nav-tabs {
        display: flex;
    }
}
.contact_us--tabs__wrap .nav-tabs .nav-item {
    padding: 0;
    width: 33%;
}
.contact_us--tabs__wrap .nav-tabs .nav-item.show .nav-link {
    color: #fff;
}
@media (min-width: 1239px) {
    .contact_us--tabs__wrap .nav-tabs .nav-item:nth-child(3) a {
        padding-right: 0.25rem;
    }
}
.contact_us--tabs__wrap .nav-tabs .nav-link {
    background-color: transparent;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #bfbfbf;
    transition: all 0.3s ease;
}
.contact_us--tabs__wrap .nav-tabs .nav-link__content {
    border-bottom: 2px solid #bfbfbf;
    position: relative;
    transition: all 0.3s ease;
    width: 90%;
}
@media (max-width: 1438.98px) {
    .contact_us--tabs__wrap .nav-tabs .nav-link__content {
        min-height: 152px;
    }
}
@media (min-width: 1239px) {
    .contact_us--tabs__wrap .nav-tabs .nav-link__content {
        width: 100%;
    }
}
.contact_us--tabs__wrap .nav-tabs .nav-link__content .arrow {
    position: absolute;
    right: 0;
    top: 10px;
    width: 30px;
}
.contact_us--tabs__wrap .nav-tabs .nav-link.active {
    color: #fff;
}
.contact_us--tabs__wrap .nav-tabs .nav-link.active .nav-link__content {
    border-bottom: 2px solid #5f249f;
}
.contact_us--tabs__wrap .tab-content a:not(.btn-white) {
    color: #fff;
    text-decoration: none;
}
.contact_us--tabs__wrap .tab-content a:not(.btn-white).collapsed {
    color: #bfbfbf;
}
@media (max-width: 1238.98px) {
    .contact_us--tabs__wrap .tab-content > .tab-pane {
        display: block !important;
        margin-bottom: 10px;
        opacity: 1;
    }
}
.contact_us--tabs__wrap .tab-content .card-header .nav-link__content {
    border-bottom: 2px solid #5f249f;
    position: relative;
    transition: all 0.3s ease;
}
.contact_us--tabs__wrap .tab-content .card-header .nav-link__content .arrow {
    position: absolute;
    right: 0;
    top: 10px;
    transform: rotate(180deg);
    transition: all 0.3s ease;
    width: 30px;
}
.contact_us--tabs__wrap
    .tab-content
    .card-header
    .collapsed
    .nav-link__content {
    border-bottom: 2px solid #bfbfbf;
}
.contact_us--tabs__wrap
    .tab-content
    .card-header
    .collapsed
    .nav-link__content
    .arrow {
    transform: rotate(0deg);
}
.contact_us--tabs__wrap .tab-content .collapse-content {
    margin-top: 25px;
}
@media (max-width: 1238.98px) {
    .contact_us--tabs__wrap .tab-content .collapse-content {
        margin-top: 15px;
    }
}
.contact_us--tabs__wrap
    .tab-content
    .collapse-content
    .card-body
    .location-tab
    label {
    font-size: 1.75rem;
    font-weight: 400;
}
.contact_us--tabs__wrap
    .tab-content
    .collapse-content
    .card-body
    .location-tab
    .custom-contact-form-inputs {
    margin-top: 10px;
    width: 90%;
}
@media (max-width: 1238.98px) {
    .contact_us--tabs__wrap
        .tab-content
        .collapse-content
        .card-body
        .location-tab
        .custom-contact-form-inputs {
        width: 100%;
    }
}
.contact_us--tabs__wrap
    .tab-content
    .collapse-content
    .card-body
    .location-tab
    .custom-contact-form-inputs:focus {
    background-color: #161616;
    border-color: #bfbfbf;
    color: #bfbfbf;
}
.contact_us--tabs__wrap
    .tab-content
    .collapse-content
    .card-body
    .location-tab
    .location-offices {
    display: none;
    margin-bottom: 10px;
    margin-top: 30px;
    width: 100%;
}
.contact_us--tabs__wrap
    .tab-content
    .collapse-content
    .card-body
    .location-tab
    .location-offices.show {
    display: inline-block;
}
.contact_us--tabs__wrap
    .tab-content
    .collapse-content
    .card-body
    .location-tab
    .location-offices__flex {
    align-items: flex-start;
    display: flex;
}
.contact_us--tabs__wrap
    .tab-content
    .collapse-content
    .card-body
    .location-tab
    .location-offices__flex
    img {
    margin-right: 10px;
}
.contact_us--tabs__wrap
    .tab-content
    .collapse-content
    .card-body
    .location-tab
    .map {
    height: 350px;
    width: 100%;
}
@media (min-width: 1239px) {
    .contact_us--tabs__wrap
        .tab-content
        .collapse-content
        .card-body
        .location-tab
        .map {
        height: 660px;
    }
}
@media (max-width: 1238.98px) {
    .contact_us--tabs__wrap
        .tab-content
        .collapse-content
        .card-body
        .location-tab
        .map {
        margin-top: 30px;
    }
}
.contact_us--tabs__wrap .tab-content .collapse-content .card-body .h6,
.contact_us--tabs__wrap .tab-content .collapse-content .card-body h6 {
    font-size: 1.75rem;
    font-weight: 400;
}
.contact_us--tabs__wrap
    .tab-content
    .collapse-content
    .card-body
    .send-email
    p {
    width: 85%;
}
@media (max-width: 1238.98px) {
    .contact_us--tabs__wrap
        .tab-content
        .collapse-content
        .card-body
        .send-email
        p {
        width: 100%;
    }
}
.contact_us--tabs__wrap
    .tab-content
    .collapse-content
    .card-body
    .send-email
    p:first-of-type {
    margin-top: 40px;
}
@media (max-width: 1238.98px) {
    .contact_us--tabs__wrap
        .tab-content
        .collapse-content
        .card-body
        .send-email
        p:first-of-type {
        margin-top: 12px;
    }
}
.contact_us--tabs__wrap
    .tab-content
    .collapse-content
    .card-body
    .banner-tab
    .cta-section
    .container-video-right {
    padding-top: 0;
}
@media (min-width: 1239px) {
    .contact_us--tabs__wrap
        .tab-content
        .collapse-content
        .card-body
        .banner-tab
        .cta-section
        .container-video-right
        .row
        > div:first-child {
        height: 485px;
    }
}
@media (max-width: 1238.98px) {
    .contact_us--tabs__wrap
        .tab-content
        .collapse-content
        .card-body
        .banner-tab
        .cta-section
        .container-video-right
        .row
        > div:first-child
        > div {
        padding: 3.3rem 1.5rem 4rem;
    }
}
.contact_us--tabs__wrap
    .tab-content
    .collapse-content
    .card-body
    .banner-tab
    .cta-section
    .container-video-right
    .video-content
    figure {
    margin: 0;
}
.contact_us--tabs__wrap
    .tab-content
    .collapse-content
    .card-body
    .banner-tab
    .cta-section
    .container-video-right
    .h2,
.contact_us--tabs__wrap
    .tab-content
    .collapse-content
    .card-body
    .banner-tab
    .cta-section
    .container-video-right
    h2 {
    font-size: 1.75rem;
}
@media (max-width: 1238.98px) {
    .contact_us--tabs__wrap
        .tab-content
        .collapse-content
        .card-body
        .banner-tab
        .cta-section
        .container-video-right
        .h2,
    .contact_us--tabs__wrap
        .tab-content
        .collapse-content
        .card-body
        .banner-tab
        .cta-section
        .container-video-right
        h2 {
        margin-bottom: 2.6rem;
    }
}
.contact_us--tabs .card {
    background-color: transparent;
}
@media (min-width: 1239px) {
    .contact_us--tabs .card .card-header {
        display: none;
    }
    .contact_us--tabs .card .collapse {
        display: block;
    }
}
.consent-hide {
    display: none;
}
.explanatory-notes-content {
    display: none;
    margin-top: 15px;
}
.contact-consent-compulsory {
    margin-top: 20px;
}
.myblogs {
    margin-top: 3%;
}
.myblogs .card {
    border-radius: 14px;
}
.myblogs__card {
    background: #f2f2f2;
}
.myblogs__card-title {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 26px;
    font-weight: 700;
    max-width: 600px;
    min-height: 97px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.myblogs__card-text {
    color: #666;
}
.myblogs__card-footer {
    color: gray;
    padding-top: 0.875rem;
}
.myblogs .card-img {
    border-radius: 14px 14px 0 0;
    height: 300px;
    object-fit: cover;
}
@media (min-width: 599px) {
    .myblogs .card-img {
        height: 320px;
    }
}
@media (min-width: 904px) {
    .myblogs .card-img {
        height: 380px;
    }
}
@media (min-width: 1239px) {
    .myblogs .card-img {
        height: 340px;
    }
}
@media (min-width: 1919px) {
    .myblogs .card-img {
        height: 526px;
    }
}
.social-buttons {
    list-style: none !important;
    margin-top: 40px;
}
.social-buttons li {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 12px;
}
.social-buttons li:before {
    content: none !important;
}
.social-buttons li a {
    position: relative;
}
.social-buttons li a:hover img {
    transform: scale(1.1);
}
.social-buttons li a img {
    height: 1.125rem;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 1.125rem;
}
.social-buttons.bigger li a img {
    height: 2.5rem;
    width: 2.5rem;
}
.bd-black .social-buttons li a img {
    filter: brightness(0) invert(1);
}
#page-industries,
#page-services {
    display: none;
}
.blog-post-right-column p:not(.author-name, .author-title) {
    line-height: 1.5 !important;
}
@media (min-width: 904px) {
    .blog-post-right-column .pl-70 {
        padding-left: 70px;
    }
    .blog-post-right-column__right-column.scrolled {
        margin-top: 215px;
    }
}
.blog-post-right-column__right-column.no-authors
    .blog-post-right-column__authors {
    border-bottom: none;
}
.blog-post-right-column__right-column.no-authors .related-content {
    padding-top: 0;
}
.blog-post-right-column__right-column.no-authors.scrolled .related-content {
    padding-top: 1.7rem !important;
}
.blog-post-right-column__right-column .related-content {
    padding-top: 1.7rem;
}
.blog-post-right-column__right-column .related-content.fixed {
    position: fixed;
    top: 150px;
    width: 202px;
}
@media (min-width: 1439px) {
    .blog-post-right-column__right-column .related-content.fixed {
        width: 212px;
        width: 244px;
    }
}
@media (min-width: 1919px) {
    .blog-post-right-column__right-column .related-content.fixed {
        width: 361px;
    }
}
.blog-post-right-column__right-column .related-content__title {
    margin-bottom: 1rem;
}
.blog-post-right-column__right-column .related-content__items .item {
    margin-bottom: 1.5rem;
    position: relative;
}
.blog-post-right-column__right-column .related-content__items .item.html-code {
    display: none;
}
.blog-post-right-column__right-column .related-content__items .item--image {
    border-radius: 14px;
    height: 110px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.blog-post-right-column__right-column .related-content__items .item--image img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.blog-post-right-column__right-column .related-content__items .item--title {
    margin-top: 10px;
}
.blog-post-right-column__right-column .related-content__items .item--title a {
    color: #000;
    text-decoration: none;
}
.blog-post-right-column__authors {
    border-bottom: 1px solid #c3c3c3;
}
.blog-post-right-column__authors .item {
    margin-bottom: 2rem;
}
.blog-post-right-column__authors .item .image {
    width: 60px;
}
.blog-post-right-column__authors .item .text a {
    color: #000;
    text-decoration: none;
}
.blog-post-right-column__authors .item .text .author-name {
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.blog-post-right-column__authors .item .text .author-name .author-linkedin {
    margin: 0 0.5rem;
}
.blog-post-right-column__authors .item .text .author-title {
    font-weight: 400;
    margin-bottom: 0.5rem;
}
.blog-post-right-column__banner {
    background: #220f3a;
    max-height: 600px;
    padding-bottom: 2rem;
    padding-top: 96px;
    position: relative;
    transition: all 0.4s ease;
}
@media (min-width: 1239px) {
    .blog-post-right-column__banner {
        padding-bottom: 1.3rem;
    }
}
@media (min-width: 904px) {
    .blog-post-right-column__banner.fixed {
        max-height: 149px;
        padding-bottom: 25px;
        padding-top: 79px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 3;
    }
}
@media (min-width: 1239px) {
    .blog-post-right-column__banner.fixed {
        max-height: 166px;
        padding-bottom: 70px;
        padding-top: 96px;
    }
}
@media (min-width: 904px) {
    .blog-post-right-column__banner.fixed .h1,
    .blog-post-right-column__banner.fixed h1 {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        font-size: 14px !important;
        margin-bottom: 0;
        margin-top: 25px;
        overflow: hidden;
    }
    .blog-post-right-column__banner.fixed p {
        display: none;
    }
    .blog-post-right-column__banner.fixed
        .blog-post-right-column__banner--social {
        bottom: -4px;
        display: block;
    }
}
.blog-post-right-column__banner .h1,
.blog-post-right-column__banner h1 {
    color: #fff;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1.8rem;
    margin-top: 3.1rem;
    transition: all 0.5s ease;
}
@media (min-width: 1919px) {
    .blog-post-right-column__banner .h1,
    .blog-post-right-column__banner h1 {
        font-size: 2.25rem !important;
    }
}
.blog-post-right-column__banner p {
    color: #fff;
    font-size: 16px;
    transition: all 0.5s ease;
}
.blog-post-right-column__banner .col-lg-3 {
    position: relative;
}
.blog-post-right-column__banner--social {
    margin-top: 12px;
}
@media (min-width: 904px) {
    .blog-post-right-column__banner--social {
        bottom: 22px;
        margin-top: 0;
        position: absolute;
    }
}
.blog-post-right-column__banner--social ul {
    margin-bottom: 0;
    padding-left: 0;
}
.blog-post-right-column__banner--social ul li {
    display: inline-block;
    list-style: none;
    margin-right: 14px;
}
.blog-post-right-column__banner--social ul li a {
    text-decoration: none;
}
.blog-post-right-column__banner--social ul li a img {
    filter: brightness(0) invert(1);
    width: 17px;
}
.blog-post-right-column__content {
    padding-top: 20px;
}
@media (min-width: 1239px) {
    .blog-post-right-column__content {
        padding-top: 40px;
    }
}
.blog-post-right-column__content .text-content p {
    font-size: 18px;
    line-height: 1.4;
}
@media (min-width: 904px) {
    .blog-post-right-column__content .text-content.scrolled {
        padding-top: 210px;
    }
}
.blog-post-right-column__related-content {
    background-color: #efeaf6;
}
.global-presence__section-icons {
    padding-bottom: 2rem;
    padding-top: 2rem;
}
@media (max-width: 903.98px) {
    .global-presence__section-icons--content {
        margin-bottom: 3rem;
    }
}
@media (max-width: 598.98px) {
    .global-presence__section-icons--content {
        border-bottom: 1px solid gray;
    }
}
.global-presence__section-icons
    .col-12:last-of-type
    .global-presence__section-icons--content {
    border-bottom: none;
}
.global-presence__section-icons img {
    filter: brightness(0.5);
}
.global-presence__section-icons .h4,
.global-presence__section-icons h4 {
    font-size: 1.1rem;
    line-height: 24px;
}
.global-presence__locations .country-description {
    display: none;
    min-height: 120px;
    transition: all 0.3s ease;
}
@media (max-width: 1238.98px) {
    .global-presence__locations .country-description {
        min-height: auto;
    }
}
.global-presence__locations .country-description.active {
    display: block;
}
@media (max-width: 1238.98px) {
    .global-presence__locations .country-description .container {
        max-width: none !important;
    }
}
@media (max-width: 903.98px) {
    .global-presence__locations .country-description .container-key-points {
        padding: 0;
    }
}
.global-presence__locations .country-description .container-key-points .h3,
.global-presence__locations .country-description .container-key-points h3 {
    display: none;
}
.global-presence__locations
    .country-description
    .container-key-points
    .row
    .col {
    border-left: none;
    margin-bottom: 0;
    padding: 0;
}
@media (max-width: 1238.98px) {
    .global-presence__locations
        .country-description
        .container-key-points
        .row
        .col {
        flex: 1 0 0%;
        width: auto;
    }
}
@media (max-width: 903.98px) {
    .global-presence__locations
        .country-description
        .container-key-points
        .row
        .col {
        flex: 0 0 auto;
        margin-bottom: 25px;
        width: 100%;
    }
}
.global-presence__locations
    .country-description
    .container-key-points
    .row
    .col:last-of-type {
    margin-bottom: 0;
}
.global-presence__locations
    .country-description
    .container-key-points
    .row
    .col
    .h2,
.global-presence__locations
    .country-description
    .container-key-points
    .row
    .col
    h2 {
    font-size: 2rem;
    padding-top: 0;
}
.global-presence__locations
    .country-description
    .container-key-points
    .row
    .col
    .h5,
.global-presence__locations
    .country-description
    .container-key-points
    .row
    .col
    h5 {
    font-size: 1rem;
    min-height: auto;
    padding-bottom: 0 !important;
}
.global-presence__locations
    .country-description
    .container-key-points
    .row
    .col[data-aos="vertical-line-animation"].aos-animate:before {
    content: none;
}
.global-presence__locations .accordion-item {
    background-color: transparent !important;
}
.global-presence__locations .accordion-item .accordion-body {
    padding: 0;
    position: relative;
}
.global-presence__locations .accordion-item .accordion-header {
    font-size: 20px !important;
}
.global-presence__locations .accordion-item .accordion-button {
    background-color: transparent !important;
    border-left: 2px solid #5f249f;
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
    padding: 0.5rem 12px 0.5rem 24px;
}
.global-presence__locations .accordion-item .accordion-button:after {
    background-image: url(/mind-supernova/assets/images/icons/accordion-arrow.png);
    filter: brightness(0) invert(1);
    position: absolute;
    right: 0;
}
.global-presence__locations .accordion-item .accordion-button.collapsed {
    border-left: none;
    color: gray !important;
}
.global-presence__locations .accordion-item .accordion-button.collapsed:after {
    filter: none;
}
.global-presence__locations ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 24px;
}
.global-presence__locations ul li {
    position: relative;
}
.global-presence__locations ul li:after {
    background-image: url(/mind-supernova/assets/images/icons/accordion-arrow.png);
    background-repeat: no-repeat;
    background-size: 0.7rem;
    content: "";
    filter: brightness(0) invert(1);
    height: 0.7rem;
    left: -20px;
    margin-left: auto;
    opacity: 0;
    position: absolute;
    top: 15px;
    transform: rotate(-88deg);
    transition: all 0.2s ease-in-out;
    width: 0.7rem;
}
.global-presence__locations ul li a {
    color: gray;
    display: block;
    font-size: 16px;
    padding-bottom: 12px;
    padding-top: 12px;
    text-decoration: none;
}
.global-presence__locations ul li:has(.active):after {
    left: -14px;
    opacity: 1;
}
.global-presence__locations ul li:hover:after {
    left: -14px;
    opacity: 1;
}
.global-presence__locations--content-main {
    background-color: #1a1a1a;
    border-radius: 15px;
    min-height: 600px;
    padding: 1.2rem 1.5rem;
    position: relative;
}
@media (max-width: 1238.98px) {
    .global-presence__locations--content-main {
        background-color: transparent;
        padding-left: 0;
        padding-right: 0;
    }
}
.global-presence__locations--content-main.small {
    min-height: auto;
}
.global-presence__locations--content-main .title-container {
    min-height: 120px;
}
@media (max-width: 1238.98px) {
    .global-presence__locations--content-main .title-container {
        display: none;
    }
}
.global-presence__locations--content-main .h4,
.global-presence__locations--content-main h4 {
    font-size: 2rem;
    margin-bottom: 0;
    transition: all 0.3s ease;
}
.global-presence__locations--content-main .form-select {
    background-color: #333;
    background-image: linear-gradient(45deg, transparent 50%, grey 0),
        linear-gradient(135deg, grey 50%, transparent 0);
    background-position: calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px);
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    border: none;
    color: #fff;
    padding: 0.5em 3.5em 0.5em 1em;
    width: 260px;
}
@media (max-width: 1238.98px) {
    .global-presence__locations--content-main .form-select {
        width: 100%;
    }
}
.global-presence__locations--content-main .form-select:focus {
    background-image: linear-gradient(45deg, #fff 50%, transparent 0),
        linear-gradient(135deg, transparent 50%, #fff 0);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    border-color: #fff;
    outline: 0;
}
.global-presence__locations--content-main .location-content {
    margin-top: 32px;
    transition: all 0.3s ease;
}
.global-presence__locations--content-main .location-content b,
.global-presence__locations--content-main .location-content p,
.global-presence__locations--content-main .location-content strong {
    color: #fff;
    line-height: 1.3;
}
.global-presence__locations--content-main .map {
    height: 435px;
    transition: all 0.3s ease;
    width: 100%;
}
@media (max-width: 1238.98px) {
    .global-presence__locations--content-main .map {
        margin-top: 20px;
    }
}
.global-presence__descriptions .country-cities {
    display: none;
}
.software-defined-world {
    background-image: url(/mind-supernova/assets/images/custom-pages/software-defined-world/hero-background-big.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.software-defined-world .down-arr {
    z-index: 2;
}
@media (max-width: 598.98px) {
    .software-defined-world .down-arr {
        display: none;
    }
    .software-defined-world {
        height: auto !important;
        position: static !important;
    }
}
.software-defined-world__person {
    bottom: 0;
    height: 352px;
    margin: 0 auto;
    position: relative;
    right: 0;
    width: 384px;
    z-index: 1;
}
@media (min-width: 599px) {
    .software-defined-world__person {
        height: 511px;
        margin-top: 0;
        position: absolute;
        right: -225px;
        width: 584px;
    }
}
@media (min-width: 904px) {
    .software-defined-world__person {
        height: 611px;
        position: absolute;
        right: -180px;
        width: 684px;
    }
}
@media (min-width: 1239px) {
    .software-defined-world__person {
        height: 711px;
        right: -180px;
        width: 784px;
    }
}
@media (min-width: 1439px) {
    .software-defined-world__person {
        height: 711px;
        right: 0;
        width: 784px;
    }
}
@media (min-width: 1919px) {
    .software-defined-world__person {
        height: 811px;
        width: 884px;
    }
}
@media (min-width: 599px) {
    .software-defined-world .container .content {
        width: 90%;
    }
}
@media (min-width: 904px) {
    .software-defined-world .container .content {
        width: 80%;
    }
}
@media (min-width: 1239px) {
    .software-defined-world .container .content {
        width: 70%;
    }
}
@media (min-width: 1439px) {
    .software-defined-world .container .content {
        width: 65%;
    }
}
@media (max-width: 598.98px) {
    .software-defined-world .container .content .h1,
    .software-defined-world .container .content h1 {
        margin-top: 130px;
    }
}
@media (min-width: 599px) {
    .software-defined-world .container .content p {
        width: 75%;
    }
}
@media (min-width: 904px) {
    .software-defined-world .container .content p {
        width: 80%;
    }
}
.festive-digital-activity {
    color: #fff;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.festive-digital-activity--banner {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.festive-digital-activity__container {
    margin-top: 150px;
    z-index: 2;
}
.festive-digital-activity__container .h5,
.festive-digital-activity__container h5 {
    font-size: 1.25rem;
}
.festive-digital-activity__activities-list {
    margin-top: 60px;
}
@media (min-width: 1919px) {
    .festive-digital-activity__activities-list {
        padding: 0 180px;
    }
}
.festive-digital-activity__activities-list .separator-desk,
.festive-digital-activity__activities-list .separator-medium {
    background-image: url(/mind-supernova/assets/images/custom-pages/festive-digital-activity/separator-d.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
}
.festive-digital-activity__activities-list .separator-medium {
    display: none;
    height: 25px;
    margin: 0 0 40px;
}
@media (min-width: 599px) {
    .festive-digital-activity__activities-list .separator-medium {
        display: block;
    }
}
@media (min-width: 1239px) {
    .festive-digital-activity__activities-list .separator-medium {
        display: none;
    }
}
.festive-digital-activity__activities-list .separator-desk {
    display: none;
    height: 25px;
    margin: 30px 0 40px;
}
@media (min-width: 1239px) {
    .festive-digital-activity__activities-list .separator-desk {
        display: block;
    }
}
.festive-digital-activity__activities-list .item {
    background-color: transparent;
    display: inline-block;
    margin: 9px;
    overflow: hidden;
    padding-top: 14px;
    position: relative;
    vertical-align: top;
    width: 85%;
}
@media screen and (min-width: 450px) {
    .festive-digital-activity__activities-list .item {
        width: 70%;
    }
}
@media (min-width: 599px) {
    .festive-digital-activity__activities-list .item {
        padding-top: 0;
        width: 46%;
    }
}
@media (min-width: 1239px) {
    .festive-digital-activity__activities-list .item {
        width: 31%;
    }
}
@media (min-width: 1439px) {
    .festive-digital-activity__activities-list .item {
        width: 360px;
    }
}
.festive-digital-activity__activities-list .item:after {
    bottom: 30px;
    content: url(/mind-supernova/assets/images/custom-pages/festive-digital-activity/separator-m.png);
    left: 0;
    position: absolute;
    width: 100%;
}
@media (min-width: 599px) {
    .festive-digital-activity__activities-list .item:after {
        content: "";
    }
}
.festive-digital-activity__activities-list
    .item:nth-child(2)
    .item__effect
    .after-hover
    .img-container
    img {
    width: 90px;
}
.festive-digital-activity__activities-list
    .item:nth-child(4)
    .item__effect
    .after-hover
    .img-container
    img,
.festive-digital-activity__activities-list
    .item:nth-child(4)
    .item__effect
    .before-hover
    .img-container
    img {
    width: 70px;
}
.festive-digital-activity__activities-list
    .item:nth-child(6)
    .item__effect
    .after-hover
    .img-container
    img {
    width: 100px;
}
.festive-digital-activity__activities-list
    .item:nth-child(8)
    .item__effect
    .after-hover
    .img-container
    img {
    width: 75px;
}
.festive-digital-activity__activities-list
    .item:nth-child(12)
    .item__effect
    .before-hover
    .img-container
    img,
.festive-digital-activity__activities-list
    .item:nth-child(9)
    .item__effect
    .after-hover
    .img-container
    img {
    width: 80px;
}
.festive-digital-activity__activities-list
    .item:nth-child(12)
    .item__effect
    .after-hover
    .img-container
    img {
    width: 90px;
}
.festive-digital-activity__activities-list
    .item:nth-child(13)
    .item__effect
    .after-hover
    .img-container
    img {
    width: 80px;
}
.festive-digital-activity__activities-list
    .item:nth-child(15)
    .item__effect
    .after-hover
    .img-container
    img {
    width: 35px;
}
.festive-digital-activity__activities-list .item:nth-child(15):after {
    content: "";
}
.festive-digital-activity__activities-list .item__effect {
    box-sizing: border-box;
    height: 240px;
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.festive-digital-activity__activities-list .item__effect:hover .before-hover {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
.festive-digital-activity__activities-list .item__effect:hover .after-hover {
    opacity: 1;
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}
.festive-digital-activity__activities-list .item__effect a {
    color: #fff !important;
    text-decoration: none;
}
.festive-digital-activity__activities-list .item__effect .before-hover {
    height: 240px;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.festive-digital-activity__activities-list
    .item__effect
    .before-hover
    .img-container {
    height: 120px;
}
.festive-digital-activity__activities-list
    .item__effect
    .before-hover
    .img-container
    img {
    width: 105px;
}
.festive-digital-activity__activities-list
    .item__effect
    .before-hover
    .img-container
    img:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 100%;
}
.festive-digital-activity__activities-list
    .item__effect
    .before-hover
    .text
    .h2,
.festive-digital-activity__activities-list
    .item__effect
    .before-hover
    .text
    h2 {
    font-size: 3rem;
    font-weight: 800;
}
.festive-digital-activity__activities-list .item__effect .after-hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    bottom: 0;
    opacity: 0;
    padding: 0 30px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -webkit-transition: all ease-in-oucirclet 0.35s;
    transition: all ease-in-oucirclet 0.35s;
}
@media (min-width: 599px) {
    .festive-digital-activity__activities-list .item__effect .after-hover {
        padding: 14px 30px 0;
    }
}
@media (min-width: 1239px) {
    .festive-digital-activity__activities-list .item__effect .after-hover {
        padding: 14px 55px 0;
    }
}
.festive-digital-activity__activities-list
    .item__effect
    .after-hover
    .img-container {
    height: 105px;
}
.festive-digital-activity__activities-list
    .item__effect
    .after-hover
    .img-container
    img {
    width: 170px;
}
.festive-digital-activity__activities-list .item__effect .after-hover .text p {
    font-size: 1.2rem;
}
.mind-supernova-booth {
    margin-top: 170px;
}
.mind-supernova-booth__header .h1,
.mind-supernova-booth__header h1 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
}
@media (max-width: 1918.98px) {
    .mind-supernova-booth__header .h1,
    .mind-supernova-booth__header h1 {
        font-size: 2.0025rem;
    }
}
.mind-supernova-booth__header--first-text {
    color: #bebebe;
}
@media (min-width: 1239px) {
    .mind-supernova-booth__cards-content.mobile {
        display: none;
    }
}
.mind-supernova-booth__cards-content.desktop {
    display: none;
}
@media (max-width: 1438.98px) {
    .mind-supernova-booth__cards-content.desktop.initial {
        height: 220px;
    }
}
@media (min-width: 1239px) {
    .mind-supernova-booth__cards-content.desktop {
        display: flex;
        flex-direction: column;
        height: 275px;
        justify-content: space-between;
    }
}
@media (min-width: 1439px) {
    .mind-supernova-booth__cards-content.desktop {
        height: 280px;
    }
}
@media (min-width: 1919px) {
    .mind-supernova-booth__cards-content.desktop {
        height: 380px;
    }
}
.mind-supernova-booth__cards-content .initial-card {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    min-height: 140px;
}
@media (min-width: 1239px) {
    .mind-supernova-booth__cards-content .initial-card {
        margin-top: 0.5rem;
        min-height: 130px;
    }
}
@media (min-width: 1439px) {
    .mind-supernova-booth__cards-content .initial-card {
        margin-top: 2rem;
        min-height: 140px;
    }
}
@media (min-width: 1919px) {
    .mind-supernova-booth__cards-content .initial-card {
        min-height: 200px;
    }
}
.mind-supernova-booth__cards-content .initial-card p {
    margin-bottom: 0;
}
.mind-supernova-booth__cards-content .cards-with-content .single-card {
    background: linear-gradient(127.22deg, #361559 28.42%, #0f061a 69.76%);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    min-height: 140px;
    padding: 25px;
}
@media (min-width: 599px) {
    .mind-supernova-booth__cards-content .cards-with-content .single-card {
        min-height: 170px;
    }
}
@media (min-width: 1239px) {
    .mind-supernova-booth__cards-content .cards-with-content .single-card {
        margin-top: 0.5rem;
        min-height: 200px;
    }
}
@media (min-width: 1439px) {
    .mind-supernova-booth__cards-content .cards-with-content .single-card {
        min-height: 205px;
    }
}
@media (min-width: 1919px) {
    .mind-supernova-booth__cards-content .cards-with-content .single-card {
        min-height: 250px;
    }
}
.mind-supernova-booth__cards-content .cards-with-content .single-card img {
    width: 28px;
}
.mind-supernova-booth__cards-content .cards-with-content .single-card p {
    margin-bottom: 0;
}
.mind-supernova-booth__image-wrapper {
    position: relative;
}
.mind-supernova-booth__image-wrapper .single-circle {
    align-items: center;
    background: #5e5e5e;
    background: radial-gradient(circle, #5e5e5e 0, #939393 45%, #fff 100%);
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 26px;
    justify-content: center;
    opacity: 0.6;
    position: absolute;
    transition: all 0.5s ease;
    width: 26px;
}
@media (min-width: 599px) {
    .mind-supernova-booth__image-wrapper .single-circle {
        height: 35px;
        width: 35px;
    }
}
@media (min-width: 904px) {
    .mind-supernova-booth__image-wrapper .single-circle {
        height: 40px;
        width: 40px;
    }
}
@media (min-width: 1239px) {
    .mind-supernova-booth__image-wrapper .single-circle {
        height: 45px;
        width: 45px;
    }
}
@media (min-width: 1439px) {
    .mind-supernova-booth__image-wrapper .single-circle {
        height: 50px;
        width: 50px;
    }
}
@media (min-width: 1919px) {
    .mind-supernova-booth__image-wrapper .single-circle {
        height: 65px;
        width: 65px;
    }
}
.mind-supernova-booth__image-wrapper .single-circle:hover {
    opacity: 1;
}
.mind-supernova-booth__image-wrapper .single-circle:hover .hover {
    height: 12px;
    opacity: 1;
    width: 12px;
}
@media (min-width: 599px) {
    .mind-supernova-booth__image-wrapper .single-circle:hover .hover {
        height: 15px;
        width: 15px;
    }
}
@media (min-width: 904px) {
    .mind-supernova-booth__image-wrapper .single-circle:hover .hover {
        height: 18px;
        width: 18px;
    }
}
@media (min-width: 1239px) {
    .mind-supernova-booth__image-wrapper .single-circle:hover .hover {
        height: 20px;
        width: 20px;
    }
}
@media (min-width: 1439px) {
    .mind-supernova-booth__image-wrapper .single-circle:hover .hover {
        height: 22px;
        width: 22px;
    }
}
@media (min-width: 1919px) {
    .mind-supernova-booth__image-wrapper .single-circle:hover .hover {
        height: 25px;
        width: 25px;
    }
}
.mind-supernova-booth__image-wrapper .single-circle.active {
    opacity: 1;
}
.mind-supernova-booth__image-wrapper .single-circle.active .hover {
    height: 25px;
    opacity: 1;
    width: 25px;
}
@media (min-width: 599px) {
    .mind-supernova-booth__image-wrapper .single-circle.active .hover {
        height: 25px;
        width: 25px;
    }
}
@media (min-width: 904px) {
    .mind-supernova-booth__image-wrapper .single-circle.active .hover {
        height: 30px;
        width: 30px;
    }
}
@media (min-width: 1239px) {
    .mind-supernova-booth__image-wrapper .single-circle.active .hover {
        height: 34px;
        width: 34px;
    }
}
@media (min-width: 1439px) {
    .mind-supernova-booth__image-wrapper .single-circle.active .hover {
        height: 45px;
        width: 45px;
    }
}
@media (min-width: 1919px) {
    .mind-supernova-booth__image-wrapper .single-circle.active .hover {
        height: 50px;
        width: 50px;
    }
}
.mind-supernova-booth__image-wrapper .single-circle .hover {
    background-color: #fff;
    border-radius: 50%;
    height: 1px;
    opacity: 0;
    transition: all 0.5s ease;
    width: 1px;
}
.mind-supernova-booth__image-wrapper .tap-circle {
    left: 71%;
    top: 59%;
}
@media (min-width: 599px) {
    .mind-supernova-booth__image-wrapper .tap-circle {
        left: 367px;
        top: 168px;
    }
}
@media (min-width: 904px) {
    .mind-supernova-booth__image-wrapper .tap-circle {
        left: 590px;
        top: 275px;
    }
}
@media (min-width: 1239px) {
    .mind-supernova-booth__image-wrapper .tap-circle {
        left: 465px;
        top: 212px;
    }
}
@media (min-width: 1439px) {
    .mind-supernova-booth__image-wrapper .tap-circle {
        left: 595px;
        top: 275px;
    }
}
@media (min-width: 1919px) {
    .mind-supernova-booth__image-wrapper .tap-circle {
        left: 820px;
        top: 375px;
    }
}
.mind-supernova-booth__image-wrapper .end-to-end-circle {
    left: 64%;
    top: 78%;
}
@media (min-width: 599px) {
    .mind-supernova-booth__image-wrapper .end-to-end-circle {
        left: 330px;
        top: 225px;
    }
}
@media (min-width: 904px) {
    .mind-supernova-booth__image-wrapper .end-to-end-circle {
        left: 530px;
        top: 360px;
    }
}
@media (min-width: 1239px) {
    .mind-supernova-booth__image-wrapper .end-to-end-circle {
        left: 415px;
        top: 280px;
    }
}
@media (min-width: 1439px) {
    .mind-supernova-booth__image-wrapper .end-to-end-circle {
        left: 540px;
        top: 360px;
    }
}
@media (min-width: 1919px) {
    .mind-supernova-booth__image-wrapper .end-to-end-circle {
        left: 740px;
        top: 500px;
    }
}
.mind-supernova-booth__image-wrapper .ivi-circle {
    left: 45%;
    top: 65%;
}
@media (min-width: 599px) {
    .mind-supernova-booth__image-wrapper .ivi-circle {
        left: 230px;
        top: 185px;
    }
}
@media (min-width: 904px) {
    .mind-supernova-booth__image-wrapper .ivi-circle {
        left: 375px;
        top: 300px;
    }
}
@media (min-width: 1239px) {
    .mind-supernova-booth__image-wrapper .ivi-circle {
        left: 290px;
        top: 235px;
    }
}
@media (min-width: 1439px) {
    .mind-supernova-booth__image-wrapper .ivi-circle {
        left: 375px;
        top: 300px;
    }
}
@media (min-width: 1919px) {
    .mind-supernova-booth__image-wrapper .ivi-circle {
        left: 515px;
        top: 415px;
    }
}
.mind-supernova-booth__image-wrapper .uxd-circle {
    left: 55%;
    top: 73%;
}
@media (min-width: 599px) {
    .mind-supernova-booth__image-wrapper .uxd-circle {
        left: 284px;
        top: 210px;
    }
}
@media (min-width: 904px) {
    .mind-supernova-booth__image-wrapper .uxd-circle {
        left: 460px;
        top: 340px;
    }
}
@media (min-width: 1239px) {
    .mind-supernova-booth__image-wrapper .uxd-circle {
        left: 358px;
        top: 268px;
    }
}
@media (min-width: 1439px) {
    .mind-supernova-booth__image-wrapper .uxd-circle {
        left: 460px;
        top: 340px;
    }
}
@media (min-width: 1919px) {
    .mind-supernova-booth__image-wrapper .uxd-circle {
        left: 630px;
        top: 470px;
    }
}
.mind-supernova-booth__image-wrapper .oas-circle {
    left: 30%;
    top: 50%;
}
@media (min-width: 599px) {
    .mind-supernova-booth__image-wrapper .oas-circle {
        left: 150px;
        top: 145px;
    }
}
@media (min-width: 904px) {
    .mind-supernova-booth__image-wrapper .oas-circle {
        left: 250px;
        top: 235px;
    }
}
@media (min-width: 1239px) {
    .mind-supernova-booth__image-wrapper .oas-circle {
        left: 194px;
        top: 184px;
    }
}
@media (min-width: 1439px) {
    .mind-supernova-booth__image-wrapper .oas-circle {
        left: 250px;
        top: 235px;
    }
}
@media (min-width: 1919px) {
    .mind-supernova-booth__image-wrapper .oas-circle {
        left: 345px;
        top: 320px;
    }
}
.mind-supernova-booth__image-wrapper .main-image {
    border-radius: 20px;
}
.error_blocks {
    margin-top: 140px;
}
.error_blocks__new-404 .h1,
.error_blocks__new-404 h1 {
    font-size: 36px;
}
@media (min-width: 904px) {
    .error_blocks__new-404 .h1,
    .error_blocks__new-404 h1 {
        font-size: 48px;
    }
}
.error_blocks__new-404--buttons .button-wrapper {
    border: 1px solid #abacb3;
    border-radius: 14px;
    display: inline-block;
    height: 57px;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 17px 22px;
    position: relative;
    text-align: left;
    width: 192px;
}
.error_blocks__new-404--buttons .button-wrapper:hover:after {
    right: 16px;
    top: 14px;
    transform: scale(1.1);
}
.error_blocks__new-404--buttons .button-wrapper:after {
    background-image: url(/mind-supernova/assets/images/icons/insights-blue-arrow.svg);
    background-size: cover;
    content: "";
    height: 17px;
    position: absolute;
    right: 20px;
    top: 18px;
    transition: all 0.2s;
    width: 17px;
}
.error_blocks__new-404--buttons .button-wrapper a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.error_blocks__new-404 .filter-search {
    position: relative;
}
.error_blocks__new-404 .filter-search__input {
    background: #0f0f0f;
    border: 1px solid gray;
    border-radius: 0.625rem;
    color: #d9d9d9;
    font-size: 16px !important;
    height: 48px;
    padding: 7px 40px;
    width: 358px;
}
.error_blocks__new-404 .filter-search__input:hover {
    border: 1px solid #333;
}
.error_blocks__new-404 .filter-search__input.focus,
.error_blocks__new-404 .filter-search__input:focus {
    border: 1px solid #00a3e1;
    box-shadow: none;
}
.error_blocks__new-404 .filter-search__search-icon {
    height: 14px;
    left: 16px;
    position: absolute;
    top: 14px;
    width: 14px;
}
@media (min-width: 1919px) {
    .error_blocks__new-404 .filter-search__search-icon {
        top: 11px;
    }
}
.error_blocks__new-404 .filter-search__search-icon button {
    background-color: transparent;
    border: none;
    padding: 0;
}
.error_blocks__new-404 .filter-search__search-icon button:hover img {
    transform: scale(1.1);
}
.error_blocks__new-404 .filter-search__search-icon img {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.error_blocks__wrapper {
    align-items: center;
    display: flex;
    height: 492px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
@media (max-width: 1238.98px) {
    .error_blocks__wrapper {
        height: 386px;
    }
}
@media (max-width: 903.98px) {
    .error_blocks__wrapper {
        height: 240px;
    }
}
@media (max-width: 598.98px) {
    .error_blocks__wrapper {
        height: 410px;
    }
}
.error_blocks__wrapper img {
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.error_blocks__content {
    margin: 0 auto;
}
.error_blocks__content .h6,
.error_blocks__content h6 {
    font-size: 1.375rem;
    font-weight: 400;
}
.error_blocks__btn {
    margin-top: 50px;
}
.error_blocks__btn .btn {
    margin-top: 20px;
}
