:root {
    --bs-blue-darker: #181a2e;
    --bs-blue-dark: #171b56;
    --bs-blue: #293f9b;
    --bs-blue-light: #4a6bf6;
    --bs-pink: #ef9cc3;
    --bs-red: #fb183a;
    --bs-orange: #ff906a;
    --bs-yellow: #ffba72;
    --bs-green: #006850;
    --bs-gray: #6b7280;
    --bs-gray-dark: #101827;
    --bs-gray-light: #d0d5db;
    --bs-gray-lighter: #f3f4f6;
    --bs-gray-50: #f9fafb;
    --bs-gray-100: #f3f4f6;
    --bs-gray-200: #e5e7eb;
    --bs-gray-300: #d0d5db;
    --bs-gray-400: #9ba2ae;
    --bs-gray-500: #6b7280;
    --bs-gray-600: #374151;
    --bs-gray-700: #1f2937;
    --bs-gray-800: #101827;
    --bs-gray-900: #090d15;
    --bs-primary: #4a6bf6;
    --bs-secondary: #d0d5db;
    --bs-success: #006850;
    --bs-info: #e5e7eb;
    --bs-warning: #ff906a;
    --bs-danger: #fb183a;
    --bs-light: #f3f4f6;
    --bs-dark: #090d15;
    --bs-blue: #293f9b;
    --bs-yellow: #ffba72;
    --bs-orange: #ff906a;
    --bs-red: #fb183a;
    --bs-pink: #ef9cc3;
    --bs-white: #f9fafb;
    --bs-green: #006850;
    --bs-gray-500: #6b7280;
    --bs-blue-dark: #171b56;
    --bs-primary-rgb: 74, 107, 246;
    --bs-secondary-rgb: 208, 213, 219;
    --bs-success-rgb: 0, 104, 80;
    --bs-info-rgb: 229, 231, 235;
    --bs-warning-rgb: 255, 144, 106;
    --bs-danger-rgb: 251, 24, 58;
    --bs-light-rgb: 243, 244, 246;
    --bs-dark-rgb: 9, 13, 21;
    --bs-blue-rgb: 41, 63, 155;
    --bs-yellow-rgb: 255, 186, 114;
    --bs-orange-rgb: 255, 144, 106;
    --bs-red-rgb: 251, 24, 58;
    --bs-pink-rgb: 239, 156, 195;
    --bs-white-rgb: 249, 250, 251;
    --bs-green-rgb: 0, 104, 80;
    --bs-gray-500-rgb: 107, 114, 128;
    --bs-blue-dark-rgb: 23, 27, 86;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 23, 27, 86;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "GT America", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: "GT America", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #171b56;
    --bs-body-bg: #fff
}

*,
*::before,
*::after {
    box-sizing: border-box
}

@media(prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
.common-timeline .timeline-content-title,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.2
}

h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media(min-width: 1200px) {

    h1,
    .h1 {
        font-size: 2.5rem
    }
}

h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw)
}

@media(min-width: 1200px) {

    h2,
    .h2 {
        font-size: 2rem
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw)
}

@media(min-width: 1200px) {

    h3,
    .h3 {
        font-size: 1.75rem
    }
}

h4,
.h4,
.common-timeline .timeline-content-title {
    font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {

    h4,
    .h4,
    .common-timeline .timeline-content-title {
        font-size: 1.5rem
    }
}

h5,
.h5 {
    font-size: 1.25rem
}

h6,
.h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-bs-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small,
.small {
    font-size: 0.875em
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: #4a6bf6;
    text-decoration: underline
}

a:hover {
    color: #3b56c5
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr
        /* rtl:ignore */
    ;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: 0.875em;
    color: #ef9cc3;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #090d15;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #374151;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit
}

@media(min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 400
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 600;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 600;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 600;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 600;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 600;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 600;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 0.875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #374151
}

.blockquote-footer::before {
    content: "— "
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #d0d5db;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 0.875em;
    color: #374151
}

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

@media(min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px
    }
}

@media(min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--bs-gutter-y));
    margin-right: calc(-0.5*var(--bs-gutter-x));
    margin-left: calc(-0.5*var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

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

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

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

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.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%
}

.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,
.wrapper-title {
    flex: 0 0 auto;
    width: 83.33333333%
}

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

.col-12,
.wrapper-content-wide {
    flex: 0 0 auto;
    width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.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%
    }

    .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,
    .common-card_small .card-small-list--square {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11,
    .wrapper-content-wide,
    .wrapper-content-box {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.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%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.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%
    }

    .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,
    .wrapper-title {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10,
    .common-prices .prices-list.case-4,
    .wrapper-content-box,
    .wrapper-content {
        flex: 0 0 auto;
        width: 83.33333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.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%
    }

    .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,
    .wrapper-title {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8,
    .common-card_small .card-small-list--square {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9,
    .wrapper-content-box {
        flex: 0 0 auto;
        width: 75%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

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

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

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

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.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-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-label {
    margin-bottom: .5rem;
    font-size: 0.75rem;
    font-weight: normal
}

.col-form-label {
    padding-top: calc(0.625rem + 1px);
    padding-bottom: calc(0.625rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    font-weight: normal;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(1rem + 1px);
    padding-bottom: calc(1rem + 1px);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem
}

.form-text {
    margin-top: .25rem;
    font-size: 0.875em;
    color: #374151
}

.form-control {
    display: block;
    width: 100%;
    padding: .625rem 1.2rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #171b56;
    background-color: #e5e7eb;
    background-clip: padding-box;
    border: 1px solid #9ba2ae;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@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 {
    color: #171b56;
    background-color: #e5e7eb;
    border-color: #a5b5fb;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(74, 107, 246, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-moz-placeholder {
    color: #374151;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #374151;
    opacity: 1
}

.form-control::placeholder {
    color: #374151;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e5e7eb;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .625rem 1.2rem;
    margin: -0.625rem -1.2rem;
    margin-inline-end: 1.2rem;
    color: #171b56;
    background-color: #e5e7eb;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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: #dadbdf
}

.form-control::-webkit-file-upload-button {
    padding: .625rem 1.2rem;
    margin: -0.625rem -1.2rem;
    margin-inline-end: 1.2rem;
    color: #171b56;
    background-color: #e5e7eb;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dadbdf
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .625rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #171b56;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: .25rem .5rem;
    font-size: 0.875rem;
    border-radius: .2rem
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: .5rem
}

.form-control-lg {
    min-height: calc(1.5em + 2rem + 2px);
    padding: 1rem 1.5rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-control-lg::file-selector-button {
    padding: 1rem 1.5rem;
    margin: -1rem -1.5rem;
    margin-inline-end: 1.5rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: 1rem 1.5rem;
    margin: -1rem -1.5rem;
    margin-inline-end: 1.5rem
}

textarea.form-control {
    min-height: calc(1.5em + 1.25rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 2rem + 2px)
}

.form-control-color {
    width: 3rem;
    height: auto;
    padding: .625rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-select {
    display: block;
    width: 100%;
    padding: .625rem 3.6rem .625rem 1.2rem;
    -moz-padding-start: calc(1.2rem - 3px);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #171b56;
    background-color: #e5e7eb;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23101827' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1.2rem center;
    background-size: 16px 12px;
    border: 1px solid #9ba2ae;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #a5b5fb;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(74, 107, 246, .25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 1.2rem;
    background-image: none
}

.form-select:disabled {
    background-color: #e5e7eb
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #171b56
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: 0.875rem;
    border-radius: .2rem
}

.form-select-lg {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #e5e7eb;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #a5b5fb;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(74, 107, 246, .25)
}

.form-check-input:checked {
    background-color: #4a6bf6;
    border-color: #4a6bf6
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%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 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%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: #4a6bf6;
    border-color: #4a6bf6;
    background-image: url("data:image/svg+xml,%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")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

@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,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23a5b5fb'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check[disabled]+.btn,
.post-content .wp-block-button.is-style-outline .btn-check[disabled]+.wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .btn-check[disabled]+.wp-block-button__link,
.main-navigation #primary-menu>li>.btn-check[disabled]+a,
.btn-check:disabled+.btn,
.post-content .wp-block-button.is-style-outline .btn-check:disabled+.wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .btn-check:disabled+.wp-block-button__link,
.main-navigation #primary-menu>li>.btn-check:disabled+a {
    pointer-events: none;
    filter: none;
    opacity: .65
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(74, 107, 246, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(74, 107, 246, .25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #4a6bf6;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #c9d3fc
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #d0d5db;
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #4a6bf6;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #c9d3fc
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #d0d5db;
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #6b7280
}

.form-range:disabled::-moz-range-thumb {
    background-color: #6b7280
}

.form-floating {
    position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 1.2rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-floating>label {
        transition: none
    }
}

.form-floating>.form-control {
    padding: 1rem 1.2rem
}

.form-floating>.form-control::-moz-placeholder {
    color: transparent
}

.form-floating>.form-control:-ms-input-placeholder {
    color: transparent
}

.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:not(:-ms-input-placeholder) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
    z-index: 3
}

.input-group .btn,
.input-group .post-content .wp-block-button.is-style-outline .wp-block-button__link,
.post-content .wp-block-button.is-style-outline .input-group .wp-block-button__link,
.input-group .post-content .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .input-group .wp-block-button__link,
.input-group .main-navigation #primary-menu>li>a,
.main-navigation .input-group #primary-menu>li>a {
    position: relative;
    z-index: 2
}

.input-group .btn:focus,
.input-group .post-content .wp-block-button.is-style-outline .wp-block-button__link:focus,
.post-content .wp-block-button.is-style-outline .input-group .wp-block-button__link:focus,
.input-group .post-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus,
.post-content .wp-block-button:not(.is-style-outline) .input-group .wp-block-button__link:focus,
.input-group .main-navigation #primary-menu>li>a:focus,
.main-navigation .input-group #primary-menu>li>a:focus {
    z-index: 3
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .625rem 1.2rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #171b56;
    text-align: center;
    white-space: nowrap;
    background-color: #e5e7eb;
    border: 1px solid #9ba2ae;
    border-radius: .25rem
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn,
.post-content .wp-block-button.is-style-outline .input-group-lg>.wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .input-group-lg>.wp-block-button__link,
.main-navigation #primary-menu>li.input-group-lg>a {
    padding: 1rem 1.5rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn,
.post-content .wp-block-button.is-style-outline .input-group-sm>.wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .input-group-sm>.wp-block-button__link,
.main-navigation #primary-menu>li.input-group-sm>a {
    padding: .25rem .5rem;
    font-size: 0.875rem;
    border-radius: .2rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 4.8rem
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.875em;
    color: #006850
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(0, 104, 80, .9);
    border-radius: .25rem
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #006850;
    padding-right: calc(1.5em + 1.25rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23006850' d='M2.3 6.73L.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-repeat: no-repeat;
    background-position: right calc(0.375em + 0.3125rem) center;
    background-size: calc(0.75em + 0.625rem) calc(0.75em + 0.625rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #006850;
    box-shadow: 0 0 0 .25rem rgba(0, 104, 80, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 1.25rem);
    background-position: top calc(0.375em + 0.3125rem) right calc(0.375em + 0.3125rem)
}

.was-validated .form-select:valid,
.form-select.is-valid {
    border-color: #006850
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 6.6rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23101827' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23006850' d='M2.3 6.73L.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 1.2rem center, center right 3.6rem;
    background-size: 16px 12px, calc(0.75em + 0.625rem) calc(0.75em + 0.625rem)
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
    border-color: #006850;
    box-shadow: 0 0 0 .25rem rgba(0, 104, 80, .25)
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
    border-color: #006850
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
    background-color: #006850
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
    box-shadow: 0 0 0 .25rem rgba(0, 104, 80, .25)
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #006850
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.was-validated .input-group .form-control:valid,
.input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
    z-index: 1
}

.was-validated .input-group .form-control:valid:focus,
.input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.875em;
    color: #fb183a
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(251, 24, 58, .9);
    border-radius: .25rem
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #fb183a;
    padding-right: calc(1.5em + 1.25rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23fb183a'%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='%23fb183a' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.3125rem) center;
    background-size: calc(0.75em + 0.625rem) calc(0.75em + 0.625rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #fb183a;
    box-shadow: 0 0 0 .25rem rgba(251, 24, 58, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 1.25rem);
    background-position: top calc(0.375em + 0.3125rem) right calc(0.375em + 0.3125rem)
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
    border-color: #fb183a
}

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 6.6rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23101827' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23fb183a'%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='%23fb183a' stroke='none'/%3e%3c/svg%3e");
    background-position: right 1.2rem center, center right 3.6rem;
    background-size: 16px 12px, calc(0.75em + 0.625rem) calc(0.75em + 0.625rem)
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
    border-color: #fb183a;
    box-shadow: 0 0 0 .25rem rgba(251, 24, 58, .25)
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
    border-color: #fb183a
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
    background-color: #fb183a
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(251, 24, 58, .25)
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #fb183a
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.was-validated .input-group .form-control:invalid,
.input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
    z-index: 2
}

.was-validated .input-group .form-control:invalid:focus,
.input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
    z-index: 3
}

.btn,
.post-content .wp-block-button.is-style-outline .wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.main-navigation #primary-menu>li>a {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    color: #171b56;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .625rem 1.2rem;
    font-size: 0.75rem;
    border-radius: 2rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {

    .btn,
    .post-content .wp-block-button.is-style-outline .wp-block-button__link,
    .post-content .wp-block-button:not(.is-style-outline) .wp-block-button__link,
    .main-navigation #primary-menu>li>a {
        transition: none
    }
}

.btn:hover,
.post-content .wp-block-button.is-style-outline .wp-block-button__link:hover,
.post-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.main-navigation #primary-menu>li>a:hover {
    color: #171b56
}

.btn-check:focus+.btn,
.post-content .wp-block-button.is-style-outline .btn-check:focus+.wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .btn-check:focus+.wp-block-button__link,
.main-navigation #primary-menu>li>.btn-check:focus+a,
.btn:focus,
.post-content .wp-block-button.is-style-outline .wp-block-button__link:focus,
.post-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus,
.main-navigation #primary-menu>li>a:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(74, 107, 246, .25)
}

.btn:disabled,
.post-content .wp-block-button.is-style-outline .wp-block-button__link:disabled,
.post-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:disabled,
.main-navigation #primary-menu>li>a:disabled,
.btn.disabled,
.post-content .wp-block-button.is-style-outline .disabled.wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .disabled.wp-block-button__link,
.main-navigation #primary-menu>li>a.disabled,
fieldset:disabled .btn,
fieldset:disabled .post-content .wp-block-button.is-style-outline .wp-block-button__link,
.post-content .wp-block-button.is-style-outline fieldset:disabled .wp-block-button__link,
fieldset:disabled .post-content .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) fieldset:disabled .wp-block-button__link,
fieldset:disabled .main-navigation #primary-menu>li>a,
.main-navigation fieldset:disabled #primary-menu>li>a {
    pointer-events: none;
    opacity: .65
}

.btn-primary,
.common-download .nf-form-cont input[type=button],
.post-content .wp-block-button:not(.is-style-outline) .wp-block-button__link {
    color: #fff;
    background-color: #4a6bf6;
    border-color: #4a6bf6
}

.btn-primary:hover,
.common-download .nf-form-cont input[type=button]:hover,
.post-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
    color: #fff;
    background-color: #3f5bd1;
    border-color: #3b56c5
}

.btn-check:focus+.btn-primary,
.common-download .nf-form-cont .btn-check:focus+input[type=button],
.post-content .wp-block-button:not(.is-style-outline) .btn-check:focus+.wp-block-button__link,
.btn-primary:focus,
.common-download .nf-form-cont input[type=button]:focus,
.post-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus {
    color: #fff;
    background-color: #3f5bd1;
    border-color: #3b56c5;
    box-shadow: 0 0 0 .25rem rgba(101, 129, 247, .5)
}

.btn-check:checked+.btn-primary,
.common-download .nf-form-cont .btn-check:checked+input[type=button],
.post-content .wp-block-button:not(.is-style-outline) .btn-check:checked+.wp-block-button__link,
.btn-check:active+.btn-primary,
.common-download .nf-form-cont .btn-check:active+input[type=button],
.post-content .wp-block-button:not(.is-style-outline) .btn-check:active+.wp-block-button__link,
.btn-primary:active,
.common-download .nf-form-cont input[type=button]:active,
.post-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:active,
.btn-primary.active,
.common-download .nf-form-cont input.active[type=button],
.post-content .wp-block-button:not(.is-style-outline) .active.wp-block-button__link,
.show>.btn-primary.dropdown-toggle,
.common-download .nf-form-cont .show>input.dropdown-toggle[type=button],
.post-content .wp-block-button:not(.is-style-outline) .show>.dropdown-toggle.wp-block-button__link {
    color: #fff;
    background-color: #3b56c5;
    border-color: #3850b9
}

.btn-check:checked+.btn-primary:focus,
.common-download .nf-form-cont .btn-check:checked+input[type=button]:focus,
.post-content .wp-block-button:not(.is-style-outline) .btn-check:checked+.wp-block-button__link:focus,
.btn-check:active+.btn-primary:focus,
.common-download .nf-form-cont .btn-check:active+input[type=button]:focus,
.post-content .wp-block-button:not(.is-style-outline) .btn-check:active+.wp-block-button__link:focus,
.btn-primary:active:focus,
.common-download .nf-form-cont input[type=button]:active:focus,
.post-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:active:focus,
.btn-primary.active:focus,
.common-download .nf-form-cont input.active[type=button]:focus,
.post-content .wp-block-button:not(.is-style-outline) .active.wp-block-button__link:focus,
.show>.btn-primary.dropdown-toggle:focus,
.common-download .nf-form-cont .show>input.dropdown-toggle[type=button]:focus,
.post-content .wp-block-button:not(.is-style-outline) .show>.dropdown-toggle.wp-block-button__link:focus {
    box-shadow: 0 0 0 .25rem rgba(101, 129, 247, .5)
}

.btn-primary:disabled,
.common-download .nf-form-cont input[type=button]:disabled,
.post-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:disabled,
.btn-primary.disabled,
.common-download .nf-form-cont input.disabled[type=button],
.post-content .wp-block-button:not(.is-style-outline) .disabled.wp-block-button__link {
    color: #fff;
    background-color: #4a6bf6;
    border-color: #4a6bf6
}

.btn-secondary {
    color: #181a2e;
    background-color: #d0d5db;
    border-color: #d0d5db
}

.btn-secondary:hover {
    color: #181a2e;
    background-color: #d7dbe0;
    border-color: #d5d9df
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #181a2e;
    background-color: #d7dbe0;
    border-color: #d5d9df;
    box-shadow: 0 0 0 .25rem rgba(180, 185, 193, .5)
}

.btn-check:checked+.btn-secondary,
.btn-check:active+.btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
    color: #181a2e;
    background-color: #d9dde2;
    border-color: #d5d9df
}

.btn-check:checked+.btn-secondary:focus,
.btn-check:active+.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(180, 185, 193, .5)
}

.btn-secondary:disabled,
.btn-secondary.disabled {
    color: #181a2e;
    background-color: #d0d5db;
    border-color: #d0d5db
}

.btn-success {
    color: #fff;
    background-color: #006850;
    border-color: #006850
}

.btn-success:hover {
    color: #fff;
    background-color: #005844;
    border-color: #005340
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    color: #fff;
    background-color: #005844;
    border-color: #005340;
    box-shadow: 0 0 0 .25rem rgba(38, 127, 106, .5)
}

.btn-check:checked+.btn-success,
.btn-check:active+.btn-success,
.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #005340;
    border-color: #004e3c
}

.btn-check:checked+.btn-success:focus,
.btn-check:active+.btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(38, 127, 106, .5)
}

.btn-success:disabled,
.btn-success.disabled {
    color: #fff;
    background-color: #006850;
    border-color: #006850
}

.btn-info {
    color: #181a2e;
    background-color: #e5e7eb;
    border-color: #e5e7eb
}

.btn-info:hover {
    color: #181a2e;
    background-color: #e9ebee;
    border-color: #e8e9ed
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    color: #181a2e;
    background-color: #e9ebee;
    border-color: #e8e9ed;
    box-shadow: 0 0 0 .25rem rgba(198, 200, 207, .5)
}

.btn-check:checked+.btn-info,
.btn-check:active+.btn-info,
.btn-info:active,
.btn-info.active,
.show>.btn-info.dropdown-toggle {
    color: #181a2e;
    background-color: #eaecef;
    border-color: #e8e9ed
}

.btn-check:checked+.btn-info:focus,
.btn-check:active+.btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(198, 200, 207, .5)
}

.btn-info:disabled,
.btn-info.disabled {
    color: #181a2e;
    background-color: #e5e7eb;
    border-color: #e5e7eb
}

.btn-warning {
    color: #181a2e;
    background-color: #ff906a;
    border-color: #ff906a
}

.btn-warning:hover {
    color: #181a2e;
    background-color: #ffa180;
    border-color: #ff9b79
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    color: #181a2e;
    background-color: #ffa180;
    border-color: #ff9b79;
    box-shadow: 0 0 0 .25rem rgba(220, 126, 97, .5)
}

.btn-check:checked+.btn-warning,
.btn-check:active+.btn-warning,
.btn-warning:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle {
    color: #181a2e;
    background-color: #ffa688;
    border-color: #ff9b79
}

.btn-check:checked+.btn-warning:focus,
.btn-check:active+.btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 126, 97, .5)
}

.btn-warning:disabled,
.btn-warning.disabled {
    color: #181a2e;
    background-color: #ff906a;
    border-color: #ff906a
}

.btn-danger {
    color: #fff;
    background-color: #fb183a;
    border-color: #fb183a
}

.btn-danger:hover {
    color: #fff;
    background-color: #d51431;
    border-color: #c9132e
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    color: #fff;
    background-color: #d51431;
    border-color: #c9132e;
    box-shadow: 0 0 0 .25rem rgba(252, 59, 88, .5)
}

.btn-check:checked+.btn-danger,
.btn-check:active+.btn-danger,
.btn-danger:active,
.btn-danger.active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9132e;
    border-color: #bc122c
}

.btn-check:checked+.btn-danger:focus,
.btn-check:active+.btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(252, 59, 88, .5)
}

.btn-danger:disabled,
.btn-danger.disabled {
    color: #fff;
    background-color: #fb183a;
    border-color: #fb183a
}

.btn-light {
    color: #181a2e;
    background-color: #f3f4f6;
    border-color: #f3f4f6
}

.btn-light:hover {
    color: #181a2e;
    background-color: #f5f6f7;
    border-color: #f4f5f7
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    color: #181a2e;
    background-color: #f5f6f7;
    border-color: #f4f5f7;
    box-shadow: 0 0 0 .25rem rgba(210, 211, 216, .5)
}

.btn-check:checked+.btn-light,
.btn-check:active+.btn-light,
.btn-light:active,
.btn-light.active,
.show>.btn-light.dropdown-toggle {
    color: #181a2e;
    background-color: #f5f6f8;
    border-color: #f4f5f7
}

.btn-check:checked+.btn-light:focus,
.btn-check:active+.btn-light:focus,
.btn-light:active:focus,
.btn-light.active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(210, 211, 216, .5)
}

.btn-light:disabled,
.btn-light.disabled {
    color: #181a2e;
    background-color: #f3f4f6;
    border-color: #f3f4f6
}

.btn-dark {
    color: #fff;
    background-color: #090d15;
    border-color: #090d15
}

.btn-dark:hover {
    color: #fff;
    background-color: #080b12;
    border-color: #070a11
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: #080b12;
    border-color: #070a11;
    box-shadow: 0 0 0 .25rem rgba(46, 49, 56, .5)
}

.btn-check:checked+.btn-dark,
.btn-check:active+.btn-dark,
.btn-dark:active,
.btn-dark.active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #070a11;
    border-color: #070a10
}

.btn-check:checked+.btn-dark:focus,
.btn-check:active+.btn-dark:focus,
.btn-dark:active:focus,
.btn-dark.active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(46, 49, 56, .5)
}

.btn-dark:disabled,
.btn-dark.disabled {
    color: #fff;
    background-color: #090d15;
    border-color: #090d15
}

.btn-blue {
    color: #fff;
    background-color: #293f9b;
    border-color: #293f9b
}

.btn-blue:hover {
    color: #fff;
    background-color: #233684;
    border-color: #21327c
}

.btn-check:focus+.btn-blue,
.btn-blue:focus {
    color: #fff;
    background-color: #233684;
    border-color: #21327c;
    box-shadow: 0 0 0 .25rem rgba(73, 92, 170, .5)
}

.btn-check:checked+.btn-blue,
.btn-check:active+.btn-blue,
.btn-blue:active,
.btn-blue.active,
.show>.btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #21327c;
    border-color: #1f2f74
}

.btn-check:checked+.btn-blue:focus,
.btn-check:active+.btn-blue:focus,
.btn-blue:active:focus,
.btn-blue.active:focus,
.show>.btn-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(73, 92, 170, .5)
}

.btn-blue:disabled,
.btn-blue.disabled {
    color: #fff;
    background-color: #293f9b;
    border-color: #293f9b
}

.btn-yellow {
    color: #181a2e;
    background-color: #ffba72;
    border-color: #ffba72
}

.btn-yellow:hover {
    color: #181a2e;
    background-color: #ffc487;
    border-color: #ffc180
}

.btn-check:focus+.btn-yellow,
.btn-yellow:focus {
    color: #181a2e;
    background-color: #ffc487;
    border-color: #ffc180;
    box-shadow: 0 0 0 .25rem rgba(220, 162, 104, .5)
}

.btn-check:checked+.btn-yellow,
.btn-check:active+.btn-yellow,
.btn-yellow:active,
.btn-yellow.active,
.show>.btn-yellow.dropdown-toggle {
    color: #181a2e;
    background-color: #ffc88e;
    border-color: #ffc180
}

.btn-check:checked+.btn-yellow:focus,
.btn-check:active+.btn-yellow:focus,
.btn-yellow:active:focus,
.btn-yellow.active:focus,
.show>.btn-yellow.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 162, 104, .5)
}

.btn-yellow:disabled,
.btn-yellow.disabled {
    color: #181a2e;
    background-color: #ffba72;
    border-color: #ffba72
}

.btn-orange {
    color: #181a2e;
    background-color: #ff906a;
    border-color: #ff906a
}

.btn-orange:hover {
    color: #181a2e;
    background-color: #ffa180;
    border-color: #ff9b79
}

.btn-check:focus+.btn-orange,
.btn-orange:focus {
    color: #181a2e;
    background-color: #ffa180;
    border-color: #ff9b79;
    box-shadow: 0 0 0 .25rem rgba(220, 126, 97, .5)
}

.btn-check:checked+.btn-orange,
.btn-check:active+.btn-orange,
.btn-orange:active,
.btn-orange.active,
.show>.btn-orange.dropdown-toggle {
    color: #181a2e;
    background-color: #ffa688;
    border-color: #ff9b79
}

.btn-check:checked+.btn-orange:focus,
.btn-check:active+.btn-orange:focus,
.btn-orange:active:focus,
.btn-orange.active:focus,
.show>.btn-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 126, 97, .5)
}

.btn-orange:disabled,
.btn-orange.disabled {
    color: #181a2e;
    background-color: #ff906a;
    border-color: #ff906a
}

.btn-red {
    color: #fff;
    background-color: #fb183a;
    border-color: #fb183a
}

.btn-red:hover {
    color: #fff;
    background-color: #d51431;
    border-color: #c9132e
}

.btn-check:focus+.btn-red,
.btn-red:focus {
    color: #fff;
    background-color: #d51431;
    border-color: #c9132e;
    box-shadow: 0 0 0 .25rem rgba(252, 59, 88, .5)
}

.btn-check:checked+.btn-red,
.btn-check:active+.btn-red,
.btn-red:active,
.btn-red.active,
.show>.btn-red.dropdown-toggle {
    color: #fff;
    background-color: #c9132e;
    border-color: #bc122c
}

.btn-check:checked+.btn-red:focus,
.btn-check:active+.btn-red:focus,
.btn-red:active:focus,
.btn-red.active:focus,
.show>.btn-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(252, 59, 88, .5)
}

.btn-red:disabled,
.btn-red.disabled {
    color: #fff;
    background-color: #fb183a;
    border-color: #fb183a
}

.btn-pink {
    color: #181a2e;
    background-color: #ef9cc3;
    border-color: #ef9cc3
}

.btn-pink:hover {
    color: #181a2e;
    background-color: #f1abcc;
    border-color: #f1a6c9
}

.btn-check:focus+.btn-pink,
.btn-pink:focus {
    color: #181a2e;
    background-color: #f1abcc;
    border-color: #f1a6c9;
    box-shadow: 0 0 0 .25rem rgba(207, 137, 173, .5)
}

.btn-check:checked+.btn-pink,
.btn-check:active+.btn-pink,
.btn-pink:active,
.btn-pink.active,
.show>.btn-pink.dropdown-toggle {
    color: #181a2e;
    background-color: #f2b0cf;
    border-color: #f1a6c9
}

.btn-check:checked+.btn-pink:focus,
.btn-check:active+.btn-pink:focus,
.btn-pink:active:focus,
.btn-pink.active:focus,
.show>.btn-pink.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(207, 137, 173, .5)
}

.btn-pink:disabled,
.btn-pink.disabled {
    color: #181a2e;
    background-color: #ef9cc3;
    border-color: #ef9cc3
}

.btn-white,
.main-navigation #primary-menu>li>a {
    color: #181a2e;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-white:hover,
.main-navigation #primary-menu>li>a:hover {
    color: #181a2e;
    background-color: #fafbfc;
    border-color: #fafbfb
}

.btn-check:focus+.btn-white,
.main-navigation #primary-menu>li>.btn-check:focus+a,
.btn-white:focus,
.main-navigation #primary-menu>li>a:focus {
    color: #181a2e;
    background-color: #fafbfc;
    border-color: #fafbfb;
    box-shadow: 0 0 0 .25rem rgba(215, 216, 220, .5)
}

.btn-check:checked+.btn-white,
.main-navigation #primary-menu>li>.btn-check:checked+a,
.btn-check:active+.btn-white,
.main-navigation #primary-menu>li>.btn-check:active+a,
.btn-white:active,
.main-navigation #primary-menu>li>a:active,
.btn-white.active,
.main-navigation #primary-menu>li>a.active,
.show>.btn-white.dropdown-toggle,
.main-navigation #primary-menu>li.show>a.dropdown-toggle {
    color: #181a2e;
    background-color: #fafbfc;
    border-color: #fafbfb
}

.btn-check:checked+.btn-white:focus,
.main-navigation #primary-menu>li>.btn-check:checked+a:focus,
.btn-check:active+.btn-white:focus,
.main-navigation #primary-menu>li>.btn-check:active+a:focus,
.btn-white:active:focus,
.main-navigation #primary-menu>li>a:active:focus,
.btn-white.active:focus,
.main-navigation #primary-menu>li>a.active:focus,
.show>.btn-white.dropdown-toggle:focus,
.main-navigation #primary-menu>li.show>a.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(215, 216, 220, .5)
}

.btn-white:disabled,
.main-navigation #primary-menu>li>a:disabled,
.btn-white.disabled,
.main-navigation #primary-menu>li>a.disabled {
    color: #181a2e;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-green {
    color: #fff;
    background-color: #006850;
    border-color: #006850
}

.btn-green:hover {
    color: #fff;
    background-color: #005844;
    border-color: #005340
}

.btn-check:focus+.btn-green,
.btn-green:focus {
    color: #fff;
    background-color: #005844;
    border-color: #005340;
    box-shadow: 0 0 0 .25rem rgba(38, 127, 106, .5)
}

.btn-check:checked+.btn-green,
.btn-check:active+.btn-green,
.btn-green:active,
.btn-green.active,
.show>.btn-green.dropdown-toggle {
    color: #fff;
    background-color: #005340;
    border-color: #004e3c
}

.btn-check:checked+.btn-green:focus,
.btn-check:active+.btn-green:focus,
.btn-green:active:focus,
.btn-green.active:focus,
.show>.btn-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(38, 127, 106, .5)
}

.btn-green:disabled,
.btn-green.disabled {
    color: #fff;
    background-color: #006850;
    border-color: #006850
}

.btn-gray-500 {
    color: #fff;
    background-color: #6b7280;
    border-color: #6b7280
}

.btn-gray-500:hover {
    color: #fff;
    background-color: #5b616d;
    border-color: #565b66
}

.btn-check:focus+.btn-gray-500,
.btn-gray-500:focus {
    color: #fff;
    background-color: #5b616d;
    border-color: #565b66;
    box-shadow: 0 0 0 .25rem rgba(129, 135, 147, .5)
}

.btn-check:checked+.btn-gray-500,
.btn-check:active+.btn-gray-500,
.btn-gray-500:active,
.btn-gray-500.active,
.show>.btn-gray-500.dropdown-toggle {
    color: #fff;
    background-color: #565b66;
    border-color: #505660
}

.btn-check:checked+.btn-gray-500:focus,
.btn-check:active+.btn-gray-500:focus,
.btn-gray-500:active:focus,
.btn-gray-500.active:focus,
.show>.btn-gray-500.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(129, 135, 147, .5)
}

.btn-gray-500:disabled,
.btn-gray-500.disabled {
    color: #fff;
    background-color: #6b7280;
    border-color: #6b7280
}

.btn-blue-dark {
    color: #fff;
    background-color: #171b56;
    border-color: #171b56
}

.btn-blue-dark:hover {
    color: #fff;
    background-color: #141749;
    border-color: #121645
}

.btn-check:focus+.btn-blue-dark,
.btn-blue-dark:focus {
    color: #fff;
    background-color: #141749;
    border-color: #121645;
    box-shadow: 0 0 0 .25rem rgba(58, 61, 111, .5)
}

.btn-check:checked+.btn-blue-dark,
.btn-check:active+.btn-blue-dark,
.btn-blue-dark:active,
.btn-blue-dark.active,
.show>.btn-blue-dark.dropdown-toggle {
    color: #fff;
    background-color: #121645;
    border-color: #111441
}

.btn-check:checked+.btn-blue-dark:focus,
.btn-check:active+.btn-blue-dark:focus,
.btn-blue-dark:active:focus,
.btn-blue-dark.active:focus,
.show>.btn-blue-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(58, 61, 111, .5)
}

.btn-blue-dark:disabled,
.btn-blue-dark.disabled {
    color: #fff;
    background-color: #171b56;
    border-color: #171b56
}

.btn-outline-primary,
.post-content .wp-block-button.is-style-outline .wp-block-button__link {
    color: #4a6bf6;
    border-color: #4a6bf6
}

.btn-outline-primary:hover,
.post-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: #fff;
    background-color: #4a6bf6;
    border-color: #4a6bf6
}

.btn-check:focus+.btn-outline-primary,
.post-content .wp-block-button.is-style-outline .btn-check:focus+.wp-block-button__link,
.btn-outline-primary:focus,
.post-content .wp-block-button.is-style-outline .wp-block-button__link:focus {
    box-shadow: 0 0 0 .25rem rgba(74, 107, 246, .5)
}

.btn-check:checked+.btn-outline-primary,
.post-content .wp-block-button.is-style-outline .btn-check:checked+.wp-block-button__link,
.btn-check:active+.btn-outline-primary,
.post-content .wp-block-button.is-style-outline .btn-check:active+.wp-block-button__link,
.btn-outline-primary:active,
.post-content .wp-block-button.is-style-outline .wp-block-button__link:active,
.btn-outline-primary.active,
.post-content .wp-block-button.is-style-outline .active.wp-block-button__link,
.btn-outline-primary.dropdown-toggle.show,
.post-content .wp-block-button.is-style-outline .dropdown-toggle.show.wp-block-button__link {
    color: #fff;
    background-color: #4a6bf6;
    border-color: #4a6bf6
}

.btn-check:checked+.btn-outline-primary:focus,
.post-content .wp-block-button.is-style-outline .btn-check:checked+.wp-block-button__link:focus,
.btn-check:active+.btn-outline-primary:focus,
.post-content .wp-block-button.is-style-outline .btn-check:active+.wp-block-button__link:focus,
.btn-outline-primary:active:focus,
.post-content .wp-block-button.is-style-outline .wp-block-button__link:active:focus,
.btn-outline-primary.active:focus,
.post-content .wp-block-button.is-style-outline .active.wp-block-button__link:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.post-content .wp-block-button.is-style-outline .dropdown-toggle.show.wp-block-button__link:focus {
    box-shadow: 0 0 0 .25rem rgba(74, 107, 246, .5)
}

.btn-outline-primary:disabled,
.post-content .wp-block-button.is-style-outline .wp-block-button__link:disabled,
.btn-outline-primary.disabled,
.post-content .wp-block-button.is-style-outline .disabled.wp-block-button__link {
    color: #4a6bf6;
    background-color: transparent
}

.btn-outline-secondary {
    color: #d0d5db;
    border-color: #d0d5db
}

.btn-outline-secondary:hover {
    color: #181a2e;
    background-color: #d0d5db;
    border-color: #d0d5db
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .25rem rgba(208, 213, 219, .5)
}

.btn-check:checked+.btn-outline-secondary,
.btn-check:active+.btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
    color: #181a2e;
    background-color: #d0d5db;
    border-color: #d0d5db
}

.btn-check:checked+.btn-outline-secondary:focus,
.btn-check:active+.btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(208, 213, 219, .5)
}

.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
    color: #d0d5db;
    background-color: transparent
}

.btn-outline-success {
    color: #006850;
    border-color: #006850
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #006850;
    border-color: #006850
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .25rem rgba(0, 104, 80, .5)
}

.btn-check:checked+.btn-outline-success,
.btn-check:active+.btn-outline-success,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show {
    color: #fff;
    background-color: #006850;
    border-color: #006850
}

.btn-check:checked+.btn-outline-success:focus,
.btn-check:active+.btn-outline-success:focus,
.btn-outline-success:active:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(0, 104, 80, .5)
}

.btn-outline-success:disabled,
.btn-outline-success.disabled {
    color: #006850;
    background-color: transparent
}

.btn-outline-info {
    color: #e5e7eb;
    border-color: #e5e7eb
}

.btn-outline-info:hover {
    color: #181a2e;
    background-color: #e5e7eb;
    border-color: #e5e7eb
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .25rem rgba(229, 231, 235, .5)
}

.btn-check:checked+.btn-outline-info,
.btn-check:active+.btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
    color: #181a2e;
    background-color: #e5e7eb;
    border-color: #e5e7eb
}

.btn-check:checked+.btn-outline-info:focus,
.btn-check:active+.btn-outline-info:focus,
.btn-outline-info:active:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(229, 231, 235, .5)
}

.btn-outline-info:disabled,
.btn-outline-info.disabled {
    color: #e5e7eb;
    background-color: transparent
}

.btn-outline-warning {
    color: #ff906a;
    border-color: #ff906a
}

.btn-outline-warning:hover {
    color: #181a2e;
    background-color: #ff906a;
    border-color: #ff906a
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 144, 106, .5)
}

.btn-check:checked+.btn-outline-warning,
.btn-check:active+.btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show {
    color: #181a2e;
    background-color: #ff906a;
    border-color: #ff906a
}

.btn-check:checked+.btn-outline-warning:focus,
.btn-check:active+.btn-outline-warning:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 144, 106, .5)
}

.btn-outline-warning:disabled,
.btn-outline-warning.disabled {
    color: #ff906a;
    background-color: transparent
}

.btn-outline-danger {
    color: #fb183a;
    border-color: #fb183a
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #fb183a;
    border-color: #fb183a
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .25rem rgba(251, 24, 58, .5)
}

.btn-check:checked+.btn-outline-danger,
.btn-check:active+.btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
    color: #fff;
    background-color: #fb183a;
    border-color: #fb183a
}

.btn-check:checked+.btn-outline-danger:focus,
.btn-check:active+.btn-outline-danger:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(251, 24, 58, .5)
}

.btn-outline-danger:disabled,
.btn-outline-danger.disabled {
    color: #fb183a;
    background-color: transparent
}

.btn-outline-light {
    color: #f3f4f6;
    border-color: #f3f4f6
}

.btn-outline-light:hover {
    color: #181a2e;
    background-color: #f3f4f6;
    border-color: #f3f4f6
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .25rem rgba(243, 244, 246, .5)
}

.btn-check:checked+.btn-outline-light,
.btn-check:active+.btn-outline-light,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show {
    color: #181a2e;
    background-color: #f3f4f6;
    border-color: #f3f4f6
}

.btn-check:checked+.btn-outline-light:focus,
.btn-check:active+.btn-outline-light:focus,
.btn-outline-light:active:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(243, 244, 246, .5)
}

.btn-outline-light:disabled,
.btn-outline-light.disabled {
    color: #f3f4f6;
    background-color: transparent
}

.btn-outline-dark {
    color: #090d15;
    border-color: #090d15
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #090d15;
    border-color: #090d15
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .25rem rgba(9, 13, 21, .5)
}

.btn-check:checked+.btn-outline-dark,
.btn-check:active+.btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #090d15;
    border-color: #090d15
}

.btn-check:checked+.btn-outline-dark:focus,
.btn-check:active+.btn-outline-dark:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(9, 13, 21, .5)
}

.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
    color: #090d15;
    background-color: transparent
}

.btn-outline-blue {
    color: #293f9b;
    border-color: #293f9b
}

.btn-outline-blue:hover {
    color: #fff;
    background-color: #293f9b;
    border-color: #293f9b
}

.btn-check:focus+.btn-outline-blue,
.btn-outline-blue:focus {
    box-shadow: 0 0 0 .25rem rgba(41, 63, 155, .5)
}

.btn-check:checked+.btn-outline-blue,
.btn-check:active+.btn-outline-blue,
.btn-outline-blue:active,
.btn-outline-blue.active,
.btn-outline-blue.dropdown-toggle.show {
    color: #fff;
    background-color: #293f9b;
    border-color: #293f9b
}

.btn-check:checked+.btn-outline-blue:focus,
.btn-check:active+.btn-outline-blue:focus,
.btn-outline-blue:active:focus,
.btn-outline-blue.active:focus,
.btn-outline-blue.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(41, 63, 155, .5)
}

.btn-outline-blue:disabled,
.btn-outline-blue.disabled {
    color: #293f9b;
    background-color: transparent
}

.btn-outline-yellow {
    color: #ffba72;
    border-color: #ffba72
}

.btn-outline-yellow:hover {
    color: #181a2e;
    background-color: #ffba72;
    border-color: #ffba72
}

.btn-check:focus+.btn-outline-yellow,
.btn-outline-yellow:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 186, 114, .5)
}

.btn-check:checked+.btn-outline-yellow,
.btn-check:active+.btn-outline-yellow,
.btn-outline-yellow:active,
.btn-outline-yellow.active,
.btn-outline-yellow.dropdown-toggle.show {
    color: #181a2e;
    background-color: #ffba72;
    border-color: #ffba72
}

.btn-check:checked+.btn-outline-yellow:focus,
.btn-check:active+.btn-outline-yellow:focus,
.btn-outline-yellow:active:focus,
.btn-outline-yellow.active:focus,
.btn-outline-yellow.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 186, 114, .5)
}

.btn-outline-yellow:disabled,
.btn-outline-yellow.disabled {
    color: #ffba72;
    background-color: transparent
}

.btn-outline-orange {
    color: #ff906a;
    border-color: #ff906a
}

.btn-outline-orange:hover {
    color: #181a2e;
    background-color: #ff906a;
    border-color: #ff906a
}

.btn-check:focus+.btn-outline-orange,
.btn-outline-orange:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 144, 106, .5)
}

.btn-check:checked+.btn-outline-orange,
.btn-check:active+.btn-outline-orange,
.btn-outline-orange:active,
.btn-outline-orange.active,
.btn-outline-orange.dropdown-toggle.show {
    color: #181a2e;
    background-color: #ff906a;
    border-color: #ff906a
}

.btn-check:checked+.btn-outline-orange:focus,
.btn-check:active+.btn-outline-orange:focus,
.btn-outline-orange:active:focus,
.btn-outline-orange.active:focus,
.btn-outline-orange.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 144, 106, .5)
}

.btn-outline-orange:disabled,
.btn-outline-orange.disabled {
    color: #ff906a;
    background-color: transparent
}

.btn-outline-red {
    color: #fb183a;
    border-color: #fb183a
}

.btn-outline-red:hover {
    color: #fff;
    background-color: #fb183a;
    border-color: #fb183a
}

.btn-check:focus+.btn-outline-red,
.btn-outline-red:focus {
    box-shadow: 0 0 0 .25rem rgba(251, 24, 58, .5)
}

.btn-check:checked+.btn-outline-red,
.btn-check:active+.btn-outline-red,
.btn-outline-red:active,
.btn-outline-red.active,
.btn-outline-red.dropdown-toggle.show {
    color: #fff;
    background-color: #fb183a;
    border-color: #fb183a
}

.btn-check:checked+.btn-outline-red:focus,
.btn-check:active+.btn-outline-red:focus,
.btn-outline-red:active:focus,
.btn-outline-red.active:focus,
.btn-outline-red.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(251, 24, 58, .5)
}

.btn-outline-red:disabled,
.btn-outline-red.disabled {
    color: #fb183a;
    background-color: transparent
}

.btn-outline-pink {
    color: #ef9cc3;
    border-color: #ef9cc3
}

.btn-outline-pink:hover {
    color: #181a2e;
    background-color: #ef9cc3;
    border-color: #ef9cc3
}

.btn-check:focus+.btn-outline-pink,
.btn-outline-pink:focus {
    box-shadow: 0 0 0 .25rem rgba(239, 156, 195, .5)
}

.btn-check:checked+.btn-outline-pink,
.btn-check:active+.btn-outline-pink,
.btn-outline-pink:active,
.btn-outline-pink.active,
.btn-outline-pink.dropdown-toggle.show {
    color: #181a2e;
    background-color: #ef9cc3;
    border-color: #ef9cc3
}

.btn-check:checked+.btn-outline-pink:focus,
.btn-check:active+.btn-outline-pink:focus,
.btn-outline-pink:active:focus,
.btn-outline-pink.active:focus,
.btn-outline-pink.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(239, 156, 195, .5)
}

.btn-outline-pink:disabled,
.btn-outline-pink.disabled {
    color: #ef9cc3;
    background-color: transparent
}

.btn-outline-white {
    color: #f9fafb;
    border-color: #f9fafb
}

.btn-outline-white:hover {
    color: #181a2e;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-check:focus+.btn-outline-white,
.btn-outline-white:focus {
    box-shadow: 0 0 0 .25rem rgba(249, 250, 251, .5)
}

.btn-check:checked+.btn-outline-white,
.btn-check:active+.btn-outline-white,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.dropdown-toggle.show {
    color: #181a2e;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-check:checked+.btn-outline-white:focus,
.btn-check:active+.btn-outline-white:focus,
.btn-outline-white:active:focus,
.btn-outline-white.active:focus,
.btn-outline-white.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(249, 250, 251, .5)
}

.btn-outline-white:disabled,
.btn-outline-white.disabled {
    color: #f9fafb;
    background-color: transparent
}

.btn-outline-green {
    color: #006850;
    border-color: #006850
}

.btn-outline-green:hover {
    color: #fff;
    background-color: #006850;
    border-color: #006850
}

.btn-check:focus+.btn-outline-green,
.btn-outline-green:focus {
    box-shadow: 0 0 0 .25rem rgba(0, 104, 80, .5)
}

.btn-check:checked+.btn-outline-green,
.btn-check:active+.btn-outline-green,
.btn-outline-green:active,
.btn-outline-green.active,
.btn-outline-green.dropdown-toggle.show {
    color: #fff;
    background-color: #006850;
    border-color: #006850
}

.btn-check:checked+.btn-outline-green:focus,
.btn-check:active+.btn-outline-green:focus,
.btn-outline-green:active:focus,
.btn-outline-green.active:focus,
.btn-outline-green.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(0, 104, 80, .5)
}

.btn-outline-green:disabled,
.btn-outline-green.disabled {
    color: #006850;
    background-color: transparent
}

.btn-outline-gray-500 {
    color: #6b7280;
    border-color: #6b7280
}

.btn-outline-gray-500:hover {
    color: #fff;
    background-color: #6b7280;
    border-color: #6b7280
}

.btn-check:focus+.btn-outline-gray-500,
.btn-outline-gray-500:focus {
    box-shadow: 0 0 0 .25rem rgba(107, 114, 128, .5)
}

.btn-check:checked+.btn-outline-gray-500,
.btn-check:active+.btn-outline-gray-500,
.btn-outline-gray-500:active,
.btn-outline-gray-500.active,
.btn-outline-gray-500.dropdown-toggle.show {
    color: #fff;
    background-color: #6b7280;
    border-color: #6b7280
}

.btn-check:checked+.btn-outline-gray-500:focus,
.btn-check:active+.btn-outline-gray-500:focus,
.btn-outline-gray-500:active:focus,
.btn-outline-gray-500.active:focus,
.btn-outline-gray-500.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(107, 114, 128, .5)
}

.btn-outline-gray-500:disabled,
.btn-outline-gray-500.disabled {
    color: #6b7280;
    background-color: transparent
}

.btn-outline-blue-dark {
    color: #171b56;
    border-color: #171b56
}

.btn-outline-blue-dark:hover {
    color: #fff;
    background-color: #171b56;
    border-color: #171b56
}

.btn-check:focus+.btn-outline-blue-dark,
.btn-outline-blue-dark:focus {
    box-shadow: 0 0 0 .25rem rgba(23, 27, 86, .5)
}

.btn-check:checked+.btn-outline-blue-dark,
.btn-check:active+.btn-outline-blue-dark,
.btn-outline-blue-dark:active,
.btn-outline-blue-dark.active,
.btn-outline-blue-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #171b56;
    border-color: #171b56
}

.btn-check:checked+.btn-outline-blue-dark:focus,
.btn-check:active+.btn-outline-blue-dark:focus,
.btn-outline-blue-dark:active:focus,
.btn-outline-blue-dark.active:focus,
.btn-outline-blue-dark.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(23, 27, 86, .5)
}

.btn-outline-blue-dark:disabled,
.btn-outline-blue-dark.disabled {
    color: #171b56;
    background-color: transparent
}

.btn-link {
    font-weight: 400;
    color: #4a6bf6;
    text-decoration: underline
}

.btn-link:hover {
    color: #3b56c5
}

.btn-link:disabled,
.btn-link.disabled {
    color: #374151
}

.btn-lg,
.btn-group-lg>.btn,
.post-content .wp-block-button.is-style-outline .btn-group-lg>.wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .btn-group-lg>.wp-block-button__link,
.main-navigation #primary-menu>li.btn-group-lg>a {
    padding: 1rem 1.5rem;
    font-size: 0.75rem;
    border-radius: 2rem
}

.btn-sm,
.btn-group-sm>.btn,
.post-content .wp-block-button.is-style-outline .btn-group-sm>.wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .btn-group-sm>.wp-block-button__link,
.main-navigation #primary-menu>li.btn-group-sm>a {
    padding: .25rem .5rem;
    font-size: 0.75rem;
    border-radius: 2rem
}

.fade {
    transition: opacity .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 .35s ease
}

@media(prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media(prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,
.post-content .wp-block-button.is-style-outline .btn-group>.wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .btn-group>.wp-block-button__link,
.main-navigation #primary-menu>li.btn-group>a,
.btn-group-vertical>.btn,
.post-content .wp-block-button.is-style-outline .btn-group-vertical>.wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .btn-group-vertical>.wp-block-button__link,
.main-navigation #primary-menu>li.btn-group-vertical>a {
    position: relative;
    flex: 1 1 auto
}

.btn-group>.btn-check:checked+.btn,
.post-content .wp-block-button.is-style-outline .btn-group>.btn-check:checked+.wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .btn-group>.btn-check:checked+.wp-block-button__link,
.main-navigation #primary-menu>li.btn-group>.btn-check:checked+a,
.btn-group>.btn-check:focus+.btn,
.post-content .wp-block-button.is-style-outline .btn-group>.btn-check:focus+.wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .btn-group>.btn-check:focus+.wp-block-button__link,
.main-navigation #primary-menu>li.btn-group>.btn-check:focus+a,
.btn-group>.btn:hover,
.post-content .wp-block-button.is-style-outline .btn-group>.wp-block-button__link:hover,
.post-content .wp-block-button:not(.is-style-outline) .btn-group>.wp-block-button__link:hover,
.main-navigation #primary-menu>li.btn-group>a:hover,
.btn-group>.btn:focus,
.post-content .wp-block-button.is-style-outline .btn-group>.wp-block-button__link:focus,
.post-content .wp-block-button:not(.is-style-outline) .btn-group>.wp-block-button__link:focus,
.main-navigation #primary-menu>li.btn-group>a:focus,
.btn-group>.btn:active,
.post-content .wp-block-button.is-style-outline .btn-group>.wp-block-button__link:active,
.post-content .wp-block-button:not(.is-style-outline) .btn-group>.wp-block-button__link:active,
.main-navigation #primary-menu>li.btn-group>a:active,
.btn-group>.btn.active,
.post-content .wp-block-button.is-style-outline .btn-group>.active.wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .btn-group>.active.wp-block-button__link,
.main-navigation #primary-menu>li.btn-group>a.active,
.btn-group-vertical>.btn-check:checked+.btn,
.post-content .wp-block-button.is-style-outline .btn-group-vertical>.btn-check:checked+.wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .btn-group-vertical>.btn-check:checked+.wp-block-button__link,
.main-navigation #primary-menu>li.btn-group-vertical>.btn-check:checked+a,
.btn-group-vertical>.btn-check:focus+.btn,
.post-content .wp-block-button.is-style-outline .btn-group-vertical>.btn-check:focus+.wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .btn-group-vertical>.btn-check:focus+.wp-block-button__link,
.main-navigation #primary-menu>li.btn-group-vertical>.btn-check:focus+a,
.btn-group-vertical>.btn:hover,
.post-content .wp-block-button.is-style-outline .btn-group-vertical>.wp-block-button__link:hover,
.post-content .wp-block-button:not(.is-style-outline) .btn-group-vertical>.wp-block-button__link:hover,
.main-navigation #primary-menu>li.btn-group-vertical>a:hover,
.btn-group-vertical>.btn:focus,
.post-content .wp-block-button.is-style-outline .btn-group-vertical>.wp-block-button__link:focus,
.post-content .wp-block-button:not(.is-style-outline) .btn-group-vertical>.wp-block-button__link:focus,
.main-navigation #primary-menu>li.btn-group-vertical>a:focus,
.btn-group-vertical>.btn:active,
.post-content .wp-block-button.is-style-outline .btn-group-vertical>.wp-block-button__link:active,
.post-content .wp-block-button:not(.is-style-outline) .btn-group-vertical>.wp-block-button__link:active,
.main-navigation #primary-menu>li.btn-group-vertical>a:active,
.btn-group-vertical>.btn.active,
.post-content .wp-block-button.is-style-outline .btn-group-vertical>.active.wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .btn-group-vertical>.active.wp-block-button__link,
.main-navigation #primary-menu>li.btn-group-vertical>a.active {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:not(:first-child),
.post-content .wp-block-button.is-style-outline .btn-group>.wp-block-button__link:not(:first-child),
.post-content .wp-block-button:not(.is-style-outline) .btn-group>.wp-block-button__link:not(:first-child),
.main-navigation #primary-menu>li.btn-group>a:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.post-content .wp-block-button.is-style-outline .btn-group>.wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.post-content .wp-block-button:not(.is-style-outline) .btn-group>.wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.main-navigation #primary-menu>li.btn-group>a:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn,
.post-content .wp-block-button.is-style-outline .btn-group>.btn-group:not(:last-child)>.wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .btn-group>.btn-group:not(:last-child)>.wp-block-button__link,
.main-navigation #primary-menu.btn-group>li.btn-group:not(:last-child)>a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:nth-child(n+3),
.post-content .wp-block-button.is-style-outline .btn-group>.wp-block-button__link:nth-child(n+3),
.post-content .wp-block-button:not(.is-style-outline) .btn-group>.wp-block-button__link:nth-child(n+3),
.main-navigation #primary-menu>li.btn-group>a:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn,
.post-content .wp-block-button.is-style-outline .btn-group>:not(.btn-check)+.wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .btn-group>:not(.btn-check)+.wp-block-button__link,
.main-navigation #primary-menu>li.btn-group>:not(.btn-check)+a,
.btn-group>.btn-group:not(:first-child)>.btn,
.post-content .wp-block-button.is-style-outline .btn-group>.btn-group:not(:first-child)>.wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .btn-group>.btn-group:not(:first-child)>.wp-block-button__link,
.main-navigation #primary-menu.btn-group>li.btn-group:not(:first-child)>a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .9rem;
    padding-left: .9rem
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split,
.post-content .wp-block-button.is-style-outline .btn-group-sm>.wp-block-button__link+.dropdown-toggle-split,
.post-content .wp-block-button:not(.is-style-outline) .btn-group-sm>.wp-block-button__link+.dropdown-toggle-split,
.main-navigation #primary-menu>li.btn-group-sm>a+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split,
.post-content .wp-block-button.is-style-outline .btn-group-lg>.wp-block-button__link+.dropdown-toggle-split,
.post-content .wp-block-button:not(.is-style-outline) .btn-group-lg>.wp-block-button__link+.dropdown-toggle-split,
.main-navigation #primary-menu>li.btn-group-lg>a+.dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.post-content .wp-block-button.is-style-outline .btn-group-vertical>.wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .btn-group-vertical>.wp-block-button__link,
.main-navigation #primary-menu>li.btn-group-vertical>a,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.post-content .wp-block-button.is-style-outline .btn-group-vertical>.wp-block-button__link:not(:first-child),
.post-content .wp-block-button:not(.is-style-outline) .btn-group-vertical>.wp-block-button__link:not(:first-child),
.main-navigation #primary-menu>li.btn-group-vertical>a:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.post-content .wp-block-button.is-style-outline .btn-group-vertical>.wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.post-content .wp-block-button:not(.is-style-outline) .btn-group-vertical>.wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.main-navigation #primary-menu>li.btn-group-vertical>a:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.post-content .wp-block-button.is-style-outline .btn-group-vertical>.btn-group:not(:last-child)>.wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .btn-group-vertical>.btn-group:not(:last-child)>.wp-block-button__link,
.main-navigation #primary-menu.btn-group-vertical>li.btn-group:not(:last-child)>a {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn~.btn,
.post-content .wp-block-button.is-style-outline .btn-group-vertical>.wp-block-button__link~.btn,
.post-content .wp-block-button.is-style-outline .btn-group-vertical>.btn~.wp-block-button__link,
.post-content .wp-block-button.is-style-outline .btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .btn-group-vertical>.wp-block-button__link~.btn,
.post-content .wp-block-button:not(.is-style-outline) .btn-group-vertical>.btn~.wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .btn-group-vertical>.wp-block-button__link~.wp-block-button__link,
.main-navigation #primary-menu>li.btn-group-vertical>a~.btn,
.main-navigation .post-content .wp-block-button.is-style-outline #primary-menu>li.btn-group-vertical>a~.wp-block-button__link,
.post-content .wp-block-button.is-style-outline .main-navigation #primary-menu>li.btn-group-vertical>a~.wp-block-button__link,
.main-navigation .post-content .wp-block-button:not(.is-style-outline) #primary-menu>li.btn-group-vertical>a~.wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .main-navigation #primary-menu>li.btn-group-vertical>a~.wp-block-button__link,
.main-navigation #primary-menu>li.btn-group-vertical>.btn~a,
.main-navigation .post-content .wp-block-button.is-style-outline #primary-menu>li.btn-group-vertical>.wp-block-button__link~a,
.post-content .wp-block-button.is-style-outline .main-navigation #primary-menu>li.btn-group-vertical>.wp-block-button__link~a,
.main-navigation .post-content .wp-block-button:not(.is-style-outline) #primary-menu>li.btn-group-vertical>.wp-block-button__link~a,
.post-content .wp-block-button:not(.is-style-outline) .main-navigation #primary-menu>li.btn-group-vertical>.wp-block-button__link~a,
.main-navigation #primary-menu>li.btn-group-vertical>a~a,
.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.post-content .wp-block-button.is-style-outline .btn-group-vertical>.btn-group:not(:first-child)>.wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .btn-group-vertical>.btn-group:not(:first-child)>.wp-block-button__link,
.main-navigation #primary-menu.btn-group-vertical>li.btn-group:not(:first-child)>a {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #4a6bf6;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:hover,
.nav-link:focus {
    color: #3b56c5
}

.nav-link.disabled {
    color: #374151;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #d0d5db
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e5e7eb #e5e7eb #d0d5db;
    isolation: isolate
}

.nav-tabs .nav-link.disabled {
    color: #374151;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #1f2937;
    background-color: #fff;
    border-color: #d0d5db #d0d5db #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 2rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #4a6bf6
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
    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
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.list-group-numbered>li::before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item-action {
    width: 100%;
    color: #1f2937;
    text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #1f2937;
    text-decoration: none;
    background-color: #f3f4f6
}

.list-group-item-action:active {
    color: #171b56;
    background-color: #e5e7eb
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #090d15;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #374151;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #4a6bf6;
    border-color: #4a6bf6
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media(min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width: 1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 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 {
    color: #2c4094;
    background-color: #dbe1fd
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #2c4094;
    background-color: #c5cbe4
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #2c4094;
    border-color: #2c4094
}

.list-group-item-secondary {
    color: #7d8083;
    background-color: #f6f7f8
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #7d8083;
    background-color: #dddedf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #7d8083;
    border-color: #7d8083
}

.list-group-item-success {
    color: #003e30;
    background-color: #cce1dc
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #003e30;
    background-color: #b8cbc6
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #003e30;
    border-color: #003e30
}

.list-group-item-info {
    color: #898b8d;
    background-color: #fafafb
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #898b8d;
    background-color: #e1e1e2
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #898b8d;
    border-color: #898b8d
}

.list-group-item-warning {
    color: #995640;
    background-color: #ffe9e1
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #995640;
    background-color: #e6d2cb
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #995640;
    border-color: #995640
}

.list-group-item-danger {
    color: #970e23;
    background-color: #fed1d8
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #970e23;
    background-color: #e5bcc2
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #970e23;
    border-color: #970e23
}

.list-group-item-light {
    color: #929294;
    background-color: #fdfdfd
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #929294;
    background-color: #e4e4e4
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #929294;
    border-color: #929294
}

.list-group-item-dark {
    color: #05080d;
    background-color: #cecfd0
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #05080d;
    background-color: #b9babb
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #05080d;
    border-color: #05080d
}

.list-group-item-blue {
    color: #19265d;
    background-color: #d4d9eb
}

.list-group-item-blue.list-group-item-action:hover,
.list-group-item-blue.list-group-item-action:focus {
    color: #19265d;
    background-color: #bfc3d4
}

.list-group-item-blue.list-group-item-action.active {
    color: #fff;
    background-color: #19265d;
    border-color: #19265d
}

.list-group-item-yellow {
    color: #997044;
    background-color: #fff1e3
}

.list-group-item-yellow.list-group-item-action:hover,
.list-group-item-yellow.list-group-item-action:focus {
    color: #997044;
    background-color: #e6d9cc
}

.list-group-item-yellow.list-group-item-action.active {
    color: #fff;
    background-color: #997044;
    border-color: #997044
}

.list-group-item-orange {
    color: #995640;
    background-color: #ffe9e1
}

.list-group-item-orange.list-group-item-action:hover,
.list-group-item-orange.list-group-item-action:focus {
    color: #995640;
    background-color: #e6d2cb
}

.list-group-item-orange.list-group-item-action.active {
    color: #fff;
    background-color: #995640;
    border-color: #995640
}

.list-group-item-red {
    color: #970e23;
    background-color: #fed1d8
}

.list-group-item-red.list-group-item-action:hover,
.list-group-item-red.list-group-item-action:focus {
    color: #970e23;
    background-color: #e5bcc2
}

.list-group-item-red.list-group-item-action.active {
    color: #fff;
    background-color: #970e23;
    border-color: #970e23
}

.list-group-item-pink {
    color: #8f5e75;
    background-color: #fcebf3
}

.list-group-item-pink.list-group-item-action:hover,
.list-group-item-pink.list-group-item-action:focus {
    color: #8f5e75;
    background-color: #e3d4db
}

.list-group-item-pink.list-group-item-action.active {
    color: #fff;
    background-color: #8f5e75;
    border-color: #8f5e75
}

.list-group-item-white {
    color: #727480;
    background-color: #fefefe
}

.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
    color: #727480;
    background-color: #e5e5e5
}

.list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #727480;
    border-color: #727480
}

.list-group-item-green {
    color: #003e30;
    background-color: #cce1dc
}

.list-group-item-green.list-group-item-action:hover,
.list-group-item-green.list-group-item-action:focus {
    color: #003e30;
    background-color: #b8cbc6
}

.list-group-item-green.list-group-item-action.active {
    color: #fff;
    background-color: #003e30;
    border-color: #003e30
}

.list-group-item-gray-500 {
    color: #40444d;
    background-color: #e1e3e6
}

.list-group-item-gray-500.list-group-item-action:hover,
.list-group-item-gray-500.list-group-item-action:focus {
    color: #40444d;
    background-color: #cbcccf
}

.list-group-item-gray-500.list-group-item-action.active {
    color: #fff;
    background-color: #40444d;
    border-color: #40444d
}

.list-group-item-blue-dark {
    color: #0e1034;
    background-color: #d1d1dd
}

.list-group-item-blue-dark.list-group-item-action:hover,
.list-group-item-blue-dark.list-group-item-action:focus {
    color: #0e1034;
    background-color: #bcbcc7
}

.list-group-item-blue-dark.list-group-item-action.active {
    color: #fff;
    background-color: #0e1034;
    border-color: #0e1034
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #4a6bf6
}

.link-primary:hover,
.link-primary:focus {
    color: #3b56c5
}

.link-secondary {
    color: #d0d5db
}

.link-secondary:hover,
.link-secondary:focus {
    color: #d9dde2
}

.link-success {
    color: #006850
}

.link-success:hover,
.link-success:focus {
    color: #005340
}

.link-info {
    color: #e5e7eb
}

.link-info:hover,
.link-info:focus {
    color: #eaecef
}

.link-warning {
    color: #ff906a
}

.link-warning:hover,
.link-warning:focus {
    color: #ffa688
}

.link-danger {
    color: #fb183a
}

.link-danger:hover,
.link-danger:focus {
    color: #c9132e
}

.link-light {
    color: #f3f4f6
}

.link-light:hover,
.link-light:focus {
    color: #f5f6f8
}

.link-dark {
    color: #090d15
}

.link-dark:hover,
.link-dark:focus {
    color: #070a11
}

.link-blue {
    color: #293f9b
}

.link-blue:hover,
.link-blue:focus {
    color: #21327c
}

.link-yellow {
    color: #ffba72
}

.link-yellow:hover,
.link-yellow:focus {
    color: #ffc88e
}

.link-orange {
    color: #ff906a
}

.link-orange:hover,
.link-orange:focus {
    color: #ffa688
}

.link-red {
    color: #fb183a
}

.link-red:hover,
.link-red:focus {
    color: #c9132e
}

.link-pink {
    color: #ef9cc3
}

.link-pink:hover,
.link-pink:focus {
    color: #f2b0cf
}

.link-white {
    color: #f9fafb
}

.link-white:hover,
.link-white:focus {
    color: #fafbfc
}

.link-green {
    color: #006850
}

.link-green:hover,
.link-green:focus {
    color: #005340
}

.link-gray-500 {
    color: #6b7280
}

.link-gray-500:hover,
.link-gray-500:focus {
    color: #565b66
}

.link-blue-dark {
    color: #171b56
}

.link-blue-dark:hover,
.link-blue-dark:focus {
    color: #121645
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 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 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

@media(min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: .25
}

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

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !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 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(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 #d0d5db !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #d0d5db !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #d0d5db !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #d0d5db !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #d0d5db !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #4a6bf6 !important
}

.border-secondary {
    border-color: #d0d5db !important
}

.border-success {
    border-color: #006850 !important
}

.border-info {
    border-color: #e5e7eb !important
}

.border-warning {
    border-color: #ff906a !important
}

.border-danger {
    border-color: #fb183a !important
}

.border-light {
    border-color: #f3f4f6 !important
}

.border-dark {
    border-color: #090d15 !important
}

.border-blue {
    border-color: #293f9b !important
}

.border-yellow {
    border-color: #ffba72 !important
}

.border-orange {
    border-color: #ff906a !important
}

.border-red {
    border-color: #fb183a !important
}

.border-pink {
    border-color: #ef9cc3 !important
}

.border-white {
    border-color: #fff !important
}

.border-green {
    border-color: #006850 !important
}

.border-gray-500 {
    border-color: #6b7280 !important
}

.border-blue-dark {
    border-color: #171b56 !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: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !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: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

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

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

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

.m-auto {
    margin: auto !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-5,
.common-faq .faq-list+.faq-description,
.common-faq .faq-list+.faq-cta,
.common-faq .faq-description+.faq-cta {
    margin-top: 3rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important
}

.fs-5 {
    font-size: 1.25rem !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.5 !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 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-blue {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-blue-rgb), var(--bs-text-opacity)) !important
}

.text-yellow {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-yellow-rgb), var(--bs-text-opacity)) !important
}

.text-orange {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-orange-rgb), var(--bs-text-opacity)) !important
}

.text-red {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-red-rgb), var(--bs-text-opacity)) !important
}

.text-pink {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-pink-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-green {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-green-rgb), var(--bs-text-opacity)) !important
}

.text-gray-500 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-500-rgb), var(--bs-text-opacity)) !important
}

.text-blue-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-blue-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #374151 !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, .5) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-blue {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important
}

.bg-yellow {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-yellow-rgb), var(--bs-bg-opacity)) !important
}

.bg-orange {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-orange-rgb), var(--bs-bg-opacity)) !important
}

.bg-red {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-red-rgb), var(--bs-bg-opacity)) !important
}

.bg-pink {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-pink-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-green {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-green-rgb), var(--bs-bg-opacity)) !important
}

.bg-gray-500 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-500-rgb), var(--bs-bg-opacity)) !important
}

.bg-blue-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-blue-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

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

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

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-end {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-start {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media(min-width: 576px) {
    .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: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !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: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

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

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

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

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

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

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

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

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

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

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

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

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

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

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

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

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

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

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

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

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

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

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

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

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

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

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

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

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

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

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

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

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

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

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

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

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

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

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

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

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

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

    .ps-sm-5 {
        padding-left: 3rem !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: 768px) {
    .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: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !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: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

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

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

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

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

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

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

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

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

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

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

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

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

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

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

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

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

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

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

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

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

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

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

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

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

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

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

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

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

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

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

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

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

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

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

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

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

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

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

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

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

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

    .ps-md-5 {
        padding-left: 3rem !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: 992px) {
    .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: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !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: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

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

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

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

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

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

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

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

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

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

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

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

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

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

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

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

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

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

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

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

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

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

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

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

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

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

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

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

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

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

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

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

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

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

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

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

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

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

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

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

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

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

    .ps-lg-5 {
        padding-left: 3rem !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: 1200px) {
    .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: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !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: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

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

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

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

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

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

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

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

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

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

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

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

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

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

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

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

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

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

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

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

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

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

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

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

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

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

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

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

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

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

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

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

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

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

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

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

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

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

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

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

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

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

    .ps-xl-5 {
        padding-left: 3rem !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: 1400px) {
    .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: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !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: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

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

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

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

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

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

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

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

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

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

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

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

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

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

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

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

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

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

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

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

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

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

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

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

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

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

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

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

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

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

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

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

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

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

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

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

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

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

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

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

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

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

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media(min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !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
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    cursor: grab
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.grayscale {
    filter: grayscale(1)
}

@media(min-width: 768px) {
    .bg-dots {
        background-image: url("img/graphics/blocks/dots.svg");
        background-repeat: no-repeat;
        background-position: top center
    }
}

#page {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

#page #masthead {
    flex: 0 0 auto
}

#page #primary {
    flex: 1 0 auto
}

#page #colophon {
    flex: 0 0 auto
}

body.admin-bar #page {
    min-height: calc(100vh - 32px)
}

@media screen and (max-width: 782px) {
    body.admin-bar #page {
        min-height: calc(100vh - 46px)
    }
}

@font-face {
    font-family: "GT America";
    src: url("fonts/GTAmerica-Regular.eot");
    src: url("fonts/GTAmerica-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/GTAmerica-Regular.woff2") format("woff2"), url("fonts/GTAmerica-Regular.woff") format("woff"), url("fonts/GTAmerica-Regular.svg#GTAmerica-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "GT America";
    src: url("fonts/GTAmerica-Light.eot");
    src: url("fonts/GTAmerica-Light.eot?#iefix") format("embedded-opentype"), url("fonts/GTAmerica-Light.woff2") format("woff2"), url("fonts/GTAmerica-Light.woff") format("woff"), url("fonts/GTAmerica-Light.svg#GTAmerica-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "GT America";
    src: url("fonts/GTAmerica-Medium.eot");
    src: url("fonts/GTAmerica-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/GTAmerica-Medium.woff2") format("woff2"), url("fonts/GTAmerica-Medium.woff") format("woff"), url("fonts/GTAmerica-Medium.svg#GTAmerica-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "GT America";
    src: url("fonts/GTAmerica-Bold.eot");
    src: url("fonts/GTAmerica-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/GTAmerica-Bold.woff2") format("woff2"), url("fonts/GTAmerica-Bold.woff") format("woff"), url("fonts/GTAmerica-Bold.svg#GTAmerica-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: url("fonts/Inter-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

.section-title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: .625rem;
    background-color: #e5e7eb;
    display: inline-block;
    padding: .25rem .75rem;
    border-radius: 1rem
}

.section-title.bg-blue-darker {
    background-color: rgba(24, 26, 46, .1) !important
}

.section-title.bg-blue-dark {
    background-color: rgba(23, 27, 86, .1) !important
}

.section-title.bg-blue {
    background-color: rgba(41, 63, 155, .1) !important
}

.section-title.bg-blue-light {
    background-color: rgba(74, 107, 246, .1) !important
}

.section-title.bg-pink {
    background-color: rgba(239, 156, 195, .1) !important
}

.section-title.bg-red {
    background-color: rgba(251, 24, 58, .1) !important
}

.section-title.bg-orange {
    background-color: rgba(255, 144, 106, .1) !important
}

.section-title.bg-yellow {
    background-color: rgba(255, 186, 114, .1) !important
}

.section-title.bg-green {
    background-color: rgba(0, 104, 80, .1) !important
}

.section-title.bg-gray {
    background-color: rgba(107, 114, 128, .1) !important
}

.section-title.bg-gray-dark {
    background-color: rgba(16, 24, 39, .1) !important
}

.section-title.bg-gray-light {
    background-color: rgba(208, 213, 219, .1) !important
}

.section-title.bg-gray-lighter {
    background-color: rgba(243, 244, 246, .1) !important
}

.pill {
    font-weight: 400;
    text-transform: uppercase;
    font-size: .625rem;
    background-color: #e5e7eb;
    display: inline-block;
    padding: 0 .75rem;
    border-radius: 1rem;
    margin: 0 .5rem .5rem 0;
    white-space: nowrap
}

.pill.bg-blue-darker {
    background-color: rgba(24, 26, 46, .1) !important
}

.pill.bg-blue-dark {
    background-color: rgba(23, 27, 86, .1) !important
}

.pill.bg-blue {
    background-color: rgba(41, 63, 155, .1) !important
}

.pill.bg-blue-light {
    background-color: rgba(74, 107, 246, .1) !important
}

.pill.bg-pink {
    background-color: rgba(239, 156, 195, .1) !important
}

.pill.bg-red {
    background-color: rgba(251, 24, 58, .1) !important
}

.pill.bg-orange {
    background-color: rgba(255, 144, 106, .1) !important
}

.pill.bg-yellow {
    background-color: rgba(255, 186, 114, .1) !important
}

.pill.bg-green {
    background-color: rgba(0, 104, 80, .1) !important
}

.pill.bg-gray {
    background-color: rgba(107, 114, 128, .1) !important
}

.pill.bg-gray-dark {
    background-color: rgba(16, 24, 39, .1) !important
}

.pill.bg-gray-light {
    background-color: rgba(208, 213, 219, .1) !important
}

.pill.bg-gray-lighter {
    background-color: rgba(243, 244, 246, .1) !important
}

.text-gray {
    color: #6b7280
}

.business-case-title {
    font-family: "Inter", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 2px #171b56;
    text-stroke: 2px #171b56
}

.business-case-subtitle {
    max-width: 75%;
    margin: 0 auto;
    text-align: center
}

@font-face {
    font-family: "schoolab";
    src: url("fonts/schoolab.eot?hrh80u");
    src: url("fonts/schoolab.eot?hrh80u#iefix") format("embedded-opentype"), url("fonts/schoolab.ttf?hrh80u") format("truetype"), url("fonts/schoolab.woff?hrh80u") format("woff"), url("fonts/schoolab.svg?hrh80u#schoolab") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^=icon-],
[class*=" icon-"] {
    font-family: "schoolab" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrow-down .path1:before {
    content: "";
    color: #f3f4f6
}

.icon-arrow-down .path2:before {
    content: "";
    margin-left: -1em;
    color: #4b5563
}

.icon-arrow-circle-down-fill:before {
    content: ""
}

.icon-calendar:before {
    content: ""
}

.icon-clock:before {
    content: ""
}

.icon-arrow-circle-right-fill:before {
    content: ""
}

.icon-check:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-linkedin:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-world:before {
    content: ""
}

.icon-france,
.icon-usa,
.icon-vietnam {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 1rem
}

.icon-france {
    background-image: url("img/flags/france.svg")
}

.icon-usa {
    background-image: url("img/flags/usa.svg")
}

.icon-vietnam {
    background-image: url("img/flags/vietnam.svg")
}

.svg-icon {
    display: flex;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem
}

.svg-icon svg {
    width: 2rem;
    height: 2rem
}

.btn,
.post-content .wp-block-button.is-style-outline .wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.main-navigation #primary-menu>li>a {
    text-transform: uppercase
}

[class*=btn-link] {
    padding: 4px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    margin-left: -4px;
    text-align: left
}

[class*=btn-link]::after {
    content: "";
    font-family: "schoolab";
    margin-left: .8rem;
    font-size: 2em;
    line-height: 0
}

.btn-link-primary {
    color: #4a6bf6
}

.btn-link-primary:hover,
.btn-link-primary:active,
.btn-link-primary:focus {
    color: #1943f4
}

.btn-link-secondary {
    color: #d0d5db
}

.btn-link-secondary:hover,
.btn-link-secondary:active,
.btn-link-secondary:focus {
    color: #b3bbc5
}

.btn-link-success {
    color: #006850
}

.btn-link-success:hover,
.btn-link-success:active,
.btn-link-success:focus {
    color: #003529
}

.btn-link-info {
    color: #e5e7eb
}

.btn-link-info:hover,
.btn-link-info:active,
.btn-link-info:focus {
    color: #c8ccd5
}

.btn-link-warning {
    color: #ff906a
}

.btn-link-warning:hover,
.btn-link-warning:active,
.btn-link-warning:focus {
    color: #ff6a37
}

.btn-link-danger {
    color: #fb183a
}

.btn-link-danger:hover,
.btn-link-danger:active,
.btn-link-danger:focus {
    color: #dc0424
}

.btn-link-light {
    color: #f3f4f6
}

.btn-link-light:hover,
.btn-link-light:active,
.btn-link-light:focus {
    color: #d6d9e0
}

.btn-link-dark {
    color: #090d15
}

.btn-link-dark:hover,
.btn-link-dark:active,
.btn-link-dark:focus {
    color: #000
}

.btn-link-blue {
    color: #293f9b
}

.btn-link-blue:hover,
.btn-link-blue:active,
.btn-link-blue:focus {
    color: #1e2f73
}

.btn-link-yellow {
    color: #ffba72
}

.btn-link-yellow:hover,
.btn-link-yellow:active,
.btn-link-yellow:focus {
    color: #ffa13f
}

.btn-link-orange {
    color: #ff906a
}

.btn-link-orange:hover,
.btn-link-orange:active,
.btn-link-orange:focus {
    color: #ff6a37
}

.btn-link-red {
    color: #fb183a
}

.btn-link-red:hover,
.btn-link-red:active,
.btn-link-red:focus {
    color: #dc0424
}

.btn-link-pink {
    color: #ef9cc3
}

.btn-link-pink:hover,
.btn-link-pink:active,
.btn-link-pink:focus {
    color: #e870a8
}

.btn-link-white {
    color: #f9fafb
}

.btn-link-white:hover,
.btn-link-white:active,
.btn-link-white:focus {
    color: #dae1e7
}

.btn-link-green {
    color: #006850
}

.btn-link-green:hover,
.btn-link-green:active,
.btn-link-green:focus {
    color: #003529
}

.btn-link-gray-500 {
    color: #6b7280
}

.btn-link-gray-500:hover,
.btn-link-gray-500:active,
.btn-link-gray-500:focus {
    color: #545964
}

.btn-link-blue-dark {
    color: #171b56
}

.btn-link-blue-dark:hover,
.btn-link-blue-dark:active,
.btn-link-blue-dark:focus {
    color: #0c0e2e
}

.nav-pills .nav-link-primary.active {
    background-color: #4a6bf6
}

.nav-pills .nav-link-primary.active:hover,
.nav-pills .nav-link-primary.active:active,
.nav-pills .nav-link-primary.active:focus {
    background-color: #1943f4
}

.nav-pills .nav-link-secondary.active {
    background-color: #d0d5db
}

.nav-pills .nav-link-secondary.active:hover,
.nav-pills .nav-link-secondary.active:active,
.nav-pills .nav-link-secondary.active:focus {
    background-color: #b3bbc5
}

.nav-pills .nav-link-success.active {
    background-color: #006850
}

.nav-pills .nav-link-success.active:hover,
.nav-pills .nav-link-success.active:active,
.nav-pills .nav-link-success.active:focus {
    background-color: #003529
}

.nav-pills .nav-link-info.active {
    background-color: #e5e7eb
}

.nav-pills .nav-link-info.active:hover,
.nav-pills .nav-link-info.active:active,
.nav-pills .nav-link-info.active:focus {
    background-color: #c8ccd5
}

.nav-pills .nav-link-warning.active {
    background-color: #ff906a
}

.nav-pills .nav-link-warning.active:hover,
.nav-pills .nav-link-warning.active:active,
.nav-pills .nav-link-warning.active:focus {
    background-color: #ff6a37
}

.nav-pills .nav-link-danger.active {
    background-color: #fb183a
}

.nav-pills .nav-link-danger.active:hover,
.nav-pills .nav-link-danger.active:active,
.nav-pills .nav-link-danger.active:focus {
    background-color: #dc0424
}

.nav-pills .nav-link-light.active {
    background-color: #f3f4f6
}

.nav-pills .nav-link-light.active:hover,
.nav-pills .nav-link-light.active:active,
.nav-pills .nav-link-light.active:focus {
    background-color: #d6d9e0
}

.nav-pills .nav-link-dark.active {
    background-color: #090d15
}

.nav-pills .nav-link-dark.active:hover,
.nav-pills .nav-link-dark.active:active,
.nav-pills .nav-link-dark.active:focus {
    background-color: #000
}

.nav-pills .nav-link-blue.active {
    background-color: #293f9b
}

.nav-pills .nav-link-blue.active:hover,
.nav-pills .nav-link-blue.active:active,
.nav-pills .nav-link-blue.active:focus {
    background-color: #1e2f73
}

.nav-pills .nav-link-yellow.active {
    background-color: #ffba72
}

.nav-pills .nav-link-yellow.active:hover,
.nav-pills .nav-link-yellow.active:active,
.nav-pills .nav-link-yellow.active:focus {
    background-color: #ffa13f
}

.nav-pills .nav-link-orange.active {
    background-color: #ff906a
}

.nav-pills .nav-link-orange.active:hover,
.nav-pills .nav-link-orange.active:active,
.nav-pills .nav-link-orange.active:focus {
    background-color: #ff6a37
}

.nav-pills .nav-link-red.active {
    background-color: #fb183a
}

.nav-pills .nav-link-red.active:hover,
.nav-pills .nav-link-red.active:active,
.nav-pills .nav-link-red.active:focus {
    background-color: #dc0424
}

.nav-pills .nav-link-pink.active {
    background-color: #ef9cc3
}

.nav-pills .nav-link-pink.active:hover,
.nav-pills .nav-link-pink.active:active,
.nav-pills .nav-link-pink.active:focus {
    background-color: #e870a8
}

.nav-pills .nav-link-white.active {
    background-color: #f9fafb
}

.nav-pills .nav-link-white.active:hover,
.nav-pills .nav-link-white.active:active,
.nav-pills .nav-link-white.active:focus {
    background-color: #dae1e7
}

.nav-pills .nav-link-green.active {
    background-color: #006850
}

.nav-pills .nav-link-green.active:hover,
.nav-pills .nav-link-green.active:active,
.nav-pills .nav-link-green.active:focus {
    background-color: #003529
}

.nav-pills .nav-link-gray-500.active {
    background-color: #6b7280
}

.nav-pills .nav-link-gray-500.active:hover,
.nav-pills .nav-link-gray-500.active:active,
.nav-pills .nav-link-gray-500.active:focus {
    background-color: #545964
}

.nav-pills .nav-link-blue-dark.active {
    background-color: #171b56
}

.nav-pills .nav-link-blue-dark.active:hover,
.nav-pills .nav-link-blue-dark.active:active,
.nav-pills .nav-link-blue-dark.active:focus {
    background-color: #0c0e2e
}

.section {
    padding: 2rem 0
}

@media(min-width: 576px)and (max-width: 767.98px) {
    .section {
        padding: 2rem 0
    }
}

@media(min-width: 992px) {
    .section {
        padding: 3rem 0
    }
}

.section-sm {
    padding: 2rem 0
}

@media(max-width: 575.98px) {
    .section-sm {
        padding: 1rem 0
    }
}

@media(max-width: 575.98px) {
    .section-header {
        padding: calc(2rem + 40px) 0 2rem
    }
}

@media(min-width: 576px)and (max-width: 767.98px) {
    .section-header {
        padding: calc(3rem + 40px) 0 3rem
    }
}

@media(min-width: 768px)and (max-width: 991.98px) {
    .section-header {
        padding: calc(4rem + 40px) 0 4rem
    }
}

@media(min-width: 992px) {
    .section-header {
        padding: calc(5rem + 64px) 0 5rem
    }
}

.wrapper-gray {
    background-color: #f3f4f6;
    padding: 2rem .75rem;
    margin-left: -0.75rem;
    margin-right: -0.75rem
}

@media(min-width: 576px) {
    .wrapper-gray {
        border-radius: 1rem
    }
}

@media(min-width: 992px) {
    .wrapper-gray {
        padding: 3rem .75rem
    }
}

.wrapper-title,
.wrapper-content,
.wrapper-content-box,
.wrapper-content-full {
    margin-left: auto;
    margin-right: auto
}

.wrapper-content .text {
    margin-top: 2rem
}

@media(min-width: 992px) {
    .wrapper-content .text {
        margin-top: 3rem
    }
}

.wrapper-content+.wrapper-cta {
    margin-top: 0
}

@media(min-width: 992px) {
    .wrapper-content+.wrapper-cta {
        margin-top: 1rem
    }
}

.wrapper-title .section-title,
.wrapper-title .title,
.wrapper-title .text {
    margin-bottom: 2rem
}

@media(min-width: 992px) {

    .wrapper-title .section-title,
    .wrapper-title .title,
    .wrapper-title .text {
        margin-bottom: 3rem
    }
}

.wrapper-title .section-title+.title,
.wrapper-title .section-title+.text,
.wrapper-title .title+.text {
    margin-top: -1.5rem
}

@media(min-width: 992px) {

    .wrapper-title .section-title+.title,
    .wrapper-title .section-title+.text,
    .wrapper-title .title+.text {
        margin-top: -2.5rem
    }
}

.wrapper-cta {
    margin-top: 2rem
}

.wrapper-cta .btn,
.wrapper-cta .post-content .wp-block-button.is-style-outline .wp-block-button__link,
.post-content .wp-block-button.is-style-outline .wrapper-cta .wp-block-button__link,
.wrapper-cta .post-content .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .wrapper-cta .wp-block-button__link,
.wrapper-cta .main-navigation #primary-menu>li>a,
.main-navigation .wrapper-cta #primary-menu>li>a {
    margin: 1rem .25rem 0
}

section[class*=common-] .wrapper-content .text {
    color: #6b7280;
    font-weight: 500
}

.burger {
    width: 24px;
    height: 18px;
    border: 0;
    background-color: transparent;
    position: relative;
    display: inline-block
}

.burger span {
    transition: all ease-in-out .3s;
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 2px;
    background-color: #fff
}

.burger span:first-child {
    top: calc(2px / 2);
    left: 0
}

.burger span:nth-child(2) {
    top: 50%;
    margin-top: calc(-2px / 2);
    left: 0
}

.burger span:last-child {
    bottom: calc(2px / 2);
    left: 0
}

.burger.triggered span:first-child,
.burger.triggered span:last-child {
    top: 50%;
    transform-origin: 50% 50%;
    margin-top: calc(-2px / 2)
}

.burger.triggered span:first-child {
    transform: rotate(45deg)
}

.burger.triggered span:last-child {
    transform: rotate(-45deg)
}

.burger.triggered span:nth-child(2) {
    opacity: 0;
    transform: scale(0.8)
}

.menu-toggle {
    border: 0;
    background-color: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 500;
    margin-left: .5rem
}

.menu-toggle .burger {
    margin-left: .8rem
}

.module-block {
    margin: 3rem 0
}

@media(max-width: 575.98px) {
    .module-block {
        margin: 2rem 0
    }
}

@media(max-width: 991.98px) {
    #ps2id-dummy-offset {
        height: 40px
    }
}

@media(min-width: 992px) {
    #ps2id-dummy-offset {
        height: 64px
    }
}

@media screen and (max-width: 782px) {
    body.admin-bar #ps2id-dummy-offset {
        height: 86px
    }
}

@media screen and (min-width: 783px) {
    body.admin-bar #ps2id-dummy-offset {
        height: 96px
    }
}

.site-header {
    background-color: #171b56;
    z-index: 998;
    opacity: 1;
    transition: background-color .3s ease-in-out;
    width: 100%;
    position: fixed
}

@media(max-width: 991.98px) {
    .site-header {
        height: 40px
    }
}

@media(min-width: 992px) {
    .site-header {
        height: 64px
    }
}

.site-header.scr-true {
    background-color: #171b56
}

.site-header.scr-abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%
}

.site-header .site-branding {
    height: calc(100% - 1rem);
    display: flex;
    align-items: center;
    flex: 0 1 auto;
    margin-right: 2rem
}

.site-header .site-branding .custom-logo-link {
    display: inline-block;
    max-height: 27px;
    max-width: 200px
}

.site-header .site-branding .custom-logo-link img {
    max-width: 100%;
    width: 100%;
    height: 100%
}

.site-header .main-navigation {
    flex: 1 0 auto;
    justify-content: flex-end;
    z-index: 999;
    display: flex;
    align-items: center
}

@media(max-width: 991.98px) {
    .site-header .main-navigation {
        height: 40px
    }
}

@media(min-width: 992px) {
    .site-header .main-navigation {
        height: 64px
    }
}

body.admin-bar .site-header {
    top: 32px
}

@media screen and (max-width: 782px) {
    body.admin-bar .site-header {
        top: 0
    }
}

@media screen and (max-width: 600px) {
    body.admin-bar .site-header.scr-true {
        top: 0
    }
}

@media screen and (min-width: 601px)and (max-width: 782px) {
    body.admin-bar .site-header.scr-true {
        top: 46px
    }
}

body.admin-bar .site-header.scr-abs {
    top: 46px
}

.default-hero,
.hero-type-1,
.hero-home {
    position: relative
}

.default-hero .overlay,
.hero-type-1 .overlay,
.hero-home .overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(24, 26, 46, 0) 0%, rgba(24, 26, 46, 0.7) 50%, rgba(24, 26, 46, 0.9) 100%);
    z-index: 1
}

.default-hero .container,
.hero-type-1 .container,
.hero-home .container {
    position: relative;
    z-index: 1;
    color: #fff
}

.default-hero,
.hero-type-1 {
    background-size: cover
}

@media(max-width: 991.98px) {

    .default-hero,
    .hero-type-1 {
        background-position: center calc(50% + 40px)
    }
}

@media(min-width: 992px) {

    .default-hero,
    .hero-type-1 {
        background-position: center calc(50% + 64px)
    }
}

.default-hero::before,
.hero-type-1::before {
    position: absolute;
    bottom: -1px;
    content: "";
    display: block;
    border-radius: 1rem 1rem 0 0;
    background-color: #fff;
    width: 100%;
    height: 1.25rem;
    z-index: 2
}

.default-hero {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media(max-width: 991.98px) {
    .default-hero {
        min-height: 14rem
    }
}

@media(min-width: 992px) {
    .default-hero {
        min-height: 25rem
    }
}

@media(max-width: 575.98px) {
    .default-hero {
        padding-bottom: 3.25rem
    }
}

@media(min-width: 576px)and (max-width: 767.98px) {
    .default-hero {
        padding-bottom: 4.25rem
    }
}

@media(min-width: 768px)and (max-width: 991.98px) {
    .default-hero {
        padding-bottom: 5.25rem
    }
}

@media(min-width: 992px) {
    .default-hero {
        padding-bottom: 6.25rem
    }
}

.default-hero h1,
.default-hero .h1 {
    margin-bottom: 0
}

.default-hero h1+.wrapper-cta-header,
.default-hero .h1+.wrapper-cta-header {
    margin-top: 0
}

.default-hero .wrapper-cta-header {
    margin-top: -1rem
}

.default-hero .wrapper-cta-header a {
    margin: 1rem .25rem 0
}

.hero-type-1 h1,
.hero-type-1 .h1,
.hero-home h1,
.hero-home .h1 {
    color: #fff;
    text-transform: uppercase
}

.hero-type-1 p.lead,
.hero-home p.lead {
    color: #fff
}

.hero-type-1 {
    display: flex;
    align-items: flex-end;
    min-height: 90vh
}

.hero-type-1::after {
    content: "";
    display: block;
    padding-bottom: 30%
}

.hero-home .hero_slider .slick-track {
    display: flex
}

.hero-home .hero_slider .slick-track .slick-slide {
    height: inherit
}

.hero-home .hero_slider .hero_slider-item {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 90vh
}

@media(max-width: 575.98px) {
    .hero-home .hero_slider .hero_slider-item {
        padding: calc(2rem + 40px) 0 5rem
    }
}

@media(min-width: 576px)and (max-width: 767.98px) {
    .hero-home .hero_slider .hero_slider-item {
        padding: calc(3rem + 40px) 0 5rem
    }
}

@media(min-width: 768px)and (max-width: 991.98px) {
    .hero-home .hero_slider .hero_slider-item {
        padding: calc(4rem + 40px) 0 4rem
    }
}

@media(min-width: 992px) {
    .hero-home .hero_slider .hero_slider-item {
        padding: calc(5rem + 64px) 0 5rem
    }
}

.hero-home .hero_slider .hero_slider-item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.hero-home .hero_slider .hero_slider-item>*:not(img):not(.overlay) {
    position: relative;
    z-index: 2
}

.hero-home .see_more {
    display: flex;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    align-items: center
}

.hero-home .see_more div:first-child,
.hero-home .see_more div:last-child {
    height: 1.25rem;
    flex: 1 0 auto;
    border-bottom: 1rem solid #fff;
    border-top: 1rem solid transparent;
    box-sizing: content-box;
    display: flex;
    align-items: flex-end
}

.hero-home .see_more div:first-child figure,
.hero-home .see_more div:last-child figure {
    width: .625rem;
    height: .625rem;
    overflow: hidden;
    display: block;
    position: relative;
    margin: 0;
    bottom: 0
}

.hero-home .see_more div:first-child figure::before,
.hero-home .see_more div:last-child figure::before {
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    content: "";
    border-radius: 100em;
    background-color: transparent;
    bottom: 0;
    box-shadow: 0 0 0 100em #fff
}

.hero-home .see_more div:nth-child(2) {
    font-size: 2rem;
    color: #9ba2ae;
    padding: .6rem;
    background-color: #fff;
    border-radius: 3rem 3rem 0 0;
    line-height: 0;
    position: relative
}

.hero-home .see_more div:nth-child(2) a {
    color: #9ba2ae;
    text-decoration: none;
    transition: all .2s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .hero-home .see_more div:nth-child(2) a {
        transition: none
    }
}

.hero-home .see_more div:nth-child(2) a:hover,
.hero-home .see_more div:nth-child(2) a:focus,
.hero-home .see_more div:nth-child(2) a:active {
    color: #4a6bf6
}

.hero-home .see_more div:first-child {
    justify-content: flex-end
}

.hero-home .see_more div:first-child figure::before {
    right: 0
}

.hero-home .see_more div:last-child {
    justify-content: flex-start
}

.hero-home .see_more div:last-child figure::before {
    left: 0
}

.hero-home .slick-dots {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 2rem;
    z-index: 3;
    display: flex;
    flex-direction: column
}

@media(max-width: 575.98px) {
    .hero-home .slick-dots {
        bottom: 2rem;
        right: 0
    }
}

@media(min-width: 576px)and (max-width: 767.98px) {
    .hero-home .slick-dots {
        bottom: 3rem
    }
}

@media(min-width: 768px)and (max-width: 991.98px) {
    .hero-home .slick-dots {
        bottom: 4rem
    }
}

@media(min-width: 992px) {
    .hero-home .slick-dots {
        bottom: 5rem
    }
}

.hero-home .slick-dots li {
    position: relative;
    opacity: .7;
    height: 2rem;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.hero-home .slick-dots li.slick-active {
    font-size: 1.2em;
    opacity: 1
}

.hero-home .slick-dots li.slick-active::before {
    width: .8rem;
    height: .8rem;
    left: -1.15rem
}

.hero-home .slick-dots li::before {
    content: "";
    width: .5rem;
    height: .5rem;
    position: absolute;
    left: -1rem;
    background-color: #fff;
    border-radius: 1rem
}

.hero-home .slick-dots li button {
    border: 0;
    background-color: transparent;
    color: #fff;
    font-weight: 500
}

.hero-landing__banner {
    height: 348px;
    margin-bottom: -15.25rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.hero-landing #breadcrumbs {
    line-height: 1.5rem;
    color: #fff
}

@media(min-width: 768px) {
    .hero-landing #breadcrumbs {
        max-width: 1088px;
        margin: auto
    }
}

.hero-landing #breadcrumbs .container {
    padding: 0
}

.hero-landing #breadcrumbs a {
    color: #fff
}

.hero-landing .landing-container {
    padding: 1.5625rem 1.25rem 0;
    border-radius: 1rem
}

@media(min-width: 576px) {
    .hero-landing .landing-container {
        padding: 1.5625rem 1.875rem 0
    }
}

@media(min-width: 768px) {
    .hero-landing .landing-container {
        max-width: 1088px;
        margin: auto;
        padding: 1.875rem 2.5rem 0
    }
}

@media(min-width: 768px) {
    .hero-landing__left {
        padding-right: 5%
    }
}

@media(min-width: 768px) {
    .hero-landing__right {
        padding-left: 5%
    }
}

.hero-landing__description {
    line-height: 1.625rem;
    font-size: 1rem
}

.hero-landing__picture {
    max-width: 100%;
    max-height: 350px
}

.hero-landing .nf-form-cont {
    padding: 3.4375rem 2rem;
    background: #e5e7eb;
    border-radius: 16px
}

.hero-landing .nf-form-title {
    margin-bottom: 3rem;
    text-align: center
}

.hero-landing .nf-field-label {
    margin-bottom: 8px;
    font-weight: 500
}

.hero-landing .nf-field-label .ninja-forms-req-symbol {
    color: #181b56
}

.hero-landing .nf-form-content label {
    font-weight: 500
}

.hero-landing .form-control,
.hero-landing .nf-form-content .list-select-wrap .nf-field-element>div,
.hero-landing .nf-form-content input:not([type=button]):not([type=radio]):not([type=checkbox]):not([type=button]),
.hero-landing .nf-form-content textarea,
.hero-landing .nf-form-content select.ninja-forms-field:not([multiple]) {
    background: #fff;
    border-color: #e5e7eb
}

.hero-landing .nf-form-content input[type=button] {
    width: 100%;
    background-color: #4a6bf6;
    color: #fff
}

.main-navigation #primary-menu {
    position: relative;
    z-index: 2
}

.main-navigation #primary-menu,
.main-navigation #primary-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.main-navigation #primary-menu>ul>li {
    display: inline-block
}

.main-navigation #primary-menu>ul>li a {
    padding: .25rem 1rem
}

.main-navigation #primary-menu>li {
    display: inline-block;
    margin: 0 .25rem;
    position: relative
}

.main-navigation #primary-menu>li>a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75rem;
    padding: .38rem .8rem
}

.main-navigation #primary-menu>li>ul.sub-menu {
    position: absolute
}

.main-navigation #primary-menu .menu-item.has-icon i {
    font-size: 1rem !important;
    line-height: .8em;
    position: relative;
    top: .1rem;
    display: inline-block;
    margin-right: .25rem
}

.main-navigation #primary-menu .menu-item-has-children>.sub-menu {
    transition: all .2s ease-in-out;
    opacity: 0;
    visibility: hidden
}

@media(prefers-reduced-motion: reduce) {
    .main-navigation #primary-menu .menu-item-has-children>.sub-menu {
        transition: none
    }
}

.main-navigation #primary-menu .menu-item-has-children>.sub-menu::before {
    content: "";
    background-image: url("img/ui/arrow.svg");
    width: 1rem;
    height: .5rem;
    display: block;
    margin-left: 1rem
}

.main-navigation #primary-menu .menu-item-has-children>.sub-menu a {
    padding: .25rem .5rem;
    background-color: #fff;
    text-decoration: none;
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #171b56;
    display: block;
    white-space: nowrap
}

.main-navigation #primary-menu .menu-item-has-children>.sub-menu a:hover,
.main-navigation #primary-menu .menu-item-has-children>.sub-menu a:focus,
.main-navigation #primary-menu .menu-item-has-children>.sub-menu a:active {
    background-color: #f3f4f6
}

.main-navigation #primary-menu .menu-item-has-children>.sub-menu .menu-item:first-child a {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.main-navigation #primary-menu .menu-item-has-children>.sub-menu .menu-item:last-child a {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.main-navigation #primary-menu .menu-item-has-children>.sub-menu .menu-item.current-menu-item a {
    background-color: #f3f4f6
}

.main-navigation #primary-menu .menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    visibility: visible
}

@media(max-width: 991.98px) {
    .main-navigation #primary-menu li:not(.pll-parent-menu-item) {
        display: none
    }
}

.mega-menu-wrapper {
    transition: all .2s ease-in-out;
    position: fixed;
    background-color: #171b56;
    left: 0;
    right: 0;
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    display: none;
    overflow-y: auto;
    justify-content: center
}

@media(prefers-reduced-motion: reduce) {
    .mega-menu-wrapper {
        transition: none
    }
}

@media(max-width: 575.98px) {
    .mega-menu-wrapper {
        padding: 3rem
    }
}

@media(min-width: 576px)and (max-width: 767.98px) {
    .mega-menu-wrapper {
        padding: 5rem
    }
}

@media(min-width: 768px) {
    .mega-menu-wrapper {
        padding: 7rem
    }
}

@media(max-width: 991.98px) {
    .mega-menu-wrapper {
        top: 40px;
        min-height: calc(100vh - 40px)
    }
}

@media(min-width: 992px) {
    .mega-menu-wrapper {
        top: 64px;
        min-height: calc(100vh - 64px)
    }
}

.mega-menu-wrapper.active {
    opacity: 1;
    visibility: visible;
    display: flex
}

@media(max-width: 991.98px) {
    .mega-menu-wrapper>div:first-child {
        display: none
    }
}

@media(min-width: 992px) {
    .mega-menu-wrapper>div:first-child {
        flex: 0 0 40%;
        max-width: 500px
    }
}

@media(min-width: 992px) {
    .mega-menu-wrapper>div:last-child {
        flex: 1 0 60%;
        max-width: 700px;
        padding-left: 2rem
    }
}

.mega-menu-wrapper .mega-menu-image {
    position: relative
}

.mega-menu-wrapper .mega-menu-image .mega-menu-image-container {
    position: relative;
    width: 300px;
    opacity: 0;
    visibility: hidden;
    display: none;
    z-index: 1
}

.mega-menu-wrapper .mega-menu-image .mega-menu-image-container.active {
    opacity: 1;
    visibility: visible;
    display: block
}

.mega-menu-wrapper .mega-menu-image .mega-menu-image-container img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 1rem
}

.mega-menu-wrapper .mega-menu-image .mega-menu-image-container::before {
    content: "";
    display: block;
    padding-bottom: 150%;
    background-color: #171b56;
    margin-left: -24px
}

.mega-menu-wrapper .mega-menu-image .mega-menu-image-container:nth-child(1)::after {
    background-image: url("img/mega-menu/dots-1.svg");
    bottom: 30px
}

.mega-menu-wrapper .mega-menu-image .mega-menu-image-container:nth-of-type(2)::after {
    background-image: url("img/mega-menu/dots-2.svg");
    bottom: 60px
}

.mega-menu-wrapper .mega-menu-image .mega-menu-image-container:nth-of-type(3)::after {
    background-image: url("img/mega-menu/dots-3.svg");
    top: 30px;
    bottom: 0;
    background-position: top center
}

.mega-menu-wrapper .mega-menu-image .mega-menu-image-container:nth-of-type(4)::after {
    background-image: url("img/mega-menu/dots-4.svg");
    top: 70px;
    bottom: 0;
    background-position: top center
}

.mega-menu-wrapper .mega-menu-image .mega-menu-image-container::after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: -8px;
    width: 16px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom center
}

.mega-menu-wrapper .mega-menu-image .background {
    position: absolute;
    left: 150px;
    top: 64px
}

.mega-menu-wrapper div[class*=menu-mega-menu] ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.mega-menu-wrapper div[class*=menu-mega-menu]>.menu {
    display: flex;
    flex-wrap: wrap
}

.mega-menu-wrapper div[class*=menu-mega-menu]>.menu>.menu-item {
    flex: 1 0 50%;
    margin-bottom: 1rem;
    padding-right: 2rem
}

.mega-menu-wrapper div[class*=menu-mega-menu]>.menu .menu-item a {
    transition: all .2s ease-in-out;
    text-decoration: none;
    padding: .25rem 0;
    display: block;
    color: #9ba2ae
}

@media(prefers-reduced-motion: reduce) {
    .mega-menu-wrapper div[class*=menu-mega-menu]>.menu .menu-item a {
        transition: none
    }
}

.mega-menu-wrapper div[class*=menu-mega-menu]>.menu .menu-item a:hover {
    color: #f3f4f6
}

.mega-menu-wrapper div[class*=menu-mega-menu]>.menu .menu-item.menu-social .sub-menu li {
    display: inline-block
}

.mega-menu-wrapper div[class*=menu-mega-menu]>.menu .menu-item.menu-social .sub-menu li a {
    font-size: 1.5rem;
    margin-right: .5rem;
    display: inline-block
}

.mega-menu-wrapper div[class*=menu-mega-menu]>.menu>.menu-item>a {
    text-transform: uppercase;
    color: #f3f4f6;
    font-size: 1.25rem;
    font-weight: 700
}

.mega-menu-wrapper div[class*=menu-mega-menu]>.menu>.menu-item>a::after {
    content: "";
    font-family: "schoolab";
    margin-left: 1rem;
    font-weight: 400
}

@media screen and (max-width: 782px) {
    body.admin-bar .scr-abs .mega-menu-wrapper {
        top: 86px;
        height: calc(100vh - 40px - 46px)
    }
}

@media screen and (min-width: 783px) {
    body.admin-bar .scr-abs .mega-menu-wrapper {
        top: 72px;
        height: calc(100vh - 40px - 32px)
    }
}

@media(min-width: 768px)and (max-width: 991.98px) {
    body.admin-bar .scr-abs .mega-menu-wrapper {
        top: 72px;
        height: calc(100vh - 40px - 32px)
    }
}

@media(min-width: 992px) {
    body.admin-bar .scr-abs .mega-menu-wrapper {
        top: 96px;
        height: calc(100vh - 64px - 32px)
    }
}

html[lang=en-us] .pll-parent-menu-item>a::after {
    content: "EN"
}

html[lang=fr-FR] .pll-parent-menu-item>a::after {
    content: "FR"
}

#mega-menu,
#secondary-menu,
#lang-menu {
    position: relative;
    z-index: 2
}

#mega-menu .pll-parent-menu-item,
#secondary-menu .pll-parent-menu-item,
#lang-menu .pll-parent-menu-item {
    display: inline-block;
    margin: 0;
    position: relative
}

#mega-menu .pll-parent-menu-item:hover>a,
#secondary-menu .pll-parent-menu-item:hover>a,
#lang-menu .pll-parent-menu-item:hover>a {
    border-color: #fff;
    color: #fff
}

#mega-menu .pll-parent-menu-item:hover>a::after,
#secondary-menu .pll-parent-menu-item:hover>a::after,
#lang-menu .pll-parent-menu-item:hover>a::after {
    border-color: #fff transparent transparent transparent
}

#mega-menu .pll-parent-menu-item:hover>.sub-menu,
#secondary-menu .pll-parent-menu-item:hover>.sub-menu,
#lang-menu .pll-parent-menu-item:hover>.sub-menu {
    opacity: 1;
    visibility: visible
}

#mega-menu .pll-parent-menu-item>a,
#secondary-menu .pll-parent-menu-item>a,
#lang-menu .pll-parent-menu-item>a {
    padding: .38rem .625rem;
    border: 1px solid #9ba2ae;
    border-radius: 4px;
    font-size: 1rem !important;
    text-transform: none;
    color: #9ba2ae
}

@media(max-width: 575.98px) {

    #mega-menu .pll-parent-menu-item>a,
    #secondary-menu .pll-parent-menu-item>a,
    #lang-menu .pll-parent-menu-item>a {
        font-size: .75rem !important
    }
}

#mega-menu .pll-parent-menu-item>a::before,
#secondary-menu .pll-parent-menu-item>a::before,
#lang-menu .pll-parent-menu-item>a::before {
    display: none
}

#mega-menu .pll-parent-menu-item>a::after,
#secondary-menu .pll-parent-menu-item>a::after,
#lang-menu .pll-parent-menu-item>a::after {
    transition: all .2s ease-in-out;
    position: relative;
    top: 14px;
    margin: 0 0 0 11px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #9ba2ae transparent transparent transparent
}

@media(prefers-reduced-motion: reduce) {

    #mega-menu .pll-parent-menu-item>a::after,
    #secondary-menu .pll-parent-menu-item>a::after,
    #lang-menu .pll-parent-menu-item>a::after {
        transition: none
    }
}

@media(max-width: 575.98px) {

    #mega-menu .pll-parent-menu-item>a::after,
    #secondary-menu .pll-parent-menu-item>a::after,
    #lang-menu .pll-parent-menu-item>a::after {
        border-width: 5px 4px 0 4px
    }
}

#mega-menu .pll-parent-menu-item,
#mega-menu .pll-parent-menu-item ul,
#secondary-menu .pll-parent-menu-item,
#secondary-menu .pll-parent-menu-item ul,
#lang-menu .pll-parent-menu-item,
#lang-menu .pll-parent-menu-item ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#mega-menu .pll-parent-menu-item>ul.sub-menu,
#secondary-menu .pll-parent-menu-item>ul.sub-menu,
#lang-menu .pll-parent-menu-item>ul.sub-menu {
    position: absolute
}

#mega-menu .pll-parent-menu-item .menu-item>a,
#secondary-menu .pll-parent-menu-item .menu-item>a,
#lang-menu .pll-parent-menu-item .menu-item>a {
    text-transform: none;
    background: transparent;
    color: #fff;
    font-size: 1rem;
    padding: .38rem 0
}

#mega-menu .pll-parent-menu-item>.sub-menu,
#secondary-menu .pll-parent-menu-item>.sub-menu,
#lang-menu .pll-parent-menu-item>.sub-menu {
    transition: all .2s ease-in-out;
    opacity: 0;
    visibility: hidden
}

@media(prefers-reduced-motion: reduce) {

    #mega-menu .pll-parent-menu-item>.sub-menu,
    #secondary-menu .pll-parent-menu-item>.sub-menu,
    #lang-menu .pll-parent-menu-item>.sub-menu {
        transition: none
    }
}

#mega-menu .pll-parent-menu-item>.sub-menu::before,
#secondary-menu .pll-parent-menu-item>.sub-menu::before,
#lang-menu .pll-parent-menu-item>.sub-menu::before {
    content: "";
    background-image: url("img/ui/arrow.svg");
    width: 1rem;
    height: .5rem;
    display: block;
    margin-left: 1rem
}

#mega-menu .pll-parent-menu-item>.sub-menu a,
#secondary-menu .pll-parent-menu-item>.sub-menu a,
#lang-menu .pll-parent-menu-item>.sub-menu a {
    padding: .25rem .5rem;
    background-color: #fff;
    text-decoration: none;
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #171b56;
    display: block;
    white-space: nowrap
}

#mega-menu .pll-parent-menu-item>.sub-menu a:hover,
#mega-menu .pll-parent-menu-item>.sub-menu a:focus,
#mega-menu .pll-parent-menu-item>.sub-menu a:active,
#secondary-menu .pll-parent-menu-item>.sub-menu a:hover,
#secondary-menu .pll-parent-menu-item>.sub-menu a:focus,
#secondary-menu .pll-parent-menu-item>.sub-menu a:active,
#lang-menu .pll-parent-menu-item>.sub-menu a:hover,
#lang-menu .pll-parent-menu-item>.sub-menu a:focus,
#lang-menu .pll-parent-menu-item>.sub-menu a:active {
    background-color: #f3f4f6
}

#mega-menu .pll-parent-menu-item>.sub-menu .menu-item:first-child a,
#secondary-menu .pll-parent-menu-item>.sub-menu .menu-item:first-child a,
#lang-menu .pll-parent-menu-item>.sub-menu .menu-item:first-child a {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

#mega-menu .pll-parent-menu-item>.sub-menu .menu-item:last-child a,
#secondary-menu .pll-parent-menu-item>.sub-menu .menu-item:last-child a,
#lang-menu .pll-parent-menu-item>.sub-menu .menu-item:last-child a {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.posts-nav ul.filter-button-group {
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
    text-align: center
}

.posts-nav ul.filter-button-group li {
    display: inline-block;
    margin-bottom: .75rem
}

.posts-nav ul.filter-button-group li button {
    padding: .375rem 1rem
}

.posts-nav .filters-select {
    border: 0;
    border-bottom: 2px solid
}

.posts-nav .filters-select.border-primary:focus,
.posts-nav .filters-select.border-primary:active {
    box-shadow: 0 0 0 .25rem rgba(74, 107, 246, .5);
    outline: none
}

.posts-nav .filters-select.border-secondary:focus,
.posts-nav .filters-select.border-secondary:active {
    box-shadow: 0 0 0 .25rem rgba(208, 213, 219, .5);
    outline: none
}

.posts-nav .filters-select.border-success:focus,
.posts-nav .filters-select.border-success:active {
    box-shadow: 0 0 0 .25rem rgba(0, 104, 80, .5);
    outline: none
}

.posts-nav .filters-select.border-info:focus,
.posts-nav .filters-select.border-info:active {
    box-shadow: 0 0 0 .25rem rgba(229, 231, 235, .5);
    outline: none
}

.posts-nav .filters-select.border-warning:focus,
.posts-nav .filters-select.border-warning:active {
    box-shadow: 0 0 0 .25rem rgba(255, 144, 106, .5);
    outline: none
}

.posts-nav .filters-select.border-danger:focus,
.posts-nav .filters-select.border-danger:active {
    box-shadow: 0 0 0 .25rem rgba(251, 24, 58, .5);
    outline: none
}

.posts-nav .filters-select.border-light:focus,
.posts-nav .filters-select.border-light:active {
    box-shadow: 0 0 0 .25rem rgba(243, 244, 246, .5);
    outline: none
}

.posts-nav .filters-select.border-dark:focus,
.posts-nav .filters-select.border-dark:active {
    box-shadow: 0 0 0 .25rem rgba(9, 13, 21, .5);
    outline: none
}

.posts-nav .filters-select.border-blue:focus,
.posts-nav .filters-select.border-blue:active {
    box-shadow: 0 0 0 .25rem rgba(41, 63, 155, .5);
    outline: none
}

.posts-nav .filters-select.border-yellow:focus,
.posts-nav .filters-select.border-yellow:active {
    box-shadow: 0 0 0 .25rem rgba(255, 186, 114, .5);
    outline: none
}

.posts-nav .filters-select.border-orange:focus,
.posts-nav .filters-select.border-orange:active {
    box-shadow: 0 0 0 .25rem rgba(255, 144, 106, .5);
    outline: none
}

.posts-nav .filters-select.border-red:focus,
.posts-nav .filters-select.border-red:active {
    box-shadow: 0 0 0 .25rem rgba(251, 24, 58, .5);
    outline: none
}

.posts-nav .filters-select.border-pink:focus,
.posts-nav .filters-select.border-pink:active {
    box-shadow: 0 0 0 .25rem rgba(239, 156, 195, .5);
    outline: none
}

.posts-nav .filters-select.border-white:focus,
.posts-nav .filters-select.border-white:active {
    box-shadow: 0 0 0 .25rem rgba(249, 250, 251, .5);
    outline: none
}

.posts-nav .filters-select.border-green:focus,
.posts-nav .filters-select.border-green:active {
    box-shadow: 0 0 0 .25rem rgba(0, 104, 80, .5);
    outline: none
}

.posts-nav .filters-select.border-gray-500:focus,
.posts-nav .filters-select.border-gray-500:active {
    box-shadow: 0 0 0 .25rem rgba(107, 114, 128, .5);
    outline: none
}

.posts-nav .filters-select.border-blue-dark:focus,
.posts-nav .filters-select.border-blue-dark:active {
    box-shadow: 0 0 0 .25rem rgba(23, 27, 86, .5);
    outline: none
}

.footer-navigation ul,
.footer-navigation li {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-navigation a {
    text-decoration: none;
    padding: .5rem 0;
    display: block;
    line-height: 1rem
}

@media(max-width: 575.98px) {
    .footer-navigation a {
        padding: .25rem 0
    }
}

.footer-navigation ul.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -1rem 0
}

@media(max-width: 575.98px) {
    .footer-navigation ul.menu {
        margin: 0 -0.5rem 0
    }
}

.footer-navigation ul.menu>li.menu-item {
    margin: 0 1rem 2rem;
    flex: 0 0 calc(33.3333333333% - 2rem)
}

@media(max-width: 575.98px) {
    .footer-navigation ul.menu>li.menu-item {
        flex: 0 0 calc(33.3333333333% - 1rem);
        margin: 0 .5rem .5rem
    }
}

@media screen and (max-width: 430px) {
    .footer-navigation ul.menu>li.menu-item {
        flex: 0 0 calc(50% - 1rem)
    }
}

.footer-navigation ul.menu>li.menu-item>a {
    text-transform: uppercase;
    color: #fff;
    display: block
}

.footer-navigation ul.menu>li.menu-item>ul.sub-menu>li.menu-item>a {
    color: #9ba2ae
}

.site-footer .menu-language-switcher-fr-container,
.site-footer .menu-language-switcher-en-container {
    margin: 0 0 1.5rem 0
}

@media(min-width: 576px) {

    .site-footer .menu-language-switcher-fr-container,
    .site-footer .menu-language-switcher-en-container {
        margin: 0 1rem 0 0
    }
}

.site-footer #lang-menu {
    margin: 0
}

.site-footer {
    background-color: #171b56;
    color: #9ba2ae
}

.site-footer .site-footer-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media(max-width: 575.98px) {
    .site-footer {
        font-size: .75rem
    }
}

@media(min-width: 576px)and (max-width: 767.98px) {
    .site-footer {
        font-size: .875rem
    }
}

.site-footer .footer-form h5,
.site-footer .footer-form .h5 {
    text-transform: uppercase;
    color: #fff;
    text-align: center
}

@media screen and (max-width: 399px) {
    .site-footer .footer-site-info {
        text-align: center
    }
}

@media screen and (min-width: 400px) {
    .site-footer .footer-site-info {
        display: flex
    }
}

.site-footer .footer-site-info-social {
    margin: 0 -0.25rem -0.25rem
}

@media screen and (max-width: 399px) {
    .site-footer .footer-site-info-social {
        margin-bottom: 1rem
    }
}

@media screen and (min-width: 400px) {
    .site-footer .footer-site-info-social {
        flex: 1 0 auto
    }
}

.site-footer .footer-site-info-social a {
    transition: all .2s ease-in-out;
    text-decoration: none;
    color: #9ba2ae;
    font-size: 1.5rem;
    margin: 0 .25rem .25rem
}

@media(prefers-reduced-motion: reduce) {
    .site-footer .footer-site-info-social a {
        transition: none
    }
}

.site-footer .footer-site-info-social a:hover,
.site-footer .footer-site-info-social a:focus,
.site-footer .footer-site-info-social a:active {
    color: #fff
}

.site-footer .footer-site-info-schoolab {
    margin-left: 1rem
}

@media screen and (min-width: 400px) {
    .site-footer .footer-site-info-schoolab {
        text-align: right
    }
}

.site-footer .footer-site-info-schoolab .schoolab-info-logo img {
    width: auto;
    max-width: 190px;
    height: auto
}

.site-footer .footer-site-info-schoolab .schoolab-info-text {
    margin-top: 1rem;
    text-transform: uppercase;
    font-size: .625rem;
    line-height: 1.4em
}

#breadcrumbs {
    text-transform: uppercase;
    font-size: .75rem;
    margin: 0;
    color: #374151;
    display: flex;
    align-items: center
}

#breadcrumbs a {
    text-decoration: none;
    color: #374151;
    transition: all .2s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    #breadcrumbs a {
        transition: none
    }
}

#breadcrumbs a:active,
#breadcrumbs a:focus,
#breadcrumbs a:hover {
    color: #4a6bf6
}

#breadcrumbs+.common-timeline {
    margin-top: 1rem
}

.error404 #primary,
.search-no-results #primary {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.error404 .page-content .search-field,
.search-no-results .page-content .search-field {
    border-radius: 2rem 0 0 2rem
}

.post-header .post-header-background {
    height: 380px;
    position: relative
}

.post-header .post-header-background img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.post-header .post-header-content {
    position: relative;
    margin-top: -150px
}

.post-header .post-header-content .header-wrapper {
    border-radius: 0 1rem 1rem;
    position: relative;
    padding: 2rem 0
}

.post-header .post-header-content .header-wrapper .header-logo {
    background-color: #fff;
    width: 136px;
    height: 76px;
    border-radius: .5rem .5rem 0 0;
    left: 0;
    top: -76px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center
}

.post-header .post-header-content .header-wrapper .header-logo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    padding: 1rem
}

.post-header .post-header-content .header-wrapper .section-title {
    margin-bottom: 1rem
}

.post-header .post-header-content .header-wrapper .display-4 {
    line-height: 1em;
    margin-bottom: 1rem
}

.post-header .post-header-content .header-wrapper .header-infos {
    display: flex;
    font-size: .75rem;
    flex-wrap: wrap
}

.post-header .post-header-content .header-wrapper .header-infos i {
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: .25rem
}

.post-header .post-header-content .header-wrapper .header-infos-date {
    margin-right: 2rem
}

.post-header.success_story-header .post-header-background img {
    -o-object-position: center 64px;
    object-position: center 64px
}

.post-header.success_story-header-design .post-header-background {
    height: 40vh;
    min-height: 380px;
    max-height: 600px;
    position: relative
}

.post-header.success_story-header-design .post-header-background img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.post-header.success_story-header-design .post-header-background .post-header-logo-overlay {
    position: absolute;
    bottom: 1rem;
    left: 25%;
    transform: translateX(-50%);
    z-index: 2
}

.post-header.success_story-header-design .post-header-background .post-header-logo-overlay .logo-box {
    width: 130px;
    height: 80px;
    background: #fff;
    border: .5rem solid #fff;
    border-radius: 1rem;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .25);
    display: flex;
    align-items: center;
    justify-content: center
}

.post-header.success_story-header-design .post-header-background .post-header-logo-overlay .logo-box img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block
}

.post-header.success_story-header-design .post-header-content {
    margin-top: 0
}

.post-header.success_story-header-design .post-header-content .header-wrapper {
    padding: .5rem;
    margin-top: .5rem
}

.post-header.success_story-header-design .post-header-content .header-wrapper .section-title {
    --bs-bg-opacity: 1 !important
}

.post-header.success_story-header-design .post-header-content .design-meta {
    background: #fff;
    padding: 2rem;
    border-radius: 0 1rem 1rem 0;
    text-align: center
}

.post-header.success_story-header-design .post-header-content .design-meta .design-label {
    font-size: .875rem;
    font-weight: 700;
    color: #ff906a;
    text-transform: uppercase;
    margin-bottom: 1rem;
    letter-spacing: 1px
}

.post-header.success_story-header-design .post-header-content .design-meta .design-title {
    font-family: "Inter", sans-serif;
    font-weight: 900;
    color: #000;
    margin-bottom: .75rem
}

.post-header.success_story-header-design .post-header-content .design-meta .design-date {
    font-size: .9rem;
    color: #374151
}

.post-content {
    display: flex;
    justify-content: center
}

@media(max-width: 991.98px) {
    .post-content {
        flex-wrap: wrap
    }
}

.post-content .toc-container,
.post-content .post-container,
.post-content .social-container {
    padding: 0 .75rem
}

@media(max-width: 575.98px) {

    .post-content .toc-container,
    .post-content .post-container,
    .post-content .social-container {
        width: 83.33333333%
    }
}

@media(min-width: 576px)and (max-width: 767.98px) {

    .post-content .toc-container,
    .post-content .post-container,
    .post-content .social-container {
        width: calc(540px * 83.33333333 / 100)
    }
}

@media(min-width: 768px)and (max-width: 991.98px) {

    .post-content .toc-container,
    .post-content .post-container,
    .post-content .social-container {
        width: calc(720px * 83.33333333 / 100)
    }
}

@media(min-width: 992px)and (max-width: 1199.98px) {
    .post-content .toc-container {
        padding: 0 2rem
    }
}

@media(min-width: 1200px) {
    .post-content .toc-container {
        padding: 0 5% 0 3%
    }
}

@media(min-width: 992px)and (max-width: 1199.98px) {
    .post-content .social-container {
        padding: 0 2rem
    }
}

@media(min-width: 1200px) {
    .post-content .social-container {
        padding: 0 3% 0 5%
    }
}

@media(min-width: 992px)and (max-width: 1199.98px) {

    .post-content .toc-container,
    .post-content .social-container {
        flex: 1 1 calc((100vw - 960px)/2)
    }
}

@media(min-width: 1200px)and (max-width: 1399.98px) {

    .post-content .toc-container,
    .post-content .social-container {
        flex: 1 1 calc((100vw - 1140px)/2)
    }
}

@media(min-width: 1400px) {

    .post-content .toc-container,
    .post-content .social-container {
        flex: 1 1 calc((100vw - 1320px)/2)
    }
}

.post-content .post-container {
    overflow: hidden
}

.post-content .post-container #ez-toc-container {
    display: none
}

@media(min-width: 992px)and (max-width: 1199.98px) {
    .post-content .post-container {
        flex: 0 0 calc(960px * 66.66666667 / 100)
    }
}

@media(min-width: 1200px)and (max-width: 1399.98px) {
    .post-content .post-container {
        flex: 0 0 calc(1140px * 66.66666667 / 100)
    }
}

@media(min-width: 1400px) {
    .post-content .post-container {
        flex: 0 0 calc(1320px * 66.66666667 / 100)
    }
}

.toc-container,
.social-container {
    font-size: .875rem
}

@media(min-width: 992px) {

    .toc-container .sticky-wrapper,
    .social-container .sticky-wrapper {
        position: sticky;
        top: calc(64px + 2rem)
    }
}

@media(min-width: 992px) {
    .toc-container .sticky-wrapper {
        left: 0
    }
}

@media(min-width: 992px) {
    .social-container .sticky-wrapper {
        right: 0
    }
}

#ez-toc-container::before,
.heateor_sss_sharing_container::before {
    display: block;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 500;
    border-bottom: 1px solid #171b56;
    padding-bottom: 1rem;
    margin-bottom: 1rem
}

html[lang=fr-FR] #ez-toc-container::before {
    content: "Table des matières"
}

html[lang=fr-FR] .heateor_sss_sharing_container::before {
    content: "Partager"
}

html[lang=en-US] #ez-toc-container::before {
    content: "Table of content"
}

html[lang=en-US] .heateor_sss_sharing_container::before {
    content: "Share"
}

#ez-toc-container nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

#ez-toc-container nav ul li {
    display: block;
    margin-bottom: 1rem
}

#ez-toc-container nav ul li a {
    color: #9ba2ae;
    text-decoration: none
}

#ez-toc-container nav ul li a:hover,
#ez-toc-container nav ul li a:focus,
#ez-toc-container nav ul li a:active {
    color: #1f2937
}

.post-content p,
.post-content figure {
    margin-bottom: 2rem
}

.post-content,
.post-content p:not(.lead) {
    font-size: 1.25rem;
    color: #171b56
}

@media(max-width: 575.98px) {

    .post-content,
    .post-content p:not(.lead) {
        font-size: .875rem
    }
}

@media(min-width: 576px)and (max-width: 767.98px) {

    .post-content,
    .post-content p:not(.lead) {
        font-size: 1rem
    }
}

@media(min-width: 768px)and (max-width: 991.98px) {

    .post-content,
    .post-content p:not(.lead) {
        font-size: 1.125rem
    }
}

@media(min-width: 992px) {

    .post-content,
    .post-content p:not(.lead) {
        font-size: 1.25rem
    }
}

.post-content .wp-block-video video {
    max-width: 100%
}

.post-content .wp-block-embed .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.post-content .wp-block-embed .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.post-content .wp-block-buttons,
.post-content .wp-block-button {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.post-content .wp-block-button.is-style-blue-darker .wp-block-button__link {
    background-color: #181a2e;
    border-color: #181a2e
}

.post-content .wp-block-button.is-style-blue-darker .wp-block-button__link:hover,
.post-content .wp-block-button.is-style-blue-darker .wp-block-button__link:focus {
    background-color: #07070c;
    border-color: #07070c
}

.post-content .wp-block-button.is-style-blue-dark .wp-block-button__link {
    background-color: #171b56;
    border-color: #171b56
}

.post-content .wp-block-button.is-style-blue-dark .wp-block-button__link:hover,
.post-content .wp-block-button.is-style-blue-dark .wp-block-button__link:focus {
    background-color: #0c0e2e;
    border-color: #0c0e2e
}

.post-content .wp-block-button.is-style-blue .wp-block-button__link {
    background-color: #293f9b;
    border-color: #293f9b
}

.post-content .wp-block-button.is-style-blue .wp-block-button__link:hover,
.post-content .wp-block-button.is-style-blue .wp-block-button__link:focus {
    background-color: #1e2f73;
    border-color: #1e2f73
}

.post-content .wp-block-button.is-style-blue-light .wp-block-button__link {
    background-color: #4a6bf6;
    border-color: #4a6bf6
}

.post-content .wp-block-button.is-style-blue-light .wp-block-button__link:hover,
.post-content .wp-block-button.is-style-blue-light .wp-block-button__link:focus {
    background-color: #1943f4;
    border-color: #1943f4
}

.post-content .wp-block-button.is-style-pink .wp-block-button__link {
    background-color: #ef9cc3;
    border-color: #ef9cc3
}

.post-content .wp-block-button.is-style-pink .wp-block-button__link:hover,
.post-content .wp-block-button.is-style-pink .wp-block-button__link:focus {
    background-color: #e870a8;
    border-color: #e870a8
}

.post-content .wp-block-button.is-style-red .wp-block-button__link {
    background-color: #fb183a;
    border-color: #fb183a
}

.post-content .wp-block-button.is-style-red .wp-block-button__link:hover,
.post-content .wp-block-button.is-style-red .wp-block-button__link:focus {
    background-color: #dc0424;
    border-color: #dc0424
}

.post-content .wp-block-button.is-style-orange .wp-block-button__link {
    background-color: #ff906a;
    border-color: #ff906a
}

.post-content .wp-block-button.is-style-orange .wp-block-button__link:hover,
.post-content .wp-block-button.is-style-orange .wp-block-button__link:focus {
    background-color: #ff6a37;
    border-color: #ff6a37
}

.post-content .wp-block-button.is-style-yellow .wp-block-button__link {
    background-color: #ffba72;
    border-color: #ffba72
}

.post-content .wp-block-button.is-style-yellow .wp-block-button__link:hover,
.post-content .wp-block-button.is-style-yellow .wp-block-button__link:focus {
    background-color: #ffa13f;
    border-color: #ffa13f
}

.post-content .wp-block-button.is-style-green .wp-block-button__link {
    background-color: #006850;
    border-color: #006850
}

.post-content .wp-block-button.is-style-green .wp-block-button__link:hover,
.post-content .wp-block-button.is-style-green .wp-block-button__link:focus {
    background-color: #003529;
    border-color: #003529
}

.post-content .wp-block-button.is-style-gray .wp-block-button__link {
    background-color: #6b7280;
    border-color: #6b7280
}

.post-content .wp-block-button.is-style-gray .wp-block-button__link:hover,
.post-content .wp-block-button.is-style-gray .wp-block-button__link:focus {
    background-color: #545964;
    border-color: #545964
}

.post-content .wp-block-button.is-style-gray-dark .wp-block-button__link {
    background-color: #101827;
    border-color: #101827
}

.post-content .wp-block-button.is-style-gray-dark .wp-block-button__link:hover,
.post-content .wp-block-button.is-style-gray-dark .wp-block-button__link:focus {
    background-color: #010203;
    border-color: #010203
}

.post-content .wp-block-button.is-style-gray-light .wp-block-button__link {
    background-color: #d0d5db;
    border-color: #d0d5db
}

.post-content .wp-block-button.is-style-gray-light .wp-block-button__link:hover,
.post-content .wp-block-button.is-style-gray-light .wp-block-button__link:focus {
    background-color: #b3bbc5;
    border-color: #b3bbc5
}

.post-content .wp-block-button.is-style-gray-lighter .wp-block-button__link {
    background-color: #f3f4f6;
    border-color: #f3f4f6
}

.post-content .wp-block-button.is-style-gray-lighter .wp-block-button__link:hover,
.post-content .wp-block-button.is-style-gray-lighter .wp-block-button__link:focus {
    background-color: #d6d9e0;
    border-color: #d6d9e0
}

.post-content .wp-block-image figcaption {
    font-size: .875rem;
    color: #9ba2ae
}

.post-content .wp-block-table table {
    border: 1px solid #d0d5db;
    width: 100%;
    font-size: 1rem
}

.post-content .wp-block-table table tbody tr td {
    border: 1px solid #d0d5db;
    padding: .25rem .5rem
}

.single-form {
    background-color: #171b56;
    color: #fff
}

.post-item {
    text-align: left;
    background-color: #f3f4f6;
    border-radius: 1rem;
    line-height: 1.2em
}

#posts-highlight .post-item.sticky {
    margin: 0 0 1.5rem
}

@media(min-width: 768px) {
    #posts-highlight .post-item.sticky {
        display: flex
    }

    #posts-highlight .post-item.sticky .article-details {
        order: 1
    }

    #posts-highlight .post-item.sticky .article-thumbnail {
        order: 2;
        flex: 0 0 40%
    }

    #posts-highlight .post-item.sticky .article-thumbnail img {
        border-radius: 0 1rem 1rem 0
    }

    #posts-highlight .post-item.sticky .article-thumbnail::after {
        padding-bottom: 100%
    }
}

#posts-highlight .post-item.sticky.success_stories-list_item {
    display: flex;
    flex-direction: column;
    padding: 0
}

#posts-highlight .post-item.sticky.success_stories-list_item .article-details {
    padding: 1.5rem
}

#posts-highlight .post-item.sticky.success_stories-list_item .article-thumbnail {
    position: relative
}

#posts-highlight .post-item.sticky.success_stories-list_item .article-thumbnail img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

#posts-highlight .post-item.sticky.success_stories-list_item .article-thumbnail::after {
    content: "";
    display: block;
    padding-bottom: 100%
}

@media(max-width: 767.98px) {
    #posts-highlight .post-item.sticky.success_stories-list_item .article-details {
        order: 2
    }

    #posts-highlight .post-item.sticky.success_stories-list_item .article-thumbnail {
        order: 1
    }

    #posts-highlight .post-item.sticky.success_stories-list_item .article-thumbnail img {
        border-radius: 1rem 1rem 0 0
    }

    #posts-highlight .post-item.sticky.success_stories-list_item .article-thumbnail::after {
        padding-bottom: 66%
    }
}

@media(min-width: 768px) {
    #posts-highlight .post-item.sticky.success_stories-list_item {
        flex-direction: row
    }
}

.success_stories-list_item {
    color: #374151;
    padding: .875rem 1.5rem
}

.success_stories-list_item .logo-wrapper {
    position: relative;
    width: 6.25rem;
    height: 3.125rem
}

.success_stories-list_item .logo-wrapper img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center left;
    object-position: center left
}

.success_stories-list_item h4,
.success_stories-list_item .h4,
.success_stories-list_item .common-timeline .timeline-content-title,
.common-timeline .success_stories-list_item .timeline-content-title {
    color: #1f2937;
    font-weight: 500;
    line-height: 1em
}

.articles-list_item {
    position: relative
}

.articles-list_item .article-thumbnail {
    position: relative
}

.articles-list_item .article-thumbnail img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 1rem 1rem 0 0
}

.articles-list_item .article-thumbnail::after {
    content: "";
    display: block;
    padding-bottom: 66%
}

.articles-list_item .article-details {
    padding: 1.5rem
}

.articles-list_item .article-details h2,
.articles-list_item .article-details .h2 {
    color: #171b56
}

.article-thumbnail {
    position: relative;
    border-radius: .75rem;
    overflow: hidden
}

.article-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 1rem
}

.article-thumbnail .article-logo-overlay {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background: #fff;
    border-radius: 1rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.article-thumbnail .article-logo-overlay img {
    width: 100px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block
}

.common-testimony .testimony-container {
    position: relative;
    overflow: hidden
}

.common-testimony .testimony-container .lines-tr,
.common-testimony .testimony-container .lines-bl {
    position: absolute
}

.common-testimony .testimony-container .lines-tr {
    top: 0;
    right: 0
}

@media(max-width: 767.98px) {
    .common-testimony .testimony-container .lines-tr {
        width: 100px
    }
}

.common-testimony .testimony-container .lines-bl {
    bottom: 0;
    left: 0
}

@media(max-width: 767.98px) {
    .common-testimony .testimony-container .lines-bl {
        width: 140px
    }
}

.common-testimony .testimony-container .testimony-wrapper {
    background-color: #fff;
    border-radius: 1rem;
    padding: 1rem;
    position: relative;
    z-index: 1;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto
}

@media(min-width: 768px) {
    .common-testimony .testimony-container .testimony-wrapper {
        padding: 2rem
    }
}

.common-testimony .testimony-container .testimony-wrapper .testimony-testimony {
    font-size: 1.5rem;
    font-weight: 500;
    color: #374151
}

@media(max-width: 575.98px) {
    .common-testimony .testimony-container .testimony-wrapper .testimony-testimony {
        font-size: 1rem
    }
}

@media(min-width: 576px)and (max-width: 767.98px) {
    .common-testimony .testimony-container .testimony-wrapper .testimony-testimony {
        font-size: 1.25rem
    }
}

.common-testimony .testimony-container .testimony-wrapper .testimony-aside {
    display: flex;
    align-items: center;
    margin-top: 1rem
}

.common-testimony .testimony-container .testimony-wrapper .testimony-aside-picture {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 2.5rem;
    overflow: hidden;
    margin-right: 1.5rem
}

.common-testimony .testimony-container .testimony-wrapper .testimony-aside-picture img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.common-testimony .testimony-container .testimony-wrapper .testimony-aside-picture .img-placeholder {
    background-color: #ff906a;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    height: 100%
}

.common-testimony .testimony-container .testimony-wrapper .testimony-aside-details {
    font-size: .875rem;
    color: #181a2e
}

.common-testimony .testimony-container .testimony-wrapper .testimony-aside-details-author {
    font-weight: 600
}

.common-testimony .testimony-container .testimonies-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem -2rem
}

@media(max-width: 575.98px) {
    .common-testimony .testimony-container .testimonies-list {
        margin: 0 -0.5rem -1rem
    }
}

.common-testimony .testimony-container .testimonies-list .testimonies-list_item {
    margin: 0 1rem 2rem
}

@media(max-width: 575.98px) {
    .common-testimony .testimony-container .testimonies-list .testimonies-list_item {
        margin: 0 .5rem 1rem
    }
}

@media(max-width: 991.98px) {
    .common-testimony .testimony-container .testimonies-list .testimonies-list_item {
        flex: 1 0 calc(100% - 2rem)
    }
}

@media(min-width: 992px) {
    .common-testimony .testimony-container .testimonies-list .testimonies-list_item {
        flex: 1 0 calc(50% - 2rem)
    }

    .common-testimony .testimony-container .testimonies-list .testimonies-list_item .testimony-wrapper {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center
    }
}

@media(min-width: 768px) {
    .common-testimony .testimony-container .testimonies-list .testimony-wrapper {
        max-width: 100%
    }
}

.common-testimony .testimony-container .testimonies-list .testimony-testimony {
    font-size: 1rem
}

.common-success-stories .card-medium-item--success-story .card-medium-title {
    color: #1f2937
}

.common-success-stories .card-medium-item--success-story .card-medium-excerpt,
.common-success-stories .card-medium-item--success-story .btn,
.common-success-stories .card-medium-item--success-story .main-navigation #primary-menu>li>a,
.main-navigation .common-success-stories .card-medium-item--success-story #primary-menu>li>a,
.common-success-stories .card-medium-item--success-story .post-content .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .common-success-stories .card-medium-item--success-story .wp-block-button__link,
.common-success-stories .card-medium-item--success-story .post-content .wp-block-button.is-style-outline .wp-block-button__link,
.post-content .wp-block-button.is-style-outline .common-success-stories .card-medium-item--success-story .wp-block-button__link {
    color: #6b7280
}

.common-card_keynumbers {
    text-align: center
}

.common-card_keynumbers .card_keynumbers-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.75rem -1.5rem
}

.common-card_keynumbers .card_keynumbers-list_item {
    flex: 1 1 100%;
    text-align: left;
    margin: 0 .75rem 1.5rem;
    padding: 1.5rem;
    border-radius: 1rem
}

@media(min-width: 768px) {
    .common-card_keynumbers .card_keynumbers-list_item {
        flex: 1 1 calc(33.3333333333% - 1.5rem);
        margin: 0 .75rem 1.5rem
    }
}

.common-card_keynumbers .card_keynumbers-list_item .lead {
    margin-bottom: 0;
    line-height: 1.2em
}

.common-card_text {
    text-align: center
}

.common-card_text .card-text-list {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.75rem -1.5rem;
    justify-content: center
}

.common-card_text .card-text-list .card-text-list_item {
    display: flex;
    flex-flow: column;
    margin: 0 .75rem 1.5rem;
    border-radius: 1rem
}

@media(max-width: 767.98px) {
    .common-card_text .card-text-list .card-text-list_item {
        flex: 0 0 calc(100% - 1.5rem)
    }
}

@media(min-width: 768px)and (max-width: 991.98px) {
    .common-card_text .card-text-list .card-text-list_item {
        flex: 0 0 calc(50% - 1.5rem)
    }
}

@media(min-width: 992px) {
    .common-card_text .card-text-list .card-text-list_item {
        flex: 0 0 calc(50% - 1.5rem)
    }
}

.common-card_text .card-text-list .card-text-list_item--title-only .card-text-content {
    justify-content: center;
    text-align: center
}

.common-card_text .card-text-list .card-text-list_item--title-only .card-text-title {
    line-height: 1.625rem
}

.common-card_text .card-text-list .card-text-list_item .card-content {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    height: 100%
}

.common-card_text .card-text-list .card-text-list_item .card-content-title {
    width: 100%
}

.common-card_text .card-text-list .card-text-list_item .card-content-excerpt {
    width: 100%;
    flex-grow: 1;
    line-height: 1.25rem;
    border-radius: 0 0 1rem 1rem
}

.common-card_text .card-text-list .card-text-list_item .card-content-excerpt p:last-child {
    margin-bottom: 0
}

.common-card_text .card-text-list .card-text-list_item .card-content-excerpt.bg-light {
    color: #6b7280
}

.common-card_small {
    text-align: center
}

.common-card_small .card-small-list {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.75rem -1.5rem
}

.common-card_small .card-small-list.bg-dots {
    padding-top: 4rem;
    margin-top: -4rem
}

@media(min-width: 768px) {
    .common-card_small .card-small-list {
        justify-content: center
    }
}

@media(min-width: 992px) {
    .common-card_small .card-small-list--square .card-small-item {
        flex: 0 0 calc(50% - 1.5rem)
    }
}

.common-card_small .card-small-item {
    display: flex;
    flex-flow: column;
    flex: 0 0 calc(100% - 1.5rem);
    margin: 0 .75rem 1.5rem;
    border-radius: 1rem;
    overflow: hidden
}

@media(min-width: 768px) {
    .common-card_small .card-small-item {
        flex: 0 0 calc(50% - 1.5rem)
    }
}

@media(min-width: 992px) {
    .common-card_small .card-small-item {
        flex: 0 0 calc(33.3333333333% - 1.5rem)
    }
}

.common-card_small .card-small-item .card-small-thumbnail-container {
    position: relative
}

.common-card_small .card-small-item .card-small-thumbnail-container img {
    position: absolute;
    -o-object-position: center;
    object-position: center
}

.common-card_small .card-small-item .card-small-thumbnail-container .card-photo {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    inset: 0
}

.common-card_small .card-small-item .card-small-thumbnail-container .card-illustration {
    -o-object-fit: contain;
    object-fit: contain;
    width: 90%;
    height: 90%;
    inset: 5%
}

.common-card_small .card-small-item .card-small-thumbnail-container::after {
    content: "";
    display: block;
    padding-bottom: 60%
}

.common-card_small .card-small-item .card-small-content {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    flex: 1 0 auto
}

.common-card_small .card-small-item .card-small-content .card-small-excerpt {
    line-height: 1.25rem;
    flex: 1 0 auto
}

.common-card_small .card-small-item .card-small-content .card-small-excerpt p:last-child {
    margin-bottom: 0
}

.common-card-medium {
    text-align: center
}

.common-card-medium .card-medium-title {
    color: #1f2937
}

.card-medium-list .card-medium-item {
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
    text-align: left
}

.card-medium-list .card-medium-item:last-child {
    margin-bottom: 0
}

@media(max-width: 767.98px) {
    .card-medium-list .card-medium-item {
        flex-flow: column-reverse
    }
}

@media(min-width: 768px) {
    .card-medium-list .card-medium-item:nth-child(odd) {
        flex-flow: row-reverse
    }
}

.card-medium-list .card-medium-item .section-title {
    background: rgba(255, 255, 255, .2)
}

.card-medium-list .card-medium-item .card-medium-thumbnail {
    position: relative
}

@media(max-width: 767.98px) {
    .card-medium-list .card-medium-item .card-medium-thumbnail {
        flex: 1 0 100%
    }
}

@media(min-width: 768px) {
    .card-medium-list .card-medium-item .card-medium-thumbnail {
        flex: 0 0 35%;
        height: auto
    }
}

.card-medium-list .card-medium-item .card-medium-thumbnail img {
    position: absolute;
    -o-object-position: center;
    object-position: center
}

.card-medium-list .card-medium-item .card-medium-thumbnail::after {
    content: "";
    display: block;
    padding-bottom: 80%
}

@media(max-width: 767.98px) {
    .card-medium-list .card-medium-item .card-medium-thumbnail::after {
        padding-bottom: 50%
    }
}

.card-medium-list .card-medium-item .card-medium-thumbnail .card-photo {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    inset: 0
}

.card-medium-list .card-medium-item .card-medium-thumbnail .card-illustration {
    -o-object-fit: contain;
    object-fit: contain;
    width: 80%;
    height: 80%;
    inset: 10%
}

@media(min-width: 768px) {
    .card-medium-list .card-medium-item .card-medium-content {
        flex: 1 1 52%
    }
}

@media(max-width: 767.98px) {
    .card-medium-list .card-medium-item .card-medium-excerpt {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden
    }
}

.card-medium-list .card-medium-item .card-medium-logo {
    width: 100px;
    height: 50px;
    position: relative
}

.card-medium-list .card-medium-item .card-medium-logo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left center;
    object-position: left center
}

.common-card-big p:not(.lead) {
    color: #fff
}

.common-card-big p:last-child {
    margin-bottom: 0
}

.common-card-big .card-big {
    border-radius: 1rem
}

@media(max-width: 575.98px) {
    .common-card-big .card-big {
        padding: 2rem 1.5rem
    }
}

@media(min-width: 576px)and (max-width: 767.98px) {
    .common-card-big .card-big {
        padding: 2rem 1.5rem
    }
}

@media(min-width: 768px)and (max-width: 991.98px) {
    .common-card-big .card-big {
        padding: 3rem 1.5rem
    }
}

@media(min-width: 992px) {
    .common-card-big .card-big {
        padding: 4rem 1.5rem
    }
}

.common-card-big .card-big-thumbnail {
    position: relative;
    width: 100%
}

.common-card-big .card-big-thumbnail::after {
    content: "";
    display: block;
    padding-bottom: 75%
}

.common-card-big .card-big-thumbnail img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 1rem
}

@media(min-width: 768px)and (max-width: 991.98px) {
    .common-card-big .card-big-description {
        font-size: 1rem
    }
}

@media(min-width: 992px) {
    .common-card-big .card-big-description {
        font-size: 1rem
    }
}

.common-card_testimony {
    text-align: center
}

.common-card_testimony .card-testimony-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.75rem -1.5rem;
    text-align: left
}

.common-card_testimony .card-testimony-list_item {
    display: flex;
    flex-flow: column;
    flex: 1 1 auto;
    margin: 0 .75rem 1.5rem;
    border-radius: 1rem;
    overflow: hidden
}

@media(min-width: 768px) {
    .common-card_testimony .card-testimony-list_item--half {
        flex: 0 0 calc(50% - 1.5rem)
    }

    .common-card_testimony .card-testimony-list_item--full {
        flex: 0 0 calc(100% - 1.5rem)
    }
}

.common-card_testimony .card-testimony-list_item .btn,
.common-card_testimony .card-testimony-list_item .main-navigation #primary-menu>li>a,
.main-navigation .common-card_testimony .card-testimony-list_item #primary-menu>li>a,
.common-card_testimony .card-testimony-list_item .post-content .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .common-card_testimony .card-testimony-list_item .wp-block-button__link,
.common-card_testimony .card-testimony-list_item .post-content .wp-block-button.is-style-outline .wp-block-button__link,
.post-content .wp-block-button.is-style-outline .common-card_testimony .card-testimony-list_item .wp-block-button__link {
    margin-top: auto;
    color: #fff
}

.common-card_testimony .card-testimony-list_item.bg-light {
    color: #1f2937
}

.common-card_testimony .card-testimony-list_item.bg-light .card-testimony-aside,
.common-card_testimony .card-testimony-list_item.bg-light .btn,
.common-card_testimony .card-testimony-list_item.bg-light .main-navigation #primary-menu>li>a,
.main-navigation .common-card_testimony .card-testimony-list_item.bg-light #primary-menu>li>a,
.common-card_testimony .card-testimony-list_item.bg-light .post-content .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .common-card_testimony .card-testimony-list_item.bg-light .wp-block-button__link,
.common-card_testimony .card-testimony-list_item.bg-light .post-content .wp-block-button.is-style-outline .wp-block-button__link,
.post-content .wp-block-button.is-style-outline .common-card_testimony .card-testimony-list_item.bg-light .wp-block-button__link {
    color: #6b7280
}

.common-card_testimony .card-testimony-list_item.bg-light .card-testimony {
    color: #374151
}

.common-card_testimony .card-testimony-list_item.bg-light .card-testimony-testimony {
    color: #1f2937
}

.common-card_testimony .card-testimony-list_item .card-testimony-aside {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: .875rem
}

.common-card_testimony .card-testimony-list_item .card-testimony-aside-picture {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1.5rem;
    border-radius: 2.5rem;
    overflow: hidden
}

.common-card_testimony .card-testimony-list_item .card-testimony-aside-picture img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.common-card_testimony .card-testimony-list_item .card-testimony-aside-picture .img-placeholder {
    background-color: #ff906a;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-transform: capitalize
}

.common-card_testimony .card-testimony-list_item .card-testimony-aside-details-job {
    font-weight: 400
}

.common-inject {
    text-align: center
}

.common-inject .inject-video {
    border-radius: 1rem;
    overflow: hidden;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.common-inject .inject-video+.inject-list {
    margin-top: 3rem
}

.common-inject .inject-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.75rem -1.5rem
}

.common-inject .inject-list .inject-list_item {
    display: flex;
    flex-direction: column;
    flex: 1 0 calc(33.3333333333% - 1.5rem);
    margin: 0 .75rem 1.5rem
}

.common-inject .inject-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: .3rem;
    background: #f9fafb
}

.common-inject .inject-icon svg {
    width: 2rem;
    height: 2rem
}

.common-inject .inject-item_title {
    text-transform: uppercase
}

.common-inject .inject-item_description {
    color: #6b7280;
    font-size: .875rem
}

.common-timeline {
    position: relative;
    overflow: hidden;
    background-color: #f3f4f6
}

.common-timeline .lines-tr,
.common-timeline .lines-bl {
    position: absolute
}

@media(max-width: 767.98px) {

    .common-timeline .lines-tr,
    .common-timeline .lines-bl {
        display: none
    }
}

.common-timeline .lines-tr {
    top: 0;
    right: 0
}

@media(max-width: 767.98px) {
    .common-timeline .lines-tr {
        width: 100px
    }
}

.common-timeline .lines-bl {
    bottom: 0;
    left: 0
}

@media(max-width: 767.98px) {
    .common-timeline .lines-bl {
        width: 140px
    }
}

@media(min-width: 992px) {
    .common-timeline {
        padding: 3rem 0
    }

    .common-timeline--vertical {
        padding: 10rem 0
    }
}

.common-timeline .timeline-index {
    display: flex;
    align-items: center
}

.common-timeline .timeline-index span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    font-size: .75rem;
    border-radius: 50rem;
    color: #fff
}

.common-timeline .timeline-index::after {
    flex: 1 0 auto;
    content: "";
    display: block;
    background-color: #171b56
}

.common-timeline .timeline-content-step {
    margin-bottom: .75rem
}

.common-timeline .timeline-content-icon {
    width: 46px;
    height: 46px;
    margin-bottom: .75rem
}

.common-timeline .timeline-content-icon svg {
    width: 100%;
    height: 100%;
    font-size: 0;
    margin-left: -3px
}

.common-timeline .timeline-content-title {
    text-transform: uppercase;
    margin-bottom: .75rem;
    line-height: 1.2em
}

.common-timeline .timeline-content-subtitle {
    font-size: 1.2em;
    margin-bottom: .75rem;
    line-height: 1em
}

.common-timeline .timeline-content-text {
    border-top: 1px solid #e5e7eb;
    font-size: .75rem;
    color: #6b7280;
    margin-top: .75rem;
    padding-top: .75rem
}

.common-timeline .timeline-content-text>*:last-child {
    margin-bottom: 0
}

.common-timeline .timeline-list_item.primary .timeline-index::after,
.common-timeline .timeline-list_item.primary .timeline-index span {
    background-color: #4a6bf6
}

.common-timeline .timeline-list_item.primary .timeline-content-step,
.common-timeline .timeline-list_item.primary .timeline-content-title,
.common-timeline .timeline-list_item.primary .timeline-content-subtitle {
    color: #4a6bf6
}

.common-timeline .timeline-list_item.secondary .timeline-index::after,
.common-timeline .timeline-list_item.secondary .timeline-index span {
    background-color: #d0d5db
}

.common-timeline .timeline-list_item.secondary .timeline-content-step,
.common-timeline .timeline-list_item.secondary .timeline-content-title,
.common-timeline .timeline-list_item.secondary .timeline-content-subtitle {
    color: #d0d5db
}

.common-timeline .timeline-list_item.success .timeline-index::after,
.common-timeline .timeline-list_item.success .timeline-index span {
    background-color: #006850
}

.common-timeline .timeline-list_item.success .timeline-content-step,
.common-timeline .timeline-list_item.success .timeline-content-title,
.common-timeline .timeline-list_item.success .timeline-content-subtitle {
    color: #006850
}

.common-timeline .timeline-list_item.info .timeline-index::after,
.common-timeline .timeline-list_item.info .timeline-index span {
    background-color: #e5e7eb
}

.common-timeline .timeline-list_item.info .timeline-content-step,
.common-timeline .timeline-list_item.info .timeline-content-title,
.common-timeline .timeline-list_item.info .timeline-content-subtitle {
    color: #e5e7eb
}

.common-timeline .timeline-list_item.warning .timeline-index::after,
.common-timeline .timeline-list_item.warning .timeline-index span {
    background-color: #ff906a
}

.common-timeline .timeline-list_item.warning .timeline-content-step,
.common-timeline .timeline-list_item.warning .timeline-content-title,
.common-timeline .timeline-list_item.warning .timeline-content-subtitle {
    color: #ff906a
}

.common-timeline .timeline-list_item.danger .timeline-index::after,
.common-timeline .timeline-list_item.danger .timeline-index span {
    background-color: #fb183a
}

.common-timeline .timeline-list_item.danger .timeline-content-step,
.common-timeline .timeline-list_item.danger .timeline-content-title,
.common-timeline .timeline-list_item.danger .timeline-content-subtitle {
    color: #fb183a
}

.common-timeline .timeline-list_item.light .timeline-index::after,
.common-timeline .timeline-list_item.light .timeline-index span {
    background-color: #f3f4f6
}

.common-timeline .timeline-list_item.light .timeline-content-step,
.common-timeline .timeline-list_item.light .timeline-content-title,
.common-timeline .timeline-list_item.light .timeline-content-subtitle {
    color: #f3f4f6
}

.common-timeline .timeline-list_item.dark .timeline-index::after,
.common-timeline .timeline-list_item.dark .timeline-index span {
    background-color: #090d15
}

.common-timeline .timeline-list_item.dark .timeline-content-step,
.common-timeline .timeline-list_item.dark .timeline-content-title,
.common-timeline .timeline-list_item.dark .timeline-content-subtitle {
    color: #090d15
}

.common-timeline .timeline-list_item.blue .timeline-index::after,
.common-timeline .timeline-list_item.blue .timeline-index span {
    background-color: #293f9b
}

.common-timeline .timeline-list_item.blue .timeline-content-step,
.common-timeline .timeline-list_item.blue .timeline-content-title,
.common-timeline .timeline-list_item.blue .timeline-content-subtitle {
    color: #293f9b
}

.common-timeline .timeline-list_item.yellow .timeline-index::after,
.common-timeline .timeline-list_item.yellow .timeline-index span {
    background-color: #ffba72
}

.common-timeline .timeline-list_item.yellow .timeline-content-step,
.common-timeline .timeline-list_item.yellow .timeline-content-title,
.common-timeline .timeline-list_item.yellow .timeline-content-subtitle {
    color: #ffba72
}

.common-timeline .timeline-list_item.orange .timeline-index::after,
.common-timeline .timeline-list_item.orange .timeline-index span {
    background-color: #ff906a
}

.common-timeline .timeline-list_item.orange .timeline-content-step,
.common-timeline .timeline-list_item.orange .timeline-content-title,
.common-timeline .timeline-list_item.orange .timeline-content-subtitle {
    color: #ff906a
}

.common-timeline .timeline-list_item.red .timeline-index::after,
.common-timeline .timeline-list_item.red .timeline-index span {
    background-color: #fb183a
}

.common-timeline .timeline-list_item.red .timeline-content-step,
.common-timeline .timeline-list_item.red .timeline-content-title,
.common-timeline .timeline-list_item.red .timeline-content-subtitle {
    color: #fb183a
}

.common-timeline .timeline-list_item.pink .timeline-index::after,
.common-timeline .timeline-list_item.pink .timeline-index span {
    background-color: #ef9cc3
}

.common-timeline .timeline-list_item.pink .timeline-content-step,
.common-timeline .timeline-list_item.pink .timeline-content-title,
.common-timeline .timeline-list_item.pink .timeline-content-subtitle {
    color: #ef9cc3
}

.common-timeline .timeline-list_item.white .timeline-index::after,
.common-timeline .timeline-list_item.white .timeline-index span {
    background-color: #f9fafb
}

.common-timeline .timeline-list_item.white .timeline-content-step,
.common-timeline .timeline-list_item.white .timeline-content-title,
.common-timeline .timeline-list_item.white .timeline-content-subtitle {
    color: #f9fafb
}

.common-timeline .timeline-list_item.green .timeline-index::after,
.common-timeline .timeline-list_item.green .timeline-index span {
    background-color: #006850
}

.common-timeline .timeline-list_item.green .timeline-content-step,
.common-timeline .timeline-list_item.green .timeline-content-title,
.common-timeline .timeline-list_item.green .timeline-content-subtitle {
    color: #006850
}

.common-timeline .timeline-list_item.gray-500 .timeline-index::after,
.common-timeline .timeline-list_item.gray-500 .timeline-index span {
    background-color: #6b7280
}

.common-timeline .timeline-list_item.gray-500 .timeline-content-step,
.common-timeline .timeline-list_item.gray-500 .timeline-content-title,
.common-timeline .timeline-list_item.gray-500 .timeline-content-subtitle {
    color: #6b7280
}

.common-timeline .timeline-list_item.blue-dark .timeline-index::after,
.common-timeline .timeline-list_item.blue-dark .timeline-index span {
    background-color: #171b56
}

.common-timeline .timeline-list_item.blue-dark .timeline-content-step,
.common-timeline .timeline-list_item.blue-dark .timeline-content-title,
.common-timeline .timeline-list_item.blue-dark .timeline-content-subtitle {
    color: #171b56
}

.common-timeline .timeline-list-vertical {
    display: flex;
    flex-direction: column;
    margin-bottom: -1rem
}

.common-timeline .timeline-list-vertical .timeline-list_item:nth-of-type(2n) {
    flex-flow: row-reverse
}

.common-timeline .timeline-list-vertical.timeline-list-reverse .timeline-list_item {
    flex-flow: row-reverse
}

.common-timeline .timeline-list-vertical.timeline-list-reverse .timeline-list_item:nth-of-type(2n) {
    flex-flow: row
}

.common-timeline .timeline-list-vertical .timeline-list_item {
    display: flex;
    margin-bottom: 2rem;
    position: relative
}

@media(max-width: 767.98px) {
    .common-timeline .timeline-list-vertical .timeline-list_item {
        flex-direction: column;
        padding-left: 3rem
    }
}

@media(min-width: 768px) {
    .common-timeline .timeline-list-vertical .timeline-list_item {
        justify-content: space-between
    }
}

@media(min-width: 768px)and (max-width: 991.98px) {

    .common-timeline .timeline-list-vertical .timeline-list_item .timeline-picture,
    .common-timeline .timeline-list-vertical .timeline-list_item .timeline-content {
        flex: 0 0 260px
    }
}

@media(min-width: 992px)and (max-width: 1199.98px) {

    .common-timeline .timeline-list-vertical .timeline-list_item .timeline-picture,
    .common-timeline .timeline-list-vertical .timeline-list_item .timeline-content {
        flex: 0 0 306px
    }
}

@media(min-width: 1200px) {

    .common-timeline .timeline-list-vertical .timeline-list_item .timeline-picture,
    .common-timeline .timeline-list-vertical .timeline-list_item .timeline-content {
        flex: 0 0 340px
    }
}

@media(min-width: 1400px) {

    .common-timeline .timeline-list-vertical .timeline-list_item .timeline-picture,
    .common-timeline .timeline-list-vertical .timeline-list_item .timeline-content {
        flex: 0 0 360px
    }
}

.common-timeline .timeline-list-vertical .timeline-list_item .timeline-picture {
    width: 100%;
    position: relative
}

@media(max-width: 767.98px) {
    .common-timeline .timeline-list-vertical .timeline-list_item .timeline-picture {
        margin-bottom: .75rem
    }
}

.common-timeline .timeline-list-vertical .timeline-list_item .timeline-picture img {
    border-radius: 1rem;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.common-timeline .timeline-list-vertical .timeline-list_item .timeline-picture::after {
    content: "";
    display: block;
    padding-bottom: 70%
}

.common-timeline .timeline-list-vertical .timeline-list_item .timeline-index {
    flex-direction: column
}

.common-timeline .timeline-list-vertical .timeline-list_item .timeline-index::after {
    width: 2px;
    margin-top: 1rem
}

@media(max-width: 767.98px) {
    .common-timeline .timeline-list-vertical .timeline-list_item .timeline-index {
        position: absolute;
        left: 0;
        height: 100%
    }
}

.common-timeline .timeline-list-horizontal {
    margin: 0 -0.75rem
}

@media(max-width: 575.98px) {
    .common-timeline .timeline-list-horizontal {
        display: flex;
        overflow-x: scroll;
        overflow-y: hidden
    }

    .common-timeline .timeline-list-horizontal::-webkit-scrollbar {
        height: 6px
    }

    .common-timeline .timeline-list-horizontal::-webkit-scrollbar-track {
        background: transparent;
        border-radius: 10px
    }

    .common-timeline .timeline-list-horizontal::-webkit-scrollbar-thumb {
        width: 20px;
        height: 6px;
        background: transparent;
        border-radius: 10px
    }

    .common-timeline .timeline-list-horizontal::-webkit-scrollbar-thumb:hover {
        background: transparent
    }
}

.common-timeline .timeline-list-horizontal .timeline-list_item {
    margin: 0 .75rem
}

@media(max-width: 575.98px) {
    .common-timeline .timeline-list-horizontal .timeline-list_item {
        flex: 0 0 70vw
    }
}

.common-timeline .timeline-list-horizontal .timeline-list_item .timeline-index {
    margin-bottom: 2rem
}

.common-timeline .timeline-list-horizontal .timeline-list_item .timeline-index::after {
    height: 2px;
    margin-left: 1rem
}

@media(min-width: 768px) {
    .common-timeline .timeline-list-horizontal .timeline-list_item .timeline-content {
        width: 70%
    }
}

.common-timeline .timeline-list-horizontal.slick-slider {
    margin-bottom: 3rem
}

.common-timeline .timeline-list-horizontal.slick-slider .slick-list {
    overflow: visible
}

.common-timeline .timeline-list-horizontal.slick-slider .slick-arrow {
    position: absolute;
    bottom: -3rem;
    opacity: 1;
    visibility: visible;
    color: #6b7280;
    transition: all .2s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .common-timeline .timeline-list-horizontal.slick-slider .slick-arrow {
        transition: none
    }
}

.common-timeline .timeline-list-horizontal.slick-slider .slick-arrow.timeline-nav-prev {
    left: 0;
    display: inline-flex !important;
    flex-flow: row-reverse
}

.common-timeline .timeline-list-horizontal.slick-slider .slick-arrow.timeline-nav-prev::after {
    margin-left: 0;
    margin-right: .8rem;
    transform: rotate(180deg)
}

.common-timeline .timeline-list-horizontal.slick-slider .slick-arrow.timeline-nav-next {
    right: 0
}

.common-timeline .timeline-list-horizontal.slick-slider .slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden
}

.common-contact .bg-dots.top {
    background-position: center top
}

@media(max-width: 575.98px) {
    .common-contact .bg-dots.top {
        padding: 1.5rem 0
    }
}

@media(min-width: 576px)and (max-width: 767.98px) {
    .common-contact .bg-dots.top {
        padding: 2rem 0
    }
}

@media(min-width: 768px)and (max-width: 991.98px) {
    .common-contact .bg-dots.top {
        padding: 3rem 0
    }
}

@media(min-width: 992px) {
    .common-contact .bg-dots.top {
        padding: 3.5rem 0
    }
}

.common-contact .bg-dots.bottom {
    background-position: center bottom
}

@media(max-width: 575.98px) {
    .common-contact .bg-dots.bottom {
        padding: 2rem 0
    }
}

@media(min-width: 576px)and (max-width: 767.98px) {
    .common-contact .bg-dots.bottom {
        padding: 2rem 0
    }
}

@media(min-width: 768px)and (max-width: 991.98px) {
    .common-contact .bg-dots.bottom {
        padding: 4rem 0
    }
}

@media(min-width: 992px) {
    .common-contact .bg-dots.bottom {
        padding: 5rem 0
    }
}

.common-contact .contact-container {
    position: relative;
    background: #171b56;
    border-radius: 1rem;
    padding: 2.5rem
}

@media(max-width: 767.98px) {
    .common-contact .contact-container {
        padding: 1.5rem
    }
}

.common-contact .contact-icon {
    position: absolute
}

.common-contact .contact-icon--round {
    top: -1.5rem;
    right: -0.9375rem
}

@media(min-width: 768px) {
    .common-contact .contact-icon--round {
        right: 7.5rem
    }
}

.common-contact .contact-icon--square {
    bottom: -2.5rem;
    left: -0.9375rem
}

@media(min-width: 768px) {
    .common-contact .contact-icon--square {
        left: 5rem
    }
}

.common-contact .contact-logo {
    display: block;
    width: 120px;
    height: auto;
    margin: auto
}

.common-contact .btn,
.common-contact .main-navigation #primary-menu>li>a,
.main-navigation .common-contact #primary-menu>li>a,
.common-contact .post-content .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .common-contact .wp-block-button__link,
.common-contact .post-content .wp-block-button.is-style-outline .wp-block-button__link,
.post-content .wp-block-button.is-style-outline .common-contact .wp-block-button__link {
    margin-top: 1.5rem
}

.common-contact_form {
    background-color: #171b56;
    color: #fff
}

.common-contact_form .background-container {
    position: relative;
    height: 10rem;
    max-width: 60rem;
    margin: 0 auto
}

@media(max-width: 767.98px) {
    .common-contact_form .background-container {
        display: none
    }
}

.common-contact_form .background-container img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.common-cta {
    text-align: center
}

.common-cta .container {
    margin-top: -1rem
}

.common-cta .container .btn,
.common-cta .container .main-navigation #primary-menu>li>a,
.main-navigation .common-cta .container #primary-menu>li>a,
.common-cta .container .post-content .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.post-content .wp-block-button:not(.is-style-outline) .common-cta .container .wp-block-button__link,
.common-cta .container .post-content .wp-block-button.is-style-outline .wp-block-button__link,
.post-content .wp-block-button.is-style-outline .common-cta .container .wp-block-button__link {
    margin: 1rem .24rem 0
}

.common-video {
    text-align: center
}

.common-video .video-video {
    border-radius: 1rem;
    overflow: hidden;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.common-prices {
    text-align: center
}

@media(min-width: 576px) {
    .common-prices .prices-container {
        border-radius: 1rem
    }
}

.common-prices .prices-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.75rem -1.5rem;
    justify-content: center
}

@media(min-width: 992px) {
    .common-prices .prices-list.case-4 {
        margin-left: auto;
        margin-right: auto
    }

    .common-prices .prices-list.case-4 .prices-list_item {
        flex: 0 0 calc(50% - 1.5rem)
    }
}

.common-prices .prices-list .prices-list_item {
    display: flex;
    flex-flow: column;
    margin: 0 .75rem 1.5rem;
    border-radius: 1rem;
    flex: 0 1 calc(388.5px - 1.5rem)
}

@media(min-width: 768px) {
    .common-prices .prices-list .prices-list_item {
        flex: 0 0 calc(50% - 1.5rem)
    }
}

@media(min-width: 992px) {
    .common-prices .prices-list .prices-list_item {
        flex: 0 0 calc(33.3333333333% - 1.5rem)
    }
}

.common-prices .prices-list .prices-list_item-header {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb
}

.common-prices .prices-list .prices-list_item-header-summary {
    color: #374151;
    font-weight: 500
}

.common-prices .prices-list .prices-list_item-content {
    padding: 1.5rem;
    flex: 1 0 auto
}

.common-prices .prices-list .prices-list_item-content-features_list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.common-prices .prices-list .prices-list_item-content-features_list .prices-feature {
    line-height: 1.125rem;
    font-size: .875rem;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: #374151
}

.common-prices .prices-list .prices-list_item-content-features_list .prices-feature:last-child {
    margin-bottom: 0
}

.common-prices .prices-list .prices-list_item-content-features_list .prices-feature .icon-check {
    font-size: 1.25rem;
    margin-right: 1rem
}

.common-prices .prices-list .prices-list_item-footer {
    padding: 1.5rem;
    border-top: 1px solid #e5e7eb
}

.common-prices .prices-list .prices-list_item-footer>*:last-child {
    margin-bottom: 0
}

.common-prices .prices-list .prices-list_item-footer-price {
    font-weight: 300;
    margin-bottom: 1rem;
    line-height: 1em
}

.common-prices .prices-list .prices-list_item-footer-price_details {
    font-size: .75em;
    color: #9ba2ae;
    margin-bottom: 1rem
}

.common-prices .prices-list .prices-list_item-footer-cta {
    margin-bottom: 1rem
}

.common-partners {
    text-align: center
}

.common-partners .partners-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    margin: 0 -0.75rem -1.5rem;
    padding: 0
}

.common-partners .partners-list:hover .partner-logo,
.common-partners .partners-list:focus .partner-logo,
.common-partners .partners-list:active .partner-logo {
    filter: grayscale(0)
}

.common-partners .partners-list .partners-list_item {
    flex: 0 0 calc(50% - 1.5rem);
    margin: 0 .75rem 1.5rem
}

@media(max-width: 575.98px) {
    .common-partners .partners-list .partners-list_item {
        max-width: 110px
    }
}

@media(min-width: 576px) {
    .common-partners .partners-list .partners-list_item {
        flex: 0 0 calc(33.3333333333% - 1.5rem)
    }
}

@media(min-width: 768px) {
    .common-partners .partners-list .partners-list_item {
        flex: 0 0 calc(20% - 1.5rem)
    }
}

@media(min-width: 992px) {
    .common-partners .partners-list .partners-list_item {
        flex: 0 0 calc(16.6666666667% - 1.5rem)
    }
}

.common-partners .partner-logo {
    position: relative
}

@media(min-width: 768px) {
    .common-partners .partner-logo {
        filter: grayscale(1);
        transition: all .2s ease-in-out
    }
}

@media(min-width: 768px)and (prefers-reduced-motion: reduce) {
    .common-partners .partner-logo {
        transition: none
    }
}

.common-partners .partner-logo img {
    position: absolute;
    inset: 5%;
    width: 90%;
    height: 90%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

@media(min-width: 1200px) {
    .common-partners .partner-logo img {
        inset: 10%;
        width: 80%;
        height: 80%
    }
}

.common-partners .partner-logo::after {
    content: "";
    padding-bottom: 70%;
    display: block
}

.common-features {
    text-align: center
}

.common-features .features-list {
    margin-bottom: -1.5rem
}

.common-features .features-item {
    margin-bottom: 1.5rem
}

.common-features .features-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: .3rem;
    background: #f9fafb
}

.common-features .features-icon svg {
    width: 2rem;
    height: 2rem
}

.common-features .features-item_title {
    text-transform: uppercase
}

.common-features .features-item_description {
    color: #6b7280;
    font-size: .875rem
}

@media(min-width: 768px) {
    .common-text-image:nth-of-type(2n) .row {
        flex-flow: row-reverse
    }

    .common-text-image:nth-of-type(2n) .row .image-container {
        justify-content: flex-start
    }
}

@media(min-width: 768px) {
    .common-text-image--reverse .row {
        flex-flow: row-reverse
    }

    .common-text-image--reverse .row .image-container {
        justify-content: flex-start
    }
}

@media(min-width: 768px) {
    .common-text-image--reverse:nth-of-type(2n) .row {
        flex-flow: row
    }

    .common-text-image--reverse:nth-of-type(2n) .row .image-container {
        justify-content: flex-end
    }
}

.image-container {
    justify-content: flex-end
}

.text-image-media {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%
}

@media(min-width: 768px) {
    .text-image-media {
        max-width: 26.25rem
    }
}

.text-image-slider {
    width: 100%
}

.text-image-slider .img-container {
    position: relative
}

.text-image-slider .img-container img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 1rem
}

.text-image-slider .img-container::after {
    content: "";
    display: block;
    padding-bottom: 21.875rem
}

@media(min-width: 768px) {
    .text-image-slider .img-container::after {
        padding-bottom: 31.25rem
    }
}

@media(min-width: 992px) {
    .text-image-slider .img-container::after {
        padding-bottom: 38.625rem
    }
}

.text-image-content {
    display: flex;
    flex-flow: column;
    align-items: flex-start
}

.text-image-description {
    color: #6b7280
}

.text-image-graphic-01 {
    position: absolute;
    z-index: 1;
    top: 2.1875rem;
    left: -0.5rem;
    width: 1rem;
    height: 10rem;
    background-image: url("img/graphics/blocks/slider-line-01.svg")
}

.text-image-graphic-02 {
    position: absolute;
    z-index: 1;
    bottom: 1.1875rem;
    right: 1.25rem;
    width: 1rem;
    height: 10rem;
    background-image: url("img/graphics/blocks/slider-line-02.svg")
}

.text-image-graphic-03 {
    position: absolute;
    z-index: 1;
    bottom: 3.125rem;
    right: -0.4375rem;
    width: 1rem;
    height: 10.4375rem;
    background-image: url("img/graphics/blocks/slider-line-03.svg")
}

.common-toggle_list .toggle-list {
    margin: 0
}

.common-toggle_list .toggle-list .toggle-list_item {
    margin-bottom: 1rem;
    border-radius: 1rem;
    text-align: left
}

.common-toggle_list .toggle-list .toggle-list_item:last-child {
    margin-bottom: 0
}

.common-toggle_list .toggle-list .toggle-list_item.toggle-item--opened .icon {
    transform: rotate(180deg)
}

.common-toggle_list .toggle-list .toggle-list_item .toggle-list_item-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    border: 0;
    font-weight: 500;
    color: #181a2e;
    background-color: transparent
}

.common-toggle_list .toggle-list .toggle-list_item .toggle-list_item-header .title {
    flex: 1 1 auto;
    padding-right: 1.5rem
}

.common-toggle_list .toggle-list .toggle-list_item .toggle-list_item-header .icon {
    transition: all .2s ease-in-out;
    font-size: 1.5rem;
    position: relative;
    top: 2px
}

@media(prefers-reduced-motion: reduce) {
    .common-toggle_list .toggle-list .toggle-list_item .toggle-list_item-header .icon {
        transition: none
    }
}

.common-toggle_list .toggle-list .toggle-list_item .toggle-list_item-content {
    display: none;
    color: #1f2937;
    padding: 0 1.5rem 1.5rem
}

.common-toggle_list .toggle-list .toggle-list_item .toggle-list_item-content>*:last-child {
    margin-bottom: 0
}

.common-toggle_list .toggle-list .toggle-list_item .toggle-list_item-content div[itemprop=text]>*:last-child {
    margin-bottom: 0
}

.common-faq {
    text-align: center
}

.common-offer-details {
    text-align: center
}

.common-offer-details .offer-details-list .offer-details-list_item.bg-light hr {
    background-image: linear-gradient(to right, #ff906a 33%, transparent 0%)
}

.common-offer-details .offer-details-list .offer-details-list_item .offer-details-list_item-header .offer-details-item_index {
    color: #ff906a;
    display: flex
}

.common-offer-details .offer-details-list .offer-details-list_item .offer-details-list_item-header .offer-details-item_index::after {
    content: "•";
    display: inline-block;
    font-size: 1.5em;
    margin: 0 .5rem;
    position: relative;
    line-height: 1.5rem
}

.common-offer-details .offer-details-list .offer-details-list_item .offer-details-item_description hr {
    height: .125rem;
    background-image: linear-gradient(to right, #374151 33%, transparent 0%);
    background-position: bottom;
    background-size: .3125rem .125rem;
    background-repeat: repeat-x;
    background-color: transparent
}

.common-offer-details .offer-details-list .offer-details-list_item .offer-details-item_description h4,
.common-offer-details .offer-details-list .offer-details-list_item .offer-details-item_description .h4,
.common-offer-details .offer-details-list .offer-details-list_item .offer-details-item_description .common-timeline .timeline-content-title,
.common-timeline .common-offer-details .offer-details-list .offer-details-list_item .offer-details-item_description .timeline-content-title {
    line-height: 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    color: #ff906a
}

.common-offer-details .offer-details-list .offer-details-list_item .offer-details-item_description strong {
    margin-right: 1rem;
    color: #ff906a;
    font-weight: 400
}

.common-offer-details .offer-details-stats_list {
    margin-bottom: -1.5rem
}

.common-offer-details .offer-details-stats_list .offer-details-stats_item {
    margin-bottom: 1.5rem
}

.common-team-members {
    text-align: center
}

.common-team-members .team-members-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -0.75rem -1.5rem
}

@media(max-width: 575.98px) {
    .common-team-members .team-members-list {
        justify-content: center
    }
}

.common-team-members .team-members-list .team-members-list_item {
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(100% - 1.5rem);
    margin: 0 .75rem 1.5rem;
    border-radius: 1rem;
    overflow: hidden;
    text-align: left
}

@media screen and (min-width: 400px) {
    .common-team-members .team-members-list .team-members-list_item {
        flex: 0 0 calc(50% - 1.5rem)
    }
}

@media(min-width: 768px)and (max-width: 991.98px) {
    .common-team-members .team-members-list .team-members-list_item {
        flex: 0 0 calc(33.3333333333% - 1.5rem)
    }
}

@media(min-width: 992px) {
    .common-team-members .team-members-list .team-members-list_item {
        flex: 0 0 calc(33.3333333333% - 1.5rem)
    }
}

.common-team-members .team-members-list .team-members-list_item .team-member-thumbnail {
    position: relative
}

.common-team-members .team-members-list .team-members-list_item .team-member-thumbnail img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.common-team-members .team-members-list .team-members-list_item .team-member-thumbnail::after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.common-team-members .team-members-list .team-members-list_item .team-member-content {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    flex: 1;
    padding: 1.5rem
}

.common-team-members .team-members-list .team-members-list_item .team-member-content-name {
    font-size: 1.25rem;
    margin-bottom: 0
}

.common-team-members .team-members-list .team-members-list_item .team-member-content-role {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 1rem
}

.common-team-members .team-members-list .team-members-list_item .team-member-content-quote {
    font-size: .875rem;
    color: #374151;
    margin-bottom: 1rem
}

.common-team-members .team-members-list .team-members-list_item .team-member-content .placeholder {
    flex: 1 0 auto
}

.common-download {
    text-align: center
}

@media(max-width: 575.98px) {
    .common-download {
        padding: 0
    }
}

.common-download .download-container {
    border-radius: 1rem;
    background: #f3f4f6
}

@media(max-width: 575.98px) {
    .common-download .download-container {
        border-radius: 0;
        margin-left: -0.75rem;
        margin-right: -0.75rem;
        padding-left: .75rem;
        padding-right: .75rem;
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

@media(min-width: 576px)and (max-width: 767.98px) {
    .common-download .download-container {
        padding: 1.5rem
    }
}

@media(min-width: 768px) {
    .common-download .download-container {
        padding: 3rem 4rem
    }
}

.common-download .download-image {
    width: 100%
}

@media(max-width: 767.98px) {
    .common-download .download-image {
        max-width: 17.5rem
    }
}

.common-download .nf-form-cont {
    width: 100%;
    margin-bottom: -25px;
    text-align: left
}

.common-download .nf-form-cont .nf-field-label {
    color: #1f2937
}

.common-download .nf-form-cont .html-wrap {
    text-align: center
}

.common-download .nf-form-cont .html-wrap p {
    color: #6b7280
}

.common-download .nf-form-cont .submit-wrap {
    text-align: center
}

.common-text .wrapper-title {
    text-align: center
}

.common-text .text-container {
    border-radius: 1rem
}

.common-text .text-container:hover .text-illustration_dot--1 {
    width: 3rem
}

.common-text .text-container:hover .text-illustration_dot--2 {
    width: 13rem
}

.common-text .text-container:hover .text-illustration_dot--3 {
    width: 1rem
}

.common-text .text-container:hover .text-illustration_dot--4 {
    width: 9rem
}

.common-text .text-container:hover .text-illustration_dot--5 {
    width: 1rem
}

.common-text .text-container:hover .text-illustration_dot--6 {
    width: 7rem
}

.common-text .text-wysiwyg>*:last-child {
    margin-bottom: 0
}

.common-text .text-wysiwyg+.text-illustration {
    margin-top: 2rem
}

.common-text .text-illustration {
    width: 19rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.common-text .text-illustration .text-illustration_row {
    display: flex;
    justify-content: space-between
}

.common-text .text-illustration .text-illustration_dot {
    display: block;
    height: 1rem;
    border-radius: 50rem;
    transition: width .3s ease-out
}

.common-text .text-illustration .text-illustration_dot--1 {
    width: 13rem
}

.common-text .text-illustration .text-illustration_dot--2 {
    width: 1rem;
    flex-grow: 0;
    flex-shrink: 0
}

.common-text .text-illustration .text-illustration_dot--3 {
    width: 3rem
}

.common-text .text-illustration .text-illustration_dot--4 {
    width: 3rem
}

.common-text .text-illustration .text-illustration_dot--5 {
    width: 13rem;
    flex-grow: 0;
    flex-shrink: 0
}

.common-text .text-illustration .text-illustration_dot--6 {
    width: 1rem
}

.common-text-wysiwyg p,
.common-text-wysiwyg ul {
    color: #1f2937
}

.common-text-wysiwyg table {
    border: 1px solid #d0d5db;
    width: 100%;
    font-size: 1rem
}

.common-text-wysiwyg table tbody tr td {
    border: 1px solid #d0d5db;
    padding: .25rem .5rem
}

.common-text-wysiwyg .wrapper-content-full>*:last-child {
    margin-bottom: 0
}

.common-info .info-container {
    line-height: 1.625rem;
    font-size: 1.125rem;
    border-radius: 1rem;
    padding: 1.5rem;
    border: 2px solid #293f9b
}

.common-info .info-content>*:last-child {
    margin-bottom: 0
}

.common-info .info-content small,
.common-info .info-content .small {
    font-size: .6875rem
}

.common-keynumbers {
    text-align: center
}

.common-keynumbers .keynumbers-list {
    margin-bottom: -1.5rem
}

.common-keynumbers .keynumbers-list .keynumbers-list_item {
    margin-bottom: 1.5rem
}

.common-keynumbers .keynumbers-icon svg {
    width: 100%
}

.common-link {
    text-align: center
}

.common-link-btn {
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 1rem;
    border: 2px solid;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    transition: all .2s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .common-link-btn {
        transition: none
    }
}

.common-link-btn.border-primary:hover,
.common-link-btn.border-primary:focus,
.common-link-btn.border-primary:active {
    background-color: #4a6bf6;
    color: #fff !important
}

.common-link-btn.border-secondary:hover,
.common-link-btn.border-secondary:focus,
.common-link-btn.border-secondary:active {
    background-color: #d0d5db;
    color: #fff !important
}

.common-link-btn.border-success:hover,
.common-link-btn.border-success:focus,
.common-link-btn.border-success:active {
    background-color: #006850;
    color: #fff !important
}

.common-link-btn.border-info:hover,
.common-link-btn.border-info:focus,
.common-link-btn.border-info:active {
    background-color: #e5e7eb;
    color: #fff !important
}

.common-link-btn.border-warning:hover,
.common-link-btn.border-warning:focus,
.common-link-btn.border-warning:active {
    background-color: #ff906a;
    color: #fff !important
}

.common-link-btn.border-danger:hover,
.common-link-btn.border-danger:focus,
.common-link-btn.border-danger:active {
    background-color: #fb183a;
    color: #fff !important
}

.common-link-btn.border-light:hover,
.common-link-btn.border-light:focus,
.common-link-btn.border-light:active {
    background-color: #f3f4f6;
    color: #fff !important
}

.common-link-btn.border-dark:hover,
.common-link-btn.border-dark:focus,
.common-link-btn.border-dark:active {
    background-color: #090d15;
    color: #fff !important
}

.common-link-btn.border-blue:hover,
.common-link-btn.border-blue:focus,
.common-link-btn.border-blue:active {
    background-color: #293f9b;
    color: #fff !important
}

.common-link-btn.border-yellow:hover,
.common-link-btn.border-yellow:focus,
.common-link-btn.border-yellow:active {
    background-color: #ffba72;
    color: #fff !important
}

.common-link-btn.border-orange:hover,
.common-link-btn.border-orange:focus,
.common-link-btn.border-orange:active {
    background-color: #ff906a;
    color: #fff !important
}

.common-link-btn.border-red:hover,
.common-link-btn.border-red:focus,
.common-link-btn.border-red:active {
    background-color: #fb183a;
    color: #fff !important
}

.common-link-btn.border-pink:hover,
.common-link-btn.border-pink:focus,
.common-link-btn.border-pink:active {
    background-color: #ef9cc3;
    color: #fff !important
}

.common-link-btn.border-white:hover,
.common-link-btn.border-white:focus,
.common-link-btn.border-white:active {
    background-color: #f9fafb;
    color: #fff !important
}

.common-link-btn.border-green:hover,
.common-link-btn.border-green:focus,
.common-link-btn.border-green:active {
    background-color: #006850;
    color: #fff !important
}

.common-link-btn.border-gray-500:hover,
.common-link-btn.border-gray-500:focus,
.common-link-btn.border-gray-500:active {
    background-color: #6b7280;
    color: #fff !important
}

.common-link-btn.border-blue-dark:hover,
.common-link-btn.border-blue-dark:focus,
.common-link-btn.border-blue-dark:active {
    background-color: #171b56;
    color: #fff !important
}

.common-link-btn .icon {
    padding-left: 1rem;
    font-size: 1.5rem
}

.common-posts_list {
    text-align: center;
    color: #6b7280;
    overflow: hidden;
    background: #f3f4f6
}

.common-posts_list .posts-container.wrapper-gray .post-item {
    background-color: #fff
}

.common-posts_list .posts-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-bottom: -1.5rem;
    padding-top: 1.25rem
}

.common-posts_list .posts-list .post-item {
    margin: 0 .75rem 1.5rem;
    background: #fff
}

@media(max-width: 575.98px) {
    .common-posts_list .posts-list .post-item {
        flex: 0 1 calc(100% - 1.5rem);
        width: calc(100% - 1.5rem)
    }
}

@media(min-width: 768px) {
    .common-posts_list .posts-list .post-item {
        flex: 0 1 calc(50% - 1.5rem);
        width: calc(50% - 1.5rem)
    }
}

@media(min-width: 992px) {
    .common-posts_list .posts-list .post-item {
        flex: 0 1 calc((100%/3) - 1.5rem);
        width: calc((100%/3) - 1.5rem)
    }
}

.common-posts_list .posts-list .post-item .h4,
.common-posts_list .posts-list .post-item .common-timeline .timeline-content-title,
.common-timeline .common-posts_list .posts-list .post-item .timeline-content-title {
    font-size: 20px
}

.common-posts_list .posts-list .post-item .post-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: .875rem;
    line-height: 1.25rem;
    text-overflow: ellipsis
}

@media(min-width: 992px) {
    .common-posts_list .posts-list.case-4 .post-item {
        flex: 0 0 calc(50% - 1.5rem);
        width: calc(50% - 1.5rem)
    }
}

.common-posts_list .slick-slider .slick-list {
    width: 100%;
    margin: 0 3.5rem
}

.common-posts_list .slick-slider .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 10px;
    width: 2.1875rem;
    height: 2.1875rem;
    border-radius: 50%;
    border: none;
    background: #6b7280;
    color: #fff;
    text-indent: -999px;
    overflow: hidden;
    transition: all .2s ease-out
}

@media(min-width: 576px) {
    .common-posts_list .slick-slider .slick-arrow {
        right: 0
    }
}

.common-posts_list .slick-slider .slick-arrow:not(.slick-disabled):hover {
    background: #9ba2ae;
    color: #fff
}

.common-posts_list .slick-slider .slick-arrow::after {
    position: absolute;
    top: 1.0625rem;
    left: .4375rem;
    font-family: "schoolab";
    font-size: 1.5rem;
    line-height: 0;
    text-indent: 0
}

.common-posts_list .slick-slider .slick-arrow.slick-prev {
    left: 10px
}

@media(min-width: 576px) {
    .common-posts_list .slick-slider .slick-arrow.slick-prev {
        left: 0
    }
}

.common-posts_list .slick-slider .slick-arrow.slick-prev:after {
    left: .25rem;
    content: "";
    transform: rotate(90deg)
}

.common-posts_list .slick-slider .slick-arrow.slick-next:after {
    content: "";
    transform: rotate(-90deg)
}

.common-posts_list:not(#posts-archives) .posts-list .slick-track {
    display: flex !important
}

.common-posts_list:not(#posts-archives) .posts-list .slick-slide {
    height: inherit !important
}

.common-posts_list:not(#posts-archives) .posts-list .post-item {
    display: flex;
    flex-direction: column
}

.common-posts_list:not(#posts-archives) .posts-list .post-item .article-details {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto
}

.common-posts_list:not(#posts-archives) .posts-list .post-item .post-excerpt {
    flex: 1 0 auto
}

.common-image {
    text-align: center
}

.common-image-container {
    border-radius: 1rem
}

.common-image-rounded {
    border-radius: 1rem
}

.common-image .img-container {
    position: relative
}

.common-image .img-container img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.common-image .img-container::after {
    content: "";
    display: block;
    padding-bottom: 60%
}

.common-text-cta .wrapper-title,
.common-text-cta .wrapper-cta {
    text-align: center
}

.common-text-cta .text-wysiwyg>*:last-child {
    margin-bottom: 0
}

.common-illustration-hr .illustration-hr-background {
    width: 100%;
    height: 48px;
    background-repeat: repeat-x;
    background-position: center
}

.common-illustration-hr .illustration-hr-background--bloc {
    background-repeat: no-repeat
}

.common-illustration-hr .text-illustration {
    width: 19rem;
    max-width: 100%
}

.common-illustration-hr .text-illustration:hover .text-illustration_dot--1 {
    width: 3rem
}

.common-illustration-hr .text-illustration:hover .text-illustration_dot--2 {
    width: 13rem
}

.common-illustration-hr .text-illustration:hover .text-illustration_dot--3 {
    width: 1rem
}

.common-illustration-hr .text-illustration:hover .text-illustration_dot--4 {
    width: 9rem
}

.common-illustration-hr .text-illustration:hover .text-illustration_dot--5 {
    width: 1rem
}

.common-illustration-hr .text-illustration:hover .text-illustration_dot--6 {
    width: 7rem
}

.common-illustration-hr .text-illustration_row {
    display: flex;
    justify-content: space-between
}

.common-illustration-hr .text-illustration_dot {
    display: block;
    height: 1rem;
    border-radius: 50rem;
    transition: width .3s ease-out
}

.common-illustration-hr .text-illustration_dot--1 {
    width: 13rem
}

.common-illustration-hr .text-illustration_dot--2 {
    width: 1rem;
    flex-grow: 0;
    flex-shrink: 0
}

.common-illustration-hr .text-illustration_dot--3 {
    width: 3rem
}

.common-illustration-hr .text-illustration_dot--4 {
    width: 3rem
}

.common-illustration-hr .text-illustration_dot--5 {
    width: 13rem;
    flex-grow: 0;
    flex-shrink: 0
}

.common-illustration-hr .text-illustration_dot--6 {
    width: 1rem
}

.common-illustration-hr.common-illustration-hr {
    margin-top: 2rem
}

.common-certification {
    text-align: center;
    color: #6b7280
}

.common-certification .certification-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: center;
    margin: 0 -0.75rem -1.5rem;
    padding: 0
}

.common-certification .certification-list .certification-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 .75rem 1.5rem
}

.common-certification .certification-list .certification-logo {
    position: relative;
    width: 110px;
    height: 83px
}

.common-certification .certification-list .certification-logo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.common-title {
    text-align: center
}

.common-title+.section:not(.common-timeline) {
    padding-top: 0
}

.common-faq-list .list-group-item {
    color: #171b56
}

.common-image-full .common-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    gap: 1.5rem
}

.common-image-full .common-image-container .img-container {
    width: auto;
    display: flex;
    justify-content: center
}

.common-image-full .common-image-container .img-container img {
    max-height: 37.5rem;
    width: auto;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
    display: block
}